Skip to content
Success

Console Output

Pull request #47505 updated
16:56:16 Connecting to https://api.github.com using docker-jenkins GitHub credentials
Obtained Jenkinsfile from 5a009cdd5bde6adf6c82ca40bcf7b352ecb33ec1+608d77d740e01cd3a60c8b824c51ab2229042893 (e589285beca48f4b7f4b8cc1fd049ce92dd9bef3)
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 216427d8bfae9541c1c15f61bd453be62935f49c
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/moby_PR-47505@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.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
Checking out Revision 216427d8bfae9541c1c15f61bd453be62935f49c (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 216427d8bfae9541c1c15f61bd453be62935f49c # timeout=10
Commit message: "Merge pull request #27 from docker/update-ec2-runner"
 > git rev-list --no-walk 216427d8bfae9541c1c15f61bd453be62935f49c # 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
16:56:18 [2024-03-07T16:56:18.737Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
16:56:18 [2024-03-07T16:56:18.740Z] Trying to pass milestone 1
[Pipeline] milestone
16:56:18 [2024-03-07T16:56:18.949Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
16:56:19 [2024-03-07T16:56:19.210Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-02f2fcf15d16768f5) in /home/ubuntu/workspace/moby_PR-47505
[Pipeline] {
[Pipeline] checkout
16:56:19 [2024-03-07T16:56:19.228Z] The recommended git tool is: git
16:56:21 [2024-03-07T16:56:21.167Z] using credential docker-jenkins-github-credentials
16:56:21 [2024-03-07T16:56:21.175Z] Cloning the remote Git repository
16:56:21 [2024-03-07T16:56:21.175Z] Cloning with configured refspecs honoured and without tags
16:56:21 [2024-03-07T16:56:21.200Z] Cloning repository https://github.com/moby/moby.git
16:56:21 [2024-03-07T16:56:21.221Z]  > git init /home/ubuntu/workspace/moby_PR-47505 # timeout=10
16:56:21 [2024-03-07T16:56:21.667Z] Fetching upstream changes from https://github.com/moby/moby.git
16:56:21 [2024-03-07T16:56:21.667Z]  > git --version # timeout=10
16:56:21 [2024-03-07T16:56:21.671Z]  > git --version # 'git version 2.25.1'
16:56:21 [2024-03-07T16:56:21.671Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:56:21 [2024-03-07T16:56:21.675Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47505/head:refs/remotes/origin/PR-47505 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:56:38 [2024-03-07T16:56:38.084Z] Fetching without tags
16:56:38 [2024-03-07T16:56:38.324Z] Merging remotes/origin/master commit 608d77d740e01cd3a60c8b824c51ab2229042893 into PR head commit 5a009cdd5bde6adf6c82ca40bcf7b352ecb33ec1
16:56:37 [2024-03-07T16:56:37.789Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:56:37 [2024-03-07T16:56:37.792Z]  > git config --add remote.origin.fetch +refs/pull/47505/head:refs/remotes/origin/PR-47505 # timeout=10
16:56:37 [2024-03-07T16:56:37.795Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:56:38 [2024-03-07T16:56:38.087Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:56:38 [2024-03-07T16:56:38.093Z] Fetching upstream changes from https://github.com/moby/moby.git
16:56:38 [2024-03-07T16:56:38.093Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:56:38 [2024-03-07T16:56:38.094Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47505/head:refs/remotes/origin/PR-47505 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:56:38 [2024-03-07T16:56:38.335Z]  > git config core.sparsecheckout # timeout=10
16:56:38 [2024-03-07T16:56:38.346Z]  > git checkout -f 5a009cdd5bde6adf6c82ca40bcf7b352ecb33ec1 # timeout=10
16:56:39 [2024-03-07T16:56:39.955Z] Merge succeeded, producing 1a531c4f3a5a215a85aaa2fdf1815ce6dec4a209
16:56:39 [2024-03-07T16:56:39.955Z] Checking out Revision 1a531c4f3a5a215a85aaa2fdf1815ce6dec4a209 (PR-47505)
16:56:39 [2024-03-07T16:56:39.004Z]  > git remote # timeout=10
16:56:39 [2024-03-07T16:56:39.008Z]  > git config --get remote.origin.url # timeout=10
16:56:39 [2024-03-07T16:56:39.011Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:56:39 [2024-03-07T16:56:39.012Z]  > git merge 608d77d740e01cd3a60c8b824c51ab2229042893 # timeout=10
16:56:39 [2024-03-07T16:56:39.958Z]  > git rev-parse HEAD^{commit} # timeout=10
16:56:39 [2024-03-07T16:56:39.963Z]  > git config core.sparsecheckout # timeout=10
16:56:39 [2024-03-07T16:56:39.966Z]  > git checkout -f 1a531c4f3a5a215a85aaa2fdf1815ce6dec4a209 # timeout=10
16:56:43 [2024-03-07T16:56:43.176Z] Commit message: "Merge commit '608d77d740e01cd3a60c8b824c51ab2229042893' into HEAD"
16:56:43 [2024-03-07T16:56:43.181Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:56:43 [2024-03-07T16:56:43.859Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47505:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
16:56:43 [2024-03-07T16:56:43.185Z]  > git rev-list --no-walk ff015854449e50a315490d57ae349a2faee93728 # timeout=10
16:56:47 [2024-03-07T16:56:47.133Z] Unable to find image 'alpine:latest' locally
16:56:47 [2024-03-07T16:56:47.390Z] latest: Pulling from library/alpine
16:56:47 [2024-03-07T16:56:47.390Z] bca4290a9639: Pulling fs layer
16:56:47 [2024-03-07T16:56:47.390Z] bca4290a9639: Verifying Checksum
16:56:47 [2024-03-07T16:56:47.390Z] bca4290a9639: Download complete
16:56:47 [2024-03-07T16:56:47.647Z] bca4290a9639: Pull complete
16:56:47 [2024-03-07T16:56:47.647Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
16:56:47 [2024-03-07T16:56:47.647Z] Status: Downloaded newer image for alpine:latest
16:56:57 [2024-03-07T16:56:57.599Z] 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
16:56:57 [2024-03-07T16:56:57.658Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-02f2fcf15d16768f5) in /home/ubuntu/workspace/moby_PR-47505
[Pipeline] {
[Pipeline] checkout
16:56:57 [2024-03-07T16:56:57.673Z] The recommended git tool is: git
16:56:57 [2024-03-07T16:56:57.679Z] using credential docker-jenkins-github-credentials
16:56:57 [2024-03-07T16:56:57.691Z] Fetching changes from the remote Git repository
16:56:57 [2024-03-07T16:56:57.699Z] Fetching without tags
16:56:57 [2024-03-07T16:56:57.890Z] Merging remotes/origin/master commit 608d77d740e01cd3a60c8b824c51ab2229042893 into PR head commit 5a009cdd5bde6adf6c82ca40bcf7b352ecb33ec1
16:56:58 [2024-03-07T16:56:58.188Z] Merge succeeded, producing ca43c2b714971ce31e81f569875598ee699e6c12
16:56:58 [2024-03-07T16:56:58.188Z] Checking out Revision ca43c2b714971ce31e81f569875598ee699e6c12 (PR-47505)
16:56:58 [2024-03-07T16:56:58.273Z] Commit message: "Merge commit '608d77d740e01cd3a60c8b824c51ab2229042893' into HEAD"
16:56:58 [2024-03-07T16:56:58.278Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:56:57 [2024-03-07T16:56:57.695Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-47505/.git # timeout=10
16:56:57 [2024-03-07T16:56:57.703Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:56:57 [2024-03-07T16:56:57.708Z] Fetching upstream changes from https://github.com/moby/moby.git
16:56:57 [2024-03-07T16:56:57.708Z]  > git --version # timeout=10
16:56:57 [2024-03-07T16:56:57.710Z]  > git --version # 'git version 2.25.1'
16:56:57 [2024-03-07T16:56:57.710Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:56:57 [2024-03-07T16:56:57.711Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47505/head:refs/remotes/origin/PR-47505 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:56:57 [2024-03-07T16:56:57.898Z]  > git config core.sparsecheckout # timeout=10
16:56:57 [2024-03-07T16:56:57.901Z]  > git checkout -f 5a009cdd5bde6adf6c82ca40bcf7b352ecb33ec1 # timeout=10
16:56:57 [2024-03-07T16:56:57.953Z]  > git remote # timeout=10
16:56:57 [2024-03-07T16:56:57.956Z]  > git config --get remote.origin.url # timeout=10
16:56:57 [2024-03-07T16:56:57.958Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:56:57 [2024-03-07T16:56:57.959Z]  > git merge 608d77d740e01cd3a60c8b824c51ab2229042893 # timeout=10
16:56:58 [2024-03-07T16:56:58.192Z]  > git rev-parse HEAD^{commit} # timeout=10
16:56:58 [2024-03-07T16:56:58.197Z]  > git config core.sparsecheckout # timeout=10
16:56:58 [2024-03-07T16:56:58.206Z]  > git checkout -f ca43c2b714971ce31e81f569875598ee699e6c12 # timeout=10
16:56:58 [2024-03-07T16:56:58.281Z]  > git rev-list --no-walk ff015854449e50a315490d57ae349a2faee93728 # timeout=10
16:56:58 [2024-03-07T16:56:58.908Z] + docker version
16:56:58 [2024-03-07T16:56:58.908Z] Client: Docker Engine - Community
16:56:58 [2024-03-07T16:56:58.908Z]  Version:           25.0.3
16:56:58 [2024-03-07T16:56:58.908Z]  API version:       1.44
16:56:58 [2024-03-07T16:56:58.908Z]  Go version:        go1.21.6
16:56:58 [2024-03-07T16:56:58.908Z]  Git commit:        4debf41
16:56:58 [2024-03-07T16:56:58.908Z]  Built:             Tue Feb  6 21:13:09 2024
16:56:58 [2024-03-07T16:56:58.908Z]  OS/Arch:           linux/arm64
16:56:58 [2024-03-07T16:56:58.908Z]  Context:           default
16:56:58 [2024-03-07T16:56:58.908Z] 
16:56:58 [2024-03-07T16:56:58.908Z] Server: Docker Engine - Community
16:56:58 [2024-03-07T16:56:58.908Z]  Engine:
16:56:58 [2024-03-07T16:56:58.908Z]   Version:          25.0.3
16:56:58 [2024-03-07T16:56:58.908Z]   API version:      1.44 (minimum version 1.24)
16:56:58 [2024-03-07T16:56:58.908Z]   Go version:       go1.21.6
16:56:58 [2024-03-07T16:56:58.908Z]   Git commit:       f417435
16:56:58 [2024-03-07T16:56:58.908Z]   Built:            Tue Feb  6 21:13:09 2024
16:56:58 [2024-03-07T16:56:58.908Z]   OS/Arch:          linux/arm64
16:56:58 [2024-03-07T16:56:58.908Z]   Experimental:     true
16:56:58 [2024-03-07T16:56:58.908Z]  containerd:
16:56:58 [2024-03-07T16:56:58.908Z]   Version:          1.6.28
16:56:58 [2024-03-07T16:56:58.908Z]   GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
16:56:58 [2024-03-07T16:56:58.908Z]  runc:
16:56:58 [2024-03-07T16:56:58.908Z]   Version:          1.1.12
16:56:58 [2024-03-07T16:56:58.908Z]   GitCommit:        v1.1.12-0-g51d5e94
16:56:58 [2024-03-07T16:56:58.908Z]  docker-init:
16:56:58 [2024-03-07T16:56:58.908Z]   Version:          0.19.0
16:56:58 [2024-03-07T16:56:58.908Z]   GitCommit:        de40ad0
[Pipeline] sh
16:56:59 [2024-03-07T16:56:59.182Z] + docker info
16:57:07 [2024-03-07T16:57:07.276Z] Client: Docker Engine - Community
16:57:07 [2024-03-07T16:57:07.276Z]  Version:    25.0.3
16:57:07 [2024-03-07T16:57:07.276Z]  Context:    default
16:57:07 [2024-03-07T16:57:07.276Z]  Debug Mode: false
16:57:07 [2024-03-07T16:57:07.276Z]  Plugins:
16:57:07 [2024-03-07T16:57:07.276Z]   buildx: Docker Buildx (Docker Inc.)
16:57:07 [2024-03-07T16:57:07.276Z]     Version:  v0.12.1
16:57:07 [2024-03-07T16:57:07.276Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
16:57:07 [2024-03-07T16:57:07.276Z]   compose: Docker Compose (Docker Inc.)
16:57:07 [2024-03-07T16:57:07.276Z]     Version:  v2.24.6
16:57:07 [2024-03-07T16:57:07.276Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
16:57:07 [2024-03-07T16:57:07.276Z] 
16:57:07 [2024-03-07T16:57:07.276Z] Server:
16:57:07 [2024-03-07T16:57:07.276Z]  Containers: 0
16:57:07 [2024-03-07T16:57:07.276Z]   Running: 0
16:57:07 [2024-03-07T16:57:07.276Z]   Paused: 0
16:57:07 [2024-03-07T16:57:07.276Z]   Stopped: 0
16:57:07 [2024-03-07T16:57:07.276Z]  Images: 1
16:57:07 [2024-03-07T16:57:07.276Z]  Server Version: 25.0.3
16:57:07 [2024-03-07T16:57:07.276Z]  Storage Driver: overlay2
16:57:07 [2024-03-07T16:57:07.276Z]   Backing Filesystem: extfs
16:57:07 [2024-03-07T16:57:07.276Z]   Supports d_type: true
16:57:07 [2024-03-07T16:57:07.276Z]   Using metacopy: false
16:57:07 [2024-03-07T16:57:07.276Z]   Native Overlay Diff: true
16:57:07 [2024-03-07T16:57:07.276Z]   userxattr: false
16:57:07 [2024-03-07T16:57:07.276Z]  Logging Driver: json-file
16:57:07 [2024-03-07T16:57:07.276Z]  Cgroup Driver: cgroupfs
16:57:07 [2024-03-07T16:57:07.276Z]  Cgroup Version: 1
16:57:07 [2024-03-07T16:57:07.276Z]  Plugins:
16:57:07 [2024-03-07T16:57:07.276Z]   Volume: local
16:57:07 [2024-03-07T16:57:07.276Z]   Network: bridge host ipvlan macvlan null overlay
16:57:07 [2024-03-07T16:57:07.276Z]   Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
16:57:07 [2024-03-07T16:57:07.276Z]  Swarm: inactive
16:57:07 [2024-03-07T16:57:07.276Z]  Runtimes: io.containerd.runc.v2 runc
16:57:07 [2024-03-07T16:57:07.276Z]  Default Runtime: runc
16:57:07 [2024-03-07T16:57:07.276Z]  Init Binary: docker-init
16:57:07 [2024-03-07T16:57:07.276Z]  containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
16:57:07 [2024-03-07T16:57:07.276Z]  runc version: v1.1.12-0-g51d5e94
16:57:07 [2024-03-07T16:57:07.276Z]  init version: de40ad0
16:57:07 [2024-03-07T16:57:07.276Z]  Security Options:
16:57:07 [2024-03-07T16:57:07.276Z]   apparmor
16:57:07 [2024-03-07T16:57:07.276Z]   seccomp
16:57:07 [2024-03-07T16:57:07.276Z]    Profile: builtin
16:57:07 [2024-03-07T16:57:07.276Z]  Kernel Version: 5.15.0-1053-aws
16:57:07 [2024-03-07T16:57:07.276Z]  Operating System: Ubuntu 20.04.6 LTS
16:57:07 [2024-03-07T16:57:07.276Z]  OSType: linux
16:57:07 [2024-03-07T16:57:07.276Z]  Architecture: aarch64
16:57:07 [2024-03-07T16:57:07.276Z]  CPUs: 8
16:57:07 [2024-03-07T16:57:07.276Z]  Total Memory: 30.64GiB
16:57:07 [2024-03-07T16:57:07.276Z]  Name: ip-10-100-121-67
16:57:07 [2024-03-07T16:57:07.276Z]  ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac
16:57:07 [2024-03-07T16:57:07.276Z]  Docker Root Dir: /var/lib/docker
16:57:07 [2024-03-07T16:57:07.276Z]  Debug Mode: false
16:57:07 [2024-03-07T16:57:07.276Z]  Experimental: true
16:57:07 [2024-03-07T16:57:07.276Z]  Insecure Registries:
16:57:07 [2024-03-07T16:57:07.276Z]   127.0.0.0/8
16:57:07 [2024-03-07T16:57:07.276Z]  Live Restore Enabled: true
16:57:07 [2024-03-07T16:57:07.276Z] 
[Pipeline] sh
16:57:07 [2024-03-07T16:57:07.551Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:57:07 [2024-03-07T16:57:07.551Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:57:07 [2024-03-07T16:57:07.551Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47505/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
16:57:07 [2024-03-07T16:57:07.551Z] + bash /home/ubuntu/workspace/moby_PR-47505/check-config.sh
16:57:07 [2024-03-07T16:57:07.551Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:57:07 [2024-03-07T16:57:07.551Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ...
16:57:07 [2024-03-07T16:57:07.551Z] 
16:57:07 [2024-03-07T16:57:07.551Z] Generally Necessary:
16:57:07 [2024-03-07T16:57:07.551Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:57:07 [2024-03-07T16:57:07.551Z] - apparmor: enabled and tools installed
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_NAMESPACES: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_NET_NS: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_PID_NS: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_IPC_NS: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_UTS_NS: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_CGROUPS: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_CGROUP_CPUACCT: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_CGROUP_DEVICE: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_CGROUP_FREEZER: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_CGROUP_SCHED: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_CPUSETS: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_MEMCG: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_KEYS: enabled
16:57:07 [2024-03-07T16:57:07.551Z] - CONFIG_VETH: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_BRIDGE: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_NF_NAT: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_POSIX_MQUEUE: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_CGROUP_BPF: enabled
16:57:07 [2024-03-07T16:57:07.808Z] 
16:57:07 [2024-03-07T16:57:07.808Z] Optional Features:
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_USER_NS: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_SECCOMP: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_SECCOMP_FILTER: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_CGROUP_PIDS: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_MEMCG_SWAP: enabled
16:57:07 [2024-03-07T16:57:07.808Z]     (cgroup swap accounting is currently enabled)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_BLK_CGROUP: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_CGROUP_PERF: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_CGROUP_HUGETLB: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_CFS_BANDWIDTH: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_RT_GROUP_SCHED: missing
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_IP_VS: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_IP_VS_NFCT: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_IP_VS_RR: enabled (as module)
16:57:07 [2024-03-07T16:57:07.808Z] - CONFIG_SECURITY_SELINUX: enabled
16:57:08 [2024-03-07T16:57:08.065Z] - CONFIG_SECURITY_APPARMOR: enabled
16:57:08 [2024-03-07T16:57:08.065Z] - CONFIG_EXT4_FS: enabled
16:57:08 [2024-03-07T16:57:08.065Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:57:08 [2024-03-07T16:57:08.065Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:57:08 [2024-03-07T16:57:08.065Z] - Network Drivers:
16:57:08 [2024-03-07T16:57:08.065Z]   - "overlay":
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_VXLAN: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:57:08 [2024-03-07T16:57:08.065Z]       Optional (for encrypted networks):
16:57:08 [2024-03-07T16:57:08.065Z]       - CONFIG_CRYPTO: enabled
16:57:08 [2024-03-07T16:57:08.065Z]       - CONFIG_CRYPTO_AEAD: enabled
16:57:08 [2024-03-07T16:57:08.065Z]       - CONFIG_CRYPTO_GCM: enabled
16:57:08 [2024-03-07T16:57:08.065Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:57:08 [2024-03-07T16:57:08.065Z]       - CONFIG_CRYPTO_GHASH: enabled
16:57:08 [2024-03-07T16:57:08.065Z]       - CONFIG_XFRM: enabled
16:57:08 [2024-03-07T16:57:08.065Z]       - CONFIG_XFRM_USER: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]       - CONFIG_INET_ESP: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]   - "ipvlan":
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_IPVLAN: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]   - "macvlan":
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_MACVLAN: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_DUMMY: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]   - "ftp,tftp client in container":
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z] - Storage Drivers:
16:57:08 [2024-03-07T16:57:08.065Z]   - "aufs":
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_AUFS_FS: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]   - "btrfs":
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:57:08 [2024-03-07T16:57:08.065Z]   - "devicemapper":
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_BLK_DEV_DM: enabled
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]   - "overlay":
16:57:08 [2024-03-07T16:57:08.065Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:57:08 [2024-03-07T16:57:08.065Z]   - "zfs":
16:57:08 [2024-03-07T16:57:08.065Z]     - /dev/zfs: present
16:57:08 [2024-03-07T16:57:08.065Z]     - zfs command: missing
16:57:08 [2024-03-07T16:57:08.065Z]     - zpool command: missing
16:57:08 [2024-03-07T16:57:08.065Z] 
16:57:08 [2024-03-07T16:57:08.065Z] Limits:
16:57:08 [2024-03-07T16:57:08.322Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:57:08 [2024-03-07T16:57:08.322Z] 
16:57:08 [2024-03-07T16:57:08.322Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:57:08 [2024-03-07T16:57:08.613Z] + docker build --force-rm -t docker:ca43c2b714971ce31e81f569875598ee699e6c12 .
16:57:08 [2024-03-07T16:57:08.870Z] #0 building with "default" instance using docker driver
16:57:08 [2024-03-07T16:57:08.870Z] 
16:57:08 [2024-03-07T16:57:08.870Z] #1 [internal] load build definition from Dockerfile
16:57:08 [2024-03-07T16:57:08.870Z] #1 transferring dockerfile: 27.92kB done
16:57:08 [2024-03-07T16:57:08.870Z] #1 DONE 0.1s
16:57:08 [2024-03-07T16:57:08.870Z] 
16:57:08 [2024-03-07T16:57:08.870Z] #2 resolve image config for docker.io/docker/dockerfile:1
16:57:09 [2024-03-07T16:57:09.126Z] #2 DONE 0.3s
16:57:09 [2024-03-07T16:57:09.126Z] 
16:57:09 [2024-03-07T16:57:09.126Z] #3 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
16:57:09 [2024-03-07T16:57:09.126Z] #3 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done
16:57:09 [2024-03-07T16:57:09.126Z] #3 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done
16:57:09 [2024-03-07T16:57:09.126Z] #3 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done
16:57:09 [2024-03-07T16:57:09.126Z] #3 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done
16:57:09 [2024-03-07T16:57:09.126Z] #3 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 1.05MB / 11.02MB 0.1s
16:57:09 [2024-03-07T16:57:09.383Z] #3 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s
16:57:09 [2024-03-07T16:57:09.383Z] #3 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d
16:57:09 [2024-03-07T16:57:09.383Z] #3 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.3s done
16:57:09 [2024-03-07T16:57:09.383Z] #3 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done
16:57:09 [2024-03-07T16:57:09.383Z] #3 DONE 0.5s
16:57:09 [2024-03-07T16:57:09.640Z] 
16:57:09 [2024-03-07T16:57:09.640Z] #4 [internal] load metadata for docker.io/docker/compose-bin:v2.24.5
16:57:10 [2024-03-07T16:57:10.203Z] #4 ...
16:57:10 [2024-03-07T16:57:10.203Z] 
16:57:10 [2024-03-07T16:57:10.203Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:57:10 [2024-03-07T16:57:10.203Z] #5 DONE 0.7s
16:57:10 [2024-03-07T16:57:10.459Z] 
16:57:10 [2024-03-07T16:57:10.459Z] #6 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
16:57:10 [2024-03-07T16:57:10.459Z] #6 DONE 0.7s
16:57:10 [2024-03-07T16:57:10.459Z] 
16:57:10 [2024-03-07T16:57:10.459Z] #7 [internal] load metadata for docker.io/library/golang:1.21.8-bookworm
16:57:10 [2024-03-07T16:57:10.459Z] #7 DONE 0.7s
16:57:10 [2024-03-07T16:57:10.459Z] 
16:57:10 [2024-03-07T16:57:10.459Z] #8 [internal] load metadata for docker.io/distribution/distribution:2.8.3
16:57:10 [2024-03-07T16:57:10.459Z] #8 DONE 0.7s
16:57:10 [2024-03-07T16:57:10.459Z] 
16:57:10 [2024-03-07T16:57:10.459Z] #4 [internal] load metadata for docker.io/docker/compose-bin:v2.24.5
16:57:10 [2024-03-07T16:57:10.459Z] #4 DONE 0.7s
16:57:10 [2024-03-07T16:57:10.459Z] 
16:57:10 [2024-03-07T16:57:10.459Z] #9 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1
16:57:10 [2024-03-07T16:57:10.459Z] #9 DONE 0.8s
16:57:10 [2024-03-07T16:57:10.459Z] 
16:57:10 [2024-03-07T16:57:10.459Z] #10 [internal] load metadata for docker.io/library/busybox:latest
16:57:10 [2024-03-07T16:57:10.459Z] #10 DONE 0.8s
16:57:10 [2024-03-07T16:57:10.459Z] 
16:57:10 [2024-03-07T16:57:10.459Z] #11 [internal] load metadata for docker.io/library/debian:bookworm
16:57:10 [2024-03-07T16:57:10.459Z] #11 DONE 0.8s
16:57:10 [2024-03-07T16:57:10.459Z] 
16:57:10 [2024-03-07T16:57:10.459Z] #12 [internal] load .dockerignore
16:57:10 [2024-03-07T16:57:10.459Z] #12 transferring context: 113B done
16:57:10 [2024-03-07T16:57:10.459Z] #12 DONE 0.0s
16:57:11 [2024-03-07T16:57:11.022Z] 
16:57:11 [2024-03-07T16:57:11.022Z] #13 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
16:57:11 [2024-03-07T16:57:11.022Z] #13 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
16:57:11 [2024-03-07T16:57:11.022Z] #13 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.1s done
16:57:11 [2024-03-07T16:57:11.279Z] #13 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done
16:57:11 [2024-03-07T16:57:11.279Z] #13 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done
16:57:11 [2024-03-07T16:57:11.279Z] #13 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done
16:57:13 [2024-03-07T16:57:13.820Z] #13 ...
16:57:13 [2024-03-07T16:57:13.820Z] 
16:57:13 [2024-03-07T16:57:13.820Z] #14 [internal] load build context
16:57:13 [2024-03-07T16:57:13.820Z] #14 transferring context: 76.12MB 1.8s done
16:57:13 [2024-03-07T16:57:13.820Z] #14 DONE 2.7s
16:57:13 [2024-03-07T16:57:13.820Z] 
16:57:13 [2024-03-07T16:57:13.820Z] #15 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:4482958b4461ff7d9fabc24b3a9ab1e9a2c85ece07b2db1840c7cbc01d053e90
16:57:13 [2024-03-07T16:57:13.820Z] #15 resolve docker.io/library/debian:bookworm@sha256:4482958b4461ff7d9fabc24b3a9ab1e9a2c85ece07b2db1840c7cbc01d053e90 0.1s done
16:57:13 [2024-03-07T16:57:13.820Z] #15 sha256:4482958b4461ff7d9fabc24b3a9ab1e9a2c85ece07b2db1840c7cbc01d053e90 1.85kB / 1.85kB done
16:57:13 [2024-03-07T16:57:13.820Z] #15 sha256:7c288032ecf3319045d9fa538c3b0cc868a320d01d03bce15b99c2c336319994 529B / 529B done
16:57:13 [2024-03-07T16:57:13.820Z] #15 sha256:8138bbd6ac4e6145d04bb9e21475581e89c90c499a2385e45563d6135be136cb 1.48kB / 1.48kB done
16:57:13 [2024-03-07T16:57:13.820Z] #15 sha256:c2964e85ea54bbef26d274e85fa0a3fde68f074e0774d0729e6ebe341e24eee1 49.59MB / 49.59MB 2.5s done
16:57:13 [2024-03-07T16:57:13.820Z] #15 ...
16:57:13 [2024-03-07T16:57:13.820Z] 
16:57:13 [2024-03-07T16:57:13.820Z] #16 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3
16:57:13 [2024-03-07T16:57:13.820Z] #16 resolve docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 0.1s done
16:57:13 [2024-03-07T16:57:13.820Z] #16 sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 8.43kB / 8.43kB done
16:57:13 [2024-03-07T16:57:13.820Z] #16 sha256:06eae01801a52c8f549787b29c2bfb65c88c0a218b217321e99a157565a0fa5a 482B / 482B done
16:57:13 [2024-03-07T16:57:13.820Z] #16 sha256:d06dcef7a21624ea13d7671125a7fe4cded9aaa21792757846e72064e5214dec 1.13kB / 1.13kB done
16:57:13 [2024-03-07T16:57:13.820Z] #16 sha256:823737807fa37f6a71175786ba6042e4b83f8bb78f65079d56c0a0dff55d1e73 16.62MB / 16.62MB 0.9s done
16:57:13 [2024-03-07T16:57:13.820Z] #16 extracting sha256:823737807fa37f6a71175786ba6042e4b83f8bb78f65079d56c0a0dff55d1e73 0.4s done
16:57:13 [2024-03-07T16:57:13.820Z] #16 DONE 2.9s
16:57:13 [2024-03-07T16:57:13.820Z] 
16:57:13 [2024-03-07T16:57:13.820Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:57:13 [2024-03-07T16:57:13.820Z] #17 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
16:57:13 [2024-03-07T16:57:13.820Z] #17 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:57:13 [2024-03-07T16:57:13.820Z] #17 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:57:13 [2024-03-07T16:57:13.820Z] #17 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:57:13 [2024-03-07T16:57:13.820Z] #17 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.3s done
16:57:13 [2024-03-07T16:57:13.820Z] #17 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.3s done
16:57:13 [2024-03-07T16:57:13.820Z] #17 DONE 2.9s
16:57:13 [2024-03-07T16:57:13.820Z] 
16:57:13 [2024-03-07T16:57:13.820Z] #15 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:4482958b4461ff7d9fabc24b3a9ab1e9a2c85ece07b2db1840c7cbc01d053e90
16:57:13 [2024-03-07T16:57:13.820Z] #15 extracting sha256:c2964e85ea54bbef26d274e85fa0a3fde68f074e0774d0729e6ebe341e24eee1 0.1s
16:57:15 [2024-03-07T16:57:15.714Z] #15 extracting sha256:c2964e85ea54bbef26d274e85fa0a3fde68f074e0774d0729e6ebe341e24eee1 1.9s done
16:57:16 [2024-03-07T16:57:16.644Z] #15 DONE 5.8s
16:57:16 [2024-03-07T16:57:16.644Z] 
16:57:16 [2024-03-07T16:57:16.644Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:57:18 [2024-03-07T16:57:18.012Z] #18 ...
16:57:18 [2024-03-07T16:57:18.012Z] 
16:57:18 [2024-03-07T16:57:18.012Z] #19 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
16:57:18 [2024-03-07T16:57:18.012Z] #19 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.1s done
16:57:18 [2024-03-07T16:57:18.012Z] #19 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done
16:57:18 [2024-03-07T16:57:18.012Z] #19 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done
16:57:18 [2024-03-07T16:57:18.012Z] #19 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
16:57:18 [2024-03-07T16:57:18.012Z] #19 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 5.8s done
16:57:18 [2024-03-07T16:57:18.012Z] #19 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done
16:57:18 [2024-03-07T16:57:18.012Z] #19 DONE 7.3s
16:57:18 [2024-03-07T16:57:18.269Z] 
16:57:18 [2024-03-07T16:57:18.269Z] #20 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43
16:57:18 [2024-03-07T16:57:18.269Z] #20 resolve docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 0.1s done
16:57:18 [2024-03-07T16:57:18.269Z] #20 sha256:152601ea1a432a294017848c66fb84d04e1a90d4380ce9b5cd519cdf09e43722 482B / 482B done
16:57:18 [2024-03-07T16:57:18.269Z] #20 sha256:a5a1ba0fd157960c623fcbba319e3c92650faeacc179ed940362aed94d69a42f 1.14kB / 1.14kB done
16:57:18 [2024-03-07T16:57:18.269Z] #20 sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 8.43kB / 8.43kB done
16:57:18 [2024-03-07T16:57:18.269Z] #20 sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 15.64MB / 15.64MB 6.1s done
16:57:18 [2024-03-07T16:57:18.269Z] #20 extracting sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 0.2s done
16:57:18 [2024-03-07T16:57:18.269Z] #20 DONE 7.4s
16:57:18 [2024-03-07T16:57:18.269Z] 
16:57:18 [2024-03-07T16:57:18.269Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:57:18 [2024-03-07T16:57:18.269Z] #18 1.540 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
16:57:18 [2024-03-07T16:57:18.269Z] #18 1.566 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
16:57:18 [2024-03-07T16:57:18.269Z] #18 1.566 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
16:57:18 [2024-03-07T16:57:18.269Z] #18 1.632 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
16:57:18 [2024-03-07T16:57:18.526Z] #18 1.830 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
16:57:18 [2024-03-07T16:57:18.526Z] #18 ...
16:57:18 [2024-03-07T16:57:18.526Z] 
16:57:18 [2024-03-07T16:57:18.526Z] #21 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:478209e7be50e5f5c9fd47a6a71d43c119dd44c393160e49dc4bb86f99a439de
16:57:18 [2024-03-07T16:57:18.526Z] #21 resolve docker.io/library/busybox:latest@sha256:478209e7be50e5f5c9fd47a6a71d43c119dd44c393160e49dc4bb86f99a439de 0.1s done
16:57:18 [2024-03-07T16:57:18.526Z] #21 sha256:46bd05c4a04f3d121198e054da02daed22d0f561764acb0f0594066d5972619b 390B / 390B done
16:57:18 [2024-03-07T16:57:18.526Z] #21 sha256:478209e7be50e5f5c9fd47a6a71d43c119dd44c393160e49dc4bb86f99a439de 6.76kB / 6.76kB done
16:57:18 [2024-03-07T16:57:18.526Z] #21 sha256:15b3852228f2a4251fb997ce32a52204b76babcaae22df16cac5e217d95a5c07 610B / 610B done
16:57:18 [2024-03-07T16:57:18.526Z] #21 sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 1.84MB / 1.84MB 6.3s done
16:57:18 [2024-03-07T16:57:18.526Z] #21 extracting sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 0.2s done
16:57:18 [2024-03-07T16:57:18.526Z] #21 DONE 7.7s
16:57:18 [2024-03-07T16:57:18.526Z] 
16:57:18 [2024-03-07T16:57:18.526Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:57:18 [2024-03-07T16:57:18.526Z] #18 1.831 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [141 kB]
16:57:19 [2024-03-07T16:57:19.456Z] #18 ...
16:57:19 [2024-03-07T16:57:19.456Z] 
16:57:19 [2024-03-07T16:57:19.456Z] #13 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
16:57:19 [2024-03-07T16:57:19.456Z] #13 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 6.7s done
16:57:19 [2024-03-07T16:57:19.456Z] #13 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 6.8s done
16:57:19 [2024-03-07T16:57:19.456Z] #13 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 766B / 766B 6.7s done
16:57:19 [2024-03-07T16:57:19.456Z] #13 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.1s done
16:57:19 [2024-03-07T16:57:19.456Z] #13 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 7.3s
16:57:19 [2024-03-07T16:57:19.456Z] #13 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.2s done
16:57:19 [2024-03-07T16:57:19.456Z] #13 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done
16:57:19 [2024-03-07T16:57:19.456Z] #13 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.1s done
16:57:20 [2024-03-07T16:57:20.825Z] #13 ...
16:57:20 [2024-03-07T16:57:20.825Z] 
16:57:20 [2024-03-07T16:57:20.825Z] #22 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:3c7b628e7ed755b69c438f3520e09b831b5ebeb07eb78f4add73534a861a59ce
16:57:20 [2024-03-07T16:57:20.825Z] #22 resolve docker.io/library/golang:1.21.8-bookworm@sha256:3c7b628e7ed755b69c438f3520e09b831b5ebeb07eb78f4add73534a861a59ce 0.1s done
16:57:20 [2024-03-07T16:57:20.825Z] #22 sha256:3c7b628e7ed755b69c438f3520e09b831b5ebeb07eb78f4add73534a861a59ce 1.64kB / 1.64kB done
16:57:20 [2024-03-07T16:57:20.825Z] #22 sha256:c9037f0a6f706c65a199fab2c586839272838fbe0b933a696a6fe07f6cfef9cf 1.79kB / 1.79kB done
16:57:20 [2024-03-07T16:57:20.825Z] #22 sha256:015a066372deafcef62377696fdd588e02a596e1ec42937b8f384da438171250 2.90kB / 2.90kB done
16:57:20 [2024-03-07T16:57:20.825Z] #22 sha256:c2964e85ea54bbef26d274e85fa0a3fde68f074e0774d0729e6ebe341e24eee1 49.59MB / 49.59MB 2.5s done
16:57:20 [2024-03-07T16:57:20.825Z] #22 sha256:d3436c315a5dcd9b17acc96236fdf378dcf2deb72fe9dafb42d894a3c362ac75 23.58MB / 23.58MB 3.5s done
16:57:20 [2024-03-07T16:57:20.825Z] #22 sha256:603ae72c83b17aae41ce6857f0063bfd35b5f00dc5d7e1ad47fa18debb28b2c7 63.99MB / 63.99MB 5.1s done
16:57:20 [2024-03-07T16:57:20.825Z] #22 sha256:a23d83702b673f096f3ad08d6fd0e17210ca2820cc17e8200245f59d0673551f 86.41MB / 86.41MB 5.3s done
16:57:20 [2024-03-07T16:57:20.825Z] #22 extracting sha256:d3436c315a5dcd9b17acc96236fdf378dcf2deb72fe9dafb42d894a3c362ac75 0.4s done
16:57:20 [2024-03-07T16:57:20.825Z] #22 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 5.5s done
16:57:20 [2024-03-07T16:57:20.825Z] #22 sha256:c27a4e4af1e8494dbf63c42a2d69630a37e2c2b7363bef81ff60f8d5109c0ef5 64.11MB / 64.11MB 6.3s done
16:57:20 [2024-03-07T16:57:20.825Z] #22 sha256:cca4fd0656d11971a06200614d30cc517963725a7744bdd5dcab3764d49c22b0 0B / 173B 5.4s
16:57:20 [2024-03-07T16:57:20.825Z] #22 extracting sha256:603ae72c83b17aae41ce6857f0063bfd35b5f00dc5d7e1ad47fa18debb28b2c7 2.2s done
16:57:20 [2024-03-07T16:57:20.825Z] #22 extracting sha256:a23d83702b673f096f3ad08d6fd0e17210ca2820cc17e8200245f59d0673551f 1.3s
16:57:21 [2024-03-07T16:57:21.081Z] #22 extracting sha256:a23d83702b673f096f3ad08d6fd0e17210ca2820cc17e8200245f59d0673551f 1.5s done
16:57:21 [2024-03-07T16:57:21.081Z] #22 extracting sha256:c27a4e4af1e8494dbf63c42a2d69630a37e2c2b7363bef81ff60f8d5109c0ef5 0.1s
16:57:22 [2024-03-07T16:57:22.451Z] #22 ...
16:57:22 [2024-03-07T16:57:22.451Z] 
16:57:22 [2024-03-07T16:57:22.451Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:57:22 [2024-03-07T16:57:22.451Z] #18 2.926 Fetched 9093 kB in 2s (5541 kB/s)
16:57:22 [2024-03-07T16:57:22.451Z] #18 2.926 Reading package lists...
16:57:22 [2024-03-07T16:57:22.451Z] #18 3.551 Reading package lists...
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.169 Building dependency tree...
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.660 The following additional packages will be installed:
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.660   libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.660   libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.662   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.665 Suggested packages:
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.665   krb5-doc krb5-user
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.665 Recommended packages:
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.665   krb5-locales libldap-common publicsuffix libsasl2-modules
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.838 The following NEW packages will be installed:
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.838   ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.840   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.840   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:57:22 [2024-03-07T16:57:22.451Z] #18 4.840   libssh2-1 libssl3 openssl
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.113 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.113 Need to get 5813 kB of archives.
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.113 After this operation, 16.1 MB of additional disk space will be used.
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.113 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.169 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.180 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.182 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.184 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.185 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.186 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.188 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.192 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.196 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.198 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.199 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.200 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.202 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.203 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.205 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.206 Get:17 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.214 Get:18 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.216 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.219 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.221 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.453 debconf: delaying package configuration, since apt-utils is not installed
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.490 Fetched 5813 kB in 0s (15.5 MB/s)
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.534 Selecting previously unselected package libssl3:arm64.
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.534 (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.)
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.538 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ...
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.556 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ...
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.724 Selecting previously unselected package openssl.
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.725 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ...
16:57:22 [2024-03-07T16:57:22.451Z] #18 5.731 Unpacking openssl (3.0.11-1~deb12u2) ...
16:57:22 [2024-03-07T16:57:22.707Z] #18 6.021 Selecting previously unselected package ca-certificates.
16:57:22 [2024-03-07T16:57:22.707Z] #18 6.022 Preparing to unpack .../02-ca-certificates_20230311_all.deb ...
16:57:22 [2024-03-07T16:57:22.707Z] #18 6.028 Unpacking ca-certificates (20230311) ...
16:57:23 [2024-03-07T16:57:23.270Z] #18 6.325 Selecting previously unselected package libbrotli1:arm64.
16:57:23 [2024-03-07T16:57:23.270Z] #18 6.326 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ...
16:57:23 [2024-03-07T16:57:23.270Z] #18 6.334 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
16:57:23 [2024-03-07T16:57:23.270Z] #18 6.565 Selecting previously unselected package libkrb5support0:arm64.
16:57:23 [2024-03-07T16:57:23.270Z] #18 6.566 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ...
16:57:23 [2024-03-07T16:57:23.270Z] #18 6.586 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
16:57:23 [2024-03-07T16:57:23.526Z] #18 6.721 Selecting previously unselected package libk5crypto3:arm64.
16:57:23 [2024-03-07T16:57:23.526Z] #18 6.722 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ...
16:57:23 [2024-03-07T16:57:23.526Z] #18 6.728 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
16:57:23 [2024-03-07T16:57:23.526Z] #18 6.831 Selecting previously unselected package libkeyutils1:arm64.
16:57:23 [2024-03-07T16:57:23.526Z] #18 6.833 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
16:57:23 [2024-03-07T16:57:23.526Z] #18 6.845 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
16:57:23 [2024-03-07T16:57:23.526Z] #18 6.945 Selecting previously unselected package libkrb5-3:arm64.
16:57:23 [2024-03-07T16:57:23.783Z] #18 6.946 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ...
16:57:23 [2024-03-07T16:57:23.783Z] #18 6.958 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
16:57:23 [2024-03-07T16:57:23.783Z] #18 7.114 Selecting previously unselected package libgssapi-krb5-2:arm64.
16:57:23 [2024-03-07T16:57:23.783Z] #18 7.115 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ...
16:57:23 [2024-03-07T16:57:23.783Z] #18 7.127 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
16:57:23 [2024-03-07T16:57:23.783Z] #18 7.213 Selecting previously unselected package libsasl2-modules-db:arm64.
16:57:23 [2024-03-07T16:57:23.783Z] #18 7.214 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
16:57:24 [2024-03-07T16:57:24.040Z] #18 7.242 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
16:57:24 [2024-03-07T16:57:24.040Z] #18 7.375 Selecting previously unselected package libsasl2-2:arm64.
16:57:24 [2024-03-07T16:57:24.296Z] #18 7.376 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
16:57:24 [2024-03-07T16:57:24.296Z] #18 7.385 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
16:57:24 [2024-03-07T16:57:24.296Z] #18 7.738 Selecting previously unselected package libldap-2.5-0:arm64.
16:57:24 [2024-03-07T16:57:24.553Z] #18 7.739 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
16:57:24 [2024-03-07T16:57:24.553Z] #18 7.754 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
16:57:24 [2024-03-07T16:57:24.809Z] #18 8.142 Selecting previously unselected package libnghttp2-14:arm64.
16:57:25 [2024-03-07T16:57:25.066Z] #18 8.143 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ...
16:57:25 [2024-03-07T16:57:25.066Z] #18 8.177 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
16:57:25 [2024-03-07T16:57:25.066Z] #18 8.418 Selecting previously unselected package libpsl5:arm64.
16:57:25 [2024-03-07T16:57:25.066Z] #18 8.419 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ...
16:57:25 [2024-03-07T16:57:25.066Z] #18 8.433 Unpacking libpsl5:arm64 (0.21.2-1) ...
16:57:25 [2024-03-07T16:57:25.066Z] #18 8.522 Selecting previously unselected package librtmp1:arm64.
16:57:25 [2024-03-07T16:57:25.322Z] #18 8.523 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
16:57:25 [2024-03-07T16:57:25.322Z] #18 8.531 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:57:25 [2024-03-07T16:57:25.322Z] #18 8.716 Selecting previously unselected package libssh2-1:arm64.
16:57:25 [2024-03-07T16:57:25.578Z] #18 8.717 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ...
16:57:25 [2024-03-07T16:57:25.578Z] #18 8.725 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
16:57:25 [2024-03-07T16:57:25.578Z] #18 8.862 Selecting previously unselected package libcurl4:arm64.
16:57:25 [2024-03-07T16:57:25.578Z] #18 ...
16:57:25 [2024-03-07T16:57:25.578Z] 
16:57:25 [2024-03-07T16:57:25.578Z] #22 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:3c7b628e7ed755b69c438f3520e09b831b5ebeb07eb78f4add73534a861a59ce
16:57:25 [2024-03-07T16:57:25.578Z] #22 extracting sha256:c27a4e4af1e8494dbf63c42a2d69630a37e2c2b7363bef81ff60f8d5109c0ef5 3.4s done
16:57:25 [2024-03-07T16:57:25.578Z] #22 extracting sha256:cca4fd0656d11971a06200614d30cc517963725a7744bdd5dcab3764d49c22b0 done
16:57:25 [2024-03-07T16:57:25.578Z] #22 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
16:57:25 [2024-03-07T16:57:25.578Z] #22 DONE 14.7s
16:57:25 [2024-03-07T16:57:25.578Z] 
16:57:25 [2024-03-07T16:57:25.578Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:57:25 [2024-03-07T16:57:25.578Z] #18 8.863 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ...
16:57:25 [2024-03-07T16:57:25.578Z] #18 8.870 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ...
16:57:25 [2024-03-07T16:57:25.578Z] #18 8.991 Selecting previously unselected package curl.
16:57:25 [2024-03-07T16:57:25.578Z] #18 ...
16:57:25 [2024-03-07T16:57:25.578Z] 
16:57:25 [2024-03-07T16:57:25.578Z] #23 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
16:57:25 [2024-03-07T16:57:25.835Z] #23 ...
16:57:25 [2024-03-07T16:57:25.835Z] 
16:57:25 [2024-03-07T16:57:25.835Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:57:25 [2024-03-07T16:57:25.835Z] #18 8.992 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ...
16:57:25 [2024-03-07T16:57:25.835Z] #18 9.000 Unpacking curl (7.88.1-10+deb12u5) ...
16:57:25 [2024-03-07T16:57:25.835Z] #18 9.254 Selecting previously unselected package libonig5:arm64.
16:57:26 [2024-03-07T16:57:26.091Z] #18 9.255 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ...
16:57:26 [2024-03-07T16:57:26.091Z] #18 9.290 Unpacking libonig5:arm64 (6.9.8-1) ...
16:57:26 [2024-03-07T16:57:26.091Z] #18 9.401 Selecting previously unselected package libjq1:arm64.
16:57:26 [2024-03-07T16:57:26.347Z] #18 9.402 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ...
16:57:26 [2024-03-07T16:57:26.347Z] #18 9.415 Unpacking libjq1:arm64 (1.6-2.1) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.468 Selecting previously unselected package jq.
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.469 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.477 Unpacking jq (1.6-2.1) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.557 Setting up libkeyutils1:arm64 (1.6.3-2) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 ...
16:57:26 [2024-03-07T16:57:26.348Z] 
16:57:26 [2024-03-07T16:57:26.348Z] #24 [build-dummy 2/2] RUN mkdir -p /build
16:57:26 [2024-03-07T16:57:26.348Z] #24 DONE 7.8s
16:57:26 [2024-03-07T16:57:26.348Z] 
16:57:26 [2024-03-07T16:57:26.348Z] #23 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
16:57:26 [2024-03-07T16:57:26.348Z] #23 DONE 6.9s
16:57:26 [2024-03-07T16:57:26.348Z] 
16:57:26 [2024-03-07T16:57:26.348Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.569 Setting up libpsl5:arm64 (0.21.2-1) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.581 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.600 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.620 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.644 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.668 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 ...
16:57:26 [2024-03-07T16:57:26.348Z] 
16:57:26 [2024-03-07T16:57:26.348Z] #25 [binary-dummy 1/1] COPY --from=build-dummy /build /build
16:57:26 [2024-03-07T16:57:26.348Z] #25 DONE 0.0s
16:57:26 [2024-03-07T16:57:26.348Z] 
16:57:26 [2024-03-07T16:57:26.348Z] #26 [base 2/4] COPY --from=xx / /
16:57:26 [2024-03-07T16:57:26.348Z] #26 DONE 0.1s
16:57:26 [2024-03-07T16:57:26.348Z] 
16:57:26 [2024-03-07T16:57:26.348Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.680 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.693 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.707 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.720 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.732 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.745 Setting up openssl (3.0.11-1~deb12u2) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.761 Setting up libonig5:arm64 (6.9.8-1) ...
16:57:26 [2024-03-07T16:57:26.348Z] #18 9.772 Setting up libjq1:arm64 (1.6-2.1) ...
16:57:26 [2024-03-07T16:57:26.604Z] #18 9.783 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
16:57:26 [2024-03-07T16:57:26.604Z] #18 9.795 Setting up ca-certificates (20230311) ...
16:57:26 [2024-03-07T16:57:26.604Z] #18 9.873 debconf: unable to initialize frontend: Dialog
16:57:26 [2024-03-07T16:57:26.604Z] #18 9.873 debconf: (TERM is not set, so the dialog frontend is not usable.)
16:57:26 [2024-03-07T16:57:26.604Z] #18 9.873 debconf: falling back to frontend: Readline
16:57:26 [2024-03-07T16:57:26.604Z] #18 ...
16:57:26 [2024-03-07T16:57:26.604Z] 
16:57:26 [2024-03-07T16:57:26.604Z] #27 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:57:26 [2024-03-07T16:57:26.604Z] #27 DONE 0.3s
16:57:26 [2024-03-07T16:57:26.604Z] 
16:57:26 [2024-03-07T16:57:26.604Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:57:26 [2024-03-07T16:57:26.604Z] #18 9.874 debconf: unable to initialize frontend: Readline
16:57:26 [2024-03-07T16:57:26.604Z] #18 9.874 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.)
16:57:26 [2024-03-07T16:57:26.604Z] #18 9.874 debconf: falling back to frontend: Teletype
16:57:26 [2024-03-07T16:57:26.861Z] #18 10.19 Updating certificates in /etc/ssl/certs...
16:57:27 [2024-03-07T16:57:27.424Z] #18 10.63 140 added, 0 removed; done.
16:57:27 [2024-03-07T16:57:27.424Z] #18 10.66 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
16:57:27 [2024-03-07T16:57:27.680Z] #18 10.67 Setting up jq (1.6-2.1) ...
16:57:27 [2024-03-07T16:57:27.680Z] #18 10.69 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
16:57:27 [2024-03-07T16:57:27.680Z] #18 10.70 Setting up curl (7.88.1-10+deb12u5) ...
16:57:27 [2024-03-07T16:57:27.680Z] #18 10.72 Processing triggers for libc-bin (2.36-9+deb12u4) ...
16:57:27 [2024-03-07T16:57:27.680Z] #18 10.74 Processing triggers for ca-certificates (20230311) ...
16:57:27 [2024-03-07T16:57:27.680Z] #18 10.74 Updating certificates in /etc/ssl/certs...
16:57:27 [2024-03-07T16:57:27.680Z] #18 11.07 0 added, 0 removed; done.
16:57:27 [2024-03-07T16:57:27.680Z] #18 11.07 Running hooks in /etc/ca-certificates/update.d...
16:57:27 [2024-03-07T16:57:27.936Z] #18 11.07 done.
16:57:27 [2024-03-07T16:57:27.936Z] #18 DONE 11.2s
16:57:27 [2024-03-07T16:57:27.936Z] 
16:57:27 [2024-03-07T16:57:27.936Z] #28 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
16:57:27 [2024-03-07T16:57:27.936Z] #28 0.565 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
16:57:27 [2024-03-07T16:57:27.936Z] #28 0.574 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
16:57:27 [2024-03-07T16:57:27.936Z] #28 0.574 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
16:57:27 [2024-03-07T16:57:27.936Z] #28 0.646 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
16:57:27 [2024-03-07T16:57:27.936Z] #28 0.718 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
16:57:27 [2024-03-07T16:57:27.936Z] #28 0.769 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [141 kB]
16:57:27 [2024-03-07T16:57:27.936Z] #28 ...
16:57:27 [2024-03-07T16:57:27.936Z] 
16:57:27 [2024-03-07T16:57:27.936Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:57:27 [2024-03-07T16:57:27.936Z] #29 DONE 0.0s
16:57:28 [2024-03-07T16:57:28.193Z] 
16:57:28 [2024-03-07T16:57:28.193Z] #30 [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
16:57:30 [2024-03-07T16:57:30.712Z] #30 2.357 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:57:30 [2024-03-07T16:57:30.969Z] #30 2.938 #=#=#                                                                         
16:57:30 [2024-03-07T16:57:30.969Z] #30 ...
16:57:30 [2024-03-07T16:57:30.969Z] 
16:57:30 [2024-03-07T16:57:30.969Z] #28 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
16:57:30 [2024-03-07T16:57:30.969Z] #28 1.712 Fetched 9093 kB in 1s (6487 kB/s)
16:57:30 [2024-03-07T16:57:30.969Z] #28 1.712 Reading package lists...
16:57:30 [2024-03-07T16:57:30.969Z] #28 2.335 Reading package lists...
16:57:30 [2024-03-07T16:57:30.969Z] #28 2.952 Building dependency tree...
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.134 Reading state information...
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.408 The following additional packages will be installed:
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.409   libmagic-mgc libmagic1
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.439 The following NEW packages will be installed:
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.440   file libmagic-mgc libmagic1
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.714 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.714 Need to get 446 kB of archives.
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.714 After this operation, 8709 kB of additional disk space will be used.
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.714 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.720 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.723 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.868 debconf: delaying package configuration, since apt-utils is not installed
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.910 Fetched 446 kB in 0s (1633 kB/s)
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.930 Selecting previously unselected package libmagic-mgc.
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.930 (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.)
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.940 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ...
16:57:30 [2024-03-07T16:57:30.969Z] #28 3.943 Unpacking libmagic-mgc (1:5.44-3) ...
16:57:30 [2024-03-07T16:57:30.969Z] #28 4.015 Selecting previously unselected package libmagic1:arm64.
16:57:30 [2024-03-07T16:57:30.969Z] #28 4.017 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ...
16:57:30 [2024-03-07T16:57:30.969Z] #28 4.024 Unpacking libmagic1:arm64 (1:5.44-3) ...
16:57:30 [2024-03-07T16:57:30.969Z] #28 4.059 Selecting previously unselected package file.
16:57:30 [2024-03-07T16:57:30.969Z] #28 4.061 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ...
16:57:30 [2024-03-07T16:57:30.969Z] #28 4.064 Unpacking file (1:5.44-3) ...
16:57:30 [2024-03-07T16:57:30.969Z] #28 4.102 Setting up libmagic-mgc (1:5.44-3) ...
16:57:30 [2024-03-07T16:57:30.969Z] #28 4.113 Setting up libmagic1:arm64 (1:5.44-3) ...
16:57:30 [2024-03-07T16:57:30.969Z] #28 4.133 Setting up file (1:5.44-3) ...
16:57:30 [2024-03-07T16:57:30.969Z] #28 4.144 Processing triggers for libc-bin (2.36-9+deb12u4) ...
16:57:30 [2024-03-07T16:57:30.969Z] #28 DONE 4.2s
16:57:30 [2024-03-07T16:57:30.969Z] 
16:57:30 [2024-03-07T16:57:30.969Z] #31 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
16:57:30 [2024-03-07T16:57:30.969Z] #31 DONE 0.2s
16:57:30 [2024-03-07T16:57:30.969Z] 
16:57:30 [2024-03-07T16:57:30.969Z] #32 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:57:31 [2024-03-07T16:57:31.227Z] #32 ...
16:57:31 [2024-03-07T16:57:31.227Z] 
16:57:31 [2024-03-07T16:57:31.227Z] #33 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
16:57:31 [2024-03-07T16:57:31.227Z] #33 DONE 0.2s
16:57:31 [2024-03-07T16:57:31.227Z] 
16:57:31 [2024-03-07T16:57:31.227Z] #34 [registry-src 1/2] WORKDIR /usr/src/registry
16:57:31 [2024-03-07T16:57:31.227Z] #34 DONE 0.2s
16:57:31 [2024-03-07T16:57:31.227Z] 
16:57:31 [2024-03-07T16:57:31.227Z] #35 [tini-src 1/3] WORKDIR /usr/src/tini
16:57:31 [2024-03-07T16:57:31.227Z] #35 DONE 0.2s
16:57:31 [2024-03-07T16:57:31.227Z] 
16:57:31 [2024-03-07T16:57:31.227Z] #36 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
16:57:31 [2024-03-07T16:57:31.227Z] #36 DONE 0.2s
16:57:31 [2024-03-07T16:57:31.227Z] 
16:57:31 [2024-03-07T16:57:31.227Z] #37 [runc-src 1/3] WORKDIR /usr/src/runc
16:57:31 [2024-03-07T16:57:31.227Z] #37 DONE 0.3s
16:57:31 [2024-03-07T16:57:31.227Z] 
16:57:31 [2024-03-07T16:57:31.227Z] #38 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
16:57:31 [2024-03-07T16:57:31.227Z] #38 DONE 0.3s
16:57:31 [2024-03-07T16:57:31.484Z] 
16:57:31 [2024-03-07T16:57:31.484Z] #39 [delve-src 1/3] WORKDIR /usr/src/delve
16:57:31 [2024-03-07T16:57:31.484Z] #39 DONE 0.3s
16:57:31 [2024-03-07T16:57:31.484Z] 
16:57:31 [2024-03-07T16:57:31.484Z] #40 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
16:57:31 [2024-03-07T16:57:31.484Z] #40 DONE 0.3s
16:57:31 [2024-03-07T16:57:31.484Z] 
16:57:31 [2024-03-07T16:57:31.484Z] #41 [swagger-src 1/3] WORKDIR /usr/src/swagger
16:57:31 [2024-03-07T16:57:31.484Z] #41 DONE 0.3s
16:57:31 [2024-03-07T16:57:31.484Z] 
16:57:31 [2024-03-07T16:57:31.484Z] #42 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
16:57:31 [2024-03-07T16:57:31.484Z] #42 DONE 0.3s
16:57:31 [2024-03-07T16:57:31.484Z] 
16:57:31 [2024-03-07T16:57:31.484Z] #43 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:57:31 [2024-03-07T16:57:31.484Z] #43 DONE 0.3s
16:57:31 [2024-03-07T16:57:31.484Z] 
16:57:31 [2024-03-07T16:57:31.484Z] #44 [containerd-src 1/3] WORKDIR /usr/src/containerd
16:57:31 [2024-03-07T16:57:31.484Z] #44 DONE 0.4s
16:57:31 [2024-03-07T16:57:31.484Z] 
16:57:31 [2024-03-07T16:57:31.484Z] #32 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:57:31 [2024-03-07T16:57:31.484Z] #32 DONE 0.4s
16:57:31 [2024-03-07T16:57:31.484Z] 
16:57:31 [2024-03-07T16:57:31.484Z] #30 [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
16:57:31 [2024-03-07T16:57:31.484Z] #30 3.225 #=#=#                                                                         

####                                                                       6.2%
######################################################################## 100.0%
16:57:31 [2024-03-07T16:57:31.484Z] #30 3.488 
16:57:31 [2024-03-07T16:57:31.740Z] #30 ...
16:57:31 [2024-03-07T16:57:31.740Z] 
16:57:31 [2024-03-07T16:57:31.740Z] #45 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.555 hint: Using 'master' as the name for the initial branch. This default branch name
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.555 hint: is subject to change. To configure the initial branch name to use in all
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.555 hint: of your new repositories, which will suppress this warning, call:
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.555 hint: 
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.555 hint: 	git config --global init.defaultBranch <name>
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.555 hint: 
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.555 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.555 hint: 'development'. The just-created branch can be renamed via this command:
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.555 hint: 
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.555 hint: 	git branch -m <name>
16:57:31 [2024-03-07T16:57:31.740Z] #45 0.558 Initialized empty Git repository in /usr/src/tini/.git/
16:57:31 [2024-03-07T16:57:31.740Z] #45 DONE 0.7s
16:57:31 [2024-03-07T16:57:31.996Z] 
16:57:31 [2024-03-07T16:57:31.996Z] #46 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.498 hint: Using 'master' as the name for the initial branch. This default branch name
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.498 hint: is subject to change. To configure the initial branch name to use in all
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.498 hint: of your new repositories, which will suppress this warning, call:
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.498 hint: 
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.498 hint: 	git config --global init.defaultBranch <name>
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.498 hint: 
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.498 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.498 hint: 'development'. The just-created branch can be renamed via this command:
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.498 hint: 
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.498 hint: 	git branch -m <name>
16:57:31 [2024-03-07T16:57:31.996Z] #46 0.500 Initialized empty Git repository in /usr/src/registry/.git/
16:57:31 [2024-03-07T16:57:31.996Z] #46 DONE 0.7s
16:57:31 [2024-03-07T16:57:31.996Z] 
16:57:31 [2024-03-07T16:57:31.996Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
16:57:31 [2024-03-07T16:57:31.996Z] #47 ...
16:57:31 [2024-03-07T16:57:31.996Z] 
16:57:31 [2024-03-07T16:57:31.996Z] #48 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.782 hint: Using 'master' as the name for the initial branch. This default branch name
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.782 hint: is subject to change. To configure the initial branch name to use in all
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.782 hint: of your new repositories, which will suppress this warning, call:
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.782 hint: 
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.782 hint: 	git config --global init.defaultBranch <name>
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.782 hint: 
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.782 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.782 hint: 'development'. The just-created branch can be renamed via this command:
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.782 hint: 
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.782 hint: 	git branch -m <name>
16:57:31 [2024-03-07T16:57:31.996Z] #48 0.784 Initialized empty Git repository in /usr/src/rootlesskit/.git/
16:57:31 [2024-03-07T16:57:31.996Z] #48 DONE 0.9s
16:57:32 [2024-03-07T16:57:32.253Z] 
16:57:32 [2024-03-07T16:57:32.253Z] #49 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.816 hint: Using 'master' as the name for the initial branch. This default branch name
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.816 hint: is subject to change. To configure the initial branch name to use in all
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.816 hint: of your new repositories, which will suppress this warning, call:
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.816 hint: 
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.816 hint: 	git config --global init.defaultBranch <name>
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.816 hint: 
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.816 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.816 hint: 'development'. The just-created branch can be renamed via this command:
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.816 hint: 
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.816 hint: 	git branch -m <name>
16:57:32 [2024-03-07T16:57:32.253Z] #49 0.817 Initialized empty Git repository in /usr/src/runc/.git/
16:57:32 [2024-03-07T16:57:32.253Z] #49 DONE 1.0s
16:57:32 [2024-03-07T16:57:32.253Z] 
16:57:32 [2024-03-07T16:57:32.253Z] #50 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:57:32 [2024-03-07T16:57:32.509Z] #50 ...
16:57:32 [2024-03-07T16:57:32.509Z] 
16:57:32 [2024-03-07T16:57:32.509Z] #51 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.051 hint: Using 'master' as the name for the initial branch. This default branch name
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.051 hint: is subject to change. To configure the initial branch name to use in all
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.051 hint: of your new repositories, which will suppress this warning, call:
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.051 hint: 
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.051 hint: 	git config --global init.defaultBranch <name>
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.051 hint: 
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.051 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.051 hint: 'development'. The just-created branch can be renamed via this command:
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.051 hint: 
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.051 hint: 	git branch -m <name>
16:57:32 [2024-03-07T16:57:32.509Z] #51 1.052 Initialized empty Git repository in /usr/src/delve/.git/
16:57:32 [2024-03-07T16:57:32.509Z] #51 DONE 1.1s
16:57:32 [2024-03-07T16:57:32.509Z] 
16:57:32 [2024-03-07T16:57:32.509Z] #52 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:57:32 [2024-03-07T16:57:32.766Z] #52 ...
16:57:32 [2024-03-07T16:57:32.766Z] 
16:57:32 [2024-03-07T16:57:32.766Z] #53 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.317 hint: Using 'master' as the name for the initial branch. This default branch name
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.317 hint: is subject to change. To configure the initial branch name to use in all
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.317 hint: of your new repositories, which will suppress this warning, call:
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.317 hint: 
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.317 hint: 	git config --global init.defaultBranch <name>
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.317 hint: 
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.317 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.317 hint: 'development'. The just-created branch can be renamed via this command:
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.317 hint: 
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.317 hint: 	git branch -m <name>
16:57:32 [2024-03-07T16:57:32.766Z] #53 1.318 Initialized empty Git repository in /usr/src/swagger/.git/
16:57:32 [2024-03-07T16:57:32.766Z] #53 DONE 1.4s
16:57:32 [2024-03-07T16:57:32.766Z] 
16:57:32 [2024-03-07T16:57:32.766Z] #54 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
16:57:33 [2024-03-07T16:57:33.329Z] #54 ...
16:57:33 [2024-03-07T16:57:33.329Z] 
16:57:33 [2024-03-07T16:57:33.329Z] #55 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.687 hint: Using 'master' as the name for the initial branch. This default branch name
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.687 hint: is subject to change. To configure the initial branch name to use in all
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.687 hint: of your new repositories, which will suppress this warning, call:
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.687 hint: 
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.687 hint: 	git config --global init.defaultBranch <name>
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.687 hint: 
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.687 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.687 hint: 'development'. The just-created branch can be renamed via this command:
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.687 hint: 
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.687 hint: 	git branch -m <name>
16:57:33 [2024-03-07T16:57:33.329Z] #55 1.689 Initialized empty Git repository in /usr/src/containerd/.git/
16:57:33 [2024-03-07T16:57:33.329Z] #55 DONE 1.8s
16:57:33 [2024-03-07T16:57:33.329Z] 
16:57:33 [2024-03-07T16:57:33.329Z] #56 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.13" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:57:38 [2024-03-07T16:57:38.583Z] #56 ...
16:57:38 [2024-03-07T16:57:38.583Z] 
16:57:38 [2024-03-07T16:57:38.583Z] #57 [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
16:57:38 [2024-03-07T16:57:38.583Z] #57 3.649 go: downloading github.com/golangci/golangci-lint v1.55.2
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.597 go: downloading github.com/fatih/color v1.15.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.597 go: downloading github.com/gofrs/flock v0.8.1
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.597 go: downloading github.com/spf13/cobra v1.7.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.597 go: downloading github.com/spf13/pflag v1.0.5
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.617 go: downloading gopkg.in/yaml.v3 v3.0.1
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.617 go: downloading github.com/spf13/viper v1.12.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.649 go: downloading golang.org/x/tools v0.14.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.655 go: downloading github.com/hashicorp/go-version v1.6.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.848 go: downloading github.com/ldez/gomoddirectives v0.2.3
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.936 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 4.974 go: downloading github.com/mitchellh/mapstructure v1.5.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.112 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.125 go: downloading github.com/hashicorp/go-multierror v1.1.1
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.363 go: downloading github.com/mattn/go-colorable v0.1.13
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.387 go: downloading github.com/sirupsen/logrus v1.9.3
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.388 go: downloading github.com/stretchr/testify v1.8.4
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.404 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.576 go: downloading github.com/mattn/go-isatty v0.0.17
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.582 go: downloading github.com/golangci/revgrep v0.5.2
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.625 go: downloading golang.org/x/mod v0.13.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.686 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.781 go: downloading 4d63.com/gochecknoglobals v0.2.1
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.805 go: downloading github.com/4meepo/tagalign v1.3.3
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.946 go: downloading github.com/Abirdcfly/dupword v0.0.13
16:57:38 [2024-03-07T16:57:38.583Z] #57 5.949 go: downloading github.com/Antonboom/errname v0.1.12
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.011 go: downloading github.com/Antonboom/nilnil v0.1.7
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.047 go: downloading github.com/Antonboom/testifylint v0.2.3
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.101 go: downloading github.com/BurntSushi/toml v1.3.2
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.105 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.223 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.250 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.258 go: downloading github.com/alecthomas/go-check-sumtype v0.1.3
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.413 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.630 go: downloading github.com/alexkohler/prealloc v1.0.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.631 go: downloading github.com/alingse/asasalint v0.0.11
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.631 go: downloading github.com/ashanbrown/forbidigo v1.6.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.632 go: downloading github.com/ashanbrown/makezero v1.1.1
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.865 go: downloading github.com/bkielbasa/cyclop v1.2.1
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.868 go: downloading github.com/blizzy78/varnamelen v0.8.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.868 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.871 go: downloading github.com/breml/bidichk v0.2.7
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.964 go: downloading github.com/breml/errchkjson v0.3.6
16:57:38 [2024-03-07T16:57:38.583Z] #57 6.974 go: downloading github.com/butuzov/ireturn v0.2.2
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.089 go: downloading github.com/butuzov/mirror v1.1.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.090 go: downloading github.com/catenacyber/perfsprint v0.2.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.091 go: downloading github.com/charithe/durationcheck v0.0.10
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.101 go: downloading github.com/curioswitch/go-reassign v0.2.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.101 go: downloading github.com/daixiang0/gci v0.11.2
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.177 go: downloading github.com/denis-tingaikin/go-header v0.4.3
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.190 go: downloading github.com/esimonov/ifshort v1.0.4
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.250 go: downloading github.com/firefart/nonamedreturns v1.0.4
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.252 go: downloading github.com/fzipp/gocyclo v0.6.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.316 go: downloading github.com/ghostiam/protogetter v0.2.3
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.318 go: downloading github.com/go-critic/go-critic v0.9.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.319 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.337 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.406 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.425 go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.477 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.478 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.483 go: downloading github.com/golangci/misspell v0.4.1
16:57:38 [2024-03-07T16:57:38.583Z] #57 ...
16:57:38 [2024-03-07T16:57:38.583Z] 
16:57:38 [2024-03-07T16:57:38.583Z] #58 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:57:38 [2024-03-07T16:57:38.583Z] #58 DONE 6.7s
16:57:38 [2024-03-07T16:57:38.583Z] 
16:57:38 [2024-03-07T16:57:38.583Z] #57 [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
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.588 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.588 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.589 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.589 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
16:57:38 [2024-03-07T16:57:38.583Z] #57 7.724 go: downloading github.com/hexops/gotextdiff v1.0.3
16:57:38 [2024-03-07T16:57:38.583Z] #57 ...
16:57:38 [2024-03-07T16:57:38.583Z] 
16:57:38 [2024-03-07T16:57:38.583Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:57:38 [2024-03-07T16:57:38.583Z] #59 3.027 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
16:57:38 [2024-03-07T16:57:38.583Z] #59 3.041 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
16:57:38 [2024-03-07T16:57:38.583Z] #59 3.042 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
16:57:38 [2024-03-07T16:57:38.583Z] #59 3.135 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
16:57:38 [2024-03-07T16:57:38.583Z] #59 3.209 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
16:57:38 [2024-03-07T16:57:38.583Z] #59 3.286 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [141 kB]
16:57:38 [2024-03-07T16:57:38.583Z] #59 4.555 Fetched 9093 kB in 2s (5091 kB/s)
16:57:38 [2024-03-07T16:57:38.583Z] #59 4.555 Reading package lists...
16:57:38 [2024-03-07T16:57:38.583Z] #59 5.406 Reading package lists...
16:57:38 [2024-03-07T16:57:38.583Z] #59 6.414 Building dependency tree...
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.531 python3 is already the newest version (3.11.2-1+b1).
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.531 The following additional packages will be installed:
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.535   autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.543   xz-utils
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.547 Suggested packages:
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.556   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.557   manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.557   m4-doc ed diffutils-doc
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.557 Recommended packages:
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.558   fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
16:57:38 [2024-03-07T16:57:38.583Z] #59 7.558   liblocale-gettext-perl libltdl-dev
16:57:38 [2024-03-07T16:57:38.840Z] #59 ...
16:57:38 [2024-03-07T16:57:38.840Z] 
16:57:38 [2024-03-07T16:57:38.840Z] #57 [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
16:57:38 [2024-03-07T16:57:38.840Z] #57 7.766 go: downloading github.com/jgautheron/goconst v1.6.0
16:57:38 [2024-03-07T16:57:38.840Z] #57 7.773 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
16:57:38 [2024-03-07T16:57:38.840Z] #57 7.787 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
16:57:38 [2024-03-07T16:57:38.840Z] #57 7.877 go: downloading github.com/kisielk/errcheck v1.6.3
16:57:38 [2024-03-07T16:57:38.840Z] #57 7.877 go: downloading github.com/kkHAIKE/contextcheck v1.1.4
16:57:38 [2024-03-07T16:57:38.840Z] #57 7.878 go: downloading github.com/julz/importas v0.1.0
16:57:38 [2024-03-07T16:57:38.840Z] #57 7.881 go: downloading github.com/kulti/thelper v0.6.3
16:57:38 [2024-03-07T16:57:38.840Z] #57 7.882 go: downloading github.com/kunwardeep/paralleltest v1.0.8
16:57:38 [2024-03-07T16:57:38.840Z] #57 7.954 go: downloading github.com/kyoh86/exportloopref v0.1.11
16:57:38 [2024-03-07T16:57:38.840Z] #57 8.057 go: downloading github.com/ldez/tagliatelle v0.5.0
16:57:39 [2024-03-07T16:57:39.097Z] #57 8.059 go: downloading github.com/leonklingele/grouper v1.1.1
16:57:39 [2024-03-07T16:57:39.097Z] #57 8.097 go: downloading github.com/lufeee/execinquery v1.2.1
16:57:39 [2024-03-07T16:57:39.097Z] #57 8.097 go: downloading github.com/macabu/inamedparam v0.1.2
16:57:39 [2024-03-07T16:57:39.097Z] #57 8.120 go: downloading github.com/maratori/testableexamples v1.0.0
16:57:39 [2024-03-07T16:57:39.097Z] #57 8.139 go: downloading github.com/maratori/testpackage v1.1.1
16:57:39 [2024-03-07T16:57:39.097Z] #57 8.141 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
16:57:39 [2024-03-07T16:57:39.097Z] #57 8.142 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
16:57:39 [2024-03-07T16:57:39.097Z] #57 8.239 go: downloading github.com/mgechev/revive v1.3.4
16:57:39 [2024-03-07T16:57:39.097Z] #57 8.256 go: downloading github.com/moricho/tparallel v0.3.1
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.266 go: downloading github.com/nakabonne/nestif v0.3.1
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.341 go: downloading github.com/nishanths/exhaustive v0.11.0
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.344 go: downloading github.com/nishanths/predeclared v0.2.2
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.345 go: downloading github.com/nunnatsa/ginkgolinter v0.14.1
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.448 go: downloading github.com/polyfloyd/go-errorlint v1.4.5
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.461 go: downloading github.com/ryancurrah/gomodguard v1.3.0
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.466 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.466 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.466 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.475 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0
16:57:39 [2024-03-07T16:57:39.354Z] #57 8.531 go: downloading github.com/securego/gosec/v2 v2.18.2
16:57:39 [2024-03-07T16:57:39.611Z] #57 8.578 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
16:57:39 [2024-03-07T16:57:39.611Z] #57 8.580 go: downloading github.com/sivchari/containedctx v1.0.3
16:57:39 [2024-03-07T16:57:39.611Z] #57 8.584 go: downloading github.com/sivchari/nosnakecase v1.7.0
16:57:39 [2024-03-07T16:57:39.611Z] #57 8.644 go: downloading github.com/sivchari/tenv v1.7.1
16:57:39 [2024-03-07T16:57:39.611Z] #57 8.645 go: downloading github.com/sonatard/noctx v0.0.2
16:57:39 [2024-03-07T16:57:39.611Z] #57 8.676 go: downloading github.com/sourcegraph/go-diff v0.7.0
16:57:39 [2024-03-07T16:57:39.611Z] #57 8.681 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
16:57:39 [2024-03-07T16:57:39.611Z] #57 8.773 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
16:57:39 [2024-03-07T16:57:39.611Z] #57 8.775 go: downloading github.com/tdakkota/asciicheck v0.2.0
16:57:39 [2024-03-07T16:57:39.611Z] #57 8.794 go: downloading github.com/tetafro/godot v1.4.15
16:57:39 [2024-03-07T16:57:39.868Z] #57 8.859 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
16:57:39 [2024-03-07T16:57:39.868Z] #57 8.860 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
16:57:39 [2024-03-07T16:57:39.868Z] #57 8.860 go: downloading github.com/timonwong/loggercheck v0.9.4
16:57:39 [2024-03-07T16:57:39.868Z] #57 8.860 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
16:57:39 [2024-03-07T16:57:39.868Z] #57 8.935 go: downloading github.com/uudashr/gocognit v1.1.2
16:57:39 [2024-03-07T16:57:39.868Z] #57 8.935 go: downloading github.com/ultraware/funlen v0.1.0
16:57:39 [2024-03-07T16:57:39.868Z] #57 8.935 go: downloading github.com/ultraware/whitespace v0.0.5
16:57:39 [2024-03-07T16:57:39.868Z] #57 8.999 go: downloading github.com/xen0n/gosmopolitan v1.2.2
16:57:39 [2024-03-07T16:57:39.868Z] #57 9.015 go: downloading github.com/yagipy/maintidx v1.0.0
16:57:39 [2024-03-07T16:57:39.868Z] #57 9.031 go: downloading github.com/yeya24/promlinter v0.2.0
16:57:40 [2024-03-07T16:57:40.124Z] #57 9.114 go: downloading github.com/ykadowak/zerologlint v0.1.3
16:57:40 [2024-03-07T16:57:40.124Z] #57 9.115 go: downloading gitlab.com/bosi/decorder v0.4.1
16:57:40 [2024-03-07T16:57:40.124Z] #57 9.130 go: downloading go-simpler.org/sloglint v0.1.2
16:57:40 [2024-03-07T16:57:40.124Z] #57 9.290 go: downloading go.tmz.dev/musttag v0.7.2
16:57:40 [2024-03-07T16:57:40.124Z] #57 9.294 go: downloading honnef.co/go/tools v0.4.6
16:57:40 [2024-03-07T16:57:40.688Z] #57 9.913 go: downloading mvdan.cc/gofumpt v0.5.0
16:57:40 [2024-03-07T16:57:40.945Z] #57 9.914 go: downloading github.com/spf13/cast v1.5.0
16:57:40 [2024-03-07T16:57:40.945Z] #57 9.915 go: downloading github.com/spf13/afero v1.8.2
16:57:40 [2024-03-07T16:57:40.945Z] #57 9.915 go: downloading github.com/spf13/jwalterweatherman v1.1.0
16:57:40 [2024-03-07T16:57:40.945Z] #57 9.917 go: downloading github.com/hashicorp/errwrap v1.0.0
16:57:40 [2024-03-07T16:57:40.945Z] #57 9.922 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:57:40 [2024-03-07T16:57:40.945Z] #57 9.923 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
16:57:40 [2024-03-07T16:57:40.945Z] #57 9.927 go: downloading github.com/davecgh/go-spew v1.1.1
16:57:40 [2024-03-07T16:57:40.945Z] #57 10.01 go: downloading github.com/pmezard/go-difflib v1.0.0
16:57:40 [2024-03-07T16:57:40.945Z] #57 ...
16:57:40 [2024-03-07T16:57:40.945Z] 
16:57:40 [2024-03-07T16:57:40.945Z] #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
16:57:40 [2024-03-07T16:57:40.945Z] #60 2.491 go: downloading mvdan.cc/sh/v3 v3.6.0
16:57:40 [2024-03-07T16:57:40.945Z] #60 2.861 go: downloading golang.org/x/term v0.3.0
16:57:40 [2024-03-07T16:57:40.945Z] #60 2.861 go: downloading github.com/google/renameio/v2 v2.0.0
16:57:40 [2024-03-07T16:57:40.945Z] #60 2.861 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
16:57:40 [2024-03-07T16:57:40.945Z] #60 2.865 go: downloading mvdan.cc/editorconfig v0.2.0
16:57:40 [2024-03-07T16:57:40.945Z] #60 2.937 go: downloading golang.org/x/sys v0.3.0
16:57:40 [2024-03-07T16:57:40.945Z] #60 ...
16:57:40 [2024-03-07T16:57:40.945Z] 
16:57:40 [2024-03-07T16:57:40.945Z] #61 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:57:40 [2024-03-07T16:57:40.945Z] #61 3.120 go: downloading github.com/pelletier/go-toml v1.8.1
16:57:41 [2024-03-07T16:57:41.202Z] #61 ...
16:57:41 [2024-03-07T16:57:41.202Z] 
16:57:41 [2024-03-07T16:57:41.202Z] #62 [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
16:57:41 [2024-03-07T16:57:41.478Z] #62 ...
16:57:41 [2024-03-07T16:57:41.478Z] 
16:57:41 [2024-03-07T16:57:41.478Z] #63 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:57:41 [2024-03-07T16:57:41.478Z] #63 3.267 go: downloading gotest.tools/gotestsum v1.8.2
16:57:41 [2024-03-07T16:57:41.478Z] #63 4.329 go: downloading github.com/dnephin/pflag v1.0.7
16:57:41 [2024-03-07T16:57:41.478Z] #63 4.329 go: downloading github.com/fatih/color v1.13.0
16:57:41 [2024-03-07T16:57:41.478Z] #63 4.349 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:57:41 [2024-03-07T16:57:41.478Z] #63 4.349 go: downloading github.com/fsnotify/fsnotify v1.5.4
16:57:41 [2024-03-07T16:57:41.478Z] #63 4.357 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
16:57:41 [2024-03-07T16:57:41.478Z] #63 4.377 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
16:57:41 [2024-03-07T16:57:41.478Z] #63 4.389 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
16:57:41 [2024-03-07T16:57:41.478Z] #63 4.493 go: downloading golang.org/x/tools v0.1.11
16:57:41 [2024-03-07T16:57:41.478Z] #63 4.508 go: downloading github.com/mattn/go-colorable v0.1.12
16:57:41 [2024-03-07T16:57:41.478Z] #63 4.532 go: downloading github.com/mattn/go-isatty v0.0.14
16:57:41 [2024-03-07T16:57:41.478Z] #63 6.315 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
16:57:41 [2024-03-07T16:57:41.478Z] #63 ...
16:57:41 [2024-03-07T16:57:41.478Z] 
16:57:41 [2024-03-07T16:57:41.478Z] #64 [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
16:57:41 [2024-03-07T16:57:41.478Z] #64 3.520 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 3.554 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 3.569 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 3.730 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 3.997 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 4.028 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [141 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 5.646 Fetched 9093 kB in 2s (3761 kB/s)
16:57:41 [2024-03-07T16:57:41.478Z] #64 5.646 Reading package lists...
16:57:41 [2024-03-07T16:57:41.478Z] #64 7.258 Hit:1 http://deb.debian.org/debian bookworm InRelease
16:57:41 [2024-03-07T16:57:41.478Z] #64 7.259 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
16:57:41 [2024-03-07T16:57:41.478Z] #64 7.259 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
16:57:41 [2024-03-07T16:57:41.478Z] #64 7.728 Reading package lists...
16:57:41 [2024-03-07T16:57:41.478Z] #64 8.510 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config
16:57:41 [2024-03-07T16:57:41.478Z] #64 8.516 Reading package lists...
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.294 Building dependency tree...
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.913 gcc is already the newest version (4:12.2.0-3).
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.913 libc6-dev is already the newest version (2.36-9+deb12u4).
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.913 pkg-config is already the newest version (1.8.1-1).
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.913 The following additional packages will be installed:
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.917   bzip2 libdpkg-perl patch xz-utils
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.920 Suggested packages:
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.926   bzip2-doc debian-keyring bzr seccomp ed diffutils-doc
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.926 Recommended packages:
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.926   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
16:57:41 [2024-03-07T16:57:41.478Z] #64 9.926   liblocale-gettext-perl
16:57:41 [2024-03-07T16:57:41.478Z] #64 10.02 The following NEW packages will be installed:
16:57:41 [2024-03-07T16:57:41.478Z] #64 10.03   bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils
16:57:41 [2024-03-07T16:57:41.478Z] #64 10.32 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
16:57:41 [2024-03-07T16:57:41.478Z] #64 10.32 Need to get 2683 kB of archives.
16:57:41 [2024-03-07T16:57:41.478Z] #64 10.32 After this operation, 6010 kB of additional disk space will be used.
16:57:41 [2024-03-07T16:57:41.478Z] #64 10.32 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 10.34 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 10.40 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 10.47 Get:4 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 10.47 Get:5 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #64 ...
16:57:41 [2024-03-07T16:57:41.478Z] 
16:57:41 [2024-03-07T16:57:41.478Z] #65 [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
16:57:41 [2024-03-07T16:57:41.478Z] #65 3.646 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #65 3.667 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #65 3.677 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #65 3.822 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #65 4.133 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #65 4.159 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [141 kB]
16:57:41 [2024-03-07T16:57:41.478Z] #65 5.770 Fetched 9093 kB in 2s (3711 kB/s)
16:57:41 [2024-03-07T16:57:41.478Z] #65 5.770 Reading package lists...
16:57:41 [2024-03-07T16:57:41.478Z] #65 7.252 Hit:1 http://deb.debian.org/debian bookworm InRelease
16:57:41 [2024-03-07T16:57:41.478Z] #65 7.253 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
16:57:41 [2024-03-07T16:57:41.478Z] #65 7.254 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
16:57:41 [2024-03-07T16:57:41.478Z] #65 7.753 Reading package lists...
16:57:41 [2024-03-07T16:57:41.478Z] #65 8.652 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
16:57:41 [2024-03-07T16:57:41.479Z] #65 8.658 Reading package lists...
16:57:41 [2024-03-07T16:57:41.479Z] #65 9.508 Building dependency tree...
16:57:41 [2024-03-07T16:57:41.479Z] #65 10.23 gcc is already the newest version (4:12.2.0-3).
16:57:41 [2024-03-07T16:57:41.479Z] #65 10.23 libc6-dev is already the newest version (2.36-9+deb12u4).
16:57:41 [2024-03-07T16:57:41.479Z] #65 10.23 pkg-config is already the newest version (1.8.1-1).
16:57:41 [2024-03-07T16:57:41.479Z] #65 10.23 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
16:57:41 [2024-03-07T16:57:41.736Z] #65 ...
16:57:41 [2024-03-07T16:57:41.736Z] 
16:57:41 [2024-03-07T16:57:41.736Z] #66 [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
16:57:41 [2024-03-07T16:57:41.736Z] #66 3.216 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #66 3.226 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #66 3.231 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #66 3.359 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #66 3.536 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #66 3.656 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [141 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #66 5.041 Fetched 9093 kB in 2s (4261 kB/s)
16:57:41 [2024-03-07T16:57:41.736Z] #66 5.041 Reading package lists...
16:57:41 [2024-03-07T16:57:41.736Z] #66 6.873 Hit:1 http://deb.debian.org/debian bookworm InRelease
16:57:41 [2024-03-07T16:57:41.736Z] #66 6.873 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
16:57:41 [2024-03-07T16:57:41.736Z] #66 6.873 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
16:57:41 [2024-03-07T16:57:41.736Z] #66 7.553 Reading package lists...
16:57:41 [2024-03-07T16:57:41.736Z] #66 8.980 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config
16:57:41 [2024-03-07T16:57:41.736Z] #66 8.995 Reading package lists...
16:57:41 [2024-03-07T16:57:41.736Z] #66 9.835 Building dependency tree...
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49 gcc is already the newest version (4:12.2.0-3).
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49 pkg-config is already the newest version (1.8.1-1).
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49 The following additional packages will be installed:
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49 Suggested packages:
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49   libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49   libgdk-pixbuf2.0-bin libxml2-utils
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.49 Recommended packages:
16:57:41 [2024-03-07T16:57:41.736Z] #66 10.50   shared-mime-info xdg-user-dirs
16:57:41 [2024-03-07T16:57:41.736Z] #66 ...
16:57:41 [2024-03-07T16:57:41.736Z] 
16:57:41 [2024-03-07T16:57:41.736Z] #67 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
16:57:41 [2024-03-07T16:57:41.736Z] #67 3.347 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 3.379 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 3.395 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 3.579 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 3.872 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 3.878 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [141 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 5.618 Fetched 9093 kB in 3s (3631 kB/s)
16:57:41 [2024-03-07T16:57:41.736Z] #67 5.618 Reading package lists...
16:57:41 [2024-03-07T16:57:41.736Z] #67 6.763 Reading package lists...
16:57:41 [2024-03-07T16:57:41.736Z] #67 7.844 Building dependency tree...
16:57:41 [2024-03-07T16:57:41.736Z] #67 8.778 The following additional packages will be installed:
16:57:41 [2024-03-07T16:57:41.736Z] #67 8.782   cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
16:57:41 [2024-03-07T16:57:41.736Z] #67 8.786 Suggested packages:
16:57:41 [2024-03-07T16:57:41.736Z] #67 8.787   cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip
16:57:41 [2024-03-07T16:57:41.736Z] #67 8.861 The following NEW packages will be installed:
16:57:41 [2024-03-07T16:57:41.736Z] #67 8.863   cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.172 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.172 Need to get 19.3 MB of archives.
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.172 After this operation, 77.0 MB of additional disk space will be used.
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.172 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.705 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.800 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.803 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.806 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.819 Get:6 http://deb.debian.org/debian bookworm/main arm64 libuv1 arm64 1.44.2-1 [133 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.860 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
16:57:41 [2024-03-07T16:57:41.736Z] #67 9.980 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
16:57:41 [2024-03-07T16:57:41.994Z] #67 ...
16:57:41 [2024-03-07T16:57:41.994Z] 
16:57:41 [2024-03-07T16:57:41.994Z] #68 [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 v26.0.0-rc1 https://github.com/docker/cli.git /build      && /build/docker --version
16:57:41 [2024-03-07T16:57:41.994Z] #68 ...
16:57:41 [2024-03-07T16:57:41.994Z] 
16:57:41 [2024-03-07T16:57:41.994Z] #69 [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
16:57:41 [2024-03-07T16:57:41.994Z] #69 3.227 go: downloading github.com/tc-hib/go-winres v0.3.1
16:57:41 [2024-03-07T16:57:41.994Z] #69 4.117 go: downloading github.com/tc-hib/winres v0.1.6
16:57:41 [2024-03-07T16:57:41.994Z] #69 4.117 go: downloading github.com/urfave/cli/v2 v2.3.0
16:57:41 [2024-03-07T16:57:41.994Z] #69 4.499 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:57:41 [2024-03-07T16:57:41.994Z] #69 4.553 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
16:57:41 [2024-03-07T16:57:41.994Z] #69 4.553 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
16:57:41 [2024-03-07T16:57:41.994Z] #69 4.559 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:57:42 [2024-03-07T16:57:42.252Z] #69 ...
16:57:42 [2024-03-07T16:57:42.252Z] 
16:57:42 [2024-03-07T16:57:42.252Z] #70 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:57:42 [2024-03-07T16:57:42.252Z] #70 ...
16:57:42 [2024-03-07T16:57:42.252Z] 
16:57:42 [2024-03-07T16:57:42.252Z] #66 [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
16:57:42 [2024-03-07T16:57:42.252Z] #66 10.86 The following NEW packages will be installed:
16:57:42 [2024-03-07T16:57:42.252Z] #66 10.86   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
16:57:42 [2024-03-07T16:57:42.252Z] #66 10.86   libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
16:57:42 [2024-03-07T16:57:42.252Z] #66 10.86   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
16:57:42 [2024-03-07T16:57:42.252Z] #66 10.86   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
16:57:42 [2024-03-07T16:57:42.252Z] #66 10.86   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev
16:57:42 [2024-03-07T16:57:42.252Z] #66 10.86   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
16:57:42 [2024-03-07T16:57:42.252Z] #66 11.15 0 upgraded, 29 newly installed, 0 to remove and 0 not upgraded.
16:57:42 [2024-03-07T16:57:42.252Z] #66 11.15 Need to get 9078 kB of archives.
16:57:42 [2024-03-07T16:57:42.252Z] #66 11.15 After this operation, 46.9 MB of additional disk space will be used.
16:57:42 [2024-03-07T16:57:42.252Z] #66 11.15 Get:1 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
16:57:42 [2024-03-07T16:57:42.511Z] #66 11.23 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
16:57:42 [2024-03-07T16:57:42.511Z] #66 11.26 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
16:57:42 [2024-03-07T16:57:42.511Z] #66 11.31 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
16:57:42 [2024-03-07T16:57:42.511Z] #66 11.31 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
16:57:42 [2024-03-07T16:57:42.511Z] #66 11.31 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
16:57:42 [2024-03-07T16:57:42.511Z] #66 11.31 Get:7 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
16:57:42 [2024-03-07T16:57:42.767Z] #66 11.41 Get:8 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
16:57:42 [2024-03-07T16:57:42.768Z] #66 11.42 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB]
16:57:42 [2024-03-07T16:57:42.768Z] #66 11.43 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB]
16:57:42 [2024-03-07T16:57:42.768Z] #66 11.50 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
16:57:42 [2024-03-07T16:57:42.768Z] #66 11.51 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
16:57:42 [2024-03-07T16:57:42.768Z] #66 11.51 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
16:57:42 [2024-03-07T16:57:42.768Z] #66 11.52 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
16:57:42 [2024-03-07T16:57:42.768Z] #66 11.59 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
16:57:43 [2024-03-07T16:57:43.024Z] #66 11.66 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
16:57:43 [2024-03-07T16:57:43.024Z] #66 11.73 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
16:57:43 [2024-03-07T16:57:43.024Z] #66 11.88 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
16:57:43 [2024-03-07T16:57:43.288Z] #66 11.96 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
16:57:43 [2024-03-07T16:57:43.288Z] #66 11.97 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
16:57:43 [2024-03-07T16:57:43.288Z] #66 12.00 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
16:57:43 [2024-03-07T16:57:43.288Z] #66 12.05 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
16:57:43 [2024-03-07T16:57:43.545Z] #66 12.28 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
16:57:43 [2024-03-07T16:57:43.545Z] #66 12.36 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
16:57:43 [2024-03-07T16:57:43.819Z] #66 12.45 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
16:57:43 [2024-03-07T16:57:43.819Z] #66 12.46 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
16:57:43 [2024-03-07T16:57:43.819Z] #66 12.51 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
16:57:43 [2024-03-07T16:57:43.819Z] #66 ...
16:57:43 [2024-03-07T16:57:43.819Z] 
16:57:43 [2024-03-07T16:57:43.819Z] #30 [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
16:57:43 [2024-03-07T16:57:43.819Z] #30 5.797 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:57:43 [2024-03-07T16:57:43.819Z] #30 6.319 #=#=#                                                                         
##O#-#                                                                        
16:57:43 [2024-03-07T16:57:43.819Z] #30 6.756 #=#=#                                                                         

                                                                           0.1%
######################################################################## 100.0%
16:57:43 [2024-03-07T16:57:43.819Z] #30 7.166 
16:57:43 [2024-03-07T16:57:43.819Z] #30 10.31 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)...
16:57:43 [2024-03-07T16:57:43.819Z] #30 11.22 #=#=#                                                                         
16:57:43 [2024-03-07T16:57:43.820Z] #30 11.56 #=#=#                                                                         

                                                                           0.1%
############################                                              39.8%
##########################################################                81.8%
######################################################################## 100.0%
16:57:43 [2024-03-07T16:57:43.820Z] #30 12.49 
16:57:43 [2024-03-07T16:57:43.820Z] #30 14.91 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:57:43 [2024-03-07T16:57:43.820Z] #30 15.69 #=#=#                                                                         
16:57:44 [2024-03-07T16:57:44.077Z] #30 15.98 #=#=#                                                                         

######################################################################## 100.0%
16:57:44 [2024-03-07T16:57:44.077Z] #30 ...
16:57:44 [2024-03-07T16:57:44.077Z] 
16:57:44 [2024-03-07T16:57:44.077Z] #68 [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 v26.0.0-rc1 https://github.com/docker/cli.git /build      && /build/docker --version
16:57:44 [2024-03-07T16:57:44.077Z] #68 12.91 Building static docker-linux-arm64
16:57:44 [2024-03-07T16:57:44.077Z] #68 12.93 + go build -o /build/docker-linux-arm64 -tags  -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=eb306df1" -X "github.com/docker/cli/cli/version.BuildTime=2024-03-07T16:57:43Z" -X "github.com/docker/cli/cli/version.Version=26.0.0-rc1" github.com/docker/cli/cmd/docker
16:57:44 [2024-03-07T16:57:44.688Z] #68 ...
16:57:44 [2024-03-07T16:57:44.688Z] 
16:57:44 [2024-03-07T16:57:44.688Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
16:57:44 [2024-03-07T16:57:44.688Z] #47 2.709 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:57:44 [2024-03-07T16:57:44.688Z] #47 2.709 + mkdir /build
16:57:44 [2024-03-07T16:57:44.688Z] #47 ...
16:57:44 [2024-03-07T16:57:44.688Z] 
16:57:44 [2024-03-07T16:57:44.688Z] #57 [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
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.05 go: downloading github.com/stretchr/objx v0.5.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.07 go: downloading golang.org/x/sys v0.13.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.14 go: downloading github.com/fatih/structtag v1.2.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.18 go: downloading github.com/gobwas/glob v0.2.3
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.24 go: downloading github.com/google/go-cmp v0.6.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.25 go: downloading gopkg.in/yaml.v2 v2.4.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.34 go: downloading golang.org/x/sync v0.4.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.36 go: downloading go.uber.org/zap v1.24.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.50 go: downloading github.com/kisielk/gotool v1.0.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.50 go: downloading golang.org/x/text v0.13.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.61 go: downloading github.com/gostaticanalysis/comment v1.4.2
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.62 go: downloading github.com/go-toolsmith/astcast v1.1.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.70 go: downloading github.com/go-toolsmith/astcopy v1.1.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.70 go: downloading github.com/go-toolsmith/astequal v1.1.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.85 go: downloading github.com/go-toolsmith/astfmt v1.1.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.88 go: downloading github.com/go-toolsmith/astp v1.1.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.88 go: downloading github.com/go-toolsmith/strparse v1.1.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.93 go: downloading github.com/go-toolsmith/typep v1.1.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 10.94 go: downloading github.com/quasilyte/go-ruleguard v0.4.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.01 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.02 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.02 go: downloading github.com/ettle/strcase v0.1.1
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.03 go: downloading github.com/Masterminds/semver v1.5.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.09 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.20 go: downloading github.com/prometheus/client_golang v1.12.1
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.29 go: downloading github.com/prometheus/client_model v0.2.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.29 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.30 go: downloading github.com/subosito/gotenv v1.4.1
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.38 go: downloading github.com/hashicorp/hcl v1.0.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.38 go: downloading gopkg.in/ini.v1 v1.67.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.44 go: downloading github.com/magiconair/properties v1.8.6
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.44 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.57 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.60 go: downloading go.uber.org/atomic v1.7.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.62 go: downloading go.uber.org/multierr v1.6.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.72 go: downloading github.com/chavacava/garif v0.1.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.78 go: downloading github.com/pelletier/go-toml v1.9.5
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.82 go: downloading github.com/olekukonko/tablewriter v0.0.5
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.85 go: downloading github.com/quasilyte/gogrep v0.5.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.97 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
16:57:44 [2024-03-07T16:57:44.688Z] #57 11.97 go: downloading github.com/golang/protobuf v1.5.2
16:57:44 [2024-03-07T16:57:44.688Z] #57 12.05 go: downloading github.com/beorn7/perks v1.0.1
16:57:44 [2024-03-07T16:57:44.688Z] #57 12.21 go: downloading github.com/cespare/xxhash/v2 v2.1.2
16:57:44 [2024-03-07T16:57:44.688Z] #57 12.31 go: downloading github.com/prometheus/common v0.32.1
16:57:44 [2024-03-07T16:57:44.688Z] #57 12.48 go: downloading github.com/prometheus/procfs v0.7.3
16:57:44 [2024-03-07T16:57:44.688Z] #57 12.72 go: downloading google.golang.org/protobuf v1.28.0
16:57:44 [2024-03-07T16:57:44.688Z] #57 12.73 go: downloading github.com/mattn/go-runewidth v0.0.9
16:57:44 [2024-03-07T16:57:44.688Z] #57 13.62 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:57:47 [2024-03-07T16:57:47.964Z] #57 ...
16:57:47 [2024-03-07T16:57:47.964Z] 
16:57:47 [2024-03-07T16:57:47.964Z] #66 [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
16:57:47 [2024-03-07T16:57:47.964Z] #66 12.53 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
16:57:47 [2024-03-07T16:57:47.964Z] #66 12.60 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
16:57:47 [2024-03-07T16:57:47.964Z] #66 13.24 debconf: delaying package configuration, since apt-utils is not installed
16:57:47 [2024-03-07T16:57:47.964Z] #66 13.48 Fetched 9078 kB in 2s (4928 kB/s)
16:57:47 [2024-03-07T16:57:47.964Z] #66 14.46 Selecting previously unselected package libglib2.0-0:arm64.
16:57:47 [2024-03-07T16:57:47.964Z] #66 14.47 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15667 files and directories currently installed.)
16:57:47 [2024-03-07T16:57:47.964Z] #66 14.48 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_arm64.deb ...
16:57:47 [2024-03-07T16:57:47.964Z] #66 14.66 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
16:57:47 [2024-03-07T16:57:47.964Z] #66 15.36 Selecting previously unselected package libgirepository-1.0-1:arm64.
16:57:47 [2024-03-07T16:57:47.964Z] #66 15.36 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
16:57:47 [2024-03-07T16:57:47.964Z] #66 15.38 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
16:57:47 [2024-03-07T16:57:47.964Z] #66 15.77 Selecting previously unselected package gir1.2-glib-2.0:arm64.
16:57:47 [2024-03-07T16:57:47.964Z] #66 15.79 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
16:57:47 [2024-03-07T16:57:47.964Z] #66 15.87 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
16:57:47 [2024-03-07T16:57:47.964Z] #66 16.14 Selecting previously unselected package libsecret-common.
16:57:47 [2024-03-07T16:57:47.964Z] #66 16.14 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ...
16:57:47 [2024-03-07T16:57:47.964Z] #66 16.22 Unpacking libsecret-common (0.20.5-3) ...
16:57:47 [2024-03-07T16:57:47.964Z] #66 16.79 Selecting previously unselected package libsecret-1-0:arm64.
16:57:47 [2024-03-07T16:57:47.964Z] #66 16.79 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_arm64.deb ...
16:57:47 [2024-03-07T16:57:47.964Z] #66 16.86 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
16:57:48 [2024-03-07T16:57:48.528Z] #66 17.30 Selecting previously unselected package gir1.2-secret-1:arm64.
16:57:48 [2024-03-07T16:57:48.528Z] #66 17.31 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_arm64.deb ...
16:57:48 [2024-03-07T16:57:48.528Z] #66 17.35 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
16:57:48 [2024-03-07T16:57:48.785Z] #66 ...
16:57:48 [2024-03-07T16:57:48.785Z] 
16:57:48 [2024-03-07T16:57:48.785Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:57:48 [2024-03-07T16:57:48.785Z] #59 7.877 The following NEW packages will be installed:
16:57:48 [2024-03-07T16:57:48.785Z] #59 7.877   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
16:57:48 [2024-03-07T16:57:48.785Z] #59 7.878   libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev
16:57:48 [2024-03-07T16:57:48.785Z] #59 7.879   libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.168 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded.
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.168 Need to get 5657 kB of archives.
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.168 After this operation, 16.7 MB of additional disk space will be used.
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.168 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.230 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.256 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.258 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.261 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.273 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.374 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.453 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.454 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.472 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.474 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.479 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.530 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.548 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.555 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.578 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.647 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.670 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 8.674 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB]
16:57:48 [2024-03-07T16:57:48.785Z] #59 9.043 debconf: delaying package configuration, since apt-utils is not installed
16:57:48 [2024-03-07T16:57:48.785Z] #59 9.342 Fetched 5657 kB in 1s (7258 kB/s)
16:57:48 [2024-03-07T16:57:48.785Z] #59 9.507 Selecting previously unselected package bzip2.
16:57:48 [2024-03-07T16:57:48.785Z] #59 9.507 (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.)
16:57:48 [2024-03-07T16:57:48.785Z] #59 9.517 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 9.693 Unpacking bzip2 (1.0.8-5+b1) ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 10.37 Selecting previously unselected package xz-utils.
16:57:48 [2024-03-07T16:57:48.785Z] #59 10.37 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 10.44 Unpacking xz-utils (5.4.1-0.2) ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 11.20 Selecting previously unselected package m4.
16:57:48 [2024-03-07T16:57:48.785Z] #59 11.22 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 11.36 Unpacking m4 (1.4.19-3) ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 12.25 Selecting previously unselected package autoconf.
16:57:48 [2024-03-07T16:57:48.785Z] #59 12.25 Preparing to unpack .../03-autoconf_2.71-3_all.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 12.67 Unpacking autoconf (2.71-3) ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 13.57 Selecting previously unselected package autotools-dev.
16:57:48 [2024-03-07T16:57:48.785Z] #59 13.57 Preparing to unpack .../04-autotools-dev_20220109.1_all.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 13.67 Unpacking autotools-dev (20220109.1) ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 14.52 Selecting previously unselected package automake.
16:57:48 [2024-03-07T16:57:48.785Z] #59 14.52 Preparing to unpack .../05-automake_1%3a1.16.5-1.3_all.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 14.67 Unpacking automake (1:1.16.5-1.3) ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 15.22 Selecting previously unselected package libdpkg-perl.
16:57:48 [2024-03-07T16:57:48.785Z] #59 15.22 Preparing to unpack .../06-libdpkg-perl_1.21.22_all.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 15.26 Unpacking libdpkg-perl (1.21.22) ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 15.75 Selecting previously unselected package patch.
16:57:48 [2024-03-07T16:57:48.785Z] #59 15.75 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 15.79 Unpacking patch (2.7.6-7) ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 16.36 Selecting previously unselected package dpkg-dev.
16:57:48 [2024-03-07T16:57:48.785Z] #59 16.36 Preparing to unpack .../08-dpkg-dev_1.21.22_all.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 16.38 Unpacking dpkg-dev (1.21.22) ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 17.01 Selecting previously unselected package build-essential.
16:57:48 [2024-03-07T16:57:48.785Z] #59 17.01 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 17.07 Unpacking build-essential (12.9) ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 17.45 Selecting previously unselected package libcap-dev:arm64.
16:57:48 [2024-03-07T16:57:48.785Z] #59 17.45 Preparing to unpack .../10-libcap-dev_1%3a2.66-4_arm64.deb ...
16:57:48 [2024-03-07T16:57:48.785Z] #59 17.50 Unpacking libcap-dev:arm64 (1:2.66-4) ...
16:57:49 [2024-03-07T16:57:49.042Z] #59 18.07 Selecting previously unselected package libprotobuf-c1:arm64.
16:57:49 [2024-03-07T16:57:49.042Z] #59 ...
16:57:49 [2024-03-07T16:57:49.042Z] 
16:57:49 [2024-03-07T16:57:49.042Z] #61 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:57:49 [2024-03-07T16:57:49.042Z] #61 17.91 tomll can be used in two ways:
16:57:49 [2024-03-07T16:57:49.042Z] #61 17.91 Writing to STDIN and reading from STDOUT:
16:57:49 [2024-03-07T16:57:49.042Z] #61 17.91   cat file.toml | tomll > file.toml
16:57:49 [2024-03-07T16:57:49.042Z] #61 17.91 
16:57:49 [2024-03-07T16:57:49.042Z] #61 17.91 Reading and updating a list of files:
16:57:49 [2024-03-07T16:57:49.042Z] #61 17.91   tomll a.toml b.toml c.toml
16:57:49 [2024-03-07T16:57:49.042Z] #61 17.91 
16:57:49 [2024-03-07T16:57:49.042Z] #61 17.91 When given a list of files, tomll will modify all files in place without asking.
16:57:52 [2024-03-07T16:57:52.331Z] #61 ...
16:57:52 [2024-03-07T16:57:52.331Z] 
16:57:52 [2024-03-07T16:57:52.331Z] #64 [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
16:57:52 [2024-03-07T16:57:52.331Z] #64 10.70 Get:6 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
16:57:52 [2024-03-07T16:57:52.331Z] #64 11.24 debconf: delaying package configuration, since apt-utils is not installed
16:57:52 [2024-03-07T16:57:52.331Z] #64 11.56 Fetched 2683 kB in 1s (4021 kB/s)
16:57:52 [2024-03-07T16:57:52.331Z] #64 11.98 Selecting previously unselected package bzip2.
16:57:52 [2024-03-07T16:57:52.331Z] #64 11.98 (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.)
16:57:52 [2024-03-07T16:57:52.331Z] #64 11.99 Preparing to unpack .../0-bzip2_1.0.8-5+b1_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 12.08 Unpacking bzip2 (1.0.8-5+b1) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 13.45 Selecting previously unselected package xz-utils.
16:57:52 [2024-03-07T16:57:52.331Z] #64 13.45 Preparing to unpack .../1-xz-utils_5.4.1-0.2_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 13.50 Unpacking xz-utils (5.4.1-0.2) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 14.14 Selecting previously unselected package libdpkg-perl.
16:57:52 [2024-03-07T16:57:52.331Z] #64 14.14 Preparing to unpack .../2-libdpkg-perl_1.21.22_all.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 14.16 Unpacking libdpkg-perl (1.21.22) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 14.94 Selecting previously unselected package patch.
16:57:52 [2024-03-07T16:57:52.331Z] #64 14.95 Preparing to unpack .../3-patch_2.7.6-7_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 15.05 Unpacking patch (2.7.6-7) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 15.57 Selecting previously unselected package dpkg-dev.
16:57:52 [2024-03-07T16:57:52.331Z] #64 15.57 Preparing to unpack .../4-dpkg-dev_1.21.22_all.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 15.59 Unpacking dpkg-dev (1.21.22) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 16.36 Selecting previously unselected package libseccomp-dev:arm64.
16:57:52 [2024-03-07T16:57:52.331Z] #64 16.36 Preparing to unpack .../5-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 16.43 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 16.97 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 17.19 Setting up bzip2 (1.0.8-5+b1) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 17.33 Setting up xz-utils (5.4.1-0.2) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 17.43 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:57:52 [2024-03-07T16:57:52.331Z] #64 17.50 Setting up patch (2.7.6-7) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 17.77 Setting up libdpkg-perl (1.21.22) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 17.91 Setting up dpkg-dev (1.21.22) ...
16:57:52 [2024-03-07T16:57:52.331Z] #64 ...
16:57:52 [2024-03-07T16:57:52.331Z] 
16:57:52 [2024-03-07T16:57:52.331Z] #30 [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
16:57:52 [2024-03-07T16:57:52.331Z] #30 16.43 
16:57:52 [2024-03-07T16:57:52.331Z] #30 18.25 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:57:52 [2024-03-07T16:57:52.331Z] #30 19.04 #=#=#                                                                         
16:57:52 [2024-03-07T16:57:52.331Z] #30 19.36 #=#=#                                                                         

######################################################################## 100.0%
16:57:52 [2024-03-07T16:57:52.331Z] #30 19.84 
16:57:52 [2024-03-07T16:57:52.331Z] #30 19.95 Download of images into '/build' complete.
16:57:52 [2024-03-07T16:57:52.331Z] #30 19.95 Use something like the following to load the result into a Docker daemon:
16:57:52 [2024-03-07T16:57:52.331Z] #30 19.95   tar -cC '/build' . | docker load
16:57:52 [2024-03-07T16:57:52.331Z] #30 ...
16:57:52 [2024-03-07T16:57:52.331Z] 
16:57:52 [2024-03-07T16:57:52.331Z] #67 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
16:57:52 [2024-03-07T16:57:52.331Z] #67 11.03 debconf: delaying package configuration, since apt-utils is not installed
16:57:52 [2024-03-07T16:57:52.331Z] #67 11.23 Fetched 19.3 MB in 2s (11.9 MB/s)
16:57:52 [2024-03-07T16:57:52.331Z] #67 11.93 Selecting previously unselected package libicu72:arm64.
16:57:52 [2024-03-07T16:57:52.331Z] #67 11.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15667 files and directories currently installed.)
16:57:52 [2024-03-07T16:57:52.331Z] #67 11.98 Preparing to unpack .../0-libicu72_72.1-3_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 12.51 Unpacking libicu72:arm64 (72.1-3) ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 14.44 Selecting previously unselected package libxml2:arm64.
16:57:52 [2024-03-07T16:57:52.331Z] #67 14.44 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 14.58 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 15.23 Selecting previously unselected package libarchive13:arm64.
16:57:52 [2024-03-07T16:57:52.331Z] #67 15.24 Preparing to unpack .../2-libarchive13_3.6.2-1_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 15.30 Unpacking libarchive13:arm64 (3.6.2-1) ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 15.87 Selecting previously unselected package libjsoncpp25:arm64.
16:57:52 [2024-03-07T16:57:52.331Z] #67 15.87 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 15.94 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 16.26 Selecting previously unselected package librhash0:arm64.
16:57:52 [2024-03-07T16:57:52.331Z] #67 16.26 Preparing to unpack .../4-librhash0_1.4.3-3_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 16.30 Unpacking librhash0:arm64 (1.4.3-3) ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 16.80 Selecting previously unselected package libuv1:arm64.
16:57:52 [2024-03-07T16:57:52.331Z] #67 16.80 Preparing to unpack .../5-libuv1_1.44.2-1_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 16.85 Unpacking libuv1:arm64 (1.44.2-1) ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 17.39 Selecting previously unselected package cmake-data.
16:57:52 [2024-03-07T16:57:52.331Z] #67 17.39 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 17.45 Unpacking cmake-data (3.25.1-1) ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 19.34 Selecting previously unselected package cmake.
16:57:52 [2024-03-07T16:57:52.331Z] #67 19.34 Preparing to unpack .../7-cmake_3.25.1-1_arm64.deb ...
16:57:52 [2024-03-07T16:57:52.331Z] #67 19.75 Unpacking cmake (3.25.1-1) ...
16:57:52 [2024-03-07T16:57:52.895Z] #67 21.71 Setting up libicu72:arm64 (72.1-3) ...
16:57:53 [2024-03-07T16:57:53.152Z] #67 ...
16:57:53 [2024-03-07T16:57:53.152Z] 
16:57:53 [2024-03-07T16:57:53.152Z] #70 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:57:53 [2024-03-07T16:57:53.152Z] #70 DONE 20.9s
16:57:53 [2024-03-07T16:57:53.152Z] 
16:57:53 [2024-03-07T16:57:53.152Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:57:53 [2024-03-07T16:57:53.152Z] #59 18.07 Selecting previously unselected package libprotobuf-c1:arm64.
16:57:53 [2024-03-07T16:57:53.152Z] #59 18.13 Preparing to unpack .../11-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
16:57:53 [2024-03-07T16:57:53.152Z] #59 18.26 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
16:57:53 [2024-03-07T16:57:53.152Z] #59 18.51 Selecting previously unselected package libprotobuf-c-dev:arm64.
16:57:53 [2024-03-07T16:57:53.152Z] #59 18.52 Preparing to unpack .../12-libprotobuf-c-dev_1.4.1-1+b1_arm64.deb ...
16:57:53 [2024-03-07T16:57:53.152Z] #59 18.63 Unpacking libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
16:57:53 [2024-03-07T16:57:53.152Z] #59 19.26 Selecting previously unselected package libseccomp-dev:arm64.
16:57:53 [2024-03-07T16:57:53.152Z] #59 19.26 Preparing to unpack .../13-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
16:57:53 [2024-03-07T16:57:53.152Z] #59 19.30 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
16:57:53 [2024-03-07T16:57:53.152Z] #59 20.84 Selecting previously unselected package libsystemd-dev:arm64.
16:57:53 [2024-03-07T16:57:53.152Z] #59 20.84 Preparing to unpack .../14-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
16:57:53 [2024-03-07T16:57:53.152Z] #59 21.13 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
16:57:53 [2024-03-07T16:57:53.152Z] #59 22.20 Selecting previously unselected package libtool.
16:57:53 [2024-03-07T16:57:53.152Z] #59 22.20 Preparing to unpack .../15-libtool_2.4.7-5_all.deb ...
16:57:53 [2024-03-07T16:57:53.615Z] #59 22.39 Unpacking libtool (2.4.7-5) ...
16:57:54 [2024-03-07T16:57:54.546Z] #59 23.41 Selecting previously unselected package libudev-dev:arm64.
16:57:54 [2024-03-07T16:57:54.546Z] #59 23.41 Preparing to unpack .../16-libudev-dev_252.22-1~deb12u1_arm64.deb ...
16:57:54 [2024-03-07T16:57:54.803Z] #59 23.74 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
16:57:55 [2024-03-07T16:57:55.734Z] #59 24.66 Selecting previously unselected package libyajl2:arm64.
16:57:55 [2024-03-07T16:57:55.734Z] #59 24.67 Preparing to unpack .../17-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
16:57:55 [2024-03-07T16:57:55.734Z] #59 24.77 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
16:57:56 [2024-03-07T16:57:56.298Z] #59 ...
16:57:56 [2024-03-07T16:57:56.298Z] 
16:57:56 [2024-03-07T16:57:56.298Z] #66 [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
16:57:56 [2024-03-07T16:57:56.298Z] #66 17.84 Selecting previously unselected package uuid-dev:arm64.
16:57:56 [2024-03-07T16:57:56.298Z] #66 17.84 Preparing to unpack .../06-uuid-dev_2.38.1-5+b1_arm64.deb ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 17.90 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 18.22 Selecting previously unselected package libblkid-dev:arm64.
16:57:56 [2024-03-07T16:57:56.298Z] #66 18.22 Preparing to unpack .../07-libblkid-dev_2.38.1-5+b1_arm64.deb ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 18.32 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 19.07 Selecting previously unselected package libbtrfs0:arm64.
16:57:56 [2024-03-07T16:57:56.298Z] #66 19.11 Preparing to unpack .../08-libbtrfs0_6.2-1_arm64.deb ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 19.50 Unpacking libbtrfs0:arm64 (6.2-1) ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 21.15 Selecting previously unselected package libbtrfs-dev:arm64.
16:57:56 [2024-03-07T16:57:56.298Z] #66 21.15 Preparing to unpack .../09-libbtrfs-dev_6.2-1_arm64.deb ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 21.49 Unpacking libbtrfs-dev:arm64 (6.2-1) ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 22.14 Selecting previously unselected package libelf1:arm64.
16:57:56 [2024-03-07T16:57:56.298Z] #66 22.15 Preparing to unpack .../10-libelf1_0.188-2.1_arm64.deb ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 22.53 Unpacking libelf1:arm64 (0.188-2.1) ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 23.50 Selecting previously unselected package libffi-dev:arm64.
16:57:56 [2024-03-07T16:57:56.298Z] #66 23.50 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 23.64 Unpacking libffi-dev:arm64 (3.4.4-1) ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 24.39 Selecting previously unselected package libgpg-error-dev.
16:57:56 [2024-03-07T16:57:56.298Z] #66 24.39 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
16:57:56 [2024-03-07T16:57:56.298Z] #66 24.51 Unpacking libgpg-error-dev (1.46-1) ...
16:57:56 [2024-03-07T16:57:56.555Z] #66 ...
16:57:56 [2024-03-07T16:57:56.555Z] 
16:57:56 [2024-03-07T16:57:56.555Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:57:56 [2024-03-07T16:57:56.819Z] #59 25.66 Selecting previously unselected package libyajl-dev:arm64.
16:57:56 [2024-03-07T16:57:56.819Z] #59 25.67 Preparing to unpack .../18-libyajl-dev_2.1.0-3+deb12u2_arm64.deb ...
16:57:56 [2024-03-07T16:57:56.819Z] #59 25.73 Unpacking libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
16:57:57 [2024-03-07T16:57:57.385Z] #59 26.22 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
16:57:57 [2024-03-07T16:57:57.385Z] #59 26.35 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
16:57:57 [2024-03-07T16:57:57.642Z] #59 26.67 Setting up m4 (1.4.19-3) ...
16:57:57 [2024-03-07T16:57:57.900Z] #59 26.76 Setting up bzip2 (1.0.8-5+b1) ...
16:57:58 [2024-03-07T16:57:58.157Z] #59 27.18 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
16:57:58 [2024-03-07T16:57:58.414Z] #59 27.45 Setting up libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
16:57:58 [2024-03-07T16:57:58.414Z] #59 27.63 Setting up autotools-dev (20220109.1) ...
16:57:58 [2024-03-07T16:57:58.671Z] #59 27.73 Setting up xz-utils (5.4.1-0.2) ...
16:57:58 [2024-03-07T16:57:58.671Z] #59 27.75 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:57:58 [2024-03-07T16:57:58.671Z] #59 27.87 Setting up patch (2.7.6-7) ...
16:57:58 [2024-03-07T16:57:58.928Z] #59 28.04 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
16:57:59 [2024-03-07T16:57:59.240Z] #59 28.10 Setting up libdpkg-perl (1.21.22) ...
16:57:59 [2024-03-07T16:57:59.240Z] #59 28.26 Setting up autoconf (2.71-3) ...
16:57:59 [2024-03-07T16:57:59.506Z] #59 ...
16:57:59 [2024-03-07T16:57:59.506Z] 
16:57:59 [2024-03-07T16:57:59.506Z] #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
16:57:59 [2024-03-07T16:57:59.506Z] #60 18.37 v3.6.0
16:57:59 [2024-03-07T16:57:59.506Z] #60 ...
16:57:59 [2024-03-07T16:57:59.506Z] 
16:57:59 [2024-03-07T16:57:59.506Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:57:59 [2024-03-07T16:57:59.506Z] #59 28.49 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
16:57:59 [2024-03-07T16:57:59.506Z] #59 28.62 Setting up libcap-dev:arm64 (1:2.66-4) ...
16:57:59 [2024-03-07T16:57:59.787Z] #59 28.77 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
16:58:00 [2024-03-07T16:58:00.065Z] #59 28.92 Setting up automake (1:1.16.5-1.3) ...
16:58:00 [2024-03-07T16:58:00.065Z] #59 28.96 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:58:00 [2024-03-07T16:58:00.065Z] #59 29.10 Setting up libtool (2.4.7-5) ...
16:58:00 [2024-03-07T16:58:00.323Z] #59 29.22 Setting up dpkg-dev (1.21.22) ...
16:58:00 [2024-03-07T16:58:00.323Z] #59 29.33 Setting up build-essential (12.9) ...
16:58:00 [2024-03-07T16:58:00.323Z] #59 ...
16:58:00 [2024-03-07T16:58:00.323Z] 
16:58:00 [2024-03-07T16:58:00.323Z] #69 [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
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31 NAME:
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31    go-winres - A tool for embedding resources in Windows executables
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31 
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31 USAGE:
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31    go-winres [global options] command [command options] [arguments...]
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31 
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31 COMMANDS:
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31    init     Create an initial ./winres/winres.json
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31    make     Make syso files for the "go build" command
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31    simply   Make syso files for the "go build" command (simplified)
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31    extract  Extract all resources from an executable
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31    patch    Replace resources in an executable file (exe, dll)
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31    help, h  Shows a list of commands or help for one command
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31 
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31 GLOBAL OPTIONS:
16:58:00 [2024-03-07T16:58:00.323Z] #69 19.31    --help, -h  show help (default: false)
16:58:00 [2024-03-07T16:58:00.323Z] #69 ...
16:58:00 [2024-03-07T16:58:00.323Z] 
16:58:00 [2024-03-07T16:58:00.323Z] #56 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.13" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:58:00 [2024-03-07T16:58:00.323Z] #56 DONE 27.2s
16:58:00 [2024-03-07T16:58:00.323Z] 
16:58:00 [2024-03-07T16:58:00.323Z] #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
16:58:00 [2024-03-07T16:58:00.323Z] #60 DONE 29.4s
16:58:00 [2024-03-07T16:58:00.323Z] 
16:58:00 [2024-03-07T16:58:00.323Z] #63 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:58:00 [2024-03-07T16:58:00.323Z] #63 26.10 gotestsum version dev
16:58:00 [2024-03-07T16:58:00.323Z] #63 DONE 29.4s
16:58:00 [2024-03-07T16:58:00.323Z] 
16:58:00 [2024-03-07T16:58:00.323Z] #54 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
16:58:00 [2024-03-07T16:58:00.323Z] #54 DONE 27.8s
16:58:00 [2024-03-07T16:58:00.323Z] 
16:58:00 [2024-03-07T16:58:00.323Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:58:00 [2024-03-07T16:58:00.323Z] #59 29.33 Setting up build-essential (12.9) ...
16:58:00 [2024-03-07T16:58:00.323Z] #59 29.34 Processing triggers for libc-bin (2.36-9+deb12u4) ...
16:58:00 [2024-03-07T16:58:00.581Z] #59 ...
16:58:00 [2024-03-07T16:58:00.581Z] 
16:58:00 [2024-03-07T16:58:00.581Z] #50 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:58:00 [2024-03-07T16:58:00.581Z] #50 DONE 28.3s
16:58:00 [2024-03-07T16:58:00.581Z] 
16:58:00 [2024-03-07T16:58:00.581Z] #30 [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
16:58:00 [2024-03-07T16:58:00.581Z] #30 DONE 32.5s
16:58:00 [2024-03-07T16:58:00.581Z] 
16:58:00 [2024-03-07T16:58:00.581Z] #52 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:58:00 [2024-03-07T16:58:00.581Z] #52 DONE 28.1s
16:58:00 [2024-03-07T16:58:00.581Z] 
16:58:00 [2024-03-07T16:58:00.581Z] #67 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
16:58:00 [2024-03-07T16:58:00.581Z] #67 21.86 Setting up libuv1:arm64 (1.44.2-1) ...
16:58:00 [2024-03-07T16:58:00.581Z] #67 22.15 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
16:58:00 [2024-03-07T16:58:00.581Z] #67 22.89 Setting up librhash0:arm64 (1.4.3-3) ...
16:58:00 [2024-03-07T16:58:00.581Z] #67 23.39 Setting up cmake-data (3.25.1-1) ...
16:58:00 [2024-03-07T16:58:00.581Z] #67 23.94 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
16:58:00 [2024-03-07T16:58:00.581Z] #67 24.25 Setting up libarchive13:arm64 (3.6.2-1) ...
16:58:00 [2024-03-07T16:58:00.581Z] #67 24.60 Setting up cmake (3.25.1-1) ...
16:58:00 [2024-03-07T16:58:00.581Z] #67 25.14 Processing triggers for libc-bin (2.36-9+deb12u4) ...
16:58:00 [2024-03-07T16:58:00.581Z] #67 DONE 29.2s
16:58:00 [2024-03-07T16:58:00.581Z] 
16:58:00 [2024-03-07T16:58:00.581Z] #69 [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
16:58:00 [2024-03-07T16:58:00.581Z] #69 DONE 29.5s
16:58:00 [2024-03-07T16:58:00.581Z] 
16:58:00 [2024-03-07T16:58:00.581Z] #61 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:58:00 [2024-03-07T16:58:00.581Z] #61 DONE 29.5s
16:58:00 [2024-03-07T16:58:00.581Z] 
16:58:00 [2024-03-07T16:58:00.581Z] #64 [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
16:58:00 [2024-03-07T16:58:00.581Z] #64 DONE 29.4s
16:58:00 [2024-03-07T16:58:00.581Z] 
16:58:00 [2024-03-07T16:58:00.581Z] #66 [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
16:58:00 [2024-03-07T16:58:00.581Z] #66 25.35 Selecting previously unselected package libgcrypt20-dev.
16:58:00 [2024-03-07T16:58:00.581Z] #66 25.35 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 25.43 Unpacking libgcrypt20-dev (1.10.1-3) ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 25.90 Selecting previously unselected package libglib2.0-data.
16:58:00 [2024-03-07T16:58:00.581Z] #66 25.90 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 26.00 Unpacking libglib2.0-data (2.74.6-2) ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 26.78 Selecting previously unselected package libglib2.0-bin.
16:58:00 [2024-03-07T16:58:00.581Z] #66 26.78 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 26.83 Unpacking libglib2.0-bin (2.74.6-2) ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 27.40 Selecting previously unselected package python3-lib2to3.
16:58:00 [2024-03-07T16:58:00.581Z] #66 27.41 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 27.42 Unpacking python3-lib2to3 (3.11.2-3) ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 27.77 Selecting previously unselected package python3-distutils.
16:58:00 [2024-03-07T16:58:00.581Z] #66 27.77 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 27.79 Unpacking python3-distutils (3.11.2-3) ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 28.23 Selecting previously unselected package libglib2.0-dev-bin.
16:58:00 [2024-03-07T16:58:00.581Z] #66 28.23 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 28.27 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 28.60 Selecting previously unselected package libsepol-dev:arm64.
16:58:00 [2024-03-07T16:58:00.581Z] #66 28.60 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 28.63 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 28.99 Selecting previously unselected package libpcre2-16-0:arm64.
16:58:00 [2024-03-07T16:58:00.581Z] #66 28.99 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 29.01 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 29.25 Selecting previously unselected package libpcre2-32-0:arm64.
16:58:00 [2024-03-07T16:58:00.581Z] #66 29.25 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
16:58:00 [2024-03-07T16:58:00.581Z] #66 29.34 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
16:58:00 [2024-03-07T16:58:00.839Z] #66 ...
16:58:00 [2024-03-07T16:58:00.839Z] 
16:58:00 [2024-03-07T16:58:00.839Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
16:58:00 [2024-03-07T16:58:00.839Z] #47 DONE 28.9s
16:58:00 [2024-03-07T16:58:00.839Z] 
16:58:00 [2024-03-07T16:58:00.839Z] #65 [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
16:58:00 [2024-03-07T16:58:00.839Z] #65 DONE 29.6s
16:58:00 [2024-03-07T16:58:00.839Z] 
16:58:00 [2024-03-07T16:58:00.839Z] #66 [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
16:58:00 [2024-03-07T16:58:00.839Z] #66 29.53 Selecting previously unselected package libpcre2-posix3:arm64.
16:58:00 [2024-03-07T16:58:00.839Z] #66 29.53 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
16:58:00 [2024-03-07T16:58:00.839Z] #66 29.54 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
16:58:01 [2024-03-07T16:58:01.097Z] #66 29.81 Selecting previously unselected package libpcre2-dev:arm64.
16:58:01 [2024-03-07T16:58:01.097Z] #66 ...
16:58:01 [2024-03-07T16:58:01.097Z] 
16:58:01 [2024-03-07T16:58:01.097Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:58:01 [2024-03-07T16:58:01.097Z] #59 DONE 30.2s
16:58:01 [2024-03-07T16:58:01.097Z] 
16:58:01 [2024-03-07T16:58:01.097Z] #66 [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
16:58:01 [2024-03-07T16:58:01.097Z] #66 29.82 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
16:58:01 [2024-03-07T16:58:01.097Z] #66 29.85 Unpacking libpcre2-dev:arm64 (10.42-1) ...
16:58:01 [2024-03-07T16:58:01.354Z] #66 30.20 Selecting previously unselected package libselinux1-dev:arm64.
16:58:01 [2024-03-07T16:58:01.354Z] #66 30.20 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
16:58:01 [2024-03-07T16:58:01.611Z] #66 30.25 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
16:58:01 [2024-03-07T16:58:01.868Z] #66 30.58 Selecting previously unselected package libmount-dev:arm64.
16:58:01 [2024-03-07T16:58:01.868Z] #66 30.58 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
16:58:01 [2024-03-07T16:58:01.868Z] #66 30.66 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
16:58:02 [2024-03-07T16:58:02.125Z] #66 30.78 Selecting previously unselected package zlib1g-dev:arm64.
16:58:02 [2024-03-07T16:58:02.125Z] #66 30.78 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
16:58:02 [2024-03-07T16:58:02.125Z] #66 30.80 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
16:58:02 [2024-03-07T16:58:02.383Z] #66 31.29 Selecting previously unselected package libglib2.0-dev:arm64.
16:58:02 [2024-03-07T16:58:02.644Z] #66 31.29 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
16:58:02 [2024-03-07T16:58:02.644Z] #66 31.30 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
16:58:02 [2024-03-07T16:58:02.928Z] #66 31.69 Selecting previously unselected package libsecret-1-dev:arm64.
16:58:02 [2024-03-07T16:58:02.928Z] #66 31.69 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_arm64.deb ...
16:58:03 [2024-03-07T16:58:03.186Z] #66 ...
16:58:03 [2024-03-07T16:58:03.186Z] 
16:58:03 [2024-03-07T16:58:03.186Z] #71 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
16:58:03 [2024-03-07T16:58:03.186Z] #71 DONE 1.3s
16:58:03 [2024-03-07T16:58:03.186Z] 
16:58:03 [2024-03-07T16:58:03.187Z] #66 [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
16:58:03 [2024-03-07T16:58:03.187Z] #66 31.71 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
16:58:03 [2024-03-07T16:58:03.187Z] #66 31.92 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
16:58:03 [2024-03-07T16:58:03.187Z] #66 31.96 No schema files found: doing nothing.
16:58:03 [2024-03-07T16:58:03.187Z] #66 31.99 Setting up libffi-dev:arm64 (3.4.4-1) ...
16:58:03 [2024-03-07T16:58:03.187Z] #66 32.01 Setting up libpcre2-16-0:arm64 (10.42-1) ...
16:58:03 [2024-03-07T16:58:03.187Z] #66 32.04 Setting up libbtrfs0:arm64 (6.2-1) ...
16:58:03 [2024-03-07T16:58:03.446Z] #66 32.12 Setting up libpcre2-32-0:arm64 (10.42-1) ...
16:58:03 [2024-03-07T16:58:03.446Z] #66 32.18 Setting up libglib2.0-data (2.74.6-2) ...
16:58:03 [2024-03-07T16:58:03.446Z] #66 32.27 Setting up libgpg-error-dev (1.46-1) ...
16:58:03 [2024-03-07T16:58:03.446Z] #66 32.29 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
16:58:03 [2024-03-07T16:58:03.703Z] #66 32.31 Setting up libsepol-dev:arm64 (3.4-2.1) ...
16:58:03 [2024-03-07T16:58:03.703Z] #66 32.32 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
16:58:03 [2024-03-07T16:58:03.703Z] #66 32.35 Setting up libpcre2-posix3:arm64 (10.42-1) ...
16:58:03 [2024-03-07T16:58:03.703Z] #66 32.38 Setting up libbtrfs-dev:arm64 (6.2-1) ...
16:58:03 [2024-03-07T16:58:03.703Z] #66 32.40 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
16:58:03 [2024-03-07T16:58:03.703Z] #66 32.42 Setting up python3-lib2to3 (3.11.2-3) ...
16:58:03 [2024-03-07T16:58:03.960Z] #66 32.69 Setting up libelf1:arm64 (0.188-2.1) ...
16:58:03 [2024-03-07T16:58:03.960Z] #66 32.70 Setting up libsecret-common (0.20.5-3) ...
16:58:03 [2024-03-07T16:58:03.960Z] #66 32.81 Setting up python3-distutils (3.11.2-3) ...
16:58:04 [2024-03-07T16:58:04.525Z] #66 33.18 Setting up libglib2.0-dev-bin (2.74.6-2) ...
16:58:04 [2024-03-07T16:58:04.782Z] #66 33.54 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
16:58:04 [2024-03-07T16:58:04.782Z] #66 33.63 Setting up libpcre2-dev:arm64 (10.42-1) ...
16:58:05 [2024-03-07T16:58:05.042Z] #66 33.69 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
16:58:05 [2024-03-07T16:58:05.042Z] #66 33.72 Setting up libglib2.0-bin (2.74.6-2) ...
16:58:05 [2024-03-07T16:58:05.042Z] #66 33.76 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
16:58:05 [2024-03-07T16:58:05.042Z] #66 33.79 Setting up libgcrypt20-dev (1.10.1-3) ...
16:58:05 [2024-03-07T16:58:05.042Z] #66 33.83 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
16:58:05 [2024-03-07T16:58:05.299Z] #66 33.89 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
16:58:05 [2024-03-07T16:58:05.299Z] #66 33.94 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
16:58:05 [2024-03-07T16:58:05.299Z] #66 34.01 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
16:58:05 [2024-03-07T16:58:05.299Z] #66 34.12 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
16:58:05 [2024-03-07T16:58:05.556Z] #66 34.18 Processing triggers for libc-bin (2.36-9+deb12u4) ...
16:58:07 [2024-03-07T16:58:07.450Z] #66 ...
16:58:07 [2024-03-07T16:58:07.450Z] 
16:58:07 [2024-03-07T16:58:07.450Z] #72 [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
16:58:07 [2024-03-07T16:58:07.450Z] #72 1.659 Hit:1 http://deb.debian.org/debian bookworm InRelease
16:58:07 [2024-03-07T16:58:07.450Z] #72 1.667 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
16:58:07 [2024-03-07T16:58:07.450Z] #72 1.667 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
16:58:07 [2024-03-07T16:58:07.450Z] #72 2.345 Reading package lists...
16:58:07 [2024-03-07T16:58:07.450Z] #72 3.179 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
16:58:07 [2024-03-07T16:58:07.450Z] #72 3.188 Reading package lists...
16:58:07 [2024-03-07T16:58:07.450Z] #72 4.308 Building dependency tree...
16:58:07 [2024-03-07T16:58:07.450Z] #72 4.610 Reading state information...
16:58:07 [2024-03-07T16:58:07.450Z] #72 5.040 gcc is already the newest version (4:12.2.0-3).
16:58:07 [2024-03-07T16:58:07.450Z] #72 5.040 libc6-dev is already the newest version (2.36-9+deb12u4).
16:58:07 [2024-03-07T16:58:07.450Z] #72 5.040 pkg-config is already the newest version (1.8.1-1).
16:58:07 [2024-03-07T16:58:07.450Z] #72 5.040 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
16:58:07 [2024-03-07T16:58:07.450Z] #72 DONE 6.7s
16:58:07 [2024-03-07T16:58:07.450Z] 
16:58:07 [2024-03-07T16:58:07.450Z] #66 [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
16:58:07 [2024-03-07T16:58:07.450Z] #66 DONE 36.0s
16:58:07 [2024-03-07T16:58:07.450Z] 
16:58:07 [2024-03-07T16:58:07.450Z] #73 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
16:58:10 [2024-03-07T16:58:10.725Z] #73 ...
16:58:10 [2024-03-07T16:58:10.725Z] 
16:58:10 [2024-03-07T16:58:10.725Z] #74 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.477 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.477   Compatibility with CMake < 2.8.12 will be removed from a future version of
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.477   CMake.
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.477 
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.477   Update the VERSION argument <min> value or use a ...<max> suffix to tell
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.477   CMake that the project does not need compatibility with older versions.
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.477 
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.477 
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.582 -- The C compiler identification is GNU 12.2.0
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.600 -- Detecting C compiler ABI info
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.736 -- Detecting C compiler ABI info - done
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.751 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.751 -- Detecting C compile features
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.752 -- Detecting C compile features - done
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.761 -- Performing Test HAS_BUILTIN_FORTIFY
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.818 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.841 -- Configuring done
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.850 -- Generating done
16:58:10 [2024-03-07T16:58:10.725Z] #74 0.855 -- Build files have been written to: /go/src/github.com/krallin/tini
16:58:10 [2024-03-07T16:58:10.725Z] #74 1.024 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:58:10 [2024-03-07T16:58:10.725Z] #74 1.497 [100%] Linking C executable tini-static
16:58:10 [2024-03-07T16:58:10.725Z] #74 1.715 [100%] Built target tini-static
16:58:10 [2024-03-07T16:58:10.725Z] #74 DONE 2.9s
16:58:10 [2024-03-07T16:58:10.725Z] 
16:58:10 [2024-03-07T16:58:10.725Z] #75 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
16:58:10 [2024-03-07T16:58:10.725Z] #75 2.863 go: downloading github.com/Masterminds/semver/v3 v3.2.1
16:58:10 [2024-03-07T16:58:10.725Z] #75 2.871 go: downloading github.com/urfave/cli/v2 v2.27.1
16:58:10 [2024-03-07T16:58:10.725Z] #75 2.953 go: downloading github.com/containernetworking/plugins v1.4.0
16:58:10 [2024-03-07T16:58:10.725Z] #75 2.959 go: downloading github.com/google/uuid v1.6.0
16:58:10 [2024-03-07T16:58:10.725Z] #75 2.971 go: downloading github.com/moby/vpnkit v0.5.0
16:58:10 [2024-03-07T16:58:10.725Z] #75 2.989 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:58:10 [2024-03-07T16:58:10.725Z] #75 3.046 go: downloading golang.org/x/sys v0.18.0
16:58:10 [2024-03-07T16:58:10.725Z] #75 3.048 go: downloading github.com/gorilla/mux v1.8.1
16:58:10 [2024-03-07T16:58:10.725Z] #75 3.368 go: downloading github.com/moby/sys/mountinfo v0.7.1
16:58:10 [2024-03-07T16:58:10.725Z] #75 3.450 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
16:58:10 [2024-03-07T16:58:10.725Z] #75 3.812 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
16:58:10 [2024-03-07T16:58:10.725Z] #75 3.882 go: downloading golang.org/x/net v0.17.0
16:58:10 [2024-03-07T16:58:10.725Z] #75 4.179 go: downloading github.com/josharian/native v1.1.0
16:58:10 [2024-03-07T16:58:10.725Z] #75 4.180 go: downloading github.com/pierrec/lz4/v4 v4.1.17
16:58:10 [2024-03-07T16:58:10.725Z] #75 4.767 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
16:58:10 [2024-03-07T16:58:10.725Z] #75 4.768 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
16:58:10 [2024-03-07T16:58:10.725Z] #75 ...
16:58:10 [2024-03-07T16:58:10.725Z] 
16:58:10 [2024-03-07T16:58:10.725Z] #73 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
16:58:10 [2024-03-07T16:58:10.725Z] #73 3.324 + bin/ctr
16:58:10 [2024-03-07T16:58:10.725Z] #73 3.324 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
16:58:11 [2024-03-07T16:58:11.289Z] #73 ...
16:58:11 [2024-03-07T16:58:11.289Z] 
16:58:11 [2024-03-07T16:58:11.289Z] #76 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
16:58:11 [2024-03-07T16:58:11.289Z] #76 ...
16:58:11 [2024-03-07T16:58:11.289Z] 
16:58:11 [2024-03-07T16:58:11.289Z] #77 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
16:58:11 [2024-03-07T16:58:11.546Z] #77 ...
16:58:11 [2024-03-07T16:58:11.546Z] 
16:58:11 [2024-03-07T16:58:11.546Z] #78 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
16:58:11 [2024-03-07T16:58:11.546Z] #78 2.617 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 .
16:58:11 [2024-03-07T16:58:11.546Z] #78 ...
16:58:11 [2024-03-07T16:58:11.546Z] 
16:58:11 [2024-03-07T16:58:11.546Z] #79 [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
16:58:11 [2024-03-07T16:58:11.546Z] #79 1.210 Cloning into '/tmp/crun-build'...
16:58:11 [2024-03-07T16:58:11.546Z] #79 2.962 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
16:58:11 [2024-03-07T16:58:11.546Z] #79 2.981 Cloning into '/tmp/crun-build/libocispec'...
16:58:11 [2024-03-07T16:58:11.546Z] #79 3.343 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
16:58:11 [2024-03-07T16:58:11.546Z] #79 3.345 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
16:58:11 [2024-03-07T16:58:11.546Z] #79 3.346 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
16:58:11 [2024-03-07T16:58:11.546Z] #79 3.347 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
16:58:11 [2024-03-07T16:58:11.546Z] #79 3.361 Cloning into '/tmp/crun-build/libocispec/image-spec'...
16:58:11 [2024-03-07T16:58:11.546Z] #79 3.916 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
16:58:11 [2024-03-07T16:58:11.546Z] #79 4.577 Cloning into '/tmp/crun-build/libocispec/yajl'...
16:58:11 [2024-03-07T16:58:11.546Z] #79 5.035 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
16:58:11 [2024-03-07T16:58:11.546Z] #79 5.061 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
16:58:11 [2024-03-07T16:58:11.546Z] #79 5.085 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
16:58:11 [2024-03-07T16:58:11.803Z] #79 10.58 aclocal: warning: couldn't open directory 'm4': No such file or directory
16:58:17 [2024-03-07T16:58:17.071Z] #79 15.30 libtoolize: putting auxiliary files in '.'.
16:58:17 [2024-03-07T16:58:17.071Z] #79 15.30 libtoolize: copying file './ltmain.sh'
16:58:17 [2024-03-07T16:58:17.328Z] #79 16.18 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
16:58:17 [2024-03-07T16:58:17.585Z] #79 16.18 libtoolize: and rerunning libtoolize and aclocal.
16:58:17 [2024-03-07T16:58:17.585Z] #79 16.18 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:58:20 [2024-03-07T16:58:20.860Z] #79 19.40 configure.ac:7: installing './compile'
16:58:20 [2024-03-07T16:58:20.860Z] #79 19.40 configure.ac:11: installing './config.guess'
16:58:20 [2024-03-07T16:58:20.860Z] #79 19.40 configure.ac:11: installing './config.sub'
16:58:20 [2024-03-07T16:58:20.860Z] #79 19.40 configure.ac:8: installing './install-sh'
16:58:20 [2024-03-07T16:58:20.860Z] #79 19.41 configure.ac:8: installing './missing'
16:58:20 [2024-03-07T16:58:20.860Z] #79 19.48 Makefile.am: installing './depcomp'
16:58:21 [2024-03-07T16:58:21.117Z] #79 20.02 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:58:21 [2024-03-07T16:58:21.374Z] #79 20.02 libtoolize: copying file 'build-aux/ltmain.sh'
16:58:21 [2024-03-07T16:58:21.374Z] #79 20.18 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:58:21 [2024-03-07T16:58:21.374Z] #79 20.18 libtoolize: copying file 'm4/libtool.m4'
16:58:21 [2024-03-07T16:58:21.374Z] #79 20.34 libtoolize: copying file 'm4/ltoptions.m4'
16:58:21 [2024-03-07T16:58:21.631Z] #79 20.50 libtoolize: copying file 'm4/ltsugar.m4'
16:58:21 [2024-03-07T16:58:21.889Z] #79 20.63 libtoolize: copying file 'm4/ltversion.m4'
16:58:21 [2024-03-07T16:58:21.889Z] #79 20.79 libtoolize: copying file 'm4/lt~obsolete.m4'
16:58:22 [2024-03-07T16:58:22.146Z] #79 20.92 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:58:24 [2024-03-07T16:58:24.668Z] #79 23.30 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
16:58:24 [2024-03-07T16:58:24.668Z] #79 23.30 configure.ac:3: You should run autoupdate.
16:58:24 [2024-03-07T16:58:24.668Z] #79 23.30 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
16:58:24 [2024-03-07T16:58:24.668Z] #79 23.30 configure.ac:3: the top level
16:58:26 [2024-03-07T16:58:26.562Z] #79 25.36 configure.ac:7: installing 'build-aux/compile'
16:58:26 [2024-03-07T16:58:26.562Z] #79 25.37 configure.ac:9: installing 'build-aux/config.guess'
16:58:26 [2024-03-07T16:58:26.562Z] #79 25.37 configure.ac:9: installing 'build-aux/config.sub'
16:58:26 [2024-03-07T16:58:26.562Z] #79 25.37 configure.ac:11: installing 'build-aux/install-sh'
16:58:26 [2024-03-07T16:58:26.562Z] #79 25.38 configure.ac:11: installing 'build-aux/missing'
16:58:26 [2024-03-07T16:58:26.562Z] #79 25.50 Makefile.am: installing 'build-aux/depcomp'
16:58:26 [2024-03-07T16:58:26.819Z] #79 25.54 parallel-tests: installing 'build-aux/test-driver'
16:58:27 [2024-03-07T16:58:27.749Z] #79 26.73 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:58:28 [2024-03-07T16:58:28.006Z] #79 26.73 libtoolize: copying file 'build-aux/ltmain.sh'
16:58:28 [2024-03-07T16:58:28.263Z] #79 27.19 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:58:28 [2024-03-07T16:58:28.520Z] #79 27.19 libtoolize: copying file 'm4/libtool.m4'
16:58:28 [2024-03-07T16:58:28.520Z] #79 27.35 libtoolize: copying file 'm4/ltoptions.m4'
16:58:28 [2024-03-07T16:58:28.520Z] #79 27.47 libtoolize: copying file 'm4/ltsugar.m4'
16:58:28 [2024-03-07T16:58:28.777Z] #79 27.60 libtoolize: copying file 'm4/ltversion.m4'
16:58:28 [2024-03-07T16:58:28.777Z] #79 27.72 libtoolize: copying file 'm4/lt~obsolete.m4'
16:58:35 [2024-03-07T16:58:35.324Z] #79 33.80 configure.ac:11: installing 'build-aux/compile'
16:58:35 [2024-03-07T16:58:35.324Z] #79 33.80 configure.ac:11: installing 'build-aux/config.guess'
16:58:35 [2024-03-07T16:58:35.324Z] #79 33.80 configure.ac:11: installing 'build-aux/config.sub'
16:58:35 [2024-03-07T16:58:35.324Z] #79 33.81 configure.ac:13: installing 'build-aux/install-sh'
16:58:35 [2024-03-07T16:58:35.324Z] #79 33.82 configure.ac:13: installing 'build-aux/missing'
16:58:35 [2024-03-07T16:58:35.324Z] #79 33.82 configure.ac:8: installing 'build-aux/tap-driver.sh'
16:58:35 [2024-03-07T16:58:35.324Z] #79 33.92 Makefile.am: installing 'build-aux/depcomp'
16:58:36 [2024-03-07T16:58:36.254Z] #79 34.89 checking build system type... aarch64-unknown-linux-gnu
16:58:36 [2024-03-07T16:58:36.254Z] #79 35.10 checking host system type... aarch64-unknown-linux-gnu
16:58:36 [2024-03-07T16:58:36.254Z] #79 35.10 checking how to print strings... printf
16:58:36 [2024-03-07T16:58:36.254Z] #79 35.11 checking for gcc... gcc
16:58:36 [2024-03-07T16:58:36.511Z] #79 35.24 checking whether the C compiler works... yes
16:58:36 [2024-03-07T16:58:36.511Z] #79 35.44 checking for C compiler default output file name... a.out
16:58:36 [2024-03-07T16:58:36.768Z] #79 35.44 checking for suffix of executables... 
16:58:37 [2024-03-07T16:58:37.024Z] #79 35.61 checking whether we are cross compiling... no
16:58:37 [2024-03-07T16:58:37.024Z] #79 35.77 checking for suffix of object files... o
16:58:37 [2024-03-07T16:58:37.024Z] #79 35.84 checking whether the compiler supports GNU C... yes
16:58:37 [2024-03-07T16:58:37.281Z] #79 35.93 checking whether gcc accepts -g... yes
16:58:37 [2024-03-07T16:58:37.281Z] #79 ...
16:58:37 [2024-03-07T16:58:37.281Z] 
16:58:37 [2024-03-07T16:58:37.281Z] #57 [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
16:58:37 [2024-03-07T16:58:37.281Z] #57 66.18 golangci-lint has version v1.55.2 built with go1.21.8 from (unknown, mod sum: "h1:yllEIsSJ7MtlDBwDJ9IMBkyEUz2fYE0b5B8IUgO1oP8=") on (unknown)
16:58:42 [2024-03-07T16:58:42.550Z] #57 ...
16:58:42 [2024-03-07T16:58:42.550Z] 
16:58:42 [2024-03-07T16:58:42.550Z] #79 [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
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.03 checking for gcc option to enable C11 features... none needed
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.14 checking whether gcc understands -c and -o together... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.29 checking for a sed that does not truncate output... /usr/bin/sed
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.33 checking for grep that handles long lines and -e... /usr/bin/grep
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.34 checking for egrep... /usr/bin/grep -E
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.34 checking for fgrep... /usr/bin/grep -F
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.34 checking for ld used by gcc... /usr/bin/ld
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.36 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.37 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.39 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.47 checking whether ln -s works... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.47 checking the maximum length of command line arguments... 1572864
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.48 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.48 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.48 checking for /usr/bin/ld option to reload object files... -r
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.49 checking for file... file
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.49 checking for objdump... objdump
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.49 checking how to recognize dependent libraries... pass_all
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.49 checking for dlltool... no
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.49 checking how to associate runtime and link libraries... printf %s\n
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.49 checking for ar... ar
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.51 checking for archiver @FILE support... @
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.62 checking for strip... strip
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.62 checking for ranlib... ranlib
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.62 checking for gawk... no
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.62 checking for mawk... mawk
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.62 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.92 checking for sysroot... no
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.92 checking for a working dd... /usr/bin/dd
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.94 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.96 checking for mt... no
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.96 checking if : is a manifest tool... no
16:58:42 [2024-03-07T16:58:42.550Z] #79 36.99 checking for stdio.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 37.07 checking for stdlib.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 37.15 checking for string.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 37.23 checking for inttypes.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 37.31 checking for stdint.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 37.43 checking for strings.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 37.57 checking for sys/stat.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 37.65 checking for sys/types.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 37.75 checking for unistd.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 37.81 checking for dlfcn.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 37.96 checking for objdir... .libs
16:58:42 [2024-03-07T16:58:42.550Z] #79 38.22 checking if gcc supports -fno-rtti -fno-exceptions... no
16:58:42 [2024-03-07T16:58:42.550Z] #79 38.30 checking for gcc option to produce PIC... -fPIC -DPIC
16:58:42 [2024-03-07T16:58:42.550Z] #79 38.30 checking if gcc PIC flag -fPIC -DPIC works... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 38.37 checking if gcc static flag -static works... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 38.63 checking if gcc supports -c -o file.o... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 38.78 checking if gcc supports -c -o file.o... (cached) yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 38.78 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 38.86 checking dynamic linker characteristics... GNU/Linux ld.so
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.03 checking how to hardcode library paths into programs... immediate
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.03 checking whether stripping libraries is possible... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.04 checking if libtool supports shared libraries... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.04 checking whether to build shared libraries... no
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.04 checking whether to build static libraries... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.04 checking for a BSD-compatible install... /usr/bin/install -c
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.07 checking whether build environment is sane... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.10 checking for a race-free mkdir -p... /usr/bin/mkdir -p
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.11 checking whether make sets $(MAKE)... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.15 checking whether make supports the include directive... yes (GNU style)
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.19 checking whether make supports nested variables... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.29 checking whether UID '0' is supported by ustar format... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.29 checking whether GID '0' is supported by ustar format... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.29 checking how to create a ustar tar archive... gnutar
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.34 checking dependency style of gcc... gcc3
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.53 checking whether to enable maintainer-specific portions of Makefiles... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.53 checking whether make supports nested variables... (cached) yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.54 checking for gawk... (cached) mawk
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.54 checking for a sed that does not truncate output... (cached) /usr/bin/sed
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.54 checking for gcc... (cached) gcc
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.60 checking whether the compiler supports GNU C... (cached) yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.60 checking whether gcc accepts -g... (cached) yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.61 checking for gcc option to enable C11 features... (cached) none needed
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.61 checking whether gcc understands -c and -o together... (cached) yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.61 checking for a Python interpreter with version >= 3... python3
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.67 checking for python3... /usr/bin/python3
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.67 checking for python3 version... 3.11
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.69 checking for python3 platform... linux
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.71 checking for GNU default python3 prefix... ${prefix}
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.71 checking for GNU default python3 exec_prefix... ${exec_prefix}
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.71 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.74 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.80 checking for go-md2man... no
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.80 checking for error.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 39.88 checking for linux/openat2.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 40.08 checking for stdatomic.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 40.18 checking for linux/ioprio.h... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 40.26 checking for atomic_int... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 40.51 checking for atomic_bool... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 40.68 checking for copy_file_range... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 40.85 checking for fgetxattr... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 41.02 checking for statx... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 41.13 checking for fgetpwent_r... yes
16:58:42 [2024-03-07T16:58:42.550Z] #79 41.22 checking for issetugid... no
16:58:42 [2024-03-07T16:58:42.550Z] #79 41.42 checking for memfd_create... yes
16:58:42 [2024-03-07T16:58:42.807Z] #79 41.54 checking for pkg-config... /usr/bin/pkg-config
16:58:42 [2024-03-07T16:58:42.807Z] #79 41.54 checking pkg-config is at least version 0.9.0... yes
16:58:42 [2024-03-07T16:58:42.807Z] #79 41.55 checking for library containing yajl_tree_get... -lyajl
16:58:43 [2024-03-07T16:58:43.064Z] #79 41.80 checking for yajl >= 2.0.0... yes
16:58:43 [2024-03-07T16:58:43.064Z] #79 41.80 checking for sys/capability.h... yes
16:58:43 [2024-03-07T16:58:43.322Z] #79 41.87 checking for library containing cap_from_name... -lcap
16:58:43 [2024-03-07T16:58:43.579Z] #79 42.08 checking for library containing gcry_check_version... no
16:58:43 [2024-03-07T16:58:43.579Z] #79 42.35 checking for library containing dlopen... none required
16:58:43 [2024-03-07T16:58:43.836Z] #79 42.46 checking for seccomp.h... yes
16:58:43 [2024-03-07T16:58:43.836Z] #79 42.52 checking for library containing seccomp_rule_add... -lseccomp
16:58:44 [2024-03-07T16:58:44.093Z] #79 42.79 checking for library containing seccomp_arch_resolve_name... none required
16:58:44 [2024-03-07T16:58:44.093Z] #79 42.88 checking for systemd/sd-bus.h... yes
16:58:44 [2024-03-07T16:58:44.350Z] #79 42.97 checking for library containing sd_bus_match_signal_async... -lsystemd
16:58:44 [2024-03-07T16:58:44.350Z] #79 43.15 checking for sd_notify_barrier... yes
16:58:44 [2024-03-07T16:58:44.607Z] #79 43.27 checking for linux/bpf.h... yes
16:58:44 [2024-03-07T16:58:44.607Z] #79 43.35 checking compilation for eBPF... yes
16:58:44 [2024-03-07T16:58:44.864Z] #79 43.46 checking for criu >= 3.15... no
16:58:44 [2024-03-07T16:58:44.864Z] #79 43.47 configure: CRIU headers not found, building without CRIU support
16:58:44 [2024-03-07T16:58:44.864Z] #79 43.47 checking for criu > 3.16... no
16:58:44 [2024-03-07T16:58:44.864Z] #79 43.49 configure: CRIU version doesn't support join-ns API
16:58:44 [2024-03-07T16:58:44.864Z] #79 43.49 checking for criu > 3.16.1... no
16:58:44 [2024-03-07T16:58:44.864Z] #79 43.52 configure: CRIU version doesn't support for pre-dumping
16:58:44 [2024-03-07T16:58:44.864Z] #79 43.52 checking for new mount API (fsconfig)... yes
16:58:44 [2024-03-07T16:58:44.864Z] #79 43.68 yes
16:58:44 [2024-03-07T16:58:44.864Z] #79 43.69 checking for seccomp notify API... yes
16:58:45 [2024-03-07T16:58:45.121Z] #79 43.83 checking for gperf... no
16:58:45 [2024-03-07T16:58:45.121Z] #79 43.83 configure: gperf not found - cannot rebuild signal parser code
16:58:45 [2024-03-07T16:58:45.121Z] #79 43.83 checking for library containing argp_parse... none required
16:58:45 [2024-03-07T16:58:45.121Z] #79 43.96 checking that generated files are newer than configure... done
16:58:45 [2024-03-07T16:58:45.121Z] #79 43.96 configure: creating ./config.status
16:58:46 [2024-03-07T16:58:46.490Z] #79 ...
16:58:46 [2024-03-07T16:58:46.490Z] 
16:58:46 [2024-03-07T16:58:46.490Z] #68 [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 v26.0.0-rc1 https://github.com/docker/cli.git /build      && /build/docker --version
16:58:46 [2024-03-07T16:58:46.747Z] #68 75.56 Docker version 26.0.0-rc1, build eb306df1
16:58:52 [2024-03-07T16:58:52.044Z] #68 ...
16:58:52 [2024-03-07T16:58:52.044Z] 
16:58:52 [2024-03-07T16:58:52.044Z] #79 [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
16:58:52 [2024-03-07T16:58:52.044Z] #79 46.21 config.status: creating Makefile
16:58:52 [2024-03-07T16:58:52.044Z] #79 46.27 config.status: creating config.h
16:58:52 [2024-03-07T16:58:52.044Z] #79 46.30 config.status: executing libtool commands
16:58:52 [2024-03-07T16:58:52.044Z] #79 46.35 config.status: executing depfiles commands
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.10 === configuring in libocispec (/tmp/crun-build/libocispec)
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.13 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.49 checking for gcc... gcc
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.58 checking whether the C compiler works... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.68 checking for C compiler default output file name... a.out
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.68 checking for suffix of executables... 
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.75 checking whether we are cross compiling... no
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.80 checking for suffix of object files... o
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.85 checking whether the compiler supports GNU C... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.90 checking whether gcc accepts -g... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 47.96 checking for gcc option to enable C11 features... none needed
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.08 checking whether gcc understands -c and -o together... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.19 checking for stdio.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.25 checking for stdlib.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.33 checking for string.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.40 checking for inttypes.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.47 checking for stdint.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.58 checking for strings.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.66 checking for sys/stat.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.73 checking for sys/types.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.83 checking for unistd.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.89 checking for wchar.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 48.98 checking for minix/config.h... no
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.07 checking whether it is safe to define __EXTENSIONS__... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.12 checking whether _XOPEN_SOURCE should be defined... no
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.16 checking build system type... aarch64-unknown-linux-gnu
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.31 checking host system type... aarch64-unknown-linux-gnu
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.31 checking how to print strings... printf
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.32 checking for a sed that does not truncate output... /usr/bin/sed
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.34 checking for grep that handles long lines and -e... /usr/bin/grep
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.35 checking for egrep... /usr/bin/grep -E
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.35 checking for fgrep... /usr/bin/grep -F
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.36 checking for ld used by gcc... /usr/bin/ld
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.37 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.38 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.39 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.42 checking whether ln -s works... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.42 checking the maximum length of command line arguments... 1572864
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.43 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.43 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.43 checking for /usr/bin/ld option to reload object files... -r
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.43 checking for file... file
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.43 checking for objdump... objdump
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.43 checking how to recognize dependent libraries... pass_all
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.43 checking for dlltool... no
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.43 checking how to associate runtime and link libraries... printf %s\n
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.44 checking for ar... ar
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.44 checking for archiver @FILE support... @
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.51 checking for strip... strip
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.52 checking for ranlib... ranlib
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.52 checking for gawk... no
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.52 checking for mawk... mawk
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.52 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.74 checking for sysroot... no
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.74 checking for a working dd... /usr/bin/dd
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.77 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.78 checking for mt... no
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.78 checking if : is a manifest tool... no
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.80 checking for dlfcn.h... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.86 checking for objdir... .libs
16:58:52 [2024-03-07T16:58:52.044Z] #79 49.99 checking if gcc supports -fno-rtti -fno-exceptions... no
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.02 checking for gcc option to produce PIC... -fPIC -DPIC
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.03 checking if gcc PIC flag -fPIC -DPIC works... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.07 checking if gcc static flag -static works... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.17 checking if gcc supports -c -o file.o... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.23 checking if gcc supports -c -o file.o... (cached) yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.23 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.25 checking dynamic linker characteristics... GNU/Linux ld.so
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.36 checking how to hardcode library paths into programs... immediate
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.36 checking whether stripping libraries is possible... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.37 checking if libtool supports shared libraries... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.37 checking whether to build shared libraries... no
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.37 checking whether to build static libraries... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.37 checking for a BSD-compatible install... /usr/bin/install -c
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.38 checking whether build environment is sane... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.39 checking for a race-free mkdir -p... /usr/bin/mkdir -p
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.40 checking whether make sets $(MAKE)... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.43 checking whether make supports the include directive... yes (GNU style)
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.45 checking whether make supports nested variables... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.47 checking whether UID '0' is supported by ustar format... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.48 checking whether GID '0' is supported by ustar format... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.48 checking how to create a ustar tar archive... gnutar
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.49 checking dependency style of gcc... gcc3
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.56 checking whether to enable maintainer-specific portions of Makefiles... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.56 checking whether make supports nested variables... (cached) yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.56 checking for pkg-config... /usr/bin/pkg-config
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.56 checking pkg-config is at least version 0.9.0... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.56 checking for yajl >= 2.1.0... yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.59 checking for a sed that does not truncate output... (cached) /usr/bin/sed
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.59 checking for gcc... (cached) gcc
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.66 checking whether the compiler supports GNU C... (cached) yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.66 checking whether gcc accepts -g... (cached) yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.66 checking for gcc option to enable C11 features... (cached) none needed
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.66 checking whether gcc understands -c and -o together... (cached) yes
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.66 checking for a Python interpreter with version >= 3... python3
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.68 checking for python3... /usr/bin/python3
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.69 checking for python3 version... 3.11
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.70 checking for python3 platform... linux
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.71 checking for GNU default python3 prefix... ${prefix}
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.71 checking for GNU default python3 exec_prefix... ${exec_prefix}
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.71 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
16:58:52 [2024-03-07T16:58:52.044Z] #79 50.74 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
16:58:52 [2024-03-07T16:58:52.301Z] #79 50.81 checking that generated files are newer than configure... 
16:58:52 [2024-03-07T16:58:52.301Z] #79 ...
16:58:52 [2024-03-07T16:58:52.301Z] 
16:58:52 [2024-03-07T16:58:52.301Z] #57 [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
16:58:52 [2024-03-07T16:58:52.301Z] #57 DONE 81.5s
16:58:52 [2024-03-07T16:58:52.558Z] 
16:58:52 [2024-03-07T16:58:52.558Z] #68 [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 v26.0.0-rc1 https://github.com/docker/cli.git /build      && /build/docker --version
16:58:52 [2024-03-07T16:58:52.558Z] #68 DONE 81.3s
16:58:52 [2024-03-07T16:58:52.558Z] 
16:58:52 [2024-03-07T16:58:52.558Z] #79 [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
16:58:52 [2024-03-07T16:58:52.558Z] #79 50.81 checking that generated files are newer than configure... done
16:58:52 [2024-03-07T16:58:52.558Z] #79 51.39 configure: creating ./config.status
16:58:52 [2024-03-07T16:58:52.814Z] #79 ...
16:58:52 [2024-03-07T16:58:52.814Z] 
16:58:52 [2024-03-07T16:58:52.814Z] #78 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
16:58:52 [2024-03-07T16:58:52.814Z] #78 DONE 51.7s
16:58:53 [2024-03-07T16:58:53.071Z] 
16:58:53 [2024-03-07T16:58:53.071Z] #77 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
16:58:53 [2024-03-07T16:58:53.071Z] #77 DONE 51.7s
16:58:53 [2024-03-07T16:58:53.071Z] 
16:58:53 [2024-03-07T16:58:53.071Z] #76 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
16:58:53 [2024-03-07T16:58:53.071Z] #76 DONE 51.7s
16:58:53 [2024-03-07T16:58:53.071Z] 
16:58:53 [2024-03-07T16:58:53.071Z] #75 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
16:58:53 [2024-03-07T16:58:53.071Z] #75 DONE 52.1s
16:58:53 [2024-03-07T16:58:53.071Z] 
16:58:53 [2024-03-07T16:58:53.071Z] #80 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
16:58:53 [2024-03-07T16:58:53.071Z] #80 DONE 0.1s
16:58:53 [2024-03-07T16:58:53.071Z] 
16:58:53 [2024-03-07T16:58:53.071Z] #73 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
16:58:53 [2024-03-07T16:58:53.071Z] #73 ...
16:58:53 [2024-03-07T16:58:53.071Z] 
16:58:53 [2024-03-07T16:58:53.071Z] #81 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
16:58:53 [2024-03-07T16:58:53.635Z] #81 DONE 0.4s
16:58:53 [2024-03-07T16:58:53.635Z] 
16:58:53 [2024-03-07T16:58:53.635Z] #79 [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
16:58:53 [2024-03-07T16:58:53.635Z] #79 52.10 config.status: creating Makefile
16:58:53 [2024-03-07T16:58:53.635Z] #79 52.11 config.status: creating ocispec.pc
16:58:53 [2024-03-07T16:58:53.635Z] #79 52.13 config.status: creating config.h
16:58:53 [2024-03-07T16:58:53.635Z] #79 52.14 config.status: executing libtool commands
16:58:53 [2024-03-07T16:58:53.635Z] #79 52.15 config.status: executing depfiles commands
16:58:53 [2024-03-07T16:58:53.635Z] #79 52.38 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
16:58:53 [2024-03-07T16:58:53.635Z] #79 52.39 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:58:53 [2024-03-07T16:58:53.635Z] #79 52.46 checking for gcc... gcc
16:58:53 [2024-03-07T16:58:53.892Z] #79 52.48 checking whether the C compiler works... yes
16:58:53 [2024-03-07T16:58:53.892Z] #79 52.53 checking for C compiler default output file name... a.out
16:58:53 [2024-03-07T16:58:53.892Z] #79 52.53 checking for suffix of executables... 
16:58:53 [2024-03-07T16:58:53.892Z] #79 52.58 checking whether we are cross compiling... no
16:58:53 [2024-03-07T16:58:53.892Z] #79 52.65 checking for suffix of object files... o
16:58:53 [2024-03-07T16:58:53.892Z] #79 52.69 checking whether the compiler supports GNU C... yes
16:58:53 [2024-03-07T16:58:53.892Z] #79 52.73 checking whether gcc accepts -g... yes
16:58:54 [2024-03-07T16:58:54.149Z] #79 52.76 checking for gcc option to enable C11 features... none needed
16:58:54 [2024-03-07T16:58:54.149Z] #79 52.83 checking whether gcc understands -c and -o together... yes
16:58:54 [2024-03-07T16:58:54.149Z] #79 52.90 checking for a BSD-compatible install... /usr/bin/install -c
16:58:54 [2024-03-07T16:58:54.149Z] #79 52.91 checking whether build environment is sane... yes
16:58:54 [2024-03-07T16:58:54.149Z] #79 52.96 checking for a race-free mkdir -p... /usr/bin/mkdir -p
16:58:54 [2024-03-07T16:58:54.149Z] #79 52.97 checking for gawk... no
16:58:54 [2024-03-07T16:58:54.149Z] #79 52.97 checking for mawk... mawk
16:58:54 [2024-03-07T16:58:54.149Z] #79 52.97 checking whether make sets $(MAKE)... yes
16:58:54 [2024-03-07T16:58:54.149Z] #79 53.00 checking whether make supports the include directive... yes (GNU style)
16:58:54 [2024-03-07T16:58:54.149Z] #79 53.02 checking whether make supports nested variables... yes
16:58:54 [2024-03-07T16:58:54.149Z] #79 53.04 checking whether UID '0' is supported by ustar format... yes
16:58:54 [2024-03-07T16:58:54.149Z] #79 53.04 checking whether GID '0' is supported by ustar format... yes
16:58:54 [2024-03-07T16:58:54.149Z] #79 53.04 checking how to create a ustar tar archive... gnutar
16:58:54 [2024-03-07T16:58:54.149Z] #79 53.05 checking dependency style of gcc... gcc3
16:58:54 [2024-03-07T16:58:54.149Z] #79 53.10 checking whether to enable maintainer-specific portions of Makefiles... yes
16:58:54 [2024-03-07T16:58:54.149Z] #79 53.10 checking whether make supports nested variables... (cached) yes
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.11 checking build system type... aarch64-unknown-linux-gnu
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.20 checking host system type... aarch64-unknown-linux-gnu
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.20 checking how to print strings... printf
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.20 checking for a sed that does not truncate output... /usr/bin/sed
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.21 checking for grep that handles long lines and -e... /usr/bin/grep
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.21 checking for egrep... /usr/bin/grep -E
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.22 checking for fgrep... /usr/bin/grep -F
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.22 checking for ld used by gcc... /usr/bin/ld
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.24 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.25 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:58:54 [2024-03-07T16:58:54.406Z] #79 53.27 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.36 checking whether ln -s works... yes
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.36 checking the maximum length of command line arguments... 1572864
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.39 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.39 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.39 checking for /usr/bin/ld option to reload object files... -r
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.39 checking for file... file
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.39 checking for objdump... objdump
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.39 checking how to recognize dependent libraries... pass_all
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.40 checking for dlltool... no
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.40 checking how to associate runtime and link libraries... printf %s\n
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.40 checking for ar... ar
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.40 checking for archiver @FILE support... @
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.48 checking for strip... strip
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.48 checking for ranlib... ranlib
16:58:54 [2024-03-07T16:58:54.663Z] #79 53.48 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:58:54 [2024-03-07T16:58:54.920Z] #79 53.63 checking for sysroot... no
16:58:54 [2024-03-07T16:58:54.920Z] #79 53.63 checking for a working dd... /usr/bin/dd
16:58:54 [2024-03-07T16:58:54.920Z] #79 53.65 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
16:58:54 [2024-03-07T16:58:54.920Z] #79 53.66 checking for mt... no
16:58:54 [2024-03-07T16:58:54.920Z] #79 53.66 checking if : is a manifest tool... no
16:58:54 [2024-03-07T16:58:54.920Z] #79 53.66 checking for stdio.h... yes
16:58:54 [2024-03-07T16:58:54.920Z] #79 53.69 checking for stdlib.h... yes
16:58:54 [2024-03-07T16:58:54.920Z] #79 53.73 checking for string.h... yes
16:58:55 [2024-03-07T16:58:55.176Z] #79 ...
16:58:55 [2024-03-07T16:58:55.176Z] 
16:58:55 [2024-03-07T16:58:55.176Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
16:58:55 [2024-03-07T16:58:55.176Z] #82 DONE 1.4s
16:58:55 [2024-03-07T16:58:55.176Z] 
16:58:55 [2024-03-07T16:58:55.176Z] #79 [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
16:58:55 [2024-03-07T16:58:55.176Z] #79 53.76 checking for inttypes.h... yes
16:58:55 [2024-03-07T16:58:55.176Z] #79 53.80 checking for stdint.h... yes
16:58:55 [2024-03-07T16:58:55.176Z] #79 53.86 checking for strings.h... yes
16:58:55 [2024-03-07T16:58:55.176Z] #79 53.93 checking for sys/stat.h... yes
16:58:55 [2024-03-07T16:58:55.176Z] #79 54.01 checking for sys/types.h... yes
16:58:55 [2024-03-07T16:58:55.433Z] #79 54.06 checking for unistd.h... yes
16:58:55 [2024-03-07T16:58:55.433Z] #79 54.12 checking for dlfcn.h... yes
16:58:55 [2024-03-07T16:58:55.433Z] #79 54.18 checking for objdir... .libs
16:58:55 [2024-03-07T16:58:55.690Z] #79 54.33 checking if gcc supports -fno-rtti -fno-exceptions... no
16:58:55 [2024-03-07T16:58:55.690Z] #79 54.38 checking for gcc option to produce PIC... -fPIC -DPIC
16:58:55 [2024-03-07T16:58:55.690Z] #79 54.38 checking if gcc PIC flag -fPIC -DPIC works... yes
16:58:55 [2024-03-07T16:58:55.690Z] #79 54.45 checking if gcc static flag -static works... yes
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.56 checking if gcc supports -c -o file.o... 
16:58:55 [2024-03-07T16:58:55.947Z] #79 ...
16:58:55 [2024-03-07T16:58:55.947Z] 
16:58:55 [2024-03-07T16:58:55.947Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
16:58:55 [2024-03-07T16:58:55.947Z] #83 DONE 0.8s
16:58:55 [2024-03-07T16:58:55.947Z] 
16:58:55 [2024-03-07T16:58:55.947Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
16:58:55 [2024-03-07T16:58:55.947Z] #84 DONE 0.2s
16:58:55 [2024-03-07T16:58:55.947Z] 
16:58:55 [2024-03-07T16:58:55.947Z] #79 [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
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.56 checking if gcc supports -c -o file.o... yes
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.61 checking if gcc supports -c -o file.o... (cached) yes
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.61 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.64 checking dynamic linker characteristics... GNU/Linux ld.so
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.78 checking how to hardcode library paths into programs... immediate
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.78 checking whether stripping libraries is possible... yes
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.78 checking if libtool supports shared libraries... yes
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.78 checking whether to build shared libraries... no
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.78 checking whether to build static libraries... yes
16:58:55 [2024-03-07T16:58:55.947Z] #79 54.78 checking for float.h... yes
16:58:56 [2024-03-07T16:58:56.204Z] #79 ...
16:58:56 [2024-03-07T16:58:56.204Z] 
16:58:56 [2024-03-07T16:58:56.204Z] #85 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
16:58:56 [2024-03-07T16:58:56.204Z] #85 DONE 0.2s
16:58:56 [2024-03-07T16:58:56.204Z] 
16:58:56 [2024-03-07T16:58:56.204Z] #79 [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
16:58:56 [2024-03-07T16:58:56.204Z] #79 54.84 checking for limits.h... yes
16:58:56 [2024-03-07T16:58:56.204Z] #79 54.89 checking for stddef.h... yes
16:58:56 [2024-03-07T16:58:56.204Z] 
16:58:56 [2024-03-07T16:58:56.204Z] #79 ...
16:58:56 [2024-03-07T16:58:56.204Z] 
16:58:56 [2024-03-07T16:58:56.204Z] #86 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
16:58:56 [2024-03-07T16:58:56.204Z] #86 DONE 0.3s
16:58:56 [2024-03-07T16:58:56.204Z] 
16:58:56 [2024-03-07T16:58:56.204Z] #79 [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
16:58:56 [2024-03-07T16:58:56.204Z] #79 54.96 checking for stdlib.h... (cached) yes
16:58:56 [2024-03-07T16:58:56.204Z] #79 54.96 checking for string.h... (cached) yes
16:58:56 [2024-03-07T16:58:56.204Z] #79 54.96 checking for sys/time.h... yes
16:58:56 [2024-03-07T16:58:56.204Z] #79 55.00 checking for inline... inline
16:58:56 [2024-03-07T16:58:56.461Z] #79 55.03 checking for size_t... yes
16:58:56 [2024-03-07T16:58:56.461Z] #79 55.15 checking for GNU libc compatible malloc... yes
16:58:56 [2024-03-07T16:58:56.461Z] #79 55.23 checking for GNU libc compatible realloc... yes
16:58:56 [2024-03-07T16:58:56.718Z] #79 ...
16:58:56 [2024-03-07T16:58:56.718Z] 
16:58:56 [2024-03-07T16:58:56.718Z] #87 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
16:58:56 [2024-03-07T16:58:56.718Z] #87 DONE 0.2s
16:58:56 [2024-03-07T16:58:56.718Z] 
16:58:56 [2024-03-07T16:58:56.718Z] #79 [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
16:58:56 [2024-03-07T16:58:56.718Z] #79 55.30 checking for working strtod... yes
16:58:56 [2024-03-07T16:58:56.718Z] #79 55.38 checking for gettimeofday... yes
16:58:56 [2024-03-07T16:58:56.718Z] #79 55.49 checking for memset... yes
16:58:56 [2024-03-07T16:58:56.976Z] #79 55.62 checking for strspn... yes
16:58:56 [2024-03-07T16:58:56.976Z] #79 55.78 checking that generated files are newer than configure... done
16:58:56 [2024-03-07T16:58:56.976Z] #79 55.78 configure: creating ./config.status
16:58:57 [2024-03-07T16:58:57.540Z] #79 ...
16:58:57 [2024-03-07T16:58:57.540Z] 
16:58:57 [2024-03-07T16:58:57.540Z] #88 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
16:58:57 [2024-03-07T16:58:57.540Z] #88 DONE 1.1s
16:58:57 [2024-03-07T16:58:57.540Z] 
16:58:57 [2024-03-07T16:58:57.540Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
16:58:57 [2024-03-07T16:58:57.540Z] #89 DONE 0.1s
16:58:57 [2024-03-07T16:58:57.540Z] 
16:58:57 [2024-03-07T16:58:57.540Z] #73 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
16:58:57 [2024-03-07T16:58:57.540Z] #73 50.17 + bin/containerd
16:58:57 [2024-03-07T16:58:57.540Z] #73 50.17 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
16:58:58 [2024-03-07T16:58:58.475Z] #73 ...
16:58:58 [2024-03-07T16:58:58.475Z] 
16:58:58 [2024-03-07T16:58:58.475Z] #90 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
16:58:58 [2024-03-07T16:58:58.475Z] #90 DONE 0.8s
16:58:58 [2024-03-07T16:58:58.732Z] 
16:58:58 [2024-03-07T16:58:58.732Z] #91 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
16:58:58 [2024-03-07T16:58:58.732Z] #91 DONE 0.1s
16:58:58 [2024-03-07T16:58:58.732Z] 
16:58:58 [2024-03-07T16:58:58.732Z] #79 [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
16:58:58 [2024-03-07T16:58:58.732Z] #79 57.05 config.status: creating Makefile
16:58:58 [2024-03-07T16:58:58.732Z] #79 57.06 config.status: creating config.h
16:58:58 [2024-03-07T16:58:58.732Z] #79 57.08 config.status: executing depfiles commands
16:58:58 [2024-03-07T16:58:58.732Z] #79 57.22 config.status: executing libtool commands
16:58:58 [2024-03-07T16:58:58.732Z] #79 57.71   GEN      .version
16:58:58 [2024-03-07T16:58:58.989Z] #79 ...
16:58:58 [2024-03-07T16:58:58.989Z] 
16:58:58 [2024-03-07T16:58:58.989Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
16:58:58 [2024-03-07T16:58:58.989Z] #92 DONE 0.4s
16:58:58 [2024-03-07T16:58:58.989Z] 
16:58:58 [2024-03-07T16:58:58.989Z] #79 [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
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.72 make  install-recursive
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.72 make[1]: Entering directory '/tmp/crun-build'
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.78 Making install in libocispec
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.79 make[2]: Entering directory '/tmp/crun-build/libocispec'
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.84 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.85 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.85 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.86 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.92 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.96 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.96 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.96 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.96 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.96 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.96 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.96 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
16:58:58 [2024-03-07T16:58:58.989Z] #79 57.96 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 57.99 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 57.99 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 57.99 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 57.99 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 57.99 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 57.99 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 57.99 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
16:58:59 [2024-03-07T16:58:59.246Z] #79 58.22 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
16:58:59 [2024-03-07T16:58:59.503Z] #79 58.23 make  install-recursive
16:58:59 [2024-03-07T16:58:59.503Z] #79 58.24 make[3]: Entering directory '/tmp/crun-build/libocispec'
16:58:59 [2024-03-07T16:58:59.503Z] #79 58.27 Making install in yajl
16:58:59 [2024-03-07T16:58:59.503Z] #79 58.27 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:58:59 [2024-03-07T16:58:59.503Z] #79 58.31   CC       verify/json_verify-json_verify.o
16:58:59 [2024-03-07T16:58:59.503Z] #79 58.31   CC       src/libyajl_la-yajl_alloc.lo
16:58:59 [2024-03-07T16:58:59.503Z] #79 58.32   CC       src/libyajl_la-yajl.lo
16:58:59 [2024-03-07T16:58:59.503Z] #79 58.32   CC       src/libyajl_la-yajl_gen.lo
16:58:59 [2024-03-07T16:58:59.503Z] #79 58.33   CC       src/libyajl_la-yajl_parser.lo
16:58:59 [2024-03-07T16:58:59.760Z] #79 58.34   CC       src/libyajl_la-yajl_buf.lo
16:58:59 [2024-03-07T16:58:59.760Z] #79 58.34   CC       src/libyajl_la-yajl_encode.lo
16:58:59 [2024-03-07T16:58:59.760Z] #79 58.35   CC       src/libyajl_la-yajl_lex.lo
16:58:59 [2024-03-07T16:58:59.760Z] #79 58.35   CC       src/libyajl_la-yajl_tree.lo
16:59:00 [2024-03-07T16:59:00.323Z] #79 59.03   CCLD     libyajl.la
16:59:00 [2024-03-07T16:59:00.323Z] #79 59.26   CCLD     verify/json_verify
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.46 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.46 make[5]: Nothing to be done for 'install-exec-am'.
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.46 make[5]: Nothing to be done for 'install-data-am'.
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.46 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.46 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.46 make[4]: Entering directory '/tmp/crun-build/libocispec'
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.49   CC       src/ocispec/validate.o
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.49   CC       src/ocispec/image_spec_schema_config_schema.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.50   CC       src/ocispec/image_spec_schema_content_descriptor.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.51   CC       src/ocispec/image_spec_schema_defs.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.51   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.51   CC       src/ocispec/image_spec_schema_image_index_schema.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.51   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.52   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.53   CC       src/ocispec/runtime_spec_schema_config_linux.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.54   CC       src/ocispec/runtime_spec_schema_config_zos.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.54   CC       src/ocispec/runtime_spec_schema_config_schema.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.54   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.55   CC       src/ocispec/runtime_spec_schema_config_vm.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.55   CC       src/ocispec/runtime_spec_schema_config_windows.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.55   CC       src/ocispec/runtime_spec_schema_defs.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.55   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.55   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.55   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
16:59:00 [2024-03-07T16:59:00.582Z] #79 59.57   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.57   CC       src/ocispec/runtime_spec_schema_features_linux.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.57   CC       src/ocispec/runtime_spec_schema_state_schema.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.58   CC       src/ocispec/runtime_spec_schema_features_schema.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.59   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.60   CC       src/ocispec/basic_test_double_array_item.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.61   CC       src/ocispec/basic_test_double_array.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.63   CC       src/ocispec/basic_test_top_array_int.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.63   CC       src/ocispec/basic_test_top_array_string.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.63   CC       src/ocispec/basic_test_top_double_array_int.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.64   CC       src/ocispec/basic_test_top_double_array_obj.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.68   CC       src/ocispec/basic_test_top_double_array_refobj.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.68   CC       src/ocispec/basic_test_top_double_array_string.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.68   CC       src/ocispec/read-file.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.71   CC       src/ocispec/json_common.lo
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.73   CC       tests/test-1.o
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.73   CC       tests/test-2.o
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.74   CC       tests/test-3.o
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.76   CC       tests/test-4.o
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.78   CC       tests/test-5.o
16:59:00 [2024-03-07T16:59:00.839Z] #79 59.79   CC       tests/test-6.o
16:59:01 [2024-03-07T16:59:01.097Z] #79 59.81   CC       tests/test-7.o
16:59:01 [2024-03-07T16:59:01.097Z] #79 59.82   CC       tests/test-8.o
16:59:01 [2024-03-07T16:59:01.097Z] #79 59.84   CC       tests/test-9.o
16:59:01 [2024-03-07T16:59:01.097Z] #79 59.85   CC       tests/test-10.o
16:59:01 [2024-03-07T16:59:01.097Z] #79 59.87   CC       tests/test-11.o
16:59:06 [2024-03-07T16:59:06.357Z] #79 65.00   CCLD     libocispec.la
16:59:06 [2024-03-07T16:59:06.357Z] #79 65.27   CCLD     src/ocispec/validate
16:59:06 [2024-03-07T16:59:06.357Z] #79 65.27   CCLD     tests/test-1
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.28   CCLD     tests/test-2
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.28   CCLD     tests/test-3
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.29   CCLD     tests/test-4
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.29   CCLD     tests/test-5
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.29   CCLD     tests/test-6
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.30   CCLD     tests/test-7
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.30   CCLD     tests/test-8
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.31   CCLD     tests/test-9
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.32 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.32   CCLD     tests/test-11
16:59:06 [2024-03-07T16:59:06.618Z] #79 65.33   CCLD     tests/test-10
16:59:06 [2024-03-07T16:59:06.618Z] #79 ...
16:59:06 [2024-03-07T16:59:06.618Z] 
16:59:06 [2024-03-07T16:59:06.618Z] #62 [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
16:59:06 [2024-03-07T16:59:06.618Z] #62 95.53 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
16:59:06 [2024-03-07T16:59:06.618Z] #62 95.61 Docker version unknown-version, build unknown-commit
16:59:07 [2024-03-07T16:59:07.986Z] #62 DONE 96.8s
16:59:07 [2024-03-07T16:59:07.987Z] 
16:59:07 [2024-03-07T16:59:07.987Z] #79 [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
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.61 libtool: link: ar cr libocispec.a 
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.64 libtool: link: ranlib libocispec.a
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.76 make[5]: Entering directory '/tmp/crun-build/libocispec'
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.82 make[5]: Leaving directory '/tmp/crun-build/libocispec'
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.82 make[4]: Leaving directory '/tmp/crun-build/libocispec'
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.82 make[3]: Leaving directory '/tmp/crun-build/libocispec'
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.82 make[2]: Leaving directory '/tmp/crun-build/libocispec'
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.82 make[2]: Entering directory '/tmp/crun-build'
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.88   CC       src/libcrun/libcrun_la-intelrdt.lo
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.88   CC       src/libcrun/libcrun_la-io_priority.lo
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.89   CC       src/libcrun/libcrun_la-linux.lo
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.90   CC       src/libcrun/libcrun_la-mount_flags.lo
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.90   CC       src/libcrun/libcrun_la-scheduler.lo
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.90   CC       src/libcrun/libcrun_la-seccomp.lo
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.90   CC       src/libcrun/libcrun_la-seccomp_notify.lo
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.91   CC       src/libcrun/libcrun_la-signals.lo
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.91   CC       src/libcrun/libcrun_la-status.lo
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.91   CC       src/libcrun/libcrun_la-terminal.lo
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.92   CC       src/libcrun/libcrun_testing_a-utils.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.93   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.93   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.93   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.93   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.94   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.95   CC       src/libcrun/libcrun_testing_a-cgroup.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.95   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.96   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.97   CC       src/libcrun/libcrun_testing_a-container.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.97   CC       src/libcrun/libcrun_testing_a-criu.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 65.99   CC       src/libcrun/libcrun_testing_a-custom-handler.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.01   CC       src/libcrun/libcrun_testing_a-ebpf.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.02   CC       src/libcrun/libcrun_testing_a-error.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.03   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.04   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.08   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.12   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.13   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.14   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.18   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.19   CC       src/libcrun/libcrun_testing_a-intelrdt.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.23   CC       src/libcrun/libcrun_testing_a-io_priority.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.27   CC       src/libcrun/libcrun_testing_a-linux.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.29   CC       src/libcrun/libcrun_testing_a-mount_flags.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.32   CC       src/libcrun/libcrun_testing_a-scheduler.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.36   CC       src/libcrun/libcrun_testing_a-seccomp.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.37   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.40   CC       src/libcrun/libcrun_testing_a-signals.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.41   CC       src/libcrun/libcrun_testing_a-status.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.42   CC       src/libcrun/libcrun_testing_a-terminal.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.44   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.59   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.74   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
16:59:07 [2024-03-07T16:59:07.987Z] #79 66.88   CC       src/crun-crun.o
16:59:08 [2024-03-07T16:59:08.243Z] #79 67.11   CC       src/crun-run.o
16:59:08 [2024-03-07T16:59:08.500Z] #79 67.11   CC       src/crun-delete.o
16:59:08 [2024-03-07T16:59:08.500Z] #79 67.12   CC       src/crun-kill.o
16:59:08 [2024-03-07T16:59:08.500Z] #79 67.12   CC       src/crun-pause.o
16:59:08 [2024-03-07T16:59:08.500Z] #79 67.17   CC       src/crun-unpause.o
16:59:08 [2024-03-07T16:59:08.500Z] #79 67.27   CC       src/crun-oci_features.o
16:59:08 [2024-03-07T16:59:08.500Z] #79 67.31   CC       src/crun-spec.o
16:59:08 [2024-03-07T16:59:08.500Z] #79 67.45   CC       src/crun-exec.o
16:59:08 [2024-03-07T16:59:08.757Z] #79 67.54   CC       src/crun-list.o
16:59:08 [2024-03-07T16:59:08.757Z] #79 67.56   CC       src/crun-create.o
16:59:08 [2024-03-07T16:59:08.757Z] #79 67.67   CC       src/crun-start.o
16:59:09 [2024-03-07T16:59:09.013Z] #79 67.67   CC       src/crun-state.o
16:59:09 [2024-03-07T16:59:09.013Z] #79 67.70   CC       src/crun-update.o
16:59:09 [2024-03-07T16:59:09.013Z] #79 67.73   CC       src/crun-ps.o
16:59:09 [2024-03-07T16:59:09.013Z] #79 67.75   CC       src/crun-checkpoint.o
16:59:09 [2024-03-07T16:59:09.013Z] #79 67.78   CC       src/crun-restore.o
16:59:09 [2024-03-07T16:59:09.014Z] #79 67.84   CC       src/libcrun/crun-cloned_binary.o
16:59:09 [2024-03-07T16:59:09.014Z] #79 67.98   CC       src/libcrun/libcrun_la-utils.lo
16:59:09 [2024-03-07T16:59:09.271Z] #79 68.09   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
16:59:09 [2024-03-07T16:59:09.528Z] #79 68.11   CC       src/libcrun/libcrun_la-cgroup-resources.lo
16:59:09 [2024-03-07T16:59:09.528Z] #79 68.13   CC       src/libcrun/libcrun_la-cgroup-setup.lo
16:59:09 [2024-03-07T16:59:09.528Z] #79 68.15   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
16:59:09 [2024-03-07T16:59:09.528Z] #79 68.44   CC       src/libcrun/libcrun_la-cgroup-utils.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.47   CC       src/libcrun/libcrun_la-cgroup.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.47   CC       src/libcrun/libcrun_la-chroot_realpath.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.48   CC       src/libcrun/libcrun_la-cloned_binary.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.49   CC       src/libcrun/libcrun_la-container.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.52   CC       src/libcrun/libcrun_la-criu.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.53   CC       src/libcrun/libcrun_la-custom-handler.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.54   CC       src/libcrun/libcrun_la-ebpf.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.56   CC       src/libcrun/libcrun_la-error.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.57   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.58   CC       src/libcrun/handlers/libcrun_la-krun.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.61   CC       src/libcrun/handlers/libcrun_la-mono.lo
16:59:09 [2024-03-07T16:59:09.785Z] #79 68.66   CC       src/libcrun/handlers/libcrun_la-spin.lo
16:59:10 [2024-03-07T16:59:10.042Z] #79 68.68   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
16:59:10 [2024-03-07T16:59:10.042Z] #79 68.69   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
16:59:10 [2024-03-07T16:59:10.042Z] #79 68.70   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
16:59:10 [2024-03-07T16:59:10.042Z] #79 68.70   CC       tests/init.o
16:59:10 [2024-03-07T16:59:10.042Z] #79 68.72   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
16:59:11 [2024-03-07T16:59:11.411Z] #79 70.02   CCLD     tests/init
16:59:13 [2024-03-07T16:59:13.941Z] #79 72.69   AR       libcrun_testing.a
16:59:13 [2024-03-07T16:59:13.941Z] #79 72.69 ar: `u' modifier ignored since `D' is the default (see `U')
16:59:13 [2024-03-07T16:59:13.941Z] #79 72.72   CCLD     tests/tests_libcrun_utils
16:59:13 [2024-03-07T16:59:13.941Z] #79 72.73   CCLD     tests/tests_libcrun_errors
16:59:13 [2024-03-07T16:59:13.941Z] #79 72.73   CCLD     tests/tests_libcrun_intelrdt
16:59:13 [2024-03-07T16:59:13.941Z] #79 72.73   CCLD     tests/tests_libcrun_fuzzer
16:59:13 [2024-03-07T16:59:13.941Z] #79 72.83   CCLD     libcrun.la
16:59:14 [2024-03-07T16:59:14.197Z] #79 73.08   CCLD     crun
16:59:14 [2024-03-07T16:59:14.454Z] #79 73.24 make[3]: Entering directory '/tmp/crun-build'
16:59:14 [2024-03-07T16:59:14.454Z] #79 73.33  /usr/bin/mkdir -p '/usr/local/share/man/man1'
16:59:14 [2024-03-07T16:59:14.454Z] #79 73.33  /usr/bin/mkdir -p '/usr/local/lib'
16:59:14 [2024-03-07T16:59:14.454Z] #79 73.33  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
16:59:14 [2024-03-07T16:59:14.454Z] #79 73.33  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
16:59:14 [2024-03-07T16:59:14.454Z] #79 73.36 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.36 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.37 libtool: install: chmod 644 /usr/local/lib/libcrun.a
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.37 libtool: install: ranlib /usr/local/lib/libcrun.a
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 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
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 ----------------------------------------------------------------------
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 Libraries have been installed in:
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44    /usr/local/lib
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 If you ever happen to want to link against installed libraries
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 in a given directory, LIBDIR, you must either use libtool, and
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 specify the full pathname of the library, or use the '-LLIBDIR'
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 flag during linking and do at least one of the following:
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44      during execution
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44    - add LIBDIR to the 'LD_RUN_PATH' environment variable
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44      during linking
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 See any operating system documentation about shared libraries for
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 more information, such as the ld(1) and ld.so(8) manual pages.
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44 ----------------------------------------------------------------------
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.44  /usr/bin/mkdir -p '/build'
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.45   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.48 libtool: install: /usr/bin/install -c crun /build/crun
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.48 make[3]: Leaving directory '/tmp/crun-build'
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.48 make[2]: Leaving directory '/tmp/crun-build'
16:59:14 [2024-03-07T16:59:14.711Z] #79 73.48 make[1]: Leaving directory '/tmp/crun-build'
16:59:15 [2024-03-07T16:59:15.274Z] #79 DONE 74.0s
16:59:15 [2024-03-07T16:59:15.274Z] 
16:59:15 [2024-03-07T16:59:15.274Z] #73 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
16:59:19 [2024-03-07T16:59:19.442Z] #73 71.52 + bin/containerd-stress
16:59:19 [2024-03-07T16:59:19.442Z] #73 71.52 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
16:59:20 [2024-03-07T16:59:20.004Z] #73 72.71 + bin/containerd-shim
16:59:20 [2024-03-07T16:59:20.567Z] #73 73.25 + bin/containerd-shim-runc-v1
16:59:21 [2024-03-07T16:59:21.495Z] #73 74.07 + bin/containerd-shim-runc-v2
16:59:22 [2024-03-07T16:59:22.057Z] #73 74.77 + binaries
16:59:25 [2024-03-07T16:59:25.324Z] #73 DONE 77.8s
16:59:25 [2024-03-07T16:59:25.886Z] 
16:59:25 [2024-03-07T16:59:25.886Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
16:59:27 [2024-03-07T16:59:27.251Z] #93 DONE 1.3s
16:59:27 [2024-03-07T16:59:27.251Z] 
16:59:27 [2024-03-07T16:59:27.251Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
16:59:27 [2024-03-07T16:59:27.251Z] #94 DONE 0.1s
16:59:27 [2024-03-07T16:59:27.251Z] 
16:59:27 [2024-03-07T16:59:27.251Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
16:59:28 [2024-03-07T16:59:28.179Z] #95 DONE 0.8s
16:59:28 [2024-03-07T16:59:28.179Z] 
16:59:28 [2024-03-07T16:59:28.179Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
16:59:28 [2024-03-07T16:59:28.179Z] #96 DONE 0.0s
16:59:28 [2024-03-07T16:59:28.179Z] 
16:59:28 [2024-03-07T16:59:28.179Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
16:59:28 [2024-03-07T16:59:28.179Z] #97 DONE 0.1s
16:59:28 [2024-03-07T16:59:28.179Z] 
16:59:28 [2024-03-07T16:59:28.179Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
16:59:28 [2024-03-07T16:59:28.179Z] #98 DONE 0.0s
16:59:28 [2024-03-07T16:59:28.179Z] 
16:59:28 [2024-03-07T16:59:28.179Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
16:59:28 [2024-03-07T16:59:28.435Z] #99 DONE 0.3s
16:59:28 [2024-03-07T16:59:28.435Z] 
16:59:28 [2024-03-07T16:59:28.435Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
16:59:28 [2024-03-07T16:59:28.691Z] #100 DONE 0.2s
16:59:28 [2024-03-07T16:59:28.691Z] 
16:59:28 [2024-03-07T16:59:28.691Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
16:59:28 [2024-03-07T16:59:28.691Z] #101 DONE 0.2s
16:59:28 [2024-03-07T16:59:28.947Z] 
16:59:28 [2024-03-07T16:59:28.947Z] #102 [dev-base  1/12] RUN groupadd -r docker
16:59:28 [2024-03-07T16:59:28.947Z] #102 DONE 0.2s
16:59:29 [2024-03-07T16:59:29.203Z] 
16:59:29 [2024-03-07T16:59:29.203Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
16:59:29 [2024-03-07T16:59:29.460Z] #103 DONE 0.3s
16:59:29 [2024-03-07T16:59:29.460Z] 
16:59:29 [2024-03-07T16:59:29.460Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:59:29 [2024-03-07T16:59:29.716Z] #104 0.287 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:59:29 [2024-03-07T16:59:29.716Z] #104 DONE 0.3s
16:59:29 [2024-03-07T16:59:29.716Z] 
16:59:29 [2024-03-07T16:59:29.716Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:59:29 [2024-03-07T16:59:29.972Z] #105 DONE 0.3s
16:59:30 [2024-03-07T16:59:30.228Z] 
16:59:30 [2024-03-07T16:59:30.228Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:59:30 [2024-03-07T16:59:30.228Z] #106 DONE 0.3s
16:59:30 [2024-03-07T16:59:30.484Z] 
16:59:30 [2024-03-07T16:59:30.484Z] #107 [dev-base  6/12] RUN ldconfig
16:59:30 [2024-03-07T16:59:30.740Z] #107 DONE 0.3s
16:59:30 [2024-03-07T16:59:30.740Z] 
16:59:30 [2024-03-07T16:59:30.740Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
16:59:30 [2024-03-07T16:59:30.997Z] #108 DONE 0.3s
16:59:30 [2024-03-07T16:59:30.997Z] 
16:59:30 [2024-03-07T16:59:30.997Z] #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
16:59:31 [2024-03-07T16:59:31.559Z] #109 0.573 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
16:59:31 [2024-03-07T16:59:31.559Z] #109 0.582 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
16:59:31 [2024-03-07T16:59:31.559Z] #109 0.582 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
16:59:31 [2024-03-07T16:59:31.559Z] #109 0.678 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
16:59:31 [2024-03-07T16:59:31.815Z] #109 0.737 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
16:59:31 [2024-03-07T16:59:31.815Z] #109 0.770 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [141 kB]
16:59:32 [2024-03-07T16:59:32.742Z] #109 1.704 Fetched 9093 kB in 1s (6552 kB/s)
16:59:33 [2024-03-07T16:59:33.304Z] #109 1.704 Reading package lists...
16:59:33 [2024-03-07T16:59:33.816Z] #109 2.346 Reading package lists...
16:59:34 [2024-03-07T16:59:34.072Z] #109 2.977 Building dependency tree...
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.503 The following additional packages will be installed:
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.504   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.504   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.504   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.505   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.506   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.506   vim-runtime
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.509 Suggested packages:
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.509   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.509   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.509   systemd-userdbd systemd-boot systemd-resolved libqrencode4
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.509   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.509   vim-doc vim-scripts xfsdump acl attr quota
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.509 Recommended packages:
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.509   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
16:59:34 [2024-03-07T16:59:34.634Z] #109 3.509   systemd-timesyncd | time-daemon xxd unzip
16:59:34 [2024-03-07T16:59:34.890Z] #109 3.915 The following NEW packages will be installed:
16:59:35 [2024-03-07T16:59:35.146Z] #109 3.915   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
16:59:35 [2024-03-07T16:59:35.146Z] #109 3.915   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
16:59:35 [2024-03-07T16:59:35.146Z] #109 3.916   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
16:59:35 [2024-03-07T16:59:35.146Z] #109 3.916   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
16:59:35 [2024-03-07T16:59:35.146Z] #109 3.916   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
16:59:35 [2024-03-07T16:59:35.146Z] #109 3.916   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
16:59:35 [2024-03-07T16:59:35.146Z] #109 3.917   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
16:59:35 [2024-03-07T16:59:35.146Z] #109 3.917   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
16:59:35 [2024-03-07T16:59:35.146Z] #109 3.917   zip zstd
16:59:35 [2024-03-07T16:59:35.146Z] #109 4.196 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
16:59:35 [2024-03-07T16:59:35.146Z] #109 4.196 Need to get 31.8 MB of archives.
16:59:35 [2024-03-07T16:59:35.146Z] #109 4.196 After this operation, 143 MB of additional disk space will be used.
16:59:35 [2024-03-07T16:59:35.146Z] #109 4.196 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.199 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.201 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.201 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.217 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.220 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+b1 [182 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.225 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.227 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.228 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.229 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.22-1~deb12u1 [1508 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.237 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.22-1~deb12u1 [2829 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.253 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.254 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.254 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.263 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.265 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.266 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.267 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.267 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.267 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.272 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.273 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.274 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.275 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.277 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.280 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.281 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.281 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.282 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.284 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.285 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.287 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.288 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.290 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.291 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.293 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.295 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.358 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.358 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.359 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
16:59:35 [2024-03-07T16:59:35.402Z] #109 4.359 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.359 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.360 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.361 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.362 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.363 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.363 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.364 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.365 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.22-1~deb12u1 [92.2 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.393 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.397 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
16:59:35 [2024-03-07T16:59:35.403Z] #109 4.399 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
16:59:35 [2024-03-07T16:59:35.658Z] #109 4.613 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
16:59:35 [2024-03-07T16:59:35.914Z] #109 4.653 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
16:59:35 [2024-03-07T16:59:35.915Z] #109 4.685 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
16:59:35 [2024-03-07T16:59:35.915Z] #109 4.686 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
16:59:35 [2024-03-07T16:59:35.915Z] #109 4.952 debconf: delaying package configuration, since apt-utils is not installed
16:59:36 [2024-03-07T16:59:36.171Z] #109 4.998 Fetched 31.8 MB in 1s (39.9 MB/s)
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.025 Selecting previously unselected package libargon2-1:arm64.
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.025 (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.)
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.035 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.042 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.075 Selecting previously unselected package dmsetup.
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.077 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.081 Unpacking dmsetup (2:1.02.185-2) ...
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.123 Selecting previously unselected package libdevmapper1.02.1:arm64.
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.125 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.129 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.175 Selecting previously unselected package libjson-c5:arm64.
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.177 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.182 Unpacking libjson-c5:arm64 (0.16-2) ...
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.225 Selecting previously unselected package libcryptsetup12:arm64.
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.227 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.231 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
16:59:36 [2024-03-07T16:59:36.171Z] #109 5.281 Selecting previously unselected package libfdisk1:arm64.
16:59:36 [2024-03-07T16:59:36.427Z] #109 5.283 Preparing to unpack .../05-libfdisk1_2.38.1-5+b1_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.427Z] #109 5.287 Unpacking libfdisk1:arm64 (2.38.1-5+b1) ...
16:59:36 [2024-03-07T16:59:36.427Z] #109 5.336 Selecting previously unselected package libkmod2:arm64.
16:59:36 [2024-03-07T16:59:36.427Z] #109 5.338 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.427Z] #109 5.342 Unpacking libkmod2:arm64 (30+20221128-1) ...
16:59:36 [2024-03-07T16:59:36.427Z] #109 5.383 Selecting previously unselected package libapparmor1:arm64.
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.385 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.389 Unpacking libapparmor1:arm64 (3.0.8-3) ...
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.429 Selecting previously unselected package libip4tc2:arm64.
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.431 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.435 Unpacking libip4tc2:arm64 (1.8.9-2) ...
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.465 Selecting previously unselected package libsystemd-shared:arm64.
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.467 Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.471 Unpacking libsystemd-shared:arm64 (252.22-1~deb12u1) ...
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.621 Selecting previously unselected package systemd.
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.623 Preparing to unpack .../10-systemd_252.22-1~deb12u1_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.683Z] #109 5.640 Unpacking systemd (252.22-1~deb12u1) ...
16:59:36 [2024-03-07T16:59:36.939Z] #109 5.904 Selecting previously unselected package pigz.
16:59:36 [2024-03-07T16:59:36.939Z] #109 5.906 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
16:59:36 [2024-03-07T16:59:36.939Z] #109 5.912 Unpacking pigz (2.6-1) ...
16:59:36 [2024-03-07T16:59:36.939Z] #109 5.952 Selecting previously unselected package sgml-base.
16:59:36 [2024-03-07T16:59:36.939Z] #109 5.954 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
16:59:36 [2024-03-07T16:59:36.939Z] #109 5.960 Unpacking sgml-base (1.31) ...
16:59:36 [2024-03-07T16:59:36.939Z] #109 6.014 Selecting previously unselected package sudo.
16:59:37 [2024-03-07T16:59:37.195Z] #109 6.016 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.195Z] #109 6.021 Unpacking sudo (1.9.13p3-1+deb12u1) ...
16:59:37 [2024-03-07T16:59:37.195Z] #109 6.156 Selecting previously unselected package libelf1:arm64.
16:59:37 [2024-03-07T16:59:37.195Z] #109 6.158 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.195Z] #109 6.162 Unpacking libelf1:arm64 (0.188-2.1) ...
16:59:37 [2024-03-07T16:59:37.195Z] #109 6.211 Selecting previously unselected package libbpf1:arm64.
16:59:37 [2024-03-07T16:59:37.195Z] #109 6.213 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.195Z] #109 6.217 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
16:59:37 [2024-03-07T16:59:37.195Z] #109 6.267 Selecting previously unselected package libmnl0:arm64.
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.270 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.274 Unpacking libmnl0:arm64 (1.0.4-3) ...
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.309 Selecting previously unselected package libxtables12:arm64.
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.311 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.314 Unpacking libxtables12:arm64 (1.8.9-2) ...
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.346 Selecting previously unselected package libcap2-bin.
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.348 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.353 Unpacking libcap2-bin (1:2.66-4) ...
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.395 Selecting previously unselected package iproute2.
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.397 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.401 Unpacking iproute2 (6.1.0-3) ...
16:59:37 [2024-03-07T16:59:37.452Z] #109 6.514 Selecting previously unselected package vim-common.
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.517 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.525 Unpacking vim-common (2:9.0.1378-2) ...
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.576 Selecting previously unselected package bash-completion.
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.578 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.589 Unpacking bash-completion (1:2.11-6) ...
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.708 Selecting previously unselected package bzip2.
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.710 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.714 Unpacking bzip2 (1.0.8-5+b1) ...
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.752 Selecting previously unselected package xz-utils.
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.754 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.759 Unpacking xz-utils (5.4.1-0.2) ...
16:59:37 [2024-03-07T16:59:37.708Z] #109 6.841 Selecting previously unselected package apparmor.
16:59:37 [2024-03-07T16:59:37.964Z] #109 6.843 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.964Z] #109 6.858 Unpacking apparmor (3.0.8-3) ...
16:59:37 [2024-03-07T16:59:37.964Z] #109 6.941 Selecting previously unselected package inetutils-ping.
16:59:37 [2024-03-07T16:59:37.964Z] #109 6.943 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.964Z] #109 6.947 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
16:59:37 [2024-03-07T16:59:37.964Z] #109 6.990 Selecting previously unselected package libip6tc2:arm64.
16:59:37 [2024-03-07T16:59:37.964Z] #109 6.992 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.964Z] #109 6.997 Unpacking libip6tc2:arm64 (1.8.9-2) ...
16:59:37 [2024-03-07T16:59:37.964Z] #109 7.033 Selecting previously unselected package libnfnetlink0:arm64.
16:59:37 [2024-03-07T16:59:37.964Z] #109 7.035 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
16:59:37 [2024-03-07T16:59:37.964Z] #109 7.039 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
16:59:37 [2024-03-07T16:59:37.964Z] #109 7.075 Selecting previously unselected package libnetfilter-conntrack3:arm64.
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.077 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.083 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.123 Selecting previously unselected package libnftnl11:arm64.
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.126 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.131 Unpacking libnftnl11:arm64 (1.2.4-2) ...
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.171 Selecting previously unselected package iptables.
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.174 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.178 Unpacking iptables (1.8.9-2) ...
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.265 Selecting previously unselected package libonig5:arm64.
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.267 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.272 Unpacking libonig5:arm64 (6.9.8-1) ...
16:59:38 [2024-03-07T16:59:38.220Z] #109 7.320 Selecting previously unselected package libjq1:arm64.
16:59:38 [2024-03-07T16:59:38.476Z] #109 7.322 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
16:59:38 [2024-03-07T16:59:38.477Z] #109 7.326 Unpacking libjq1:arm64 (1.6-2.1) ...
16:59:38 [2024-03-07T16:59:38.477Z] #109 7.369 Selecting previously unselected package jq.
16:59:38 [2024-03-07T16:59:38.477Z] #109 7.371 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
16:59:38 [2024-03-07T16:59:38.477Z] #109 7.375 Unpacking jq (1.6-2.1) ...
16:59:38 [2024-03-07T16:59:38.477Z] #109 7.413 Selecting previously unselected package libaio1:arm64.
16:59:38 [2024-03-07T16:59:38.477Z] #109 7.415 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
16:59:38 [2024-03-07T16:59:38.477Z] #109 7.419 Unpacking libaio1:arm64 (0.3.113-4) ...
16:59:38 [2024-03-07T16:59:38.477Z] #109 7.458 Selecting previously unselected package libgpm2:arm64.
16:59:38 [2024-03-07T16:59:38.733Z] #109 7.460 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
16:59:38 [2024-03-07T16:59:38.733Z] #109 7.465 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
16:59:38 [2024-03-07T16:59:38.733Z] #109 7.503 Selecting previously unselected package libicu72:arm64.
16:59:38 [2024-03-07T16:59:38.733Z] #109 7.505 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
16:59:38 [2024-03-07T16:59:38.733Z] #109 7.509 Unpacking libicu72:arm64 (72.1-3) ...
16:59:38 [2024-03-07T16:59:38.989Z] #109 8.060 Selecting previously unselected package libinih1:arm64.
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.063 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.067 Unpacking libinih1:arm64 (55-1) ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.106 Selecting previously unselected package libmicrohttpd12:arm64.
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.108 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.112 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.152 Selecting previously unselected package libnet1:arm64.
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.154 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.158 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.200 Selecting previously unselected package libnl-3-200:arm64.
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.202 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.206 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.242 Selecting previously unselected package libprotobuf-c1:arm64.
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.244 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.248 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.284 Selecting previously unselected package libsodium23:arm64.
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.286 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.245Z] #109 8.303 Unpacking libsodium23:arm64 (1.0.18-1) ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.342 Selecting previously unselected package libsubid4:arm64.
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.344 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.348 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.389 Selecting previously unselected package liburcu8:arm64.
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.391 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.396 Unpacking liburcu8:arm64 (0.13.2-1) ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.437 Selecting previously unselected package libyajl2:arm64.
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.439 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.442 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.471 Selecting previously unselected package net-tools.
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.473 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.476 Unpacking net-tools (2.10-0.1) ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.526 Selecting previously unselected package patch.
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.528 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.533 Unpacking patch (2.7.6-7) ...
16:59:39 [2024-03-07T16:59:39.501Z] #109 8.572 Selecting previously unselected package systemd-journal-remote.
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.574 Preparing to unpack .../48-systemd-journal-remote_252.22-1~deb12u1_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.577 Unpacking systemd-journal-remote (252.22-1~deb12u1) ...
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.614 Selecting previously unselected package thin-provisioning-tools.
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.616 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.619 Unpacking thin-provisioning-tools (0.9.0-2) ...
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.675 Selecting previously unselected package uidmap.
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.677 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.682 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.734 Selecting previously unselected package vim-runtime.
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.736 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.747 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.758 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
16:59:39 [2024-03-07T16:59:39.757Z] #109 8.761 Unpacking vim-runtime (2:9.0.1378-2) ...
16:59:40 [2024-03-07T16:59:40.319Z] #109 9.260 Selecting previously unselected package vim.
16:59:40 [2024-03-07T16:59:40.319Z] #109 9.263 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
16:59:40 [2024-03-07T16:59:40.319Z] #109 9.269 Unpacking vim (2:9.0.1378-2) ...
16:59:40 [2024-03-07T16:59:40.319Z] #109 9.410 Selecting previously unselected package xfsprogs.
16:59:40 [2024-03-07T16:59:40.575Z] #109 9.413 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
16:59:40 [2024-03-07T16:59:40.575Z] #109 9.417 Unpacking xfsprogs (6.1.0-1) ...
16:59:40 [2024-03-07T16:59:40.575Z] #109 9.518 Selecting previously unselected package zip.
16:59:40 [2024-03-07T16:59:40.830Z] #109 9.521 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
16:59:40 [2024-03-07T16:59:40.830Z] #109 9.526 Unpacking zip (3.0-13) ...
16:59:40 [2024-03-07T16:59:40.830Z] #109 9.574 Selecting previously unselected package zstd.
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.576 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.585 Unpacking zstd (1.5.4+dfsg2-5) ...
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.762 Setting up libip4tc2:arm64 (1.8.9-2) ...
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.776 Setting up net-tools (2.10-0.1) ...
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.788 Setting up libapparmor1:arm64 (3.0.8-3) ...
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.800 Setting up libsodium23:arm64 (1.0.18-1) ...
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.811 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.828 Setting up libicu72:arm64 (72.1-3) ...
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.840 Setting up libip6tc2:arm64 (1.8.9-2) ...
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.858 Setting up libinih1:arm64 (55-1) ...
16:59:40 [2024-03-07T16:59:40.831Z] #109 9.873 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
16:59:41 [2024-03-07T16:59:41.087Z] #109 9.891 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
16:59:41 [2024-03-07T16:59:41.087Z] #109 9.904 Setting up bzip2 (1.0.8-5+b1) ...
16:59:41 [2024-03-07T16:59:41.087Z] #109 9.919 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
16:59:41 [2024-03-07T16:59:41.087Z] #109 9.934 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
16:59:41 [2024-03-07T16:59:41.087Z] #109 9.948 Setting up libcap2-bin (1:2.66-4) ...
16:59:41 [2024-03-07T16:59:41.087Z] #109 9.960 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
16:59:41 [2024-03-07T16:59:41.087Z] #109 9.973 Setting up apparmor (3.0.8-3) ...
16:59:41 [2024-03-07T16:59:41.649Z] #109 10.70 debconf: unable to initialize frontend: Dialog
16:59:41 [2024-03-07T16:59:41.649Z] #109 10.70 debconf: (TERM is not set, so the dialog frontend is not usable.)
16:59:41 [2024-03-07T16:59:41.649Z] #109 10.70 debconf: falling back to frontend: Readline
16:59:41 [2024-03-07T16:59:41.905Z] #109 10.71 debconf: unable to initialize frontend: Readline
16:59:41 [2024-03-07T16:59:41.905Z] #109 10.71 debconf: (This frontend requires a controlling tty.)
16:59:41 [2024-03-07T16:59:41.905Z] #109 10.71 debconf: falling back to frontend: Teletype
16:59:41 [2024-03-07T16:59:41.905Z] #109 10.87 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.

16:59:41 [2024-03-07T16:59:41.905Z] #109 10.99 Setting up zip (3.0-13) ...
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.01 Setting up vim-common (2:9.0.1378-2) ...
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.02 Setting up bash-completion (1:2.11-6) ...
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.05 Setting up xz-utils (5.4.1-0.2) ...
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.06 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.08 Setting up libmnl0:arm64 (1.0.4-3) ...
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.09 Setting up patch (2.7.6-7) ...
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.10 Setting up sudo (1.9.13p3-1+deb12u1) ...
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.16 invoke-rc.d: could not determine current runlevel
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.16 invoke-rc.d: policy-rc.d denied execution of start.
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.16 Setting up libxtables12:arm64 (1.8.9-2) ...
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.18 Setting up liburcu8:arm64 (0.13.2-1) ...
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.20 Setting up libfdisk1:arm64 (2.38.1-5+b1) ...
16:59:42 [2024-03-07T16:59:42.161Z] #109 11.21 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.22 Setting up pigz (2.6-1) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.24 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.25 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.29 Setting up sgml-base (1.31) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.32 Setting up vim-runtime (2:9.0.1378-2) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.40 Setting up libaio1:arm64 (0.3.113-4) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.41 Setting up libelf1:arm64 (0.188-2.1) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.43 Setting up libjson-c5:arm64 (0.16-2) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.44 Setting up zstd (1.5.4+dfsg2-5) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.46 Setting up libonig5:arm64 (6.9.8-1) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.48 Setting up libbpf1:arm64 (1:1.1.0-1) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.49 Setting up libkmod2:arm64 (30+20221128-1) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.50 Setting up vim (2:9.0.1378-2) ...
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:59:42 [2024-03-07T16:59:42.419Z] #109 11.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.56 Setting up libjq1:arm64 (1.6-2.1) ...
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.58 Setting up iproute2 (6.1.0-3) ...
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.72 debconf: unable to initialize frontend: Dialog
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.72 debconf: (TERM is not set, so the dialog frontend is not usable.)
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.72 debconf: falling back to frontend: Readline
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.72 debconf: unable to initialize frontend: Readline
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.72 debconf: (This frontend requires a controlling tty.)
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.72 debconf: falling back to frontend: Teletype
16:59:42 [2024-03-07T16:59:42.676Z] #109 11.83 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
16:59:42 [2024-03-07T16:59:42.932Z] #109 11.85 Setting up libnftnl11:arm64 (1.2.4-2) ...
16:59:42 [2024-03-07T16:59:42.932Z] #109 11.86 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
16:59:42 [2024-03-07T16:59:42.932Z] #109 11.87 Setting up thin-provisioning-tools (0.9.0-2) ...
16:59:42 [2024-03-07T16:59:42.932Z] #109 11.88 Setting up libsystemd-shared:arm64 (252.22-1~deb12u1) ...
16:59:42 [2024-03-07T16:59:42.932Z] #109 11.89 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.90 Setting up jq (1.6-2.1) ...
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.92 Setting up iptables (1.8.9-2) ...
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.93 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.93 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.94 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.94 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.94 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.95 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.96 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.97 Setting up dmsetup (2:1.02.185-2) ...
16:59:42 [2024-03-07T16:59:42.933Z] #109 11.99 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
16:59:42 [2024-03-07T16:59:42.933Z] #109 12.00 Setting up systemd (252.22-1~deb12u1) ...
16:59:42 [2024-03-07T16:59:42.933Z] #109 12.04 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.05 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.05 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.06 Initializing machine ID from random generator.

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.08 Creating group 'systemd-journal' with GID 998.

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.08 Creating group 'systemd-network' with GID 997.

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.08 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.13 Setting up systemd-journal-remote (252.22-1~deb12u1) ...
16:59:43 [2024-03-07T16:59:43.189Z] #109 12.15 Creating group 'systemd-journal-remote' with GID 996.

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.15 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.18 Setting up xfsprogs (6.1.0-1) ...
16:59:43 [2024-03-07T16:59:43.189Z] #109 12.19 System has not been booted with systemd as init system (PID 1). Can't operate.

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.19 Failed to connect to bus: Host is down

16:59:43 [2024-03-07T16:59:43.189Z] #109 12.20 Processing triggers for libc-bin (2.36-9+deb12u4) ...
16:59:46 [2024-03-07T16:59:46.456Z] #109 DONE 14.9s
16:59:46 [2024-03-07T16:59:46.456Z] 
16:59:46 [2024-03-07T16:59:46.456Z] #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
16:59:46 [2024-03-07T16:59:46.456Z] #110 0.180 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:59:46 [2024-03-07T16:59:46.456Z] #110 0.184 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:59:46 [2024-03-07T16:59:46.456Z] #110 0.188 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:59:46 [2024-03-07T16:59:46.456Z] #110 DONE 0.2s
16:59:46 [2024-03-07T16:59:46.456Z] 
16:59:46 [2024-03-07T16:59:46.457Z] #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
16:59:46 [2024-03-07T16:59:46.716Z] #111 0.544 Hit:1 http://deb.debian.org/debian bookworm InRelease
16:59:46 [2024-03-07T16:59:46.716Z] #111 0.544 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
16:59:46 [2024-03-07T16:59:46.716Z] #111 0.544 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
16:59:47 [2024-03-07T16:59:47.644Z] #111 0.729 Reading package lists...
16:59:48 [2024-03-07T16:59:48.206Z] #111 1.357 Reading package lists...
16:59:48 [2024-03-07T16:59:48.206Z] #111 1.980 Building dependency tree...
16:59:48 [2024-03-07T16:59:48.462Z] #111 2.169 Reading state information...
16:59:48 [2024-03-07T16:59:48.462Z] #111 2.485 gcc is already the newest version (4:12.2.0-3).
16:59:48 [2024-03-07T16:59:48.462Z] #111 2.485 pkg-config is already the newest version (1.8.1-1).
16:59:48 [2024-03-07T16:59:48.462Z] #111 2.485 The following additional packages will be installed:
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.485   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.486   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.486   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.486   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.487   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.487   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.488   python3-yaml uuid-dev zlib1g-dev
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.490 Suggested packages:
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.490   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.490   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.490 Recommended packages:
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.490   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
16:59:48 [2024-03-07T16:59:48.718Z] #111 2.490   liblocale-gettext-perl shared-mime-info xdg-user-dirs
16:59:48 [2024-03-07T16:59:48.974Z] #111 2.803 The following NEW packages will be installed:
16:59:48 [2024-03-07T16:59:48.974Z] #111 2.803   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
16:59:48 [2024-03-07T16:59:48.974Z] #111 2.803   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
16:59:48 [2024-03-07T16:59:48.974Z] #111 2.803   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
16:59:48 [2024-03-07T16:59:48.974Z] #111 2.804   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:59:48 [2024-03-07T16:59:48.974Z] #111 2.804   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
16:59:48 [2024-03-07T16:59:48.974Z] #111 2.804   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
16:59:48 [2024-03-07T16:59:48.974Z] #111 2.804   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
16:59:48 [2024-03-07T16:59:48.974Z] #111 2.805   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.082 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.082 Need to get 11.9 MB of archives.
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.082 After this operation, 53.1 MB of additional disk space will be used.
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.082 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.091 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.098 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.104 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.105 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.106 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.106 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.107 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.108 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.111 Get:10 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.112 Get:11 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.114 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.115 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.116 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.120 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
16:59:49 [2024-03-07T16:59:49.230Z] #111 3.188 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.189 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.189 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.190 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.192 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.193 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.195 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.196 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.197 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.201 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.202 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.203 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.208 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.217 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.218 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.219 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.220 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.221 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.221 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.221 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.223 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.224 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
16:59:49 [2024-03-07T16:59:49.487Z] #111 3.381 debconf: delaying package configuration, since apt-utils is not installed
16:59:49 [2024-03-07T16:59:49.743Z] #111 3.420 Fetched 11.9 MB in 0s (29.1 MB/s)
16:59:49 [2024-03-07T16:59:49.743Z] #111 3.441 Selecting previously unselected package libdpkg-perl.
16:59:49 [2024-03-07T16:59:49.743Z] #111 3.441 (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.)
16:59:49 [2024-03-07T16:59:49.743Z] #111 3.453 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
16:59:49 [2024-03-07T16:59:49.743Z] #111 3.459 Unpacking libdpkg-perl (1.21.22) ...
16:59:49 [2024-03-07T16:59:49.743Z] #111 3.529 Selecting previously unselected package dpkg-dev.
16:59:49 [2024-03-07T16:59:49.743Z] #111 3.531 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
16:59:49 [2024-03-07T16:59:49.743Z] #111 3.537 Unpacking dpkg-dev (1.21.22) ...
16:59:49 [2024-03-07T16:59:49.743Z] #111 3.661 Selecting previously unselected package libglib2.0-0:arm64.
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.664 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ...
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.673 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.793 Selecting previously unselected package libgirepository-1.0-1:arm64.
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.795 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.798 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.834 Selecting previously unselected package gir1.2-glib-2.0:arm64.
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.837 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.841 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.883 Selecting previously unselected package libsecret-common.
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.885 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.890 Unpacking libsecret-common (0.20.5-3) ...
16:59:49 [2024-03-07T16:59:49.999Z] #111 3.944 Selecting previously unselected package libsecret-1-0:arm64.
16:59:50 [2024-03-07T16:59:50.255Z] #111 3.947 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 3.951 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 3.986 Selecting previously unselected package gir1.2-secret-1:arm64.
16:59:50 [2024-03-07T16:59:50.255Z] #111 3.989 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 3.992 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.021 Selecting previously unselected package libapparmor-dev:arm64.
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.023 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.028 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.061 Selecting previously unselected package uuid-dev:arm64.
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.063 Preparing to unpack .../09-uuid-dev_2.38.1-5+b1_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.067 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.102 Selecting previously unselected package libblkid-dev:arm64.
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.105 Preparing to unpack .../10-libblkid-dev_2.38.1-5+b1_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.110 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.155 Selecting previously unselected package libffi-dev:arm64.
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.158 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.255Z] #111 4.162 Unpacking libffi-dev:arm64 (3.4.4-1) ...
16:59:50 [2024-03-07T16:59:50.511Z] #111 4.198 Selecting previously unselected package libgpg-error-dev.
16:59:50 [2024-03-07T16:59:50.511Z] #111 4.200 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.511Z] #111 4.203 Unpacking libgpg-error-dev (1.46-1) ...
16:59:50 [2024-03-07T16:59:50.511Z] #111 4.242 Selecting previously unselected package libgcrypt20-dev.
16:59:50 [2024-03-07T16:59:50.511Z] #111 4.245 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.511Z] #111 4.249 Unpacking libgcrypt20-dev (1.10.1-3) ...
16:59:50 [2024-03-07T16:59:50.511Z] #111 4.319 Selecting previously unselected package libglib2.0-data.
16:59:50 [2024-03-07T16:59:50.511Z] #111 4.321 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
16:59:50 [2024-03-07T16:59:50.511Z] #111 4.328 Unpacking libglib2.0-data (2.74.6-2) ...
16:59:50 [2024-03-07T16:59:50.511Z] #111 4.459 Selecting previously unselected package libglib2.0-bin.
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.461 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.465 Unpacking libglib2.0-bin (2.74.6-2) ...
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.504 Selecting previously unselected package python3-lib2to3.
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.507 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.511 Unpacking python3-lib2to3 (3.11.2-3) ...
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.557 Selecting previously unselected package python3-distutils.
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.560 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.563 Unpacking python3-distutils (3.11.2-3) ...
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.606 Selecting previously unselected package libglib2.0-dev-bin.
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.609 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.612 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.654 Selecting previously unselected package libsepol-dev:arm64.
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.656 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.659 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
16:59:50 [2024-03-07T16:59:50.768Z] #111 4.718 Selecting previously unselected package libpcre2-16-0:arm64.
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.721 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.724 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.776 Selecting previously unselected package libpcre2-32-0:arm64.
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.779 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.783 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.831 Selecting previously unselected package libpcre2-posix3:arm64.
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.833 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.837 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.868 Selecting previously unselected package libpcre2-dev:arm64.
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.871 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.874 Unpacking libpcre2-dev:arm64 (10.42-1) ...
16:59:51 [2024-03-07T16:59:51.024Z] #111 4.953 Selecting previously unselected package libselinux1-dev:arm64.
16:59:51 [2024-03-07T16:59:51.281Z] #111 4.955 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.281Z] #111 4.959 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
16:59:51 [2024-03-07T16:59:51.281Z] #111 5.018 Selecting previously unselected package libmount-dev:arm64.
16:59:51 [2024-03-07T16:59:51.281Z] #111 5.021 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.281Z] #111 5.025 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
16:59:51 [2024-03-07T16:59:51.281Z] #111 5.058 Selecting previously unselected package zlib1g-dev:arm64.
16:59:51 [2024-03-07T16:59:51.281Z] #111 5.061 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.281Z] #111 5.065 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
16:59:51 [2024-03-07T16:59:51.281Z] #111 5.115 Selecting previously unselected package libglib2.0-dev:arm64.
16:59:51 [2024-03-07T16:59:51.281Z] #111 5.118 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.281Z] #111 5.123 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
16:59:51 [2024-03-07T16:59:51.281Z] #111 5.291 Selecting previously unselected package libseccomp-dev:arm64.
16:59:51 [2024-03-07T16:59:51.537Z] #111 5.294 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.537Z] #111 5.297 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
16:59:51 [2024-03-07T16:59:51.537Z] #111 5.332 Selecting previously unselected package libsecret-1-dev:arm64.
16:59:51 [2024-03-07T16:59:51.537Z] #111 5.335 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.537Z] #111 5.339 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
16:59:51 [2024-03-07T16:59:51.537Z] #111 5.415 Selecting previously unselected package libsystemd-dev:arm64.
16:59:51 [2024-03-07T16:59:51.537Z] #111 5.417 Preparing to unpack .../30-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.537Z] #111 5.421 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
16:59:51 [2024-03-07T16:59:51.537Z] #111 5.524 Selecting previously unselected package libudev-dev:arm64.
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.527 Preparing to unpack .../31-libudev-dev_252.22-1~deb12u1_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.532 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.576 Selecting previously unselected package libyaml-0-2:arm64.
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.578 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.583 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.617 Selecting previously unselected package python3-pathspec.
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.620 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.624 Unpacking python3-pathspec (0.11.0-1) ...
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.659 Selecting previously unselected package python3-pkg-resources.
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.661 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.666 Unpacking python3-pkg-resources (66.1.1-1) ...
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.720 Selecting previously unselected package python3-yaml.
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.723 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.727 Unpacking python3-yaml (6.0-3+b2) ...
16:59:51 [2024-03-07T16:59:51.793Z] #111 5.768 Selecting previously unselected package yamllint.
16:59:52 [2024-03-07T16:59:52.049Z] #111 5.771 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
16:59:52 [2024-03-07T16:59:52.049Z] #111 5.775 Unpacking yamllint (1.29.0-1) ...
16:59:52 [2024-03-07T16:59:52.049Z] #111 5.934 Setting up python3-pkg-resources (66.1.1-1) ...
16:59:52 [2024-03-07T16:59:52.305Z] #111 6.198 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.211 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.221 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.232 No schema files found: doing nothing.
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.238 Setting up python3-yaml (6.0-3+b2) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.398 Setting up libffi-dev:arm64 (3.4.4-1) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.408 Setting up libpcre2-16-0:arm64 (10.42-1) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.420 Setting up libpcre2-32-0:arm64 (10.42-1) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.433 Setting up libglib2.0-data (2.74.6-2) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.446 Setting up libgpg-error-dev (1.46-1) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.457 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.468 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.478 Setting up libsepol-dev:arm64 (3.4-2.1) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.488 Setting up libdpkg-perl (1.21.22) ...
16:59:52 [2024-03-07T16:59:52.561Z] #111 6.499 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
16:59:52 [2024-03-07T16:59:52.817Z] #111 6.512 Setting up libpcre2-posix3:arm64 (10.42-1) ...
16:59:52 [2024-03-07T16:59:52.817Z] #111 6.525 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
16:59:52 [2024-03-07T16:59:52.817Z] #111 6.535 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
16:59:52 [2024-03-07T16:59:52.817Z] #111 6.547 Setting up python3-pathspec (0.11.0-1) ...
16:59:52 [2024-03-07T16:59:52.817Z] #111 6.677 Setting up python3-lib2to3 (3.11.2-3) ...
16:59:52 [2024-03-07T16:59:52.817Z] #111 6.788 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
16:59:53 [2024-03-07T16:59:53.073Z] #111 6.799 Setting up libsecret-common (0.20.5-3) ...
16:59:53 [2024-03-07T16:59:53.073Z] #111 6.809 Setting up python3-distutils (3.11.2-3) ...
16:59:53 [2024-03-07T16:59:53.073Z] #111 6.938 Setting up libglib2.0-dev-bin (2.74.6-2) ...
16:59:53 [2024-03-07T16:59:53.073Z] #111 7.095 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
16:59:53 [2024-03-07T16:59:53.329Z] #111 7.105 Setting up libpcre2-dev:arm64 (10.42-1) ...
16:59:53 [2024-03-07T16:59:53.329Z] #111 7.116 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
16:59:53 [2024-03-07T16:59:53.329Z] #111 7.129 Setting up libglib2.0-bin (2.74.6-2) ...
16:59:53 [2024-03-07T16:59:53.329Z] #111 7.142 Setting up dpkg-dev (1.21.22) ...
16:59:53 [2024-03-07T16:59:53.329Z] #111 7.162 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
16:59:53 [2024-03-07T16:59:53.329Z] #111 7.171 Setting up yamllint (1.29.0-1) ...
16:59:53 [2024-03-07T16:59:53.329Z] #111 7.315 Setting up libgcrypt20-dev (1.10.1-3) ...
16:59:53 [2024-03-07T16:59:53.586Z] #111 7.329 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
16:59:53 [2024-03-07T16:59:53.586Z] #111 7.340 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
16:59:53 [2024-03-07T16:59:53.586Z] #111 7.350 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
16:59:53 [2024-03-07T16:59:53.586Z] #111 7.360 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
16:59:53 [2024-03-07T16:59:53.586Z] #111 7.369 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
16:59:53 [2024-03-07T16:59:53.586Z] #111 7.381 Processing triggers for libc-bin (2.36-9+deb12u4) ...
16:59:53 [2024-03-07T16:59:53.842Z] #111 DONE 7.8s
16:59:54 [2024-03-07T16:59:54.098Z] 
16:59:54 [2024-03-07T16:59:54.098Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
16:59:55 [2024-03-07T16:59:55.026Z] #112 DONE 1.2s
16:59:55 [2024-03-07T16:59:55.282Z] 
16:59:55 [2024-03-07T16:59:55.282Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
16:59:55 [2024-03-07T16:59:55.844Z] #113 DONE 0.7s
16:59:55 [2024-03-07T16:59:55.844Z] 
16:59:55 [2024-03-07T16:59:55.844Z] #114 [dev 1/1] COPY --link . .
17:00:00 [2024-03-07T17:00:00.010Z] #114 DONE 3.8s
17:00:00 [2024-03-07T17:00:00.010Z] 
17:00:00 [2024-03-07T17:00:00.010Z] #115 exporting to image
17:00:00 [2024-03-07T17:00:00.010Z] #115 exporting layers
17:00:00 [2024-03-07T17:00:00.939Z] #115 exporting layers 1.2s done
17:00:00 [2024-03-07T17:00:00.939Z] #115 writing image sha256:522254635a0d74423c1a2abab0ab1c5ae050cf60e391033732064e392145db1e done
17:00:00 [2024-03-07T17:00:00.939Z] #115 naming to docker.io/library/docker:ca43c2b714971ce31e81f569875598ee699e6c12 done
17:00:00 [2024-03-07T17:00:00.939Z] #115 DONE 1.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
17:00:01 [2024-03-07T17:00:01.231Z] + sudo modprobe ip6table_filter
[Pipeline] sh
17:00:01 [2024-03-07T17:00:01.503Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47505/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ca43c2b714971ce31e81f569875598ee699e6c12 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ca43c2b714971ce31e81f569875598ee699e6c12 hack/test/unit
17:00:01 [2024-03-07T17:00:01.760Z] + BUILDFLAGS=(-tags 'netgo journald')
17:00:01 [2024-03-07T17:00:01.760Z] + TESTFLAGS+=' -test.timeout=5m'
17:00:01 [2024-03-07T17:00:01.760Z] + TESTDIRS=./...
17:00:01 [2024-03-07T17:00:01.760Z] + exclude_paths='/vendor/|/integration'
17:00:01 [2024-03-07T17:00:01.760Z] ++ go list ./...
17:00:01 [2024-03-07T17:00:01.760Z] ++ grep -vE '(/vendor/|/integration)'
17:00:02 [2024-03-07T17:00:02.337Z] + pkg_list='github.com/docker/docker/api
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/backend/build
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/httpstatus
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/httputils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/middleware
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/build
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/checkpoint
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/container
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/debug
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/distribution
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/grpc
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/image
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/network
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/plugin
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/session
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/swarm
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/system
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/server/router/volume
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/backend
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/blkiodev
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/checkpoint
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/container
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/events
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/filters
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/image
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/mount
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/network
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/plugins/logdriver
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/registry
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/strslice
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/swarm
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/swarm/runtime
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/system
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/time
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/versions
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/api/types/volume
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/builder-next
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/builder-next/exporter
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/builder-next/worker
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/builder-next/worker/label
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/dockerfile
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/remotecontext
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/remotecontext/git
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/builder/remotecontext/urlutil
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/cli/debug
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/cli/winresources/docker-proxy
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/cli/winresources/dockerd
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/client
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/client/buildkit
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/cmd/docker-proxy
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/cmd/dockerd
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/cmd/dockerd/trap
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/container
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/container/stream
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/contrib/apparmor
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/contrib/httpserver
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/cluster
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/cluster/convert
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/cluster/executor
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/cluster/executor/container
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/cluster/provider
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/config
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/containerd
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/events
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/events/testutils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/graphdriver
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/graphdriver/copy
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/graphdriver/register
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/graphdriver/vfs
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/graphdriver/zfs
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/images
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/initlayer
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/links
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/listeners
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/awslogs
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/fluentd
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/gcplogs
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/gelf
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/journald
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/local
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/loggertest
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/loggerutils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/splunk
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/syslog
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/logger/templates
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/names
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/network
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/snapshotter
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/daemon/stats
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/distribution
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/distribution/metadata
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/distribution/utils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/distribution/xfer
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/dockerversion
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/errdefs
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/image
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/image/cache
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/image/spec/specs-go
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/image/spec/specs-go/v1
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/image/tarexport
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/image/v1
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/cleanups
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/compatcontext
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/mod
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/mounttree
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/multierror
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/safepath
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/sliceutil
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/test/suite
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/testutils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/testutils/netnsutils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/testutils/specialimage
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/unix_noeintr
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/internal/unshare
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/layer
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libcontainerd
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libcontainerd/queue
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libcontainerd/remote
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libcontainerd/shimopts
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libcontainerd/supervisor
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libcontainerd/types
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/bitmap
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/cluster
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/config
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/datastore
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/diagnostic
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/discoverapi
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/driverapi
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/bridge
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/host
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/null
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/overlay
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/remote
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/windows
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/drvregistry
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/etchosts
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/internal/caller
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/internal/kvstore
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/internal/netiputil
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/internal/resolvconf
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/ipam
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/ipamapi
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/ipams/builtin
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/ipams/null
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/ipams/remote
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/ipamutils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/ipbits
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/iptables
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/netlabel
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/netutils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/networkdb
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/ns
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/options
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/osl
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/osl/kernel
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/portallocator
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/portmapper
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/resolvconf
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/scope
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/libnetwork/types
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/oci
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/oci/caps
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/opts
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/archive
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/authorization
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/broadcaster
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/capabilities
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/chrootarchive
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/containerfs
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/directory
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/dmesg
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/fileutils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/homedir
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/idtools
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/ioutils
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/jsonmessage
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/longpath
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/meminfo
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/namesgenerator
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/parsers
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/parsers/kernel
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/pidfile
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/platform
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/plugingetter
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/plugins
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/plugins/transport
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/pools
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/process
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/progress
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/reexec
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/rootless
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/rootless/specconv
17:00:02 [2024-03-07T17:00:02.337Z] github.com/docker/docker/pkg/stack
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/stdcopy
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/streamformatter
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/stringid
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/sysinfo
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/system
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/tailfile
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/tarsum
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/useragent
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/plugin
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/plugin/executor/containerd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/plugin/v2
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/profiles/apparmor
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/profiles/seccomp
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/quota
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/reference
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/registry
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/registry/resumable
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/restartmanager
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/runconfig
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/runconfig/opts
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/daemon
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/environment
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fakecontext
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fakegit
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fakestorage
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fixtures/load
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fixtures/plugin
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/registry
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/request
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/drivers
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/local
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/mounts
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/service
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/service/opts
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/testutils'
17:00:02 [2024-03-07T17:00:02.338Z] ++ grep --fixed-strings -v /libnetwork
17:00:02 [2024-03-07T17:00:02.338Z] ++ echo 'github.com/docker/docker/api
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/backend/build
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/httpstatus
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/httputils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/middleware
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/build
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/checkpoint
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/container
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/debug
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/distribution
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/grpc
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/image
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/network
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/plugin
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/session
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/swarm
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/system
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/volume
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/backend
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/blkiodev
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/checkpoint
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/container
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/events
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/filters
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/image
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/mount
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/network
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/plugins/logdriver
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/registry
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/strslice
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/swarm
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/swarm/runtime
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/system
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/time
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/versions
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/volume
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/exporter
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/worker
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/worker/label
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/dockerfile
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/remotecontext
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/remotecontext/git
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/remotecontext/urlutil
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cli/debug
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cli/winresources/docker-proxy
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cli/winresources/dockerd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/client
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/client/buildkit
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cmd/docker-proxy
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cmd/dockerd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cmd/dockerd/trap
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/container
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/container/stream
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/contrib/apparmor
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/contrib/httpserver
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster/convert
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster/executor
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster/executor/container
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster/provider
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/config
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/containerd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/events
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/events/testutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/copy
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/register
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/vfs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/zfs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/images
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/initlayer
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/links
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/listeners
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/awslogs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/fluentd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/gcplogs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/gelf
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/journald
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/local
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/loggertest
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/loggerutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/splunk
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/syslog
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/templates
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/names
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/network
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/snapshotter
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/stats
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/distribution
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/distribution/metadata
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/distribution/utils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/distribution/xfer
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/dockerversion
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/errdefs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image/cache
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image/spec/specs-go
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image/spec/specs-go/v1
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image/tarexport
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image/v1
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/cleanups
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/compatcontext
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/mod
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/mounttree
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/multierror
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/safepath
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/sliceutil
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/test/suite
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/testutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/testutils/netnsutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/testutils/specialimage
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/unix_noeintr
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/unshare
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/layer
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libcontainerd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libcontainerd/queue
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libcontainerd/remote
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libcontainerd/shimopts
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libcontainerd/supervisor
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libcontainerd/types
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/bitmap
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/cluster
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/config
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/datastore
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/diagnostic
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/discoverapi
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/driverapi
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/bridge
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/host
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/null
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/overlay
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/remote
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/windows
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/drvregistry
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/etchosts
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/internal/caller
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/internal/kvstore
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/internal/netiputil
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/internal/resolvconf
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/ipam
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/ipamapi
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/ipams/builtin
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/ipams/null
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/ipams/remote
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/ipamutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/ipbits
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/iptables
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/netlabel
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/netutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/networkdb
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/ns
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/options
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/osl
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/osl/kernel
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/portallocator
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/portmapper
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/resolvconf
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/scope
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/libnetwork/types
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/oci
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/oci/caps
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/opts
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/archive
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/authorization
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/broadcaster
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/capabilities
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/chrootarchive
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/containerfs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/directory
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/dmesg
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/fileutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/homedir
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/idtools
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/ioutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/jsonmessage
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/longpath
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/meminfo
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/namesgenerator
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/parsers
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/parsers/kernel
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/pidfile
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/platform
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/plugingetter
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/plugins
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/plugins/transport
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/pools
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/process
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/progress
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/reexec
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/rootless
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/rootless/specconv
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/stack
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/stdcopy
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/streamformatter
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/stringid
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/sysinfo
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/system
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/tailfile
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/tarsum
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/pkg/useragent
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/plugin
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/plugin/executor/containerd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/plugin/v2
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/profiles/apparmor
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/profiles/seccomp
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/quota
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/reference
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/registry
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/registry/resumable
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/restartmanager
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/runconfig
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/runconfig/opts
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/daemon
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/environment
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fakecontext
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fakegit
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fakestorage
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fixtures/load
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fixtures/plugin
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/registry
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/testutil/request
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/drivers
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/local
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/mounts
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/service
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/service/opts
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/volume/testutils'
17:00:02 [2024-03-07T17:00:02.338Z] + base_pkg_list='github.com/docker/docker/api
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/backend/build
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/httpstatus
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/httputils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/middleware
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/build
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/checkpoint
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/container
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/debug
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/distribution
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/grpc
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/image
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/network
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/plugin
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/session
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/swarm
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/system
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/server/router/volume
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/backend
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/blkiodev
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/checkpoint
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/container
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/events
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/filters
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/image
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/mount
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/network
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/plugins/logdriver
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/registry
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/strslice
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/swarm
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/swarm/runtime
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/system
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/time
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/versions
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/api/types/volume
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/exporter
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/worker
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/builder-next/worker/label
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/dockerfile
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/remotecontext
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/remotecontext/git
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/builder/remotecontext/urlutil
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cli/debug
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cli/winresources/docker-proxy
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cli/winresources/dockerd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/client
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/client/buildkit
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cmd/docker-proxy
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cmd/dockerd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cmd/dockerd/trap
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/container
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/container/stream
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/contrib/apparmor
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/contrib/httpserver
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster/convert
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster/executor
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster/executor/container
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/cluster/provider
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/config
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/containerd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/events
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/events/testutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/copy
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/register
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/vfs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/graphdriver/zfs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/images
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/initlayer
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/links
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/listeners
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/awslogs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/fluentd
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/gcplogs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/gelf
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/journald
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/local
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/loggertest
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/loggerutils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/splunk
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/syslog
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/logger/templates
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/names
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/network
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/snapshotter
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/daemon/stats
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/distribution
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/distribution/metadata
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/distribution/utils
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/distribution/xfer
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/dockerversion
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/errdefs
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image/cache
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image/spec/specs-go
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image/spec/specs-go/v1
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image/tarexport
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/image/v1
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/cleanups
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/compatcontext
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/mod
17:00:02 [2024-03-07T17:00:02.338Z] github.com/docker/docker/internal/mounttree
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/multierror
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/safepath
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/sliceutil
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/test/suite
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/testutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/testutils/netnsutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/testutils/specialimage
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/unix_noeintr
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/unshare
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/layer
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd/queue
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd/remote
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd/shimopts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd/supervisor
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd/types
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/oci
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/oci/caps
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/opts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/archive
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/authorization
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/broadcaster
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/capabilities
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/chrootarchive
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/containerfs
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/directory
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/dmesg
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/fileutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/homedir
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/idtools
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/ioutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/jsonmessage
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/longpath
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/meminfo
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/namesgenerator
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/parsers
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/parsers/kernel
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/pidfile
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/platform
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugingetter
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugins
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugins/transport
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/pools
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/process
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/progress
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/reexec
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/rootless
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/rootless/specconv
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/stack
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/stdcopy
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/streamformatter
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/stringid
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/sysinfo
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/system
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/tailfile
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/tarsum
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/useragent
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/plugin
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/plugin/executor/containerd
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/plugin/v2
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/profiles/apparmor
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/profiles/seccomp
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/quota
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/reference
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/registry
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/registry/resumable
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/restartmanager
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/runconfig
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/runconfig/opts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/daemon
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/environment
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fakecontext
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fakegit
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fakestorage
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fixtures/load
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fixtures/plugin
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/registry
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/request
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/drivers
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/local
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/mounts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/service
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/service/opts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/testutils'
17:00:02 [2024-03-07T17:00:02.339Z] ++ grep --fixed-strings /libnetwork
17:00:02 [2024-03-07T17:00:02.339Z] ++ echo 'github.com/docker/docker/api
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/backend/build
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/httpstatus
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/httputils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/middleware
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/build
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/checkpoint
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/container
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/debug
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/distribution
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/grpc
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/image
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/network
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/plugin
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/session
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/swarm
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/system
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/server/router/volume
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/backend
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/blkiodev
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/checkpoint
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/container
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/events
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/filters
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/image
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/mount
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/network
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/plugins/logdriver
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/registry
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/strslice
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/swarm
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/swarm/runtime
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/system
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/time
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/versions
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/api/types/volume
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/builder-next
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/builder-next/exporter
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/builder-next/worker
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/builder-next/worker/label
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/dockerfile
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/remotecontext
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/remotecontext/git
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/builder/remotecontext/urlutil
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/cli/debug
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/cli/winresources/docker-proxy
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/cli/winresources/dockerd
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/client
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/client/buildkit
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/cmd/docker-proxy
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/cmd/dockerd
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/cmd/dockerd/trap
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/container
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/container/stream
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/contrib/apparmor
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/contrib/httpserver
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/cluster
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/cluster/convert
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/cluster/executor
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/cluster/executor/container
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/cluster/provider
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/config
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/containerd
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/events
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/events/testutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/graphdriver
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/graphdriver/copy
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/graphdriver/register
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/graphdriver/vfs
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/graphdriver/zfs
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/images
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/initlayer
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/links
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/listeners
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/awslogs
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/fluentd
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/gcplogs
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/gelf
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/journald
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/local
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/loggertest
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/loggerutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/splunk
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/syslog
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/logger/templates
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/names
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/network
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/snapshotter
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/daemon/stats
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/distribution
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/distribution/metadata
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/distribution/utils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/distribution/xfer
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/dockerversion
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/errdefs
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/image
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/image/cache
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/image/spec/specs-go
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/image/spec/specs-go/v1
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/image/tarexport
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/image/v1
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/cleanups
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/compatcontext
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/mod
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/mounttree
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/multierror
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/safepath
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/sliceutil
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/test/suite
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/testutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/testutils/netnsutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/testutils/specialimage
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/unix_noeintr
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/internal/unshare
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/layer
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd/queue
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd/remote
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd/shimopts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd/supervisor
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libcontainerd/types
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/bitmap
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cluster
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/config
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/datastore
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/diagnostic
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/discoverapi
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/driverapi
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/bridge
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/host
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/null
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/overlay
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/remote
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/windows
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drvregistry
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/etchosts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/internal/caller
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/internal/kvstore
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/internal/netiputil
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/internal/resolvconf
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/ipam
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/ipamapi
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/ipams/builtin
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/ipams/null
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/ipams/remote
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/ipamutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/ipbits
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/iptables
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/netlabel
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/netutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/networkdb
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/ns
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/options
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/osl
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/osl/kernel
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/portallocator
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/portmapper
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/resolvconf
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/scope
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/types
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/oci
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/oci/caps
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/opts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/archive
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/authorization
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/broadcaster
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/capabilities
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/chrootarchive
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/containerfs
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/directory
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/dmesg
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/fileutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/homedir
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/idtools
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/ioutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/jsonmessage
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/longpath
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/meminfo
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/namesgenerator
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/parsers
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/parsers/kernel
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/pidfile
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/platform
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugingetter
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugins
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/plugins/transport
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/pools
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/process
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/progress
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/reexec
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/rootless
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/rootless/specconv
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/stack
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/stdcopy
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/streamformatter
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/stringid
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/sysinfo
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/system
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/tailfile
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/tarsum
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/pkg/useragent
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/plugin
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/plugin/executor/containerd
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/plugin/v2
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/profiles/apparmor
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/profiles/seccomp
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/quota
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/reference
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/registry
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/registry/resumable
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/restartmanager
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/runconfig
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/runconfig/opts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/daemon
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/environment
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fakecontext
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fakegit
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fakestorage
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fixtures/load
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fixtures/plugin
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/registry
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/testutil/request
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/drivers
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/local
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/mounts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/service
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/service/opts
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/volume/testutils'
17:00:02 [2024-03-07T17:00:02.339Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/bitmap
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cluster
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/config
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/datastore
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/diagnostic
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/discoverapi
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/driverapi
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/bridge
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/host
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/null
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/overlay
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/remote
17:00:02 [2024-03-07T17:00:02.339Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/windows
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drvregistry
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/etchosts
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/caller
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/kvstore
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/netiputil
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/resolvconf
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipam
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipamapi
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipams/builtin
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipams/null
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipams/remote
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipamutils
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipbits
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/iptables
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/netlabel
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/netutils
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/networkdb
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ns
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/options
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/osl
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/osl/kernel
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/portallocator
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/portmapper
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/resolvconf
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/scope
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/types'
17:00:02 [2024-03-07T17:00:02.340Z] + echo 'github.com/docker/docker/libnetwork
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/bitmap
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/cluster
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/config
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/datastore
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/diagnostic
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/discoverapi
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/driverapi
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/bridge
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/host
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/null
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/overlay
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/remote
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/windows
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drvregistry
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/etchosts
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/caller
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/kvstore
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/netiputil
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/resolvconf
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipam
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipamapi
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipams/bu+ grep --fixed-strings libnetwork/drivers/bridge
17:00:02 [2024-03-07T17:00:02.340Z] iltin
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipams/null
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipams/remote
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipamutils
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ipbits
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/iptables
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/netlabel
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/netutils
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/networkdb
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/ns
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/options
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/osl
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/osl/kernel
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/portallocator
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/portmapper
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/resolvconf
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/scope
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/types'
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/bridge
17:00:02 [2024-03-07T17:00:02.340Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:00:02 [2024-03-07T17:00:02.340Z] + type docker-proxy
17:00:02 [2024-03-07T17:00:02.340Z] hack/test/unit: line 25: type: docker-proxy: not found
17:00:02 [2024-03-07T17:00:02.340Z] + hack/make.sh binary-proxy install-proxy
17:00:02 [2024-03-07T17:00:02.340Z] 
17:00:02 [2024-03-07T17:00:02.340Z] Removing bundles/
17:00:02 [2024-03-07T17:00:02.340Z] 
17:00:02 [2024-03-07T17:00:02.340Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
17:00:02 [2024-03-07T17:00:02.340Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
17:00:02 [2024-03-07T17:00:02.340Z] + tee /go/src/github.com/docker/docker/go.mod
17:00:02 [2024-03-07T17:00:02.340Z] module github.com/docker/docker
17:00:02 [2024-03-07T17:00:02.340Z] 
17:00:02 [2024-03-07T17:00:02.340Z] go 1.21
17:00:02 [2024-03-07T17:00:02.340Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:00:02 [2024-03-07T17:00:02.340Z] + GO111MODULE=on
17:00:02 [2024-03-07T17:00:02.340Z] + GOTOOLCHAIN=local
17:00:02 [2024-03-07T17:00:02.340Z] + 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=ca43c2b714971ce31e81f569875598ee699e6c12" -X "github.com/docker/docker/dockerversion.BuildTime=2024-03-07T17:00:02.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:00:06 [2024-03-07T17:00:06.510Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:00:06 [2024-03-07T17:00:06.510Z] Created binary: bundles/binary-proxy/docker-proxy
17:00:06 [2024-03-07T17:00:06.510Z] 
17:00:06 [2024-03-07T17:00:06.510Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
17:00:06 [2024-03-07T17:00:06.767Z] Installing docker-proxy to /usr/local/bin/
17:00:06 [2024-03-07T17:00:06.767Z] 
17:00:06 [2024-03-07T17:00:06.767Z] + mkdir -p bundles
17:00:06 [2024-03-07T17:00:06.767Z] + '[' -n 'github.com/docker/docker/api
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/backend/build
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/httpstatus
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/httputils
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/middleware
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/build
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/checkpoint
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/container
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/debug
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/distribution
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/grpc
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/image
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/network
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/plugin
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/session
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/swarm
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/system
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/server/router/volume
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/backend
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/blkiodev
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/checkpoint
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/container
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/events
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/filters
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/image
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/mount
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/network
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/plugins/logdriver
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/registry
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/strslice
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/swarm
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/swarm/runtime
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/system
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/time
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/versions
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/api/types/volume
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/builder-next
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/builder-next/exporter
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/builder-next/worker
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/builder-next/worker/label
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/dockerfile
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/remotecontext
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/remotecontext/git
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/builder/remotecontext/urlutil
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/cli/debug
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/cli/winresources/docker-proxy
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/cli/winresources/dockerd
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/client
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/client/buildkit
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/cmd/docker-proxy
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/cmd/dockerd
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/cmd/dockerd/trap
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/container
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/container/stream
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/contrib/apparmor
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/contrib/httpserver
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/cluster
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/cluster/convert
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/cluster/executor
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/cluster/executor/container
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/cluster/provider
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/config
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/containerd
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/events
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/events/testutils
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/graphdriver
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/graphdriver/copy
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/graphdriver/register
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/graphdriver/vfs
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/graphdriver/zfs
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/images
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/initlayer
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/links
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/listeners
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/awslogs
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/fluentd
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/gcplogs
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/gelf
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/journald
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/local
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/loggertest
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/loggerutils
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/splunk
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/syslog
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/logger/templates
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/names
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/network
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/snapshotter
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/daemon/stats
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/distribution
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/distribution/metadata
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/distribution/utils
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/distribution/xfer
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/dockerversion
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/errdefs
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/image
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/image/cache
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/image/spec/specs-go
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/image/spec/specs-go/v1
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/image/tarexport
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/image/v1
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/cleanups
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/compatcontext
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/mod
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/mounttree
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/multierror
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/safepath
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/sliceutil
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/test/suite
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/testutils
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/testutils/netnsutils
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/testutils/specialimage
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/unix_noeintr
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/internal/unshare
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/layer
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/libcontainerd
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/libcontainerd/queue
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/libcontainerd/remote
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/libcontainerd/shimopts
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/libcontainerd/supervisor
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/libcontainerd/types
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/oci
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/oci/caps
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/opts
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/archive
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/authorization
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/broadcaster
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/capabilities
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/chrootarchive
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/containerfs
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/directory
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/dmesg
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/fileutils
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/homedir
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/idtools
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/ioutils
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/jsonmessage
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/longpath
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/meminfo
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/namesgenerator
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/parsers
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/parsers/kernel
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/pidfile
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/platform
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/plugingetter
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/plugins
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/plugins/transport
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/pools
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/process
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/progress
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/reexec
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/rootless
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/rootless/specconv
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/stack
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/stdcopy
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/streamformatter
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/stringid
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/sysinfo
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/system
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/tailfile
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/tarsum
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/pkg/useragent
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/plugin
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/plugin/executor/containerd
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/plugin/v2
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/profiles/apparmor
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/profiles/seccomp
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/quota
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/reference
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/registry
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/registry/resumable
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/restartmanager
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/runconfig
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/runconfig/opts
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/testutil
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/testutil/daemon
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/testutil/environment
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/testutil/fakecontext
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/testutil/fakegit
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/testutil/fakestorage
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/testutil/fixtures/load
17:00:06 [2024-03-07T17:00:06.767Z] github.com/docker/docker/testutil/fixtures/plugin
17:00:06 [2024-03-07T17:00:06.768Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:00:06 [2024-03-07T17:00:06.768Z] github.com/docker/docker/testutil/registry
17:00:06 [2024-03-07T17:00:06.768Z] github.com/docker/docker/testutil/request
17:00:06 [2024-03-07T17:00:06.768Z] github.com/docker/docker/volume
17:00:06 [2024-03-07T17:00:06.768Z] github.com/docker/docker/volume/drivers
17:00:06 [2024-03-07T17:00:06.768Z] github.com/docker/docker/volume/local
17:00:06 [2024-03-07T17:00:06.768Z] github.com/docker/docker/volume/mounts
17:00:06 [2024-03-07T17:00:06.768Z] github.com/docker/docker/volume/service
17:00:06 [2024-03-07T17:00:06.768Z] github.com/docker/docker/volume/service/opts
17:00:06 [2024-03-07T17:00:06.768Z] github.com/docker/docker/volume/testutils' ']'
17:00:06 [2024-03-07T17:00:06.768Z] + 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:00:07 [2024-03-07T17:00:07.331Z] ?   	github.com/docker/docker/api	[no test files]
17:00:15 [2024-03-07T17:00:15.427Z] ok  	github.com/docker/docker/api/server	0.028s	coverage: 16.2% of statements
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ok  	github.com/docker/docker/api/server/httputils	0.010s	coverage: 28.3% of statements
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ok  	github.com/docker/docker/api/server/middleware	0.010s	coverage: 42.7% of statements
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ok  	github.com/docker/docker/api/server/router/container	0.014s	coverage: 6.0% of statements
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/types	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
17:00:37 [2024-03-07T17:00:37.328Z] ?   	github.com/docker/docker/api/types/events	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 7.3% of statements
17:00:37 [2024-03-07T17:00:37.329Z] ok  	github.com/docker/docker/api/server/router/volume	0.007s	coverage: 66.7% of statements
17:00:37 [2024-03-07T17:00:37.329Z] ok  	github.com/docker/docker/api/types/container	0.009s	coverage: 83.7% of statements
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/api/types/image	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/api/types/system	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ok  	github.com/docker/docker/api/types/network	0.006s	coverage: 80.0% of statements
17:00:37 [2024-03-07T17:00:37.329Z] ok  	github.com/docker/docker/api/types/filters	0.007s	coverage: 94.0% of statements
17:00:37 [2024-03-07T17:00:37.329Z] ok  	github.com/docker/docker/api/types/registry	0.010s	coverage: 54.2% of statements
17:00:37 [2024-03-07T17:00:37.329Z] ok  	github.com/docker/docker/api/types/strslice	0.010s	coverage: 90.0% of statements
17:00:37 [2024-03-07T17:00:37.329Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
17:00:37 [2024-03-07T17:00:37.329Z] ok  	github.com/docker/docker/api/types/versions	0.005s	coverage: 77.3% of statements
17:00:39 [2024-03-07T17:00:39.220Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
17:00:39 [2024-03-07T17:00:39.220Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
17:00:39 [2024-03-07T17:00:39.220Z] ok  	github.com/docker/docker/cli/debug	0.023s	coverage: 100.0% of statements
17:00:39 [2024-03-07T17:00:39.220Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.030s	coverage: 100.0% of statements
17:00:39 [2024-03-07T17:00:39.220Z] ok  	github.com/docker/docker/builder/remotecontext	0.034s	coverage: 33.7% of statements
17:00:39 [2024-03-07T17:00:39.220Z] ok  	github.com/docker/docker/builder/dockerfile	0.043s	coverage: 50.0% of statements
17:00:41 [2024-03-07T17:00:41.114Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
17:00:41 [2024-03-07T17:00:41.114Z] ok  	github.com/docker/docker/client	0.107s	coverage: 77.0% of statements
17:00:41 [2024-03-07T17:00:41.371Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.290s	coverage: 66.5% of statements
17:00:41 [2024-03-07T17:00:41.934Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.919s	coverage: 82.5% of statements
17:00:54 [2024-03-07T17:00:54.111Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
17:00:54 [2024-03-07T17:00:54.111Z] ?   	github.com/docker/docker/container/stream	[no test files]
17:00:54 [2024-03-07T17:00:54.111Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
17:00:54 [2024-03-07T17:00:54.111Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
17:00:54 [2024-03-07T17:00:54.111Z] ok  	github.com/docker/docker/container	0.146s	coverage: 36.4% of statements
17:00:54 [2024-03-07T17:00:54.111Z] ok  	github.com/docker/docker/cmd/dockerd	0.220s	coverage: 29.8% of statements
17:00:56 [2024-03-07T17:00:56.002Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.442s	coverage: 0.0% of statements
17:00:57 [2024-03-07T17:00:57.369Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
17:00:57 [2024-03-07T17:00:57.369Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.010s	coverage: 65.3% of statements
17:00:57 [2024-03-07T17:00:57.369Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.022s	coverage: 38.7% of statements
17:00:57 [2024-03-07T17:00:57.369Z] ok  	github.com/docker/docker/daemon/cluster	0.051s	coverage: 0.5% of statements
17:00:57 [2024-03-07T17:00:57.625Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
17:00:57 [2024-03-07T17:00:57.625Z] ok  	github.com/docker/docker/daemon/config	0.041s	coverage: 74.6% of statements
17:00:58 [2024-03-07T17:00:58.992Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
17:00:58 [2024-03-07T17:00:58.992Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.3% of statements
17:00:58 [2024-03-07T17:00:58.992Z] ok  	github.com/docker/docker/daemon/containerd	0.035s	coverage: 9.0% of statements
17:00:58 [2024-03-07T17:00:58.992Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
17:00:58 [2024-03-07T17:00:58.992Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.011s	coverage: 2.8% of statements
17:00:59 [2024-03-07T17:00:59.248Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.189s	coverage: 60.9% of statements
17:00:59 [2024-03-07T17:00:59.811Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
17:00:59 [2024-03-07T17:00:59.811Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.012s	coverage: 1.9% of statements
17:01:00 [2024-03-07T17:01:00.068Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
17:01:00 [2024-03-07T17:01:00.068Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
17:01:00 [2024-03-07T17:01:00.068Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.195s	coverage: 60.2% of statements
17:01:00 [2024-03-07T17:01:00.325Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.023s	coverage: 60.9% of statements
17:01:00 [2024-03-07T17:01:00.582Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.014s	coverage: 3.0% of statements
17:01:01 [2024-03-07T17:01:01.145Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.474s	coverage: 13.3% of statements
17:01:01 [2024-03-07T17:01:01.145Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
17:01:01 [2024-03-07T17:01:01.145Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
17:01:01 [2024-03-07T17:01:01.145Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
17:01:01 [2024-03-07T17:01:01.145Z] ok  	github.com/docker/docker/daemon/images	0.024s	coverage: 3.0% of statements
17:01:01 [2024-03-07T17:01:01.402Z] ok  	github.com/docker/docker/daemon/logger	0.220s	coverage: 43.2% of statements
17:01:01 [2024-03-07T17:01:01.659Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:01:01 [2024-03-07T17:01:01.659Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.008s	coverage: 53.6% of statements
17:01:01 [2024-03-07T17:01:01.659Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.008s	coverage: 68.2% of statements
17:01:01 [2024-03-07T17:01:01.915Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.116s	coverage: 78.2% of statements
17:01:02 [2024-03-07T17:01:02.172Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
17:01:02 [2024-03-07T17:01:02.172Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
17:01:02 [2024-03-07T17:01:02.172Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
17:01:02 [2024-03-07T17:01:02.429Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.007s	coverage: 87.2% of statements
17:01:02 [2024-03-07T17:01:02.429Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.091s	coverage: 76.8% of statements
17:01:02 [2024-03-07T17:01:02.429Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
17:01:02 [2024-03-07T17:01:02.429Z] ok  	github.com/docker/docker/daemon/logger/local	0.040s	coverage: 79.4% of statements
17:01:02 [2024-03-07T17:01:02.993Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.020s	coverage: 31.5% of statements
17:01:02 [2024-03-07T17:01:02.993Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.029s	coverage: 63.5% of statements
17:01:03 [2024-03-07T17:01:03.249Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:01:03 [2024-03-07T17:01:03.249Z] ok  	github.com/docker/docker/daemon/logger/templates	0.006s	coverage: 8.3% of statements
17:01:03 [2024-03-07T17:01:03.249Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.006s	coverage: 46.8% of statements
17:01:03 [2024-03-07T17:01:03.505Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
17:01:03 [2024-03-07T17:01:03.505Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:01:03 [2024-03-07T17:01:03.505Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
17:01:03 [2024-03-07T17:01:03.762Z] ok  	github.com/docker/docker/daemon/logger/journald	1.641s	coverage: 72.7% of statements
17:01:04 [2024-03-07T17:01:04.324Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:01:04 [2024-03-07T17:01:04.324Z] ok  	github.com/docker/docker/dockerversion	0.003s	coverage: 100.0% of statements
17:01:04 [2024-03-07T17:01:04.324Z] ok  	github.com/docker/docker/errdefs	0.003s	coverage: 77.2% of statements
17:01:04 [2024-03-07T17:01:04.324Z] ok  	github.com/docker/docker/distribution/metadata	0.032s	coverage: 44.4% of statements
17:01:04 [2024-03-07T17:01:04.580Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.430s	coverage: 82.5% of statements
17:01:05 [2024-03-07T17:01:05.143Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
17:01:05 [2024-03-07T17:01:05.143Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
17:01:05 [2024-03-07T17:01:05.143Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 24.1% of statements
17:01:05 [2024-03-07T17:01:05.143Z] ok  	github.com/docker/docker/image	0.027s	coverage: 82.8% of statements
17:01:05 [2024-03-07T17:01:05.399Z] ?   	github.com/docker/docker/image/v1	[no test files]
17:01:05 [2024-03-07T17:01:05.399Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
17:01:05 [2024-03-07T17:01:05.399Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
17:01:05 [2024-03-07T17:01:05.399Z] ok  	github.com/docker/docker/internal/mod	0.002s	coverage: 66.7% of statements
17:01:05 [2024-03-07T17:01:05.399Z] ok  	github.com/docker/docker/internal/cleanups	0.003s	coverage: 69.2% of statements
17:01:05 [2024-03-07T17:01:05.399Z] ok  	github.com/docker/docker/image/tarexport	0.006s	coverage: 0.6% of statements
17:01:05 [2024-03-07T17:01:05.399Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
17:01:05 [2024-03-07T17:01:05.655Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:01:05 [2024-03-07T17:01:05.655Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
17:01:05 [2024-03-07T17:01:05.655Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
17:01:05 [2024-03-07T17:01:05.655Z] ok  	github.com/docker/docker/internal/sliceutil	0.002s	coverage: 56.2% of statements
17:01:05 [2024-03-07T17:01:05.655Z] ok  	github.com/docker/docker/internal/safepath	0.005s	coverage: 42.9% of statements
17:01:05 [2024-03-07T17:01:05.655Z] ?   	github.com/docker/docker/internal/testutils/specialimage	[no test files]
17:01:05 [2024-03-07T17:01:05.655Z] ?   	github.com/docker/docker/internal/unix_noeintr	[no test files]
17:01:05 [2024-03-07T17:01:05.655Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
17:01:06 [2024-03-07T17:01:06.217Z] ok  	github.com/docker/docker/distribution	1.840s	coverage: 28.7% of statements
17:01:06 [2024-03-07T17:01:06.217Z] ok  	github.com/docker/docker/daemon	10.519s	coverage: 15.7% of statements
17:01:06 [2024-03-07T17:01:06.473Z] ok  	github.com/docker/docker/distribution/xfer	2.168s	coverage: 85.4% of statements
17:01:06 [2024-03-07T17:01:06.729Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:01:06 [2024-03-07T17:01:06.729Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:01:06 [2024-03-07T17:01:06.729Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
17:01:06 [2024-03-07T17:01:06.729Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:01:06 [2024-03-07T17:01:06.729Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:01:06 [2024-03-07T17:01:06.729Z] ok  	github.com/docker/docker/libcontainerd/queue	0.027s	coverage: 100.0% of statements
17:01:06 [2024-03-07T17:01:06.987Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:01:06 [2024-03-07T17:01:06.987Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 35.8% of statements
17:01:07 [2024-03-07T17:01:07.244Z] ok  	github.com/docker/docker/opts	0.046s	coverage: 67.9% of statements
17:01:07 [2024-03-07T17:01:07.806Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
17:01:07 [2024-03-07T17:01:07.806Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
17:01:07 [2024-03-07T17:01:07.806Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
17:01:07 [2024-03-07T17:01:07.807Z] ok  	github.com/docker/docker/pkg/containerfs	0.005s	coverage: 26.7% of statements
17:01:07 [2024-03-07T17:01:07.807Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
17:01:08 [2024-03-07T17:01:08.063Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.287s	coverage: 83.7% of statements
17:01:08 [2024-03-07T17:01:08.063Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 51.7% of statements
17:01:08 [2024-03-07T17:01:08.063Z] ok  	github.com/docker/docker/pkg/homedir	0.005s	coverage: 6.5% of statements
17:01:08 [2024-03-07T17:01:08.063Z] ok  	github.com/docker/docker/pkg/authorization	0.373s	coverage: 68.3% of statements
17:01:08 [2024-03-07T17:01:08.063Z] ok  	github.com/docker/docker/pkg/archive	0.501s	coverage: 80.9% of statements
17:01:08 [2024-03-07T17:01:08.320Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 45.5% of statements
17:01:08 [2024-03-07T17:01:08.320Z] ok  	github.com/docker/docker/pkg/meminfo	0.004s	coverage: 75.0% of statements
17:01:08 [2024-03-07T17:01:08.320Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.015s	coverage: 92.3% of statements
17:01:08 [2024-03-07T17:01:08.320Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
17:01:08 [2024-03-07T17:01:08.320Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
17:01:08 [2024-03-07T17:01:08.577Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
17:01:08 [2024-03-07T17:01:08.577Z] ok  	github.com/docker/docker/pkg/idtools	0.407s	coverage: 69.7% of statements
17:01:08 [2024-03-07T17:01:08.577Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:01:08 [2024-03-07T17:01:08.577Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:01:08 [2024-03-07T17:01:08.577Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 94.1% of statements
17:01:08 [2024-03-07T17:01:08.577Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.017s	coverage: 90.2% of statements
17:01:08 [2024-03-07T17:01:08.577Z] ok  	github.com/docker/docker/pkg/ioutils	0.373s	coverage: 68.6% of statements
17:01:09 [2024-03-07T17:01:09.140Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:01:09 [2024-03-07T17:01:09.140Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:01:09 [2024-03-07T17:01:09.140Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
17:01:09 [2024-03-07T17:01:09.140Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 90.0% of statements
17:01:09 [2024-03-07T17:01:09.140Z] ok  	github.com/docker/docker/pkg/process	0.004s	coverage: 21.7% of statements
17:01:09 [2024-03-07T17:01:09.140Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
17:01:09 [2024-03-07T17:01:09.396Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
17:01:09 [2024-03-07T17:01:09.396Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
17:01:09 [2024-03-07T17:01:09.396Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
17:01:09 [2024-03-07T17:01:09.396Z] ok  	github.com/docker/docker/pkg/stack	0.005s	coverage: 90.9% of statements
17:01:09 [2024-03-07T17:01:09.396Z] ok  	github.com/docker/docker/pkg/reexec	0.025s	coverage: 82.4% of statements
17:01:09 [2024-03-07T17:01:09.396Z] ok  	github.com/docker/docker/pkg/stdcopy	0.017s	coverage: 100.0% of statements
17:01:09 [2024-03-07T17:01:09.653Z] ok  	github.com/docker/docker/pkg/streamformatter	0.005s	coverage: 64.5% of statements
17:01:09 [2024-03-07T17:01:09.653Z] ok  	github.com/docker/docker/pkg/stringid	0.015s	coverage: 61.9% of statements
17:01:09 [2024-03-07T17:01:09.909Z] ok  	github.com/docker/docker/pkg/system	0.005s	coverage: 41.0% of statements
17:01:09 [2024-03-07T17:01:09.909Z] ok  	github.com/docker/docker/pkg/sysinfo	0.012s	coverage: 53.4% of statements
17:01:09 [2024-03-07T17:01:09.909Z] ok  	github.com/docker/docker/pkg/tailfile	0.033s	coverage: 88.6% of statements
17:01:09 [2024-03-07T17:01:09.909Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
17:01:09 [2024-03-07T17:01:09.909Z] ok  	github.com/docker/docker/pkg/tarsum	0.064s	coverage: 89.6% of statements
17:01:10 [2024-03-07T17:01:10.838Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:01:10 [2024-03-07T17:01:10.838Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
17:01:10 [2024-03-07T17:01:10.838Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
17:01:10 [2024-03-07T17:01:10.838Z] ok  	github.com/docker/docker/plugin/v2	0.017s	coverage: 14.4% of statements
17:01:11 [2024-03-07T17:01:11.094Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 83.7% of statements
17:01:11 [2024-03-07T17:01:11.094Z] ok  	github.com/docker/docker/pkg/plugins	2.014s	coverage: 74.9% of statements
17:01:11 [2024-03-07T17:01:11.094Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
17:01:11 [2024-03-07T17:01:11.656Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:01:11 [2024-03-07T17:01:11.656Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 51.9% of statements
17:01:11 [2024-03-07T17:01:11.656Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 54.0% of statements
17:01:11 [2024-03-07T17:01:11.656Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
17:01:11 [2024-03-07T17:01:11.656Z] ok  	github.com/docker/docker/quota	0.554s	coverage: 69.3% of statements
17:01:11 [2024-03-07T17:01:11.656Z] ok  	github.com/docker/docker/registry	0.139s	coverage: 63.9% of statements
17:01:11 [2024-03-07T17:01:11.913Z] ok  	github.com/docker/docker/testutil	0.005s	coverage: 6.8% of statements
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:01:12 [2024-03-07T17:01:12.169Z] ?   	github.com/docker/docker/volume	[no test files]
17:01:12 [2024-03-07T17:01:12.731Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
17:01:12 [2024-03-07T17:01:12.988Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 62.3% of statements
17:01:12 [2024-03-07T17:01:12.988Z] ok  	github.com/docker/docker/volume/local	0.082s	coverage: 77.2% of statements
17:01:13 [2024-03-07T17:01:13.550Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:01:13 [2024-03-07T17:01:13.550Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:01:13 [2024-03-07T17:01:13.550Z] ok  	github.com/docker/docker/volume/service	0.011s	coverage: 71.8% of statements
17:01:14 [2024-03-07T17:01:14.112Z] ok  	github.com/docker/docker/layer	7.489s	coverage: 68.1% of statements
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === Skipped
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     network_proxy_test.go:210: No support for dual stack yet
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver btrfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver btrfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver btrfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver btrfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver btrfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:68: No driver to put!
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z] time="2024-03-07T17:00:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z] time="2024-03-07T17:00:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z] time="2024-03-07T17:00:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z] time="2024-03-07T17:00:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z] time="2024-03-07T17:00:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:68: No driver to put!
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     overlay_test.go:61: Cannot run test with naive change algorithm
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver zfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver zfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver zfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver zfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:41: Driver zfs not supported
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     graphtest_unix.go:68: No driver to put!
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
17:01:14 [2024-03-07T17:01:14.369Z]     validate_test.go:73: only tested on Windows
17:01:14 [2024-03-07T17:01:14.369Z] 
17:01:14 [2024-03-07T17:01:14.369Z] DONE 3279 tests, 27 skipped in 67.662s
17:01:14 [2024-03-07T17:01:14.369Z] + '[' -n 'github.com/docker/docker/libnetwork
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/bitmap
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/cluster
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/config
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/datastore
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/diagnostic
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/discoverapi
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/driverapi
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/bridge
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/host
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/null
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/overlay
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/remote
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/windows
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/drvregistry
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/etchosts
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/internal/caller
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/internal/kvstore
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/internal/netiputil
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/internal/resolvconf
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/ipam
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/ipamapi
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/ipams/builtin
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/ipams/null
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/ipams/remote
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/ipamutils
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/ipbits
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/iptables
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/netlabel
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/netutils
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/networkdb
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/ns
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/options
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/osl
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/osl/kernel
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/portallocator
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/portmapper
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/resolvconf
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/scope
17:01:14 [2024-03-07T17:01:14.369Z] github.com/docker/docker/libnetwork/types' ']'
17:01:14 [2024-03-07T17:01:14.369Z] + 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/resolvconf 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:02:10 [2024-03-07T17:02:10.539Z] ok  	github.com/docker/docker/libnetwork	44.202s	coverage: 42.9% of statements
17:02:10 [2024-03-07T17:02:10.539Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
17:02:10 [2024-03-07T17:02:10.539Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:02:10 [2024-03-07T17:02:10.539Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:02:10 [2024-03-07T17:02:10.539Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:02:10 [2024-03-07T17:02:10.539Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:02:10 [2024-03-07T17:02:10.539Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:02:10 [2024-03-07T17:02:10.539Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:02:10 [2024-03-07T17:02:10.539Z] ok  	github.com/docker/docker/libnetwork/config	0.011s	coverage: 10.3% of statements
17:02:10 [2024-03-07T17:02:10.539Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 37.0% of statements
17:02:10 [2024-03-07T17:02:10.539Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:02:10 [2024-03-07T17:02:10.539Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:02:10 [2024-03-07T17:02:10.539Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
17:02:10 [2024-03-07T17:02:10.539Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	3.898s	coverage: 63.3% of statements
17:02:10 [2024-03-07T17:02:10.539Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:02:10 [2024-03-07T17:02:10.539Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
17:02:11 [2024-03-07T17:02:11.467Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.934s	coverage: 5.1% of statements
17:02:11 [2024-03-07T17:02:11.467Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:02:11 [2024-03-07T17:02:11.723Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.7% of statements
17:02:11 [2024-03-07T17:02:11.723Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:02:11 [2024-03-07T17:02:11.979Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
17:02:12 [2024-03-07T17:02:12.908Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.009s	coverage: 1.4% of statements
17:02:13 [2024-03-07T17:02:13.165Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.003s	coverage: 45.0% of statements
17:02:13 [2024-03-07T17:02:13.421Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 62.7% of statements
17:02:13 [2024-03-07T17:02:13.983Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.2% of statements
17:02:13 [2024-03-07T17:02:13.983Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:02:13 [2024-03-07T17:02:13.983Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
17:02:13 [2024-03-07T17:02:13.983Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:02:14 [2024-03-07T17:02:14.545Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.018s	coverage: 87.0% of statements
17:02:14 [2024-03-07T17:02:14.801Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 82.1% of statements
17:02:14 [2024-03-07T17:02:14.801Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
17:02:14 [2024-03-07T17:02:14.801Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
17:02:14 [2024-03-07T17:02:14.801Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
17:02:14 [2024-03-07T17:02:14.801Z] ?   	github.com/docker/docker/libnetwork/internal/netiputil	[no test files]
17:02:15 [2024-03-07T17:02:15.364Z] ok  	github.com/docker/docker/libnetwork/internal/resolvconf	0.015s	coverage: 86.2% of statements
17:02:27 [2024-03-07T17:02:27.537Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
17:02:29 [2024-03-07T17:02:29.427Z] ok  	github.com/docker/docker/libnetwork/ipam	3.082s	coverage: 80.3% of statements
17:02:29 [2024-03-07T17:02:29.427Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:02:29 [2024-03-07T17:02:29.427Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:02:29 [2024-03-07T17:02:29.427Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
17:02:29 [2024-03-07T17:02:29.683Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 48.7% of statements
17:02:29 [2024-03-07T17:02:29.683Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:02:29 [2024-03-07T17:02:29.939Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
17:02:30 [2024-03-07T17:02:30.500Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.333s	coverage: 86.4% of statements
17:02:30 [2024-03-07T17:02:30.756Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
17:02:31 [2024-03-07T17:02:31.318Z] ok  	github.com/docker/docker/libnetwork/iptables	0.166s	coverage: 39.9% of statements
17:02:31 [2024-03-07T17:02:31.318Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
17:02:31 [2024-03-07T17:02:31.880Z] ok  	github.com/docker/docker/libnetwork/netutils	0.015s	coverage: 50.6% of statements
17:04:23 [2024-03-07T17:04:23.571Z] time="2024-03-07T17:04:16Z" 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:04:23 [2024-03-07T17:04:23.571Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.865s	coverage: 59.1% of statements
17:04:23 [2024-03-07T17:04:23.571Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:04:23 [2024-03-07T17:04:23.571Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
17:04:23 [2024-03-07T17:04:23.571Z] ok  	github.com/docker/docker/libnetwork/osl	4.433s	coverage: 37.8% of statements
17:04:23 [2024-03-07T17:04:23.571Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
17:04:23 [2024-03-07T17:04:23.571Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.5% of statements
17:04:23 [2024-03-07T17:04:23.828Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.740s	coverage: 47.9% of statements
17:04:24 [2024-03-07T17:04:24.084Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.005s	coverage: 75.8% of statements
17:04:24 [2024-03-07T17:04:24.084Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
17:04:24 [2024-03-07T17:04:24.340Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
17:04:24 [2024-03-07T17:04:24.340Z] 
17:04:24 [2024-03-07T17:04:24.340Z] === Skipped
17:04:24 [2024-03-07T17:04:24.340Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
17:04:24 [2024-03-07T17:04:24.340Z]     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:04:24 [2024-03-07T17:04:24.340Z] 
17:04:24 [2024-03-07T17:04:24.340Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
17:04:24 [2024-03-07T17:04:24.340Z]     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:04:24 [2024-03-07T17:04:24.340Z] 
17:04:24 [2024-03-07T17:04:24.340Z] DONE 438 tests, 2 skipped in 189.996s
Post stage
[Pipeline] junit
17:04:25 [2024-03-07T17:04:25.278Z] Recording test results
17:04:26 [2024-03-07T17:04:26.446Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:04:26 [2024-03-07T17:04:26.743Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47505/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ca43c2b714971ce31e81f569875598ee699e6c12 -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:ca43c2b714971ce31e81f569875598ee699e6c12 hack/make.sh dynbinary test-integration
17:04:27 [2024-03-07T17:04:27.002Z] 
17:04:27 [2024-03-07T17:04:27.002Z] Removing bundles/
17:04:27 [2024-03-07T17:04:27.002Z] 
17:04:27 [2024-03-07T17:04:27.002Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:04:27 [2024-03-07T17:04:27.002Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
17:04:27 [2024-03-07T17:04:27.002Z] + tee /go/src/github.com/docker/docker/go.mod
17:04:27 [2024-03-07T17:04:27.002Z] module github.com/docker/docker
17:04:27 [2024-03-07T17:04:27.002Z] 
17:04:27 [2024-03-07T17:04:27.002Z] go 1.21
17:04:27 [2024-03-07T17:04:27.002Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:04:27 [2024-03-07T17:04:27.002Z] + GO111MODULE=on
17:04:27 [2024-03-07T17:04:27.002Z] + GOTOOLCHAIN=local
17:04:27 [2024-03-07T17:04:27.002Z] + 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=ca43c2b714971ce31e81f569875598ee699e6c12" -X "github.com/docker/docker/dockerversion.BuildTime=2024-03-07T17:04:26.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:05:05 [2024-03-07T17:05:05.678Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:05:05 [2024-03-07T17:05:05.678Z] Created binary: bundles/dynbinary-daemon/dockerd
17:05:05 [2024-03-07T17:05:05.678Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
17:05:05 [2024-03-07T17:05:05.678Z] + tee /go/src/github.com/docker/docker/go.mod
17:05:05 [2024-03-07T17:05:05.678Z] module github.com/docker/docker
17:05:05 [2024-03-07T17:05:05.678Z] 
17:05:05 [2024-03-07T17:05:05.678Z] go 1.21
17:05:05 [2024-03-07T17:05:05.678Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:05:05 [2024-03-07T17:05:05.678Z] + GO111MODULE=on
17:05:05 [2024-03-07T17:05:05.678Z] + GOTOOLCHAIN=local
17:05:05 [2024-03-07T17:05:05.679Z] + 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=ca43c2b714971ce31e81f569875598ee699e6c12" -X "github.com/docker/docker/dockerversion.BuildTime=2024-03-07T17:04:26.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:05:05 [2024-03-07T17:05:05.679Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:05:05 [2024-03-07T17:05:05.679Z] Created binary: bundles/dynbinary-daemon/docker-proxy
17:05:05 [2024-03-07T17:05:05.679Z] 
17:05:05 [2024-03-07T17:05:05.679Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:05:05 [2024-03-07T17:05:05.679Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:05:05 [2024-03-07T17:05:05.679Z] HOSTNAME=8ba445d56baf
17:05:05 [2024-03-07T17:05:05.679Z] TESTDEBUG=0
17:05:05 [2024-03-07T17:05:05.679Z] DEST=bundles/test-integration
17:05:05 [2024-03-07T17:05:05.679Z] PWD=/go/src/github.com/docker/docker
17:05:05 [2024-03-07T17:05:05.679Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
17:05:05 [2024-03-07T17:05:05.679Z] DOCKER_GITCOMMIT=ca43c2b714971ce31e81f569875598ee699e6c12
17:05:05 [2024-03-07T17:05:05.679Z] container=docker
17:05:05 [2024-03-07T17:05:05.679Z] HOME=/root
17:05:05 [2024-03-07T17:05:05.679Z] CONTAINERD_NAMESPACE=moby
17:05:05 [2024-03-07T17:05:05.679Z] GOLANG_VERSION=1.21.8
17:05:05 [2024-03-07T17:05:05.679Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:05:05 [2024-03-07T17:05:05.679Z] VALIDATE_BRANCH=master
17:05:05 [2024-03-07T17:05:05.679Z] TERM=xterm
17:05:05 [2024-03-07T17:05:05.679Z] DOCKER_PKG=github.com/docker/docker
17:05:05 [2024-03-07T17:05:05.679Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
17:05:05 [2024-03-07T17:05:05.679Z] SHLVL=1
17:05:05 [2024-03-07T17:05:05.679Z] TIMEOUT=120m
17:05:05 [2024-03-07T17:05:05.679Z] GOTOOLCHAIN=local
17:05:05 [2024-03-07T17:05:05.679Z] DOCKER_GRAPHDRIVER=overlay2
17:05:05 [2024-03-07T17:05:05.679Z] GO111MODULE=off
17:05:05 [2024-03-07T17:05:05.679Z] DOCKER_EXPERIMENTAL=1
17:05:05 [2024-03-07T17:05:05.679Z] TEST_SKIP_INTEGRATION_CLI=1
17:05:05 [2024-03-07T17:05:05.679Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:05:05 [2024-03-07T17:05:05.679Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:05:05 [2024-03-07T17:05:05.679Z] GOPATH=/go
17:05:05 [2024-03-07T17:05:05.679Z] PKG_CONFIG=pkg-config
17:05:05 [2024-03-07T17:05:05.679Z] _=/usr/bin/env
17:05:05 [2024-03-07T17:05:05.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
17:05:27 [2024-03-07T17:05:27.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
17:05:27 [2024-03-07T17:05:27.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:05:28 [2024-03-07T17:05:28.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:05:30 [2024-03-07T17:05:30.400Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:05:35 [2024-03-07T17:05:35.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:05:38 [2024-03-07T17:05:38.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
17:05:38 [2024-03-07T17:05:38.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:05:39 [2024-03-07T17:05:39.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:05:41 [2024-03-07T17:05:41.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:05:42 [2024-03-07T17:05:42.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
17:05:43 [2024-03-07T17:05:43.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:05:43 [2024-03-07T17:05:43.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:05:45 [2024-03-07T17:05:45.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:05:46 [2024-03-07T17:05:46.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:05:48 [2024-03-07T17:05:48.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:05:49 [2024-03-07T17:05:49.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:05:49 [2024-03-07T17:05:49.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:05:50 [2024-03-07T17:05:50.936Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:05:51 [2024-03-07T17:05:51.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:05:53 [2024-03-07T17:05:53.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:05:53 [2024-03-07T17:05:53.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:05:55 [2024-03-07T17:05:55.157Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:05:56 [2024-03-07T17:05:56.524Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:05:56 [2024-03-07T17:05:56.524Z] Using test binary /usr/local/cli-integration/docker
17:05:56 [2024-03-07T17:05:56.524Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:05:56 [2024-03-07T17:05:56.524Z] +++ /etc/init.d/apparmor start
17:05:56 [2024-03-07T17:05:56.524Z] Not: starting.
17:05:56 [2024-03-07T17:05:56.524Z] INFO: Waiting for daemon to start...
17:05:56 [2024-03-07T17:05:56.524Z] Starting dockerd
17:05:56 [2024-03-07T17:05:56.524Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.pHe6vEnRyi/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
17:06:00 [2024-03-07T17:06:00.690Z] .
17:06:00 [2024-03-07T17:06:00.690Z] Running integration-test (iteration 1)
17:06:00 [2024-03-07T17:06:00.690Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
17:06:00 [2024-03-07T17:06:00.690Z] ++ '[' -n '' ']'
17:06:00 [2024-03-07T17:06:00.690Z] ++ 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:06:00 [2024-03-07T17:06:00.690Z] ++ set -e
17:06:00 [2024-03-07T17:06:00.690Z] ++ '[' -n 0 ']'
17:06:00 [2024-03-07T17:06:00.690Z] ++ set -x
17:06:00 [2024-03-07T17:06:00.690Z] ++ 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.pHe6vEnRyi/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:06:00 [2024-03-07T17:06:00.690Z] Loaded image: busybox:latest
17:06:00 [2024-03-07T17:06:00.690Z] Loaded image: busybox:glibc
17:06:01 [2024-03-07T17:06:01.253Z] Loaded image: debian:bookworm-slim
17:06:01 [2024-03-07T17:06:01.253Z] Loaded image: hello-world:latest
17:06:01 [2024-03-07T17:06:01.253Z] Loaded image: arm32v7/hello-world:latest
17:06:01 [2024-03-07T17:06:01.253Z] INFO: Testing against a local daemon
17:06:01 [2024-03-07T17:06:01.253Z] === RUN   TestCgroupNamespacesBuild
17:06:02 [2024-03-07T17:06:02.619Z] --- PASS: TestCgroupNamespacesBuild (1.11s)
17:06:02 [2024-03-07T17:06:02.619Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:06:03 [2024-03-07T17:06:03.547Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s)
17:06:03 [2024-03-07T17:06:03.547Z] === RUN   TestBuildWithSession
17:06:03 [2024-03-07T17:06:03.547Z]     build_session_test.go:26: TODO: BuildKit
17:06:03 [2024-03-07T17:06:03.547Z] --- SKIP: TestBuildWithSession (0.00s)
17:06:03 [2024-03-07T17:06:03.547Z] === RUN   TestBuildSquashParent
17:06:07 [2024-03-07T17:06:07.715Z] --- PASS: TestBuildSquashParent (3.41s)
17:06:07 [2024-03-07T17:06:07.715Z] === RUN   TestBuildWithRemoveAndForceRemove
17:06:07 [2024-03-07T17:06:07.715Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:06:07 [2024-03-07T17:06:07.715Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:06:07 [2024-03-07T17:06:07.715Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:06:07 [2024-03-07T17:06:07.715Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:06:07 [2024-03-07T17:06:07.715Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:06:07 [2024-03-07T17:06:07.715Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:06:07 [2024-03-07T17:06:07.715Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:06:07 [2024-03-07T17:06:07.715Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:06:07 [2024-03-07T17:06:07.715Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:06:07 [2024-03-07T17:06:07.715Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:06:07 [2024-03-07T17:06:07.715Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:06:07 [2024-03-07T17:06:07.715Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:06:07 [2024-03-07T17:06:07.715Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:06:07 [2024-03-07T17:06:07.715Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:06:07 [2024-03-07T17:06:07.715Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:06:07 [2024-03-07T17:06:07.715Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:06:07 [2024-03-07T17:06:07.715Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:06:07 [2024-03-07T17:06:07.715Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:06:10 [2024-03-07T17:06:10.233Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
17:06:10 [2024-03-07T17:06:10.233Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.72s)
17:06:10 [2024-03-07T17:06:10.233Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.34s)
17:06:10 [2024-03-07T17:06:10.233Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.36s)
17:06:10 [2024-03-07T17:06:10.233Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.47s)
17:06:10 [2024-03-07T17:06:10.233Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.63s)
17:06:10 [2024-03-07T17:06:10.233Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.78s)
17:06:10 [2024-03-07T17:06:10.233Z] === RUN   TestBuildMultiStageCopy
17:06:10 [2024-03-07T17:06:10.233Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:06:10 [2024-03-07T17:06:10.795Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:06:10 [2024-03-07T17:06:10.795Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:06:10 [2024-03-07T17:06:10.795Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:06:11 [2024-03-07T17:06:11.051Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:06:11 [2024-03-07T17:06:11.051Z] --- PASS: TestBuildMultiStageCopy (1.33s)
17:06:11 [2024-03-07T17:06:11.051Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.86s)
17:06:11 [2024-03-07T17:06:11.051Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.07s)
17:06:11 [2024-03-07T17:06:11.051Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.10s)
17:06:11 [2024-03-07T17:06:11.051Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.14s)
17:06:11 [2024-03-07T17:06:11.051Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.13s)
17:06:11 [2024-03-07T17:06:11.051Z] === RUN   TestBuildMultiStageParentConfig
17:06:11 [2024-03-07T17:06:11.613Z] --- PASS: TestBuildMultiStageParentConfig (0.47s)
17:06:11 [2024-03-07T17:06:11.613Z] === RUN   TestBuildLabelWithTargets
17:06:12 [2024-03-07T17:06:12.175Z] --- PASS: TestBuildLabelWithTargets (0.64s)
17:06:12 [2024-03-07T17:06:12.175Z] === RUN   TestBuildWithEmptyLayers
17:06:12 [2024-03-07T17:06:12.431Z] --- PASS: TestBuildWithEmptyLayers (0.14s)
17:06:12 [2024-03-07T17:06:12.431Z] === RUN   TestBuildMultiStageOnBuild
17:06:13 [2024-03-07T17:06:13.359Z] --- PASS: TestBuildMultiStageOnBuild (1.09s)
17:06:13 [2024-03-07T17:06:13.359Z] === RUN   TestBuildUncleanTarFilenames
17:06:13 [2024-03-07T17:06:13.615Z] --- PASS: TestBuildUncleanTarFilenames (0.12s)
17:06:13 [2024-03-07T17:06:13.615Z] === RUN   TestBuildMultiStageLayerLeak
17:06:14 [2024-03-07T17:06:14.544Z] --- PASS: TestBuildMultiStageLayerLeak (1.01s)
17:06:14 [2024-03-07T17:06:14.544Z] === RUN   TestBuildWithHugeFile
17:07:35 [2024-03-07T17:07:35.919Z] --- PASS: TestBuildWithHugeFile (71.32s)
17:07:35 [2024-03-07T17:07:35.919Z] === RUN   TestBuildWCOWSandboxSize
17:07:35 [2024-03-07T17:07:35.919Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:07:35 [2024-03-07T17:07:35.919Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
17:07:35 [2024-03-07T17:07:35.919Z] === RUN   TestBuildWithEmptyDockerfile
17:07:35 [2024-03-07T17:07:35.919Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:07:35 [2024-03-07T17:07:35.919Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:07:35 [2024-03-07T17:07:35.919Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:07:35 [2024-03-07T17:07:35.919Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:07:35 [2024-03-07T17:07:35.919Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:07:35 [2024-03-07T17:07:35.919Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:07:35 [2024-03-07T17:07:35.919Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:07:35 [2024-03-07T17:07:35.919Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:07:35 [2024-03-07T17:07:35.919Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:07:35 [2024-03-07T17:07:35.919Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
17:07:35 [2024-03-07T17:07:35.919Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
17:07:35 [2024-03-07T17:07:35.919Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
17:07:35 [2024-03-07T17:07:35.919Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
17:07:35 [2024-03-07T17:07:35.919Z] === RUN   TestBuildPreserveOwnership
17:07:35 [2024-03-07T17:07:35.919Z] === RUN   TestBuildPreserveOwnership/copy_from
17:07:35 [2024-03-07T17:07:35.919Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:07:35 [2024-03-07T17:07:35.919Z] --- PASS: TestBuildPreserveOwnership (2.24s)
17:07:35 [2024-03-07T17:07:35.919Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.53s)
17:07:35 [2024-03-07T17:07:35.919Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.70s)
17:07:35 [2024-03-07T17:07:35.919Z] === RUN   TestBuildPlatformInvalid
17:07:35 [2024-03-07T17:07:35.919Z] --- PASS: TestBuildPlatformInvalid (0.01s)
17:07:35 [2024-03-07T17:07:35.919Z] === RUN   TestBuildkitHistoryTracePropagation
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" 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:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" 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:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:28Z" level=info msg="[core] [Server #4] Server created" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z]     build_traces_test.go:87: Waiting for trace to be available
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:32Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:32Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
17:07:35 [2024-03-07T17:07:35.919Z] time="2024-03-07T17:07:32Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
17:07:35 [2024-03-07T17:07:35.920Z] time="2024-03-07T17:07:32Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
17:07:35 [2024-03-07T17:07:35.920Z] time="2024-03-07T17:07:32Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
17:07:35 [2024-03-07T17:07:35.920Z] time="2024-03-07T17:07:32Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
17:07:35 [2024-03-07T17:07:35.920Z] --- PASS: TestBuildkitHistoryTracePropagation (4.04s)
17:07:35 [2024-03-07T17:07:35.920Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:07:35 [2024-03-07T17:07:35.920Z] Loaded image: busybox:latest
17:07:35 [2024-03-07T17:07:35.920Z] Loaded image: busybox:glibc
17:07:35 [2024-03-07T17:07:35.920Z] Loaded image: debian:bookworm-slim
17:07:35 [2024-03-07T17:07:35.920Z] Loaded image: hello-world:latest
17:07:35 [2024-03-07T17:07:35.920Z] Loaded image: arm32v7/hello-world:latest
17:07:42 [2024-03-07T17:07:42.457Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.58s)
17:07:42 [2024-03-07T17:07:42.457Z] PASS
17:07:42 [2024-03-07T17:07:42.457Z] 
17:07:42 [2024-03-07T17:07:42.457Z] === Skipped
17:07:42 [2024-03-07T17:07:42.457Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
17:07:42 [2024-03-07T17:07:42.457Z]     build_session_test.go:26: TODO: BuildKit
17:07:42 [2024-03-07T17:07:42.457Z] 
17:07:42 [2024-03-07T17:07:42.457Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
17:07:42 [2024-03-07T17:07:42.457Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:07:42 [2024-03-07T17:07:42.457Z] 
17:07:42 [2024-03-07T17:07:42.457Z] DONE 35 tests, 2 skipped in 101.700s
17:07:42 [2024-03-07T17:07:42.457Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
17:07:42 [2024-03-07T17:07:42.457Z] ++ '[' -n '' ']'
17:07:42 [2024-03-07T17:07:42.457Z] ++ 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:07:42 [2024-03-07T17:07:42.457Z] ++ set -e
17:07:42 [2024-03-07T17:07:42.457Z] ++ '[' -n 0 ']'
17:07:42 [2024-03-07T17:07:42.457Z] ++ set -x
17:07:42 [2024-03-07T17:07:42.457Z] ++ 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.pHe6vEnRyi/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:07:42 [2024-03-07T17:07:42.457Z] INFO: Testing against a local daemon
17:07:42 [2024-03-07T17:07:42.457Z] === RUN   TestNoNewPrivileges
17:07:50 [2024-03-07T17:07:50.544Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
17:07:50 [2024-03-07T17:07:50.800Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
17:07:51 [2024-03-07T17:07:51.362Z] --- PASS: TestNoNewPrivileges (9.47s)
17:07:51 [2024-03-07T17:07:51.362Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.41s)
17:07:51 [2024-03-07T17:07:51.362Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.40s)
17:07:51 [2024-03-07T17:07:51.362Z] PASS
17:07:51 [2024-03-07T17:07:51.362Z] 
17:07:51 [2024-03-07T17:07:51.362Z] DONE 3 tests in 9.498s
17:07:51 [2024-03-07T17:07:51.362Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
17:07:51 [2024-03-07T17:07:51.362Z] ++ '[' -n '' ']'
17:07:51 [2024-03-07T17:07:51.362Z] ++ 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:07:51 [2024-03-07T17:07:51.362Z] ++ set -e
17:07:51 [2024-03-07T17:07:51.362Z] ++ '[' -n 0 ']'
17:07:51 [2024-03-07T17:07:51.362Z] ++ set -x
17:07:51 [2024-03-07T17:07:51.362Z] ++ 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.pHe6vEnRyi/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:07:51 [2024-03-07T17:07:51.362Z] INFO: Testing against a local daemon
17:07:51 [2024-03-07T17:07:51.362Z] === RUN   TestConfigInspect
17:07:53 [2024-03-07T17:07:53.252Z] --- PASS: TestConfigInspect (1.90s)
17:07:53 [2024-03-07T17:07:53.252Z] === RUN   TestConfigList
17:07:54 [2024-03-07T17:07:54.617Z] === RUN   TestConfigList/test_filter_by_name
17:07:54 [2024-03-07T17:07:54.617Z] === RUN   TestConfigList/test_filter_by_id
17:07:54 [2024-03-07T17:07:54.617Z] === RUN   TestConfigList/test_filter_by_label_key_only
17:07:54 [2024-03-07T17:07:54.617Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
17:07:54 [2024-03-07T17:07:54.617Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
17:07:55 [2024-03-07T17:07:55.178Z] --- PASS: TestConfigList (1.93s)
17:07:55 [2024-03-07T17:07:55.178Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
17:07:55 [2024-03-07T17:07:55.178Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
17:07:55 [2024-03-07T17:07:55.178Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
17:07:55 [2024-03-07T17:07:55.178Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
17:07:55 [2024-03-07T17:07:55.178Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
17:07:55 [2024-03-07T17:07:55.178Z] === RUN   TestConfigsCreateAndDelete
17:07:57 [2024-03-07T17:07:57.069Z] --- PASS: TestConfigsCreateAndDelete (1.95s)
17:07:57 [2024-03-07T17:07:57.069Z] === RUN   TestConfigsUpdate
17:07:59 [2024-03-07T17:07:59.586Z] --- PASS: TestConfigsUpdate (1.98s)
17:07:59 [2024-03-07T17:07:59.586Z] === RUN   TestTemplatedConfig
17:08:01 [2024-03-07T17:08:01.476Z] --- PASS: TestTemplatedConfig (2.33s)
17:08:01 [2024-03-07T17:08:01.476Z] === RUN   TestConfigCreateResolve
17:08:03 [2024-03-07T17:08:03.366Z] --- PASS: TestConfigCreateResolve (1.92s)
17:08:03 [2024-03-07T17:08:03.366Z] PASS
17:08:03 [2024-03-07T17:08:03.366Z] 
17:08:03 [2024-03-07T17:08:03.366Z] DONE 11 tests in 12.040s
17:08:03 [2024-03-07T17:08:03.366Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
17:08:03 [2024-03-07T17:08:03.366Z] ++ '[' -n '' ']'
17:08:03 [2024-03-07T17:08:03.366Z] ++ 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:08:03 [2024-03-07T17:08:03.366Z] ++ set -e
17:08:03 [2024-03-07T17:08:03.366Z] ++ '[' -n 0 ']'
17:08:03 [2024-03-07T17:08:03.366Z] ++ set -x
17:08:03 [2024-03-07T17:08:03.366Z] ++ 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.pHe6vEnRyi/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:08:03 [2024-03-07T17:08:03.366Z] INFO: Testing against a local daemon
17:08:03 [2024-03-07T17:08:03.366Z] === RUN   TestAttach
17:08:03 [2024-03-07T17:08:03.366Z] === RUN   TestAttach/without_TTY
17:08:03 [2024-03-07T17:08:03.366Z] === PAUSE TestAttach/without_TTY
17:08:03 [2024-03-07T17:08:03.366Z] === RUN   TestAttach/with_TTY
17:08:03 [2024-03-07T17:08:03.366Z] === PAUSE TestAttach/with_TTY
17:08:03 [2024-03-07T17:08:03.366Z] === CONT  TestAttach/without_TTY
17:08:03 [2024-03-07T17:08:03.366Z] === CONT  TestAttach/with_TTY
17:08:03 [2024-03-07T17:08:03.366Z] --- PASS: TestAttach (0.02s)
17:08:03 [2024-03-07T17:08:03.366Z]     --- PASS: TestAttach/without_TTY (0.06s)
17:08:03 [2024-03-07T17:08:03.366Z]     --- PASS: TestAttach/with_TTY (0.06s)
17:08:03 [2024-03-07T17:08:03.366Z] === RUN   TestCreateWithCDIDevices
17:08:04 [2024-03-07T17:08:04.733Z] --- PASS: TestCreateWithCDIDevices (0.98s)
17:08:04 [2024-03-07T17:08:04.733Z] === RUN   TestCDISpecDirsAreInSystemInfo
17:08:04 [2024-03-07T17:08:04.733Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default
17:08:04 [2024-03-07T17:08:04.989Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned
17:08:05 [2024-03-07T17:08:05.551Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice
17:08:06 [2024-03-07T17:08:06.113Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice
17:08:06 [2024-03-07T17:08:06.675Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice
17:08:07 [2024-03-07T17:08:07.237Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice
17:08:07 [2024-03-07T17:08:07.493Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice
17:08:08 [2024-03-07T17:08:08.055Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice
17:08:08 [2024-03-07T17:08:08.617Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.16s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s)
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestCheckpoint
17:08:08 [2024-03-07T17:08:08.617Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:08:08 [2024-03-07T17:08:08.617Z] --- SKIP: TestCheckpoint (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/commit
17:08:08 [2024-03-07T17:08:08.617Z] === PAUSE TestContainerInvalidJSON/commit
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/create
17:08:08 [2024-03-07T17:08:08.617Z] === PAUSE TestContainerInvalidJSON/containers/create
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
17:08:08 [2024-03-07T17:08:08.617Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
17:08:08 [2024-03-07T17:08:08.617Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
17:08:08 [2024-03-07T17:08:08.617Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
17:08:08 [2024-03-07T17:08:08.617Z] === CONT  TestContainerInvalidJSON/commit
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
17:08:08 [2024-03-07T17:08:08.617Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
17:08:08 [2024-03-07T17:08:08.617Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
17:08:08 [2024-03-07T17:08:08.617Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
17:08:08 [2024-03-07T17:08:08.617Z] === CONT  TestContainerInvalidJSON/containers/create
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/commit/empty_body
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
17:08:08 [2024-03-07T17:08:08.617Z] --- PASS: TestContainerInvalidJSON (0.01s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:08:08 [2024-03-07T17:08:08.617Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
17:08:08 [2024-03-07T17:08:08.617Z] === RUN   TestCopyFromContainerPathIsNotDir
17:08:08 [2024-03-07T17:08:08.873Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
17:08:08 [2024-03-07T17:08:08.873Z] === RUN   TestCopyToContainerPathDoesNotExist
17:08:08 [2024-03-07T17:08:08.873Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
17:08:08 [2024-03-07T17:08:08.873Z] === RUN   TestCopyEmptyFile
17:08:08 [2024-03-07T17:08:08.873Z] --- PASS: TestCopyEmptyFile (0.07s)
17:08:08 [2024-03-07T17:08:08.873Z] === RUN   TestCopyToContainerPathIsNotDir
17:08:08 [2024-03-07T17:08:08.873Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
17:08:08 [2024-03-07T17:08:08.873Z] === RUN   TestCopyFromContainer
17:08:09 [2024-03-07T17:08:09.435Z] === RUN   TestCopyFromContainer//
17:08:09 [2024-03-07T17:08:09.435Z] === RUN   TestCopyFromContainer/.
17:08:09 [2024-03-07T17:08:09.435Z] === RUN   TestCopyFromContainer//.
17:08:09 [2024-03-07T17:08:09.435Z] === RUN   TestCopyFromContainer/./
17:08:09 [2024-03-07T17:08:09.435Z] === RUN   TestCopyFromContainer//./
17:08:09 [2024-03-07T17:08:09.435Z] === RUN   TestCopyFromContainer//bar/root
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer//bar/root/
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer//bar/root/.
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer/bar/quux
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer/bar/quux/
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer/bar/quux/.
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCopyFromContainer/bar/notarget
17:08:09 [2024-03-07T17:08:09.691Z] --- PASS: TestCopyFromContainer (0.75s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer// (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/. (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer//. (0.02s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:08:09 [2024-03-07T17:08:09.691Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:08:09 [2024-03-07T17:08:09.691Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:08:09 [2024-03-07T17:08:09.691Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:08:09 [2024-03-07T17:08:09.691Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:08:09 [2024-03-07T17:08:09.691Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:08:09 [2024-03-07T17:08:09.691Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:08:09 [2024-03-07T17:08:09.691Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateLinkToNonExistingContainer
17:08:09 [2024-03-07T17:08:09.691Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateWithInvalidEnv
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateWithInvalidEnv/0
17:08:09 [2024-03-07T17:08:09.691Z] === PAUSE TestCreateWithInvalidEnv/0
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateWithInvalidEnv/1
17:08:09 [2024-03-07T17:08:09.691Z] === PAUSE TestCreateWithInvalidEnv/1
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateWithInvalidEnv/2
17:08:09 [2024-03-07T17:08:09.691Z] === PAUSE TestCreateWithInvalidEnv/2
17:08:09 [2024-03-07T17:08:09.691Z] === CONT  TestCreateWithInvalidEnv/0
17:08:09 [2024-03-07T17:08:09.691Z] === CONT  TestCreateWithInvalidEnv/2
17:08:09 [2024-03-07T17:08:09.691Z] === CONT  TestCreateWithInvalidEnv/1
17:08:09 [2024-03-07T17:08:09.691Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:08:09 [2024-03-07T17:08:09.691Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateTmpfsMountsTarget
17:08:09 [2024-03-07T17:08:09.691Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
17:08:09 [2024-03-07T17:08:09.691Z] === RUN   TestCreateWithCustomMaskedPaths
17:08:11 [2024-03-07T17:08:11.057Z] --- PASS: TestCreateWithCustomMaskedPaths (1.21s)
17:08:11 [2024-03-07T17:08:11.057Z] === RUN   TestCreateWithCustomReadonlyPaths
17:08:12 [2024-03-07T17:08:12.422Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s)
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:08:12 [2024-03-07T17:08:12.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:08:12 [2024-03-07T17:08:12.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:08:12 [2024-03-07T17:08:12.422Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:08:12 [2024-03-07T17:08:12.422Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:08:12 [2024-03-07T17:08:12.422Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
17:08:12 [2024-03-07T17:08:12.422Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
17:08:12 [2024-03-07T17:08:12.422Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
17:08:12 [2024-03-07T17:08:12.422Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
17:08:12 [2024-03-07T17:08:12.422Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
17:08:12 [2024-03-07T17:08:12.422Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
17:08:12 [2024-03-07T17:08:12.422Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:08:12 [2024-03-07T17:08:12.422Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.36s)
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateDifferentPlatform
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateDifferentPlatform/different_os
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:08:12 [2024-03-07T17:08:12.422Z] --- PASS: TestCreateDifferentPlatform (0.01s)
17:08:12 [2024-03-07T17:08:12.422Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:08:12 [2024-03-07T17:08:12.422Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:08:12 [2024-03-07T17:08:12.422Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:08:12 [2024-03-07T17:08:12.678Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:08:12 [2024-03-07T17:08:12.678Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreateInvalidHostConfig
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
17:08:12 [2024-03-07T17:08:12.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
17:08:12 [2024-03-07T17:08:12.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:08:12 [2024-03-07T17:08:12.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
17:08:12 [2024-03-07T17:08:12.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
17:08:12 [2024-03-07T17:08:12.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
17:08:12 [2024-03-07T17:08:12.678Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
17:08:12 [2024-03-07T17:08:12.678Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
17:08:12 [2024-03-07T17:08:12.678Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:08:12 [2024-03-07T17:08:12.678Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
17:08:12 [2024-03-07T17:08:12.678Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
17:08:12 [2024-03-07T17:08:12.678Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
17:08:12 [2024-03-07T17:08:12.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
17:08:12 [2024-03-07T17:08:12.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
17:08:12 [2024-03-07T17:08:12.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
17:08:12 [2024-03-07T17:08:12.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
17:08:12 [2024-03-07T17:08:12.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreateWithMultipleEndpointSettings
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
17:08:12 [2024-03-07T17:08:12.678Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.06s)
17:08:12 [2024-03-07T17:08:12.678Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.04s)
17:08:12 [2024-03-07T17:08:12.678Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
17:08:12 [2024-03-07T17:08:12.678Z] === RUN   TestCreateWithCustomMACs
17:08:13 [2024-03-07T17:08:13.240Z] --- PASS: TestCreateWithCustomMACs (0.50s)
17:08:13 [2024-03-07T17:08:13.240Z] === RUN   TestContainerStartOnDaemonRestart
17:08:13 [2024-03-07T17:08:13.240Z] === PAUSE TestContainerStartOnDaemonRestart
17:08:13 [2024-03-07T17:08:13.240Z] === RUN   TestDaemonRestartIpcMode
17:08:13 [2024-03-07T17:08:13.240Z] === PAUSE TestDaemonRestartIpcMode
17:08:13 [2024-03-07T17:08:13.240Z] === RUN   TestDaemonHostGatewayIP
17:08:13 [2024-03-07T17:08:13.240Z] === PAUSE TestDaemonHostGatewayIP
17:08:13 [2024-03-07T17:08:13.240Z] === RUN   TestRestartDaemonWithRestartingContainer
17:08:13 [2024-03-07T17:08:13.240Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:08:13 [2024-03-07T17:08:13.240Z] === RUN   TestHardRestartWhenContainerIsRunning
17:08:13 [2024-03-07T17:08:13.240Z] === PAUSE TestHardRestartWhenContainerIsRunning
17:08:13 [2024-03-07T17:08:13.240Z] === RUN   TestContainerKillOnDaemonStart
17:08:13 [2024-03-07T17:08:13.240Z] === PAUSE TestContainerKillOnDaemonStart
17:08:13 [2024-03-07T17:08:13.240Z] === RUN   TestDiff
17:08:13 [2024-03-07T17:08:13.497Z] --- PASS: TestDiff (0.41s)
17:08:13 [2024-03-07T17:08:13.497Z] === RUN   TestDiffStoppedContainer
17:08:14 [2024-03-07T17:08:14.058Z] --- PASS: TestDiffStoppedContainer (0.41s)
17:08:14 [2024-03-07T17:08:14.058Z] === RUN   TestExecConsoleSize
17:08:14 [2024-03-07T17:08:14.314Z] --- PASS: TestExecConsoleSize (0.45s)
17:08:14 [2024-03-07T17:08:14.314Z] === RUN   TestExecWithCloseStdin
17:08:14 [2024-03-07T17:08:14.876Z] --- PASS: TestExecWithCloseStdin (0.44s)
17:08:14 [2024-03-07T17:08:14.876Z] === RUN   TestExec
17:08:15 [2024-03-07T17:08:15.438Z] --- PASS: TestExec (0.44s)
17:08:15 [2024-03-07T17:08:15.438Z] === RUN   TestExecUser
17:08:15 [2024-03-07T17:08:15.694Z] --- PASS: TestExecUser (0.46s)
17:08:15 [2024-03-07T17:08:15.694Z] === RUN   TestExecWithGroupAdd
17:08:16 [2024-03-07T17:08:16.256Z] --- PASS: TestExecWithGroupAdd (0.43s)
17:08:16 [2024-03-07T17:08:16.256Z] === RUN   TestExportContainerAndImportImage
17:08:16 [2024-03-07T17:08:16.818Z] --- PASS: TestExportContainerAndImportImage (0.50s)
17:08:16 [2024-03-07T17:08:16.818Z] === RUN   TestExportContainerAfterDaemonRestart
17:08:23 [2024-03-07T17:08:23.355Z] --- PASS: TestExportContainerAfterDaemonRestart (6.15s)
17:08:23 [2024-03-07T17:08:23.355Z] === RUN   TestHealthCheckWorkdir
17:08:23 [2024-03-07T17:08:23.355Z] --- PASS: TestHealthCheckWorkdir (0.50s)
17:08:23 [2024-03-07T17:08:23.355Z] === RUN   TestHealthKillContainer
17:08:31 [2024-03-07T17:08:31.442Z] --- PASS: TestHealthKillContainer (7.60s)
17:08:31 [2024-03-07T17:08:31.442Z] === RUN   TestHealthCheckProcessKilled
17:08:31 [2024-03-07T17:08:31.698Z] --- PASS: TestHealthCheckProcessKilled (0.61s)
17:08:31 [2024-03-07T17:08:31.698Z] === RUN   TestHealthStartInterval
17:08:33 [2024-03-07T17:08:33.063Z]     health_test.go:141: &{2024-03-07 17:08:32.679858478 +0000 UTC 2024-03-07 17:08:32.70700419 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:08:33 [2024-03-07T17:08:33.063Z]         }
17:08:33 [2024-03-07T17:08:33.063Z]     health_test.go:141: &{2024-03-07 17:08:32.679858478 +0000 UTC 2024-03-07 17:08:32.70700419 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:08:33 [2024-03-07T17:08:33.063Z]         }
17:08:33 [2024-03-07T17:08:33.063Z]     health_test.go:141: &{2024-03-07 17:08:32.679858478 +0000 UTC 2024-03-07 17:08:32.70700419 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:08:33 [2024-03-07T17:08:33.063Z]         }
17:08:33 [2024-03-07T17:08:33.319Z]     health_test.go:141: &{2024-03-07 17:08:32.679858478 +0000 UTC 2024-03-07 17:08:32.70700419 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:08:33 [2024-03-07T17:08:33.319Z]         }
17:08:33 [2024-03-07T17:08:33.319Z]     health_test.go:141: &{2024-03-07 17:08:32.679858478 +0000 UTC 2024-03-07 17:08:32.70700419 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:08:33 [2024-03-07T17:08:33.319Z]         }
17:08:33 [2024-03-07T17:08:33.319Z]     health_test.go:141: &{2024-03-07 17:08:32.679858478 +0000 UTC 2024-03-07 17:08:32.70700419 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:08:33 [2024-03-07T17:08:33.319Z]         }
17:08:33 [2024-03-07T17:08:33.575Z]     health_test.go:141: &{2024-03-07 17:08:32.679858478 +0000 UTC 2024-03-07 17:08:32.70700419 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:08:33 [2024-03-07T17:08:33.575Z]         }
17:08:33 [2024-03-07T17:08:33.575Z]     health_test.go:141: &{2024-03-07 17:08:32.679858478 +0000 UTC 2024-03-07 17:08:32.70700419 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:08:33 [2024-03-07T17:08:33.575Z]         }
17:08:33 [2024-03-07T17:08:33.831Z]     health_test.go:141: &{2024-03-07 17:08:32.679858478 +0000 UTC 2024-03-07 17:08:32.70700419 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:08:33 [2024-03-07T17:08:33.831Z]         }
17:08:33 [2024-03-07T17:08:33.831Z]     health_test.go:141: &{2024-03-07 17:08:32.679858478 +0000 UTC 2024-03-07 17:08:32.70700419 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:08:33 [2024-03-07T17:08:33.831Z]         }
17:08:33 [2024-03-07T17:08:33.831Z]     health_test.go:141: &{2024-03-07 17:08:33.707878497 +0000 UTC 2024-03-07 17:08:33.736549937 +0000 UTC 1 2}
17:08:34 [2024-03-07T17:08:34.087Z]     health_test.go:141: &{2024-03-07 17:08:33.707878497 +0000 UTC 2024-03-07 17:08:33.736549937 +0000 UTC 1 2}
17:08:34 [2024-03-07T17:08:34.087Z]     health_test.go:141: &{2024-03-07 17:08:33.707878497 +0000 UTC 2024-03-07 17:08:33.736549937 +0000 UTC 1 2}
17:08:34 [2024-03-07T17:08:34.343Z]     health_test.go:141: &{2024-03-07 17:08:33.707878497 +0000 UTC 2024-03-07 17:08:33.736549937 +0000 UTC 1 2}
17:08:34 [2024-03-07T17:08:34.343Z]     health_test.go:141: &{2024-03-07 17:08:33.707878497 +0000 UTC 2024-03-07 17:08:33.736549937 +0000 UTC 1 2}
17:08:34 [2024-03-07T17:08:34.343Z]     health_test.go:141: &{2024-03-07 17:08:33.707878497 +0000 UTC 2024-03-07 17:08:33.736549937 +0000 UTC 1 2}
17:08:34 [2024-03-07T17:08:34.599Z]     health_test.go:141: &{2024-03-07 17:08:33.707878497 +0000 UTC 2024-03-07 17:08:33.736549937 +0000 UTC 1 2}
17:08:34 [2024-03-07T17:08:34.599Z]     health_test.go:141: &{2024-03-07 17:08:33.707878497 +0000 UTC 2024-03-07 17:08:33.736549937 +0000 UTC 1 2}
17:08:34 [2024-03-07T17:08:34.855Z]     health_test.go:141: &{2024-03-07 17:08:33.707878497 +0000 UTC 2024-03-07 17:08:33.736549937 +0000 UTC 1 2}
17:08:34 [2024-03-07T17:08:34.855Z]     health_test.go:141: &{2024-03-07 17:08:33.707878497 +0000 UTC 2024-03-07 17:08:33.736549937 +0000 UTC 1 2}
17:08:34 [2024-03-07T17:08:34.855Z]     health_test.go:169: 1.029756642s
17:08:36 [2024-03-07T17:08:36.220Z]     health_test.go:169: 1.029756642s
17:08:37 [2024-03-07T17:08:37.147Z]     health_test.go:169: 1.029756642s
17:08:38 [2024-03-07T17:08:38.074Z]     health_test.go:169: 1.029756642s
17:08:39 [2024-03-07T17:08:39.001Z]     health_test.go:169: 1.029756642s
17:08:39 [2024-03-07T17:08:39.928Z]     health_test.go:169: 1.029756642s
17:08:40 [2024-03-07T17:08:40.855Z]     health_test.go:169: 1.029756642s
17:08:42 [2024-03-07T17:08:42.219Z]     health_test.go:169: 1.029756642s
17:08:43 [2024-03-07T17:08:43.145Z]     health_test.go:169: 1.029756642s
17:08:44 [2024-03-07T17:08:44.072Z]     health_test.go:169: 1.029756642s
17:08:44 [2024-03-07T17:08:44.999Z]     health_test.go:169: 1.029756642s
17:08:45 [2024-03-07T17:08:45.926Z]     health_test.go:169: 1.029756642s
17:08:46 [2024-03-07T17:08:46.854Z]     health_test.go:169: 1.029756642s
17:08:48 [2024-03-07T17:08:48.218Z]     health_test.go:169: 1.029756642s
17:08:49 [2024-03-07T17:08:49.145Z]     health_test.go:169: 1.029756642s
17:08:50 [2024-03-07T17:08:50.072Z]     health_test.go:169: 1.029756642s
17:08:50 [2024-03-07T17:08:50.999Z]     health_test.go:169: 1.029756642s
17:08:51 [2024-03-07T17:08:51.926Z]     health_test.go:169: 1.029756642s
17:08:52 [2024-03-07T17:08:52.854Z]     health_test.go:169: 1.029756642s
17:08:54 [2024-03-07T17:08:54.219Z]     health_test.go:169: 1.029756642s
17:08:55 [2024-03-07T17:08:55.146Z]     health_test.go:169: 1.029756642s
17:08:56 [2024-03-07T17:08:56.073Z]     health_test.go:169: 1.029756642s
17:08:57 [2024-03-07T17:08:57.001Z]     health_test.go:169: 1.029756642s
17:08:57 [2024-03-07T17:08:57.927Z]     health_test.go:169: 1.029756642s
17:08:58 [2024-03-07T17:08:58.854Z]     health_test.go:169: 1.029756642s
17:09:00 [2024-03-07T17:09:00.218Z]     health_test.go:169: 1.029756642s
17:09:01 [2024-03-07T17:09:01.146Z]     health_test.go:169: 1.029756642s
17:09:02 [2024-03-07T17:09:02.073Z]     health_test.go:169: 1.029756642s
17:09:03 [2024-03-07T17:09:03.000Z]     health_test.go:169: 1.029756642s
17:09:03 [2024-03-07T17:09:03.928Z]     health_test.go:169: 1.029756642s
17:09:05 [2024-03-07T17:09:05.294Z] --- PASS: TestHealthStartInterval (33.57s)
17:09:05 [2024-03-07T17:09:05.294Z] === RUN   TestInspectAnnotations
17:09:05 [2024-03-07T17:09:05.294Z] --- PASS: TestInspectAnnotations (0.05s)
17:09:05 [2024-03-07T17:09:05.294Z] === RUN   TestNetworkAliasesAreEmpty
17:09:05 [2024-03-07T17:09:05.294Z] === RUN   TestNetworkAliasesAreEmpty/host
17:09:05 [2024-03-07T17:09:05.294Z] === RUN   TestNetworkAliasesAreEmpty/bridge
17:09:05 [2024-03-07T17:09:05.294Z] === RUN   TestNetworkAliasesAreEmpty/none
17:09:05 [2024-03-07T17:09:05.294Z] --- PASS: TestNetworkAliasesAreEmpty (0.12s)
17:09:05 [2024-03-07T17:09:05.294Z]     --- PASS: TestNetworkAliasesAreEmpty/host (0.04s)
17:09:05 [2024-03-07T17:09:05.294Z]     --- PASS: TestNetworkAliasesAreEmpty/bridge (0.04s)
17:09:05 [2024-03-07T17:09:05.294Z]     --- PASS: TestNetworkAliasesAreEmpty/none (0.04s)
17:09:05 [2024-03-07T17:09:05.294Z] === RUN   TestIpcModeNone
17:09:05 [2024-03-07T17:09:05.856Z] --- PASS: TestIpcModeNone (0.42s)
17:09:05 [2024-03-07T17:09:05.856Z] === RUN   TestIpcModePrivate
17:09:06 [2024-03-07T17:09:06.112Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
17:09:06 [2024-03-07T17:09:06.112Z] --- PASS: TestIpcModePrivate (0.47s)
17:09:06 [2024-03-07T17:09:06.112Z] === RUN   TestIpcModeShareable
17:09:06 [2024-03-07T17:09:06.371Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
17:09:06 [2024-03-07T17:09:06.627Z] --- PASS: TestIpcModeShareable (0.41s)
17:09:06 [2024-03-07T17:09:06.627Z] === RUN   TestAPIIpcModeShareableAndContainer
17:09:07 [2024-03-07T17:09:07.555Z] --- PASS: TestAPIIpcModeShareableAndContainer (0.99s)
17:09:07 [2024-03-07T17:09:07.555Z] === RUN   TestAPIIpcModeHost
17:09:07 [2024-03-07T17:09:07.811Z] --- PASS: TestAPIIpcModeHost (0.27s)
17:09:07 [2024-03-07T17:09:07.811Z] === RUN   TestDaemonIpcModeShareable
17:09:08 [2024-03-07T17:09:08.739Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
17:09:08 [2024-03-07T17:09:08.995Z] --- PASS: TestDaemonIpcModeShareable (1.05s)
17:09:08 [2024-03-07T17:09:08.995Z] === RUN   TestDaemonIpcModePrivate
17:09:09 [2024-03-07T17:09:09.950Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
17:09:09 [2024-03-07T17:09:09.950Z] --- PASS: TestDaemonIpcModePrivate (0.99s)
17:09:09 [2024-03-07T17:09:09.950Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:09:10 [2024-03-07T17:09:10.972Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
17:09:10 [2024-03-07T17:09:10.972Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.06s)
17:09:10 [2024-03-07T17:09:10.972Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:09:12 [2024-03-07T17:09:12.033Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
17:09:12 [2024-03-07T17:09:12.033Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s)
17:09:12 [2024-03-07T17:09:12.033Z] === RUN   TestIpcModeOlderClient
17:09:12 [2024-03-07T17:09:12.033Z] === PAUSE TestIpcModeOlderClient
17:09:12 [2024-03-07T17:09:12.033Z] === RUN   TestKillContainerInvalidSignal
17:09:12 [2024-03-07T17:09:12.595Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
17:09:12 [2024-03-07T17:09:12.595Z] === RUN   TestKillContainer
17:09:12 [2024-03-07T17:09:12.595Z] === RUN   TestKillContainer/no_signal
17:09:12 [2024-03-07T17:09:12.851Z] === RUN   TestKillContainer/non_killing_signal
17:09:13 [2024-03-07T17:09:13.110Z] === RUN   TestKillContainer/killing_signal
17:09:14 [2024-03-07T17:09:14.037Z] --- PASS: TestKillContainer (1.27s)
17:09:14 [2024-03-07T17:09:14.037Z]     --- PASS: TestKillContainer/no_signal (0.42s)
17:09:14 [2024-03-07T17:09:14.037Z]     --- PASS: TestKillContainer/non_killing_signal (0.21s)
17:09:14 [2024-03-07T17:09:14.037Z]     --- PASS: TestKillContainer/killing_signal (0.39s)
17:09:14 [2024-03-07T17:09:14.037Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:09:14 [2024-03-07T17:09:14.037Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:09:14 [2024-03-07T17:09:14.293Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:09:14 [2024-03-07T17:09:14.549Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s)
17:09:14 [2024-03-07T17:09:14.549Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
17:09:14 [2024-03-07T17:09:14.549Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s)
17:09:14 [2024-03-07T17:09:14.549Z] === RUN   TestKillStoppedContainer
17:09:14 [2024-03-07T17:09:14.805Z] --- PASS: TestKillStoppedContainer (0.04s)
17:09:14 [2024-03-07T17:09:14.805Z] === RUN   TestKillDifferentUserContainer
17:09:15 [2024-03-07T17:09:15.061Z] --- PASS: TestKillDifferentUserContainer (0.38s)
17:09:15 [2024-03-07T17:09:15.061Z] === RUN   TestInspectOomKilledTrue
17:09:15 [2024-03-07T17:09:15.623Z] --- PASS: TestInspectOomKilledTrue (0.45s)
17:09:15 [2024-03-07T17:09:15.623Z] === RUN   TestInspectOomKilledFalse
17:09:15 [2024-03-07T17:09:15.879Z] --- PASS: TestInspectOomKilledFalse (0.39s)
17:09:15 [2024-03-07T17:09:15.879Z] === RUN   TestLinksEtcHostsContentMatch
17:09:16 [2024-03-07T17:09:16.135Z] --- PASS: TestLinksEtcHostsContentMatch (0.21s)
17:09:16 [2024-03-07T17:09:16.135Z] === RUN   TestLinksContainerNames
17:09:17 [2024-03-07T17:09:17.063Z] --- PASS: TestLinksContainerNames (0.78s)
17:09:17 [2024-03-07T17:09:17.063Z] === RUN   TestLogsFollowTailEmpty
17:09:17 [2024-03-07T17:09:17.319Z] --- PASS: TestLogsFollowTailEmpty (0.41s)
17:09:17 [2024-03-07T17:09:17.319Z] === RUN   TestLogs
17:09:17 [2024-03-07T17:09:17.319Z] === RUN   TestLogs/driver_local
17:09:17 [2024-03-07T17:09:17.319Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === RUN   TestLogs/driver_local/tty/only_stdout
17:09:17 [2024-03-07T17:09:17.319Z] === PAUSE TestLogs/driver_local/tty/only_stdout
17:09:17 [2024-03-07T17:09:17.319Z] === RUN   TestLogs/driver_local/tty/only_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === PAUSE TestLogs/driver_local/tty/only_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
17:09:17 [2024-03-07T17:09:17.319Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
17:09:17 [2024-03-07T17:09:17.319Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
17:09:17 [2024-03-07T17:09:17.319Z] === CONT  TestLogs/driver_local/tty/only_stderr
17:09:17 [2024-03-07T17:09:17.319Z] === CONT  TestLogs/driver_local/tty/only_stdout
17:09:18 [2024-03-07T17:09:18.686Z] === RUN   TestLogs/driver_json-file
17:09:18 [2024-03-07T17:09:18.686Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
17:09:18 [2024-03-07T17:09:18.686Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
17:09:18 [2024-03-07T17:09:18.686Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
17:09:18 [2024-03-07T17:09:18.686Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
17:09:18 [2024-03-07T17:09:18.686Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
17:09:18 [2024-03-07T17:09:18.686Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
17:09:18 [2024-03-07T17:09:18.686Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
17:09:20 [2024-03-07T17:09:20.052Z] --- PASS: TestLogs (2.59s)
17:09:20 [2024-03-07T17:09:20.052Z]     --- PASS: TestLogs/driver_local (0.01s)
17:09:20 [2024-03-07T17:09:20.052Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.71s)
17:09:20 [2024-03-07T17:09:20.052Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.97s)
17:09:20 [2024-03-07T17:09:20.052Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.04s)
17:09:20 [2024-03-07T17:09:20.052Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.14s)
17:09:20 [2024-03-07T17:09:20.052Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.23s)
17:09:20 [2024-03-07T17:09:20.052Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.30s)
17:09:20 [2024-03-07T17:09:20.052Z]     --- PASS: TestLogs/driver_json-file (0.01s)
17:09:20 [2024-03-07T17:09:20.053Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.71s)
17:09:20 [2024-03-07T17:09:20.053Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.88s)
17:09:20 [2024-03-07T17:09:20.053Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.03s)
17:09:20 [2024-03-07T17:09:20.053Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.15s)
17:09:20 [2024-03-07T17:09:20.053Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.19s)
17:09:20 [2024-03-07T17:09:20.053Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.28s)
17:09:20 [2024-03-07T17:09:20.053Z] === RUN   TestContainerNetworkMountsNoChown
17:09:20 [2024-03-07T17:09:20.309Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/default
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/default
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/private
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/private
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rprivate
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rprivate
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/slave
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/slave
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rslave
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rslave
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/shared
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/shared
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rshared
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rshared
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/default
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rslave
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rshared
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/default/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rprivate
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/shared
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/private
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/default/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/slave
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/private/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/default/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/private/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/default/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/private/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/private/bind_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:09:20 [2024-03-07T17:09:20.309Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:09:20 [2024-03-07T17:09:20.566Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:09:20 [2024-03-07T17:09:20.566Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:09:20 [2024-03-07T17:09:20.566Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:09:20 [2024-03-07T17:09:20.566Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:09:20 [2024-03-07T17:09:20.566Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:09:20 [2024-03-07T17:09:20.566Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:09:20 [2024-03-07T17:09:20.566Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:09:20 [2024-03-07T17:09:20.566Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:09:20 [2024-03-07T17:09:20.566Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:09:20 [2024-03-07T17:09:20.566Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:09:20 [2024-03-07T17:09:20.566Z] --- PASS: TestMountDaemonRoot (0.01s)
17:09:20 [2024-03-07T17:09:20.566Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
17:09:20 [2024-03-07T17:09:20.566Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.06s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
17:09:20 [2024-03-07T17:09:20.566Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
17:09:20 [2024-03-07T17:09:20.566Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s)
17:09:20 [2024-03-07T17:09:20.566Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
17:09:20 [2024-03-07T17:09:20.566Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
17:09:20 [2024-03-07T17:09:20.566Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
17:09:20 [2024-03-07T17:09:20.566Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
17:09:20 [2024-03-07T17:09:20.566Z] === RUN   TestContainerBindMountNonRecursive
17:09:21 [2024-03-07T17:09:21.494Z] --- PASS: TestContainerBindMountNonRecursive (0.98s)
17:09:21 [2024-03-07T17:09:21.494Z] === RUN   TestContainerVolumesMountedAsShared
17:09:22 [2024-03-07T17:09:22.056Z] --- PASS: TestContainerVolumesMountedAsShared (0.36s)
17:09:22 [2024-03-07T17:09:22.056Z] === RUN   TestContainerVolumesMountedAsSlave
17:09:22 [2024-03-07T17:09:22.056Z] --- PASS: TestContainerVolumesMountedAsSlave (0.23s)
17:09:22 [2024-03-07T17:09:22.056Z] === RUN   TestContainerCopyLeaksMounts
17:09:22 [2024-03-07T17:09:22.618Z] --- PASS: TestContainerCopyLeaksMounts (0.42s)
17:09:22 [2024-03-07T17:09:22.618Z] === RUN   TestContainerBindMountReadOnlyDefault
17:09:22 [2024-03-07T17:09:22.618Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44
17:09:22 [2024-03-07T17:09:22.618Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount
17:09:22 [2024-03-07T17:09:22.874Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount
17:09:23 [2024-03-07T17:09:23.436Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44
17:09:23 [2024-03-07T17:09:23.436Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount
17:09:23 [2024-03-07T17:09:23.692Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount
17:09:24 [2024-03-07T17:09:24.254Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default
17:09:24 [2024-03-07T17:09:24.254Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount
17:09:24 [2024-03-07T17:09:24.510Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount
17:09:25 [2024-03-07T17:09:25.072Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default
17:09:25 [2024-03-07T17:09:25.072Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount
17:09:25 [2024-03-07T17:09:25.328Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount
17:09:25 [2024-03-07T17:09:25.890Z] --- PASS: TestContainerBindMountReadOnlyDefault (3.21s)
17:09:25 [2024-03-07T17:09:25.890Z]     --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 (0.82s)
17:09:25 [2024-03-07T17:09:25.890Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount (0.41s)
17:09:25 [2024-03-07T17:09:25.890Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount (0.41s)
17:09:25 [2024-03-07T17:09:25.890Z]     --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 (0.79s)
17:09:25 [2024-03-07T17:09:25.890Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount (0.40s)
17:09:25 [2024-03-07T17:09:25.890Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount (0.39s)
17:09:25 [2024-03-07T17:09:25.890Z]     --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default (0.74s)
17:09:25 [2024-03-07T17:09:25.890Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount (0.36s)
17:09:25 [2024-03-07T17:09:25.890Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount (0.37s)
17:09:25 [2024-03-07T17:09:25.890Z]     --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default (0.80s)
17:09:25 [2024-03-07T17:09:25.890Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount (0.40s)
17:09:25 [2024-03-07T17:09:25.890Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount (0.39s)
17:09:25 [2024-03-07T17:09:25.890Z] === RUN   TestContainerBindMountRecursivelyReadOnly
17:09:27 [2024-03-07T17:09:27.255Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.22s)
17:09:27 [2024-03-07T17:09:27.256Z] === RUN   TestNetworkNat
17:09:27 [2024-03-07T17:09:27.511Z] --- PASS: TestNetworkNat (0.46s)
17:09:27 [2024-03-07T17:09:27.511Z] === RUN   TestNetworkLocalhostTCPNat
17:09:27 [2024-03-07T17:09:27.767Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s)
17:09:27 [2024-03-07T17:09:27.767Z] === RUN   TestNetworkLoopbackNat
17:09:30 [2024-03-07T17:09:30.284Z] --- PASS: TestNetworkLoopbackNat (2.51s)
17:09:30 [2024-03-07T17:09:30.284Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
17:09:30 [2024-03-07T17:09:30.540Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
17:09:30 [2024-03-07T17:09:30.540Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
17:09:30 [2024-03-07T17:09:30.540Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
17:09:30 [2024-03-07T17:09:30.540Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
17:09:30 [2024-03-07T17:09:30.799Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.40s)
17:09:30 [2024-03-07T17:09:30.799Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s)
17:09:30 [2024-03-07T17:09:30.799Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
17:09:30 [2024-03-07T17:09:30.799Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
17:09:30 [2024-03-07T17:09:30.799Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
17:09:30 [2024-03-07T17:09:30.799Z] === RUN   TestPause
17:09:31 [2024-03-07T17:09:31.361Z] --- PASS: TestPause (0.44s)
17:09:31 [2024-03-07T17:09:31.361Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:09:31 [2024-03-07T17:09:31.361Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:09:31 [2024-03-07T17:09:31.361Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:09:31 [2024-03-07T17:09:31.361Z] === RUN   TestPauseStopPausedContainer
17:09:31 [2024-03-07T17:09:31.616Z] --- PASS: TestPauseStopPausedContainer (0.44s)
17:09:31 [2024-03-07T17:09:31.616Z] === RUN   TestPIDModeHost
17:09:32 [2024-03-07T17:09:32.544Z] --- PASS: TestPIDModeHost (0.85s)
17:09:32 [2024-03-07T17:09:32.544Z] === RUN   TestPIDModeContainer
17:09:32 [2024-03-07T17:09:32.544Z] === RUN   TestPIDModeContainer/non-existing_container
17:09:32 [2024-03-07T17:09:32.544Z] === RUN   TestPIDModeContainer/non-running_container
17:09:32 [2024-03-07T17:09:32.801Z] === RUN   TestPIDModeContainer/running_container
17:09:33 [2024-03-07T17:09:33.363Z] --- PASS: TestPIDModeContainer (0.95s)
17:09:33 [2024-03-07T17:09:33.363Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
17:09:33 [2024-03-07T17:09:33.363Z]     --- PASS: TestPIDModeContainer/non-running_container (0.17s)
17:09:33 [2024-03-07T17:09:33.363Z]     --- PASS: TestPIDModeContainer/running_container (0.39s)
17:09:33 [2024-03-07T17:09:33.363Z] === RUN   TestPsFilter
17:09:33 [2024-03-07T17:09:33.618Z] === RUN   TestPsFilter/since
17:09:33 [2024-03-07T17:09:33.618Z] === RUN   TestPsFilter/before
17:09:33 [2024-03-07T17:09:33.618Z] --- PASS: TestPsFilter (0.12s)
17:09:33 [2024-03-07T17:09:33.618Z]     --- PASS: TestPsFilter/since (0.00s)
17:09:33 [2024-03-07T17:09:33.618Z]     --- PASS: TestPsFilter/before (0.00s)
17:09:33 [2024-03-07T17:09:33.618Z] === RUN   TestRemoveContainerWithRemovedVolume
17:09:33 [2024-03-07T17:09:33.875Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s)
17:09:33 [2024-03-07T17:09:33.875Z] === RUN   TestRemoveContainerWithVolume
17:09:34 [2024-03-07T17:09:34.436Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
17:09:34 [2024-03-07T17:09:34.436Z] === RUN   TestRemoveContainerRunning
17:09:34 [2024-03-07T17:09:34.998Z] --- PASS: TestRemoveContainerRunning (0.43s)
17:09:34 [2024-03-07T17:09:34.998Z] === RUN   TestRemoveContainerForceRemoveRunning
17:09:35 [2024-03-07T17:09:35.254Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
17:09:35 [2024-03-07T17:09:35.254Z] === RUN   TestRemoveInvalidContainer
17:09:35 [2024-03-07T17:09:35.254Z] --- PASS: TestRemoveInvalidContainer (0.01s)
17:09:35 [2024-03-07T17:09:35.254Z] === RUN   TestRenameLinkedContainer
17:09:37 [2024-03-07T17:09:37.143Z] --- PASS: TestRenameLinkedContainer (1.69s)
17:09:37 [2024-03-07T17:09:37.143Z] === RUN   TestRenameStoppedContainer
17:09:37 [2024-03-07T17:09:37.399Z] --- PASS: TestRenameStoppedContainer (0.43s)
17:09:37 [2024-03-07T17:09:37.399Z] === RUN   TestRenameRunningContainerAndReuse
17:09:38 [2024-03-07T17:09:38.327Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s)
17:09:38 [2024-03-07T17:09:38.327Z] === RUN   TestRenameInvalidName
17:09:38 [2024-03-07T17:09:38.583Z] --- PASS: TestRenameInvalidName (0.43s)
17:09:38 [2024-03-07T17:09:38.583Z] === RUN   TestRenameAnonymousContainer
17:09:39 [2024-03-07T17:09:39.948Z] --- PASS: TestRenameAnonymousContainer (1.34s)
17:09:39 [2024-03-07T17:09:39.948Z] === RUN   TestRenameContainerWithSameName
17:09:40 [2024-03-07T17:09:40.510Z] --- PASS: TestRenameContainerWithSameName (0.38s)
17:09:40 [2024-03-07T17:09:40.510Z] === RUN   TestRenameContainerWithLinkedContainer
17:09:41 [2024-03-07T17:09:41.438Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s)
17:09:41 [2024-03-07T17:09:41.438Z] === RUN   TestRenameContainerTwice
17:09:41 [2024-03-07T17:09:41.693Z] --- PASS: TestRenameContainerTwice (0.44s)
17:09:41 [2024-03-07T17:09:41.693Z] === RUN   TestResize
17:09:41 [2024-03-07T17:09:41.693Z] === RUN   TestResize/success
17:09:41 [2024-03-07T17:09:41.949Z] === RUN   TestResize/invalid_size
17:09:41 [2024-03-07T17:09:41.949Z] === RUN   TestResize/invalid_state
17:09:42 [2024-03-07T17:09:42.512Z] --- PASS: TestResize (0.85s)
17:09:42 [2024-03-07T17:09:42.512Z]     --- PASS: TestResize/success (0.20s)
17:09:42 [2024-03-07T17:09:42.512Z]     --- PASS: TestResize/invalid_size (0.19s)
17:09:42 [2024-03-07T17:09:42.512Z]     --- PASS: TestResize/invalid_state (0.04s)
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:09:42 [2024-03-07T17:09:42.512Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:09:43 [2024-03-07T17:09:43.880Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:09:44 [2024-03-07T17:09:44.137Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:09:44 [2024-03-07T17:09:44.394Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:09:44 [2024-03-07T17:09:44.650Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:09:44 [2024-03-07T17:09:44.650Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:09:44 [2024-03-07T17:09:44.650Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:09:44 [2024-03-07T17:09:44.650Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:09:44 [2024-03-07T17:09:44.906Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:09:50 [2024-03-07T17:09:50.156Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.26s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.59s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.91s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.02s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.19s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.19s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.26s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.19s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.20s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.69s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.80s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.97s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.38s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.45s)
17:09:50 [2024-03-07T17:09:50.156Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.83s)
17:09:50 [2024-03-07T17:09:50.156Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
17:09:50 [2024-03-07T17:09:50.156Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
17:09:50 [2024-03-07T17:09:50.413Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
17:09:51 [2024-03-07T17:09:51.342Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.73s)
17:09:51 [2024-03-07T17:09:51.342Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.83s)
17:09:51 [2024-03-07T17:09:51.343Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.89s)
17:09:51 [2024-03-07T17:09:51.343Z] === RUN   TestContainerRestartWithCancelledRequest
17:09:53 [2024-03-07T17:09:53.233Z] --- PASS: TestContainerRestartWithCancelledRequest (1.80s)
17:09:53 [2024-03-07T17:09:53.233Z] === RUN   TestCgroupNamespacesRun
17:09:54 [2024-03-07T17:09:54.162Z] --- PASS: TestCgroupNamespacesRun (0.99s)
17:09:54 [2024-03-07T17:09:54.162Z] === RUN   TestCgroupNamespacesRunPrivileged
17:09:55 [2024-03-07T17:09:55.089Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.01s)
17:09:55 [2024-03-07T17:09:55.089Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:09:56 [2024-03-07T17:09:56.018Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.01s)
17:09:56 [2024-03-07T17:09:56.018Z] === RUN   TestCgroupNamespacesRunHostMode
17:09:57 [2024-03-07T17:09:57.384Z] --- PASS: TestCgroupNamespacesRunHostMode (1.01s)
17:09:57 [2024-03-07T17:09:57.384Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:09:58 [2024-03-07T17:09:58.313Z] --- PASS: TestCgroupNamespacesRunPrivateMode (0.99s)
17:09:58 [2024-03-07T17:09:58.313Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:09:59 [2024-03-07T17:09:59.242Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.03s)
17:09:59 [2024-03-07T17:09:59.242Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:09:59 [2024-03-07T17:09:59.804Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s)
17:09:59 [2024-03-07T17:09:59.804Z] === RUN   TestCgroupNamespacesRunOlderClient
17:10:00 [2024-03-07T17:10:00.733Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.04s)
17:10:00 [2024-03-07T17:10:00.733Z] === RUN   TestNISDomainname
17:10:01 [2024-03-07T17:10:01.296Z] --- PASS: TestNISDomainname (0.49s)
17:10:01 [2024-03-07T17:10:01.296Z] === RUN   TestHostnameDnsResolution
17:10:01 [2024-03-07T17:10:01.858Z] --- PASS: TestHostnameDnsResolution (0.60s)
17:10:01 [2024-03-07T17:10:01.858Z] === RUN   TestUnprivilegedPortsAndPing
17:10:02 [2024-03-07T17:10:02.420Z] --- PASS: TestUnprivilegedPortsAndPing (0.46s)
17:10:02 [2024-03-07T17:10:02.420Z] === RUN   TestPrivilegedHostDevices
17:10:02 [2024-03-07T17:10:02.677Z] --- PASS: TestPrivilegedHostDevices (0.47s)
17:10:02 [2024-03-07T17:10:02.677Z] === RUN   TestRunConsoleSize
17:10:03 [2024-03-07T17:10:03.239Z] --- PASS: TestRunConsoleSize (0.43s)
17:10:03 [2024-03-07T17:10:03.239Z] === RUN   TestRunWithAlternativeContainerdShim
17:10:08 [2024-03-07T17:10:08.486Z] --- PASS: TestRunWithAlternativeContainerdShim (5.26s)
17:10:08 [2024-03-07T17:10:08.486Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
17:10:09 [2024-03-07T17:10:09.414Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.07s)
17:10:09 [2024-03-07T17:10:09.414Z] === RUN   TestStaticIPOutsideSubpool
17:10:10 [2024-03-07T17:10:10.782Z] --- PASS: TestStaticIPOutsideSubpool (1.14s)
17:10:10 [2024-03-07T17:10:10.782Z] === RUN   TestStats
17:10:12 [2024-03-07T17:10:12.148Z] --- PASS: TestStats (1.43s)
17:10:12 [2024-03-07T17:10:12.148Z] === RUN   TestStopContainerWithTimeout
17:10:12 [2024-03-07T17:10:12.148Z] === RUN   TestStopContainerWithTimeout/0
17:10:12 [2024-03-07T17:10:12.148Z] === PAUSE TestStopContainerWithTimeout/0
17:10:12 [2024-03-07T17:10:12.148Z] === RUN   TestStopContainerWithTimeout/1
17:10:12 [2024-03-07T17:10:12.148Z] === PAUSE TestStopContainerWithTimeout/1
17:10:12 [2024-03-07T17:10:12.148Z] === RUN   TestStopContainerWithTimeout/3
17:10:12 [2024-03-07T17:10:12.148Z] === PAUSE TestStopContainerWithTimeout/3
17:10:12 [2024-03-07T17:10:12.148Z] === RUN   TestStopContainerWithTimeout/-1
17:10:12 [2024-03-07T17:10:12.148Z] === PAUSE TestStopContainerWithTimeout/-1
17:10:12 [2024-03-07T17:10:12.148Z] === CONT  TestStopContainerWithTimeout/0
17:10:12 [2024-03-07T17:10:12.148Z] === CONT  TestStopContainerWithTimeout/3
17:10:12 [2024-03-07T17:10:12.148Z] === CONT  TestStopContainerWithTimeout/-1
17:10:12 [2024-03-07T17:10:12.148Z] === CONT  TestStopContainerWithTimeout/1
17:10:14 [2024-03-07T17:10:14.666Z] --- PASS: TestStopContainerWithTimeout (0.04s)
17:10:14 [2024-03-07T17:10:14.666Z]     --- PASS: TestStopContainerWithTimeout/0 (0.67s)
17:10:14 [2024-03-07T17:10:14.666Z]     --- PASS: TestStopContainerWithTimeout/1 (1.67s)
17:10:14 [2024-03-07T17:10:14.666Z]     --- PASS: TestStopContainerWithTimeout/3 (2.42s)
17:10:14 [2024-03-07T17:10:14.666Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.63s)
17:10:14 [2024-03-07T17:10:14.666Z] === RUN   TestStopContainerWithTimeoutCancel
17:10:14 [2024-03-07T17:10:14.666Z] === PAUSE TestStopContainerWithTimeoutCancel
17:10:14 [2024-03-07T17:10:14.666Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:10:16 [2024-03-07T17:10:16.033Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.14s)
17:10:16 [2024-03-07T17:10:16.033Z] === RUN   TestUpdateMemory
17:10:16 [2024-03-07T17:10:16.289Z] --- PASS: TestUpdateMemory (0.46s)
17:10:16 [2024-03-07T17:10:16.289Z] === RUN   TestUpdateCPUQuota
17:10:17 [2024-03-07T17:10:17.217Z] --- PASS: TestUpdateCPUQuota (0.65s)
17:10:17 [2024-03-07T17:10:17.217Z] === RUN   TestUpdatePidsLimit
17:10:17 [2024-03-07T17:10:17.217Z] === RUN   TestUpdatePidsLimit/update_from_none
17:10:17 [2024-03-07T17:10:17.217Z] === RUN   TestUpdatePidsLimit/no_change
17:10:17 [2024-03-07T17:10:17.474Z] === RUN   TestUpdatePidsLimit/update_lower
17:10:17 [2024-03-07T17:10:17.474Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:10:17 [2024-03-07T17:10:17.730Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:10:17 [2024-03-07T17:10:17.730Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:10:17 [2024-03-07T17:10:17.986Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:10:18 [2024-03-07T17:10:18.548Z] --- PASS: TestUpdatePidsLimit (1.54s)
17:10:18 [2024-03-07T17:10:18.548Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.16s)
17:10:18 [2024-03-07T17:10:18.548Z]     --- PASS: TestUpdatePidsLimit/no_change (0.16s)
17:10:18 [2024-03-07T17:10:18.548Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.16s)
17:10:18 [2024-03-07T17:10:18.548Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.16s)
17:10:18 [2024-03-07T17:10:18.548Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.16s)
17:10:18 [2024-03-07T17:10:18.548Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.16s)
17:10:18 [2024-03-07T17:10:18.548Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.16s)
17:10:18 [2024-03-07T17:10:18.548Z] === RUN   TestUpdateRestartPolicy
17:10:30 [2024-03-07T17:10:30.720Z] --- PASS: TestUpdateRestartPolicy (10.50s)
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestUpdateRestartWithAutoRemove
17:10:30 [2024-03-07T17:10:30.720Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitNonBlocked
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:10:30 [2024-03-07T17:10:30.720Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:10:30 [2024-03-07T17:10:30.720Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:10:30 [2024-03-07T17:10:30.720Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:10:30 [2024-03-07T17:10:30.720Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:10:30 [2024-03-07T17:10:30.720Z] --- PASS: TestWaitNonBlocked (0.02s)
17:10:30 [2024-03-07T17:10:30.720Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.50s)
17:10:30 [2024-03-07T17:10:30.720Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.55s)
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitBlocked
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:10:30 [2024-03-07T17:10:30.720Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:10:30 [2024-03-07T17:10:30.720Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:10:30 [2024-03-07T17:10:30.720Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:10:30 [2024-03-07T17:10:30.720Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:10:30 [2024-03-07T17:10:30.720Z] --- PASS: TestWaitBlocked (0.03s)
17:10:30 [2024-03-07T17:10:30.720Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.48s)
17:10:30 [2024-03-07T17:10:30.720Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.57s)
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitConditions
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitConditions/default
17:10:30 [2024-03-07T17:10:30.720Z] === PAUSE TestWaitConditions/default
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitConditions/not-running
17:10:30 [2024-03-07T17:10:30.720Z] === PAUSE TestWaitConditions/not-running
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitConditions/next-exit
17:10:30 [2024-03-07T17:10:30.720Z] === PAUSE TestWaitConditions/next-exit
17:10:30 [2024-03-07T17:10:30.720Z] === RUN   TestWaitConditions/removed
17:10:30 [2024-03-07T17:10:30.720Z] === PAUSE TestWaitConditions/removed
17:10:30 [2024-03-07T17:10:30.720Z] === CONT  TestWaitConditions/default
17:10:30 [2024-03-07T17:10:30.720Z] === CONT  TestWaitConditions/next-exit
17:10:30 [2024-03-07T17:10:30.720Z] === CONT  TestWaitConditions/removed
17:10:30 [2024-03-07T17:10:30.720Z] === CONT  TestWaitConditions/not-running
17:10:30 [2024-03-07T17:10:30.720Z]     wait_test.go:145: ContainerID = 3391b767f2c364b872ae026a1b81e1c7f9ba469554c9150c4ae3d473f0550e04
17:10:30 [2024-03-07T17:10:30.720Z]     wait_test.go:145: ContainerID = 470b9e2239b0f5ea3eea1becd2b40f974a308e591dce5b5ba28750b76f36d770
17:10:30 [2024-03-07T17:10:30.720Z]     wait_test.go:145: ContainerID = 96b8b4e71d503236c578a22caf8c980b85a14a083dcf3a5a870703cf97a53b3c
17:10:30 [2024-03-07T17:10:30.720Z]     wait_test.go:145: ContainerID = 3688adcbb6d74ca982dfa6bd28954379e40bbe37daeb8a6ff2a1ce57b66b67d7
17:10:31 [2024-03-07T17:10:31.648Z] --- PASS: TestWaitConditions (0.03s)
17:10:31 [2024-03-07T17:10:31.648Z]     --- PASS: TestWaitConditions/default (0.64s)
17:10:31 [2024-03-07T17:10:31.648Z]     --- PASS: TestWaitConditions/removed (0.85s)
17:10:31 [2024-03-07T17:10:31.648Z]     --- PASS: TestWaitConditions/next-exit (0.90s)
17:10:31 [2024-03-07T17:10:31.648Z]     --- PASS: TestWaitConditions/not-running (0.97s)
17:10:31 [2024-03-07T17:10:31.648Z] === RUN   TestWaitRestartedContainer
17:10:31 [2024-03-07T17:10:31.648Z] === RUN   TestWaitRestartedContainer/default
17:10:31 [2024-03-07T17:10:31.648Z] === PAUSE TestWaitRestartedContainer/default
17:10:31 [2024-03-07T17:10:31.648Z] === RUN   TestWaitRestartedContainer/not-running
17:10:31 [2024-03-07T17:10:31.648Z] === PAUSE TestWaitRestartedContainer/not-running
17:10:31 [2024-03-07T17:10:31.648Z] === RUN   TestWaitRestartedContainer/next-exit
17:10:31 [2024-03-07T17:10:31.648Z] === PAUSE TestWaitRestartedContainer/next-exit
17:10:31 [2024-03-07T17:10:31.648Z] === CONT  TestWaitRestartedContainer/default
17:10:31 [2024-03-07T17:10:31.648Z] === CONT  TestWaitRestartedContainer/next-exit
17:10:31 [2024-03-07T17:10:31.648Z] === CONT  TestWaitRestartedContainer/not-running
17:10:33 [2024-03-07T17:10:33.015Z] --- PASS: TestWaitRestartedContainer (0.01s)
17:10:33 [2024-03-07T17:10:33.015Z]     --- PASS: TestWaitRestartedContainer/default (1.27s)
17:10:33 [2024-03-07T17:10:33.015Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.32s)
17:10:33 [2024-03-07T17:10:33.015Z]     --- PASS: TestWaitRestartedContainer/not-running (1.38s)
17:10:33 [2024-03-07T17:10:33.015Z] === CONT  TestContainerStartOnDaemonRestart
17:10:33 [2024-03-07T17:10:33.015Z] === CONT  TestHardRestartWhenContainerIsRunning
17:10:33 [2024-03-07T17:10:33.015Z] === CONT  TestStopContainerWithTimeoutCancel
17:10:33 [2024-03-07T17:10:33.015Z] === CONT  TestContainerKillOnDaemonStart
17:10:33 [2024-03-07T17:10:33.015Z] === CONT  TestDaemonHostGatewayIP
17:10:33 [2024-03-07T17:10:33.015Z] === CONT  TestDaemonRestartIpcMode
17:10:33 [2024-03-07T17:10:33.015Z] === CONT  TestRestartDaemonWithRestartingContainer
17:10:33 [2024-03-07T17:10:33.015Z] === CONT  TestIpcModeOlderClient
17:10:33 [2024-03-07T17:10:33.272Z] --- PASS: TestIpcModeOlderClient (0.10s)
17:10:34 [2024-03-07T17:10:34.641Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
17:10:34 [2024-03-07T17:10:34.641Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
17:10:34 [2024-03-07T17:10:34.898Z] --- PASS: TestHardRestartWhenContainerIsRunning (1.89s)
17:10:34 [2024-03-07T17:10:34.898Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
17:10:34 [2024-03-07T17:10:34.898Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.29s)
17:10:35 [2024-03-07T17:10:35.461Z] --- PASS: TestContainerStartOnDaemonRestart (2.29s)
17:10:36 [2024-03-07T17:10:36.024Z] --- PASS: TestDaemonHostGatewayIP (2.78s)
17:10:36 [2024-03-07T17:10:36.280Z] --- PASS: TestDaemonRestartIpcMode (3.14s)
17:10:36 [2024-03-07T17:10:36.280Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.22s)
17:10:36 [2024-03-07T17:10:36.536Z] --- PASS: TestStopContainerWithTimeoutCancel (3.52s)
17:10:44 [2024-03-07T17:10:44.622Z] --- PASS: TestContainerKillOnDaemonStart (11.56s)
17:10:44 [2024-03-07T17:10:44.622Z] PASS
17:10:44 [2024-03-07T17:10:44.622Z] 
17:10:44 [2024-03-07T17:10:44.622Z] === Skipped
17:10:44 [2024-03-07T17:10:44.622Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
17:10:44 [2024-03-07T17:10:44.622Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:10:44 [2024-03-07T17:10:44.622Z] 
17:10:44 [2024-03-07T17:10:44.622Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:10:44 [2024-03-07T17:10:44.622Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:10:44 [2024-03-07T17:10:44.622Z] 
17:10:44 [2024-03-07T17:10:44.622Z] DONE 327 tests, 2 skipped in 161.258s
17:10:44 [2024-03-07T17:10:44.622Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
17:10:44 [2024-03-07T17:10:44.622Z] ++ '[' -n '' ']'
17:10:44 [2024-03-07T17:10:44.622Z] ++ 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:10:44 [2024-03-07T17:10:44.622Z] ++ set -e
17:10:44 [2024-03-07T17:10:44.622Z] ++ '[' -n 0 ']'
17:10:44 [2024-03-07T17:10:44.622Z] ++ set -x
17:10:44 [2024-03-07T17:10:44.622Z] ++ 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.pHe6vEnRyi/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:10:44 [2024-03-07T17:10:44.622Z] INFO: Testing against a local daemon
17:10:44 [2024-03-07T17:10:44.622Z] === RUN   TestConfigDaemonID
17:10:45 [2024-03-07T17:10:45.989Z]     daemon_test.go:61: [d756474333b2f] daemon is not started
17:10:45 [2024-03-07T17:10:45.989Z] --- PASS: TestConfigDaemonID (1.04s)
17:10:45 [2024-03-07T17:10:45.989Z] === RUN   TestDaemonConfigValidation
17:10:45 [2024-03-07T17:10:45.989Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:10:45 [2024-03-07T17:10:45.989Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:10:45 [2024-03-07T17:10:45.989Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:10:45 [2024-03-07T17:10:45.989Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:10:45 [2024-03-07T17:10:45.989Z] === RUN   TestDaemonConfigValidation/invalid_config
17:10:45 [2024-03-07T17:10:45.989Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:10:45 [2024-03-07T17:10:45.989Z] === RUN   TestDaemonConfigValidation/malformed_config
17:10:45 [2024-03-07T17:10:45.989Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:10:45 [2024-03-07T17:10:45.989Z] === RUN   TestDaemonConfigValidation/valid_config
17:10:45 [2024-03-07T17:10:45.989Z] === PAUSE TestDaemonConfigValidation/valid_config
17:10:45 [2024-03-07T17:10:45.989Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:10:45 [2024-03-07T17:10:45.989Z] === CONT  TestDaemonConfigValidation/malformed_config
17:10:45 [2024-03-07T17:10:45.989Z] === CONT  TestDaemonConfigValidation/invalid_config
17:10:45 [2024-03-07T17:10:45.989Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:10:45 [2024-03-07T17:10:45.989Z] === CONT  TestDaemonConfigValidation/valid_config
17:10:45 [2024-03-07T17:10:45.989Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:10:45 [2024-03-07T17:10:45.989Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.05s)
17:10:45 [2024-03-07T17:10:45.989Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
17:10:45 [2024-03-07T17:10:45.989Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s)
17:10:45 [2024-03-07T17:10:45.989Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
17:10:45 [2024-03-07T17:10:45.989Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
17:10:45 [2024-03-07T17:10:45.989Z] === RUN   TestConfigDaemonSeccompProfiles
17:10:45 [2024-03-07T17:10:45.989Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:10:46 [2024-03-07T17:10:46.918Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:10:47 [2024-03-07T17:10:47.846Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:10:49 [2024-03-07T17:10:49.213Z]     daemon_test.go:180: [deb4f1272404b] daemon is not started
17:10:49 [2024-03-07T17:10:49.213Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
17:10:49 [2024-03-07T17:10:49.213Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
17:10:49 [2024-03-07T17:10:49.213Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
17:10:49 [2024-03-07T17:10:49.213Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
17:10:49 [2024-03-07T17:10:49.213Z] === RUN   TestDaemonProxy
17:10:49 [2024-03-07T17:10:49.213Z] === RUN   TestDaemonProxy/environment_variables
17:10:49 [2024-03-07T17:10:49.213Z] === PAUSE TestDaemonProxy/environment_variables
17:10:49 [2024-03-07T17:10:49.213Z] === RUN   TestDaemonProxy/command-line_options
17:10:49 [2024-03-07T17:10:49.213Z] === PAUSE TestDaemonProxy/command-line_options
17:10:49 [2024-03-07T17:10:49.213Z] === RUN   TestDaemonProxy/configuration_file
17:10:49 [2024-03-07T17:10:49.213Z] === PAUSE TestDaemonProxy/configuration_file
17:10:49 [2024-03-07T17:10:49.213Z] === RUN   TestDaemonProxy/conflicting_options
17:10:49 [2024-03-07T17:10:49.469Z] === RUN   TestDaemonProxy/reload_sanitized
17:10:49 [2024-03-07T17:10:49.469Z] === PAUSE TestDaemonProxy/reload_sanitized
17:10:49 [2024-03-07T17:10:49.469Z] === CONT  TestDaemonProxy/environment_variables
17:10:49 [2024-03-07T17:10:49.469Z] === CONT  TestDaemonProxy/configuration_file
17:10:49 [2024-03-07T17:10:49.469Z] === CONT  TestDaemonProxy/reload_sanitized
17:10:49 [2024-03-07T17:10:49.469Z] === CONT  TestDaemonProxy/command-line_options
17:10:51 [2024-03-07T17:10:51.359Z] --- PASS: TestDaemonProxy (0.50s)
17:10:51 [2024-03-07T17:10:51.359Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
17:10:51 [2024-03-07T17:10:51.359Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
17:10:51 [2024-03-07T17:10:51.359Z]     --- PASS: TestDaemonProxy/configuration_file (1.69s)
17:10:51 [2024-03-07T17:10:51.359Z]     --- PASS: TestDaemonProxy/command-line_options (1.72s)
17:10:51 [2024-03-07T17:10:51.359Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
17:10:51 [2024-03-07T17:10:51.359Z] === RUN   TestLiveRestore
17:10:51 [2024-03-07T17:10:51.359Z] === RUN   TestLiveRestore/volume_references
17:10:51 [2024-03-07T17:10:51.359Z] === PAUSE TestLiveRestore/volume_references
17:10:51 [2024-03-07T17:10:51.359Z] === RUN   TestLiveRestore/autoremove
17:10:51 [2024-03-07T17:10:51.359Z] === PAUSE TestLiveRestore/autoremove
17:10:51 [2024-03-07T17:10:51.359Z] === CONT  TestLiveRestore/volume_references
17:10:51 [2024-03-07T17:10:51.359Z] === CONT  TestLiveRestore/autoremove
17:10:51 [2024-03-07T17:10:51.359Z] === RUN   TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers
17:10:51 [2024-03-07T17:10:51.615Z] === RUN   TestLiveRestore/volume_references/restartPolicy
17:10:51 [2024-03-07T17:10:51.615Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
17:10:52 [2024-03-07T17:10:52.982Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
17:10:52 [2024-03-07T17:10:52.982Z] === RUN   TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited
17:10:53 [2024-03-07T17:10:53.911Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
17:10:54 [2024-03-07T17:10:54.840Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
17:10:55 [2024-03-07T17:10:55.768Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
17:10:56 [2024-03-07T17:10:56.697Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
17:10:56 [2024-03-07T17:10:56.954Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
17:10:58 [2024-03-07T17:10:58.320Z] --- PASS: TestLiveRestore (0.00s)
17:10:58 [2024-03-07T17:10:58.320Z]     --- PASS: TestLiveRestore/autoremove (3.36s)
17:10:58 [2024-03-07T17:10:58.320Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.84s)
17:10:58 [2024-03-07T17:10:58.320Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.52s)
17:10:58 [2024-03-07T17:10:58.320Z]     --- PASS: TestLiveRestore/volume_references (6.92s)
17:10:58 [2024-03-07T17:10:58.320Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (4.00s)
17:10:58 [2024-03-07T17:10:58.320Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.11s)
17:10:58 [2024-03-07T17:10:58.320Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.03s)
17:10:58 [2024-03-07T17:10:58.320Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.93s)
17:10:58 [2024-03-07T17:10:58.320Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.93s)
17:10:58 [2024-03-07T17:10:58.320Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.35s)
17:10:58 [2024-03-07T17:10:58.320Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.38s)
17:10:58 [2024-03-07T17:10:58.320Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.97s)
17:10:58 [2024-03-07T17:10:58.320Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
17:10:58 [2024-03-07T17:10:58.883Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s)
17:10:58 [2024-03-07T17:10:58.883Z] PASS
17:10:58 [2024-03-07T17:10:58.883Z] 
17:10:58 [2024-03-07T17:10:58.883Z] DONE 31 tests in 14.083s
17:10:58 [2024-03-07T17:10:58.883Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
17:10:58 [2024-03-07T17:10:58.883Z] ++ '[' -n '' ']'
17:10:58 [2024-03-07T17:10:58.883Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
17:10:58 [2024-03-07T17:10:58.883Z] ++ set -e
17:10:58 [2024-03-07T17:10:58.883Z] ++ '[' -n 0 ']'
17:10:58 [2024-03-07T17:10:58.883Z] ++ set -x
17:10:58 [2024-03-07T17:10:58.883Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.pHe6vEnRyi/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:10:58 [2024-03-07T17:10:58.883Z] INFO: Testing against a local daemon
17:10:58 [2024-03-07T17:10:58.883Z] === RUN   TestCommitInheritsEnv
17:10:58 [2024-03-07T17:10:58.883Z] --- PASS: TestCommitInheritsEnv (0.17s)
17:10:58 [2024-03-07T17:10:58.883Z] === RUN   TestUsernsCommit
17:11:00 [2024-03-07T17:11:00.774Z] --- PASS: TestUsernsCommit (1.44s)
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportExtremelyLargeImageWorks
17:11:00 [2024-03-07T17:11:00.774Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
17:11:00 [2024-03-07T17:11:00.774Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatform
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatform/#00
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatform/linux
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatform/LINUX
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
17:11:00 [2024-03-07T17:11:00.774Z] --- PASS: TestImportWithCustomPlatform (0.13s)
17:11:00 [2024-03-07T17:11:00.774Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
17:11:00 [2024-03-07T17:11:00.774Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
17:11:00 [2024-03-07T17:11:00.774Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.03s)
17:11:00 [2024-03-07T17:11:00.774Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.03s)
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatformReject
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatformReject/_______
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatformReject//
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatformReject/macos
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
17:11:00 [2024-03-07T17:11:00.774Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
17:11:00 [2024-03-07T17:11:00.774Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
17:11:00 [2024-03-07T17:11:00.774Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
17:11:00 [2024-03-07T17:11:00.774Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
17:11:00 [2024-03-07T17:11:00.774Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
17:11:00 [2024-03-07T17:11:00.774Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImageInspectEmptyTagsAndDigests
17:11:00 [2024-03-07T17:11:00.774Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.02s)
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImagesFilterMultiReference
17:11:00 [2024-03-07T17:11:00.774Z] --- PASS: TestImagesFilterMultiReference (0.05s)
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImagesFilterUntil
17:11:00 [2024-03-07T17:11:00.774Z]     list_test.go:95: ImageList: ID=sha256:344da4438df412362bd1dd803082f7b5bc4ae743bc3111a18afe793134debc28 RepoTags=[testimagesfilteruntil:v1]
17:11:00 [2024-03-07T17:11:00.774Z] --- PASS: TestImagesFilterUntil (0.30s)
17:11:00 [2024-03-07T17:11:00.774Z] === RUN   TestImagesFilterBeforeSince
17:11:01 [2024-03-07T17:11:01.030Z]     list_test.go:129: ImageList: ID=sha256:ba618b9e9a51ee9d614849cae125f1632ddbb35d458f2af9353579c3d89b1eb0 RepoTags=[testimagesfilterbeforesince:v2]
17:11:01 [2024-03-07T17:11:01.030Z]     list_test.go:129: ImageList: ID=sha256:930a0e3ab1156acc953aeeb4958815b350dfc4cd70ef434d4f47d40f3d3f3b29 RepoTags=[testimagesfilterbeforesince:v1]
17:11:01 [2024-03-07T17:11:01.030Z]     list_test.go:129: ImageList: ID=sha256:076a2f9092fb461379cfc2fc0e86ac6475027d89039846652915e5d0ed22a333 RepoTags=[testimagesfilterbeforesince:v3]
17:11:01 [2024-03-07T17:11:01.287Z] --- PASS: TestImagesFilterBeforeSince (0.29s)
17:11:01 [2024-03-07T17:11:01.287Z] === RUN   TestAPIImagesFilters
17:11:01 [2024-03-07T17:11:01.287Z] === RUN   TestAPIImagesFilters/repository_regex
17:11:01 [2024-03-07T17:11:01.287Z] === PAUSE TestAPIImagesFilters/repository_regex
17:11:01 [2024-03-07T17:11:01.287Z] === RUN   TestAPIImagesFilters/image_name_regex
17:11:01 [2024-03-07T17:11:01.287Z] === PAUSE TestAPIImagesFilters/image_name_regex
17:11:01 [2024-03-07T17:11:01.287Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
17:11:01 [2024-03-07T17:11:01.287Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
17:11:01 [2024-03-07T17:11:01.287Z] === RUN   TestAPIImagesFilters/registry_port_regex
17:11:01 [2024-03-07T17:11:01.287Z] === PAUSE TestAPIImagesFilters/registry_port_regex
17:11:01 [2024-03-07T17:11:01.287Z] === CONT  TestAPIImagesFilters/repository_regex
17:11:01 [2024-03-07T17:11:01.287Z] === CONT  TestAPIImagesFilters/registry_port_regex
17:11:01 [2024-03-07T17:11:01.287Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
17:11:01 [2024-03-07T17:11:01.287Z] === CONT  TestAPIImagesFilters/image_name_regex
17:11:01 [2024-03-07T17:11:01.287Z] --- PASS: TestAPIImagesFilters (0.03s)
17:11:01 [2024-03-07T17:11:01.287Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
17:11:01 [2024-03-07T17:11:01.287Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
17:11:01 [2024-03-07T17:11:01.287Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
17:11:01 [2024-03-07T17:11:01.287Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
17:11:01 [2024-03-07T17:11:01.287Z] === RUN   TestPruneDontDeleteUsedDangling
17:11:01 [2024-03-07T17:11:01.852Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s)
17:11:01 [2024-03-07T17:11:01.852Z] === RUN   TestImagePullPlatformInvalid
17:11:01 [2024-03-07T17:11:01.852Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
17:11:01 [2024-03-07T17:11:01.852Z] === RUN   TestImagePullStoredDigestForOtherRepo
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.654490419Z" 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=d365edf2-3633-411f-8e88-593c19fccdc0 version=2.8.3 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.654569007Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=d365edf2-3633-411f-8e88-593c19fccdc0 version=2.8.3 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.654600645Z" level=info msg="Starting upload purge in 0s" go.version=go1.20.8 instance.id=d365edf2-3633-411f-8e88-593c19fccdc0 version=2.8.3 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.654665383Z" level=info msg="PurgeUploads starting: olderThan=2024-02-29 17:11:01.654622159 +0000 UTC m=-604799.994307976, actuallyDelete=true" 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.654737924Z" level=debug msg="filesystem.Walk("/docker/registry/v2/repositories")" go.version=go1.20.8 instance.id=d365edf2-3633-411f-8e88-593c19fccdc0 trace.duration=28.324µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Walk" trace.id=ad408976-ddaf-43d5-ac3b-8c6ebda36489 trace.line=232 version=2.8.3 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.654762162Z" level=info msg="Purge uploads finished.  Num deleted=0, num errors=1" 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.654766585Z" level=info msg="Starting upload purge in 24h0m0s" go.version=go1.20.8 instance.id=d365edf2-3633-411f-8e88-593c19fccdc0 version=2.8.3 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.654801719Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=d365edf2-3633-411f-8e88-593c19fccdc0 version=2.8.3 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.750641135Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=748c3349-1881-400e-902b-1e86e8c17c51 http.request.method=GET http.request.remoteaddr="127.0.0.1:44272" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.750697611Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=748c3349-1881-400e-902b-1e86e8c17c51 http.request.method=GET http.request.remoteaddr="127.0.0.1:44272" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.057369ms http.response.status=200 http.response.written=2 
17:11:01 [2024-03-07T17:11:01.852Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.753169623Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=df03ce75-eac0-48e2-afac-d6c11525dde8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.753218763Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=df03ce75-eac0-48e2-afac-d6c11525dde8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.7532676Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=899eb4e6-5314-435d-8e7c-ee831bf9eeb3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.753295891Z" 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=df03ce75-eac0-48e2-afac-d6c11525dde8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=40.919µ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=3df6b702-06d1-462e-8fcb-c705f68426da trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.753312982Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=899eb4e6-5314-435d-8e7c-ee831bf9eeb3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.75336995Z" 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=899eb4e6-5314-435d-8e7c-ee831bf9eeb3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=27.593µ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=c9637bfa-57b7-44e8-9a89-4f1751050f45 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.753402516Z" 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=df03ce75-eac0-48e2-afac-d6c11525dde8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.149479ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.13+unknown"
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.753421379Z" 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=899eb4e6-5314-435d-8e7c-ee831bf9eeb3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.132832ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.13+unknown"
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755162764Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=821628f0-3645-447c-ac6d-ff6b8f7f13a4 http.request.method=POST http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755180298Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b53ab5b9-b07b-40d7-8de5-57e86e154ae2 http.request.method=POST http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755215137Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=821628f0-3645-447c-ac6d-ff6b8f7f13a4 http.request.method=POST http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755215375Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b53ab5b9-b07b-40d7-8de5-57e86e154ae2 http.request.method=POST http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755383012Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=821628f0-3645-447c-ac6d-ff6b8f7f13a4 http.request.method=POST http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=134.579µ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=7ee933f0-887c-4f9b-a0ed-fd36f39ccdfe trace.line=110 vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755384103Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b53ab5b9-b07b-40d7-8de5-57e86e154ae2 http.request.method=POST http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=134.744µ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=5df5ea2f-a7d2-4139-ae6d-512b980ce267 trace.line=110 vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755441284Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=821628f0-3645-447c-ac6d-ff6b8f7f13a4 http.request.method=POST http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=25.822µ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=b2f9c9ca-b866-4d1e-a819-0976a61b0c12 trace.line=142 vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755453707Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b53ab5b9-b07b-40d7-8de5-57e86e154ae2 http.request.method=POST http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=26.666µ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=9d24c438-4030-4c5f-8c34-110bff79ccdd trace.line=142 vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755523155Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=821628f0-3645-447c-ac6d-ff6b8f7f13a4 http.request.method=POST http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=44.669µ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=8a0693ca-18fa-425d-8fc5-8cae9daef196 trace.line=110 vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755524164Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b53ab5b9-b07b-40d7-8de5-57e86e154ae2 http.request.method=POST http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=42.683µ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=f9a566a0-271b-488f-b4ee-e4948e55ac26 trace.line=110 vars.name=test 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755626973Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=821628f0-3645-447c-ac6d-ff6b8f7f13a4 http.request.method=POST http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" http.response.duration=1.858258ms http.response.status=202 http.response.written=0 
17:11:01 [2024-03-07T17:11:01.852Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.13+unknown"
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.755706259Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b53ab5b9-b07b-40d7-8de5-57e86e154ae2 http.request.method=POST http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" http.response.duration=1.984197ms http.response.status=202 http.response.written=0 
17:11:01 [2024-03-07T17:11:01.852Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.13+unknown"
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.757490589Z" 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=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.757653779Z" 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=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.758025862Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=279.423µ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=fa0fcb9b-8b25-4574-9ee2-428aa8497090 trace.line=95 vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.852Z] time="2024-03-07T17:11:01.758128491Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=44.168µ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=458c2724-dbdf-4765-aa9a-9d02071068cd trace.line=142 vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758180027Z" 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=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758372879Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2/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=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=125.776µ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=7aae50a6-548f-4aa4-b3df-3f87edcfc787 trace.line=110 vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758428156Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=19.742µ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=bfcca6eb-70c6-4549-a03b-3cfdf4c1bc65 trace.line=155 vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758475229Z" 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=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=13.957µ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=0ee6f784-96cc-48f0-8e2e-d32cd0fcfb6f trace.line=155 vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.75850809Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=8.943µ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=39b91267-5102-4387-ba21-0afe89fe307c trace.line=155 vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758591158Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2/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=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=56.919µ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=00378c89-81b4-4390-8826-45b72a7bb3e1 trace.line=185 vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758613016Z" 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=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758671732Z" 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=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=50.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).PutContent" trace.id=91a933ef-fa82-419d-b75e-8d9aae0f508e trace.line=110 vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758679026Z" 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=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.75874241Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=38.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).GetContent" trace.id=518513ac-7700-415e-8e0a-18bd3d85cfc4 trace.line=95 vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758793134Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=98.288µ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=49e7ccab-b8ff-49fd-991e-e217233cd11d trace.line=202 vars.name=test vars.uuid=876ebd44-cfb7-4df8-9673-e2f20c225ea2 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758804104Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=24.968µ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=0c139b11-d885-4052-a249-7ad0303b4d80 trace.line=142 vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758841946Z" 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=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758888985Z" 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=01296d76-d27d-4b91-a513-9c5c40e57526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44280" http.request.uri="/v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" http.response.duration=2.379746ms http.response.status=201 http.response.written=0 
17:11:01 [2024-03-07T17:11:01.853Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "PUT /v2/test/blobs/uploads/876ebd44-cfb7-4df8-9673-e2f20c225ea2?_state=EoMkklHapI2D4sWVcTzPs8gQDnz3aESE40itxcWLcHt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3NmViZDQ0LWNmYjctNGRmOC05NjczLWUyZjIwYzIyNWVhMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMjYzNjFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.13+unknown"
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.75892087Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853/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=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=42.207µ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=ec160196-f99b-4651-96ac-8e33be51ea42 trace.line=110 vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758953395Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=10.216µ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=2ace48c7-76cd-44cf-bd49-cf355a67c40a trace.line=155 vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.758999885Z" 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=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=14.638µ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=147bd1b9-ef93-4379-88c6-fa27798d4cf3 trace.line=155 vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.759027626Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=10.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).Stat" trace.id=9cf1ec54-38cf-44bc-8d94-a81a52346cb5 trace.line=155 vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.759084742Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853/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=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=37.809µ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=6c0b153e-f52a-4fe1-b152-f848057b7317 trace.line=185 vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.759150661Z" 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=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=36.381µ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=c8e21e08-524c-40c9-a9f8-954672ac869c trace.line=110 vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.759257606Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=82.715µ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=d21fda30-5907-4542-ae6b-539f94d93eb3 trace.line=202 vars.name=test vars.uuid=0b4f1550-2220-4c18-9f64-1dfde94ea853 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.759329376Z" 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=eb8209c2-8dfd-4aaf-a183-0f6288afdb95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" http.response.duration=1.868981ms http.response.status=201 http.response.written=0 
17:11:01 [2024-03-07T17:11:01.853Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "PUT /v2/test/blobs/uploads/0b4f1550-2220-4c18-9f64-1dfde94ea853?_state=lewkEZZOEILndhKx8eLaAEC4v76Hn17RDBn4fleblud7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjBiNGYxNTUwLTIyMjAtNGMxOC05ZjY0LTFkZmRlOTRlYTg1MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wN1QxNzoxMTowMS43NTUyMzA2NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.13+unknown"
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.760385908Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b66e1b28-7208-43af-8b39-e7544a411fa0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.760421806Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b66e1b28-7208-43af-8b39-e7544a411fa0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.760479553Z" 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=b66e1b28-7208-43af-8b39-e7544a411fa0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=28.529µ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=6f172b35-4645-4eae-b1e4-a52d468bf2de trace.line=95 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.760551388Z" 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=b66e1b28-7208-43af-8b39-e7544a411fa0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="864.378µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.13+unknown"
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762110694Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762154427Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762319611Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762335398Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762344235Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762427574Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=48.286µ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=b3ba7ac5-c72c-4509-b46e-74581042a9dd trace.line=95 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762481284Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=18.904µ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=a93de351-1c99-4acb-bda3-717744557096 trace.line=155 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762525042Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=19.971µ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=621d7156-a038-4829-a487-38e345822cc5 trace.line=95 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762564106Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=11.824µ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=e2999b3d-08cd-431c-aa35-b24d42682026 trace.line=155 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762606575Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=13.539µ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=e28b6b0e-4160-4d4a-b327-6bd451eac821 trace.line=155 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.76269249Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=60.053µ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=88422159-4e36-4d32-a8cb-a55a55dc3db7 trace.line=110 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762776436Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=50.248µ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=51398af9-d8da-4f15-bab1-d04510e1b3b4 trace.line=110 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.853Z] time="2024-03-07T17:11:01.762936493Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=62.276µ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=1311473b-660d-4816-a2a5-cd94e8304abd trace.line=110 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.762992467Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=32.582µ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=8e361042-c557-4611-9f24-c35cf4897b39 trace.line=110 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.763038605Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.763056442Z" 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=b1989e6d-e1e0-4ec6-b325-cbab56f21d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44282" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" http.response.duration=2.131543ms http.response.status=201 http.response.written=0 
17:11:01 [2024-03-07T17:11:01.854Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.13+unknown"
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.767911689Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=dc90a3d4-e9b9-479b-acaf-84aca2fe60cf http.request.method=GET http.request.remoteaddr="127.0.0.1:44314" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.767954552Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=dc90a3d4-e9b9-479b-acaf-84aca2fe60cf http.request.method=GET http.request.remoteaddr="127.0.0.1:44314" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="952.845µs" http.response.status=200 http.response.written=2 
17:11:01 [2024-03-07T17:11:01.854Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.770115371Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=616eae65-363b-459b-aafc-7610001e4514 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.770160195Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=616eae65-363b-459b-aafc-7610001e4514 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.770249245Z" 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=616eae65-363b-459b-aafc-7610001e4514 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=50.396µ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=7c4da274-e435-47ee-ad5f-d96a567dbb98 trace.line=95 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.770272654Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=616eae65-363b-459b-aafc-7610001e4514 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.77031843Z" 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=616eae65-363b-459b-aafc-7610001e4514 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.466µ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=452d5e2d-1c26-4583-9bd9-a2eccd5ae305 trace.line=95 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.770370917Z" 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=616eae65-363b-459b-aafc-7610001e4514 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.812µ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=3de015bf-df7f-410b-9314-c4db064f707c trace.line=155 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.770421182Z" 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=616eae65-363b-459b-aafc-7610001e4514 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.769µ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=479ffe0a-8c60-436e-93e1-97c4951d8d93 trace.line=125 vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.770473029Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=616eae65-363b-459b-aafc-7610001e4514 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.770572179Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=616eae65-363b-459b-aafc-7610001e4514 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-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.318709ms http.response.status=200 http.response.written=417 
17:11:01 [2024-03-07T17:11:01.854Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.778968254Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=083b1c7d-afec-472c-bda7-bcef1cb5b8e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:44336" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.779024057Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=083b1c7d-afec-472c-bda7-bcef1cb5b8e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:44336" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.779039745Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=083b1c7d-afec-472c-bda7-bcef1cb5b8e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:44336" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.779125619Z" 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=083b1c7d-afec-472c-bda7-bcef1cb5b8e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:44336" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=52.241µ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=2cb6232d-87fe-4a65-9a35-aa3814182dd4 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.779182857Z" 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=083b1c7d-afec-472c-bda7-bcef1cb5b8e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:44336" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.143µ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=ec799e69-f0de-44b2-a526-f3c25a15fa49 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.779225975Z" 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=083b1c7d-afec-472c-bda7-bcef1cb5b8e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:44336" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.071µ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=8b5829cc-a24d-4744-a327-45262f3f5637 trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.779261774Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=083b1c7d-afec-472c-bda7-bcef1cb5b8e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:44336" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.779359964Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=083b1c7d-afec-472c-bda7-bcef1cb5b8e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:44336" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-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.561998ms http.response.status=200 http.response.written=417 
17:11:01 [2024-03-07T17:11:01.854Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.78699588Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.787050944Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.786999326Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.787127612Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.787137393Z" 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=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.419µ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=c64c4319-e053-41bd-b0c4-897d79fe06ea trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.787187337Z" 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=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.772µ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=b8b43839-6dd2-45df-abf1-e3fdcfa0c952 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.78719683Z" 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=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.555µ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=f872bb5d-819e-40af-862d-47d61269615b trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.787238528Z" 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=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.628µ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=483c68cf-7c9a-4b3d-8938-df0f1f7c7e55 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.787241638Z" 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=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.763µ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=f331feef-efc7-4521-82c8-4a183fafadb9 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.787274344Z" 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=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.331µ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=7a482d94-c403-4505-a109-15b3dfb27573 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.787284214Z" 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=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.052µ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=f6dc2184-f297-4116-87f2-e3ed4f1142c2 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.787491023Z" 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=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.084µ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=4009af14-639a-4d1d-bcf2-bc8ac67df05e trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.787484721Z" 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=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.321µ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=d5a45d36-8075-403d-8349-fd7e1d0f5d08 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.788021948Z" 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=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=47.835µ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=51c8e38f-ac3b-4c3d-b339-c64b9344737f trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.788057418Z" 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=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=155.929µ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=d24040c2-0520-439e-8d94-7402ad90c0a6 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.788088515Z" 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=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.405µ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=820a29f8-eddf-4e66-a021-61c77221332a trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.854Z] time="2024-03-07T17:11:01.788143038Z" 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=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=27.544µ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=fed0fc8b-ac04-45bd-bfa9-85571c0ecef3 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.788153581Z" 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=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=27.356µ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=ea38b836-a935-49f0-9b50-697bb656441d trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.788624741Z" 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=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.76µ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=40a94ddd-5921-4910-991c-96f915e8f78e trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.788696445Z" 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=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.082µ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=6c154244-0841-4bbb-8642-4f594c972c11 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.789252592Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=88a47c5c-4734-4ac7-a19f-5f1bf7fb672a http.request.method=GET http.request.remoteaddr="127.0.0.1:44344" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.164914ms http.response.status=200 http.response.written=194 
17:11:01 [2024-03-07T17:11:01.855Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.789510756Z" 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=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=48.254µ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=216765ad-4436-437f-a388-fbad81082d4c trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.789579892Z" 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=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.065µ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=0b2856a4-5c38-4353-b2ed-6b06364d6433 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.789638222Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b42cf807-0596-4f03-9bed-54a7ead833c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44352" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.555458ms http.response.status=200 http.response.written=68 
17:11:01 [2024-03-07T17:11:01.855Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.805167546Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1c78da84-4b53-4bff-bf6b-eed7ae559241 http.request.method=GET http.request.remoteaddr="127.0.0.1:44370" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.805212887Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1c78da84-4b53-4bff-bf6b-eed7ae559241 http.request.method=GET http.request.remoteaddr="127.0.0.1:44370" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="905.232µs" http.response.status=200 http.response.written=2 
17:11:01 [2024-03-07T17:11:01.855Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.816229822Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef32436f-65c7-40da-a118-85286fdfc426 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44380" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.81627893Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef32436f-65c7-40da-a118-85286fdfc426 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44380" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.816292665Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef32436f-65c7-40da-a118-85286fdfc426 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44380" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.816366067Z" 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=ef32436f-65c7-40da-a118-85286fdfc426 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44380" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.409µ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=93a62bf3-7b52-415e-99b7-4bd98921ed5b trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.816410055Z" 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=ef32436f-65c7-40da-a118-85286fdfc426 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44380" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.374µ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=5374ddad-9699-4058-8259-af051e1ecfb5 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.816489061Z" 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=ef32436f-65c7-40da-a118-85286fdfc426 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44380" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.119933ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.81787611Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b64c2dd-ed2f-4df0-8f1b-9d215eb95646 http.request.method=GET http.request.remoteaddr="127.0.0.1:44384" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.817916463Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b64c2dd-ed2f-4df0-8f1b-9d215eb95646 http.request.method=GET http.request.remoteaddr="127.0.0.1:44384" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.817933825Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b64c2dd-ed2f-4df0-8f1b-9d215eb95646 http.request.method=GET http.request.remoteaddr="127.0.0.1:44384" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.817999572Z" 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=6b64c2dd-ed2f-4df0-8f1b-9d215eb95646 http.request.method=GET http.request.remoteaddr="127.0.0.1:44384" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=31.581µ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=279750e0-be50-4562-a113-bd44a93f1d6a trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.818044265Z" 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=6b64c2dd-ed2f-4df0-8f1b-9d215eb95646 http.request.method=GET http.request.remoteaddr="127.0.0.1:44384" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.554µ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=cffb99b2-0fcd-4c8d-9c95-d75d78ca14b5 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] time="2024-03-07T17:11:01.81808936Z" 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=6b64c2dd-ed2f-4df0-8f1b-9d215eb95646 http.request.method=GET http.request.remoteaddr="127.0.0.1:44384" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.050494ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:11:01 [2024-03-07T17:11:01.855Z] 127.0.0.1 - - [07/Mar/2024:17:11:01 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.8 git-commit/ca43c2b714971ce31e81f569875598ee699e6c12 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:11:01 [2024-03-07T17:11:01.855Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.18s)
17:11:01 [2024-03-07T17:11:01.855Z] === RUN   TestImagePullNonExisting
17:11:01 [2024-03-07T17:11:01.855Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
17:11:01 [2024-03-07T17:11:01.855Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
17:11:01 [2024-03-07T17:11:01.855Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
17:11:01 [2024-03-07T17:11:01.855Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
17:11:01 [2024-03-07T17:11:01.855Z] === RUN   TestImagePullNonExisting/asdfasdf
17:11:01 [2024-03-07T17:11:01.855Z] === PAUSE TestImagePullNonExisting/asdfasdf
17:11:01 [2024-03-07T17:11:01.855Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
17:11:01 [2024-03-07T17:11:01.855Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
17:11:01 [2024-03-07T17:11:01.855Z] === RUN   TestImagePullNonExisting/library/asdfasdf
17:11:01 [2024-03-07T17:11:01.855Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
17:11:01 [2024-03-07T17:11:01.855Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
17:11:01 [2024-03-07T17:11:01.855Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
17:11:01 [2024-03-07T17:11:01.855Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
17:11:01 [2024-03-07T17:11:01.855Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
17:11:01 [2024-03-07T17:11:01.855Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
17:11:01 [2024-03-07T17:11:01.855Z] === CONT  TestImagePullNonExisting/asdfasdf
17:11:01 [2024-03-07T17:11:01.855Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
17:11:01 [2024-03-07T17:11:01.855Z] === CONT  TestImagePullNonExisting/library/asdfasdf
17:11:03 [2024-03-07T17:11:03.745Z] --- PASS: TestImagePullNonExisting (0.01s)
17:11:03 [2024-03-07T17:11:03.745Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.95s)
17:11:03 [2024-03-07T17:11:03.745Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s)
17:11:03 [2024-03-07T17:11:03.745Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s)
17:11:03 [2024-03-07T17:11:03.745Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.29s)
17:11:03 [2024-03-07T17:11:03.745Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.36s)
17:11:03 [2024-03-07T17:11:03.745Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (1.61s)
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestRemoveImageOrphaning
17:11:03 [2024-03-07T17:11:03.745Z] --- PASS: TestRemoveImageOrphaning (0.18s)
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestRemoveByDigest
17:11:03 [2024-03-07T17:11:03.745Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
17:11:03 [2024-03-07T17:11:03.745Z] --- SKIP: TestRemoveByDigest (0.00s)
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestRemoveImageGarbageCollector
17:11:03 [2024-03-07T17:11:03.745Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
17:11:03 [2024-03-07T17:11:03.745Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveCheckTimes
17:11:03 [2024-03-07T17:11:03.745Z] === PAUSE TestSaveCheckTimes
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/busybox:latest
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/busybox:latest/Manifest
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/busybox:latest/Config
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/busybox:latest/Containerd_image_name
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/busybox:latest/OCI_reference_tag
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag
17:11:03 [2024-03-07T17:11:03.745Z] === RUN   TestSaveOCI/multilayer:latest
17:11:04 [2024-03-07T17:11:04.002Z] === RUN   TestSaveOCI/multilayer:latest/Manifest
17:11:04 [2024-03-07T17:11:04.002Z] === RUN   TestSaveOCI/multilayer:latest/Config
17:11:04 [2024-03-07T17:11:04.002Z] === RUN   TestSaveOCI/multilayer:latest/Containerd_image_name
17:11:04 [2024-03-07T17:11:04.002Z] === RUN   TestSaveOCI/multilayer:latest/OCI_reference_tag
17:11:04 [2024-03-07T17:11:04.002Z] --- PASS: TestSaveOCI (0.15s)
17:11:04 [2024-03-07T17:11:04.002Z]     --- PASS: TestSaveOCI/busybox:latest (0.02s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/busybox:latest/Config (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]     --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]     --- PASS: TestSaveOCI/multilayer:latest (0.01s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z]         --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s)
17:11:04 [2024-03-07T17:11:04.002Z] === RUN   TestSaveRepoWithMultipleImages
17:11:04 [2024-03-07T17:11:04.002Z] --- PASS: TestSaveRepoWithMultipleImages (0.22s)
17:11:04 [2024-03-07T17:11:04.002Z] === RUN   TestSaveDirectoryPermissions
17:11:04 [2024-03-07T17:11:04.931Z] --- PASS: TestSaveDirectoryPermissions (0.92s)
17:11:04 [2024-03-07T17:11:04.931Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:11:04 [2024-03-07T17:11:04.931Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
17:11:04 [2024-03-07T17:11:04.931Z] === RUN   TestTagUsingDigestAlgorithmAsName
17:11:05 [2024-03-07T17:11:05.188Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagValidPrefixedRepo
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
17:11:05 [2024-03-07T17:11:05.188Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
17:11:05 [2024-03-07T17:11:05.188Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagValidPrefixedRepo/foooo:t
17:11:05 [2024-03-07T17:11:05.188Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:11:05 [2024-03-07T17:11:05.188Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:11:05 [2024-03-07T17:11:05.188Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
17:11:05 [2024-03-07T17:11:05.188Z] === CONT  TestTagValidPrefixedRepo/foooo:t
17:11:05 [2024-03-07T17:11:05.188Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:11:05 [2024-03-07T17:11:05.188Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
17:11:05 [2024-03-07T17:11:05.188Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagExistedNameWithoutForce
17:11:05 [2024-03-07T17:11:05.188Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagOfficialNames
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
17:11:05 [2024-03-07T17:11:05.188Z] --- PASS: TestTagOfficialNames (0.05s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestTagMatchesDigest
17:11:05 [2024-03-07T17:11:05.188Z] --- PASS: TestTagMatchesDigest (0.01s)
17:11:05 [2024-03-07T17:11:05.188Z] === CONT  TestSaveCheckTimes
17:11:05 [2024-03-07T17:11:05.188Z] --- PASS: TestSaveCheckTimes (0.03s)
17:11:05 [2024-03-07T17:11:05.188Z] PASS
17:11:05 [2024-03-07T17:11:05.188Z] 
17:11:05 [2024-03-07T17:11:05.188Z] === Skipped
17:11:05 [2024-03-07T17:11:05.188Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
17:11:05 [2024-03-07T17:11:05.188Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
17:11:05 [2024-03-07T17:11:05.188Z] 
17:11:05 [2024-03-07T17:11:05.188Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
17:11:05 [2024-03-07T17:11:05.188Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
17:11:05 [2024-03-07T17:11:05.188Z] 
17:11:05 [2024-03-07T17:11:05.188Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
17:11:05 [2024-03-07T17:11:05.188Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
17:11:05 [2024-03-07T17:11:05.188Z] 
17:11:05 [2024-03-07T17:11:05.188Z] DONE 70 tests, 3 skipped in 6.467s
17:11:05 [2024-03-07T17:11:05.188Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
17:11:05 [2024-03-07T17:11:05.188Z] ++ '[' -n '' ']'
17:11:05 [2024-03-07T17:11:05.188Z] ++ 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:11:05 [2024-03-07T17:11:05.188Z] ++ set -e
17:11:05 [2024-03-07T17:11:05.188Z] ++ '[' -n 0 ']'
17:11:05 [2024-03-07T17:11:05.188Z] ++ set -x
17:11:05 [2024-03-07T17:11:05.188Z] ++ 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.pHe6vEnRyi/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:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestStripANSICommands
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestStripANSICommands/#00
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestStripANSICommands/#01
17:11:05 [2024-03-07T17:11:05.188Z] --- PASS: TestStripANSICommands (0.00s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
17:11:05 [2024-03-07T17:11:05.188Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
17:11:05 [2024-03-07T17:11:05.188Z] PASS
17:11:05 [2024-03-07T17:11:05.188Z] 
17:11:05 [2024-03-07T17:11:05.188Z] DONE 3 tests in 0.007s
17:11:05 [2024-03-07T17:11:05.188Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
17:11:05 [2024-03-07T17:11:05.188Z] ++ '[' -n '' ']'
17:11:05 [2024-03-07T17:11:05.188Z] ++ 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:11:05 [2024-03-07T17:11:05.188Z] ++ set -e
17:11:05 [2024-03-07T17:11:05.188Z] ++ '[' -n 0 ']'
17:11:05 [2024-03-07T17:11:05.188Z] ++ set -x
17:11:05 [2024-03-07T17:11:05.188Z] ++ 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.pHe6vEnRyi/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:11:05 [2024-03-07T17:11:05.188Z] INFO: Testing against a local daemon
17:11:05 [2024-03-07T17:11:05.188Z] === RUN   TestCreateWithMultiNetworks
17:11:06 [2024-03-07T17:11:06.205Z] --- PASS: TestCreateWithMultiNetworks (0.85s)
17:11:06 [2024-03-07T17:11:06.205Z] === RUN   TestNetworkCreateDelete
17:11:06 [2024-03-07T17:11:06.205Z] --- PASS: TestNetworkCreateDelete (0.16s)
17:11:06 [2024-03-07T17:11:06.205Z] === RUN   TestDockerNetworkDeletePreferID
17:11:06 [2024-03-07T17:11:06.767Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s)
17:11:06 [2024-03-07T17:11:06.767Z] === RUN   TestDaemonDNSFallback
17:11:13 [2024-03-07T17:11:13.306Z] --- PASS: TestDaemonDNSFallback (6.14s)
17:11:13 [2024-03-07T17:11:13.306Z] === RUN   TestInspectNetwork
17:11:15 [2024-03-07T17:11:15.197Z] === RUN   TestInspectNetwork/full_network_id
17:11:15 [2024-03-07T17:11:15.197Z] === RUN   TestInspectNetwork/partial_network_id
17:11:15 [2024-03-07T17:11:15.197Z] === RUN   TestInspectNetwork/network_name
17:11:15 [2024-03-07T17:11:15.197Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:11:20 [2024-03-07T17:11:20.444Z] --- PASS: TestInspectNetwork (6.80s)
17:11:20 [2024-03-07T17:11:20.444Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:11:20 [2024-03-07T17:11:20.444Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:11:20 [2024-03-07T17:11:20.444Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:11:20 [2024-03-07T17:11:20.444Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
17:11:20 [2024-03-07T17:11:20.444Z] === RUN   TestRunContainerWithBridgeNone
17:11:21 [2024-03-07T17:11:21.006Z] --- PASS: TestRunContainerWithBridgeNone (1.21s)
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/create
17:11:21 [2024-03-07T17:11:21.006Z] === PAUSE TestNetworkInvalidJSON/networks/create
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
17:11:21 [2024-03-07T17:11:21.006Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
17:11:21 [2024-03-07T17:11:21.006Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
17:11:21 [2024-03-07T17:11:21.006Z] === CONT  TestNetworkInvalidJSON/networks/create
17:11:21 [2024-03-07T17:11:21.006Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
17:11:21 [2024-03-07T17:11:21.006Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
17:11:21 [2024-03-07T17:11:21.006Z] --- PASS: TestNetworkInvalidJSON (0.01s)
17:11:21 [2024-03-07T17:11:21.006Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkList
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkList//networks
17:11:21 [2024-03-07T17:11:21.006Z] === PAUSE TestNetworkList//networks
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestNetworkList//networks/
17:11:21 [2024-03-07T17:11:21.006Z] === PAUSE TestNetworkList//networks/
17:11:21 [2024-03-07T17:11:21.006Z] === CONT  TestNetworkList//networks
17:11:21 [2024-03-07T17:11:21.006Z] === CONT  TestNetworkList//networks/
17:11:21 [2024-03-07T17:11:21.006Z] --- PASS: TestNetworkList (0.01s)
17:11:21 [2024-03-07T17:11:21.006Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z]     --- PASS: TestNetworkList//networks (0.00s)
17:11:21 [2024-03-07T17:11:21.006Z] === RUN   TestHostIPv4BridgeLabel
17:11:21 [2024-03-07T17:11:21.568Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
17:11:21 [2024-03-07T17:11:21.568Z] === RUN   TestDefaultNetworkOpts
17:11:21 [2024-03-07T17:11:21.568Z] === RUN   TestDefaultNetworkOpts/default_value
17:11:22 [2024-03-07T17:11:22.933Z] === RUN   TestDefaultNetworkOpts/cmdline_value
17:11:23 [2024-03-07T17:11:23.862Z] === RUN   TestDefaultNetworkOpts/config-from_value
17:11:24 [2024-03-07T17:11:24.904Z] --- PASS: TestDefaultNetworkOpts (3.52s)
17:11:24 [2024-03-07T17:11:24.904Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.18s)
17:11:24 [2024-03-07T17:11:24.904Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.19s)
17:11:24 [2024-03-07T17:11:24.904Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.15s)
17:11:24 [2024-03-07T17:11:24.904Z] === RUN   TestForbidDuplicateNetworkNames
17:11:25 [2024-03-07T17:11:25.832Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s)
17:11:25 [2024-03-07T17:11:25.832Z] === RUN   TestDaemonRestartWithLiveRestore
17:11:26 [2024-03-07T17:11:26.761Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
17:11:26 [2024-03-07T17:11:26.761Z] === RUN   TestDaemonDefaultNetworkPools
17:11:27 [2024-03-07T17:11:27.688Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s)
17:11:27 [2024-03-07T17:11:27.688Z] === RUN   TestDaemonRestartWithExistingNetwork
17:11:28 [2024-03-07T17:11:28.616Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
17:11:28 [2024-03-07T17:11:28.616Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:11:29 [2024-03-07T17:11:29.981Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s)
17:11:29 [2024-03-07T17:11:29.981Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:11:30 [2024-03-07T17:11:30.543Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
17:11:30 [2024-03-07T17:11:30.543Z] === RUN   TestServiceWithPredefinedNetwork
17:11:33 [2024-03-07T17:11:33.059Z] --- PASS: TestServiceWithPredefinedNetwork (2.11s)
17:11:33 [2024-03-07T17:11:33.059Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:11:33 [2024-03-07T17:11:33.059Z]     service_test.go:250: FLAKY_TEST
17:11:33 [2024-03-07T17:11:33.059Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:11:33 [2024-03-07T17:11:33.059Z] === RUN   TestServiceWithDataPathPortInit
17:11:47 [2024-03-07T17:11:47.902Z] --- PASS: TestServiceWithDataPathPortInit (13.06s)
17:11:47 [2024-03-07T17:11:47.902Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:11:47 [2024-03-07T17:11:47.902Z]     service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:g4f9kc624p8oikgrp1kzbk5xk Created:2024-03-07 17:11:46.864524956 +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[97fbeba181a9302583173f145d9a8c4c37832ca1352b744d7164a7f78f9d6523:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6ha6v6sz7emf1ggtwxqs88zz6 EndpointID:580f639cd24cbb12d370dfeb747a4c41e8ddf2e25b004700ddb1331c3eab083a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5d882b7952bccb27ca4605a2fab40e1bd3c92ff8b4bbb6d09924742beb980898 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:dad8c3d201f1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6ha6v6sz7emf1ggtwxqs88zz6 EndpointID:580f639cd24cbb12d370dfeb747a4c41e8ddf2e25b004700ddb1331c3eab083a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:11:53 [2024-03-07T17:11:53.147Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.69s)
17:11:53 [2024-03-07T17:11:53.147Z] PASS
17:11:53 [2024-03-07T17:11:53.147Z] 
17:11:53 [2024-03-07T17:11:53.147Z] === Skipped
17:11:53 [2024-03-07T17:11:53.147Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:11:53 [2024-03-07T17:11:53.147Z]     service_test.go:250: FLAKY_TEST
17:11:53 [2024-03-07T17:11:53.147Z] 
17:11:53 [2024-03-07T17:11:53.147Z] DONE 44 tests, 1 skipped in 47.125s
17:11:53 [2024-03-07T17:11:53.147Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
17:11:53 [2024-03-07T17:11:53.147Z] ++ '[' -n '' ']'
17:11:53 [2024-03-07T17:11:53.147Z] ++ 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:11:53 [2024-03-07T17:11:53.147Z] ++ set -e
17:11:53 [2024-03-07T17:11:53.147Z] ++ '[' -n 0 ']'
17:11:53 [2024-03-07T17:11:53.147Z] ++ set -x
17:11:53 [2024-03-07T17:11:53.147Z] ++ 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.pHe6vEnRyi/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:11:53 [2024-03-07T17:11:53.147Z] INFO: Testing against a local daemon
17:11:53 [2024-03-07T17:11:53.147Z] === RUN   TestDockerNetworkIpvlanPersistance
17:11:53 [2024-03-07T17:11:53.147Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:11:53 [2024-03-07T17:11:53.147Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:11:53 [2024-03-07T17:11:53.147Z] === RUN   TestDockerNetworkIpvlan
17:11:53 [2024-03-07T17:11:53.147Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:11:53 [2024-03-07T17:11:53.147Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:11:53 [2024-03-07T17:11:53.147Z] PASS
17:11:53 [2024-03-07T17:11:53.147Z] 
17:11:53 [2024-03-07T17:11:53.147Z] === Skipped
17:11:53 [2024-03-07T17:11:53.147Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:11:53 [2024-03-07T17:11:53.147Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:11:53 [2024-03-07T17:11:53.147Z] 
17:11:53 [2024-03-07T17:11:53.147Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:11:53 [2024-03-07T17:11:53.147Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:11:53 [2024-03-07T17:11:53.147Z] 
17:11:53 [2024-03-07T17:11:53.147Z] DONE 2 tests, 2 skipped in 0.032s
17:11:53 [2024-03-07T17:11:53.147Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
17:11:53 [2024-03-07T17:11:53.147Z] ++ '[' -n '' ']'
17:11:53 [2024-03-07T17:11:53.147Z] ++ 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:11:53 [2024-03-07T17:11:53.147Z] ++ set -e
17:11:53 [2024-03-07T17:11:53.147Z] ++ '[' -n 0 ']'
17:11:53 [2024-03-07T17:11:53.147Z] ++ set -x
17:11:53 [2024-03-07T17:11:53.147Z] ++ 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.pHe6vEnRyi/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:11:53 [2024-03-07T17:11:53.147Z] INFO: Testing against a local daemon
17:11:53 [2024-03-07T17:11:53.147Z] === RUN   TestDockerNetworkMacvlanPersistance
17:11:53 [2024-03-07T17:11:53.709Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s)
17:11:53 [2024-03-07T17:11:53.709Z] === RUN   TestDockerNetworkMacvlan
17:11:53 [2024-03-07T17:11:53.709Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:11:54 [2024-03-07T17:11:54.272Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:11:55 [2024-03-07T17:11:55.199Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:11:56 [2024-03-07T17:11:56.565Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:11:57 [2024-03-07T17:11:57.931Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:11:59 [2024-03-07T17:11:59.821Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:12:01 [2024-03-07T17:12:01.187Z] --- PASS: TestDockerNetworkMacvlan (7.38s)
17:12:01 [2024-03-07T17:12:01.187Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.68s)
17:12:01 [2024-03-07T17:12:01.187Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.69s)
17:12:01 [2024-03-07T17:12:01.187Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.41s)
17:12:01 [2024-03-07T17:12:01.187Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.37s)
17:12:01 [2024-03-07T17:12:01.187Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.12s)
17:12:01 [2024-03-07T17:12:01.187Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.10s)
17:12:01 [2024-03-07T17:12:01.187Z] PASS
17:12:01 [2024-03-07T17:12:01.187Z] 
17:12:01 [2024-03-07T17:12:01.187Z] DONE 8 tests in 8.638s
17:12:01 [2024-03-07T17:12:01.187Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
17:12:01 [2024-03-07T17:12:01.187Z] ++ '[' -n '' ']'
17:12:01 [2024-03-07T17:12:01.187Z] ++ 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:12:01 [2024-03-07T17:12:01.187Z] ++ set -e
17:12:01 [2024-03-07T17:12:01.187Z] ++ '[' -n 0 ']'
17:12:01 [2024-03-07T17:12:01.187Z] ++ set -x
17:12:01 [2024-03-07T17:12:01.187Z] ++ 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.pHe6vEnRyi/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:12:01 [2024-03-07T17:12:01.187Z] INFO: Testing against a local daemon
17:12:01 [2024-03-07T17:12:01.187Z] === RUN   TestBridgeICC
17:12:01 [2024-03-07T17:12:01.749Z] === RUN   TestBridgeICC/IPv4_non-internal_network
17:12:02 [2024-03-07T17:12:02.678Z] === RUN   TestBridgeICC/IPv4_internal_network
17:12:03 [2024-03-07T17:12:03.605Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
17:12:04 [2024-03-07T17:12:04.971Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
17:12:05 [2024-03-07T17:12:05.533Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
17:12:06 [2024-03-07T17:12:06.898Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
17:12:07 [2024-03-07T17:12:07.826Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name
17:12:08 [2024-03-07T17:12:08.754Z] === RUN   TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name
17:12:09 [2024-03-07T17:12:09.683Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
17:12:12 [2024-03-07T17:12:12.950Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
17:12:16 [2024-03-07T17:12:16.218Z] --- PASS: TestBridgeICC (14.87s)
17:12:16 [2024-03-07T17:12:16.218Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (1.03s)
17:12:16 [2024-03-07T17:12:16.218Z]     --- PASS: TestBridgeICC/IPv4_internal_network (0.96s)
17:12:16 [2024-03-07T17:12:16.218Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.00s)
17:12:16 [2024-03-07T17:12:16.218Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (0.92s)
17:12:16 [2024-03-07T17:12:16.218Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.10s)
17:12:16 [2024-03-07T17:12:16.218Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (0.94s)
17:12:16 [2024-03-07T17:12:16.218Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.14s)
17:12:16 [2024-03-07T17:12:16.218Z]     --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.00s)
17:12:16 [2024-03-07T17:12:16.218Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (3.07s)
17:12:16 [2024-03-07T17:12:16.218Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.12s)
17:12:16 [2024-03-07T17:12:16.218Z] === RUN   TestBridgeICCWindows
17:12:16 [2024-03-07T17:12:16.218Z]     bridge_test.go:214: testEnv.DaemonInfo.OSType != "windows"
17:12:16 [2024-03-07T17:12:16.218Z] --- SKIP: TestBridgeICCWindows (0.00s)
17:12:16 [2024-03-07T17:12:16.218Z] === RUN   TestBridgeINC
17:12:16 [2024-03-07T17:12:16.474Z] === RUN   TestBridgeINC/IPv4_non-internal_network
17:12:20 [2024-03-07T17:12:20.642Z] === RUN   TestBridgeINC/IPv4_internal_network
17:12:22 [2024-03-07T17:12:22.008Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
17:12:26 [2024-03-07T17:12:26.175Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
17:12:27 [2024-03-07T17:12:27.102Z] --- PASS: TestBridgeINC (11.23s)
17:12:27 [2024-03-07T17:12:27.102Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.17s)
17:12:27 [2024-03-07T17:12:27.102Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.06s)
17:12:27 [2024-03-07T17:12:27.102Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.20s)
17:12:27 [2024-03-07T17:12:27.102Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.20s)
17:12:27 [2024-03-07T17:12:27.102Z] === RUN   TestDefaultBridgeIPv6
17:12:27 [2024-03-07T17:12:27.102Z] === RUN   TestDefaultBridgeIPv6/IPv6_ULA
17:12:28 [2024-03-07T17:12:28.992Z] === RUN   TestDefaultBridgeIPv6/IPv6_LLA_only
17:12:29 [2024-03-07T17:12:29.919Z] === RUN   TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only
17:12:31 [2024-03-07T17:12:31.810Z] --- PASS: TestDefaultBridgeIPv6 (4.33s)
17:12:31 [2024-03-07T17:12:31.810Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.41s)
17:12:31 [2024-03-07T17:12:31.810Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.42s)
17:12:31 [2024-03-07T17:12:31.810Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.49s)
17:12:31 [2024-03-07T17:12:31.810Z] === RUN   TestDefaultBridgeAddresses
17:12:31 [2024-03-07T17:12:31.810Z] === RUN   TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes
17:12:33 [2024-03-07T17:12:33.177Z] === RUN   TestDefaultBridgeAddresses/Link-Local_Subnet_Changes
17:12:34 [2024-03-07T17:12:34.544Z] --- PASS: TestDefaultBridgeAddresses (3.10s)
17:12:34 [2024-03-07T17:12:34.544Z]     --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s)
17:12:34 [2024-03-07T17:12:34.544Z]     --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s)
17:12:34 [2024-03-07T17:12:34.544Z] === RUN   TestInternalNwConnectivity
17:12:37 [2024-03-07T17:12:37.812Z] --- PASS: TestInternalNwConnectivity (3.24s)
17:12:37 [2024-03-07T17:12:37.812Z] === RUN   TestDisableIPv6Addrs
17:12:38 [2024-03-07T17:12:38.739Z] === RUN   TestDisableIPv6Addrs/IPv6_enabled
17:12:38 [2024-03-07T17:12:38.995Z] === RUN   TestDisableIPv6Addrs/IPv6_disabled
17:12:39 [2024-03-07T17:12:39.557Z] --- PASS: TestDisableIPv6Addrs (1.63s)
17:12:39 [2024-03-07T17:12:39.557Z]     --- PASS: TestDisableIPv6Addrs/IPv6_enabled (0.44s)
17:12:39 [2024-03-07T17:12:39.557Z]     --- PASS: TestDisableIPv6Addrs/IPv6_disabled (0.44s)
17:12:39 [2024-03-07T17:12:39.557Z] === RUN   TestEtcHostsIpv6
17:12:40 [2024-03-07T17:12:40.119Z] === RUN   TestEtcHostsIpv6/IPv6_enabled
17:12:40 [2024-03-07T17:12:40.681Z] === RUN   TestEtcHostsIpv6/IPv6_disabled
17:12:41 [2024-03-07T17:12:41.243Z] --- PASS: TestEtcHostsIpv6 (1.57s)
17:12:41 [2024-03-07T17:12:41.243Z]     --- PASS: TestEtcHostsIpv6/IPv6_enabled (0.48s)
17:12:41 [2024-03-07T17:12:41.243Z]     --- PASS: TestEtcHostsIpv6/IPv6_disabled (0.49s)
17:12:41 [2024-03-07T17:12:41.243Z] === RUN   TestMACAddrOnRestart
17:12:43 [2024-03-07T17:12:43.132Z] --- PASS: TestMACAddrOnRestart (2.01s)
17:12:43 [2024-03-07T17:12:43.132Z] === RUN   TestCfgdMACAddrOnRestart
17:12:45 [2024-03-07T17:12:45.649Z] --- PASS: TestCfgdMACAddrOnRestart (2.47s)
17:12:45 [2024-03-07T17:12:45.649Z] === RUN   TestInspectCfgdMAC
17:12:46 [2024-03-07T17:12:46.210Z] === RUN   TestInspectCfgdMAC/generated_address_default_bridge
17:12:46 [2024-03-07T17:12:46.210Z] === RUN   TestInspectCfgdMAC/configured_address_default_bridge
17:12:46 [2024-03-07T17:12:46.210Z] === RUN   TestInspectCfgdMAC/generated_address_custom_bridge
17:12:46 [2024-03-07T17:12:46.466Z] === RUN   TestInspectCfgdMAC/configured_address_custom_bridge
17:12:46 [2024-03-07T17:12:46.466Z] === RUN   TestInspectCfgdMAC/ctr-wide_address_default_bridge
17:12:46 [2024-03-07T17:12:46.722Z] --- PASS: TestInspectCfgdMAC (1.07s)
17:12:46 [2024-03-07T17:12:46.722Z]     --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.05s)
17:12:46 [2024-03-07T17:12:46.722Z]     --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s)
17:12:46 [2024-03-07T17:12:46.722Z]     --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.17s)
17:12:46 [2024-03-07T17:12:46.722Z]     --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.17s)
17:12:46 [2024-03-07T17:12:46.722Z]     --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.04s)
17:12:46 [2024-03-07T17:12:46.722Z] === RUN   TestWatchtowerCreate
17:12:47 [2024-03-07T17:12:47.650Z] --- PASS: TestWatchtowerCreate (1.06s)
17:12:47 [2024-03-07T17:12:47.650Z] === RUN   TestResolvConfLocalhostIPv6
17:12:49 [2024-03-07T17:12:49.015Z] --- PASS: TestResolvConfLocalhostIPv6 (1.24s)
17:12:49 [2024-03-07T17:12:49.015Z] PASS
17:12:49 [2024-03-07T17:12:49.015Z] 
17:12:49 [2024-03-07T17:12:49.015Z] === Skipped
17:12:49 [2024-03-07T17:12:49.015Z] === SKIP: arm64.integration.networking TestBridgeICCWindows (0.00s)
17:12:49 [2024-03-07T17:12:49.015Z]     bridge_test.go:214: testEnv.DaemonInfo.OSType != "windows"
17:12:49 [2024-03-07T17:12:49.015Z] 
17:12:49 [2024-03-07T17:12:49.015Z] DONE 41 tests, 1 skipped in 47.856s
17:12:49 [2024-03-07T17:12:49.015Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
17:12:49 [2024-03-07T17:12:49.015Z] ++ '[' -n '' ']'
17:12:49 [2024-03-07T17:12:49.015Z] ++ 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:12:49 [2024-03-07T17:12:49.015Z] ++ set -e
17:12:49 [2024-03-07T17:12:49.015Z] ++ '[' -n 0 ']'
17:12:49 [2024-03-07T17:12:49.015Z] ++ set -x
17:12:49 [2024-03-07T17:12:49.015Z] ++ 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.pHe6vEnRyi/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:12:49 [2024-03-07T17:12:49.015Z] testing: warning: no tests to run
17:12:49 [2024-03-07T17:12:49.015Z] PASS
17:12:49 [2024-03-07T17:12:49.015Z] 
17:12:49 [2024-03-07T17:12:49.015Z] DONE 0 tests in 0.006s
17:12:49 [2024-03-07T17:12:49.015Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
17:12:49 [2024-03-07T17:12:49.015Z] ++ '[' -n '' ']'
17:12:49 [2024-03-07T17:12:49.015Z] ++ 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:12:49 [2024-03-07T17:12:49.015Z] ++ set -e
17:12:49 [2024-03-07T17:12:49.015Z] ++ '[' -n 0 ']'
17:12:49 [2024-03-07T17:12:49.015Z] ++ set -x
17:12:49 [2024-03-07T17:12:49.015Z] ++ 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.pHe6vEnRyi/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:12:49 [2024-03-07T17:12:49.015Z] INFO: Testing against a local daemon
17:12:49 [2024-03-07T17:12:49.015Z] === RUN   TestAuthZPluginAllowRequest
17:12:49 [2024-03-07T17:12:49.943Z] --- PASS: TestAuthZPluginAllowRequest (1.01s)
17:12:49 [2024-03-07T17:12:49.943Z] === RUN   TestAuthZPluginTLS
17:12:50 [2024-03-07T17:12:50.505Z] --- PASS: TestAuthZPluginTLS (0.54s)
17:12:50 [2024-03-07T17:12:50.505Z] === RUN   TestAuthZPluginDenyRequest
17:12:51 [2024-03-07T17:12:51.067Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
17:12:51 [2024-03-07T17:12:51.067Z] === RUN   TestAuthZPluginAPIDenyResponse
17:12:51 [2024-03-07T17:12:51.629Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
17:12:51 [2024-03-07T17:12:51.629Z] === RUN   TestAuthZPluginDenyResponse
17:12:52 [2024-03-07T17:12:52.192Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
17:12:52 [2024-03-07T17:12:52.192Z] === RUN   TestAuthZPluginAllowEventStream
17:12:53 [2024-03-07T17:12:53.119Z] 2024/03/07 17:12:52 http: panic serving 127.0.0.1:45658: runtime error: invalid memory address or nil pointer dereference
17:12:53 [2024-03-07T17:12:53.119Z] goroutine 140 [running]:
17:12:53 [2024-03-07T17:12:53.119Z] net/http.(*conn).serve.func1()
17:12:53 [2024-03-07T17:12:53.119Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
17:12:53 [2024-03-07T17:12:53.119Z] panic({0xa855c0?, 0x15aa340?})
17:12:53 [2024-03-07T17:12:53.119Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
17:12:53 [2024-03-07T17:12:53.119Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd85e70, 0x4000480780}, 0xffff42f6a350?)
17:12:53 [2024-03-07T17:12:53.119Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
17:12:53 [2024-03-07T17:12:53.119Z] net/http.HandlerFunc.ServeHTTP(0x4000498500?, {0xd85e70?, 0x4000480780?}, 0x402e94?)
17:12:53 [2024-03-07T17:12:53.119Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:12:53 [2024-03-07T17:12:53.119Z] net/http.(*ServeMux).ServeHTTP(0xd8c1d8?, {0xd85e70, 0x4000480780}, 0x4000498500)
17:12:53 [2024-03-07T17:12:53.119Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
17:12:53 [2024-03-07T17:12:53.119Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001cb340, {0xd84a30?, 0x400036e0e0}, 0x4000498400, {0xd7ab60, 0x400004e480})
17:12:53 [2024-03-07T17:12:53.119Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
17:12:53 [2024-03-07T17:12:53.119Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd84a30?, 0x400036e0e0?}, 0x400004c200?)
17:12:53 [2024-03-07T17:12:53.119Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
17:12:53 [2024-03-07T17:12:53.119Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd84a30?, 0x400036e0e0?}, 0x400036e0e0?)
17:12:53 [2024-03-07T17:12:53.119Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:12:53 [2024-03-07T17:12:53.119Z] net/http.serverHandler.ServeHTTP({0xd814a8?}, {0xd84a30?, 0x400036e0e0?}, 0x6?)
17:12:53 [2024-03-07T17:12:53.119Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
17:12:53 [2024-03-07T17:12:53.119Z] net/http.(*conn).serve(0x40003a5680, {0xd8c1d8, 0x400071a750})
17:12:53 [2024-03-07T17:12:53.119Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
17:12:53 [2024-03-07T17:12:53.119Z] created by net/http.(*Server).Serve in goroutine 49
17:12:53 [2024-03-07T17:12:53.119Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
17:12:54 [2024-03-07T17:12:54.046Z] 2024/03/07 17:12:53 http: panic serving 127.0.0.1:45672: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
17:12:54 [2024-03-07T17:12:54.046Z] goroutine 178 [running]:
17:12:54 [2024-03-07T17:12:54.046Z] net/http.(*conn).serve.func1()
17:12:54 [2024-03-07T17:12:54.046Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
17:12:54 [2024-03-07T17:12:54.046Z] panic({0xa1b7c0?, 0x400004c390?})
17:12:54 [2024-03-07T17:12:54.046Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
17:12:54 [2024-03-07T17:12:54.046Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd85e70, 0x4000480900}, 0xffff42f6a350?)
17:12:54 [2024-03-07T17:12:54.046Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
17:12:54 [2024-03-07T17:12:54.046Z] net/http.HandlerFunc.ServeHTTP(0x4000498700?, {0xd85e70?, 0x4000480900?}, 0x402e94?)
17:12:54 [2024-03-07T17:12:54.046Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:12:54 [2024-03-07T17:12:54.046Z] net/http.(*ServeMux).ServeHTTP(0xd8c1d8?, {0xd85e70, 0x4000480900}, 0x4000498700)
17:12:54 [2024-03-07T17:12:54.046Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
17:12:54 [2024-03-07T17:12:54.046Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001cb340, {0xd84a30?, 0x400036e1c0}, 0x4000498600, {0xd7ab60, 0x400004e480})
17:12:54 [2024-03-07T17:12:54.046Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
17:12:54 [2024-03-07T17:12:54.046Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd84a30?, 0x400036e1c0?}, 0x4000302660?)
17:12:54 [2024-03-07T17:12:54.046Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
17:12:54 [2024-03-07T17:12:54.046Z] net/http.HandlerFunc.ServeHTTP(0x1607de0?, {0xd84a30?, 0x400036e1c0?}, 0x40000f9b40?)
17:12:54 [2024-03-07T17:12:54.046Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:12:54 [2024-03-07T17:12:54.046Z] net/http.serverHandler.ServeHTTP({0x4000302660?}, {0xd84a30?, 0x400036e1c0?}, 0x6?)
17:12:54 [2024-03-07T17:12:54.046Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
17:12:54 [2024-03-07T17:12:54.046Z] net/http.(*conn).serve(0x40004946c0, {0xd8c1d8, 0x400071a750})
17:12:54 [2024-03-07T17:12:54.046Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
17:12:54 [2024-03-07T17:12:54.046Z] created by net/http.(*Server).Serve in goroutine 49
17:12:54 [2024-03-07T17:12:54.046Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
17:12:55 [2024-03-07T17:12:55.936Z] 2024/03/07 17:12:55 http: panic serving 127.0.0.1:45674: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
17:12:55 [2024-03-07T17:12:55.936Z] goroutine 212 [running]:
17:12:55 [2024-03-07T17:12:55.936Z] net/http.(*conn).serve.func1()
17:12:55 [2024-03-07T17:12:55.936Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
17:12:55 [2024-03-07T17:12:55.936Z] panic({0xa1b7c0?, 0x400010d480?})
17:12:55 [2024-03-07T17:12:55.936Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
17:12:55 [2024-03-07T17:12:55.936Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd85e70, 0x400070c7e0}, 0xffff42f6d7d0?)
17:12:55 [2024-03-07T17:12:55.936Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
17:12:55 [2024-03-07T17:12:55.936Z] net/http.HandlerFunc.ServeHTTP(0x4000116600?, {0xd85e70?, 0x400070c7e0?}, 0x402e94?)
17:12:55 [2024-03-07T17:12:55.936Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:12:55 [2024-03-07T17:12:55.936Z] net/http.(*ServeMux).ServeHTTP(0xd8c1d8?, {0xd85e70, 0x400070c7e0}, 0x4000116600)
17:12:55 [2024-03-07T17:12:55.936Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
17:12:55 [2024-03-07T17:12:55.936Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001cb340, {0xd84a30?, 0x400017e540}, 0x4000498800, {0xd7ab60, 0x400004e480})
17:12:55 [2024-03-07T17:12:55.936Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
17:12:55 [2024-03-07T17:12:55.936Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd84a30?, 0x400017e540?}, 0x40006b6780?)
17:12:55 [2024-03-07T17:12:55.936Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
17:12:55 [2024-03-07T17:12:55.936Z] net/http.HandlerFunc.ServeHTTP(0x1607de0?, {0xd84a30?, 0x400017e540?}, 0x40000b6b40?)
17:12:55 [2024-03-07T17:12:55.936Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:12:55 [2024-03-07T17:12:55.936Z] net/http.serverHandler.ServeHTTP({0x40006b6780?}, {0xd84a30?, 0x400017e540?}, 0x6?)
17:12:55 [2024-03-07T17:12:55.936Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
17:12:55 [2024-03-07T17:12:55.936Z] net/http.(*conn).serve(0x40003a4480, {0xd8c1d8, 0x400071a750})
17:12:55 [2024-03-07T17:12:55.936Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
17:12:55 [2024-03-07T17:12:55.936Z] created by net/http.(*Server).Serve in goroutine 49
17:12:55 [2024-03-07T17:12:55.936Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
17:12:58 [2024-03-07T17:12:58.453Z] --- PASS: TestAuthZPluginAllowEventStream (6.05s)
17:12:58 [2024-03-07T17:12:58.453Z] === RUN   TestAuthZPluginErrorResponse
17:12:58 [2024-03-07T17:12:58.709Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
17:12:58 [2024-03-07T17:12:58.709Z] === RUN   TestAuthZPluginErrorRequest
17:12:59 [2024-03-07T17:12:59.271Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
17:12:59 [2024-03-07T17:12:59.271Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:12:59 [2024-03-07T17:12:59.833Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
17:12:59 [2024-03-07T17:12:59.833Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:13:00 [2024-03-07T17:13:00.761Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.14s)
17:13:00 [2024-03-07T17:13:00.761Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:13:02 [2024-03-07T17:13:02.128Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.13s)
17:13:02 [2024-03-07T17:13:02.128Z] === RUN   TestAuthZPluginHeader
17:13:02 [2024-03-07T17:13:02.690Z] --- PASS: TestAuthZPluginHeader (0.61s)
17:13:02 [2024-03-07T17:13:02.690Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:13:02 [2024-03-07T17:13:02.690Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
17:13:02 [2024-03-07T17:13:02.690Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
17:13:02 [2024-03-07T17:13:02.690Z] === RUN   TestAuthZPluginV2Disable
17:13:02 [2024-03-07T17:13:02.690Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
17:13:02 [2024-03-07T17:13:02.690Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
17:13:02 [2024-03-07T17:13:02.690Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:13:02 [2024-03-07T17:13:02.690Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
17:13:02 [2024-03-07T17:13:02.690Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
17:13:02 [2024-03-07T17:13:02.690Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:13:02 [2024-03-07T17:13:02.690Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
17:13:02 [2024-03-07T17:13:02.690Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
17:13:02 [2024-03-07T17:13:02.690Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:13:20 [2024-03-07T17:13:20.738Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
17:13:20 [2024-03-07T17:13:20.738Z] PASS
17:13:20 [2024-03-07T17:13:20.738Z] 
17:13:20 [2024-03-07T17:13:20.738Z] === Skipped
17:13:20 [2024-03-07T17:13:20.738Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
17:13:20 [2024-03-07T17:13:20.738Z] 
17:13:20 [2024-03-07T17:13:20.738Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
17:13:20 [2024-03-07T17:13:20.738Z] 
17:13:20 [2024-03-07T17:13:20.738Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
17:13:20 [2024-03-07T17:13:20.738Z] 
17:13:20 [2024-03-07T17:13:20.738Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
17:13:20 [2024-03-07T17:13:20.738Z] 
17:13:20 [2024-03-07T17:13:20.738Z] DONE 17 tests, 4 skipped in 30.575s
17:13:20 [2024-03-07T17:13:20.738Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
17:13:20 [2024-03-07T17:13:20.738Z] ++ '[' -n '' ']'
17:13:20 [2024-03-07T17:13:20.738Z] ++ 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
17:13:20 [2024-03-07T17:13:20.738Z] ++ set -e
17:13:20 [2024-03-07T17:13:20.738Z] ++ '[' -n 0 ']'
17:13:20 [2024-03-07T17:13:20.738Z] ++ set -x
17:13:20 [2024-03-07T17:13:20.738Z] ++ 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.pHe6vEnRyi/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
17:13:20 [2024-03-07T17:13:20.738Z] INFO: Testing against a local daemon
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
17:13:20 [2024-03-07T17:13:20.738Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
17:13:20 [2024-03-07T17:13:20.738Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/pull
17:13:20 [2024-03-07T17:13:20.738Z] === PAUSE TestPluginInvalidJSON/plugins/pull
17:13:20 [2024-03-07T17:13:20.738Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
17:13:20 [2024-03-07T17:13:20.738Z] === CONT  TestPluginInvalidJSON/plugins/pull
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
17:13:20 [2024-03-07T17:13:20.738Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
17:13:20 [2024-03-07T17:13:20.738Z] --- PASS: TestPluginInvalidJSON (0.01s)
17:13:20 [2024-03-07T17:13:20.738Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInstall
17:13:20 [2024-03-07T17:13:20.738Z] === RUN   TestPluginInstall/no_auth
17:13:23 [2024-03-07T17:13:23.257Z] time="2024-03-07T17:13:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:23 [2024-03-07T17:13:23.257Z] time="2024-03-07T17:13:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c17f8eee6385ae12e63fc4602182e5306eba2e490b510ad6643e925929e11267" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:23 [2024-03-07T17:13:23.257Z] time="2024-03-07T17:13:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:23 [2024-03-07T17:13:23.257Z] time="2024-03-07T17:13:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c17f8eee6385ae12e63fc4602182e5306eba2e490b510ad6643e925929e11267" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:23 [2024-03-07T17:13:23.257Z] === RUN   TestPluginInstall/with_digest
17:13:23 [2024-03-07T17:13:23.820Z] === RUN   TestPluginInstall/with_htpasswd
17:13:24 [2024-03-07T17:13:24.076Z] time="2024-03-07T17:13:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:24 [2024-03-07T17:13:24.076Z] time="2024-03-07T17:13:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f58a7a7ae18a0026ebcfdb8e3e7689fc66cdca29688a6c46e7bc8c150357c9dc" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:24 [2024-03-07T17:13:24.076Z] time="2024-03-07T17:13:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:24 [2024-03-07T17:13:24.076Z] time="2024-03-07T17:13:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f58a7a7ae18a0026ebcfdb8e3e7689fc66cdca29688a6c46e7bc8c150357c9dc" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:24 [2024-03-07T17:13:24.076Z] === RUN   TestPluginInstall/with_insecure
17:13:25 [2024-03-07T17:13:25.005Z] time="2024-03-07T17:13:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:25 [2024-03-07T17:13:25.005Z] time="2024-03-07T17:13:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c160cb3c3ed6d1d263229d56d5aa51d0e9fcad75da403abf0b2312b0f66f23f8" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:25 [2024-03-07T17:13:25.005Z] time="2024-03-07T17:13:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:25 [2024-03-07T17:13:25.005Z] time="2024-03-07T17:13:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c160cb3c3ed6d1d263229d56d5aa51d0e9fcad75da403abf0b2312b0f66f23f8" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:25 [2024-03-07T17:13:25.261Z]     plugin_test.go:247: [d2df71856d056] daemon is not started
17:13:25 [2024-03-07T17:13:25.261Z] --- PASS: TestPluginInstall (5.57s)
17:13:25 [2024-03-07T17:13:25.261Z]     --- PASS: TestPluginInstall/no_auth (3.70s)
17:13:25 [2024-03-07T17:13:25.261Z]     --- PASS: TestPluginInstall/with_digest (0.48s)
17:13:25 [2024-03-07T17:13:25.261Z]     --- PASS: TestPluginInstall/with_htpasswd (0.46s)
17:13:25 [2024-03-07T17:13:25.261Z]     --- PASS: TestPluginInstall/with_insecure (0.93s)
17:13:25 [2024-03-07T17:13:25.261Z] === RUN   TestPluginsWithRuntimes
17:13:26 [2024-03-07T17:13:26.627Z] === RUN   TestPluginsWithRuntimes/No_Args
17:13:27 [2024-03-07T17:13:27.554Z] === RUN   TestPluginsWithRuntimes/With_Args
17:13:28 [2024-03-07T17:13:28.481Z] --- PASS: TestPluginsWithRuntimes (3.13s)
17:13:28 [2024-03-07T17:13:28.481Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.83s)
17:13:28 [2024-03-07T17:13:28.481Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.83s)
17:13:28 [2024-03-07T17:13:28.481Z] === RUN   TestPluginBackCompatMediaTypes
17:13:28 [2024-03-07T17:13:28.738Z] --- PASS: TestPluginBackCompatMediaTypes (0.50s)
17:13:28 [2024-03-07T17:13:28.738Z] PASS
17:13:28 [2024-03-07T17:13:28.738Z] 
17:13:28 [2024-03-07T17:13:28.738Z] DONE 25 tests in 9.237s
17:13:28 [2024-03-07T17:13:28.738Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
17:13:28 [2024-03-07T17:13:28.738Z] ++ '[' -n '' ']'
17:13:28 [2024-03-07T17:13:28.738Z] ++ 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
17:13:28 [2024-03-07T17:13:28.738Z] ++ set -e
17:13:28 [2024-03-07T17:13:28.738Z] ++ '[' -n 0 ']'
17:13:28 [2024-03-07T17:13:28.738Z] ++ set -x
17:13:28 [2024-03-07T17:13:28.738Z] ++ 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.pHe6vEnRyi/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
17:13:28 [2024-03-07T17:13:28.738Z] INFO: Testing against a local daemon
17:13:28 [2024-03-07T17:13:28.738Z] === RUN   TestExternalGraphDriver
17:13:29 [2024-03-07T17:13:29.300Z] === RUN   TestExternalGraphDriver/json
17:13:29 [2024-03-07T17:13:29.300Z] === RUN   TestExternalGraphDriver/spec
17:13:29 [2024-03-07T17:13:29.300Z] === RUN   TestExternalGraphDriver/pull
17:13:29 [2024-03-07T17:13:29.300Z] --- PASS: TestExternalGraphDriver (0.34s)
17:13:29 [2024-03-07T17:13:29.300Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
17:13:29 [2024-03-07T17:13:29.300Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
17:13:29 [2024-03-07T17:13:29.300Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
17:13:29 [2024-03-07T17:13:29.300Z] === RUN   TestGraphdriverPluginV2
17:13:29 [2024-03-07T17:13:29.556Z]     external_test.go:416: (*Execution).NotAmd64-fm
17:13:29 [2024-03-07T17:13:29.556Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
17:13:29 [2024-03-07T17:13:29.556Z] PASS
17:13:29 [2024-03-07T17:13:29.556Z] 
17:13:29 [2024-03-07T17:13:29.556Z] === Skipped
17:13:29 [2024-03-07T17:13:29.556Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
17:13:29 [2024-03-07T17:13:29.556Z]     external_test.go:416: (*Execution).NotAmd64-fm
17:13:29 [2024-03-07T17:13:29.556Z] 
17:13:29 [2024-03-07T17:13:29.556Z] DONE 5 tests, 1 skipped in 0.700s
17:13:29 [2024-03-07T17:13:29.556Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
17:13:29 [2024-03-07T17:13:29.556Z] ++ '[' -n '' ']'
17:13:29 [2024-03-07T17:13:29.556Z] ++ 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
17:13:29 [2024-03-07T17:13:29.556Z] ++ set -e
17:13:29 [2024-03-07T17:13:29.556Z] ++ '[' -n 0 ']'
17:13:29 [2024-03-07T17:13:29.556Z] ++ set -x
17:13:29 [2024-03-07T17:13:29.556Z] ++ 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.pHe6vEnRyi/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
17:13:29 [2024-03-07T17:13:29.556Z] INFO: Testing against a local daemon
17:13:29 [2024-03-07T17:13:29.556Z] === RUN   TestContinueAfterPluginCrash
17:13:29 [2024-03-07T17:13:29.556Z] === PAUSE TestContinueAfterPluginCrash
17:13:29 [2024-03-07T17:13:29.556Z] === RUN   TestReadPluginNoRead
17:13:29 [2024-03-07T17:13:29.556Z] === PAUSE TestReadPluginNoRead
17:13:29 [2024-03-07T17:13:29.556Z] === RUN   TestDaemonStartWithLogOpt
17:13:29 [2024-03-07T17:13:29.556Z] === PAUSE TestDaemonStartWithLogOpt
17:13:29 [2024-03-07T17:13:29.556Z] === CONT  TestDaemonStartWithLogOpt
17:13:29 [2024-03-07T17:13:29.556Z] === CONT  TestReadPluginNoRead
17:13:29 [2024-03-07T17:13:29.556Z] === CONT  TestContinueAfterPluginCrash
17:13:31 [2024-03-07T17:13:31.447Z] === RUN   TestReadPluginNoRead/default
17:13:32 [2024-03-07T17:13:32.009Z] --- PASS: TestDaemonStartWithLogOpt (2.62s)
17:13:32 [2024-03-07T17:13:32.571Z] === RUN   TestReadPluginNoRead/disabled_caching
17:13:33 [2024-03-07T17:13:33.940Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:13:34 [2024-03-07T17:13:34.867Z]     read_test.go:93: [d5f61bfcfd602] daemon is not started
17:13:34 [2024-03-07T17:13:34.867Z] --- PASS: TestReadPluginNoRead (5.43s)
17:13:34 [2024-03-07T17:13:34.867Z]     --- PASS: TestReadPluginNoRead/default (1.09s)
17:13:34 [2024-03-07T17:13:34.867Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.13s)
17:13:34 [2024-03-07T17:13:34.867Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.16s)
17:13:37 [2024-03-07T17:13:37.382Z] --- PASS: TestContinueAfterPluginCrash (7.54s)
17:13:37 [2024-03-07T17:13:37.382Z] PASS
17:13:37 [2024-03-07T17:13:37.382Z] 
17:13:37 [2024-03-07T17:13:37.382Z] DONE 6 tests in 7.573s
17:13:37 [2024-03-07T17:13:37.382Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
17:13:37 [2024-03-07T17:13:37.382Z] ++ '[' -n '' ']'
17:13:37 [2024-03-07T17:13:37.382Z] ++ 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
17:13:37 [2024-03-07T17:13:37.382Z] ++ set -e
17:13:37 [2024-03-07T17:13:37.382Z] ++ '[' -n 0 ']'
17:13:37 [2024-03-07T17:13:37.382Z] ++ set -x
17:13:37 [2024-03-07T17:13:37.382Z] ++ 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.pHe6vEnRyi/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
17:13:37 [2024-03-07T17:13:37.382Z] testing: warning: no tests to run
17:13:37 [2024-03-07T17:13:37.382Z] PASS
17:13:37 [2024-03-07T17:13:37.382Z] 
17:13:37 [2024-03-07T17:13:37.382Z] DONE 0 tests in 0.006s
17:13:37 [2024-03-07T17:13:37.382Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
17:13:37 [2024-03-07T17:13:37.382Z] ++ '[' -n '' ']'
17:13:37 [2024-03-07T17:13:37.382Z] ++ 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
17:13:37 [2024-03-07T17:13:37.382Z] ++ set -e
17:13:37 [2024-03-07T17:13:37.382Z] ++ '[' -n 0 ']'
17:13:37 [2024-03-07T17:13:37.382Z] ++ set -x
17:13:37 [2024-03-07T17:13:37.382Z] ++ 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.pHe6vEnRyi/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
17:13:37 [2024-03-07T17:13:37.382Z] INFO: Testing against a local daemon
17:13:37 [2024-03-07T17:13:37.382Z] === RUN   TestPluginWithDevMounts
17:13:37 [2024-03-07T17:13:37.382Z] === PAUSE TestPluginWithDevMounts
17:13:37 [2024-03-07T17:13:37.382Z] === CONT  TestPluginWithDevMounts
17:13:38 [2024-03-07T17:13:38.749Z] --- PASS: TestPluginWithDevMounts (1.46s)
17:13:38 [2024-03-07T17:13:38.749Z] PASS
17:13:38 [2024-03-07T17:13:38.749Z] 
17:13:38 [2024-03-07T17:13:38.749Z] DONE 1 tests in 1.488s
17:13:38 [2024-03-07T17:13:38.749Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
17:13:38 [2024-03-07T17:13:38.749Z] ++ '[' -n '' ']'
17:13:38 [2024-03-07T17:13:38.749Z] ++ 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
17:13:38 [2024-03-07T17:13:38.749Z] ++ set -e
17:13:38 [2024-03-07T17:13:38.749Z] ++ '[' -n 0 ']'
17:13:38 [2024-03-07T17:13:38.749Z] ++ set -x
17:13:38 [2024-03-07T17:13:38.749Z] ++ 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.pHe6vEnRyi/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
17:13:38 [2024-03-07T17:13:38.749Z] INFO: Testing against a local daemon
17:13:38 [2024-03-07T17:13:38.749Z] === RUN   TestSecretInspect
17:13:40 [2024-03-07T17:13:40.638Z] --- PASS: TestSecretInspect (1.91s)
17:13:40 [2024-03-07T17:13:40.638Z] === RUN   TestSecretList
17:13:42 [2024-03-07T17:13:42.553Z] --- PASS: TestSecretList (1.98s)
17:13:42 [2024-03-07T17:13:42.553Z] === RUN   TestSecretsCreateAndDelete
17:13:44 [2024-03-07T17:13:44.492Z] --- PASS: TestSecretsCreateAndDelete (1.84s)
17:13:44 [2024-03-07T17:13:44.492Z] === RUN   TestSecretsUpdate
17:13:46 [2024-03-07T17:13:46.423Z] --- PASS: TestSecretsUpdate (1.98s)
17:13:46 [2024-03-07T17:13:46.423Z] === RUN   TestTemplatedSecret
17:13:48 [2024-03-07T17:13:48.980Z] --- PASS: TestTemplatedSecret (2.29s)
17:13:48 [2024-03-07T17:13:48.980Z] === RUN   TestSecretCreateResolve
17:13:50 [2024-03-07T17:13:50.869Z] --- PASS: TestSecretCreateResolve (1.90s)
17:13:50 [2024-03-07T17:13:50.869Z] PASS
17:13:50 [2024-03-07T17:13:50.869Z] 
17:13:50 [2024-03-07T17:13:50.869Z] DONE 6 tests in 11.929s
17:13:50 [2024-03-07T17:13:50.869Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
17:13:50 [2024-03-07T17:13:50.869Z] ++ '[' -n '' ']'
17:13:50 [2024-03-07T17:13:50.870Z] ++ 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
17:13:50 [2024-03-07T17:13:50.870Z] ++ set -e
17:13:50 [2024-03-07T17:13:50.870Z] ++ '[' -n 0 ']'
17:13:50 [2024-03-07T17:13:50.870Z] ++ set -x
17:13:50 [2024-03-07T17:13:50.870Z] ++ 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.pHe6vEnRyi/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
17:13:50 [2024-03-07T17:13:50.870Z] INFO: Testing against a local daemon
17:13:50 [2024-03-07T17:13:50.870Z] === RUN   TestServiceCreateInit
17:13:50 [2024-03-07T17:13:50.870Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:13:54 [2024-03-07T17:13:54.138Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:13:57 [2024-03-07T17:13:57.406Z] --- PASS: TestServiceCreateInit (6.73s)
17:13:57 [2024-03-07T17:13:57.406Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.40s)
17:13:57 [2024-03-07T17:13:57.406Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.32s)
17:13:57 [2024-03-07T17:13:57.406Z] === RUN   TestCreateServiceMultipleTimes
17:14:12 [2024-03-07T17:14:12.248Z] --- PASS: TestCreateServiceMultipleTimes (14.49s)
17:14:12 [2024-03-07T17:14:12.248Z] === RUN   TestCreateServiceConflict
17:14:13 [2024-03-07T17:14:13.614Z] --- PASS: TestCreateServiceConflict (1.97s)
17:14:13 [2024-03-07T17:14:13.614Z] === RUN   TestCreateServiceMaxReplicas
17:14:16 [2024-03-07T17:14:16.883Z] --- PASS: TestCreateServiceMaxReplicas (2.62s)
17:14:16 [2024-03-07T17:14:16.883Z] === RUN   TestCreateServiceSecretFileMode
17:14:29 [2024-03-07T17:14:29.051Z] --- PASS: TestCreateServiceSecretFileMode (12.38s)
17:14:29 [2024-03-07T17:14:29.051Z] === RUN   TestCreateServiceConfigFileMode
17:14:41 [2024-03-07T17:14:41.219Z] --- PASS: TestCreateServiceConfigFileMode (12.44s)
17:14:41 [2024-03-07T17:14:41.219Z] === RUN   TestCreateServiceSysctls
17:14:44 [2024-03-07T17:14:44.486Z] --- PASS: TestCreateServiceSysctls (3.03s)
17:14:44 [2024-03-07T17:14:44.487Z] === RUN   TestCreateServiceCapabilities
17:14:47 [2024-03-07T17:14:47.003Z] --- PASS: TestCreateServiceCapabilities (2.36s)
17:14:47 [2024-03-07T17:14:47.003Z] === RUN   TestInspect
17:14:49 [2024-03-07T17:14:49.520Z] --- PASS: TestInspect (2.69s)
17:14:49 [2024-03-07T17:14:49.520Z] === RUN   TestCreateJob
17:14:52 [2024-03-07T17:14:52.787Z] --- PASS: TestCreateJob (2.97s)
17:14:52 [2024-03-07T17:14:52.788Z] === RUN   TestReplicatedJob
17:14:56 [2024-03-07T17:14:56.955Z] --- PASS: TestReplicatedJob (4.42s)
17:14:56 [2024-03-07T17:14:56.955Z] === RUN   TestUpdateReplicatedJob
17:14:59 [2024-03-07T17:14:59.471Z] --- PASS: TestUpdateReplicatedJob (2.84s)
17:14:59 [2024-03-07T17:14:59.471Z] === RUN   TestServiceListWithStatuses
17:15:03 [2024-03-07T17:15:03.639Z] --- PASS: TestServiceListWithStatuses (4.14s)
17:15:03 [2024-03-07T17:15:03.639Z] === RUN   TestDockerNetworkConnectAliasPreV144
17:15:07 [2024-03-07T17:15:07.807Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (4.01s)
17:15:07 [2024-03-07T17:15:07.807Z] === RUN   TestDockerNetworkReConnect
17:15:11 [2024-03-07T17:15:11.075Z] --- PASS: TestDockerNetworkReConnect (3.16s)
17:15:11 [2024-03-07T17:15:11.075Z] === RUN   TestServicePlugin
17:15:11 [2024-03-07T17:15:11.075Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
17:15:11 [2024-03-07T17:15:11.075Z] --- SKIP: TestServicePlugin (0.00s)
17:15:11 [2024-03-07T17:15:11.075Z] === RUN   TestServiceUpdateLabel
17:15:12 [2024-03-07T17:15:12.965Z] --- PASS: TestServiceUpdateLabel (1.94s)
17:15:12 [2024-03-07T17:15:12.965Z] === RUN   TestServiceUpdateSecrets
17:15:27 [2024-03-07T17:15:27.807Z] --- PASS: TestServiceUpdateSecrets (14.22s)
17:15:27 [2024-03-07T17:15:27.807Z] === RUN   TestServiceUpdateConfigs
17:15:42 [2024-03-07T17:15:42.648Z] --- PASS: TestServiceUpdateConfigs (14.21s)
17:15:42 [2024-03-07T17:15:42.648Z] === RUN   TestServiceUpdateNetwork
17:15:54 [2024-03-07T17:15:54.820Z] --- PASS: TestServiceUpdateNetwork (12.07s)
17:15:54 [2024-03-07T17:15:54.820Z] === RUN   TestServiceUpdatePidsLimit
17:15:54 [2024-03-07T17:15:54.820Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
17:15:54 [2024-03-07T17:15:54.820Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
17:16:02 [2024-03-07T17:16:02.905Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
17:16:09 [2024-03-07T17:16:09.443Z] --- PASS: TestServiceUpdatePidsLimit (16.00s)
17:16:09 [2024-03-07T17:16:09.443Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s)
17:16:09 [2024-03-07T17:16:09.443Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
17:16:09 [2024-03-07T17:16:09.443Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
17:16:09 [2024-03-07T17:16:09.443Z] PASS
17:16:09 [2024-03-07T17:16:09.443Z] 
17:16:09 [2024-03-07T17:16:09.443Z] === Skipped
17:16:09 [2024-03-07T17:16:09.443Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
17:16:09 [2024-03-07T17:16:09.443Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
17:16:09 [2024-03-07T17:16:09.443Z] 
17:16:09 [2024-03-07T17:16:09.443Z] DONE 26 tests, 1 skipped in 138.724s
17:16:09 [2024-03-07T17:16:09.443Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
17:16:09 [2024-03-07T17:16:09.443Z] ++ '[' -n '' ']'
17:16:09 [2024-03-07T17:16:09.443Z] ++ 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
17:16:09 [2024-03-07T17:16:09.443Z] ++ set -e
17:16:09 [2024-03-07T17:16:09.443Z] ++ '[' -n 0 ']'
17:16:09 [2024-03-07T17:16:09.443Z] ++ set -x
17:16:09 [2024-03-07T17:16:09.443Z] ++ 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.pHe6vEnRyi/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
17:16:09 [2024-03-07T17:16:09.443Z] INFO: Testing against a local daemon
17:16:09 [2024-03-07T17:16:09.443Z] === RUN   TestSessionCreate
17:16:09 [2024-03-07T17:16:09.443Z] --- PASS: TestSessionCreate (0.01s)
17:16:09 [2024-03-07T17:16:09.443Z] === RUN   TestSessionCreateWithBadUpgrade
17:16:09 [2024-03-07T17:16:09.443Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
17:16:09 [2024-03-07T17:16:09.443Z] PASS
17:16:09 [2024-03-07T17:16:09.443Z] 
17:16:09 [2024-03-07T17:16:09.443Z] DONE 2 tests in 0.040s
17:16:09 [2024-03-07T17:16:09.443Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
17:16:09 [2024-03-07T17:16:09.443Z] ++ '[' -n '' ']'
17:16:09 [2024-03-07T17:16:09.443Z] ++ 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
17:16:09 [2024-03-07T17:16:09.443Z] ++ set -e
17:16:09 [2024-03-07T17:16:09.443Z] ++ '[' -n 0 ']'
17:16:09 [2024-03-07T17:16:09.443Z] ++ set -x
17:16:09 [2024-03-07T17:16:09.443Z] ++ 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.pHe6vEnRyi/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
17:16:09 [2024-03-07T17:16:09.443Z] INFO: Testing against a local daemon
17:16:09 [2024-03-07T17:16:09.443Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:16:09 [2024-03-07T17:16:09.443Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:16:09 [2024-03-07T17:16:09.443Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:16:09 [2024-03-07T17:16:09.443Z] === RUN   TestDiskUsage
17:16:09 [2024-03-07T17:16:09.443Z] === PAUSE TestDiskUsage
17:16:09 [2024-03-07T17:16:09.443Z] === RUN   TestEventsExecDie
17:16:09 [2024-03-07T17:16:09.699Z] --- PASS: TestEventsExecDie (0.43s)
17:16:09 [2024-03-07T17:16:09.699Z] === RUN   TestEventsBackwardsCompatible
17:16:09 [2024-03-07T17:16:09.699Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
17:16:09 [2024-03-07T17:16:09.699Z] === RUN   TestEventsVolumeCreate
17:16:09 [2024-03-07T17:16:09.954Z] --- PASS: TestEventsVolumeCreate (0.06s)
17:16:09 [2024-03-07T17:16:09.954Z] === RUN   TestInfoBinaryCommits
17:16:09 [2024-03-07T17:16:09.954Z] --- PASS: TestInfoBinaryCommits (0.01s)
17:16:09 [2024-03-07T17:16:09.954Z] === RUN   TestInfoAPIVersioned
17:16:09 [2024-03-07T17:16:09.954Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:16:09 [2024-03-07T17:16:09.954Z] === RUN   TestInfoAPI
17:16:09 [2024-03-07T17:16:09.954Z] --- PASS: TestInfoAPI (0.01s)
17:16:09 [2024-03-07T17:16:09.954Z] === RUN   TestInfoAPIWarnings
17:16:27 [2024-03-07T17:16:27.998Z] --- PASS: TestInfoAPIWarnings (16.54s)
17:16:27 [2024-03-07T17:16:27.998Z] === RUN   TestInfoDebug
17:16:27 [2024-03-07T17:16:27.998Z] --- PASS: TestInfoDebug (0.52s)
17:16:27 [2024-03-07T17:16:27.998Z] === RUN   TestInfoInsecureRegistries
17:16:27 [2024-03-07T17:16:27.998Z] --- PASS: TestInfoInsecureRegistries (0.52s)
17:16:27 [2024-03-07T17:16:27.998Z] === RUN   TestInfoRegistryMirrors
17:16:27 [2024-03-07T17:16:27.998Z] --- PASS: TestInfoRegistryMirrors (0.52s)
17:16:27 [2024-03-07T17:16:27.998Z] === RUN   TestLoginFailsWithBadCredentials
17:16:28 [2024-03-07T17:16:28.927Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
17:16:28 [2024-03-07T17:16:28.927Z] === RUN   TestPingCacheHeaders
17:16:28 [2024-03-07T17:16:28.927Z] --- PASS: TestPingCacheHeaders (0.01s)
17:16:28 [2024-03-07T17:16:28.927Z] === RUN   TestPingGet
17:16:28 [2024-03-07T17:16:28.927Z] --- PASS: TestPingGet (0.01s)
17:16:28 [2024-03-07T17:16:28.927Z] === RUN   TestPingHead
17:16:28 [2024-03-07T17:16:28.927Z] --- PASS: TestPingHead (0.01s)
17:16:28 [2024-03-07T17:16:28.927Z] === RUN   TestPingSwarmHeader
17:16:29 [2024-03-07T17:16:29.488Z] === RUN   TestPingSwarmHeader/before_swarm_init
17:16:30 [2024-03-07T17:16:30.050Z] === RUN   TestPingSwarmHeader/after_swarm_init
17:16:30 [2024-03-07T17:16:30.977Z] === RUN   TestPingSwarmHeader/after_swarm_leave
17:16:30 [2024-03-07T17:16:30.977Z] --- PASS: TestPingSwarmHeader (1.87s)
17:16:30 [2024-03-07T17:16:30.977Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
17:16:30 [2024-03-07T17:16:30.977Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
17:16:30 [2024-03-07T17:16:30.977Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
17:16:30 [2024-03-07T17:16:30.977Z] === RUN   TestPingBuilderHeader
17:16:30 [2024-03-07T17:16:30.977Z] === RUN   TestPingBuilderHeader/default_config
17:16:31 [2024-03-07T17:16:31.538Z] === RUN   TestPingBuilderHeader/buildkit_disabled
17:16:31 [2024-03-07T17:16:31.794Z] --- PASS: TestPingBuilderHeader (1.04s)
17:16:31 [2024-03-07T17:16:31.794Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
17:16:31 [2024-03-07T17:16:31.794Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
17:16:31 [2024-03-07T17:16:31.794Z] === RUN   TestVersion
17:16:31 [2024-03-07T17:16:31.794Z] --- PASS: TestVersion (0.01s)
17:16:31 [2024-03-07T17:16:31.794Z] === CONT  TestDiskUsage
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty/container_types
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty/image_types
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty/volume_types
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty/build-cache_types
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:16:32 [2024-03-07T17:16:32.356Z] === RUN   TestDiskUsage/after_LoadBusybox
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:16:32 [2024-03-07T17:16:32.612Z] === RUN   TestDiskUsage/after_container.Run
17:16:32 [2024-03-07T17:16:32.867Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:16:32 [2024-03-07T17:16:32.867Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:16:32 [2024-03-07T17:16:32.867Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:16:32 [2024-03-07T17:16:32.867Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:16:32 [2024-03-07T17:16:32.867Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:16:32 [2024-03-07T17:16:32.867Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:16:32 [2024-03-07T17:16:32.867Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:16:32 [2024-03-07T17:16:32.867Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:16:32 [2024-03-07T17:16:32.867Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:16:32 [2024-03-07T17:16:32.867Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:16:33 [2024-03-07T17:16:33.123Z] --- PASS: TestDiskUsage (1.12s)
17:16:33 [2024-03-07T17:16:33.123Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]     --- PASS: TestDiskUsage/after_container.Run (0.30s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z] PASS
17:16:33 [2024-03-07T17:16:33.123Z] 
17:16:33 [2024-03-07T17:16:33.123Z] === Skipped
17:16:33 [2024-03-07T17:16:33.123Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:16:33 [2024-03-07T17:16:33.123Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:16:33 [2024-03-07T17:16:33.123Z] 
17:16:33 [2024-03-07T17:16:33.123Z] DONE 57 tests, 1 skipped in 23.742s
17:16:33 [2024-03-07T17:16:33.123Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
17:16:33 [2024-03-07T17:16:33.123Z] ++ '[' -n '' ']'
17:16:33 [2024-03-07T17:16:33.123Z] ++ 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
17:16:33 [2024-03-07T17:16:33.123Z] ++ set -e
17:16:33 [2024-03-07T17:16:33.123Z] ++ '[' -n 0 ']'
17:16:33 [2024-03-07T17:16:33.123Z] ++ set -x
17:16:33 [2024-03-07T17:16:33.124Z] ++ 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.pHe6vEnRyi/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
17:16:33 [2024-03-07T17:16:33.124Z] INFO: Testing against a local daemon
17:16:33 [2024-03-07T17:16:33.124Z] === RUN   TestRunMountVolumeSubdir
17:16:33 [2024-03-07T17:16:33.380Z]     mount_test.go:28: Setup stderr:
17:16:33 [2024-03-07T17:16:33.380Z]     mount_test.go:28: Setup stdout:
17:16:33 [2024-03-07T17:16:33.380Z]         /volume:
17:16:33 [2024-03-07T17:16:33.380Z]         total 24K    
17:16:33 [2024-03-07T17:16:33.380Z]         drwxr-xr-x    5 root     root        4.0K Mar  7 17:16 .
17:16:33 [2024-03-07T17:16:33.380Z]         drwxr-xr-x    1 root     root        4.0K Mar  7 17:16 ..
17:16:33 [2024-03-07T17:16:33.380Z]         -rw-r--r--    1 root     root           4 Mar  7 17:16 bar.txt
17:16:33 [2024-03-07T17:16:33.380Z]         drwxr-xr-x    2 root     root        4.0K Mar  7 17:16 bin
17:16:33 [2024-03-07T17:16:33.380Z]         drwxr-xr-x    3 root     root        4.0K Mar  7 17:16 hack
17:16:33 [2024-03-07T17:16:33.380Z]         drwxr-xr-x    2 root     root        4.0K Mar  7 17:16 subdir
17:16:33 [2024-03-07T17:16:33.380Z]         
17:16:33 [2024-03-07T17:16:33.380Z]         /volume/hack/:
17:16:33 [2024-03-07T17:16:33.380Z]         total 12K    
17:16:33 [2024-03-07T17:16:33.380Z]         drwxr-xr-x    3 root     root        4.0K Mar  7 17:16 .
17:16:33 [2024-03-07T17:16:33.380Z]         drwxr-xr-x    5 root     root        4.0K Mar  7 17:16 ..
17:16:33 [2024-03-07T17:16:33.380Z]         lrwxrwxrwx    1 root     root           4 Mar  7 17:16 bad -> root
17:16:33 [2024-03-07T17:16:33.380Z]         lrwxrwxrwx    1 root     root           9 Mar  7 17:16 good -> ../subdir
17:16:33 [2024-03-07T17:16:33.380Z]         drwxr-xr-x    2 root     root        4.0K Mar  7 17:16 iwanttobehackedwithtoctou
17:16:33 [2024-03-07T17:16:33.380Z]         lrwxrwxrwx    1 root     root           1 Mar  7 17:16 root -> /
17:16:33 [2024-03-07T17:16:33.380Z] === RUN   TestRunMountVolumeSubdir/subdir
17:16:33 [2024-03-07T17:16:33.942Z]     mount_test.go:101: stdout:
17:16:33 [2024-03-07T17:16:33.942Z]         hello.txt
17:16:33 [2024-03-07T17:16:33.942Z]     mount_test.go:102: stderr:
17:16:33 [2024-03-07T17:16:33.942Z] === RUN   TestRunMountVolumeSubdir/subdir_link
17:16:34 [2024-03-07T17:16:34.197Z]     mount_test.go:101: stdout:
17:16:34 [2024-03-07T17:16:34.197Z]         hello.txt
17:16:34 [2024-03-07T17:16:34.197Z]     mount_test.go:102: stderr:
17:16:34 [2024-03-07T17:16:34.197Z] === RUN   TestRunMountVolumeSubdir/subdir_with_copy_data
17:16:34 [2024-03-07T17:16:34.759Z]     mount_test.go:101: stdout:
17:16:34 [2024-03-07T17:16:34.759Z]         /bin/busybox
17:16:34 [2024-03-07T17:16:34.759Z]     mount_test.go:102: stderr:
17:16:34 [2024-03-07T17:16:34.759Z] === RUN   TestRunMountVolumeSubdir/file
17:16:35 [2024-03-07T17:16:35.015Z]     mount_test.go:101: stdout:
17:16:35 [2024-03-07T17:16:35.015Z]         foo
17:16:35 [2024-03-07T17:16:35.015Z]     mount_test.go:102: stderr:
17:16:35 [2024-03-07T17:16:35.015Z] === RUN   TestRunMountVolumeSubdir/relative_with_backtracks
17:16:35 [2024-03-07T17:16:35.015Z] === RUN   TestRunMountVolumeSubdir/not_existing
17:16:35 [2024-03-07T17:16:35.271Z] === RUN   TestRunMountVolumeSubdir/mount_link
17:16:35 [2024-03-07T17:16:35.527Z] === RUN   TestRunMountVolumeSubdir/mount_link_link
17:16:35 [2024-03-07T17:16:35.527Z] --- PASS: TestRunMountVolumeSubdir (2.54s)
17:16:35 [2024-03-07T17:16:35.527Z]     --- PASS: TestRunMountVolumeSubdir/subdir (0.38s)
17:16:35 [2024-03-07T17:16:35.527Z]     --- PASS: TestRunMountVolumeSubdir/subdir_link (0.42s)
17:16:35 [2024-03-07T17:16:35.527Z]     --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.41s)
17:16:35 [2024-03-07T17:16:35.527Z]     --- PASS: TestRunMountVolumeSubdir/file (0.42s)
17:16:35 [2024-03-07T17:16:35.527Z]     --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s)
17:16:35 [2024-03-07T17:16:35.527Z]     --- PASS: TestRunMountVolumeSubdir/not_existing (0.16s)
17:16:35 [2024-03-07T17:16:35.527Z]     --- PASS: TestRunMountVolumeSubdir/mount_link (0.16s)
17:16:35 [2024-03-07T17:16:35.527Z]     --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.15s)
17:16:35 [2024-03-07T17:16:35.527Z] === RUN   TestVolumesCreateAndList
17:16:35 [2024-03-07T17:16:35.527Z] --- PASS: TestVolumesCreateAndList (0.01s)
17:16:35 [2024-03-07T17:16:35.527Z] === RUN   TestVolumesRemove
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesRemove/volume_in_use
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesRemove/volume_not_in_use
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesRemove/non-existing_volume
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesRemove/non-existing_volume_force
17:16:35 [2024-03-07T17:16:35.783Z] --- PASS: TestVolumesRemove (0.07s)
17:16:35 [2024-03-07T17:16:35.783Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
17:16:35 [2024-03-07T17:16:35.783Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
17:16:35 [2024-03-07T17:16:35.783Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
17:16:35 [2024-03-07T17:16:35.783Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesRemoveSwarmEnabled
17:16:35 [2024-03-07T17:16:35.783Z] === PAUSE TestVolumesRemoveSwarmEnabled
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesInspect
17:16:35 [2024-03-07T17:16:35.783Z] --- PASS: TestVolumesInspect (0.01s)
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesInvalidJSON
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesInvalidJSON/volumes/create
17:16:35 [2024-03-07T17:16:35.783Z] === PAUSE TestVolumesInvalidJSON/volumes/create
17:16:35 [2024-03-07T17:16:35.783Z] === CONT  TestVolumesInvalidJSON/volumes/create
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
17:16:35 [2024-03-07T17:16:35.783Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
17:16:35 [2024-03-07T17:16:35.784Z] --- PASS: TestVolumesInvalidJSON (0.01s)
17:16:35 [2024-03-07T17:16:35.784Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
17:16:35 [2024-03-07T17:16:35.784Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
17:16:35 [2024-03-07T17:16:35.784Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
17:16:35 [2024-03-07T17:16:35.784Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
17:16:35 [2024-03-07T17:16:35.784Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
17:16:35 [2024-03-07T17:16:35.784Z] === RUN   TestVolumePruneAnonymous
17:16:35 [2024-03-07T17:16:35.784Z] --- PASS: TestVolumePruneAnonymous (0.03s)
17:16:35 [2024-03-07T17:16:35.784Z] === RUN   TestVolumePruneAnonFromImage
17:16:35 [2024-03-07T17:16:35.784Z] --- PASS: TestVolumePruneAnonFromImage (0.15s)
17:16:35 [2024-03-07T17:16:35.784Z] === CONT  TestVolumesRemoveSwarmEnabled
17:16:37 [2024-03-07T17:16:37.149Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
17:16:37 [2024-03-07T17:16:37.149Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
17:16:37 [2024-03-07T17:16:37.149Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
17:16:37 [2024-03-07T17:16:37.149Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
17:16:37 [2024-03-07T17:16:37.711Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.92s)
17:16:37 [2024-03-07T17:16:37.711Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
17:16:37 [2024-03-07T17:16:37.711Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
17:16:37 [2024-03-07T17:16:37.711Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
17:16:37 [2024-03-07T17:16:37.711Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
17:16:37 [2024-03-07T17:16:37.711Z] PASS
17:16:37 [2024-03-07T17:16:37.711Z] 
17:16:37 [2024-03-07T17:16:37.711Z] DONE 29 tests in 4.764s
17:16:37 [2024-03-07T17:16:37.711Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:16:37 [2024-03-07T17:16:37.967Z] ++++ cat bundles/test-integration/TestUsernsCommit/d79ed4068a2e6/docker.pid
17:16:37 [2024-03-07T17:16:37.967Z] +++ kill 66228
17:16:37 [2024-03-07T17:16:37.967Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 66228 is not a child of this shell
17:16:37 [2024-03-07T17:16:37.967Z] warning: PID 66228 from bundles/test-integration/TestUsernsCommit/d79ed4068a2e6/docker.pid had a nonzero exit code
17:16:37 [2024-03-07T17:16:37.967Z] umount: bundles/test-integration/TestUsernsCommit/d79ed4068a2e6/root: not mounted.
17:16:37 [2024-03-07T17:16:37.967Z] ++++ cat bundles/test-integration/docker.pid
17:16:37 [2024-03-07T17:16:37.967Z] +++ kill 25030
17:16:39 [2024-03-07T17:16:39.332Z] +++ /etc/init.d/apparmor stop
17:16:39 [2024-03-07T17:16:39.332Z] Leaving: AppArmorNo profiles have been unloaded.
17:16:39 [2024-03-07T17:16:39.332Z] 
17:16:39 [2024-03-07T17:16:39.332Z] Unloading profiles will leave already running processes permanently
17:16:39 [2024-03-07T17:16:39.332Z] unconfined, which can lead to unexpected situations.
17:16:39 [2024-03-07T17:16:39.332Z] 
17:16:39 [2024-03-07T17:16:39.332Z] To set a process to complain mode, use the command line tool
17:16:39 [2024-03-07T17:16:39.332Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:16:39 [2024-03-07T17:16:39.332Z] +++ true
17:16:39 [2024-03-07T17:16:39.332Z] exiting test-integration
17:16:39 [2024-03-07T17:16:39.332Z] ++ exit 0
17:16:39 [2024-03-07T17:16:39.332Z] 
Post stage
[Pipeline] junit
17:16:40 [2024-03-07T17:16:40.707Z] Recording test results
17:16:40 [2024-03-07T17:16:40.957Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:16:41 [2024-03-07T17:16:41.245Z] + echo Ensuring container killed.
17:16:41 [2024-03-07T17:16:41.245Z] Ensuring container killed.
17:16:41 [2024-03-07T17:16:41.245Z] + docker rm -vf docker-pr2
17:16:41 [2024-03-07T17:16:41.245Z] Error response from daemon: No such container: docker-pr2
[Pipeline] sh
17:16:41 [2024-03-07T17:16:41.518Z] + echo Chowning /workspace to jenkins user
17:16:41 [2024-03-07T17:16:41.518Z] Chowning /workspace to jenkins user
17:16:41 [2024-03-07T17:16:41.518Z] + id -u
17:16:41 [2024-03-07T17:16:41.518Z] + id -g
17:16:41 [2024-03-07T17:16:41.518Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47505:/workspace busybox chown -R 1000:1000 /workspace
17:16:41 [2024-03-07T17:16:41.518Z] Unable to find image 'busybox:latest' locally
17:16:41 [2024-03-07T17:16:41.518Z] latest: Pulling from library/busybox
17:16:41 [2024-03-07T17:16:41.518Z] 45d8eb5967de: Already exists
17:16:41 [2024-03-07T17:16:41.774Z] Digest: sha256:478209e7be50e5f5c9fd47a6a71d43c119dd44c393160e49dc4bb86f99a439de
17:16:41 [2024-03-07T17:16:41.774Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:16:43 [2024-03-07T17:16:43.416Z] + bundleName=arm64-integration
17:16:43 [2024-03-07T17:16:43.416Z] + echo Creating arm64-integration-bundles.tar.gz
17:16:43 [2024-03-07T17:16:43.416Z] Creating arm64-integration-bundles.tar.gz
17:16:43 [2024-03-07T17:16:43.416Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
17:16:43 [2024-03-07T17:16:43.416Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
17:16:43 [2024-03-07T17:16:43.681Z] Archiving artifacts
17:16:44 [2024-03-07T17:16:44.862Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47505/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:16:45 [2024-03-07T17:16:45.231Z] + make clean
17:16:45 [2024-03-07T17:16:45.231Z] docker volume rm -f docker-dev-cache docker-mod-cache
17:16:45 [2024-03-07T17:16:45.231Z] docker-dev-cache
17:16:45 [2024-03-07T17:16:45.231Z] 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-47505/2/stashes/