Skip to content
Success

Console Output

Pull request #47042 opened
11:36:04 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 782fe1fe8238f6f16f352a677320c8a6ec7546b7+7082aecd540db38ef48c730505ca3a37bdfca32a (645c9176f63db4a60d4db17f0807b351a04eade3)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-47042@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
11:36:07 [2024-01-08T11:36:07.295Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
11:36:07 [2024-01-08T11:36:07.302Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
11:36:22 [2024-01-08T11:36:22.504Z] Still waiting to schedule task
11:36:22 [2024-01-08T11:36:22.505Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0a632e937ae606bb7)11:37:07 [2024-01-08T11:37:07.574Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-001cf84eb7059bee4) in /home/ubuntu/workspace/moby_PR-47042
[Pipeline] {
[Pipeline] checkout
11:37:07 [2024-01-08T11:37:07.637Z] The recommended git tool is: git
11:37:09 [2024-01-08T11:37:09.274Z] using credential docker-jenkins-github-credentials
11:37:09 [2024-01-08T11:37:09.290Z] Cloning the remote Git repository
11:37:09 [2024-01-08T11:37:09.290Z] Cloning with configured refspecs honoured and without tags
11:37:09 [2024-01-08T11:37:09.279Z] Cloning repository https://github.com/moby/moby.git
11:37:09 [2024-01-08T11:37:09.330Z]  > git init /home/ubuntu/workspace/moby_PR-47042 # timeout=10
11:37:09 [2024-01-08T11:37:09.832Z] Fetching upstream changes from https://github.com/moby/moby.git
11:37:09 [2024-01-08T11:37:09.833Z]  > git --version # timeout=10
11:37:09 [2024-01-08T11:37:09.836Z]  > git --version # 'git version 2.25.1'
11:37:09 [2024-01-08T11:37:09.836Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:37:09 [2024-01-08T11:37:09.838Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47042/head:refs/remotes/origin/PR-47042 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:37:22 [2024-01-08T11:37:22.562Z] Fetching without tags
11:37:22 [2024-01-08T11:37:22.769Z] Merging remotes/origin/master commit 7082aecd540db38ef48c730505ca3a37bdfca32a into PR head commit 782fe1fe8238f6f16f352a677320c8a6ec7546b7
11:37:23 [2024-01-08T11:37:23.453Z] Merge succeeded, producing 782fe1fe8238f6f16f352a677320c8a6ec7546b7
11:37:23 [2024-01-08T11:37:23.453Z] Checking out Revision 782fe1fe8238f6f16f352a677320c8a6ec7546b7 (PR-47042)
11:37:22 [2024-01-08T11:37:22.535Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:37:22 [2024-01-08T11:37:22.539Z]  > git config --add remote.origin.fetch +refs/pull/47042/head:refs/remotes/origin/PR-47042 # timeout=10
11:37:22 [2024-01-08T11:37:22.543Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:37:22 [2024-01-08T11:37:22.549Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:37:22 [2024-01-08T11:37:22.556Z] Fetching upstream changes from https://github.com/moby/moby.git
11:37:22 [2024-01-08T11:37:22.556Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:37:22 [2024-01-08T11:37:22.557Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47042/head:refs/remotes/origin/PR-47042 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:37:22 [2024-01-08T11:37:22.765Z]  > git config core.sparsecheckout # timeout=10
11:37:22 [2024-01-08T11:37:22.768Z]  > git checkout -f 782fe1fe8238f6f16f352a677320c8a6ec7546b7 # timeout=10
11:37:23 [2024-01-08T11:37:23.424Z]  > git remote # timeout=10
11:37:23 [2024-01-08T11:37:23.428Z]  > git config --get remote.origin.url # timeout=10
11:37:23 [2024-01-08T11:37:23.431Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:37:23 [2024-01-08T11:37:23.432Z]  > git merge 7082aecd540db38ef48c730505ca3a37bdfca32a # timeout=10
11:37:23 [2024-01-08T11:37:23.440Z]  > git rev-parse HEAD^{commit} # timeout=10
11:37:23 [2024-01-08T11:37:23.446Z]  > git config core.sparsecheckout # timeout=10
11:37:23 [2024-01-08T11:37:23.449Z]  > git checkout -f 782fe1fe8238f6f16f352a677320c8a6ec7546b7 # timeout=10
11:37:27 [2024-01-08T11:37:27.454Z] Commit message: "layer: ChecksumForGraphID: remove unused code for for migrating v1 layers"
11:37:27 [2024-01-08T11:37:27.455Z] First time build. Skipping changelog.
11:37:27 [2024-01-08T11:37:27.506Z]  > git --version # timeout=10
11:37:27 [2024-01-08T11:37:27.509Z]  > git --version # 'git version 2.25.1'
11:37:27 [2024-01-08T11:37:27.512Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
11:37:28 [2024-01-08T11:37:28.378Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47042:/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
11:37:31 [2024-01-08T11:37:31.676Z] Unable to find image 'alpine:latest' locally
11:37:31 [2024-01-08T11:37:31.676Z] latest: Pulling from library/alpine
11:37:31 [2024-01-08T11:37:31.676Z] c30352492317: Pulling fs layer
11:37:31 [2024-01-08T11:37:31.676Z] c30352492317: Verifying Checksum
11:37:31 [2024-01-08T11:37:31.676Z] c30352492317: Download complete
11:37:31 [2024-01-08T11:37:31.933Z] c30352492317: Pull complete
11:37:31 [2024-01-08T11:37:31.933Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
11:37:31 [2024-01-08T11:37:31.933Z] Status: Downloaded newer image for alpine:latest
11:37:37 [2024-01-08T11:37:37.189Z] 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
11:37:37 [2024-01-08T11:37:37.824Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-001cf84eb7059bee4) in /home/ubuntu/workspace/moby_PR-47042
[Pipeline] {
[Pipeline] checkout
11:37:37 [2024-01-08T11:37:37.839Z] The recommended git tool is: git
11:37:37 [2024-01-08T11:37:37.846Z] using credential docker-jenkins-github-credentials
11:37:37 [2024-01-08T11:37:37.864Z] Fetching changes from the remote Git repository
11:37:37 [2024-01-08T11:37:37.869Z] Fetching without tags
11:37:38 [2024-01-08T11:37:38.110Z] Merging remotes/origin/master commit 7082aecd540db38ef48c730505ca3a37bdfca32a into PR head commit 782fe1fe8238f6f16f352a677320c8a6ec7546b7
11:37:38 [2024-01-08T11:37:38.159Z] Merge succeeded, producing 782fe1fe8238f6f16f352a677320c8a6ec7546b7
11:37:38 [2024-01-08T11:37:38.160Z] Checking out Revision 782fe1fe8238f6f16f352a677320c8a6ec7546b7 (PR-47042)
11:37:38 [2024-01-08T11:37:38.218Z] Commit message: "layer: ChecksumForGraphID: remove unused code for for migrating v1 layers"
11:37:38 [2024-01-08T11:37:38.227Z]  > git --version # timeout=10
11:37:38 [2024-01-08T11:37:38.229Z]  > git --version # 'git version 2.25.1'
11:37:38 [2024-01-08T11:37:38.232Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
11:37:37 [2024-01-08T11:37:37.860Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-47042/.git # timeout=10
11:37:37 [2024-01-08T11:37:37.864Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:37:37 [2024-01-08T11:37:37.869Z] Fetching upstream changes from https://github.com/moby/moby.git
11:37:37 [2024-01-08T11:37:37.870Z]  > git --version # timeout=10
11:37:37 [2024-01-08T11:37:37.872Z]  > git --version # 'git version 2.25.1'
11:37:37 [2024-01-08T11:37:37.872Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:37:37 [2024-01-08T11:37:37.873Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47042/head:refs/remotes/origin/PR-47042 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:37:38 [2024-01-08T11:37:38.110Z]  > git config core.sparsecheckout # timeout=10
11:37:38 [2024-01-08T11:37:38.113Z]  > git checkout -f 782fe1fe8238f6f16f352a677320c8a6ec7546b7 # timeout=10
11:37:38 [2024-01-08T11:37:38.141Z]  > git remote # timeout=10
11:37:38 [2024-01-08T11:37:38.144Z]  > git config --get remote.origin.url # timeout=10
11:37:38 [2024-01-08T11:37:38.147Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:37:38 [2024-01-08T11:37:38.147Z]  > git merge 7082aecd540db38ef48c730505ca3a37bdfca32a # timeout=10
11:37:38 [2024-01-08T11:37:38.154Z]  > git rev-parse HEAD^{commit} # timeout=10
11:37:38 [2024-01-08T11:37:38.160Z]  > git config core.sparsecheckout # timeout=10
11:37:38 [2024-01-08T11:37:38.164Z]  > git checkout -f 782fe1fe8238f6f16f352a677320c8a6ec7546b7 # timeout=10
11:37:38 [2024-01-08T11:37:38.908Z] + docker version
11:37:38 [2024-01-08T11:37:38.908Z] Client: Docker Engine - Community
11:37:38 [2024-01-08T11:37:38.908Z]  Version:           24.0.7
11:37:38 [2024-01-08T11:37:38.908Z]  API version:       1.43
11:37:38 [2024-01-08T11:37:38.908Z]  Go version:        go1.20.10
11:37:38 [2024-01-08T11:37:38.908Z]  Git commit:        afdd53b
11:37:38 [2024-01-08T11:37:38.908Z]  Built:             Thu Oct 26 09:08:14 2023
11:37:38 [2024-01-08T11:37:38.908Z]  OS/Arch:           linux/arm64
11:37:38 [2024-01-08T11:37:38.908Z]  Context:           default
11:37:38 [2024-01-08T11:37:38.908Z] 
11:37:38 [2024-01-08T11:37:38.908Z] Server: Docker Engine - Community
11:37:38 [2024-01-08T11:37:38.908Z]  Engine:
11:37:38 [2024-01-08T11:37:38.908Z]   Version:          24.0.7
11:37:38 [2024-01-08T11:37:38.908Z]   API version:      1.43 (minimum version 1.12)
11:37:38 [2024-01-08T11:37:38.908Z]   Go version:       go1.20.10
11:37:38 [2024-01-08T11:37:38.908Z]   Git commit:       311b9ff
11:37:38 [2024-01-08T11:37:38.908Z]   Built:            Thu Oct 26 09:08:14 2023
11:37:38 [2024-01-08T11:37:38.908Z]   OS/Arch:          linux/arm64
11:37:38 [2024-01-08T11:37:38.908Z]   Experimental:     true
11:37:38 [2024-01-08T11:37:38.908Z]  containerd:
11:37:38 [2024-01-08T11:37:38.908Z]   Version:          1.6.25
11:37:38 [2024-01-08T11:37:38.908Z]   GitCommit:        d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f
11:37:38 [2024-01-08T11:37:38.908Z]  runc:
11:37:38 [2024-01-08T11:37:38.908Z]   Version:          1.1.10
11:37:38 [2024-01-08T11:37:38.908Z]   GitCommit:        v1.1.10-0-g18a0cb0
11:37:38 [2024-01-08T11:37:38.908Z]  docker-init:
11:37:38 [2024-01-08T11:37:38.908Z]   Version:          0.19.0
11:37:38 [2024-01-08T11:37:38.908Z]   GitCommit:        de40ad0
[Pipeline] sh
11:37:39 [2024-01-08T11:37:39.185Z] + docker info
11:37:44 [2024-01-08T11:37:44.439Z] Client: Docker Engine - Community
11:37:44 [2024-01-08T11:37:44.439Z]  Version:    24.0.7
11:37:44 [2024-01-08T11:37:44.439Z]  Context:    default
11:37:44 [2024-01-08T11:37:44.439Z]  Debug Mode: false
11:37:44 [2024-01-08T11:37:44.439Z]  Plugins:
11:37:44 [2024-01-08T11:37:44.439Z]   buildx: Docker Buildx (Docker Inc.)
11:37:44 [2024-01-08T11:37:44.439Z]     Version:  v0.12.0
11:37:44 [2024-01-08T11:37:44.439Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:37:44 [2024-01-08T11:37:44.439Z]   compose: Docker Compose (Docker Inc.)
11:37:44 [2024-01-08T11:37:44.439Z]     Version:  v2.23.3
11:37:44 [2024-01-08T11:37:44.439Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:37:44 [2024-01-08T11:37:44.439Z] 
11:37:44 [2024-01-08T11:37:44.439Z] Server:
11:37:44 [2024-01-08T11:37:44.439Z]  Containers: 0
11:37:44 [2024-01-08T11:37:44.439Z]   Running: 0
11:37:44 [2024-01-08T11:37:44.439Z]   Paused: 0
11:37:44 [2024-01-08T11:37:44.439Z]   Stopped: 0
11:37:44 [2024-01-08T11:37:44.439Z]  Images: 1
11:37:44 [2024-01-08T11:37:44.439Z]  Server Version: 24.0.7
11:37:44 [2024-01-08T11:37:44.439Z]  Storage Driver: overlay2
11:37:44 [2024-01-08T11:37:44.439Z]   Backing Filesystem: extfs
11:37:44 [2024-01-08T11:37:44.439Z]   Supports d_type: true
11:37:44 [2024-01-08T11:37:44.439Z]   Using metacopy: false
11:37:44 [2024-01-08T11:37:44.439Z]   Native Overlay Diff: true
11:37:44 [2024-01-08T11:37:44.439Z]   userxattr: false
11:37:44 [2024-01-08T11:37:44.439Z]  Logging Driver: json-file
11:37:44 [2024-01-08T11:37:44.439Z]  Cgroup Driver: cgroupfs
11:37:44 [2024-01-08T11:37:44.439Z]  Cgroup Version: 1
11:37:44 [2024-01-08T11:37:44.439Z]  Plugins:
11:37:44 [2024-01-08T11:37:44.439Z]   Volume: local
11:37:44 [2024-01-08T11:37:44.439Z]   Network: bridge host ipvlan macvlan null overlay
11:37:44 [2024-01-08T11:37:44.439Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:37:44 [2024-01-08T11:37:44.439Z]  Swarm: inactive
11:37:44 [2024-01-08T11:37:44.439Z]  Runtimes: runc io.containerd.runc.v2
11:37:44 [2024-01-08T11:37:44.439Z]  Default Runtime: runc
11:37:44 [2024-01-08T11:37:44.439Z]  Init Binary: docker-init
11:37:44 [2024-01-08T11:37:44.439Z]  containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f
11:37:44 [2024-01-08T11:37:44.439Z]  runc version: v1.1.10-0-g18a0cb0
11:37:44 [2024-01-08T11:37:44.439Z]  init version: de40ad0
11:37:44 [2024-01-08T11:37:44.439Z]  Security Options:
11:37:44 [2024-01-08T11:37:44.439Z]   apparmor
11:37:44 [2024-01-08T11:37:44.439Z]   seccomp
11:37:44 [2024-01-08T11:37:44.439Z]    Profile: builtin
11:37:44 [2024-01-08T11:37:44.439Z]  Kernel Version: 5.15.0-1050-aws
11:37:44 [2024-01-08T11:37:44.439Z]  Operating System: Ubuntu 20.04.6 LTS
11:37:44 [2024-01-08T11:37:44.439Z]  OSType: linux
11:37:44 [2024-01-08T11:37:44.439Z]  Architecture: aarch64
11:37:44 [2024-01-08T11:37:44.439Z]  CPUs: 8
11:37:44 [2024-01-08T11:37:44.439Z]  Total Memory: 30.64GiB
11:37:44 [2024-01-08T11:37:44.439Z]  Name: ip-10-100-86-255
11:37:44 [2024-01-08T11:37:44.439Z]  ID: df31e515-0d6e-4cdc-bab7-e14664be0d77
11:37:44 [2024-01-08T11:37:44.439Z]  Docker Root Dir: /var/lib/docker
11:37:44 [2024-01-08T11:37:44.439Z]  Debug Mode: false
11:37:44 [2024-01-08T11:37:44.439Z]  Experimental: true
11:37:44 [2024-01-08T11:37:44.439Z]  Insecure Registries:
11:37:44 [2024-01-08T11:37:44.439Z]   127.0.0.0/8
11:37:44 [2024-01-08T11:37:44.439Z]  Live Restore Enabled: true
11:37:44 [2024-01-08T11:37:44.439Z] 
[Pipeline] sh
11:37:44 [2024-01-08T11:37:44.717Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
11:37:44 [2024-01-08T11:37:44.717Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
11:37:44 [2024-01-08T11:37:44.717Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47042/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
11:37:44 [2024-01-08T11:37:44.717Z] + bash /home/ubuntu/workspace/moby_PR-47042/check-config.sh
11:37:44 [2024-01-08T11:37:44.717Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
11:37:44 [2024-01-08T11:37:44.717Z] info: reading kernel config from /boot/config-5.15.0-1050-aws ...
11:37:44 [2024-01-08T11:37:44.717Z] 
11:37:44 [2024-01-08T11:37:44.717Z] Generally Necessary:
11:37:44 [2024-01-08T11:37:44.717Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
11:37:44 [2024-01-08T11:37:44.717Z] - apparmor: enabled and tools installed
11:37:44 [2024-01-08T11:37:44.717Z] - CONFIG_NAMESPACES: enabled
11:37:44 [2024-01-08T11:37:44.717Z] - CONFIG_NET_NS: enabled
11:37:44 [2024-01-08T11:37:44.717Z] - CONFIG_PID_NS: enabled
11:37:44 [2024-01-08T11:37:44.717Z] - CONFIG_IPC_NS: enabled
11:37:44 [2024-01-08T11:37:44.717Z] - CONFIG_UTS_NS: enabled
11:37:44 [2024-01-08T11:37:44.717Z] - CONFIG_CGROUPS: enabled
11:37:44 [2024-01-08T11:37:44.717Z] - CONFIG_CGROUP_CPUACCT: enabled
11:37:44 [2024-01-08T11:37:44.717Z] - CONFIG_CGROUP_DEVICE: enabled
11:37:44 [2024-01-08T11:37:44.717Z] - CONFIG_CGROUP_FREEZER: enabled
11:37:44 [2024-01-08T11:37:44.717Z] - CONFIG_CGROUP_SCHED: enabled
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_CPUSETS: enabled
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_MEMCG: enabled
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_KEYS: enabled
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_VETH: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_BRIDGE: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_IP_NF_FILTER: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_IP_NF_NAT: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_NF_NAT: enabled (as module)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_POSIX_MQUEUE: enabled
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_CGROUP_BPF: enabled
11:37:44 [2024-01-08T11:37:44.975Z] 
11:37:44 [2024-01-08T11:37:44.975Z] Optional Features:
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_USER_NS: enabled
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_SECCOMP: enabled
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_SECCOMP_FILTER: enabled
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_CGROUP_PIDS: enabled
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_MEMCG_SWAP: enabled
11:37:44 [2024-01-08T11:37:44.975Z]     (cgroup swap accounting is currently enabled)
11:37:44 [2024-01-08T11:37:44.975Z] - CONFIG_BLK_CGROUP: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_BLK_DEV_THROTTLING: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_CGROUP_PERF: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_CGROUP_HUGETLB: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_CGROUP_NET_PRIO: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_CFS_BANDWIDTH: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_FAIR_GROUP_SCHED: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_RT_GROUP_SCHED: missing
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_IP_VS: enabled (as module)
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_IP_VS_NFCT: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_IP_VS_PROTO_TCP: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_IP_VS_PROTO_UDP: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_IP_VS_RR: enabled (as module)
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_SECURITY_SELINUX: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_SECURITY_APPARMOR: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_EXT4_FS: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - CONFIG_EXT4_FS_SECURITY: enabled
11:37:45 [2024-01-08T11:37:45.232Z] - Network Drivers:
11:37:45 [2024-01-08T11:37:45.232Z]   - "overlay":
11:37:45 [2024-01-08T11:37:45.232Z]     - CONFIG_VXLAN: enabled (as module)
11:37:45 [2024-01-08T11:37:45.232Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
11:37:45 [2024-01-08T11:37:45.232Z]       Optional (for encrypted networks):
11:37:45 [2024-01-08T11:37:45.489Z]       - CONFIG_CRYPTO: enabled
11:37:45 [2024-01-08T11:37:45.489Z]       - CONFIG_CRYPTO_AEAD: enabled
11:37:45 [2024-01-08T11:37:45.489Z]       - CONFIG_CRYPTO_GCM: enabled
11:37:45 [2024-01-08T11:37:45.489Z]       - CONFIG_CRYPTO_SEQIV: enabled
11:37:45 [2024-01-08T11:37:45.489Z]       - CONFIG_CRYPTO_GHASH: enabled
11:37:45 [2024-01-08T11:37:45.489Z]       - CONFIG_XFRM: enabled
11:37:45 [2024-01-08T11:37:45.489Z]       - CONFIG_XFRM_USER: enabled (as module)
11:37:45 [2024-01-08T11:37:45.489Z]       - CONFIG_XFRM_ALGO: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]       - CONFIG_INET_ESP: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]   - "ipvlan":
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_IPVLAN: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]   - "macvlan":
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_MACVLAN: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_DUMMY: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]   - "ftp,tftp client in container":
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z] - Storage Drivers:
11:37:45 [2024-01-08T11:37:45.490Z]   - "aufs":
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_AUFS_FS: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]   - "btrfs":
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_BTRFS_FS: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
11:37:45 [2024-01-08T11:37:45.490Z]   - "devicemapper":
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_BLK_DEV_DM: enabled
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]   - "overlay":
11:37:45 [2024-01-08T11:37:45.490Z]     - CONFIG_OVERLAY_FS: enabled (as module)
11:37:45 [2024-01-08T11:37:45.490Z]   - "zfs":
11:37:45 [2024-01-08T11:37:45.490Z]     - /dev/zfs: present
11:37:45 [2024-01-08T11:37:45.490Z]     - zfs command: missing
11:37:45 [2024-01-08T11:37:45.746Z]     - zpool command: missing
11:37:45 [2024-01-08T11:37:45.746Z] 
11:37:45 [2024-01-08T11:37:45.746Z] Limits:
11:37:45 [2024-01-08T11:37:45.746Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
11:37:45 [2024-01-08T11:37:45.746Z] 
11:37:45 [2024-01-08T11:37:45.746Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
11:37:46 [2024-01-08T11:37:46.043Z] + docker build --force-rm -t docker:782fe1fe8238f6f16f352a677320c8a6ec7546b7 .
11:37:46 [2024-01-08T11:37:46.300Z] #0 building with "default" instance using docker driver
11:37:46 [2024-01-08T11:37:46.301Z] 
11:37:46 [2024-01-08T11:37:46.301Z] #1 [internal] load build definition from Dockerfile
11:37:46 [2024-01-08T11:37:46.301Z] #1 transferring dockerfile:
11:37:46 [2024-01-08T11:37:46.558Z] #1 transferring dockerfile: 27.89kB done
11:37:46 [2024-01-08T11:37:46.558Z] #1 DONE 0.2s
11:37:46 [2024-01-08T11:37:46.558Z] 
11:37:46 [2024-01-08T11:37:46.558Z] #2 [internal] load .dockerignore
11:37:46 [2024-01-08T11:37:46.558Z] #2 transferring context: 113B done
11:37:46 [2024-01-08T11:37:46.558Z] #2 DONE 0.2s
11:37:46 [2024-01-08T11:37:46.558Z] 
11:37:46 [2024-01-08T11:37:46.558Z] #3 resolve image config for docker.io/docker/dockerfile:1
11:37:47 [2024-01-08T11:37:47.488Z] #3 DONE 1.0s
11:37:47 [2024-01-08T11:37:47.488Z] 
11:37:47 [2024-01-08T11:37:47.488Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
11:37:47 [2024-01-08T11:37:47.488Z] #4 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done
11:37:47 [2024-01-08T11:37:47.488Z] #4 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done
11:37:47 [2024-01-08T11:37:47.488Z] #4 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done
11:37:47 [2024-01-08T11:37:47.488Z] #4 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done
11:37:47 [2024-01-08T11:37:47.488Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0B / 11.02MB 0.1s
11:37:47 [2024-01-08T11:37:47.488Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s
11:37:47 [2024-01-08T11:37:47.745Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.3s done
11:37:47 [2024-01-08T11:37:47.745Z] #4 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done
11:37:47 [2024-01-08T11:37:47.745Z] #4 DONE 0.5s
11:37:48 [2024-01-08T11:37:48.002Z] 
11:37:48 [2024-01-08T11:37:48.002Z] #5 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
11:37:49 [2024-01-08T11:37:49.895Z] #5 ...
11:37:49 [2024-01-08T11:37:49.895Z] 
11:37:49 [2024-01-08T11:37:49.895Z] #6 [internal] load metadata for docker.io/library/golang:1.21.5-bookworm
11:37:49 [2024-01-08T11:37:49.895Z] #6 DONE 1.5s
11:37:49 [2024-01-08T11:37:49.895Z] 
11:37:49 [2024-01-08T11:37:49.895Z] #7 [internal] load metadata for docker.io/library/busybox:latest
11:37:49 [2024-01-08T11:37:49.895Z] #7 DONE 1.6s
11:37:49 [2024-01-08T11:37:49.895Z] 
11:37:49 [2024-01-08T11:37:49.896Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:37:49 [2024-01-08T11:37:49.896Z] #8 DONE 1.6s
11:37:49 [2024-01-08T11:37:49.896Z] 
11:37:49 [2024-01-08T11:37:49.896Z] #5 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
11:37:49 [2024-01-08T11:37:49.896Z] #5 DONE 1.8s
11:37:49 [2024-01-08T11:37:49.896Z] 
11:37:49 [2024-01-08T11:37:49.896Z] #9 [internal] load metadata for docker.io/docker/buildx-bin:0.12.0
11:37:49 [2024-01-08T11:37:49.896Z] #9 DONE 1.9s
11:37:49 [2024-01-08T11:37:49.896Z] 
11:37:49 [2024-01-08T11:37:49.896Z] #10 [internal] load metadata for docker.io/distribution/distribution:2.8.3
11:37:49 [2024-01-08T11:37:49.896Z] #10 DONE 1.8s
11:37:49 [2024-01-08T11:37:49.896Z] 
11:37:49 [2024-01-08T11:37:49.896Z] #11 [internal] load metadata for docker.io/library/debian:bookworm
11:37:49 [2024-01-08T11:37:49.896Z] #11 DONE 1.8s
11:37:49 [2024-01-08T11:37:49.896Z] 
11:37:49 [2024-01-08T11:37:49.896Z] #12 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1
11:37:49 [2024-01-08T11:37:49.896Z] #12 DONE 1.9s
11:37:50 [2024-01-08T11:37:50.460Z] 
11:37:50 [2024-01-08T11:37:50.460Z] #13 [internal] load build context
11:37:51 [2024-01-08T11:37:51.394Z] #13 transferring context: 75.28MB 1.0s done
11:37:51 [2024-01-08T11:37:51.651Z] #13 DONE 1.5s
11:37:51 [2024-01-08T11:37:51.651Z] 
11:37:51 [2024-01-08T11:37:51.651Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.5-bookworm@sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb
11:37:51 [2024-01-08T11:37:51.651Z] #14 resolve docker.io/library/golang:1.21.5-bookworm@sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb 0.3s done
11:37:51 [2024-01-08T11:37:51.651Z] #14 sha256:df832c8ae24e793ae8605057585e8e52bee83aabafe0d5699984efc3a537ad3e 1.58kB / 1.58kB done
11:37:51 [2024-01-08T11:37:51.651Z] #14 sha256:3af3764417cb9572ebe61d714bff873d970876288b1972647a3a3f2805a57865 5.97kB / 5.97kB done
11:37:51 [2024-01-08T11:37:51.651Z] #14 sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb 1.64kB / 1.64kB done
11:37:51 [2024-01-08T11:37:51.651Z] #14 sha256:6c641d36985b2db859fc64c43a6dbf7c25cdf73e5d16d107fab1d95a840bb4e1 23.58MB / 23.58MB 0.6s done
11:37:51 [2024-01-08T11:37:51.651Z] #14 sha256:ddd8544b6e15c7a4096b1f48a67fb5bed2efba509fca597f1c164b582ab01c02 63.99MB / 63.99MB 1.1s
11:37:51 [2024-01-08T11:37:51.651Z] #14 sha256:b66b4ecd3ecfb67b3b7a2a44b0199cbdfc94965c8bd3fefab75cd2e612799740 49.59MB / 49.59MB 1.1s
11:37:51 [2024-01-08T11:37:51.908Z] #14 sha256:b66b4ecd3ecfb67b3b7a2a44b0199cbdfc94965c8bd3fefab75cd2e612799740 49.59MB / 49.59MB 1.2s done
11:37:51 [2024-01-08T11:37:51.908Z] #14 sha256:4e4149fb3c15c417a9ef7f8c7d04c13407fa7ee49bee88bcc4bd46626209e57a 0B / 86.40MB 1.2s
11:37:51 [2024-01-08T11:37:51.908Z] #14 sha256:127578aa3cbe8039569d420052bd16789662adeaa051df251bb983e690e56c75 0B / 64.07MB 1.2s
11:37:51 [2024-01-08T11:37:51.908Z] #14 extracting sha256:b66b4ecd3ecfb67b3b7a2a44b0199cbdfc94965c8bd3fefab75cd2e612799740
11:37:52 [2024-01-08T11:37:52.165Z] #14 sha256:4e4149fb3c15c417a9ef7f8c7d04c13407fa7ee49bee88bcc4bd46626209e57a 16.78MB / 86.40MB 1.4s
11:37:52 [2024-01-08T11:37:52.165Z] #14 sha256:127578aa3cbe8039569d420052bd16789662adeaa051df251bb983e690e56c75 11.53MB / 64.07MB 1.5s
11:37:52 [2024-01-08T11:37:52.422Z] #14 sha256:4e4149fb3c15c417a9ef7f8c7d04c13407fa7ee49bee88bcc4bd46626209e57a 29.36MB / 86.40MB 1.7s
11:37:52 [2024-01-08T11:37:52.422Z] #14 sha256:127578aa3cbe8039569d420052bd16789662adeaa051df251bb983e690e56c75 17.83MB / 64.07MB 1.7s
11:37:52 [2024-01-08T11:37:52.422Z] #14 sha256:127578aa3cbe8039569d420052bd16789662adeaa051df251bb983e690e56c75 32.51MB / 64.07MB 1.8s
11:37:52 [2024-01-08T11:37:52.679Z] #14 sha256:4e4149fb3c15c417a9ef7f8c7d04c13407fa7ee49bee88bcc4bd46626209e57a 44.04MB / 86.40MB 2.0s
11:37:52 [2024-01-08T11:37:52.679Z] #14 sha256:4e4149fb3c15c417a9ef7f8c7d04c13407fa7ee49bee88bcc4bd46626209e57a 50.33MB / 86.40MB 2.1s
11:37:52 [2024-01-08T11:37:52.679Z] #14 sha256:127578aa3cbe8039569d420052bd16789662adeaa051df251bb983e690e56c75 50.33MB / 64.07MB 2.1s
11:37:52 [2024-01-08T11:37:52.935Z] #14 sha256:ddd8544b6e15c7a4096b1f48a67fb5bed2efba509fca597f1c164b582ab01c02 63.99MB / 63.99MB 2.3s done
11:37:52 [2024-01-08T11:37:52.935Z] #14 sha256:4e4149fb3c15c417a9ef7f8c7d04c13407fa7ee49bee88bcc4bd46626209e57a 66.06MB / 86.40MB 2.3s
11:37:52 [2024-01-08T11:37:52.935Z] #14 sha256:127578aa3cbe8039569d420052bd16789662adeaa051df251bb983e690e56c75 64.07MB / 64.07MB 2.3s
11:37:52 [2024-01-08T11:37:52.935Z] #14 sha256:f2e32e64a9a49e8ca21961b31d767d9142cf2ec47366202a02a88ce457f8d280 0B / 154B 2.3s
11:37:53 [2024-01-08T11:37:53.193Z] #14 sha256:4e4149fb3c15c417a9ef7f8c7d04c13407fa7ee49bee88bcc4bd46626209e57a 86.40MB / 86.40MB 2.5s
11:37:53 [2024-01-08T11:37:53.193Z] #14 sha256:127578aa3cbe8039569d420052bd16789662adeaa051df251bb983e690e56c75 64.07MB / 64.07MB 2.4s done
11:37:53 [2024-01-08T11:37:53.193Z] #14 sha256:f2e32e64a9a49e8ca21961b31d767d9142cf2ec47366202a02a88ce457f8d280 154B / 154B 2.4s done
11:37:53 [2024-01-08T11:37:53.193Z] #14 sha256:4e4149fb3c15c417a9ef7f8c7d04c13407fa7ee49bee88bcc4bd46626209e57a 86.40MB / 86.40MB 2.6s done
11:37:53 [2024-01-08T11:37:53.450Z] #14 ...
11:37:53 [2024-01-08T11:37:53.450Z] 
11:37:53 [2024-01-08T11:37:53.450Z] #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
11:37:53 [2024-01-08T11:37:53.450Z] #15 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.3s done
11:37:53 [2024-01-08T11:37:53.450Z] #15 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
11:37:53 [2024-01-08T11:37:53.450Z] #15 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done
11:37:53 [2024-01-08T11:37:53.450Z] #15 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done
11:37:53 [2024-01-08T11:37:53.450Z] #15 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 2.6s done
11:37:53 [2024-01-08T11:37:53.450Z] #15 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done
11:37:53 [2024-01-08T11:37:53.450Z] #15 DONE 3.1s
11:37:53 [2024-01-08T11:37:53.450Z] 
11:37:53 [2024-01-08T11:37:53.450Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.5-bookworm@sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb
11:37:53 [2024-01-08T11:37:53.450Z] #14 extracting sha256:b66b4ecd3ecfb67b3b7a2a44b0199cbdfc94965c8bd3fefab75cd2e612799740 1.5s done
11:37:53 [2024-01-08T11:37:53.450Z] #14 extracting sha256:6c641d36985b2db859fc64c43a6dbf7c25cdf73e5d16d107fab1d95a840bb4e1
11:37:53 [2024-01-08T11:37:53.707Z] #14 ...
11:37:53 [2024-01-08T11:37:53.707Z] 
11:37:53 [2024-01-08T11:37:53.707Z] #16 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:bac353db4cc04bc672b14029964e686cd7bad56fe34b51f432c1a1304b9928da
11:37:53 [2024-01-08T11:37:53.707Z] #16 resolve docker.io/library/debian:bookworm@sha256:bac353db4cc04bc672b14029964e686cd7bad56fe34b51f432c1a1304b9928da 0.3s done
11:37:53 [2024-01-08T11:37:53.707Z] #16 sha256:bac353db4cc04bc672b14029964e686cd7bad56fe34b51f432c1a1304b9928da 1.85kB / 1.85kB done
11:37:53 [2024-01-08T11:37:53.707Z] #16 sha256:104df696a52d049c4d210554795d6b3a03f5d0ffe9a11fdc89b9d4909ea019e2 529B / 529B done
11:37:53 [2024-01-08T11:37:53.707Z] #16 sha256:80f7f4d265b23835f210c95cea5105ed01ea4d591c2bd58fc774f6e25ee16a39 1.48kB / 1.48kB done
11:37:53 [2024-01-08T11:37:53.707Z] #16 sha256:b66b4ecd3ecfb67b3b7a2a44b0199cbdfc94965c8bd3fefab75cd2e612799740 49.59MB / 49.59MB 1.2s done
11:37:53 [2024-01-08T11:37:53.707Z] #16 DONE 3.5s
11:37:53 [2024-01-08T11:37:53.707Z] 
11:37:53 [2024-01-08T11:37:53.707Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.5-bookworm@sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb
11:37:54 [2024-01-08T11:37:54.273Z] #14 ...
11:37:54 [2024-01-08T11:37:54.273Z] 
11:37:54 [2024-01-08T11:37:54.273Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:37:54 [2024-01-08T11:37:54.273Z] #17 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.3s done
11:37:54 [2024-01-08T11:37:54.273Z] #17 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:37:54 [2024-01-08T11:37:54.273Z] #17 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
11:37:54 [2024-01-08T11:37:54.273Z] #17 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
11:37:54 [2024-01-08T11:37:54.273Z] #17 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.9s done
11:37:54 [2024-01-08T11:37:54.273Z] #17 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s done
11:37:54 [2024-01-08T11:37:54.273Z] #17 DONE 4.0s
11:37:54 [2024-01-08T11:37:54.273Z] 
11:37:54 [2024-01-08T11:37:54.273Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.5-bookworm@sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb
11:37:54 [2024-01-08T11:37:54.273Z] #14 extracting sha256:6c641d36985b2db859fc64c43a6dbf7c25cdf73e5d16d107fab1d95a840bb4e1 0.7s done
11:37:54 [2024-01-08T11:37:54.530Z] #14 ...
11:37:54 [2024-01-08T11:37:54.530Z] 
11:37:54 [2024-01-08T11:37:54.530Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:ba76950ac9eaa407512c9d859cea48114eeff8a6f12ebaa5d32ce79d4a017dd8
11:37:54 [2024-01-08T11:37:54.530Z] #18 resolve docker.io/library/busybox:latest@sha256:ba76950ac9eaa407512c9d859cea48114eeff8a6f12ebaa5d32ce79d4a017dd8 0.3s done
11:37:54 [2024-01-08T11:37:54.530Z] #18 sha256:ba76950ac9eaa407512c9d859cea48114eeff8a6f12ebaa5d32ce79d4a017dd8 9.52kB / 9.52kB done
11:37:54 [2024-01-08T11:37:54.530Z] #18 sha256:a4ca727b12c67a0d6a0e8aa578b00eff94a2c092352e24db577aada1536f6c91 858B / 858B done
11:37:54 [2024-01-08T11:37:54.530Z] #18 sha256:23466caa55cb731e1404a17c8a35ac202c16cb952ff210d4ed50a7518b9e9559 581B / 581B done
11:37:54 [2024-01-08T11:37:54.530Z] #18 sha256:29f4353257d60714f1620f68279c2edd71eb4c462215052410ad03c8e781e157 0B / 1.92MB 3.0s
11:37:54 [2024-01-08T11:37:54.530Z] #18 extracting sha256:29f4353257d60714f1620f68279c2edd71eb4c462215052410ad03c8e781e157 0.1s done
11:37:54 [2024-01-08T11:37:54.530Z] #18 ...
11:37:54 [2024-01-08T11:37:54.530Z] 
11:37:54 [2024-01-08T11:37:54.530Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.5-bookworm@sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb
11:37:54 [2024-01-08T11:37:54.530Z] #14 extracting sha256:ddd8544b6e15c7a4096b1f48a67fb5bed2efba509fca597f1c164b582ab01c02
11:37:54 [2024-01-08T11:37:54.834Z] #14 ...
11:37:54 [2024-01-08T11:37:54.834Z] 
11:37:54 [2024-01-08T11:37:54.834Z] #19 [compose 1/1] FROM docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b
11:37:54 [2024-01-08T11:37:54.834Z] #19 resolve docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b 0.3s done
11:37:54 [2024-01-08T11:37:54.834Z] #19 sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b 8.43kB / 8.43kB done
11:37:54 [2024-01-08T11:37:54.834Z] #19 sha256:3fe5e1176d135e30c230bea731562ab9e3bd22009cbebd801811d167eb2a3380 482B / 482B done
11:37:54 [2024-01-08T11:37:54.834Z] #19 sha256:00178eb749e7591f4a7e6b4ba276167adc842bb0c9a687933e659ae969c6bbd3 2.21kB / 2.21kB done
11:37:54 [2024-01-08T11:37:54.834Z] #19 sha256:f5e8ab814ac629aeebc62eaeff34d5c333254d1c01eb50102e1ab9c3c68e040b 16.30MB / 16.30MB 2.9s done
11:37:54 [2024-01-08T11:37:54.834Z] #19 extracting sha256:f5e8ab814ac629aeebc62eaeff34d5c333254d1c01eb50102e1ab9c3c68e040b 0.3s done
11:37:54 [2024-01-08T11:37:54.834Z] #19 DONE 4.3s
11:37:54 [2024-01-08T11:37:54.834Z] 
11:37:54 [2024-01-08T11:37:54.834Z] #20 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.0@sha256:680c2dd904ae9f3a5c8d9e4df4c50651e5000eb4a9200f117eec8f7c2926e9c6
11:37:54 [2024-01-08T11:37:54.834Z] #20 resolve docker.io/docker/buildx-bin:0.12.0@sha256:680c2dd904ae9f3a5c8d9e4df4c50651e5000eb4a9200f117eec8f7c2926e9c6 0.3s done
11:37:54 [2024-01-08T11:37:54.834Z] #20 sha256:680c2dd904ae9f3a5c8d9e4df4c50651e5000eb4a9200f117eec8f7c2926e9c6 8.43kB / 8.43kB done
11:37:54 [2024-01-08T11:37:54.834Z] #20 sha256:4a414cfa9cd92a4e51daea13acb8b4613014cc3451edaa61fde120fb8f89fda4 482B / 482B done
11:37:54 [2024-01-08T11:37:54.834Z] #20 sha256:35f8448205d9dfb505a086a1e3255d29308993ed9a26280d8ad373511cb2e7c7 1.14kB / 1.14kB done
11:37:54 [2024-01-08T11:37:54.834Z] #20 sha256:a6ec2321c445b37a4772e7cf0bcd04f4f618924543cb6b81daef201b6878db72 15.64MB / 15.64MB 3.0s
11:37:54 [2024-01-08T11:37:54.834Z] #20 extracting sha256:a6ec2321c445b37a4772e7cf0bcd04f4f618924543cb6b81daef201b6878db72 0.4s done
11:37:55 [2024-01-08T11:37:55.766Z] #20 ...
11:37:55 [2024-01-08T11:37:55.766Z] 
11:37:55 [2024-01-08T11:37:55.766Z] #21 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
11:37:55 [2024-01-08T11:37:55.766Z] #21 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.3s done
11:37:55 [2024-01-08T11:37:55.766Z] #21 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done
11:37:55 [2024-01-08T11:37:55.766Z] #21 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done
11:37:55 [2024-01-08T11:37:55.766Z] #21 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done
11:37:55 [2024-01-08T11:37:55.766Z] #21 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 3.2s done
11:37:55 [2024-01-08T11:37:55.766Z] #21 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 3.5s done
11:37:55 [2024-01-08T11:37:55.766Z] #21 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 766B / 766B 3.3s done
11:37:55 [2024-01-08T11:37:55.766Z] #21 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.2s done
11:37:55 [2024-01-08T11:37:55.766Z] #21 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 3.6s
11:37:55 [2024-01-08T11:37:55.766Z] #21 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.1s done
11:37:55 [2024-01-08T11:37:55.766Z] #21 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done
11:37:55 [2024-01-08T11:37:55.766Z] #21 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.2s done
11:37:55 [2024-01-08T11:37:55.766Z] #21 ...
11:37:55 [2024-01-08T11:37:55.766Z] 
11:37:55 [2024-01-08T11:37:55.766Z] #22 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
11:38:01 [2024-01-08T11:38:01.018Z] #22 ...
11:38:01 [2024-01-08T11:38:01.018Z] 
11:38:01 [2024-01-08T11:38:01.018Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
11:38:01 [2024-01-08T11:38:01.018Z] #23 1.628 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 1.670 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 1.671 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 1.749 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 1.846 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 1.885 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [131 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 2.886 Fetched 9080 kB in 2s (5987 kB/s)
11:38:01 [2024-01-08T11:38:01.018Z] #23 2.886 Reading package lists...
11:38:01 [2024-01-08T11:38:01.018Z] #23 3.504 Reading package lists...
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.117 Building dependency tree...
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.521 The following additional packages will be installed:
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.521   libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.521   libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.523   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.525 Suggested packages:
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.525   krb5-doc krb5-user
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.525 Recommended packages:
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.525   krb5-locales libldap-common publicsuffix libsasl2-modules
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.694 The following NEW packages will be installed:
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.695   ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.695   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.695   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
11:38:01 [2024-01-08T11:38:01.018Z] #23 4.696   libssh2-1 libssl3 openssl
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.052 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.052 Need to get 5813 kB of archives.
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.052 After this operation, 16.1 MB of additional disk space will be used.
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.052 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.212 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.320 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.330 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.356 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.361 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.365 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.383 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB]
11:38:01 [2024-01-08T11:38:01.018Z] #23 5.448 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.453 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.454 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.463 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.480 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.484 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.485 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.486 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.488 Get:17 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.497 Get:18 http://deb.debian.org/debian-security bookworm-security/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.522 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.530 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 5.534 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
11:38:01 [2024-01-08T11:38:01.019Z] #23 6.056 debconf: delaying package configuration, since apt-utils is not installed
11:38:01 [2024-01-08T11:38:01.019Z] #23 6.137 Fetched 5813 kB in 1s (6903 kB/s)
11:38:01 [2024-01-08T11:38:01.019Z] #23 6.435 Selecting previously unselected package libssl3:arm64.
11:38:01 [2024-01-08T11:38:01.019Z] #23 6.435 (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.)
11:38:01 [2024-01-08T11:38:01.019Z] #23 6.439 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ...
11:38:01 [2024-01-08T11:38:01.019Z] #23 6.668 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ...
11:38:01 [2024-01-08T11:38:01.276Z] #23 7.369 Selecting previously unselected package openssl.
11:38:01 [2024-01-08T11:38:01.276Z] #23 7.370 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ...
11:38:01 [2024-01-08T11:38:01.276Z] #23 7.377 Unpacking openssl (3.0.11-1~deb12u2) ...
11:38:01 [2024-01-08T11:38:01.533Z] #23 7.655 Selecting previously unselected package ca-certificates.
11:38:01 [2024-01-08T11:38:01.533Z] #23 7.656 Preparing to unpack .../02-ca-certificates_20230311_all.deb ...
11:38:01 [2024-01-08T11:38:01.533Z] #23 7.691 Unpacking ca-certificates (20230311) ...
11:38:01 [2024-01-08T11:38:01.789Z] #23 8.063 Selecting previously unselected package libbrotli1:arm64.
11:38:01 [2024-01-08T11:38:01.789Z] #23 8.064 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ...
11:38:01 [2024-01-08T11:38:01.789Z] #23 8.075 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
11:38:02 [2024-01-08T11:38:02.046Z] #23 8.260 Selecting previously unselected package libkrb5support0:arm64.
11:38:02 [2024-01-08T11:38:02.046Z] #23 8.261 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ...
11:38:02 [2024-01-08T11:38:02.046Z] #23 8.273 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
11:38:02 [2024-01-08T11:38:02.303Z] #23 8.447 Selecting previously unselected package libk5crypto3:arm64.
11:38:02 [2024-01-08T11:38:02.303Z] #23 8.448 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ...
11:38:02 [2024-01-08T11:38:02.303Z] #23 8.461 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
11:38:02 [2024-01-08T11:38:02.916Z] #23 9.098 Selecting previously unselected package libkeyutils1:arm64.
11:38:03 [2024-01-08T11:38:03.173Z] #23 9.099 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
11:38:03 [2024-01-08T11:38:03.173Z] #23 9.166 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
11:38:03 [2024-01-08T11:38:03.430Z] #23 9.580 Selecting previously unselected package libkrb5-3:arm64.
11:38:03 [2024-01-08T11:38:03.430Z] #23 9.581 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ...
11:38:03 [2024-01-08T11:38:03.430Z] #23 9.588 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
11:38:03 [2024-01-08T11:38:03.687Z] #23 9.784 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:38:03 [2024-01-08T11:38:03.687Z] #23 9.785 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ...
11:38:03 [2024-01-08T11:38:03.687Z] #23 9.847 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
11:38:03 [2024-01-08T11:38:03.687Z] #23 9.925 Selecting previously unselected package libsasl2-modules-db:arm64.
11:38:03 [2024-01-08T11:38:03.943Z] #23 9.926 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
11:38:03 [2024-01-08T11:38:03.943Z] #23 9.942 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
11:38:03 [2024-01-08T11:38:03.943Z] #23 10.17 Selecting previously unselected package libsasl2-2:arm64.
11:38:03 [2024-01-08T11:38:03.943Z] #23 10.17 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
11:38:03 [2024-01-08T11:38:03.943Z] #23 10.23 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
11:38:04 [2024-01-08T11:38:04.199Z] #23 10.41 Selecting previously unselected package libldap-2.5-0:arm64.
11:38:04 [2024-01-08T11:38:04.199Z] #23 10.41 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
11:38:04 [2024-01-08T11:38:04.199Z] #23 10.45 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
11:38:04 [2024-01-08T11:38:04.456Z] #23 10.73 Selecting previously unselected package libnghttp2-14:arm64.
11:38:04 [2024-01-08T11:38:04.456Z] #23 ...
11:38:04 [2024-01-08T11:38:04.456Z] 
11:38:04 [2024-01-08T11:38:04.456Z] #24 [build-dummy 2/2] RUN mkdir -p /build
11:38:04 [2024-01-08T11:38:04.712Z] #24 ...
11:38:04 [2024-01-08T11:38:04.712Z] 
11:38:04 [2024-01-08T11:38:04.712Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
11:38:04 [2024-01-08T11:38:04.712Z] #23 10.73 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ...
11:38:04 [2024-01-08T11:38:04.712Z] #23 10.75 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
11:38:04 [2024-01-08T11:38:04.712Z] #23 ...
11:38:04 [2024-01-08T11:38:04.712Z] 
11:38:04 [2024-01-08T11:38:04.712Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.5-bookworm@sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb
11:38:04 [2024-01-08T11:38:04.712Z] #14 extracting sha256:ddd8544b6e15c7a4096b1f48a67fb5bed2efba509fca597f1c164b582ab01c02 2.1s done
11:38:04 [2024-01-08T11:38:04.712Z] #14 extracting sha256:4e4149fb3c15c417a9ef7f8c7d04c13407fa7ee49bee88bcc4bd46626209e57a 1.6s done
11:38:04 [2024-01-08T11:38:04.712Z] #14 extracting sha256:127578aa3cbe8039569d420052bd16789662adeaa051df251bb983e690e56c75 4.3s done
11:38:04 [2024-01-08T11:38:04.712Z] #14 extracting sha256:f2e32e64a9a49e8ca21961b31d767d9142cf2ec47366202a02a88ce457f8d280 done
11:38:04 [2024-01-08T11:38:04.712Z] #14 DONE 14.4s
11:38:04 [2024-01-08T11:38:04.712Z] 
11:38:04 [2024-01-08T11:38:04.712Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
11:38:04 [2024-01-08T11:38:04.712Z] #23 10.91 Selecting previously unselected package libpsl5:arm64.
11:38:04 [2024-01-08T11:38:04.712Z] #23 10.91 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ...
11:38:04 [2024-01-08T11:38:04.712Z] #23 10.92 Unpacking libpsl5:arm64 (0.21.2-1) ...
11:38:04 [2024-01-08T11:38:04.712Z] #23 11.05 Selecting previously unselected package librtmp1:arm64.
11:38:04 [2024-01-08T11:38:04.969Z] #23 11.06 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
11:38:04 [2024-01-08T11:38:04.969Z] #23 11.10 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:38:04 [2024-01-08T11:38:04.969Z] #23 11.30 Selecting previously unselected package libssh2-1:arm64.
11:38:05 [2024-01-08T11:38:05.225Z] #23 11.30 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ...
11:38:05 [2024-01-08T11:38:05.225Z] #23 11.37 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
11:38:05 [2024-01-08T11:38:05.789Z] #23 11.93 Selecting previously unselected package libcurl4:arm64.
11:38:05 [2024-01-08T11:38:05.789Z] #23 11.94 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ...
11:38:05 [2024-01-08T11:38:05.789Z] #23 12.04 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ...
11:38:06 [2024-01-08T11:38:06.045Z] #23 12.34 Selecting previously unselected package curl.
11:38:06 [2024-01-08T11:38:06.302Z] #23 12.34 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ...
11:38:06 [2024-01-08T11:38:06.302Z] #23 12.36 Unpacking curl (7.88.1-10+deb12u5) ...
11:38:06 [2024-01-08T11:38:06.302Z] #23 12.66 Selecting previously unselected package libonig5:arm64.
11:38:06 [2024-01-08T11:38:06.559Z] #23 12.66 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ...
11:38:06 [2024-01-08T11:38:06.559Z] #23 12.77 Unpacking libonig5:arm64 (6.9.8-1) ...
11:38:06 [2024-01-08T11:38:06.815Z] #23 12.96 Selecting previously unselected package libjq1:arm64.
11:38:06 [2024-01-08T11:38:06.815Z] #23 12.96 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ...
11:38:06 [2024-01-08T11:38:06.815Z] #23 12.97 Unpacking libjq1:arm64 (1.6-2.1) ...
11:38:07 [2024-01-08T11:38:07.072Z] #23 13.28 Selecting previously unselected package jq.
11:38:07 [2024-01-08T11:38:07.072Z] #23 13.28 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ...
11:38:07 [2024-01-08T11:38:07.072Z] #23 13.31 Unpacking jq (1.6-2.1) ...
11:38:07 [2024-01-08T11:38:07.328Z] #23 13.56 Setting up libkeyutils1:arm64 (1.6.3-2) ...
11:38:07 [2024-01-08T11:38:07.892Z] #23 14.01 Setting up libpsl5:arm64 (0.21.2-1) ...
11:38:08 [2024-01-08T11:38:08.148Z] #23 14.42 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
11:38:08 [2024-01-08T11:38:08.405Z] #23 14.72 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ...
11:38:08 [2024-01-08T11:38:08.661Z] #23 14.82 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
11:38:08 [2024-01-08T11:38:08.661Z] #23 14.86 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
11:38:08 [2024-01-08T11:38:08.661Z] #23 15.05 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
11:38:08 [2024-01-08T11:38:08.917Z] #23 15.12 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:38:08 [2024-01-08T11:38:08.917Z] #23 15.20 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
11:38:09 [2024-01-08T11:38:09.174Z] #23 15.22 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
11:38:09 [2024-01-08T11:38:09.174Z] #23 15.39 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
11:38:09 [2024-01-08T11:38:09.174Z] #23 15.45 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
11:38:09 [2024-01-08T11:38:09.174Z] #23 15.47 Setting up openssl (3.0.11-1~deb12u2) ...
11:38:09 [2024-01-08T11:38:09.174Z] #23 15.52 Setting up libonig5:arm64 (6.9.8-1) ...
11:38:09 [2024-01-08T11:38:09.430Z] #23 15.55 Setting up libjq1:arm64 (1.6-2.1) ...
11:38:09 [2024-01-08T11:38:09.430Z] #23 15.65 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
11:38:09 [2024-01-08T11:38:09.430Z] #23 15.70 Setting up ca-certificates (20230311) ...
11:38:09 [2024-01-08T11:38:09.430Z] #23 15.79 debconf: unable to initialize frontend: Dialog
11:38:09 [2024-01-08T11:38:09.430Z] #23 15.79 debconf: (TERM is not set, so the dialog frontend is not usable.)
11:38:09 [2024-01-08T11:38:09.430Z] #23 15.79 debconf: falling back to frontend: Readline
11:38:09 [2024-01-08T11:38:09.688Z] #23 15.79 debconf: unable to initialize frontend: Readline
11:38:09 [2024-01-08T11:38:09.688Z] #23 15.79 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.)
11:38:09 [2024-01-08T11:38:09.688Z] #23 15.79 debconf: falling back to frontend: Teletype
11:38:09 [2024-01-08T11:38:09.951Z] #23 16.22 Updating certificates in /etc/ssl/certs...
11:38:10 [2024-01-08T11:38:10.210Z] #23 ...
11:38:10 [2024-01-08T11:38:10.210Z] 
11:38:10 [2024-01-08T11:38:10.210Z] #25 [base 2/4] COPY --from=xx / /
11:38:10 [2024-01-08T11:38:10.210Z] #25 ...
11:38:10 [2024-01-08T11:38:10.210Z] 
11:38:10 [2024-01-08T11:38:10.210Z] #22 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
11:38:10 [2024-01-08T11:38:10.210Z] #22 DONE 14.3s
11:38:10 [2024-01-08T11:38:10.210Z] 
11:38:10 [2024-01-08T11:38:10.210Z] #24 [build-dummy 2/2] RUN mkdir -p /build
11:38:10 [2024-01-08T11:38:10.210Z] #24 DONE 15.7s
11:38:10 [2024-01-08T11:38:10.210Z] 
11:38:10 [2024-01-08T11:38:10.210Z] #26 [binary-dummy 1/1] COPY --from=build-dummy /build /build
11:38:10 [2024-01-08T11:38:10.210Z] #26 DONE 0.1s
11:38:10 [2024-01-08T11:38:10.476Z] 
11:38:10 [2024-01-08T11:38:10.476Z] #25 [base 2/4] COPY --from=xx / /
11:38:10 [2024-01-08T11:38:10.476Z] #25 DONE 0.2s
11:38:10 [2024-01-08T11:38:10.476Z] 
11:38:10 [2024-01-08T11:38:10.476Z] #27 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:38:10 [2024-01-08T11:38:10.737Z] #27 DONE 0.4s
11:38:10 [2024-01-08T11:38:10.737Z] 
11:38:10 [2024-01-08T11:38:10.737Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
11:38:10 [2024-01-08T11:38:10.737Z] #23 16.89 140 added, 0 removed; done.
11:38:10 [2024-01-08T11:38:10.999Z] #23 17.02 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
11:38:10 [2024-01-08T11:38:10.999Z] #23 17.04 Setting up jq (1.6-2.1) ...
11:38:10 [2024-01-08T11:38:10.999Z] #23 17.05 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
11:38:10 [2024-01-08T11:38:10.999Z] #23 17.07 Setting up curl (7.88.1-10+deb12u5) ...
11:38:10 [2024-01-08T11:38:10.999Z] #23 17.08 Processing triggers for libc-bin (2.36-9+deb12u3) ...
11:38:10 [2024-01-08T11:38:10.999Z] #23 17.10 Processing triggers for ca-certificates (20230311) ...
11:38:10 [2024-01-08T11:38:10.999Z] #23 17.11 Updating certificates in /etc/ssl/certs...
11:38:11 [2024-01-08T11:38:11.263Z] #23 17.59 0 added, 0 removed; done.
11:38:11 [2024-01-08T11:38:11.263Z] #23 17.59 Running hooks in /etc/ca-certificates/update.d...
11:38:11 [2024-01-08T11:38:11.522Z] #23 17.59 done.
11:38:11 [2024-01-08T11:38:11.522Z] #23 DONE 17.7s
11:38:11 [2024-01-08T11:38:11.522Z] 
11:38:11 [2024-01-08T11:38:11.522Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
11:38:11 [2024-01-08T11:38:11.522Z] #28 DONE 0.0s
11:38:11 [2024-01-08T11:38:11.522Z] 
11:38:11 [2024-01-08T11:38:11.522Z] #29 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
11:38:11 [2024-01-08T11:38:11.522Z] #29 0.683 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
11:38:11 [2024-01-08T11:38:11.522Z] #29 0.694 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
11:38:11 [2024-01-08T11:38:11.522Z] #29 0.694 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:38:11 [2024-01-08T11:38:11.522Z] #29 0.781 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
11:38:11 [2024-01-08T11:38:11.522Z] #29 0.856 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
11:38:11 [2024-01-08T11:38:11.778Z] #29 0.927 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [131 kB]
11:38:12 [2024-01-08T11:38:12.707Z] #29 1.815 Fetched 9080 kB in 1s (6540 kB/s)
11:38:13 [2024-01-08T11:38:13.270Z] #29 1.815 Reading package lists...
11:38:13 [2024-01-08T11:38:13.832Z] #29 2.426 Reading package lists...
11:38:13 [2024-01-08T11:38:13.832Z] #29 3.038 Building dependency tree...
11:38:14 [2024-01-08T11:38:14.088Z] #29 3.217 Reading state information...
11:38:14 [2024-01-08T11:38:14.345Z] #29 3.478 The following additional packages will be installed:
11:38:14 [2024-01-08T11:38:14.345Z] #29 3.479   libmagic-mgc libmagic1
11:38:14 [2024-01-08T11:38:14.345Z] #29 3.509 The following NEW packages will be installed:
11:38:14 [2024-01-08T11:38:14.345Z] #29 3.510   file libmagic-mgc libmagic1
11:38:14 [2024-01-08T11:38:14.601Z] #29 3.797 0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
11:38:14 [2024-01-08T11:38:14.601Z] #29 3.797 Need to get 446 kB of archives.
11:38:14 [2024-01-08T11:38:14.601Z] #29 3.797 After this operation, 8709 kB of additional disk space will be used.
11:38:14 [2024-01-08T11:38:14.601Z] #29 3.797 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
11:38:14 [2024-01-08T11:38:14.601Z] #29 3.803 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
11:38:14 [2024-01-08T11:38:14.601Z] #29 3.804 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
11:38:14 [2024-01-08T11:38:14.601Z] #29 3.947 debconf: delaying package configuration, since apt-utils is not installed
11:38:14 [2024-01-08T11:38:14.857Z] #29 3.990 Fetched 446 kB in 0s (1556 kB/s)
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.014 Selecting previously unselected package libmagic-mgc.
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.014 (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.)
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.023 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ...
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.027 Unpacking libmagic-mgc (1:5.44-3) ...
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.108 Selecting previously unselected package libmagic1:arm64.
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.109 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ...
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.123 Unpacking libmagic1:arm64 (1:5.44-3) ...
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.169 Selecting previously unselected package file.
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.171 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ...
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.175 Unpacking file (1:5.44-3) ...
11:38:14 [2024-01-08T11:38:14.857Z] #29 4.220 Setting up libmagic-mgc (1:5.44-3) ...
11:38:15 [2024-01-08T11:38:15.114Z] #29 4.240 Setting up libmagic1:arm64 (1:5.44-3) ...
11:38:15 [2024-01-08T11:38:15.114Z] #29 4.264 Setting up file (1:5.44-3) ...
11:38:15 [2024-01-08T11:38:15.114Z] #29 4.278 Processing triggers for libc-bin (2.36-9+deb12u3) ...
11:38:15 [2024-01-08T11:38:15.114Z] #29 DONE 4.5s
11:38:15 [2024-01-08T11:38:15.114Z] 
11:38:15 [2024-01-08T11:38:15.114Z] #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
11:38:15 [2024-01-08T11:38:15.114Z] #30 2.708 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
11:38:15 [2024-01-08T11:38:15.114Z] #30 3.294 #=#=#                                                                         
11:38:15 [2024-01-08T11:38:15.114Z] #30 3.565 #=#=#                                                                         

##                                                                         4.1%
######################################################################## 100.0%
11:38:15 [2024-01-08T11:38:15.370Z] #30 ...
11:38:15 [2024-01-08T11:38:15.370Z] 
11:38:15 [2024-01-08T11:38:15.370Z] #31 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
11:38:15 [2024-01-08T11:38:15.370Z] #31 DONE 0.2s
11:38:15 [2024-01-08T11:38:15.370Z] 
11:38:15 [2024-01-08T11:38:15.370Z] #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
11:38:15 [2024-01-08T11:38:15.370Z] #30 3.840 
11:38:15 [2024-01-08T11:38:15.370Z] #30 ...
11:38:15 [2024-01-08T11:38:15.370Z] 
11:38:15 [2024-01-08T11:38:15.370Z] #32 [containerd-src 1/3] WORKDIR /usr/src/containerd
11:38:15 [2024-01-08T11:38:15.370Z] #32 DONE 0.2s
11:38:15 [2024-01-08T11:38:15.370Z] 
11:38:15 [2024-01-08T11:38:15.370Z] #33 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
11:38:15 [2024-01-08T11:38:15.370Z] #33 DONE 0.2s
11:38:15 [2024-01-08T11:38:15.370Z] 
11:38:15 [2024-01-08T11:38:15.370Z] #34 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
11:38:15 [2024-01-08T11:38:15.370Z] #34 DONE 0.3s
11:38:15 [2024-01-08T11:38:15.626Z] 
11:38:15 [2024-01-08T11:38:15.626Z] #35 [tini-src 1/3] WORKDIR /usr/src/tini
11:38:15 [2024-01-08T11:38:15.626Z] #35 DONE 0.3s
11:38:15 [2024-01-08T11:38:15.626Z] 
11:38:15 [2024-01-08T11:38:15.626Z] #36 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
11:38:15 [2024-01-08T11:38:15.626Z] #36 DONE 0.3s
11:38:15 [2024-01-08T11:38:15.626Z] 
11:38:15 [2024-01-08T11:38:15.626Z] #37 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
11:38:15 [2024-01-08T11:38:15.626Z] #37 DONE 0.3s
11:38:15 [2024-01-08T11:38:15.626Z] 
11:38:15 [2024-01-08T11:38:15.626Z] #38 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
11:38:15 [2024-01-08T11:38:15.626Z] #38 DONE 0.3s
11:38:15 [2024-01-08T11:38:15.626Z] 
11:38:15 [2024-01-08T11:38:15.626Z] #39 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
11:38:15 [2024-01-08T11:38:15.626Z] #39 DONE 0.3s
11:38:15 [2024-01-08T11:38:15.626Z] 
11:38:15 [2024-01-08T11:38:15.626Z] #40 [runc-src 1/3] WORKDIR /usr/src/runc
11:38:15 [2024-01-08T11:38:15.626Z] #40 DONE 0.3s
11:38:15 [2024-01-08T11:38:15.626Z] 
11:38:15 [2024-01-08T11:38:15.626Z] #41 [swagger-src 1/3] WORKDIR /usr/src/swagger
11:38:15 [2024-01-08T11:38:15.626Z] #41 DONE 0.4s
11:38:15 [2024-01-08T11:38:15.626Z] 
11:38:15 [2024-01-08T11:38:15.626Z] #42 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
11:38:15 [2024-01-08T11:38:15.883Z] #42 ...
11:38:15 [2024-01-08T11:38:15.883Z] 
11:38:15 [2024-01-08T11:38:15.883Z] #43 [registry-src 1/2] WORKDIR /usr/src/registry
11:38:15 [2024-01-08T11:38:15.883Z] #43 DONE 0.4s
11:38:15 [2024-01-08T11:38:15.883Z] 
11:38:15 [2024-01-08T11:38:15.883Z] #44 [delve-build 1/2] WORKDIR /usr/src/delve
11:38:15 [2024-01-08T11:38:15.883Z] #44 DONE 0.4s
11:38:15 [2024-01-08T11:38:15.883Z] 
11:38:15 [2024-01-08T11:38:15.883Z] #45 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
11:38:15 [2024-01-08T11:38:15.883Z] #45 DONE 0.5s
11:38:15 [2024-01-08T11:38:15.883Z] 
11:38:15 [2024-01-08T11:38:15.883Z] #46 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
11:38:16 [2024-01-08T11:38:16.452Z] #46 ...
11:38:16 [2024-01-08T11:38:16.452Z] 
11:38:16 [2024-01-08T11:38:16.452Z] #47 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.645 hint: Using 'master' as the name for the initial branch. This default branch name
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.645 hint: is subject to change. To configure the initial branch name to use in all
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.645 hint: of your new repositories, which will suppress this warning, call:
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.645 hint: 
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.645 hint: 	git config --global init.defaultBranch <name>
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.645 hint: 
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.645 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.645 hint: 'development'. The just-created branch can be renamed via this command:
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.645 hint: 
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.645 hint: 	git branch -m <name>
11:38:16 [2024-01-08T11:38:16.452Z] #47 0.646 Initialized empty Git repository in /usr/src/tini/.git/
11:38:16 [2024-01-08T11:38:16.452Z] #47 DONE 0.7s
11:38:16 [2024-01-08T11:38:16.452Z] 
11:38:16 [2024-01-08T11:38:16.452Z] #48 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.748 hint: Using 'master' as the name for the initial branch. This default branch name
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.748 hint: is subject to change. To configure the initial branch name to use in all
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.748 hint: of your new repositories, which will suppress this warning, call:
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.748 hint: 
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.748 hint: 	git config --global init.defaultBranch <name>
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.748 hint: 
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.748 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.748 hint: 'development'. The just-created branch can be renamed via this command:
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.748 hint: 
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.748 hint: 	git branch -m <name>
11:38:16 [2024-01-08T11:38:16.452Z] #48 0.750 Initialized empty Git repository in /usr/src/containerd/.git/
11:38:16 [2024-01-08T11:38:16.452Z] #48 DONE 0.8s
11:38:16 [2024-01-08T11:38:16.452Z] 
11:38:16 [2024-01-08T11:38:16.452Z] #49 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.11" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:38:16 [2024-01-08T11:38:16.452Z] #49 ...
11:38:16 [2024-01-08T11:38:16.452Z] 
11:38:16 [2024-01-08T11:38:16.452Z] #50 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.966 hint: Using 'master' as the name for the initial branch. This default branch name
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.966 hint: is subject to change. To configure the initial branch name to use in all
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.966 hint: of your new repositories, which will suppress this warning, call:
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.966 hint: 
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.966 hint: 	git config --global init.defaultBranch <name>
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.966 hint: 
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.966 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.966 hint: 'development'. The just-created branch can be renamed via this command:
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.966 hint: 
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.966 hint: 	git branch -m <name>
11:38:16 [2024-01-08T11:38:16.452Z] #50 0.967 Initialized empty Git repository in /usr/src/rootlesskit/.git/
11:38:16 [2024-01-08T11:38:16.452Z] #50 DONE 1.0s
11:38:16 [2024-01-08T11:38:16.709Z] 
11:38:16 [2024-01-08T11:38:16.709Z] #51 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.774 hint: Using 'master' as the name for the initial branch. This default branch name
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.774 hint: is subject to change. To configure the initial branch name to use in all
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.774 hint: of your new repositories, which will suppress this warning, call:
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.774 hint: 
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.774 hint: 	git config --global init.defaultBranch <name>
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.774 hint: 
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.774 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.774 hint: 'development'. The just-created branch can be renamed via this command:
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.774 hint: 
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.774 hint: 	git branch -m <name>
11:38:16 [2024-01-08T11:38:16.709Z] #51 0.776 Initialized empty Git repository in /usr/src/swagger/.git/
11:38:16 [2024-01-08T11:38:16.709Z] #51 DONE 0.9s
11:38:16 [2024-01-08T11:38:16.709Z] 
11:38:16 [2024-01-08T11:38:16.709Z] #42 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
11:38:16 [2024-01-08T11:38:16.709Z] #42 0.998 hint: Using 'master' as the name for the initial branch. This default branch name
11:38:16 [2024-01-08T11:38:16.709Z] #42 0.998 hint: is subject to change. To configure the initial branch name to use in all
11:38:16 [2024-01-08T11:38:16.709Z] #42 0.998 hint: of your new repositories, which will suppress this warning, call:
11:38:16 [2024-01-08T11:38:16.709Z] #42 0.998 hint: 
11:38:16 [2024-01-08T11:38:16.709Z] #42 0.998 hint: 	git config --global init.defaultBranch <name>
11:38:16 [2024-01-08T11:38:16.709Z] #42 0.998 hint: 
11:38:16 [2024-01-08T11:38:16.709Z] #42 0.998 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:38:16 [2024-01-08T11:38:16.709Z] #42 0.998 hint: 'development'. The just-created branch can be renamed via this command:
11:38:16 [2024-01-08T11:38:16.709Z] #42 0.998 hint: 
11:38:16 [2024-01-08T11:38:16.709Z] #42 0.998 hint: 	git branch -m <name>
11:38:16 [2024-01-08T11:38:16.709Z] #42 1.001 Initialized empty Git repository in /usr/src/runc/.git/
11:38:16 [2024-01-08T11:38:16.709Z] #42 DONE 1.1s
11:38:16 [2024-01-08T11:38:16.709Z] 
11:38:16 [2024-01-08T11:38:16.709Z] #52 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.11" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:38:17 [2024-01-08T11:38:17.639Z] #52 ...
11:38:17 [2024-01-08T11:38:17.639Z] 
11:38:17 [2024-01-08T11:38:17.639Z] #53 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.723 hint: Using 'master' as the name for the initial branch. This default branch name
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.723 hint: is subject to change. To configure the initial branch name to use in all
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.723 hint: of your new repositories, which will suppress this warning, call:
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.723 hint: 
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.723 hint: 	git config --global init.defaultBranch <name>
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.723 hint: 
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.723 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.723 hint: 'development'. The just-created branch can be renamed via this command:
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.723 hint: 
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.723 hint: 	git branch -m <name>
11:38:17 [2024-01-08T11:38:17.639Z] #53 1.727 Initialized empty Git repository in /usr/src/registry/.git/
11:38:17 [2024-01-08T11:38:17.639Z] #53 DONE 1.8s
11:38:17 [2024-01-08T11:38:17.639Z] 
11:38:17 [2024-01-08T11:38:17.639Z] #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
11:38:17 [2024-01-08T11:38:17.639Z] #30 6.157 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
11:38:18 [2024-01-08T11:38:18.461Z] #30 6.804 #=#=#                                                                         
11:38:18 [2024-01-08T11:38:18.718Z] #30 7.103 #=#=#                                                                         

                                                                           0.1%
######################################################################## 100.0%
11:38:18 [2024-01-08T11:38:18.976Z] #30 7.432 
11:38:19 [2024-01-08T11:38:19.544Z] #30 ...
11:38:19 [2024-01-08T11:38:19.544Z] 
11:38:19 [2024-01-08T11:38:19.544Z] #46 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.238 hint: Using 'master' as the name for the initial branch. This default branch name
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.238 hint: is subject to change. To configure the initial branch name to use in all
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.238 hint: of your new repositories, which will suppress this warning, call:
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.238 hint: 
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.238 hint: 	git config --global init.defaultBranch <name>
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.238 hint: 
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.238 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.238 hint: 'development'. The just-created branch can be renamed via this command:
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.238 hint: 
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.238 hint: 	git branch -m <name>
11:38:19 [2024-01-08T11:38:19.544Z] #46 2.241 Initialized empty Git repository in /usr/src/delve/.git/
11:38:19 [2024-01-08T11:38:19.544Z] #46 DONE 3.9s
11:38:19 [2024-01-08T11:38:19.846Z] 
11:38:19 [2024-01-08T11:38:19.846Z] #54 [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
11:38:19 [2024-01-08T11:38:19.846Z] #54 2.383 go: downloading github.com/golangci/golangci-lint v1.55.2
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.200 go: downloading github.com/gofrs/flock v0.8.1
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.201 go: downloading gopkg.in/yaml.v3 v3.0.1
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.206 go: downloading github.com/fatih/color v1.15.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.209 go: downloading golang.org/x/tools v0.14.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.212 go: downloading github.com/hashicorp/go-version v1.6.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.331 go: downloading github.com/ldez/gomoddirectives v0.2.3
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.333 go: downloading github.com/spf13/cobra v1.7.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.333 go: downloading github.com/spf13/pflag v1.0.5
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.333 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.334 go: downloading github.com/spf13/viper v1.12.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.342 go: downloading github.com/mitchellh/mapstructure v1.5.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.345 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.450 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.472 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.476 go: downloading github.com/mattn/go-colorable v0.1.13
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.484 go: downloading github.com/sirupsen/logrus v1.9.3
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.538 go: downloading github.com/stretchr/testify v1.8.4
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.584 go: downloading github.com/mattn/go-isatty v0.0.17
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.626 go: downloading github.com/golangci/revgrep v0.5.2
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.631 go: downloading golang.org/x/mod v0.13.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.647 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.704 go: downloading 4d63.com/gochecknoglobals v0.2.1
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.709 go: downloading github.com/4meepo/tagalign v1.3.3
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.757 go: downloading github.com/Abirdcfly/dupword v0.0.13
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.758 go: downloading github.com/Antonboom/errname v0.1.12
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.758 go: downloading github.com/Antonboom/nilnil v0.1.7
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.758 go: downloading github.com/Antonboom/testifylint v0.2.3
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.830 go: downloading github.com/BurntSushi/toml v1.3.2
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.833 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.900 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.956 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 3.956 go: downloading github.com/alecthomas/go-check-sumtype v0.1.3
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.004 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.017 go: downloading github.com/alexkohler/prealloc v1.0.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.039 go: downloading github.com/alingse/asasalint v0.0.11
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.039 go: downloading github.com/ashanbrown/forbidigo v1.6.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.134 go: downloading github.com/ashanbrown/makezero v1.1.1
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.135 go: downloading github.com/bkielbasa/cyclop v1.2.1
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.135 go: downloading github.com/blizzy78/varnamelen v0.8.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.135 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.228 go: downloading github.com/breml/bidichk v0.2.7
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.292 go: downloading github.com/breml/errchkjson v0.3.6
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.294 go: downloading github.com/butuzov/ireturn v0.2.2
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.295 go: downloading github.com/butuzov/mirror v1.1.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.300 go: downloading github.com/catenacyber/perfsprint v0.2.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.300 go: downloading github.com/charithe/durationcheck v0.0.10
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.300 go: downloading github.com/curioswitch/go-reassign v0.2.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.308 go: downloading github.com/daixiang0/gci v0.11.2
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.430 go: downloading github.com/denis-tingaikin/go-header v0.4.3
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.437 go: downloading github.com/esimonov/ifshort v1.0.4
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.439 go: downloading github.com/firefart/nonamedreturns v1.0.4
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.460 go: downloading github.com/fzipp/gocyclo v0.6.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.460 go: downloading github.com/ghostiam/protogetter v0.2.3
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.460 go: downloading github.com/go-critic/go-critic v0.9.0
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.460 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
11:38:19 [2024-01-08T11:38:19.846Z] #54 4.623 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
11:38:20 [2024-01-08T11:38:20.105Z] #54 4.741 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
11:38:20 [2024-01-08T11:38:20.105Z] #54 4.744 go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e
11:38:20 [2024-01-08T11:38:20.105Z] #54 4.744 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
11:38:20 [2024-01-08T11:38:20.105Z] #54 4.758 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
11:38:20 [2024-01-08T11:38:20.105Z] #54 4.825 go: downloading github.com/golangci/misspell v0.4.1
11:38:20 [2024-01-08T11:38:20.362Z] #54 4.910 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
11:38:20 [2024-01-08T11:38:20.362Z] #54 4.913 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
11:38:20 [2024-01-08T11:38:20.362Z] #54 4.960 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
11:38:20 [2024-01-08T11:38:20.362Z] #54 4.976 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
11:38:20 [2024-01-08T11:38:20.362Z] #54 4.976 go: downloading github.com/hexops/gotextdiff v1.0.3
11:38:20 [2024-01-08T11:38:20.362Z] #54 5.045 go: downloading github.com/jgautheron/goconst v1.6.0
11:38:20 [2024-01-08T11:38:20.362Z] #54 5.045 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
11:38:20 [2024-01-08T11:38:20.362Z] #54 5.045 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
11:38:20 [2024-01-08T11:38:20.363Z] #54 5.045 go: downloading github.com/julz/importas v0.1.0
11:38:20 [2024-01-08T11:38:20.363Z] #54 5.045 go: downloading github.com/kisielk/errcheck v1.6.3
11:38:20 [2024-01-08T11:38:20.363Z] #54 5.116 go: downloading github.com/kkHAIKE/contextcheck v1.1.4
11:38:20 [2024-01-08T11:38:20.363Z] #54 5.116 go: downloading github.com/kulti/thelper v0.6.3
11:38:20 [2024-01-08T11:38:20.363Z] #54 5.116 go: downloading github.com/kunwardeep/paralleltest v1.0.8
11:38:20 [2024-01-08T11:38:20.363Z] #54 5.136 go: downloading github.com/kyoh86/exportloopref v0.1.11
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.154 go: downloading github.com/ldez/tagliatelle v0.5.0
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.154 go: downloading github.com/leonklingele/grouper v1.1.1
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.181 go: downloading github.com/lufeee/execinquery v1.2.1
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.229 go: downloading github.com/macabu/inamedparam v0.1.2
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.412 go: downloading github.com/maratori/testableexamples v1.0.0
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.412 go: downloading github.com/maratori/testpackage v1.1.1
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.412 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.412 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.412 go: downloading github.com/mgechev/revive v1.3.4
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.412 go: downloading github.com/moricho/tparallel v0.3.1
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.440 go: downloading github.com/nakabonne/nestif v0.3.1
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.493 go: downloading github.com/nishanths/exhaustive v0.11.0
11:38:20 [2024-01-08T11:38:20.620Z] #54 5.496 go: downloading github.com/nishanths/predeclared v0.2.2
11:38:20 [2024-01-08T11:38:20.877Z] #54 5.516 go: downloading github.com/nunnatsa/ginkgolinter v0.14.1
11:38:20 [2024-01-08T11:38:20.877Z] #54 5.516 go: downloading github.com/polyfloyd/go-errorlint v1.4.5
11:38:20 [2024-01-08T11:38:20.877Z] #54 5.548 go: downloading github.com/ryancurrah/gomodguard v1.3.0
11:38:20 [2024-01-08T11:38:20.877Z] #54 5.580 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
11:38:20 [2024-01-08T11:38:20.877Z] #54 5.588 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
11:38:20 [2024-01-08T11:38:20.877Z] #54 5.633 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
11:38:20 [2024-01-08T11:38:20.877Z] #54 5.664 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0
11:38:20 [2024-01-08T11:38:20.878Z] #54 5.699 go: downloading github.com/securego/gosec/v2 v2.18.2
11:38:20 [2024-01-08T11:38:20.878Z] #54 5.752 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
11:38:21 [2024-01-08T11:38:21.135Z] #54 5.800 go: downloading github.com/sivchari/containedctx v1.0.3
11:38:21 [2024-01-08T11:38:21.136Z] #54 5.856 go: downloading github.com/sivchari/nosnakecase v1.7.0
11:38:21 [2024-01-08T11:38:21.136Z] #54 5.885 go: downloading github.com/sivchari/tenv v1.7.1
11:38:21 [2024-01-08T11:38:21.136Z] #54 5.886 go: downloading github.com/sonatard/noctx v0.0.2
11:38:21 [2024-01-08T11:38:21.136Z] #54 5.886 go: downloading github.com/sourcegraph/go-diff v0.7.0
11:38:21 [2024-01-08T11:38:21.136Z] #54 5.930 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
11:38:21 [2024-01-08T11:38:21.136Z] #54 5.933 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
11:38:21 [2024-01-08T11:38:21.136Z] #54 5.933 go: downloading github.com/tdakkota/asciicheck v0.2.0
11:38:21 [2024-01-08T11:38:21.136Z] #54 5.935 go: downloading github.com/tetafro/godot v1.4.15
11:38:21 [2024-01-08T11:38:21.136Z] #54 6.020 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.033 go: downloading github.com/timonwong/loggercheck v0.9.4
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.054 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.056 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.057 go: downloading github.com/ultraware/funlen v0.1.0
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.069 go: downloading github.com/ultraware/whitespace v0.0.5
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.088 go: downloading github.com/uudashr/gocognit v1.1.2
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.108 go: downloading github.com/xen0n/gosmopolitan v1.2.2
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.142 go: downloading github.com/yagipy/maintidx v1.0.0
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.159 go: downloading github.com/yeya24/promlinter v0.2.0
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.161 go: downloading github.com/ykadowak/zerologlint v0.1.3
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.186 go: downloading gitlab.com/bosi/decorder v0.4.1
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.193 go: downloading go-simpler.org/sloglint v0.1.2
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.205 go: downloading go.tmz.dev/musttag v0.7.2
11:38:21 [2024-01-08T11:38:21.395Z] #54 6.277 go: downloading honnef.co/go/tools v0.4.6
11:38:22 [2024-01-08T11:38:22.331Z] #54 7.133 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.137 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.138 go: downloading github.com/hashicorp/errwrap v1.0.0
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.145 go: downloading github.com/spf13/afero v1.8.2
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.147 go: downloading github.com/spf13/cast v1.5.0
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.149 go: downloading github.com/spf13/jwalterweatherman v1.1.0
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.164 go: downloading mvdan.cc/gofumpt v0.5.0
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.187 go: downloading golang.org/x/sys v0.13.0
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.263 go: downloading github.com/davecgh/go-spew v1.1.1
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.275 go: downloading github.com/pmezard/go-difflib v1.0.0
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.276 go: downloading github.com/stretchr/objx v0.5.0
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.333 go: downloading github.com/fatih/structtag v1.2.0
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.336 go: downloading github.com/gobwas/glob v0.2.3
11:38:22 [2024-01-08T11:38:22.590Z] #54 7.368 go: downloading github.com/google/go-cmp v0.6.0
11:38:22 [2024-01-08T11:38:22.852Z] #54 7.443 go: downloading gopkg.in/yaml.v2 v2.4.0
11:38:22 [2024-01-08T11:38:22.852Z] #54 7.445 go: downloading golang.org/x/sync v0.4.0
11:38:22 [2024-01-08T11:38:22.852Z] #54 7.523 go: downloading go.uber.org/zap v1.24.0
11:38:22 [2024-01-08T11:38:22.852Z] #54 7.543 go: downloading github.com/kisielk/gotool v1.0.0
11:38:22 [2024-01-08T11:38:22.852Z] #54 7.551 go: downloading golang.org/x/text v0.13.0
11:38:22 [2024-01-08T11:38:22.852Z] #54 7.621 go: downloading github.com/gostaticanalysis/comment v1.4.2
11:38:22 [2024-01-08T11:38:22.852Z] #54 7.669 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
11:38:22 [2024-01-08T11:38:22.852Z] #54 ...
11:38:22 [2024-01-08T11:38:22.852Z] 
11:38:22 [2024-01-08T11:38:22.852Z] #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
11:38:22 [2024-01-08T11:38:22.852Z] #30 9.979 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)...
11:38:22 [2024-01-08T11:38:22.852Z] #30 10.76 #=#=#                                                                         
11:38:23 [2024-01-08T11:38:23.110Z] #30 11.12 #=#=#                                                                         
##O#-#                                                                        

######                                                                     9.4%
########################                                                  33.5%
########################################################                  78.6%
######################################################################## 100.0%
11:38:23 [2024-01-08T11:38:23.367Z] #30 11.94 
11:38:25 [2024-01-08T11:38:25.266Z] #30 ...
11:38:25 [2024-01-08T11:38:25.266Z] 
11:38:25 [2024-01-08T11:38:25.266Z] #55 [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
11:38:25 [2024-01-08T11:38:25.266Z] #55 3.085 go: downloading github.com/tc-hib/go-winres v0.3.1
11:38:25 [2024-01-08T11:38:25.266Z] #55 3.716 go: downloading github.com/tc-hib/winres v0.1.6
11:38:25 [2024-01-08T11:38:25.266Z] #55 3.718 go: downloading github.com/urfave/cli/v2 v2.3.0
11:38:25 [2024-01-08T11:38:25.266Z] #55 4.017 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
11:38:25 [2024-01-08T11:38:25.266Z] #55 4.022 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
11:38:25 [2024-01-08T11:38:25.266Z] #55 4.080 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:38:25 [2024-01-08T11:38:25.266Z] #55 4.135 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:38:25 [2024-01-08T11:38:25.266Z] #55 ...
11:38:25 [2024-01-08T11:38:25.266Z] 
11:38:25 [2024-01-08T11:38:25.266Z] #56 [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
11:38:25 [2024-01-08T11:38:25.266Z] #56 2.746 go: downloading github.com/pelletier/go-toml v1.8.1
11:38:25 [2024-01-08T11:38:25.524Z] #56 ...
11:38:25 [2024-01-08T11:38:25.524Z] 
11:38:25 [2024-01-08T11:38:25.524Z] #57 [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
11:38:25 [2024-01-08T11:38:25.524Z] #57 2.160 go: downloading gotest.tools/gotestsum v1.8.2
11:38:25 [2024-01-08T11:38:25.524Z] #57 3.340 go: downloading github.com/fatih/color v1.13.0
11:38:25 [2024-01-08T11:38:25.524Z] #57 3.341 go: downloading golang.org/x/tools v0.1.11
11:38:25 [2024-01-08T11:38:25.524Z] #57 3.341 go: downloading github.com/dnephin/pflag v1.0.7
11:38:25 [2024-01-08T11:38:25.524Z] #57 3.344 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
11:38:25 [2024-01-08T11:38:25.524Z] #57 3.344 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
11:38:25 [2024-01-08T11:38:25.524Z] #57 3.348 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:38:25 [2024-01-08T11:38:25.524Z] #57 3.356 go: downloading github.com/fsnotify/fsnotify v1.5.4
11:38:25 [2024-01-08T11:38:25.524Z] #57 3.356 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
11:38:25 [2024-01-08T11:38:25.524Z] #57 3.401 go: downloading github.com/mattn/go-colorable v0.1.12
11:38:25 [2024-01-08T11:38:25.524Z] #57 3.401 go: downloading github.com/mattn/go-isatty v0.0.14
11:38:25 [2024-01-08T11:38:25.524Z] #57 4.428 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
11:38:25 [2024-01-08T11:38:25.524Z] #57 ...
11:38:25 [2024-01-08T11:38:25.524Z] 
11:38:25 [2024-01-08T11:38:25.524Z] #58 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
11:38:25 [2024-01-08T11:38:25.524Z] #58 3.562 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
11:38:25 [2024-01-08T11:38:25.524Z] #58 3.597 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
11:38:25 [2024-01-08T11:38:25.524Z] #58 3.613 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:38:25 [2024-01-08T11:38:25.524Z] #58 3.696 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
11:38:25 [2024-01-08T11:38:25.524Z] #58 3.846 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
11:38:25 [2024-01-08T11:38:25.524Z] #58 4.035 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [131 kB]
11:38:25 [2024-01-08T11:38:25.524Z] #58 5.634 Fetched 9080 kB in 2s (3899 kB/s)
11:38:25 [2024-01-08T11:38:25.524Z] #58 5.634 Reading package lists...
11:38:25 [2024-01-08T11:38:25.524Z] #58 7.400 Hit:1 http://deb.debian.org/debian bookworm InRelease
11:38:25 [2024-01-08T11:38:25.524Z] #58 7.400 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
11:38:25 [2024-01-08T11:38:25.524Z] #58 7.400 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
11:38:25 [2024-01-08T11:38:25.524Z] #58 8.151 Reading package lists...
11:38:25 [2024-01-08T11:38:25.524Z] #58 9.325 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config
11:38:25 [2024-01-08T11:38:25.783Z] #58 9.333 Reading package lists...
11:38:25 [2024-01-08T11:38:25.783Z] #58 ...
11:38:25 [2024-01-08T11:38:25.783Z] 
11:38:25 [2024-01-08T11:38:25.783Z] #59 [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 v24.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
11:38:25 [2024-01-08T11:38:25.783Z] #59 6.691 Docker version 24.0.2, build cb74dfc
11:38:25 [2024-01-08T11:38:25.783Z] #59 ...
11:38:25 [2024-01-08T11:38:25.783Z] 
11:38:25 [2024-01-08T11:38:25.783Z] #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
11:38:25 [2024-01-08T11:38:25.783Z] #60 1.860 go: downloading mvdan.cc/sh/v3 v3.6.0
11:38:25 [2024-01-08T11:38:25.783Z] #60 2.338 go: downloading golang.org/x/term v0.3.0
11:38:25 [2024-01-08T11:38:25.783Z] #60 2.338 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
11:38:25 [2024-01-08T11:38:25.783Z] #60 2.339 go: downloading github.com/google/renameio/v2 v2.0.0
11:38:25 [2024-01-08T11:38:25.783Z] #60 2.340 go: downloading mvdan.cc/editorconfig v0.2.0
11:38:25 [2024-01-08T11:38:25.783Z] #60 2.440 go: downloading golang.org/x/sys v0.3.0
11:38:26 [2024-01-08T11:38:26.041Z] #60 ...
11:38:26 [2024-01-08T11:38:26.041Z] 
11:38:26 [2024-01-08T11:38:26.041Z] #61 [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
11:38:26 [2024-01-08T11:38:26.041Z] #61 ...
11:38:26 [2024-01-08T11:38:26.041Z] 
11:38:26 [2024-01-08T11:38:26.041Z] #62 [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
11:38:26 [2024-01-08T11:38:26.041Z] #62 3.218 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
11:38:26 [2024-01-08T11:38:26.041Z] #62 3.288 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
11:38:26 [2024-01-08T11:38:26.041Z] #62 3.324 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:38:26 [2024-01-08T11:38:26.041Z] #62 3.415 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
11:38:26 [2024-01-08T11:38:26.041Z] #62 3.709 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
11:38:26 [2024-01-08T11:38:26.041Z] #62 3.718 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [131 kB]
11:38:26 [2024-01-08T11:38:26.041Z] #62 5.396 Fetched 9080 kB in 2s (3746 kB/s)
11:38:26 [2024-01-08T11:38:26.041Z] #62 5.396 Reading package lists...
11:38:26 [2024-01-08T11:38:26.041Z] #62 6.577 Hit:1 http://deb.debian.org/debian bookworm InRelease
11:38:26 [2024-01-08T11:38:26.041Z] #62 6.577 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
11:38:26 [2024-01-08T11:38:26.041Z] #62 6.577 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
11:38:26 [2024-01-08T11:38:26.041Z] #62 7.151 Reading package lists...
11:38:26 [2024-01-08T11:38:26.041Z] #62 7.988 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
11:38:26 [2024-01-08T11:38:26.041Z] #62 8.000 Reading package lists...
11:38:26 [2024-01-08T11:38:26.041Z] #62 9.139 Building dependency tree...
11:38:26 [2024-01-08T11:38:26.041Z] #62 10.08 gcc is already the newest version (4:12.2.0-3).
11:38:26 [2024-01-08T11:38:26.041Z] #62 10.08 libc6-dev is already the newest version (2.36-9+deb12u3).
11:38:26 [2024-01-08T11:38:26.041Z] #62 10.08 pkg-config is already the newest version (1.8.1-1).
11:38:26 [2024-01-08T11:38:26.041Z] #62 10.08 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
11:38:26 [2024-01-08T11:38:26.298Z] #62 ...
11:38:26 [2024-01-08T11:38:26.298Z] 
11:38:26 [2024-01-08T11:38:26.298Z] #63 [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             ;
11:38:26 [2024-01-08T11:38:26.298Z] #63 4.910 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
11:38:26 [2024-01-08T11:38:26.298Z] #63 4.952 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
11:38:26 [2024-01-08T11:38:26.298Z] #63 4.952 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:38:26 [2024-01-08T11:38:26.298Z] #63 5.292 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
11:38:26 [2024-01-08T11:38:26.298Z] #63 5.488 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
11:38:26 [2024-01-08T11:38:26.298Z] #63 5.904 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [131 kB]
11:38:26 [2024-01-08T11:38:26.298Z] #63 7.428 Fetched 9080 kB in 3s (3191 kB/s)
11:38:26 [2024-01-08T11:38:26.299Z] #63 7.428 Reading package lists...
11:38:26 [2024-01-08T11:38:26.299Z] #63 8.473 Reading package lists...
11:38:26 [2024-01-08T11:38:26.299Z] #63 9.307 Building dependency tree...
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11 python3 is already the newest version (3.11.2-1+b1).
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11 The following additional packages will be installed:
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11   autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11   xz-utils
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11 Suggested packages:
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11   manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11   m4-doc ed diffutils-doc
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11 Recommended packages:
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11   fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.11   liblocale-gettext-perl libltdl-dev
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.34 The following NEW packages will be installed:
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.34   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.34   libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.34   libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.63 0 upgraded, 19 newly installed, 0 to remove and 5 not upgraded.
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.63 Need to get 5656 kB of archives.
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.63 After this operation, 16.7 MB of additional disk space will be used.
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.63 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.64 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.65 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.65 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.66 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.66 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.69 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.72 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.72 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.74 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.74 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.76 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.76 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.76 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.77 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.19-1~deb12u1 [353 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.81 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.82 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.19-1~deb12u1 [51.9 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.83 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 10.83 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #63 ...
11:38:26 [2024-01-08T11:38:26.299Z] 
11:38:26 [2024-01-08T11:38:26.299Z] #64 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
11:38:26 [2024-01-08T11:38:26.299Z] #64 DONE 9.8s
11:38:26 [2024-01-08T11:38:26.299Z] 
11:38:26 [2024-01-08T11:38:26.299Z] #65 [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
11:38:26 [2024-01-08T11:38:26.299Z] #65 5.034 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 5.130 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 5.131 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 5.389 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 5.882 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 5.897 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [131 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 7.708 Fetched 9080 kB in 3s (3066 kB/s)
11:38:26 [2024-01-08T11:38:26.299Z] #65 7.708 Reading package lists...
11:38:26 [2024-01-08T11:38:26.299Z] #65 8.555 Reading package lists...
11:38:26 [2024-01-08T11:38:26.299Z] #65 9.425 Building dependency tree...
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.26 The following additional packages will be installed:
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.26   cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.27 Suggested packages:
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.27   cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.34 The following NEW packages will be installed:
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.34   cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.67 0 upgraded, 8 newly installed, 0 to remove and 5 not upgraded.
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.67 Need to get 19.3 MB of archives.
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.67 After this operation, 77.0 MB of additional disk space will be used.
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.67 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.85 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.86 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.86 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.86 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.86 Get:6 http://deb.debian.org/debian bookworm/main arm64 libuv1 arm64 1.44.2-1 [133 kB]
11:38:26 [2024-01-08T11:38:26.299Z] #65 10.86 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
11:38:26 [2024-01-08T11:38:26.557Z] #65 ...
11:38:26 [2024-01-08T11:38:26.557Z] 
11:38:26 [2024-01-08T11:38:26.557Z] #66 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:38:26 [2024-01-08T11:38:26.557Z] #66 DONE 10.2s
11:38:26 [2024-01-08T11:38:26.557Z] 
11:38:26 [2024-01-08T11:38:26.557Z] #67 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:38:26 [2024-01-08T11:38:26.557Z] #67 DONE 9.9s
11:38:26 [2024-01-08T11:38:26.557Z] 
11:38:26 [2024-01-08T11:38:26.557Z] #68 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:38:26 [2024-01-08T11:38:26.557Z] #68 DONE 6.9s
11:38:26 [2024-01-08T11:38:26.557Z] 
11:38:26 [2024-01-08T11:38:26.557Z] #52 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.11" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:38:26 [2024-01-08T11:38:26.557Z] #52 DONE 9.9s
11:38:26 [2024-01-08T11:38:26.557Z] 
11:38:26 [2024-01-08T11:38:26.557Z] #65 [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
11:38:26 [2024-01-08T11:38:26.557Z] #65 10.88 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
11:38:26 [2024-01-08T11:38:26.557Z] #65 ...
11:38:26 [2024-01-08T11:38:26.557Z] 
11:38:26 [2024-01-08T11:38:26.557Z] #69 [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
11:38:26 [2024-01-08T11:38:26.557Z] #69 4.473 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
11:38:26 [2024-01-08T11:38:26.557Z] #69 4.501 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
11:38:26 [2024-01-08T11:38:26.557Z] #69 4.501 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:38:26 [2024-01-08T11:38:26.557Z] #69 4.754 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
11:38:26 [2024-01-08T11:38:26.557Z] #69 5.120 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
11:38:26 [2024-01-08T11:38:26.557Z] #69 5.435 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [131 kB]
11:38:26 [2024-01-08T11:38:26.557Z] #69 6.904 Fetched 9080 kB in 3s (3325 kB/s)
11:38:26 [2024-01-08T11:38:26.557Z] #69 6.904 Reading package lists...
11:38:26 [2024-01-08T11:38:26.557Z] #69 8.383 Hit:1 http://deb.debian.org/debian bookworm InRelease
11:38:26 [2024-01-08T11:38:26.557Z] #69 8.384 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
11:38:26 [2024-01-08T11:38:26.557Z] #69 8.384 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
11:38:26 [2024-01-08T11:38:26.557Z] #69 9.009 Reading package lists...
11:38:26 [2024-01-08T11:38:26.557Z] #69 9.832 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config
11:38:26 [2024-01-08T11:38:26.557Z] #69 9.842 Reading package lists...
11:38:26 [2024-01-08T11:38:26.557Z] #69 10.61 Building dependency tree...
11:38:26 [2024-01-08T11:38:26.557Z] #69 ...
11:38:26 [2024-01-08T11:38:26.557Z] 
11:38:26 [2024-01-08T11:38:26.557Z] #62 [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
11:38:26 [2024-01-08T11:38:26.557Z] #62 DONE 11.0s
11:38:26 [2024-01-08T11:38:26.557Z] 
11:38:26 [2024-01-08T11:38:26.557Z] #59 [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 v24.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
11:38:26 [2024-01-08T11:38:26.557Z] #59 DONE 11.2s
11:38:26 [2024-01-08T11:38:26.557Z] 
11:38:26 [2024-01-08T11:38:26.557Z] #70 [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...)
11:38:26 [2024-01-08T11:38:26.557Z] #70 3.464 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
11:38:26 [2024-01-08T11:38:26.557Z] #70 3.464 + mkdir /build
11:38:26 [2024-01-08T11:38:26.557Z] #70 DONE 9.1s
11:38:26 [2024-01-08T11:38:26.557Z] 
11:38:26 [2024-01-08T11:38:26.557Z] #71 [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...)
11:38:29 [2024-01-08T11:38:29.096Z] #71 2.394 go: downloading github.com/sirupsen/logrus v1.9.0
11:38:29 [2024-01-08T11:38:29.096Z] #71 2.394 go: downloading github.com/urfave/cli/v2 v2.23.5
11:38:29 [2024-01-08T11:38:29.096Z] #71 2.442 go: downloading golang.org/x/sys v0.2.0
11:38:29 [2024-01-08T11:38:29.096Z] #71 2.483 go: downloading github.com/gorilla/mux v1.8.0
11:38:29 [2024-01-08T11:38:29.096Z] #71 2.486 go: downloading github.com/moby/sys/mountinfo v0.6.2
11:38:29 [2024-01-08T11:38:29.354Z] #71 2.668 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:38:29 [2024-01-08T11:38:29.612Z] #71 2.954 go: downloading github.com/google/uuid v1.3.0
11:38:29 [2024-01-08T11:38:29.612Z] #71 2.961 go: downloading github.com/moby/vpnkit v0.5.0
11:38:29 [2024-01-08T11:38:29.612Z] #71 2.962 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:38:30 [2024-01-08T11:38:30.544Z] #71 3.930 go: downloading golang.org/x/net v0.1.0
11:38:30 [2024-01-08T11:38:30.544Z] #71 3.930 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:38:31 [2024-01-08T11:38:31.915Z] #71 5.281 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
11:38:31 [2024-01-08T11:38:31.915Z] #71 ...
11:38:31 [2024-01-08T11:38:31.915Z] 
11:38:31 [2024-01-08T11:38:31.915Z] #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
11:38:31 [2024-01-08T11:38:31.915Z] #30 14.95 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
11:38:31 [2024-01-08T11:38:31.915Z] #30 16.41 #=#=#                                                                         
11:38:31 [2024-01-08T11:38:31.915Z] #30 16.61 #=#=#                                                                         
##O#-#                                                                        

######################################################################## 100.0%
11:38:31 [2024-01-08T11:38:31.915Z] #30 17.41 
11:38:31 [2024-01-08T11:38:31.915Z] #30 19.02 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
11:38:31 [2024-01-08T11:38:31.915Z] #30 19.82 #=#=#                                                                         
11:38:31 [2024-01-08T11:38:31.915Z] #30 20.17 #=#=#                                                                         

######################################################################## 100.0%
11:38:32 [2024-01-08T11:38:32.856Z] #30 20.95 
11:38:32 [2024-01-08T11:38:32.856Z] #30 21.38 Download of images into '/build' complete.
11:38:32 [2024-01-08T11:38:32.856Z] #30 21.38 Use something like the following to load the result into a Docker daemon:
11:38:32 [2024-01-08T11:38:32.856Z] #30 21.38   tar -cC '/build' . | docker load
11:38:33 [2024-01-08T11:38:33.296Z] #30 ...
11:38:33 [2024-01-08T11:38:33.296Z] 
11:38:33 [2024-01-08T11:38:33.296Z] #54 [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
11:38:33 [2024-01-08T11:38:33.296Z] #54 7.742 go: downloading github.com/go-toolsmith/astfmt v1.1.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 7.743 go: downloading github.com/go-toolsmith/astcast v1.1.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 7.796 go: downloading github.com/go-toolsmith/astcopy v1.1.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 7.798 go: downloading github.com/go-toolsmith/astequal v1.1.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 7.798 go: downloading github.com/go-toolsmith/astp v1.1.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 7.864 go: downloading github.com/go-toolsmith/strparse v1.1.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 7.865 go: downloading github.com/go-toolsmith/typep v1.1.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.059 go: downloading github.com/quasilyte/go-ruleguard v0.4.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.061 go: downloading github.com/ettle/strcase v0.1.1
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.133 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.205 go: downloading github.com/Masterminds/semver v1.5.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.261 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.411 go: downloading github.com/prometheus/client_golang v1.12.1
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.413 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.414 go: downloading github.com/prometheus/client_model v0.2.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.523 go: downloading github.com/subosito/gotenv v1.4.1
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.617 go: downloading github.com/hashicorp/hcl v1.0.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.665 go: downloading gopkg.in/ini.v1 v1.67.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.772 go: downloading github.com/magiconair/properties v1.8.6
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.790 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.818 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.911 go: downloading go.uber.org/atomic v1.7.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 8.917 go: downloading go.uber.org/multierr v1.6.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.040 go: downloading github.com/pelletier/go-toml v1.9.5
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.094 go: downloading github.com/chavacava/garif v0.1.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.096 go: downloading github.com/olekukonko/tablewriter v0.0.5
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.103 go: downloading github.com/golang/protobuf v1.5.2
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.190 go: downloading github.com/quasilyte/gogrep v0.5.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.255 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.260 go: downloading github.com/beorn7/perks v1.0.1
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.351 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.351 go: downloading github.com/prometheus/common v0.32.1
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.445 go: downloading github.com/prometheus/procfs v0.7.3
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.450 go: downloading google.golang.org/protobuf v1.28.0
11:38:33 [2024-01-08T11:38:33.296Z] #54 9.677 go: downloading github.com/mattn/go-runewidth v0.0.9
11:38:33 [2024-01-08T11:38:33.296Z] #54 10.22 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
11:38:33 [2024-01-08T11:38:33.296Z] #54 ...
11:38:33 [2024-01-08T11:38:33.296Z] 
11:38:33 [2024-01-08T11:38:33.296Z] #69 [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
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.35 gcc is already the newest version (4:12.2.0-3).
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.35 pkg-config is already the newest version (1.8.1-1).
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.35 The following additional packages will be installed:
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.35   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.35   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.35   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.36   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.36   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.36   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.36 Suggested packages:
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.36   libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.36   libgdk-pixbuf2.0-bin libxml2-utils
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.36 Recommended packages:
11:38:33 [2024-01-08T11:38:33.296Z] #69 11.36   shared-mime-info xdg-user-dirs
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.10 The following NEW packages will be installed:
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.10   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.10   libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.10   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.10   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.10   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.10   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.42 0 upgraded, 29 newly installed, 0 to remove and 5 not upgraded.
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.42 Need to get 9078 kB of archives.
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.42 After this operation, 46.9 MB of additional disk space will be used.
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.42 Get:1 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.48 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.48 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.49 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.50 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.50 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.51 Get:7 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.53 Get:8 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.53 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.54 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.55 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.60 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.64 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.65 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.67 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.77 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
11:38:33 [2024-01-08T11:38:33.296Z] #69 12.77 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 12.78 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 12.78 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 12.78 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 12.82 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 12.83 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 12.83 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 12.83 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 12.88 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 12.88 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 13.04 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 13.14 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 13.16 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
11:38:33 [2024-01-08T11:38:33.297Z] #69 13.49 debconf: delaying package configuration, since apt-utils is not installed
11:38:33 [2024-01-08T11:38:33.297Z] #69 13.56 Fetched 9078 kB in 1s (8717 kB/s)
11:38:33 [2024-01-08T11:38:33.297Z] #69 13.73 Selecting previously unselected package libglib2.0-0:arm64.
11:38:33 [2024-01-08T11:38:33.297Z] #69 13.73 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15667 files and directories currently installed.)
11:38:33 [2024-01-08T11:38:33.297Z] #69 13.74 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_arm64.deb ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 13.85 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 14.54 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:38:33 [2024-01-08T11:38:33.297Z] #69 14.54 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 14.58 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 14.82 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:38:33 [2024-01-08T11:38:33.297Z] #69 14.82 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 14.86 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 15.04 Selecting previously unselected package libsecret-common.
11:38:33 [2024-01-08T11:38:33.297Z] #69 15.05 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 15.14 Unpacking libsecret-common (0.20.5-3) ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 15.58 Selecting previously unselected package libsecret-1-0:arm64.
11:38:33 [2024-01-08T11:38:33.297Z] #69 15.60 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_arm64.deb ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 15.61 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 16.23 Selecting previously unselected package gir1.2-secret-1:arm64.
11:38:33 [2024-01-08T11:38:33.297Z] #69 16.23 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_arm64.deb ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 16.74 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
11:38:33 [2024-01-08T11:38:33.297Z] #69 17.41 Selecting previously unselected package uuid-dev:arm64.
11:38:33 [2024-01-08T11:38:33.297Z] #69 17.41 Preparing to unpack .../06-uuid-dev_2.38.1-5+b1_arm64.deb ...
11:38:33 [2024-01-08T11:38:33.554Z] #69 17.70 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
11:38:34 [2024-01-08T11:38:34.618Z] #69 18.69 Selecting previously unselected package libblkid-dev:arm64.
11:38:34 [2024-01-08T11:38:34.618Z] #69 18.69 Preparing to unpack .../07-libblkid-dev_2.38.1-5+b1_arm64.deb ...
11:38:34 [2024-01-08T11:38:34.983Z] #69 18.81 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
11:38:35 [2024-01-08T11:38:35.561Z] #69 ...
11:38:35 [2024-01-08T11:38:35.561Z] 
11:38:35 [2024-01-08T11:38:35.561Z] #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
11:38:35 [2024-01-08T11:38:35.561Z] #60 20.33 v3.6.0
11:38:35 [2024-01-08T11:38:35.819Z] #60 ...
11:38:35 [2024-01-08T11:38:35.819Z] 
11:38:35 [2024-01-08T11:38:35.819Z] #58 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.32 Building dependency tree...
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.88 gcc is already the newest version (4:12.2.0-3).
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.88 libc6-dev is already the newest version (2.36-9+deb12u3).
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.88 pkg-config is already the newest version (1.8.1-1).
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.88 The following additional packages will be installed:
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.88   bzip2 libdpkg-perl patch xz-utils
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.89 Suggested packages:
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.89   bzip2-doc debian-keyring bzr seccomp ed diffutils-doc
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.89 Recommended packages:
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.89   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
11:38:35 [2024-01-08T11:38:35.819Z] #58 10.89   liblocale-gettext-perl
11:38:35 [2024-01-08T11:38:35.819Z] #58 11.10 The following NEW packages will be installed:
11:38:35 [2024-01-08T11:38:35.819Z] #58 11.10   bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.09 0 upgraded, 6 newly installed, 0 to remove and 5 not upgraded.
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.09 Need to get 2683 kB of archives.
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.09 After this operation, 6010 kB of additional disk space will be used.
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.09 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.09 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.10 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.11 Get:4 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.11 Get:5 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.12 Get:6 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.43 debconf: delaying package configuration, since apt-utils is not installed
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.59 Fetched 2683 kB in 1s (2687 kB/s)
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.85 Selecting previously unselected package bzip2.
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.85 (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.)
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.87 Preparing to unpack .../0-bzip2_1.0.8-5+b1_arm64.deb ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 12.90 Unpacking bzip2 (1.0.8-5+b1) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 13.37 Selecting previously unselected package xz-utils.
11:38:35 [2024-01-08T11:38:35.819Z] #58 13.38 Preparing to unpack .../1-xz-utils_5.4.1-0.2_arm64.deb ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 13.39 Unpacking xz-utils (5.4.1-0.2) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 13.69 Selecting previously unselected package libdpkg-perl.
11:38:35 [2024-01-08T11:38:35.819Z] #58 13.69 Preparing to unpack .../2-libdpkg-perl_1.21.22_all.deb ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 13.71 Unpacking libdpkg-perl (1.21.22) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 14.16 Selecting previously unselected package patch.
11:38:35 [2024-01-08T11:38:35.819Z] #58 14.17 Preparing to unpack .../3-patch_2.7.6-7_arm64.deb ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 14.18 Unpacking patch (2.7.6-7) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 14.41 Selecting previously unselected package dpkg-dev.
11:38:35 [2024-01-08T11:38:35.819Z] #58 14.41 Preparing to unpack .../4-dpkg-dev_1.21.22_all.deb ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 14.50 Unpacking dpkg-dev (1.21.22) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 15.13 Selecting previously unselected package libseccomp-dev:arm64.
11:38:35 [2024-01-08T11:38:35.819Z] #58 15.14 Preparing to unpack .../5-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 15.25 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 15.48 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 15.64 Setting up bzip2 (1.0.8-5+b1) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 15.70 Setting up xz-utils (5.4.1-0.2) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 15.72 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:38:35 [2024-01-08T11:38:35.819Z] #58 15.76 Setting up patch (2.7.6-7) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 16.24 Setting up libdpkg-perl (1.21.22) ...
11:38:35 [2024-01-08T11:38:35.819Z] #58 16.28 Setting up dpkg-dev (1.21.22) ...
11:38:36 [2024-01-08T11:38:36.077Z] #58 ...
11:38:36 [2024-01-08T11:38:36.077Z] 
11:38:36 [2024-01-08T11:38:36.077Z] #56 [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
11:38:36 [2024-01-08T11:38:36.077Z] #56 20.48 tomll can be used in two ways:
11:38:36 [2024-01-08T11:38:36.077Z] #56 20.48 Writing to STDIN and reading from STDOUT:
11:38:36 [2024-01-08T11:38:36.077Z] #56 20.48   cat file.toml | tomll > file.toml
11:38:36 [2024-01-08T11:38:36.077Z] #56 20.48 
11:38:36 [2024-01-08T11:38:36.077Z] #56 20.48 Reading and updating a list of files:
11:38:36 [2024-01-08T11:38:36.077Z] #56 20.48   tomll a.toml b.toml c.toml
11:38:36 [2024-01-08T11:38:36.077Z] #56 20.48 
11:38:36 [2024-01-08T11:38:36.077Z] #56 20.48 When given a list of files, tomll will modify all files in place without asking.
11:38:36 [2024-01-08T11:38:36.641Z] #56 ...
11:38:36 [2024-01-08T11:38:36.641Z] 
11:38:36 [2024-01-08T11:38:36.641Z] #63 [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             ;
11:38:36 [2024-01-08T11:38:36.641Z] #63 11.21 debconf: delaying package configuration, since apt-utils is not installed
11:38:36 [2024-01-08T11:38:36.641Z] #63 11.39 Fetched 5656 kB in 0s (12.1 MB/s)
11:38:36 [2024-01-08T11:38:36.641Z] #63 11.42 Selecting previously unselected package bzip2.
11:38:36 [2024-01-08T11:38:36.642Z] #63 11.42 (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.)
11:38:36 [2024-01-08T11:38:36.642Z] #63 11.47 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 11.49 Unpacking bzip2 (1.0.8-5+b1) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 11.62 Selecting previously unselected package xz-utils.
11:38:36 [2024-01-08T11:38:36.642Z] #63 11.62 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 11.65 Unpacking xz-utils (5.4.1-0.2) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 11.95 Selecting previously unselected package m4.
11:38:36 [2024-01-08T11:38:36.642Z] #63 11.95 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 11.96 Unpacking m4 (1.4.19-3) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 12.25 Selecting previously unselected package autoconf.
11:38:36 [2024-01-08T11:38:36.642Z] #63 12.25 Preparing to unpack .../03-autoconf_2.71-3_all.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 12.27 Unpacking autoconf (2.71-3) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 12.54 Selecting previously unselected package autotools-dev.
11:38:36 [2024-01-08T11:38:36.642Z] #63 12.54 Preparing to unpack .../04-autotools-dev_20220109.1_all.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 12.56 Unpacking autotools-dev (20220109.1) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 13.11 Selecting previously unselected package automake.
11:38:36 [2024-01-08T11:38:36.642Z] #63 13.11 Preparing to unpack .../05-automake_1%3a1.16.5-1.3_all.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 13.31 Unpacking automake (1:1.16.5-1.3) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 13.58 Selecting previously unselected package libdpkg-perl.
11:38:36 [2024-01-08T11:38:36.642Z] #63 13.60 Preparing to unpack .../06-libdpkg-perl_1.21.22_all.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 13.60 Unpacking libdpkg-perl (1.21.22) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 13.83 Selecting previously unselected package patch.
11:38:36 [2024-01-08T11:38:36.642Z] #63 13.83 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 13.86 Unpacking patch (2.7.6-7) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 14.18 Selecting previously unselected package dpkg-dev.
11:38:36 [2024-01-08T11:38:36.642Z] #63 14.18 Preparing to unpack .../08-dpkg-dev_1.21.22_all.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 14.22 Unpacking dpkg-dev (1.21.22) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 14.96 Selecting previously unselected package build-essential.
11:38:36 [2024-01-08T11:38:36.642Z] #63 14.96 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 15.06 Unpacking build-essential (12.9) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 15.24 Selecting previously unselected package libcap-dev:arm64.
11:38:36 [2024-01-08T11:38:36.642Z] #63 15.25 Preparing to unpack .../10-libcap-dev_1%3a2.66-4_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 15.27 Unpacking libcap-dev:arm64 (1:2.66-4) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 15.69 Selecting previously unselected package libprotobuf-c1:arm64.
11:38:36 [2024-01-08T11:38:36.642Z] #63 15.69 Preparing to unpack .../11-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 15.84 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 16.41 Selecting previously unselected package libprotobuf-c-dev:arm64.
11:38:36 [2024-01-08T11:38:36.642Z] #63 16.41 Preparing to unpack .../12-libprotobuf-c-dev_1.4.1-1+b1_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 17.01 Unpacking libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 18.96 Selecting previously unselected package libseccomp-dev:arm64.
11:38:36 [2024-01-08T11:38:36.642Z] #63 18.96 Preparing to unpack .../13-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 19.07 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 19.88 Selecting previously unselected package libsystemd-dev:arm64.
11:38:36 [2024-01-08T11:38:36.642Z] #63 19.89 Preparing to unpack .../14-libsystemd-dev_252.19-1~deb12u1_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 19.99 Unpacking libsystemd-dev:arm64 (252.19-1~deb12u1) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 20.84 Selecting previously unselected package libtool.
11:38:36 [2024-01-08T11:38:36.642Z] #63 20.88 Preparing to unpack .../15-libtool_2.4.7-5_all.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 20.97 Unpacking libtool (2.4.7-5) ...
11:38:36 [2024-01-08T11:38:36.642Z] #63 ...
11:38:36 [2024-01-08T11:38:36.642Z] 
11:38:36 [2024-01-08T11:38:36.642Z] #69 [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
11:38:36 [2024-01-08T11:38:36.642Z] #69 20.07 Selecting previously unselected package libbtrfs0:arm64.
11:38:36 [2024-01-08T11:38:36.642Z] #69 20.09 Preparing to unpack .../08-libbtrfs0_6.2-1_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #69 20.21 Unpacking libbtrfs0:arm64 (6.2-1) ...
11:38:36 [2024-01-08T11:38:36.642Z] #69 20.78 Selecting previously unselected package libbtrfs-dev:arm64.
11:38:36 [2024-01-08T11:38:36.642Z] #69 20.78 Preparing to unpack .../09-libbtrfs-dev_6.2-1_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.642Z] #69 20.93 Unpacking libbtrfs-dev:arm64 (6.2-1) ...
11:38:36 [2024-01-08T11:38:36.901Z] #69 ...
11:38:36 [2024-01-08T11:38:36.901Z] 
11:38:36 [2024-01-08T11:38:36.901Z] #65 [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
11:38:36 [2024-01-08T11:38:36.901Z] #65 11.27 debconf: delaying package configuration, since apt-utils is not installed
11:38:36 [2024-01-08T11:38:36.901Z] #65 11.44 Fetched 19.3 MB in 1s (30.5 MB/s)
11:38:36 [2024-01-08T11:38:36.901Z] #65 11.55 Selecting previously unselected package libicu72:arm64.
11:38:36 [2024-01-08T11:38:36.901Z] #65 11.55 (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.)
11:38:36 [2024-01-08T11:38:36.901Z] #65 11.57 Preparing to unpack .../0-libicu72_72.1-3_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 11.59 Unpacking libicu72:arm64 (72.1-3) ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 13.20 Selecting previously unselected package libxml2:arm64.
11:38:36 [2024-01-08T11:38:36.901Z] #65 13.20 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 13.24 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 13.46 Selecting previously unselected package libarchive13:arm64.
11:38:36 [2024-01-08T11:38:36.901Z] #65 13.46 Preparing to unpack .../2-libarchive13_3.6.2-1_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 13.49 Unpacking libarchive13:arm64 (3.6.2-1) ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 13.83 Selecting previously unselected package libjsoncpp25:arm64.
11:38:36 [2024-01-08T11:38:36.901Z] #65 13.83 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 13.87 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 14.06 Selecting previously unselected package librhash0:arm64.
11:38:36 [2024-01-08T11:38:36.901Z] #65 14.07 Preparing to unpack .../4-librhash0_1.4.3-3_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 14.07 Unpacking librhash0:arm64 (1.4.3-3) ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 14.48 Selecting previously unselected package libuv1:arm64.
11:38:36 [2024-01-08T11:38:36.901Z] #65 14.49 Preparing to unpack .../5-libuv1_1.44.2-1_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 14.54 Unpacking libuv1:arm64 (1.44.2-1) ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 14.91 Selecting previously unselected package cmake-data.
11:38:36 [2024-01-08T11:38:36.901Z] #65 14.92 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 14.95 Unpacking cmake-data (3.25.1-1) ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 19.93 Selecting previously unselected package cmake.
11:38:36 [2024-01-08T11:38:36.901Z] #65 19.94 Preparing to unpack .../7-cmake_3.25.1-1_arm64.deb ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 20.06 Unpacking cmake (3.25.1-1) ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 21.34 Setting up libicu72:arm64 (72.1-3) ...
11:38:36 [2024-01-08T11:38:36.901Z] #65 ...
11:38:36 [2024-01-08T11:38:36.901Z] 
11:38:36 [2024-01-08T11:38:36.901Z] #69 [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
11:38:37 [2024-01-08T11:38:37.159Z] #69 21.47 Selecting previously unselected package libelf1:arm64.
11:38:37 [2024-01-08T11:38:37.159Z] #69 21.48 Preparing to unpack .../10-libelf1_0.188-2.1_arm64.deb ...
11:38:37 [2024-01-08T11:38:37.159Z] #69 21.51 Unpacking libelf1:arm64 (0.188-2.1) ...
11:38:37 [2024-01-08T11:38:37.159Z] #69 ...
11:38:37 [2024-01-08T11:38:37.159Z] 
11:38:37 [2024-01-08T11:38:37.159Z] #72 [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...)
11:38:37 [2024-01-08T11:38:37.159Z] #72 ...
11:38:37 [2024-01-08T11:38:37.159Z] 
11:38:37 [2024-01-08T11:38:37.159Z] #73 [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...)
11:38:37 [2024-01-08T11:38:37.416Z] #73 ...
11:38:37 [2024-01-08T11:38:37.416Z] 
11:38:37 [2024-01-08T11:38:37.416Z] #69 [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
11:38:37 [2024-01-08T11:38:37.416Z] #69 21.84 Selecting previously unselected package libffi-dev:arm64.
11:38:37 [2024-01-08T11:38:37.416Z] #69 21.84 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
11:38:37 [2024-01-08T11:38:37.416Z] #69 21.87 Unpacking libffi-dev:arm64 (3.4.4-1) ...
11:38:38 [2024-01-08T11:38:38.362Z] #69 22.47 Selecting previously unselected package libgpg-error-dev.
11:38:38 [2024-01-08T11:38:38.362Z] #69 22.47 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
11:38:38 [2024-01-08T11:38:38.362Z] #69 22.49 Unpacking libgpg-error-dev (1.46-1) ...
11:38:38 [2024-01-08T11:38:38.927Z] #69 23.02 Selecting previously unselected package libgcrypt20-dev.
11:38:38 [2024-01-08T11:38:38.927Z] #69 23.03 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
11:38:38 [2024-01-08T11:38:38.927Z] #69 23.11 Unpacking libgcrypt20-dev (1.10.1-3) ...
11:38:39 [2024-01-08T11:38:39.185Z] #69 23.71 Selecting previously unselected package libglib2.0-data.
11:38:39 [2024-01-08T11:38:39.442Z] #69 23.72 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
11:38:39 [2024-01-08T11:38:39.442Z] #69 23.80 Unpacking libglib2.0-data (2.74.6-2) ...
11:38:40 [2024-01-08T11:38:40.376Z] #69 24.52 Selecting previously unselected package libglib2.0-bin.
11:38:40 [2024-01-08T11:38:40.376Z] #69 24.53 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
11:38:40 [2024-01-08T11:38:40.376Z] #69 24.65 Unpacking libglib2.0-bin (2.74.6-2) ...
11:38:41 [2024-01-08T11:38:41.314Z] #69 25.65 Selecting previously unselected package python3-lib2to3.
11:38:41 [2024-01-08T11:38:41.315Z] #69 25.65 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
11:38:41 [2024-01-08T11:38:41.315Z] #69 25.77 Unpacking python3-lib2to3 (3.11.2-3) ...
11:38:41 [2024-01-08T11:38:41.880Z] #69 ...
11:38:41 [2024-01-08T11:38:41.880Z] 
11:38:41 [2024-01-08T11:38:41.880Z] #71 [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...)
11:38:41 [2024-01-08T11:38:41.880Z] #71 5.281 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
11:38:41 [2024-01-08T11:38:41.880Z] #71 ...
11:38:41 [2024-01-08T11:38:41.880Z] 
11:38:41 [2024-01-08T11:38:41.880Z] #69 [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
11:38:41 [2024-01-08T11:38:41.880Z] #69 26.41 Selecting previously unselected package python3-distutils.
11:38:42 [2024-01-08T11:38:42.138Z] #69 26.41 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
11:38:42 [2024-01-08T11:38:42.138Z] #69 26.48 Unpacking python3-distutils (3.11.2-3) ...
11:38:43 [2024-01-08T11:38:43.083Z] #69 27.37 Selecting previously unselected package libglib2.0-dev-bin.
11:38:43 [2024-01-08T11:38:43.083Z] #69 27.38 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
11:38:43 [2024-01-08T11:38:43.083Z] #69 27.45 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
11:38:43 [2024-01-08T11:38:43.366Z] #69 27.79 Selecting previously unselected package libsepol-dev:arm64.
11:38:43 [2024-01-08T11:38:43.366Z] #69 27.79 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
11:38:43 [2024-01-08T11:38:43.625Z] #69 28.04 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
11:38:44 [2024-01-08T11:38:44.557Z] #69 28.63 Selecting previously unselected package libpcre2-16-0:arm64.
11:38:44 [2024-01-08T11:38:44.557Z] #69 28.64 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
11:38:44 [2024-01-08T11:38:44.557Z] #69 28.77 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
11:38:45 [2024-01-08T11:38:45.123Z] #69 29.53 Selecting previously unselected package libpcre2-32-0:arm64.
11:38:45 [2024-01-08T11:38:45.123Z] #69 29.54 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
11:38:45 [2024-01-08T11:38:45.123Z] #69 29.58 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
11:38:45 [2024-01-08T11:38:45.445Z] #69 29.91 Selecting previously unselected package libpcre2-posix3:arm64.
11:38:45 [2024-01-08T11:38:45.751Z] #69 29.92 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
11:38:45 [2024-01-08T11:38:45.751Z] #69 30.11 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
11:38:46 [2024-01-08T11:38:46.009Z] #69 30.59 Selecting previously unselected package libpcre2-dev:arm64.
11:38:46 [2024-01-08T11:38:46.267Z] #69 30.59 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
11:38:46 [2024-01-08T11:38:46.267Z] #69 30.65 Unpacking libpcre2-dev:arm64 (10.42-1) ...
11:38:46 [2024-01-08T11:38:46.539Z] #69 31.05 Selecting previously unselected package libselinux1-dev:arm64.
11:38:46 [2024-01-08T11:38:46.797Z] #69 31.05 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
11:38:46 [2024-01-08T11:38:46.797Z] #69 31.20 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
11:38:47 [2024-01-08T11:38:47.054Z] #69 ...
11:38:47 [2024-01-08T11:38:47.054Z] 
11:38:47 [2024-01-08T11:38:47.054Z] #55 [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
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63 NAME:
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63    go-winres - A tool for embedding resources in Windows executables
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63 
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63 USAGE:
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63    go-winres [global options] command [command options] [arguments...]
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63 
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63 COMMANDS:
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63    init     Create an initial ./winres/winres.json
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63    make     Make syso files for the "go build" command
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63    simply   Make syso files for the "go build" command (simplified)
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63    extract  Extract all resources from an executable
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63    patch    Replace resources in an executable file (exe, dll)
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63    help, h  Shows a list of commands or help for one command
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63 
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63 GLOBAL OPTIONS:
11:38:47 [2024-01-08T11:38:47.054Z] #55 21.63    --help, -h  show help (default: false)
11:38:47 [2024-01-08T11:38:47.054Z] #55 ...
11:38:47 [2024-01-08T11:38:47.054Z] 
11:38:47 [2024-01-08T11:38:47.054Z] #63 [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             ;
11:38:47 [2024-01-08T11:38:47.054Z] #63 21.72 Selecting previously unselected package libudev-dev:arm64.
11:38:47 [2024-01-08T11:38:47.054Z] #63 21.72 Preparing to unpack .../16-libudev-dev_252.19-1~deb12u1_arm64.deb ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 21.75 Unpacking libudev-dev:arm64 (252.19-1~deb12u1) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 22.36 Selecting previously unselected package libyajl2:arm64.
11:38:47 [2024-01-08T11:38:47.054Z] #63 22.36 Preparing to unpack .../17-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 22.71 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 23.13 Selecting previously unselected package libyajl-dev:arm64.
11:38:47 [2024-01-08T11:38:47.054Z] #63 23.13 Preparing to unpack .../18-libyajl-dev_2.1.0-3+deb12u2_arm64.deb ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 23.29 Unpacking libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 23.84 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 24.02 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 24.28 Setting up m4 (1.4.19-3) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 24.49 Setting up bzip2 (1.0.8-5+b1) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 24.79 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 25.30 Setting up libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 25.55 Setting up autotools-dev (20220109.1) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 25.87 Setting up xz-utils (5.4.1-0.2) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 26.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:38:47 [2024-01-08T11:38:47.054Z] #63 26.33 Setting up patch (2.7.6-7) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 26.52 Setting up libudev-dev:arm64 (252.19-1~deb12u1) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 26.70 Setting up libdpkg-perl (1.21.22) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 27.12 Setting up autoconf (2.71-3) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 27.61 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 27.72 Setting up libcap-dev:arm64 (1:2.66-4) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 27.95 Setting up libsystemd-dev:arm64 (252.19-1~deb12u1) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 28.31 Setting up automake (1:1.16.5-1.3) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 28.55 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:38:47 [2024-01-08T11:38:47.054Z] #63 28.65 Setting up libtool (2.4.7-5) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 28.83 Setting up dpkg-dev (1.21.22) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 29.49 Setting up build-essential (12.9) ...
11:38:47 [2024-01-08T11:38:47.054Z] #63 29.61 Processing triggers for libc-bin (2.36-9+deb12u3) ...
11:38:47 [2024-01-08T11:38:47.312Z] #63 ...
11:38:47 [2024-01-08T11:38:47.312Z] 
11:38:47 [2024-01-08T11:38:47.312Z] #65 [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
11:38:47 [2024-01-08T11:38:47.312Z] #65 21.60 Setting up libuv1:arm64 (1.44.2-1) ...
11:38:47 [2024-01-08T11:38:47.312Z] #65 21.96 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
11:38:47 [2024-01-08T11:38:47.312Z] #65 22.05 Setting up librhash0:arm64 (1.4.3-3) ...
11:38:47 [2024-01-08T11:38:47.312Z] #65 22.15 Setting up cmake-data (3.25.1-1) ...
11:38:47 [2024-01-08T11:38:47.312Z] #65 22.47 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
11:38:47 [2024-01-08T11:38:47.312Z] #65 22.80 Setting up libarchive13:arm64 (3.6.2-1) ...
11:38:47 [2024-01-08T11:38:47.312Z] #65 23.06 Setting up cmake (3.25.1-1) ...
11:38:47 [2024-01-08T11:38:47.312Z] #65 23.32 Processing triggers for libc-bin (2.36-9+deb12u3) ...
11:38:47 [2024-01-08T11:38:47.312Z] #65 ...
11:38:47 [2024-01-08T11:38:47.312Z] 
11:38:47 [2024-01-08T11:38:47.312Z] #69 [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
11:38:47 [2024-01-08T11:38:47.312Z] #69 31.52 Selecting previously unselected package libmount-dev:arm64.
11:38:47 [2024-01-08T11:38:47.312Z] #69 31.53 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
11:38:47 [2024-01-08T11:38:47.312Z] #69 31.58 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
11:38:47 [2024-01-08T11:38:47.312Z] #69 31.83 Selecting previously unselected package zlib1g-dev:arm64.
11:38:47 [2024-01-08T11:38:47.570Z] #69 31.83 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
11:38:47 [2024-01-08T11:38:47.570Z] #69 31.88 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
11:38:47 [2024-01-08T11:38:47.570Z] #69 32.11 Selecting previously unselected package libglib2.0-dev:arm64.
11:38:47 [2024-01-08T11:38:47.827Z] #69 32.11 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
11:38:47 [2024-01-08T11:38:47.827Z] #69 32.17 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
11:38:48 [2024-01-08T11:38:48.663Z] #69 32.93 Selecting previously unselected package libsecret-1-dev:arm64.#69 ...
11:38:48 [2024-01-08T11:38:48.663Z] 
11:38:48 [2024-01-08T11:38:48.663Z] #58 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
11:38:48 [2024-01-08T11:38:48.663Z] #58 DONE 33.1s
11:38:48 [2024-01-08T11:38:48.663Z] 
11:38:48 [2024-01-08T11:38:48.663Z] #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
11:38:48 [2024-01-08T11:38:48.663Z] #30 DONE 37.2s
11:38:48 [2024-01-08T11:38:48.663Z] 
11:38:48 [2024-01-08T11:38:48.663Z] #69 [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
11:38:48 [2024-01-08T11:38:48.663Z] #69 32.93 Selecting previously unselected package libsecret-1-dev:arm64.
11:38:48 [2024-01-08T11:38:48.663Z] #69 32.94 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_arm64.deb ...
11:38:48 [2024-01-08T11:38:48.663Z] #69 32.95 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
11:38:48 [2024-01-08T11:38:48.663Z] #69 ...
11:38:48 [2024-01-08T11:38:48.663Z] 
11:38:48 [2024-01-08T11:38:48.663Z] #65 [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
11:38:48 [2024-01-08T11:38:48.663Z] #65 DONE 33.1s
11:38:48 [2024-01-08T11:38:48.663Z] 
11:38:48 [2024-01-08T11:38:48.663Z] #49 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.11" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
11:38:48 [2024-01-08T11:38:48.663Z] #49 DONE 32.5s
11:38:48 [2024-01-08T11:38:48.663Z] 
11:38:48 [2024-01-08T11:38:48.663Z] #55 [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
11:38:48 [2024-01-08T11:38:48.663Z] #55 DONE 33.5s
11:38:48 [2024-01-08T11:38:48.663Z] 
11:38:48 [2024-01-08T11:38:48.663Z] #57 [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
11:38:48 [2024-01-08T11:38:48.663Z] #57 29.39 gotestsum version dev
11:38:48 [2024-01-08T11:38:48.663Z] #57 DONE 33.5s
11:38:48 [2024-01-08T11:38:48.663Z] 
11:38:48 [2024-01-08T11:38:48.663Z] #56 [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
11:38:48 [2024-01-08T11:38:48.663Z] #56 DONE 33.5s
11:38:48 [2024-01-08T11:38:48.663Z] 
11:38:48 [2024-01-08T11:38:48.663Z] #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
11:38:48 [2024-01-08T11:38:48.663Z] #60 DONE 33.5s
11:38:48 [2024-01-08T11:38:48.963Z] 
11:38:48 [2024-01-08T11:38:48.963Z] #63 [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             ;
11:38:48 [2024-01-08T11:38:48.963Z] #63 DONE 33.5s
11:38:48 [2024-01-08T11:38:48.963Z] 
11:38:48 [2024-01-08T11:38:48.963Z] #69 [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
11:38:48 [2024-01-08T11:38:48.963Z] #69 33.24 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
11:38:48 [2024-01-08T11:38:48.963Z] #69 33.25 No schema files found: doing nothing.
11:38:48 [2024-01-08T11:38:48.963Z] #69 33.30 Setting up libffi-dev:arm64 (3.4.4-1) ...
11:38:48 [2024-01-08T11:38:48.963Z] #69 33.35 Setting up libpcre2-16-0:arm64 (10.42-1) ...
11:38:48 [2024-01-08T11:38:48.963Z] #69 33.38 Setting up libbtrfs0:arm64 (6.2-1) ...
11:38:48 [2024-01-08T11:38:48.963Z] #69 33.40 Setting up libpcre2-32-0:arm64 (10.42-1) ...
11:38:48 [2024-01-08T11:38:48.963Z] #69 33.41 Setting up libglib2.0-data (2.74.6-2) ...
11:38:48 [2024-01-08T11:38:48.963Z] #69 33.45 Setting up libgpg-error-dev (1.46-1) ...
11:38:49 [2024-01-08T11:38:49.221Z] #69 33.47 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
11:38:49 [2024-01-08T11:38:49.221Z] #69 33.48 Setting up libsepol-dev:arm64 (3.4-2.1) ...
11:38:49 [2024-01-08T11:38:49.221Z] #69 33.58 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
11:38:49 [2024-01-08T11:38:49.221Z] #69 33.65 Setting up libpcre2-posix3:arm64 (10.42-1) ...
11:38:49 [2024-01-08T11:38:49.221Z] #69 33.68 Setting up libbtrfs-dev:arm64 (6.2-1) ...
11:38:49 [2024-01-08T11:38:49.478Z] #69 33.72 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
11:38:49 [2024-01-08T11:38:49.478Z] #69 33.76 Setting up python3-lib2to3 (3.11.2-3) ...
11:38:49 [2024-01-08T11:38:49.737Z] #69 34.20 Setting up libelf1:arm64 (0.188-2.1) ...
11:38:49 [2024-01-08T11:38:49.995Z] #69 34.36 Setting up libsecret-common (0.20.5-3) ...
11:38:50 [2024-01-08T11:38:50.263Z] #69 34.85 Setting up python3-distutils (3.11.2-3) ...
11:38:50 [2024-01-08T11:38:50.837Z] #69 35.28 Setting up libglib2.0-dev-bin (2.74.6-2) ...
11:38:51 [2024-01-08T11:38:51.403Z] #69 35.78 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
11:38:51 [2024-01-08T11:38:51.403Z] #69 35.88 Setting up libpcre2-dev:arm64 (10.42-1) ...
11:38:51 [2024-01-08T11:38:51.661Z] #69 ...
11:38:51 [2024-01-08T11:38:51.661Z] 
11:38:51 [2024-01-08T11:38:51.661Z] #74 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
11:38:51 [2024-01-08T11:38:51.661Z] #74 DONE 1.8s
11:38:51 [2024-01-08T11:38:51.661Z] 
11:38:51 [2024-01-08T11:38:51.661Z] #69 [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
11:38:51 [2024-01-08T11:38:51.661Z] #69 36.01 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
11:38:51 [2024-01-08T11:38:51.661Z] #69 36.05 Setting up libglib2.0-bin (2.74.6-2) ...
11:38:51 [2024-01-08T11:38:51.661Z] #69 36.07 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
11:38:51 [2024-01-08T11:38:51.661Z] #69 36.12 Setting up libgcrypt20-dev (1.10.1-3) ...
11:38:51 [2024-01-08T11:38:51.661Z] #69 36.25 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
11:38:51 [2024-01-08T11:38:51.926Z] #69 36.31 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
11:38:51 [2024-01-08T11:38:51.926Z] #69 36.32 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
11:38:51 [2024-01-08T11:38:51.926Z] #69 36.37 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
11:38:51 [2024-01-08T11:38:51.926Z] #69 36.41 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
11:38:52 [2024-01-08T11:38:52.184Z] #69 36.47 Processing triggers for libc-bin (2.36-9+deb12u3) ...
11:38:53 [2024-01-08T11:38:53.116Z] #69 DONE 37.5s
11:38:53 [2024-01-08T11:38:53.116Z] 
11:38:53 [2024-01-08T11:38:53.116Z] #75 [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
11:38:53 [2024-01-08T11:38:53.116Z] #75 3.178 Hit:1 http://deb.debian.org/debian bookworm InRelease
11:38:53 [2024-01-08T11:38:53.116Z] #75 3.178 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
11:38:53 [2024-01-08T11:38:53.116Z] #75 3.178 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
11:38:53 [2024-01-08T11:38:53.682Z] #75 3.994 Reading package lists...
11:38:53 [2024-01-08T11:38:53.940Z] #75 5.048 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
11:38:54 [2024-01-08T11:38:54.505Z] #75 5.053 Reading package lists...
11:38:54 [2024-01-08T11:38:54.763Z] #75 5.886 Building dependency tree...
11:38:55 [2024-01-08T11:38:55.020Z] #75 6.092 Reading state information...
11:38:55 [2024-01-08T11:38:55.020Z] #75 6.422 gcc is already the newest version (4:12.2.0-3).
11:38:55 [2024-01-08T11:38:55.020Z] #75 6.422 libc6-dev is already the newest version (2.36-9+deb12u3).
11:38:55 [2024-01-08T11:38:55.020Z] #75 6.422 pkg-config is already the newest version (1.8.1-1).
11:38:55 [2024-01-08T11:38:55.020Z] #75 6.422 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
11:38:56 [2024-01-08T11:38:56.390Z] #75 DONE 7.8s
11:38:56 [2024-01-08T11:38:56.390Z] 
11:38:56 [2024-01-08T11:38:56.390Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:38:56 [2024-01-08T11:38:56.390Z] #76 2.707 Cloning into '/tmp/crun-build'...
11:38:56 [2024-01-08T11:38:56.390Z] #76 4.435 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
11:38:56 [2024-01-08T11:38:56.390Z] #76 4.443 Cloning into '/tmp/crun-build/libocispec'...
11:38:56 [2024-01-08T11:38:56.390Z] #76 5.093 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
11:38:56 [2024-01-08T11:38:56.390Z] #76 5.112 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
11:38:56 [2024-01-08T11:38:56.390Z] #76 5.113 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
11:38:56 [2024-01-08T11:38:56.390Z] #76 5.113 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
11:38:56 [2024-01-08T11:38:56.390Z] #76 5.126 Cloning into '/tmp/crun-build/libocispec/image-spec'...
11:38:56 [2024-01-08T11:38:56.390Z] #76 5.757 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
11:38:56 [2024-01-08T11:38:56.390Z] #76 6.341 Cloning into '/tmp/crun-build/libocispec/yajl'...
11:38:56 [2024-01-08T11:38:56.390Z] #76 6.767 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
11:38:56 [2024-01-08T11:38:56.390Z] #76 6.787 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
11:38:56 [2024-01-08T11:38:56.390Z] #76 6.810 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
11:38:56 [2024-01-08T11:38:56.647Z] #76 ...
11:38:56 [2024-01-08T11:38:56.647Z] 
11:38:56 [2024-01-08T11:38:56.647Z] #77 [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...)
11:38:57 [2024-01-08T11:38:57.212Z] #77 0.703 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:38:57 [2024-01-08T11:38:57.212Z] #77 0.703   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:38:57 [2024-01-08T11:38:57.212Z] #77 0.703   CMake.
11:38:57 [2024-01-08T11:38:57.212Z] #77 0.703 
11:38:57 [2024-01-08T11:38:57.212Z] #77 0.703   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:38:57 [2024-01-08T11:38:57.212Z] #77 0.703   CMake that the project does not need compatibility with older versions.
11:38:57 [2024-01-08T11:38:57.212Z] #77 0.703 
11:38:57 [2024-01-08T11:38:57.212Z] #77 0.703 
11:38:57 [2024-01-08T11:38:57.212Z] #77 0.836 -- The C compiler identification is GNU 12.2.0
11:38:57 [2024-01-08T11:38:57.471Z] #77 0.876 -- Detecting C compiler ABI info
11:38:57 [2024-01-08T11:38:57.471Z] #77 1.103 -- Detecting C compiler ABI info - done
11:38:57 [2024-01-08T11:38:57.728Z] #77 1.138 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
11:38:57 [2024-01-08T11:38:57.728Z] #77 1.145 -- Detecting C compile features
11:38:57 [2024-01-08T11:38:57.728Z] #77 1.146 -- Detecting C compile features - done
11:38:57 [2024-01-08T11:38:57.728Z] #77 1.166 -- Performing Test HAS_BUILTIN_FORTIFY
11:38:57 [2024-01-08T11:38:57.728Z] #77 1.329 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:38:58 [2024-01-08T11:38:58.007Z] #77 1.352 -- Configuring done
11:38:58 [2024-01-08T11:38:58.007Z] #77 1.361 -- Generating done
11:38:58 [2024-01-08T11:38:58.007Z] #77 1.362 -- Build files have been written to: /go/src/github.com/krallin/tini
11:38:58 [2024-01-08T11:38:58.007Z] #77 1.555 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:38:58 [2024-01-08T11:38:58.573Z] #77 1.926 [100%] Linking C executable tini-static
11:38:58 [2024-01-08T11:38:58.573Z] #77 ...
11:38:58 [2024-01-08T11:38:58.573Z] 
11:38:58 [2024-01-08T11:38:58.573Z] #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...)
11:38:58 [2024-01-08T11:38:58.573Z] #78 3.302 go build -trimpath -buildmode=pie  -tags "seccomp netgo osusergo" -ldflags "-X main.gitCommit=v1.1.11-0-g4bccb38 -X main.version=1.1.11 -linkmode external -extldflags --static-pie " -o runc .
11:38:58 [2024-01-08T11:38:58.573Z] #78 ...
11:38:58 [2024-01-08T11:38:58.573Z] 
11:38:58 [2024-01-08T11:38:58.573Z] #77 [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...)
11:38:58 [2024-01-08T11:38:58.573Z] #77 2.084 [100%] Built target tini-static
11:38:59 [2024-01-08T11:38:59.506Z] #77 DONE 3.1s
11:38:59 [2024-01-08T11:38:59.506Z] 
11:38:59 [2024-01-08T11:38:59.506Z] #79 [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...)
11:38:59 [2024-01-08T11:38:59.506Z] #79 3.524 + bin/ctr
11:38:59 [2024-01-08T11:38:59.506Z] #79 3.527 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.11 -X github.com/containerd/containerd/version.Revision=64b8a811b07ba6288238eefc14d898ee0b5b99ba -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
11:39:02 [2024-01-08T11:39:02.047Z] #79 ...
11:39:02 [2024-01-08T11:39:02.047Z] 
11:39:02 [2024-01-08T11:39:02.047Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:39:02 [2024-01-08T11:39:02.047Z] #76 12.79 aclocal: warning: couldn't open directory 'm4': No such file or directory
11:39:07 [2024-01-08T11:39:07.305Z] #76 17.67 libtoolize: putting auxiliary files in '.'.
11:39:07 [2024-01-08T11:39:07.305Z] #76 17.67 libtoolize: copying file './ltmain.sh'
11:39:07 [2024-01-08T11:39:07.305Z] #76 18.63 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
11:39:07 [2024-01-08T11:39:07.563Z] #76 18.63 libtoolize: and rerunning libtoolize and aclocal.
11:39:07 [2024-01-08T11:39:07.563Z] #76 18.63 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:39:10 [2024-01-08T11:39:10.841Z] #76 21.71 configure.ac:7: installing './compile'
11:39:10 [2024-01-08T11:39:10.841Z] #76 21.71 configure.ac:11: installing './config.guess'
11:39:10 [2024-01-08T11:39:10.841Z] #76 21.71 configure.ac:11: installing './config.sub'
11:39:10 [2024-01-08T11:39:10.841Z] #76 21.72 configure.ac:8: installing './install-sh'
11:39:10 [2024-01-08T11:39:10.841Z] #76 21.75 configure.ac:8: installing './missing'
11:39:10 [2024-01-08T11:39:10.841Z] #76 21.79 Makefile.am: installing './depcomp'
11:39:10 [2024-01-08T11:39:10.841Z] #76 ...
11:39:10 [2024-01-08T11:39:10.841Z] 
11:39:10 [2024-01-08T11:39:10.841Z] #71 [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...)
11:39:10 [2024-01-08T11:39:10.841Z] #71 DONE 44.3s
11:39:11 [2024-01-08T11:39:11.099Z] 
11:39:11 [2024-01-08T11:39:11.099Z] #80 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
11:39:11 [2024-01-08T11:39:11.357Z] #80 DONE 0.4s
11:39:11 [2024-01-08T11:39:11.357Z] 
11:39:11 [2024-01-08T11:39:11.357Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:39:11 [2024-01-08T11:39:11.357Z] #76 22.24 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:39:11 [2024-01-08T11:39:11.357Z] #76 22.24 libtoolize: copying file 'build-aux/ltmain.sh'
11:39:11 [2024-01-08T11:39:11.357Z] #76 22.42 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:39:11 [2024-01-08T11:39:11.357Z] #76 22.42 libtoolize: copying file 'm4/libtool.m4'
11:39:11 [2024-01-08T11:39:11.357Z] #76 22.55 libtoolize: copying file 'm4/ltoptions.m4'
11:39:11 [2024-01-08T11:39:11.357Z] #76 ...
11:39:11 [2024-01-08T11:39:11.357Z] 
11:39:11 [2024-01-08T11:39:11.357Z] #81 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
11:39:11 [2024-01-08T11:39:11.357Z] #81 DONE 0.2s
11:39:11 [2024-01-08T11:39:11.615Z] 
11:39:11 [2024-01-08T11:39:11.615Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:39:11 [2024-01-08T11:39:11.615Z] #76 22.72 libtoolize: copying file 'm4/ltsugar.m4'
11:39:11 [2024-01-08T11:39:11.615Z] #76 22.79 libtoolize: copying file 'm4/ltversion.m4'
11:39:11 [2024-01-08T11:39:11.872Z] #76 23.04 libtoolize: copying file 'm4/lt~obsolete.m4'
11:39:11 [2024-01-08T11:39:11.872Z] #76 23.20 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:39:14 [2024-01-08T11:39:14.398Z] #76 25.36 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
11:39:14 [2024-01-08T11:39:14.398Z] #76 25.36 configure.ac:3: You should run autoupdate.
11:39:14 [2024-01-08T11:39:14.398Z] #76 25.36 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
11:39:14 [2024-01-08T11:39:14.398Z] #76 25.36 configure.ac:3: the top level
11:39:16 [2024-01-08T11:39:16.295Z] #76 27.37 configure.ac:7: installing 'build-aux/compile'
11:39:16 [2024-01-08T11:39:16.295Z] #76 27.38 configure.ac:9: installing 'build-aux/config.guess'
11:39:16 [2024-01-08T11:39:16.295Z] #76 27.38 configure.ac:9: installing 'build-aux/config.sub'
11:39:16 [2024-01-08T11:39:16.295Z] #76 27.41 configure.ac:11: installing 'build-aux/install-sh'
11:39:16 [2024-01-08T11:39:16.295Z] #76 27.41 configure.ac:11: installing 'build-aux/missing'
11:39:16 [2024-01-08T11:39:16.295Z] #76 27.48 Makefile.am: installing 'build-aux/depcomp'
11:39:16 [2024-01-08T11:39:16.553Z] #76 27.53 parallel-tests: installing 'build-aux/test-driver'
11:39:17 [2024-01-08T11:39:17.485Z] #76 28.78 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:39:17 [2024-01-08T11:39:17.743Z] #76 28.78 libtoolize: copying file 'build-aux/ltmain.sh'
11:39:18 [2024-01-08T11:39:18.000Z] #76 29.24 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:39:18 [2024-01-08T11:39:18.000Z] #76 29.24 libtoolize: copying file 'm4/libtool.m4'
11:39:18 [2024-01-08T11:39:18.257Z] #76 29.40 libtoolize: copying file 'm4/ltoptions.m4'
11:39:18 [2024-01-08T11:39:18.257Z] #76 29.54 libtoolize: copying file 'm4/ltsugar.m4'
11:39:18 [2024-01-08T11:39:18.515Z] #76 29.69 libtoolize: copying file 'm4/ltversion.m4'
11:39:18 [2024-01-08T11:39:18.772Z] #76 29.86 libtoolize: copying file 'm4/lt~obsolete.m4'
11:39:19 [2024-01-08T11:39:19.030Z] #76 ...
11:39:19 [2024-01-08T11:39:19.030Z] 
11:39:19 [2024-01-08T11:39:19.030Z] #72 [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...)
11:39:19 [2024-01-08T11:39:19.030Z] #72 DONE 52.0s
11:39:19 [2024-01-08T11:39:19.288Z] 
11:39:19 [2024-01-08T11:39:19.288Z] #73 [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...)
11:39:20 [2024-01-08T11:39:20.220Z] #73 ...
11:39:20 [2024-01-08T11:39:20.220Z] 
11:39:20 [2024-01-08T11:39:20.220Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
11:39:20 [2024-01-08T11:39:20.220Z] #82 ...
11:39:20 [2024-01-08T11:39:20.220Z] 
11:39:20 [2024-01-08T11:39:20.220Z] #73 [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...)
11:39:20 [2024-01-08T11:39:20.220Z] #73 DONE 53.1s
11:39:20 [2024-01-08T11:39:20.478Z] 
11:39:20 [2024-01-08T11:39:20.478Z] #79 [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...)
11:39:20 [2024-01-08T11:39:20.736Z] #79 ...
11:39:20 [2024-01-08T11:39:20.736Z] 
11:39:20 [2024-01-08T11:39:20.736Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
11:39:20 [2024-01-08T11:39:20.736Z] #82 DONE 0.6s
11:39:20 [2024-01-08T11:39:20.995Z] 
11:39:20 [2024-01-08T11:39:20.995Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
11:39:20 [2024-01-08T11:39:20.995Z] #83 DONE 0.2s
11:39:20 [2024-01-08T11:39:20.995Z] 
11:39:20 [2024-01-08T11:39:20.995Z] #54 [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
11:39:20 [2024-01-08T11:39:20.995Z] #54 ...
11:39:20 [2024-01-08T11:39:20.995Z] 
11:39:20 [2024-01-08T11:39:20.995Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
11:39:20 [2024-01-08T11:39:20.995Z] #84 DONE 0.1s
11:39:20 [2024-01-08T11:39:20.995Z] 
11:39:20 [2024-01-08T11:39:20.995Z] #85 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
11:39:20 [2024-01-08T11:39:20.995Z] #85 DONE 0.1s
11:39:21 [2024-01-08T11:39:21.253Z] 
11:39:21 [2024-01-08T11:39:21.253Z] #86 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
11:39:21 [2024-01-08T11:39:21.253Z] #86 DONE 0.1s
11:39:21 [2024-01-08T11:39:21.253Z] 
11:39:21 [2024-01-08T11:39:21.253Z] #87 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
11:39:21 [2024-01-08T11:39:21.253Z] #87 DONE 0.1s
11:39:21 [2024-01-08T11:39:21.253Z] 
11:39:21 [2024-01-08T11:39:21.253Z] #54 [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
11:39:21 [2024-01-08T11:39:21.253Z] #54 ...
11:39:21 [2024-01-08T11:39:21.253Z] 
11:39:21 [2024-01-08T11:39:21.253Z] #88 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
11:39:21 [2024-01-08T11:39:21.253Z] #88 DONE 0.1s
11:39:21 [2024-01-08T11:39:21.511Z] 
11:39:21 [2024-01-08T11:39:21.511Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
11:39:21 [2024-01-08T11:39:21.511Z] #89 DONE 0.1s
11:39:21 [2024-01-08T11:39:21.511Z] 
11:39:21 [2024-01-08T11:39:21.511Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:39:24 [2024-01-08T11:39:24.046Z] #76 34.97 configure.ac:11: installing 'build-aux/compile'
11:39:24 [2024-01-08T11:39:24.046Z] #76 34.97 configure.ac:11: installing 'build-aux/config.guess'
11:39:24 [2024-01-08T11:39:24.046Z] #76 34.99 configure.ac:11: installing 'build-aux/config.sub'
11:39:24 [2024-01-08T11:39:24.046Z] #76 34.99 configure.ac:13: installing 'build-aux/install-sh'
11:39:24 [2024-01-08T11:39:24.046Z] #76 35.00 configure.ac:13: installing 'build-aux/missing'
11:39:24 [2024-01-08T11:39:24.046Z] #76 35.00 configure.ac:8: installing 'build-aux/tap-driver.sh'
11:39:24 [2024-01-08T11:39:24.046Z] #76 35.08 Makefile.am: installing 'build-aux/depcomp'
11:39:24 [2024-01-08T11:39:24.610Z] #76 35.76 checking build system type... aarch64-unknown-linux-gnu
11:39:24 [2024-01-08T11:39:24.868Z] #76 35.91 checking host system type... aarch64-unknown-linux-gnu
11:39:24 [2024-01-08T11:39:24.868Z] #76 35.92 checking how to print strings... printf
11:39:24 [2024-01-08T11:39:24.868Z] #76 35.93 checking for gcc... gcc
11:39:24 [2024-01-08T11:39:24.868Z] #76 36.01 checking whether the C compiler works... yes
11:39:24 [2024-01-08T11:39:24.868Z] #76 36.08 checking for C compiler default output file name... a.out
11:39:24 [2024-01-08T11:39:24.868Z] #76 36.08 checking for suffix of executables... 
11:39:25 [2024-01-08T11:39:25.125Z] #76 36.19 checking whether we are cross compiling... no
11:39:25 [2024-01-08T11:39:25.125Z] #76 36.32 checking for suffix of object files... o
11:39:25 [2024-01-08T11:39:25.125Z] #76 36.38 checking whether the compiler supports GNU C... yes
11:39:25 [2024-01-08T11:39:25.382Z] #76 36.43 checking whether gcc accepts -g... yes
11:39:25 [2024-01-08T11:39:25.382Z] #76 36.49 checking for gcc option to enable C11 features... none needed
11:39:25 [2024-01-08T11:39:25.382Z] #76 36.59 checking whether gcc understands -c and -o together... yes
11:39:25 [2024-01-08T11:39:25.382Z] #76 36.67 checking for a sed that does not truncate output... /usr/bin/sed
11:39:25 [2024-01-08T11:39:25.640Z] #76 36.69 checking for grep that handles long lines and -e... /usr/bin/grep
11:39:25 [2024-01-08T11:39:25.640Z] #76 36.70 checking for egrep... /usr/bin/grep -E
11:39:25 [2024-01-08T11:39:25.640Z] #76 36.72 checking for fgrep... /usr/bin/grep -F
11:39:25 [2024-01-08T11:39:25.640Z] #76 36.72 checking for ld used by gcc... /usr/bin/ld
11:39:25 [2024-01-08T11:39:25.640Z] #76 36.74 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:39:25 [2024-01-08T11:39:25.640Z] #76 36.75 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:39:25 [2024-01-08T11:39:25.640Z] #76 36.76 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.85 checking whether ln -s works... yes
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.85 checking the maximum length of command line arguments... 1572864
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.88 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.88 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.88 checking for /usr/bin/ld option to reload object files... -r
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.88 checking for file... file
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.88 checking for objdump... objdump
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.88 checking how to recognize dependent libraries... pass_all
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.88 checking for dlltool... no
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.89 checking how to associate runtime and link libraries... printf %s\n
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.89 checking for ar... ar
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.89 checking for archiver @FILE support... @
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.98 checking for strip... strip
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.98 checking for ranlib... ranlib
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.98 checking for gawk... no
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.98 checking for mawk... mawk
11:39:25 [2024-01-08T11:39:25.897Z] #76 36.98 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:39:26 [2024-01-08T11:39:26.155Z] #76 37.14 checking for sysroot... no
11:39:26 [2024-01-08T11:39:26.155Z] #76 37.14 checking for a working dd... /usr/bin/dd
11:39:26 [2024-01-08T11:39:26.155Z] #76 37.15 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
11:39:26 [2024-01-08T11:39:26.155Z] #76 37.15 checking for mt... no
11:39:26 [2024-01-08T11:39:26.155Z] #76 37.15 checking if : is a manifest tool... no
11:39:26 [2024-01-08T11:39:26.155Z] #76 37.16 checking for stdio.h... yes
11:39:26 [2024-01-08T11:39:26.155Z] #76 37.20 checking for stdlib.h... yes
11:39:26 [2024-01-08T11:39:26.155Z] #76 37.25 checking for string.h... yes
11:39:26 [2024-01-08T11:39:26.155Z] #76 37.30 checking for inttypes.h... yes
11:39:26 [2024-01-08T11:39:26.413Z] #76 37.39 checking for stdint.h... yes
11:39:26 [2024-01-08T11:39:26.413Z] #76 37.47 checking for strings.h... yes
11:39:26 [2024-01-08T11:39:26.413Z] #76 37.54 checking for sys/stat.h... yes
11:39:26 [2024-01-08T11:39:26.413Z] #76 37.59 checking for sys/types.h... yes
11:39:26 [2024-01-08T11:39:26.413Z] #76 37.63 checking for unistd.h... yes
11:39:26 [2024-01-08T11:39:26.670Z] #76 37.67 checking for dlfcn.h... yes
11:39:26 [2024-01-08T11:39:26.670Z] #76 37.72 checking for objdir... .libs
11:39:26 [2024-01-08T11:39:26.670Z] #76 37.83 checking if gcc supports -fno-rtti -fno-exceptions... no
11:39:26 [2024-01-08T11:39:26.670Z] #76 37.90 checking for gcc option to produce PIC... -fPIC -DPIC
11:39:26 [2024-01-08T11:39:26.670Z] #76 37.91 checking if gcc PIC flag -fPIC -DPIC works... yes
11:39:26 [2024-01-08T11:39:26.928Z] #76 37.99 checking if gcc static flag -static works... yes
11:39:26 [2024-01-08T11:39:26.928Z] #76 38.13 checking if gcc supports -c -o file.o... yes
11:39:26 [2024-01-08T11:39:26.928Z] #76 38.24 checking if gcc supports -c -o file.o... (cached) yes
11:39:27 [2024-01-08T11:39:27.185Z] #76 38.24 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
11:39:27 [2024-01-08T11:39:27.185Z] #76 38.29 checking dynamic linker characteristics... GNU/Linux ld.so
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.46 checking how to hardcode library paths into programs... immediate
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.46 checking whether stripping libraries is possible... yes
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.48 checking if libtool supports shared libraries... yes
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.48 checking whether to build shared libraries... no
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.48 checking whether to build static libraries... yes
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.48 checking for a BSD-compatible install... /usr/bin/install -c
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.50 checking whether build environment is sane... yes
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.54 checking for a race-free mkdir -p... /usr/bin/mkdir -p
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.55 checking whether make sets $(MAKE)... yes
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.60 checking whether make supports the include directive... yes (GNU style)
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.64 checking whether make supports nested variables... yes
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.69 checking whether UID '0' is supported by ustar format... yes
11:39:27 [2024-01-08T11:39:27.442Z] #76 38.69 checking whether GID '0' is supported by ustar format... yes
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.69 checking how to create a ustar tar archive... gnutar
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.73 checking dependency style of gcc... gcc3
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.80 checking whether to enable maintainer-specific portions of Makefiles... yes
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.80 checking whether make supports nested variables... (cached) yes
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.80 checking for gawk... (cached) mawk
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.80 checking for a sed that does not truncate output... (cached) /usr/bin/sed
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.80 checking for gcc... (cached) gcc
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.84 checking whether the compiler supports GNU C... (cached) yes
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.84 checking whether gcc accepts -g... (cached) yes
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.84 checking for gcc option to enable C11 features... (cached) none needed
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.84 checking whether gcc understands -c and -o together... (cached) yes
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.84 checking for a Python interpreter with version >= 3... python3
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.87 checking for python3... /usr/bin/python3
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.87 checking for python3 version... 3.11
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.89 checking for python3 platform... linux
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.90 checking for GNU default python3 prefix... ${prefix}
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.90 checking for GNU default python3 exec_prefix... ${exec_prefix}
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.90 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
11:39:27 [2024-01-08T11:39:27.700Z] #76 38.95 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
11:39:27 [2024-01-08T11:39:27.970Z] #76 39.01 checking for go-md2man... no
11:39:27 [2024-01-08T11:39:27.970Z] #76 39.02 checking for error.h... yes
11:39:27 [2024-01-08T11:39:27.970Z] #76 39.06 checking for linux/openat2.h... yes
11:39:27 [2024-01-08T11:39:27.970Z] #76 39.10 checking for stdatomic.h... yes
11:39:28 [2024-01-08T11:39:28.227Z] #76 39.16 checking for linux/ioprio.h... yes
11:39:28 [2024-01-08T11:39:28.227Z] #76 39.23 checking for atomic_int... yes
11:39:28 [2024-01-08T11:39:28.227Z] #76 39.31 checking for atomic_bool... yes
11:39:28 [2024-01-08T11:39:28.483Z] #76 39.42 checking for copy_file_range... yes
11:39:28 [2024-01-08T11:39:28.483Z] #76 39.51 checking for fgetxattr... yes
11:39:28 [2024-01-08T11:39:28.483Z] #76 39.58 checking for statx... yes
11:39:28 [2024-01-08T11:39:28.483Z] #76 39.63 checking for fgetpwent_r... yes
11:39:28 [2024-01-08T11:39:28.741Z] #76 39.70 checking for issetugid... no
11:39:28 [2024-01-08T11:39:28.741Z] #76 39.77 checking for memfd_create... yes
11:39:28 [2024-01-08T11:39:28.741Z] #76 39.82 checking for pkg-config... /usr/bin/pkg-config
11:39:28 [2024-01-08T11:39:28.741Z] #76 39.82 checking pkg-config is at least version 0.9.0... yes
11:39:28 [2024-01-08T11:39:28.741Z] #76 39.83 checking for library containing yajl_tree_get... -lyajl
11:39:28 [2024-01-08T11:39:28.998Z] #76 39.97 checking for yajl >= 2.0.0... yes
11:39:28 [2024-01-08T11:39:28.998Z] #76 39.98 checking for sys/capability.h... yes
11:39:28 [2024-01-08T11:39:28.998Z] #76 40.06 checking for library containing cap_from_name... -lcap
11:39:29 [2024-01-08T11:39:29.256Z] #76 40.24 checking for library containing gcry_check_version... no
11:39:29 [2024-01-08T11:39:29.256Z] #76 40.40 checking for library containing dlopen... none required
11:39:29 [2024-01-08T11:39:29.513Z] #76 40.54 checking for seccomp.h... yes
11:39:29 [2024-01-08T11:39:29.513Z] #76 40.62 checking for library containing seccomp_rule_add... -lseccomp
11:39:29 [2024-01-08T11:39:29.771Z] #76 40.79 checking for library containing seccomp_arch_resolve_name... none required
11:39:29 [2024-01-08T11:39:29.771Z] #76 40.86 checking for systemd/sd-bus.h... yes
11:39:29 [2024-01-08T11:39:29.771Z] #76 40.96 checking for library containing sd_bus_match_signal_async... -lsystemd
11:39:30 [2024-01-08T11:39:30.029Z] #76 41.09 checking for sd_notify_barrier... yes
11:39:30 [2024-01-08T11:39:30.029Z] #76 41.15 checking for linux/bpf.h... yes
11:39:30 [2024-01-08T11:39:30.029Z] #76 41.20 checking compilation for eBPF... yes
11:39:30 [2024-01-08T11:39:30.029Z] #76 41.27 checking for criu >= 3.15... no
11:39:30 [2024-01-08T11:39:30.029Z] #76 41.29 configure: CRIU headers not found, building without CRIU support
11:39:30 [2024-01-08T11:39:30.029Z] #76 41.29 checking for criu > 3.16... no
11:39:30 [2024-01-08T11:39:30.287Z] #76 41.32 configure: CRIU version doesn't support join-ns API
11:39:30 [2024-01-08T11:39:30.287Z] #76 41.32 checking for criu > 3.16.1... no
11:39:30 [2024-01-08T11:39:30.287Z] #76 41.35 configure: CRIU version doesn't support for pre-dumping
11:39:30 [2024-01-08T11:39:30.287Z] #76 41.35 checking for new mount API (fsconfig)... yes
11:39:30 [2024-01-08T11:39:30.287Z] #76 41.42 yes
11:39:30 [2024-01-08T11:39:30.287Z] #76 41.43 checking for seccomp notify API... yes
11:39:30 [2024-01-08T11:39:30.287Z] #76 41.47 checking for gperf... no
11:39:30 [2024-01-08T11:39:30.287Z] #76 41.47 configure: gperf not found - cannot rebuild signal parser code
11:39:30 [2024-01-08T11:39:30.287Z] #76 41.47 checking for library containing argp_parse... none required
11:39:30 [2024-01-08T11:39:30.544Z] #76 41.60 checking that generated files are newer than configure... done
11:39:30 [2024-01-08T11:39:30.544Z] #76 41.61 configure: creating ./config.status
11:39:31 [2024-01-08T11:39:31.112Z] #76 ...
11:39:31 [2024-01-08T11:39:31.112Z] 
11:39:31 [2024-01-08T11:39:31.112Z] #54 [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
11:39:31 [2024-01-08T11:39:31.112Z] #54 75.76 golangci-lint has version v1.55.2 built with go1.21.5 from (unknown, mod sum: "h1:yllEIsSJ7MtlDBwDJ9IMBkyEUz2fYE0b5B8IUgO1oP8=") on (unknown)
11:39:32 [2024-01-08T11:39:32.045Z] #54 DONE 76.9s
11:39:32 [2024-01-08T11:39:32.045Z] 
11:39:32 [2024-01-08T11:39:32.045Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:39:32 [2024-01-08T11:39:32.045Z] #76 43.25 config.status: creating Makefile
11:39:32 [2024-01-08T11:39:32.045Z] #76 43.29 config.status: creating config.h
11:39:32 [2024-01-08T11:39:32.045Z] #76 43.34 config.status: executing libtool commands
11:39:32 [2024-01-08T11:39:32.308Z] #76 ...
11:39:32 [2024-01-08T11:39:32.308Z] 
11:39:32 [2024-01-08T11:39:32.308Z] #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...)
11:39:32 [2024-01-08T11:39:32.308Z] #78 DONE 43.7s
11:39:32 [2024-01-08T11:39:32.308Z] 
11:39:32 [2024-01-08T11:39:32.308Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:39:32 [2024-01-08T11:39:32.308Z] #76 43.37 config.status: executing depfiles commands
11:39:32 [2024-01-08T11:39:32.933Z] #76 44.07 === configuring in libocispec (/tmp/crun-build/libocispec)
11:39:33 [2024-01-08T11:39:33.190Z] #76 44.08 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:39:33 [2024-01-08T11:39:33.190Z] #76 44.28 checking for gcc... gcc
11:39:33 [2024-01-08T11:39:33.190Z] #76 44.32 checking whether the C compiler works... yes
11:39:33 [2024-01-08T11:39:33.449Z] #76 44.49 checking for C compiler default output file name... a.out
11:39:33 [2024-01-08T11:39:33.449Z] #76 44.49 checking for suffix of executables... 
11:39:33 [2024-01-08T11:39:33.449Z] #76 44.57 checking whether we are cross compiling... no
11:39:33 [2024-01-08T11:39:33.449Z] #76 44.63 checking for suffix of object files... o
11:39:33 [2024-01-08T11:39:33.449Z] #76 44.66 checking whether the compiler supports GNU C... yes
11:39:33 [2024-01-08T11:39:33.449Z] #76 44.71 checking whether gcc accepts -g... yes
11:39:33 [2024-01-08T11:39:33.706Z] #76 44.75 checking for gcc option to enable C11 features... none needed
11:39:33 [2024-01-08T11:39:33.706Z] #76 44.82 checking whether gcc understands -c and -o together... yes
11:39:33 [2024-01-08T11:39:33.706Z] #76 44.91 checking for stdio.h... yes
11:39:33 [2024-01-08T11:39:33.706Z] #76 44.94 checking for stdlib.h... yes
11:39:33 [2024-01-08T11:39:33.706Z] #76 44.98 checking for string.h... yes
11:39:33 [2024-01-08T11:39:33.963Z] #76 45.02 checking for inttypes.h... yes
11:39:33 [2024-01-08T11:39:33.963Z] #76 45.08 checking for stdint.h... yes
11:39:33 [2024-01-08T11:39:33.963Z] #76 45.14 checking for strings.h... yes
11:39:33 [2024-01-08T11:39:33.963Z] #76 45.20 checking for sys/stat.h... yes
11:39:34 [2024-01-08T11:39:34.220Z] #76 45.26 checking for sys/types.h... yes
11:39:34 [2024-01-08T11:39:34.220Z] #76 45.30 checking for unistd.h... yes
11:39:34 [2024-01-08T11:39:34.220Z] #76 45.35 checking for wchar.h... yes
11:39:34 [2024-01-08T11:39:34.220Z] #76 45.41 checking for minix/config.h... no
11:39:34 [2024-01-08T11:39:34.220Z] #76 45.48 checking whether it is safe to define __EXTENSIONS__... yes
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.54 checking whether _XOPEN_SOURCE should be defined... no
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.58 checking build system type... aarch64-unknown-linux-gnu
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.65 checking host system type... aarch64-unknown-linux-gnu
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.65 checking how to print strings... printf
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.65 checking for a sed that does not truncate output... /usr/bin/sed
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.66 checking for grep that handles long lines and -e... /usr/bin/grep
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.66 checking for egrep... /usr/bin/grep -E
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.67 checking for fgrep... /usr/bin/grep -F
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.67 checking for ld used by gcc... /usr/bin/ld
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.67 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.68 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.68 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.74 checking whether ln -s works... yes
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.74 checking the maximum length of command line arguments... 1572864
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.74 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.75 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.75 checking for /usr/bin/ld option to reload object files... -r
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.75 checking for file... file
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.75 checking for objdump... objdump
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.75 checking how to recognize dependent libraries... pass_all
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.75 checking for dlltool... no
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.75 checking how to associate runtime and link libraries... printf %s\n
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.75 checking for ar... ar
11:39:34 [2024-01-08T11:39:34.476Z] #76 45.75 checking for archiver @FILE support... @
11:39:34 [2024-01-08T11:39:34.734Z] #76 45.80 checking for strip... strip
11:39:34 [2024-01-08T11:39:34.734Z] #76 45.80 checking for ranlib... ranlib
11:39:34 [2024-01-08T11:39:34.734Z] #76 45.80 checking for gawk... no
11:39:34 [2024-01-08T11:39:34.734Z] #76 45.80 checking for mawk... mawk
11:39:34 [2024-01-08T11:39:34.734Z] #76 45.80 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:39:34 [2024-01-08T11:39:34.991Z] #76 45.95 checking for sysroot... no
11:39:34 [2024-01-08T11:39:34.991Z] #76 45.95 checking for a working dd... /usr/bin/dd
11:39:34 [2024-01-08T11:39:34.991Z] #76 45.96 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
11:39:34 [2024-01-08T11:39:34.991Z] #76 45.97 checking for mt... no
11:39:34 [2024-01-08T11:39:34.991Z] #76 45.97 checking if : is a manifest tool... no
11:39:34 [2024-01-08T11:39:34.991Z] #76 45.99 checking for dlfcn.h... yes
11:39:34 [2024-01-08T11:39:34.991Z] #76 46.04 checking for objdir... .libs
11:39:34 [2024-01-08T11:39:34.991Z] #76 46.15 checking if gcc supports -fno-rtti -fno-exceptions... 
11:39:34 [2024-01-08T11:39:34.991Z] #76 ...
11:39:34 [2024-01-08T11:39:34.991Z] 
11:39:34 [2024-01-08T11:39:34.992Z] #61 [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
11:39:34 [2024-01-08T11:39:34.992Z] #61 78.04 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
11:39:34 [2024-01-08T11:39:34.992Z] #61 78.09 Docker version unknown-version, build unknown-commit
11:39:34 [2024-01-08T11:39:34.992Z] #61 DONE 79.6s
11:39:34 [2024-01-08T11:39:34.992Z] 
11:39:34 [2024-01-08T11:39:34.992Z] #90 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
11:39:34 [2024-01-08T11:39:34.992Z] #90 DONE 1.6s
11:39:34 [2024-01-08T11:39:34.992Z] 
11:39:34 [2024-01-08T11:39:34.992Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:39:34 [2024-01-08T11:39:34.992Z] #76 46.15 checking if gcc supports -fno-rtti -fno-exceptions... no
11:39:34 [2024-01-08T11:39:34.992Z] #76 46.21 checking for gcc option to produce PIC... -fPIC -DPIC
11:39:34 [2024-01-08T11:39:34.992Z] #76 46.21 checking if gcc PIC flag -fPIC -DPIC works... yes
11:39:34 [2024-01-08T11:39:34.992Z] #76 46.24 checking if gcc static flag -static works... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.32 checking if gcc supports -c -o file.o... #76 ...
11:39:35 [2024-01-08T11:39:35.248Z] 
11:39:35 [2024-01-08T11:39:35.248Z] #91 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
11:39:35 [2024-01-08T11:39:35.248Z] #91 DONE 0.2s
11:39:35 [2024-01-08T11:39:35.248Z] 
11:39:35 [2024-01-08T11:39:35.248Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.32 checking if gcc supports -c -o file.o... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.36 checking if gcc supports -c -o file.o... (cached) yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.36 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.38 checking dynamic linker characteristics... GNU/Linux ld.so
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.44 checking how to hardcode library paths into programs... immediate
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.44 checking whether stripping libraries is possible... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.45 checking if libtool supports shared libraries... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.45 checking whether to build shared libraries... no
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.45 checking whether to build static libraries... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.45 checking for a BSD-compatible install... /usr/bin/install -c
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.46 checking whether build environment is sane... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.47 checking for a race-free mkdir -p... /usr/bin/mkdir -p
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.47 checking whether make sets $(MAKE)... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.48 checking whether make supports the include directive... yes (GNU style)
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.50 checking whether make supports nested variables... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.51 checking whether UID '0' is supported by ustar format... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.51 checking whether GID '0' is supported by ustar format... yes
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.51 checking how to create a ustar tar archive... gnutar
11:39:35 [2024-01-08T11:39:35.248Z] #76 46.52 checking dependency style of gcc... gcc3
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.57 checking whether to enable maintainer-specific portions of Makefiles... yes
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.57 checking whether make supports nested variables... (cached) yes
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.57 checking for pkg-config... /usr/bin/pkg-config
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.57 checking pkg-config is at least version 0.9.0... yes
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.57 checking for yajl >= 2.1.0... yes
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.58 checking for a sed that does not truncate output... (cached) /usr/bin/sed
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.58 checking for gcc... (cached) gcc
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.61 checking whether the compiler supports GNU C... (cached) yes
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.61 checking whether gcc accepts -g... (cached) yes
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.62 checking for gcc option to enable C11 features... (cached) none needed
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.62 checking whether gcc understands -c and -o together... (cached) yes
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.62 checking for a Python interpreter with version >= 3... python3
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.63 checking for python3... /usr/bin/python3
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.63 checking for python3 version... 3.11
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.65 checking for python3 platform... linux
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.66 checking for GNU default python3 prefix... ${prefix}
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.66 checking for GNU default python3 exec_prefix... ${exec_prefix}
11:39:35 [2024-01-08T11:39:35.504Z] #76 46.66 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
11:39:35 [2024-01-08T11:39:35.761Z] #76 46.69 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
11:39:35 [2024-01-08T11:39:35.761Z] #76 46.75 checking that generated files are newer than configure... 
11:39:35 [2024-01-08T11:39:35.761Z] #76 ...
11:39:35 [2024-01-08T11:39:35.761Z] 
11:39:35 [2024-01-08T11:39:35.761Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
11:39:35 [2024-01-08T11:39:35.761Z] #92 DONE 0.6s
11:39:35 [2024-01-08T11:39:35.761Z] 
11:39:35 [2024-01-08T11:39:35.761Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:39:36 [2024-01-08T11:39:36.324Z] #76 46.75 checking that generated files are newer than configure... done
11:39:36 [2024-01-08T11:39:36.324Z] #76 47.47 configure: creating ./config.status
11:39:36 [2024-01-08T11:39:36.887Z] #76 48.03 config.status: creating Makefile
11:39:37 [2024-01-08T11:39:37.144Z] #76 48.04 config.status: creating ocispec.pc
11:39:37 [2024-01-08T11:39:37.144Z] #76 48.05 config.status: creating config.h
11:39:37 [2024-01-08T11:39:37.144Z] #76 48.06 config.status: executing libtool commands
11:39:37 [2024-01-08T11:39:37.144Z] #76 48.07 config.status: executing depfiles commands
11:39:37 [2024-01-08T11:39:37.144Z] #76 48.29 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
11:39:37 [2024-01-08T11:39:37.144Z] #76 48.30 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:39:37 [2024-01-08T11:39:37.144Z] #76 48.39 checking for gcc... gcc
11:39:37 [2024-01-08T11:39:37.401Z] #76 48.42 checking whether the C compiler works... yes
11:39:37 [2024-01-08T11:39:37.401Z] #76 48.47 checking for C compiler default output file name... a.out
11:39:37 [2024-01-08T11:39:37.401Z] #76 48.47 checking for suffix of executables... 
11:39:37 [2024-01-08T11:39:37.401Z] #76 48.52 checking whether we are cross compiling... no
11:39:37 [2024-01-08T11:39:37.401Z] #76 48.57 checking for suffix of object files... o
11:39:37 [2024-01-08T11:39:37.401Z] #76 48.60 checking whether the compiler supports GNU C... yes
11:39:37 [2024-01-08T11:39:37.659Z] #76 48.63 checking whether gcc accepts -g... yes
11:39:37 [2024-01-08T11:39:37.659Z] #76 48.67 checking for gcc option to enable C11 features... none needed
11:39:37 [2024-01-08T11:39:37.659Z] #76 48.74 checking whether gcc understands -c and -o together... yes
11:39:37 [2024-01-08T11:39:37.659Z] #76 48.80 checking for a BSD-compatible install... /usr/bin/install -c
11:39:37 [2024-01-08T11:39:37.659Z] #76 48.81 checking whether build environment is sane... yes
11:39:37 [2024-01-08T11:39:37.659Z] #76 48.82 checking for a race-free mkdir -p... /usr/bin/mkdir -p
11:39:37 [2024-01-08T11:39:37.659Z] #76 48.83 checking for gawk... no
11:39:37 [2024-01-08T11:39:37.659Z] #76 48.83 checking for mawk... mawk
11:39:37 [2024-01-08T11:39:37.659Z] #76 48.83 checking whether make sets $(MAKE)... yes
11:39:37 [2024-01-08T11:39:37.659Z] #76 48.84 checking whether make supports the include directive... yes (GNU style)
11:39:37 [2024-01-08T11:39:37.916Z] #76 48.86 checking whether make supports nested variables... yes
11:39:37 [2024-01-08T11:39:37.916Z] #76 48.87 checking whether UID '0' is supported by ustar format... yes
11:39:37 [2024-01-08T11:39:37.916Z] #76 48.87 checking whether GID '0' is supported by ustar format... yes
11:39:37 [2024-01-08T11:39:37.916Z] #76 48.87 checking how to create a ustar tar archive... gnutar
11:39:37 [2024-01-08T11:39:37.916Z] #76 48.89 checking dependency style of gcc... gcc3
11:39:37 [2024-01-08T11:39:37.916Z] #76 48.94 checking whether to enable maintainer-specific portions of Makefiles... yes
11:39:37 [2024-01-08T11:39:37.916Z] #76 48.94 checking whether make supports nested variables... (cached) yes
11:39:37 [2024-01-08T11:39:37.916Z] #76 48.95 checking build system type... aarch64-unknown-linux-gnu
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.02 checking host system type... aarch64-unknown-linux-gnu
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.02 checking how to print strings... printf
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.02 checking for a sed that does not truncate output... /usr/bin/sed
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.03 checking for grep that handles long lines and -e... /usr/bin/grep
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.03 checking for egrep... /usr/bin/grep -E
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.04 checking for fgrep... /usr/bin/grep -F
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.04 checking for ld used by gcc... /usr/bin/ld
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.04 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.05 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.05 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.10 checking whether ln -s works... yes
11:39:37 [2024-01-08T11:39:37.916Z] #76 49.10 checking the maximum length of command line arguments... 1572864
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.12 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.12 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.12 checking for /usr/bin/ld option to reload object files... -r
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.12 checking for file... file
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.12 checking for objdump... objdump
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.12 checking how to recognize dependent libraries... pass_all
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.12 checking for dlltool... no
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.12 checking how to associate runtime and link libraries... printf %s\n
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.13 checking for ar... ar
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.13 checking for archiver @FILE support... @
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.18 checking for strip... strip
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.18 checking for ranlib... ranlib
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.18 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.30 checking for sysroot... no
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.30 checking for a working dd... /usr/bin/dd
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.31 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.33 checking for mt... no
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.34 checking if : is a manifest tool... no
11:39:38 [2024-01-08T11:39:38.173Z] #76 49.35 checking for stdio.h... yes
11:39:38 [2024-01-08T11:39:38.431Z] #76 49.40 checking for stdlib.h... yes
11:39:38 [2024-01-08T11:39:38.431Z] #76 49.44 checking for string.h... yes
11:39:38 [2024-01-08T11:39:38.431Z] #76 49.47 checking for inttypes.h... yes
11:39:38 [2024-01-08T11:39:38.431Z] #76 49.52 checking for stdint.h... yes
11:39:38 [2024-01-08T11:39:38.431Z] #76 49.56 checking for strings.h... yes
11:39:38 [2024-01-08T11:39:38.431Z] #76 49.61 checking for sys/stat.h... yes
11:39:38 [2024-01-08T11:39:38.688Z] #76 49.65 checking for sys/types.h... yes
11:39:38 [2024-01-08T11:39:38.688Z] #76 49.70 checking for unistd.h... yes
11:39:38 [2024-01-08T11:39:38.688Z] #76 49.75 checking for dlfcn.h... yes
11:39:38 [2024-01-08T11:39:38.688Z] #76 49.80 checking for objdir... .libs
11:39:38 [2024-01-08T11:39:38.947Z] #76 49.93 checking if gcc supports -fno-rtti -fno-exceptions... no
11:39:38 [2024-01-08T11:39:38.947Z] #76 49.98 checking for gcc option to produce PIC... -fPIC -DPIC
11:39:38 [2024-01-08T11:39:38.947Z] #76 49.98 checking if gcc PIC flag -fPIC -DPIC works... yes
11:39:38 [2024-01-08T11:39:38.947Z] #76 50.03 checking if gcc static flag -static works... yes
11:39:38 [2024-01-08T11:39:38.947Z] #76 50.11 checking if gcc supports -c -o file.o... yes
11:39:38 [2024-01-08T11:39:38.947Z] #76 50.16 checking if gcc supports -c -o file.o... (cached) yes
11:39:38 [2024-01-08T11:39:38.947Z] #76 50.16 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
11:39:38 [2024-01-08T11:39:38.947Z] #76 50.19 checking dynamic linker characteristics... GNU/Linux ld.so
11:39:38 [2024-01-08T11:39:38.947Z] #76 50.28 checking how to hardcode library paths into programs... immediate
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.28 checking whether stripping libraries is possible... yes
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.28 checking if libtool supports shared libraries... yes
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.28 checking whether to build shared libraries... no
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.28 checking whether to build static libraries... yes
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.28 checking for float.h... yes
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.34 checking for limits.h... yes
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.38 checking for stddef.h... yes
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.43 checking for stdlib.h... (cached) yes
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.43 checking for string.h... (cached) yes
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.43 checking for sys/time.h... yes
11:39:39 [2024-01-08T11:39:39.204Z] #76 50.47 checking for inline... inline
11:39:39 [2024-01-08T11:39:39.461Z] #76 50.50 checking for size_t... yes
11:39:39 [2024-01-08T11:39:39.461Z] #76 50.61 checking for GNU libc compatible malloc... yes
11:39:39 [2024-01-08T11:39:39.461Z] #76 50.69 checking for GNU libc compatible realloc... yes
11:39:39 [2024-01-08T11:39:39.718Z] #76 50.75 checking for working strtod... yes
11:39:39 [2024-01-08T11:39:39.718Z] #76 50.83 checking for gettimeofday... yes
11:39:39 [2024-01-08T11:39:39.718Z] #76 50.88 checking for memset... yes
11:39:39 [2024-01-08T11:39:39.718Z] #76 50.96 checking for strspn... yes
11:39:39 [2024-01-08T11:39:39.976Z] #76 51.10 checking that generated files are newer than configure... done
11:39:39 [2024-01-08T11:39:39.976Z] #76 51.10 configure: creating ./config.status
11:39:41 [2024-01-08T11:39:41.347Z] #76 52.54 config.status: creating Makefile
11:39:41 [2024-01-08T11:39:41.347Z] #76 52.56 config.status: creating config.h
11:39:41 [2024-01-08T11:39:41.347Z] #76 52.59 config.status: executing depfiles commands
11:39:41 [2024-01-08T11:39:41.347Z] #76 52.67 config.status: executing libtool commands
11:39:41 [2024-01-08T11:39:41.911Z] #76 53.10   GEN      .version
11:39:41 [2024-01-08T11:39:41.912Z] #76 53.11 make  install-recursive
11:39:41 [2024-01-08T11:39:41.912Z] #76 53.11 make[1]: Entering directory '/tmp/crun-build'
11:39:41 [2024-01-08T11:39:41.912Z] #76 53.17 Making install in libocispec
11:39:41 [2024-01-08T11:39:41.912Z] #76 53.17 make[2]: Entering directory '/tmp/crun-build/libocispec'
11:39:41 [2024-01-08T11:39:41.912Z] #76 53.20 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.21 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.21 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.22 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.28 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.30 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.30 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.30 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.30 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.30 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.30 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.30 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.30 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.32 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.32 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.32 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.32 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.32 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.32 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
11:39:42 [2024-01-08T11:39:42.169Z] #76 53.32 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.56 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.57 make  install-recursive
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.58 make[3]: Entering directory '/tmp/crun-build/libocispec'
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.64 Making install in yajl
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.65 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:39:42 [2024-01-08T11:39:42.427Z] #76 53.68   CC       verify/json_verify-json_verify.o
11:39:42 [2024-01-08T11:39:42.684Z] #76 53.68   CC       src/libyajl_la-yajl_alloc.lo
11:39:42 [2024-01-08T11:39:42.684Z] #76 53.68   CC       src/libyajl_la-yajl.lo
11:39:42 [2024-01-08T11:39:42.684Z] #76 53.68   CC       src/libyajl_la-yajl_gen.lo
11:39:42 [2024-01-08T11:39:42.684Z] #76 53.68   CC       src/libyajl_la-yajl_parser.lo
11:39:42 [2024-01-08T11:39:42.684Z] #76 53.68   CC       src/libyajl_la-yajl_buf.lo
11:39:42 [2024-01-08T11:39:42.684Z] #76 53.69   CC       src/libyajl_la-yajl_encode.lo
11:39:42 [2024-01-08T11:39:42.684Z] #76 53.69   CC       src/libyajl_la-yajl_lex.lo
11:39:42 [2024-01-08T11:39:42.684Z] #76 53.69   CC       src/libyajl_la-yajl_tree.lo
11:39:43 [2024-01-08T11:39:43.249Z] #76 54.32   CCLD     libyajl.la
11:39:43 [2024-01-08T11:39:43.249Z] #76 54.53   CCLD     verify/json_verify
11:39:43 [2024-01-08T11:39:43.506Z] #76 54.81 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:39:43 [2024-01-08T11:39:43.506Z] #76 54.81 make[5]: Nothing to be done for 'install-exec-am'.
11:39:43 [2024-01-08T11:39:43.506Z] #76 54.81 make[5]: Nothing to be done for 'install-data-am'.
11:39:43 [2024-01-08T11:39:43.506Z] #76 54.81 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.81 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.82 make[4]: Entering directory '/tmp/crun-build/libocispec'
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.87   CC       src/ocispec/validate.o
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.88   CC       src/ocispec/image_spec_schema_config_schema.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.88   CC       src/ocispec/image_spec_schema_content_descriptor.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.89   CC       src/ocispec/image_spec_schema_defs.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.89   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.89   CC       src/ocispec/image_spec_schema_image_index_schema.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.89   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.89   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.90   CC       src/ocispec/runtime_spec_schema_config_linux.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.90   CC       src/ocispec/runtime_spec_schema_config_zos.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.90   CC       src/ocispec/runtime_spec_schema_config_schema.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.91   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.93   CC       src/ocispec/runtime_spec_schema_config_vm.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.94   CC       src/ocispec/runtime_spec_schema_config_windows.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.94   CC       src/ocispec/runtime_spec_schema_defs.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.94   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.95   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.95   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.95   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.96   CC       src/ocispec/runtime_spec_schema_state_schema.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.96   CC       src/ocispec/runtime_spec_schema_features_linux.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.97   CC       src/ocispec/runtime_spec_schema_features_schema.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.98   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.98   CC       src/ocispec/basic_test_double_array_item.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.98   CC       src/ocispec/basic_test_double_array.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.98   CC       src/ocispec/basic_test_top_array_int.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 54.98   CC       src/ocispec/basic_test_top_array_string.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 55.00   CC       src/ocispec/basic_test_top_double_array_int.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 55.00   CC       src/ocispec/basic_test_top_double_array_obj.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 55.01   CC       src/ocispec/basic_test_top_double_array_refobj.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 55.03   CC       src/ocispec/basic_test_top_double_array_string.lo
11:39:43 [2024-01-08T11:39:43.764Z] #76 55.05   CC       src/ocispec/read-file.lo
11:39:44 [2024-01-08T11:39:44.021Z] #76 55.06   CC       src/ocispec/json_common.lo
11:39:44 [2024-01-08T11:39:44.021Z] #76 55.06   CC       tests/test-1.o
11:39:44 [2024-01-08T11:39:44.021Z] #76 55.06   CC       tests/test-2.o
11:39:44 [2024-01-08T11:39:44.022Z] #76 55.07   CC       tests/test-3.o
11:39:44 [2024-01-08T11:39:44.022Z] #76 55.08   CC       tests/test-4.o
11:39:44 [2024-01-08T11:39:44.022Z] #76 55.08   CC       tests/test-5.o
11:39:44 [2024-01-08T11:39:44.022Z] #76 55.09   CC       tests/test-6.o
11:39:44 [2024-01-08T11:39:44.022Z] #76 55.10   CC       tests/test-7.o
11:39:44 [2024-01-08T11:39:44.022Z] #76 55.12   CC       tests/test-8.o
11:39:44 [2024-01-08T11:39:44.022Z] #76 55.13   CC       tests/test-9.o
11:39:44 [2024-01-08T11:39:44.022Z] #76 55.14   CC       tests/test-10.o
11:39:44 [2024-01-08T11:39:44.022Z] #76 55.15   CC       tests/test-11.o
11:39:47 [2024-01-08T11:39:47.297Z] #76 ...
11:39:47 [2024-01-08T11:39:47.297Z] 
11:39:47 [2024-01-08T11:39:47.297Z] #79 [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...)
11:39:47 [2024-01-08T11:39:47.297Z] #79 44.23 + bin/containerd
11:39:47 [2024-01-08T11:39:47.297Z] #79 44.23 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.11 -X github.com/containerd/containerd/version.Revision=64b8a811b07ba6288238eefc14d898ee0b5b99ba -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
11:39:48 [2024-01-08T11:39:48.227Z] #79 ...
11:39:48 [2024-01-08T11:39:48.227Z] 
11:39:48 [2024-01-08T11:39:48.227Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:39:48 [2024-01-08T11:39:48.227Z] #76 59.35   CCLD     libocispec.la
11:39:48 [2024-01-08T11:39:48.227Z] #76 59.49   CCLD     src/ocispec/validate
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.49   CCLD     tests/test-1
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.49   CCLD     tests/test-2
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.49   CCLD     tests/test-3
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.50   CCLD     tests/test-4
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.50   CCLD     tests/test-5
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.51   CCLD     tests/test-6
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.51   CCLD     tests/test-7
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.52   CCLD     tests/test-8
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.52 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.52   CCLD     tests/test-9
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.52   CCLD     tests/test-10
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.53   CCLD     tests/test-11
11:39:48 [2024-01-08T11:39:48.485Z] #76 59.71 libtool: link: ar cr libocispec.a 
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.73 libtool: link: ranlib libocispec.a
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.86 make[5]: Entering directory '/tmp/crun-build/libocispec'
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.88 make[5]: Leaving directory '/tmp/crun-build/libocispec'
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.88 make[4]: Leaving directory '/tmp/crun-build/libocispec'
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.88 make[3]: Leaving directory '/tmp/crun-build/libocispec'
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.88 make[2]: Leaving directory '/tmp/crun-build/libocispec'
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.88 make[2]: Entering directory '/tmp/crun-build'
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.91   CC       src/libcrun/libcrun_testing_a-utils.o
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.91   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.92   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.92   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.92   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.92   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.93   CC       src/libcrun/libcrun_testing_a-cgroup.o
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.94   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
11:39:48 [2024-01-08T11:39:48.742Z] #76 59.98   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.00   CC       src/libcrun/libcrun_testing_a-container.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.01   CC       src/libcrun/libcrun_testing_a-criu.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.02   CC       src/libcrun/libcrun_testing_a-custom-handler.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.02   CC       src/libcrun/libcrun_testing_a-ebpf.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.03   CC       src/libcrun/libcrun_testing_a-error.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.04   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.06   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.07   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.10   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.12   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.15   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.16   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.20   CC       src/libcrun/libcrun_testing_a-intelrdt.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.23   CC       src/libcrun/libcrun_testing_a-io_priority.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.25   CC       src/libcrun/libcrun_testing_a-linux.o
11:39:48 [2024-01-08T11:39:48.999Z] #76 60.32   CC       src/libcrun/libcrun_testing_a-mount_flags.o
11:39:49 [2024-01-08T11:39:49.257Z] #76 60.34   CC       src/libcrun/libcrun_testing_a-scheduler.o
11:39:49 [2024-01-08T11:39:49.257Z] #76 60.35   CC       src/libcrun/libcrun_testing_a-seccomp.o
11:39:49 [2024-01-08T11:39:49.257Z] #76 60.38   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
11:39:49 [2024-01-08T11:39:49.257Z] #76 60.49   CC       src/libcrun/libcrun_testing_a-signals.o
11:39:49 [2024-01-08T11:39:49.514Z] #76 60.51   CC       src/libcrun/libcrun_testing_a-status.o
11:39:49 [2024-01-08T11:39:49.514Z] #76 60.57   CC       src/libcrun/libcrun_testing_a-terminal.o
11:39:49 [2024-01-08T11:39:49.514Z] #76 60.60   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
11:39:49 [2024-01-08T11:39:49.514Z] #76 60.67   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
11:39:49 [2024-01-08T11:39:49.514Z] #76 60.69   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
11:39:49 [2024-01-08T11:39:49.514Z] #76 60.76   CC       src/crun-crun.o
11:39:49 [2024-01-08T11:39:49.772Z] #76 60.83   CC       src/crun-run.o
11:39:49 [2024-01-08T11:39:49.772Z] #76 60.83   CC       src/crun-delete.o
11:39:49 [2024-01-08T11:39:49.772Z] #76 60.83   CC       src/crun-kill.o
11:39:49 [2024-01-08T11:39:49.772Z] #76 60.85   CC       src/crun-pause.o
11:39:49 [2024-01-08T11:39:49.772Z] #76 60.95   CC       src/crun-unpause.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 60.98   CC       src/crun-oci_features.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.11   CC       src/crun-spec.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.12   CC       src/crun-exec.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.13   CC       src/crun-list.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.14   CC       src/crun-create.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.18   CC       src/crun-start.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.22   CC       src/crun-state.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.22   CC       src/crun-update.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.26   CC       src/crun-ps.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.31   CC       src/crun-checkpoint.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.32   CC       src/crun-restore.o
11:39:50 [2024-01-08T11:39:50.030Z] #76 61.34   CC       src/libcrun/crun-cloned_binary.o
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.34   CC       src/libcrun/libcrun_la-utils.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.36   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.37   CC       src/libcrun/libcrun_la-cgroup-resources.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.39   CC       src/libcrun/libcrun_la-cgroup-setup.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.41   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.42   CC       src/libcrun/libcrun_la-cgroup-utils.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.43   CC       src/libcrun/libcrun_la-cgroup.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.47   CC       src/libcrun/libcrun_la-chroot_realpath.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.49   CC       src/libcrun/libcrun_la-cloned_binary.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.51   CC       src/libcrun/libcrun_la-container.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.54   CC       src/libcrun/libcrun_la-criu.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.55   CC       src/libcrun/libcrun_la-custom-handler.lo
11:39:50 [2024-01-08T11:39:50.287Z] #76 61.58   CC       src/libcrun/libcrun_la-ebpf.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.59   CC       src/libcrun/libcrun_la-error.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.61   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.68   CC       src/libcrun/handlers/libcrun_la-mono.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.68   CC       src/libcrun/handlers/libcrun_la-krun.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.70   CC       src/libcrun/handlers/libcrun_la-spin.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.70   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.70   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.70   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.73   CC       src/libcrun/libcrun_la-intelrdt.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.74   CC       src/libcrun/libcrun_la-io_priority.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.74   CC       src/libcrun/libcrun_la-linux.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.77   CC       src/libcrun/libcrun_la-mount_flags.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.77   CC       src/libcrun/libcrun_la-scheduler.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.78   CC       src/libcrun/libcrun_la-seccomp.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.80   CC       src/libcrun/libcrun_la-seccomp_notify.lo
11:39:50 [2024-01-08T11:39:50.545Z] #76 61.81   CC       src/libcrun/libcrun_la-signals.lo
11:39:50 [2024-01-08T11:39:50.803Z] #76 61.82   CC       src/libcrun/libcrun_la-status.lo
11:39:50 [2024-01-08T11:39:50.803Z] #76 61.83   CC       src/libcrun/libcrun_la-terminal.lo
11:39:50 [2024-01-08T11:39:50.803Z] #76 61.84   CC       tests/init.o
11:39:50 [2024-01-08T11:39:50.803Z] #76 61.87   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
11:39:51 [2024-01-08T11:39:51.735Z] #76 63.04   CCLD     tests/init
11:39:54 [2024-01-08T11:39:54.264Z] #76 65.12   AR       libcrun_testing.a
11:39:54 [2024-01-08T11:39:54.264Z] #76 65.12 ar: `u' modifier ignored since `D' is the default (see `U')
11:39:54 [2024-01-08T11:39:54.264Z] #76 65.15   CCLD     tests/tests_libcrun_utils
11:39:54 [2024-01-08T11:39:54.264Z] #76 65.15   CCLD     tests/tests_libcrun_errors
11:39:54 [2024-01-08T11:39:54.264Z] #76 65.15   CCLD     tests/tests_libcrun_intelrdt
11:39:54 [2024-01-08T11:39:54.264Z] #76 65.15   CCLD     tests/tests_libcrun_fuzzer
11:39:54 [2024-01-08T11:39:54.827Z] #76 65.87   CCLD     libcrun.la
11:39:54 [2024-01-08T11:39:54.827Z] #76 66.08   CCLD     crun
11:39:55 [2024-01-08T11:39:55.083Z] #76 66.26 make[3]: Entering directory '/tmp/crun-build'
11:39:55 [2024-01-08T11:39:55.083Z] #76 66.34  /usr/bin/mkdir -p '/usr/local/share/man/man1'
11:39:55 [2024-01-08T11:39:55.083Z] #76 66.34  /usr/bin/mkdir -p '/usr/local/lib'
11:39:55 [2024-01-08T11:39:55.083Z] #76 66.34  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
11:39:55 [2024-01-08T11:39:55.083Z] #76 66.34  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
11:39:55 [2024-01-08T11:39:55.083Z] #76 66.37 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
11:39:55 [2024-01-08T11:39:55.340Z] #76 66.38 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
11:39:55 [2024-01-08T11:39:55.340Z] #76 66.39 libtool: install: chmod 644 /usr/local/lib/libcrun.a
11:39:55 [2024-01-08T11:39:55.340Z] #76 66.39 libtool: install: ranlib /usr/local/lib/libcrun.a
11:39:55 [2024-01-08T11:39:55.340Z] #76 66.56 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
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 ----------------------------------------------------------------------
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 Libraries have been installed in:
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56    /usr/local/lib
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 If you ever happen to want to link against installed libraries
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 in a given directory, LIBDIR, you must either use libtool, and
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 specify the full pathname of the library, or use the '-LLIBDIR'
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 flag during linking and do at least one of the following:
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56      during execution
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56    - add LIBDIR to the 'LD_RUN_PATH' environment variable
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56      during linking
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 See any operating system documentation about shared libraries for
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 more information, such as the ld(1) and ld.so(8) manual pages.
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.56 ----------------------------------------------------------------------
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.57  /usr/bin/mkdir -p '/build'
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.57   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.61 libtool: install: /usr/bin/install -c crun /build/crun
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.61 make[3]: Leaving directory '/tmp/crun-build'
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.61 make[2]: Leaving directory '/tmp/crun-build'
11:39:55 [2024-01-08T11:39:55.596Z] #76 66.61 make[1]: Leaving directory '/tmp/crun-build'
11:39:56 [2024-01-08T11:39:56.524Z] #76 DONE 67.5s
11:39:56 [2024-01-08T11:39:56.524Z] 
11:39:56 [2024-01-08T11:39:56.525Z] #79 [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...)
11:39:56 [2024-01-08T11:39:56.525Z] #79 61.93 + bin/containerd-stress
11:39:56 [2024-01-08T11:39:56.525Z] #79 61.93 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.11 -X github.com/containerd/containerd/version.Revision=64b8a811b07ba6288238eefc14d898ee0b5b99ba -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
11:39:56 [2024-01-08T11:39:56.525Z] #79 63.17 + bin/containerd-shim
11:39:56 [2024-01-08T11:39:56.781Z] #79 63.74 + bin/containerd-shim-runc-v1
11:39:57 [2024-01-08T11:39:57.709Z] #79 64.57 + bin/containerd-shim-runc-v2
11:39:58 [2024-01-08T11:39:58.271Z] #79 65.28 + binaries
11:40:00 [2024-01-08T11:40:00.160Z] #79 DONE 67.2s
11:40:01 [2024-01-08T11:40:01.088Z] 
11:40:01 [2024-01-08T11:40:01.088Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
11:40:02 [2024-01-08T11:40:02.454Z] #93 DONE 1.5s
11:40:02 [2024-01-08T11:40:02.710Z] 
11:40:02 [2024-01-08T11:40:02.710Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
11:40:02 [2024-01-08T11:40:02.710Z] #94 DONE 0.1s
11:40:02 [2024-01-08T11:40:02.710Z] 
11:40:02 [2024-01-08T11:40:02.710Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
11:40:03 [2024-01-08T11:40:03.272Z] #95 DONE 0.8s
11:40:03 [2024-01-08T11:40:03.272Z] 
11:40:03 [2024-01-08T11:40:03.272Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
11:40:03 [2024-01-08T11:40:03.272Z] #96 DONE 0.0s
11:40:03 [2024-01-08T11:40:03.272Z] 
11:40:03 [2024-01-08T11:40:03.272Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
11:40:03 [2024-01-08T11:40:03.272Z] #97 DONE 0.1s
11:40:03 [2024-01-08T11:40:03.528Z] 
11:40:03 [2024-01-08T11:40:03.528Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
11:40:03 [2024-01-08T11:40:03.528Z] #98 DONE 0.0s
11:40:03 [2024-01-08T11:40:03.528Z] 
11:40:03 [2024-01-08T11:40:03.528Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
11:40:04 [2024-01-08T11:40:04.456Z] #99 DONE 1.2s
11:40:04 [2024-01-08T11:40:04.712Z] 
11:40:04 [2024-01-08T11:40:04.712Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
11:40:06 [2024-01-08T11:40:06.077Z] #100 DONE 1.3s
11:40:06 [2024-01-08T11:40:06.077Z] 
11:40:06 [2024-01-08T11:40:06.077Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
11:40:06 [2024-01-08T11:40:06.077Z] #101 DONE 0.0s
11:40:06 [2024-01-08T11:40:06.077Z] 
11:40:06 [2024-01-08T11:40:06.077Z] #102 [dev-base  1/12] RUN groupadd -r docker
11:40:06 [2024-01-08T11:40:06.077Z] #102 DONE 0.3s
11:40:06 [2024-01-08T11:40:06.334Z] 
11:40:06 [2024-01-08T11:40:06.334Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
11:40:06 [2024-01-08T11:40:06.590Z] #103 DONE 0.4s
11:40:06 [2024-01-08T11:40:06.590Z] 
11:40:06 [2024-01-08T11:40:06.590Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
11:40:06 [2024-01-08T11:40:06.847Z] #104 0.317 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
11:40:07 [2024-01-08T11:40:07.103Z] #104 DONE 0.3s
11:40:07 [2024-01-08T11:40:07.103Z] 
11:40:07 [2024-01-08T11:40:07.103Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
11:40:07 [2024-01-08T11:40:07.360Z] #105 DONE 0.4s
11:40:07 [2024-01-08T11:40:07.360Z] 
11:40:07 [2024-01-08T11:40:07.360Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
11:40:07 [2024-01-08T11:40:07.617Z] #106 DONE 0.4s
11:40:07 [2024-01-08T11:40:07.873Z] 
11:40:07 [2024-01-08T11:40:07.873Z] #107 [dev-base  6/12] RUN ldconfig
11:40:08 [2024-01-08T11:40:08.129Z] #107 DONE 0.4s
11:40:08 [2024-01-08T11:40:08.129Z] 
11:40:08 [2024-01-08T11:40:08.129Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
11:40:08 [2024-01-08T11:40:08.385Z] #108 DONE 0.3s
11:40:08 [2024-01-08T11:40:08.641Z] 
11:40:08 [2024-01-08T11:40:08.641Z] #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
11:40:09 [2024-01-08T11:40:09.204Z] #109 0.666 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
11:40:09 [2024-01-08T11:40:09.459Z] #109 0.678 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
11:40:09 [2024-01-08T11:40:09.460Z] #109 0.678 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:40:09 [2024-01-08T11:40:09.460Z] #109 0.762 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
11:40:09 [2024-01-08T11:40:09.460Z] #109 0.940 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
11:40:09 [2024-01-08T11:40:09.460Z] #109 0.941 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [131 kB]
11:40:10 [2024-01-08T11:40:10.387Z] #109 1.906 Fetched 9080 kB in 2s (6047 kB/s)
11:40:10 [2024-01-08T11:40:10.949Z] #109 1.906 Reading package lists...
11:40:11 [2024-01-08T11:40:11.461Z] #109 2.529 Reading package lists...
11:40:11 [2024-01-08T11:40:11.717Z] #109 3.140 Building dependency tree...
11:40:11 [2024-01-08T11:40:11.973Z] #109 3.575 The following additional packages will be installed:
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.576   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.576   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.576   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.577   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.578   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.578   vim-runtime
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.580 Suggested packages:
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.580   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.580   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.580   systemd-userdbd systemd-boot systemd-resolved libqrencode4
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.580   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.580   vim-doc vim-scripts xfsdump acl attr quota
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.580 Recommended packages:
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.580   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
11:40:12 [2024-01-08T11:40:12.229Z] #109 3.580   systemd-timesyncd | time-daemon xxd unzip
11:40:12 [2024-01-08T11:40:12.485Z] #109 3.984 The following NEW packages will be installed:
11:40:12 [2024-01-08T11:40:12.485Z] #109 3.984   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
11:40:12 [2024-01-08T11:40:12.485Z] #109 3.985   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
11:40:12 [2024-01-08T11:40:12.485Z] #109 3.985   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
11:40:12 [2024-01-08T11:40:12.485Z] #109 3.985   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
11:40:12 [2024-01-08T11:40:12.485Z] #109 3.985   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
11:40:12 [2024-01-08T11:40:12.485Z] #109 3.985   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
11:40:12 [2024-01-08T11:40:12.485Z] #109 3.986   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
11:40:12 [2024-01-08T11:40:12.485Z] #109 3.986   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
11:40:12 [2024-01-08T11:40:12.485Z] #109 3.986   zip zstd
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.264 0 upgraded, 56 newly installed, 0 to remove and 5 not upgraded.
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.264 Need to get 31.8 MB of archives.
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.264 After this operation, 143 MB of additional disk space will be used.
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.264 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.267 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.269 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.271 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.272 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u1 [205 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.274 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+b1 [182 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.277 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.278 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.280 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.281 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.19-1~deb12u1 [1506 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.343 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.19-1~deb12u1 [2828 kB]
11:40:12 [2024-01-08T11:40:12.741Z] #109 4.408 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.408 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.409 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.448 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.449 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.450 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.457 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.457 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.457 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.462 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.487 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.488 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.488 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.491 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.494 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.523 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.524 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.524 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.524 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.525 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.526 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.527 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.528 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.529 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.529 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
11:40:12 [2024-01-08T11:40:12.997Z] #109 4.529 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.743 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.760 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.761 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.762 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.762 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.762 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.763 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.765 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.765 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.765 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.767 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.767 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.19-1~deb12u1 [92.3 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.782 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.791 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
11:40:13 [2024-01-08T11:40:13.253Z] #109 4.793 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
11:40:13 [2024-01-08T11:40:13.509Z] #109 4.964 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
11:40:13 [2024-01-08T11:40:13.509Z] #109 5.003 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
11:40:13 [2024-01-08T11:40:13.509Z] #109 5.040 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
11:40:13 [2024-01-08T11:40:13.509Z] #109 5.041 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
11:40:13 [2024-01-08T11:40:13.765Z] #109 5.372 debconf: delaying package configuration, since apt-utils is not installed
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.420 Fetched 31.8 MB in 1s (30.1 MB/s)
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.459 Selecting previously unselected package libargon2-1:arm64.
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.459 (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.)
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.468 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.476 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.511 Selecting previously unselected package dmsetup.
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.513 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.519 Unpacking dmsetup (2:1.02.185-2) ...
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.568 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.570 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.574 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
11:40:14 [2024-01-08T11:40:14.021Z] #109 5.617 Selecting previously unselected package libjson-c5:arm64.
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.619 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.623 Unpacking libjson-c5:arm64 (0.16-2) ...
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.671 Selecting previously unselected package libcryptsetup12:arm64.
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.673 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u1_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.678 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u1) ...
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.734 Selecting previously unselected package libfdisk1:arm64.
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.736 Preparing to unpack .../05-libfdisk1_2.38.1-5+b1_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.740 Unpacking libfdisk1:arm64 (2.38.1-5+b1) ...
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.795 Selecting previously unselected package libkmod2:arm64.
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.797 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.802 Unpacking libkmod2:arm64 (30+20221128-1) ...
11:40:14 [2024-01-08T11:40:14.277Z] #109 5.848 Selecting previously unselected package libapparmor1:arm64.
11:40:14 [2024-01-08T11:40:14.534Z] #109 5.850 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.534Z] #109 5.853 Unpacking libapparmor1:arm64 (3.0.8-3) ...
11:40:14 [2024-01-08T11:40:14.534Z] #109 5.892 Selecting previously unselected package libip4tc2:arm64.
11:40:14 [2024-01-08T11:40:14.534Z] #109 5.894 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.534Z] #109 5.900 Unpacking libip4tc2:arm64 (1.8.9-2) ...
11:40:14 [2024-01-08T11:40:14.534Z] #109 5.937 Selecting previously unselected package libsystemd-shared:arm64.
11:40:14 [2024-01-08T11:40:14.534Z] #109 5.939 Preparing to unpack .../09-libsystemd-shared_252.19-1~deb12u1_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.534Z] #109 5.945 Unpacking libsystemd-shared:arm64 (252.19-1~deb12u1) ...
11:40:14 [2024-01-08T11:40:14.534Z] #109 6.099 Selecting previously unselected package systemd.
11:40:14 [2024-01-08T11:40:14.790Z] #109 6.101 Preparing to unpack .../10-systemd_252.19-1~deb12u1_arm64.deb ...
11:40:14 [2024-01-08T11:40:14.790Z] #109 6.120 Unpacking systemd (252.19-1~deb12u1) ...
11:40:14 [2024-01-08T11:40:14.790Z] #109 6.382 Selecting previously unselected package pigz.
11:40:15 [2024-01-08T11:40:15.046Z] #109 6.384 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.046Z] #109 6.388 Unpacking pigz (2.6-1) ...
11:40:15 [2024-01-08T11:40:15.046Z] #109 6.437 Selecting previously unselected package sgml-base.
11:40:15 [2024-01-08T11:40:15.046Z] #109 6.439 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
11:40:15 [2024-01-08T11:40:15.046Z] #109 6.446 Unpacking sgml-base (1.31) ...
11:40:15 [2024-01-08T11:40:15.046Z] #109 6.509 Selecting previously unselected package sudo.
11:40:15 [2024-01-08T11:40:15.046Z] #109 6.511 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.046Z] #109 6.520 Unpacking sudo (1.9.13p3-1+deb12u1) ...
11:40:15 [2024-01-08T11:40:15.046Z] #109 6.654 Selecting previously unselected package libelf1:arm64.
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.656 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.660 Unpacking libelf1:arm64 (0.188-2.1) ...
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.713 Selecting previously unselected package libbpf1:arm64.
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.715 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.719 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.767 Selecting previously unselected package libmnl0:arm64.
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.769 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.774 Unpacking libmnl0:arm64 (1.0.4-3) ...
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.813 Selecting previously unselected package libxtables12:arm64.
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.815 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.819 Unpacking libxtables12:arm64 (1.8.9-2) ...
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.850 Selecting previously unselected package libcap2-bin.
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.852 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.856 Unpacking libcap2-bin (1:2.66-4) ...
11:40:15 [2024-01-08T11:40:15.302Z] #109 6.905 Selecting previously unselected package iproute2.
11:40:15 [2024-01-08T11:40:15.558Z] #109 6.907 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.558Z] #109 6.914 Unpacking iproute2 (6.1.0-3) ...
11:40:15 [2024-01-08T11:40:15.558Z] #109 7.028 Selecting previously unselected package vim-common.
11:40:15 [2024-01-08T11:40:15.558Z] #109 7.030 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
11:40:15 [2024-01-08T11:40:15.558Z] #109 7.036 Unpacking vim-common (2:9.0.1378-2) ...
11:40:15 [2024-01-08T11:40:15.558Z] #109 7.091 Selecting previously unselected package bash-completion.
11:40:15 [2024-01-08T11:40:15.558Z] #109 7.093 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
11:40:15 [2024-01-08T11:40:15.558Z] #109 7.105 Unpacking bash-completion (1:2.11-6) ...
11:40:15 [2024-01-08T11:40:15.558Z] #109 7.229 Selecting previously unselected package bzip2.
11:40:15 [2024-01-08T11:40:15.814Z] #109 7.231 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.814Z] #109 7.235 Unpacking bzip2 (1.0.8-5+b1) ...
11:40:15 [2024-01-08T11:40:15.814Z] #109 7.273 Selecting previously unselected package xz-utils.
11:40:15 [2024-01-08T11:40:15.814Z] #109 7.275 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.814Z] #109 7.278 Unpacking xz-utils (5.4.1-0.2) ...
11:40:15 [2024-01-08T11:40:15.814Z] #109 7.370 Selecting previously unselected package apparmor.
11:40:15 [2024-01-08T11:40:15.814Z] #109 7.372 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
11:40:15 [2024-01-08T11:40:15.814Z] #109 7.392 Unpacking apparmor (3.0.8-3) ...
11:40:15 [2024-01-08T11:40:15.814Z] #109 7.479 Selecting previously unselected package inetutils-ping.
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.481 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.486 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.535 Selecting previously unselected package libip6tc2:arm64.
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.537 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.542 Unpacking libip6tc2:arm64 (1.8.9-2) ...
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.586 Selecting previously unselected package libnfnetlink0:arm64.
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.588 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.592 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.633 Selecting previously unselected package libnetfilter-conntrack3:arm64.
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.635 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.643 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
11:40:16 [2024-01-08T11:40:16.071Z] #109 7.686 Selecting previously unselected package libnftnl11:arm64.
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.689 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.694 Unpacking libnftnl11:arm64 (1.2.4-2) ...
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.734 Selecting previously unselected package iptables.
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.736 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.740 Unpacking iptables (1.8.9-2) ...
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.836 Selecting previously unselected package libonig5:arm64.
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.838 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.842 Unpacking libonig5:arm64 (6.9.8-1) ...
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.890 Selecting previously unselected package libjq1:arm64.
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.892 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.896 Unpacking libjq1:arm64 (1.6-2.1) ...
11:40:16 [2024-01-08T11:40:16.327Z] #109 7.942 Selecting previously unselected package jq.
11:40:16 [2024-01-08T11:40:16.583Z] #109 7.944 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.583Z] #109 7.948 Unpacking jq (1.6-2.1) ...
11:40:16 [2024-01-08T11:40:16.583Z] #109 7.989 Selecting previously unselected package libaio1:arm64.
11:40:16 [2024-01-08T11:40:16.583Z] #109 7.991 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.583Z] #109 7.995 Unpacking libaio1:arm64 (0.3.113-4) ...
11:40:16 [2024-01-08T11:40:16.583Z] #109 8.037 Selecting previously unselected package libgpm2:arm64.
11:40:16 [2024-01-08T11:40:16.583Z] #109 8.039 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.583Z] #109 8.044 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
11:40:16 [2024-01-08T11:40:16.583Z] #109 8.084 Selecting previously unselected package libicu72:arm64.
11:40:16 [2024-01-08T11:40:16.583Z] #109 8.086 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
11:40:16 [2024-01-08T11:40:16.583Z] #109 8.090 Unpacking libicu72:arm64 (72.1-3) ...
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.643 Selecting previously unselected package libinih1:arm64.
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.645 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.650 Unpacking libinih1:arm64 (55-1) ...
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.695 Selecting previously unselected package libmicrohttpd12:arm64.
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.697 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.701 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.743 Selecting previously unselected package libnet1:arm64.
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.745 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.749 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.803 Selecting previously unselected package libnl-3-200:arm64.
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.805 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.809 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
11:40:17 [2024-01-08T11:40:17.145Z] #109 8.850 Selecting previously unselected package libprotobuf-c1:arm64.
11:40:17 [2024-01-08T11:40:17.401Z] #109 8.853 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.401Z] #109 8.856 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
11:40:17 [2024-01-08T11:40:17.401Z] #109 8.905 Selecting previously unselected package libsodium23:arm64.
11:40:17 [2024-01-08T11:40:17.401Z] #109 8.907 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.401Z] #109 8.911 Unpacking libsodium23:arm64 (1.0.18-1) ...
11:40:17 [2024-01-08T11:40:17.401Z] #109 8.963 Selecting previously unselected package libsubid4:arm64.
11:40:17 [2024-01-08T11:40:17.401Z] #109 8.965 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.401Z] #109 8.969 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
11:40:17 [2024-01-08T11:40:17.401Z] #109 9.021 Selecting previously unselected package liburcu8:arm64.
11:40:17 [2024-01-08T11:40:17.401Z] #109 9.023 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.401Z] #109 9.028 Unpacking liburcu8:arm64 (0.13.2-1) ...
11:40:17 [2024-01-08T11:40:17.401Z] #109 9.083 Selecting previously unselected package libyajl2:arm64.
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.085 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.089 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.123 Selecting previously unselected package net-tools.
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.125 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.130 Unpacking net-tools (2.10-0.1) ...
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.188 Selecting previously unselected package patch.
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.191 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.196 Unpacking patch (2.7.6-7) ...
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.238 Selecting previously unselected package systemd-journal-remote.
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.240 Preparing to unpack .../48-systemd-journal-remote_252.19-1~deb12u1_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.244 Unpacking systemd-journal-remote (252.19-1~deb12u1) ...
11:40:17 [2024-01-08T11:40:17.657Z] #109 9.292 Selecting previously unselected package thin-provisioning-tools.
11:40:17 [2024-01-08T11:40:17.914Z] #109 9.294 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.914Z] #109 9.302 Unpacking thin-provisioning-tools (0.9.0-2) ...
11:40:17 [2024-01-08T11:40:17.914Z] #109 9.364 Selecting previously unselected package uidmap.
11:40:17 [2024-01-08T11:40:17.914Z] #109 9.366 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
11:40:17 [2024-01-08T11:40:17.914Z] #109 9.370 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
11:40:17 [2024-01-08T11:40:17.914Z] #109 9.430 Selecting previously unselected package vim-runtime.
11:40:17 [2024-01-08T11:40:17.914Z] #109 9.432 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
11:40:17 [2024-01-08T11:40:17.914Z] #109 9.443 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
11:40:17 [2024-01-08T11:40:17.914Z] #109 9.457 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
11:40:17 [2024-01-08T11:40:17.914Z] #109 9.463 Unpacking vim-runtime (2:9.0.1378-2) ...
11:40:18 [2024-01-08T11:40:18.476Z] #109 9.962 Selecting previously unselected package vim.
11:40:18 [2024-01-08T11:40:18.476Z] #109 9.964 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
11:40:18 [2024-01-08T11:40:18.476Z] #109 9.969 Unpacking vim (2:9.0.1378-2) ...
11:40:18 [2024-01-08T11:40:18.476Z] #109 10.11 Selecting previously unselected package xfsprogs.
11:40:18 [2024-01-08T11:40:18.732Z] #109 10.11 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
11:40:18 [2024-01-08T11:40:18.732Z] #109 10.12 Unpacking xfsprogs (6.1.0-1) ...
11:40:18 [2024-01-08T11:40:18.732Z] #109 10.22 Selecting previously unselected package zip.
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.23 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.23 Unpacking zip (3.0-13) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.29 Selecting previously unselected package zstd.
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.29 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.30 Unpacking zstd (1.5.4+dfsg2-5) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.45 Setting up libip4tc2:arm64 (1.8.9-2) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.47 Setting up net-tools (2.10-0.1) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.48 Setting up libapparmor1:arm64 (3.0.8-3) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.50 Setting up libsodium23:arm64 (1.0.18-1) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.51 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.52 Setting up libicu72:arm64 (72.1-3) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.54 Setting up libip6tc2:arm64 (1.8.9-2) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.55 Setting up libinih1:arm64 (55-1) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.57 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.58 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.59 Setting up bzip2 (1.0.8-5+b1) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.60 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.62 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.63 Setting up libcap2-bin (1:2.66-4) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.64 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
11:40:18 [2024-01-08T11:40:18.988Z] #109 10.66 Setting up apparmor (3.0.8-3) ...
11:40:19 [2024-01-08T11:40:19.916Z] #109 11.37 debconf: unable to initialize frontend: Dialog
11:40:19 [2024-01-08T11:40:19.916Z] #109 11.37 debconf: (TERM is not set, so the dialog frontend is not usable.)
11:40:19 [2024-01-08T11:40:19.916Z] #109 11.37 debconf: falling back to frontend: Readline
11:40:19 [2024-01-08T11:40:19.916Z] #109 11.37 debconf: unable to initialize frontend: Readline
11:40:19 [2024-01-08T11:40:19.916Z] #109 11.37 debconf: (This frontend requires a controlling tty.)
11:40:19 [2024-01-08T11:40:19.916Z] #109 11.37 debconf: falling back to frontend: Teletype
11:40:19 [2024-01-08T11:40:19.916Z] #109 11.55 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
11:40:20 [2024-01-08T11:40:20.173Z] #109 11.68 Setting up zip (3.0-13) ...
11:40:20 [2024-01-08T11:40:20.173Z] #109 11.70 Setting up vim-common (2:9.0.1378-2) ...
11:40:20 [2024-01-08T11:40:20.173Z] #109 11.72 Setting up bash-completion (1:2.11-6) ...
11:40:20 [2024-01-08T11:40:20.173Z] #109 11.75 Setting up xz-utils (5.4.1-0.2) ...
11:40:20 [2024-01-08T11:40:20.173Z] #109 11.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:40:20 [2024-01-08T11:40:20.173Z] #109 11.78 Setting up libmnl0:arm64 (1.0.4-3) ...
11:40:20 [2024-01-08T11:40:20.173Z] #109 11.80 Setting up patch (2.7.6-7) ...
11:40:20 [2024-01-08T11:40:20.429Z] #109 11.81 Setting up sudo (1.9.13p3-1+deb12u1) ...
11:40:20 [2024-01-08T11:40:20.429Z] #109 11.87 invoke-rc.d: could not determine current runlevel
11:40:20 [2024-01-08T11:40:20.429Z] #109 11.88 invoke-rc.d: policy-rc.d denied execution of start.
11:40:20 [2024-01-08T11:40:20.429Z] #109 11.88 Setting up libxtables12:arm64 (1.8.9-2) ...
11:40:20 [2024-01-08T11:40:20.429Z] #109 11.90 Setting up liburcu8:arm64 (0.13.2-1) ...
11:40:20 [2024-01-08T11:40:20.429Z] #109 11.91 Setting up libfdisk1:arm64 (2.38.1-5+b1) ...
11:40:20 [2024-01-08T11:40:20.429Z] #109 11.92 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
11:40:20 [2024-01-08T11:40:20.429Z] #109 11.94 Setting up pigz (2.6-1) ...
11:40:20 [2024-01-08T11:40:20.429Z] #109 11.95 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
11:40:20 [2024-01-08T11:40:20.429Z] #109 11.96 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
11:40:20 [2024-01-08T11:40:20.429Z] #109 12.00 Setting up sgml-base (1.31) ...
11:40:20 [2024-01-08T11:40:20.429Z] #109 12.04 Setting up vim-runtime (2:9.0.1378-2) ...
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.12 Setting up libaio1:arm64 (0.3.113-4) ...
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.14 Setting up libelf1:arm64 (0.188-2.1) ...
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.15 Setting up libjson-c5:arm64 (0.16-2) ...
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.16 Setting up zstd (1.5.4+dfsg2-5) ...
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.18 Setting up libonig5:arm64 (6.9.8-1) ...
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.19 Setting up libbpf1:arm64 (1:1.1.0-1) ...
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.20 Setting up libkmod2:arm64 (30+20221128-1) ...
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.21 Setting up vim (2:9.0.1378-2) ...
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
11:40:20 [2024-01-08T11:40:20.685Z] #109 12.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
11:40:20 [2024-01-08T11:40:20.941Z] #109 12.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
11:40:20 [2024-01-08T11:40:20.941Z] #109 12.26 Setting up libjq1:arm64 (1.6-2.1) ...
11:40:20 [2024-01-08T11:40:20.941Z] #109 12.28 Setting up iproute2 (6.1.0-3) ...
11:40:20 [2024-01-08T11:40:20.941Z] #109 12.41 debconf: unable to initialize frontend: Dialog
11:40:20 [2024-01-08T11:40:20.941Z] #109 12.41 debconf: (TERM is not set, so the dialog frontend is not usable.)
11:40:20 [2024-01-08T11:40:20.941Z] #109 12.41 debconf: falling back to frontend: Readline
11:40:20 [2024-01-08T11:40:20.941Z] #109 12.41 debconf: unable to initialize frontend: Readline
11:40:20 [2024-01-08T11:40:20.941Z] #109 12.41 debconf: (This frontend requires a controlling tty.)
11:40:20 [2024-01-08T11:40:20.941Z] #109 12.41 debconf: falling back to frontend: Teletype
11:40:20 [2024-01-08T11:40:20.941Z] #109 12.54 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.56 Setting up libnftnl11:arm64 (1.2.4-2) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.57 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.59 Setting up thin-provisioning-tools (0.9.0-2) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.60 Setting up libsystemd-shared:arm64 (252.19-1~deb12u1) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.61 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.65 Setting up jq (1.6-2.1) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.67 Setting up iptables (1.8.9-2) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.68 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.68 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.69 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.69 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.70 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.71 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.73 Setting up dmsetup (2:1.02.185-2) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.75 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u1) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.76 Setting up systemd (252.19-1~deb12u1) ...
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.80 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.81 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.81 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.82 Initializing machine ID from random generator.
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.85 Creating group 'systemd-journal' with GID 998.
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.85 Creating group 'systemd-network' with GID 997.
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.85 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.
11:40:21 [2024-01-08T11:40:21.198Z] #109 12.90 Setting up systemd-journal-remote (252.19-1~deb12u1) ...
11:40:21 [2024-01-08T11:40:21.454Z] #109 12.92 Creating group 'systemd-journal-remote' with GID 996.
11:40:21 [2024-01-08T11:40:21.454Z] #109 12.92 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.
11:40:21 [2024-01-08T11:40:21.454Z] #109 12.95 Setting up xfsprogs (6.1.0-1) ...
11:40:21 [2024-01-08T11:40:21.454Z] #109 12.96 System has not been booted with systemd as init system (PID 1). Can't operate.
11:40:21 [2024-01-08T11:40:21.454Z] #109 12.96 Failed to connect to bus: Host is down
11:40:21 [2024-01-08T11:40:21.454Z] #109 12.97 Processing triggers for libc-bin (2.36-9+deb12u3) ...
11:40:22 [2024-01-08T11:40:22.820Z] #109 DONE 14.4s
11:40:23 [2024-01-08T11:40:23.076Z] 
11:40:23 [2024-01-08T11:40:23.076Z] #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
11:40:23 [2024-01-08T11:40:23.076Z] #110 0.312 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
11:40:23 [2024-01-08T11:40:23.332Z] #110 0.316 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
11:40:23 [2024-01-08T11:40:23.332Z] #110 0.320 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
11:40:23 [2024-01-08T11:40:23.332Z] #110 DONE 0.4s
11:40:23 [2024-01-08T11:40:23.332Z] 
11:40:23 [2024-01-08T11:40:23.332Z] #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
11:40:23 [2024-01-08T11:40:23.894Z] #111 0.700 Hit:1 http://deb.debian.org/debian bookworm InRelease
11:40:23 [2024-01-08T11:40:23.895Z] #111 0.700 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
11:40:23 [2024-01-08T11:40:23.895Z] #111 0.700 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
11:40:24 [2024-01-08T11:40:24.713Z] #111 0.925 Reading package lists...
11:40:25 [2024-01-08T11:40:25.225Z] #111 1.549 Reading package lists...
11:40:25 [2024-01-08T11:40:25.481Z] #111 2.155 Building dependency tree...
11:40:25 [2024-01-08T11:40:25.737Z] #111 2.340 Reading state information...
11:40:25 [2024-01-08T11:40:25.737Z] #111 2.598 gcc is already the newest version (4:12.2.0-3).
11:40:25 [2024-01-08T11:40:25.737Z] #111 2.598 pkg-config is already the newest version (1.8.1-1).
11:40:25 [2024-01-08T11:40:25.737Z] #111 2.598 The following additional packages will be installed:
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.599   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.599   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.599   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.599   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.600   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.600   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.600   python3-yaml uuid-dev zlib1g-dev
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.603 Suggested packages:
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.603   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.603   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.603 Recommended packages:
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.603   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.603   liblocale-gettext-perl shared-mime-info xdg-user-dirs
11:40:25 [2024-01-08T11:40:25.992Z] #111 2.913 The following NEW packages will be installed:
11:40:26 [2024-01-08T11:40:26.248Z] #111 2.914   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
11:40:26 [2024-01-08T11:40:26.248Z] #111 2.914   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
11:40:26 [2024-01-08T11:40:26.248Z] #111 2.914   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
11:40:26 [2024-01-08T11:40:26.248Z] #111 2.914   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:40:26 [2024-01-08T11:40:26.248Z] #111 2.914   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
11:40:26 [2024-01-08T11:40:26.248Z] #111 2.914   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:40:26 [2024-01-08T11:40:26.248Z] #111 2.915   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
11:40:26 [2024-01-08T11:40:26.248Z] #111 2.915   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.191 0 upgraded, 37 newly installed, 0 to remove and 5 not upgraded.
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.191 Need to get 11.9 MB of archives.
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.191 After this operation, 53.1 MB of additional disk space will be used.
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.191 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.198 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.204 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.211 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.211 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.212 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.212 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.213 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.213 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.214 Get:10 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.221 Get:11 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.222 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.223 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.238 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.242 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.248 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.250 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.251 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.252 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
11:40:26 [2024-01-08T11:40:26.504Z] #111 3.252 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
11:40:26 [2024-01-08T11:40:26.505Z] #111 3.254 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
11:40:26 [2024-01-08T11:40:26.505Z] #111 3.256 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
11:40:26 [2024-01-08T11:40:26.505Z] #111 3.257 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
11:40:26 [2024-01-08T11:40:26.505Z] #111 3.257 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
11:40:26 [2024-01-08T11:40:26.505Z] #111 3.261 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
11:40:26 [2024-01-08T11:40:26.505Z] #111 3.262 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
11:40:26 [2024-01-08T11:40:26.505Z] #111 3.263 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
11:40:26 [2024-01-08T11:40:26.505Z] #111 3.270 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
11:40:26 [2024-01-08T11:40:26.505Z] #111 3.302 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.304 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.305 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.19-1~deb12u1 [353 kB]
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.306 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.19-1~deb12u1 [51.9 kB]
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.307 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.307 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.307 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.310 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.311 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.469 debconf: delaying package configuration, since apt-utils is not installed
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.512 Fetched 11.9 MB in 0s (30.7 MB/s)
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.539 Selecting previously unselected package libdpkg-perl.
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.539 (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.)
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.551 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.559 Unpacking libdpkg-perl (1.21.22) ...
11:40:26 [2024-01-08T11:40:26.761Z] #111 3.631 Selecting previously unselected package dpkg-dev.
11:40:27 [2024-01-08T11:40:27.017Z] #111 3.633 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
11:40:27 [2024-01-08T11:40:27.017Z] #111 3.638 Unpacking dpkg-dev (1.21.22) ...
11:40:27 [2024-01-08T11:40:27.017Z] #111 3.778 Selecting previously unselected package libglib2.0-0:arm64.
11:40:27 [2024-01-08T11:40:27.017Z] #111 3.781 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.017Z] #111 3.791 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
11:40:27 [2024-01-08T11:40:27.273Z] #111 3.980 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:40:27 [2024-01-08T11:40:27.273Z] #111 3.982 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.273Z] #111 3.987 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
11:40:27 [2024-01-08T11:40:27.273Z] #111 4.025 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:40:27 [2024-01-08T11:40:27.273Z] #111 4.028 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.273Z] #111 4.031 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
11:40:27 [2024-01-08T11:40:27.273Z] #111 4.087 Selecting previously unselected package libsecret-common.
11:40:27 [2024-01-08T11:40:27.273Z] #111 4.089 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
11:40:27 [2024-01-08T11:40:27.273Z] #111 4.094 Unpacking libsecret-common (0.20.5-3) ...
11:40:27 [2024-01-08T11:40:27.273Z] #111 4.152 Selecting previously unselected package libsecret-1-0:arm64.
11:40:27 [2024-01-08T11:40:27.273Z] #111 4.154 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.273Z] #111 4.161 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
11:40:27 [2024-01-08T11:40:27.273Z] #111 4.207 Selecting previously unselected package gir1.2-secret-1:arm64.
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.209 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.214 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.246 Selecting previously unselected package libapparmor-dev:arm64.
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.248 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.252 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.298 Selecting previously unselected package uuid-dev:arm64.
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.300 Preparing to unpack .../09-uuid-dev_2.38.1-5+b1_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.305 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.338 Selecting previously unselected package libblkid-dev:arm64.
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.341 Preparing to unpack .../10-libblkid-dev_2.38.1-5+b1_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.346 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.392 Selecting previously unselected package libffi-dev:arm64.
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.394 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.398 Unpacking libffi-dev:arm64 (3.4.4-1) ...
11:40:27 [2024-01-08T11:40:27.530Z] #111 4.440 Selecting previously unselected package libgpg-error-dev.
11:40:27 [2024-01-08T11:40:27.786Z] #111 4.442 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.786Z] #111 4.447 Unpacking libgpg-error-dev (1.46-1) ...
11:40:27 [2024-01-08T11:40:27.786Z] #111 4.486 Selecting previously unselected package libgcrypt20-dev.
11:40:27 [2024-01-08T11:40:27.786Z] #111 4.489 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
11:40:27 [2024-01-08T11:40:27.786Z] #111 4.492 Unpacking libgcrypt20-dev (1.10.1-3) ...
11:40:27 [2024-01-08T11:40:27.786Z] #111 4.572 Selecting previously unselected package libglib2.0-data.
11:40:27 [2024-01-08T11:40:27.786Z] #111 4.574 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
11:40:27 [2024-01-08T11:40:27.786Z] #111 4.579 Unpacking libglib2.0-data (2.74.6-2) ...
11:40:27 [2024-01-08T11:40:27.786Z] #111 4.718 Selecting previously unselected package libglib2.0-bin.
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.720 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.726 Unpacking libglib2.0-bin (2.74.6-2) ...
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.769 Selecting previously unselected package python3-lib2to3.
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.771 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.775 Unpacking python3-lib2to3 (3.11.2-3) ...
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.835 Selecting previously unselected package python3-distutils.
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.837 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.842 Unpacking python3-distutils (3.11.2-3) ...
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.887 Selecting previously unselected package libglib2.0-dev-bin.
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.890 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.894 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
11:40:28 [2024-01-08T11:40:28.043Z] #111 4.939 Selecting previously unselected package libsepol-dev:arm64.
11:40:28 [2024-01-08T11:40:28.299Z] #111 4.941 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.299Z] #111 4.945 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
11:40:28 [2024-01-08T11:40:28.299Z] #111 5.012 Selecting previously unselected package libpcre2-16-0:arm64.
11:40:28 [2024-01-08T11:40:28.299Z] #111 5.015 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.299Z] #111 5.018 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
11:40:28 [2024-01-08T11:40:28.299Z] #111 5.079 Selecting previously unselected package libpcre2-32-0:arm64.
11:40:28 [2024-01-08T11:40:28.299Z] #111 5.082 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.299Z] #111 5.088 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
11:40:28 [2024-01-08T11:40:28.299Z] #111 5.142 Selecting previously unselected package libpcre2-posix3:arm64.
11:40:28 [2024-01-08T11:40:28.299Z] #111 5.144 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.299Z] #111 5.148 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
11:40:28 [2024-01-08T11:40:28.299Z] #111 5.181 Selecting previously unselected package libpcre2-dev:arm64.
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.183 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.188 Unpacking libpcre2-dev:arm64 (10.42-1) ...
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.268 Selecting previously unselected package libselinux1-dev:arm64.
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.271 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.275 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.334 Selecting previously unselected package libmount-dev:arm64.
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.336 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.340 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.374 Selecting previously unselected package zlib1g-dev:arm64.
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.376 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.380 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
11:40:28 [2024-01-08T11:40:28.555Z] #111 5.483 Selecting previously unselected package libglib2.0-dev:arm64.
11:40:28 [2024-01-08T11:40:28.811Z] #111 5.486 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
11:40:28 [2024-01-08T11:40:28.811Z] #111 5.490 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
11:40:28 [2024-01-08T11:40:28.811Z] #111 5.660 Selecting previously unselected package libseccomp-dev:arm64.
11:40:29 [2024-01-08T11:40:29.067Z] #111 5.663 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
11:40:29 [2024-01-08T11:40:29.067Z] #111 5.667 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
11:40:29 [2024-01-08T11:40:29.067Z] #111 5.709 Selecting previously unselected package libsecret-1-dev:arm64.
11:40:29 [2024-01-08T11:40:29.067Z] #111 5.712 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
11:40:29 [2024-01-08T11:40:29.067Z] #111 5.716 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
11:40:29 [2024-01-08T11:40:29.067Z] #111 5.809 Selecting previously unselected package libsystemd-dev:arm64.
11:40:29 [2024-01-08T11:40:29.067Z] #111 5.812 Preparing to unpack .../30-libsystemd-dev_252.19-1~deb12u1_arm64.deb ...
11:40:29 [2024-01-08T11:40:29.067Z] #111 5.823 Unpacking libsystemd-dev:arm64 (252.19-1~deb12u1) ...
11:40:29 [2024-01-08T11:40:29.067Z] #111 5.929 Selecting previously unselected package libudev-dev:arm64.
11:40:29 [2024-01-08T11:40:29.324Z] #111 5.932 Preparing to unpack .../31-libudev-dev_252.19-1~deb12u1_arm64.deb ...
11:40:29 [2024-01-08T11:40:29.324Z] #111 5.936 Unpacking libudev-dev:arm64 (252.19-1~deb12u1) ...
11:40:29 [2024-01-08T11:40:29.324Z] #111 6.004 Selecting previously unselected package libyaml-0-2:arm64.
11:40:29 [2024-01-08T11:40:29.324Z] #111 6.007 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
11:40:29 [2024-01-08T11:40:29.324Z] #111 6.012 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
11:40:29 [2024-01-08T11:40:29.324Z] #111 6.051 Selecting previously unselected package python3-pathspec.
11:40:29 [2024-01-08T11:40:29.324Z] #111 6.053 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
11:40:29 [2024-01-08T11:40:29.324Z] #111 6.057 Unpacking python3-pathspec (0.11.0-1) ...
11:40:29 [2024-01-08T11:40:29.324Z] #111 6.105 Selecting previously unselected package python3-pkg-resources.
11:40:29 [2024-01-08T11:40:29.324Z] #111 6.108 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
11:40:29 [2024-01-08T11:40:29.324Z] #111 6.114 Unpacking python3-pkg-resources (66.1.1-1) ...
11:40:29 [2024-01-08T11:40:29.324Z] #111 6.174 Selecting previously unselected package python3-yaml.
11:40:29 [2024-01-08T11:40:29.580Z] #111 6.176 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
11:40:29 [2024-01-08T11:40:29.580Z] #111 6.182 Unpacking python3-yaml (6.0-3+b2) ...
11:40:29 [2024-01-08T11:40:29.580Z] #111 6.239 Selecting previously unselected package yamllint.
11:40:29 [2024-01-08T11:40:29.580Z] #111 6.242 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
11:40:29 [2024-01-08T11:40:29.580Z] #111 6.248 Unpacking yamllint (1.29.0-1) ...
11:40:29 [2024-01-08T11:40:29.580Z] #111 6.307 Setting up python3-pkg-resources (66.1.1-1) ...
11:40:29 [2024-01-08T11:40:29.836Z] #111 6.572 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
11:40:29 [2024-01-08T11:40:29.836Z] #111 6.586 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
11:40:29 [2024-01-08T11:40:29.836Z] #111 6.597 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
11:40:29 [2024-01-08T11:40:29.836Z] #111 6.611 No schema files found: doing nothing.
11:40:29 [2024-01-08T11:40:29.836Z] #111 6.618 Setting up python3-yaml (6.0-3+b2) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.782 Setting up libffi-dev:arm64 (3.4.4-1) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.794 Setting up libpcre2-16-0:arm64 (10.42-1) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.806 Setting up libpcre2-32-0:arm64 (10.42-1) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.818 Setting up libglib2.0-data (2.74.6-2) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.830 Setting up libgpg-error-dev (1.46-1) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.842 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.857 Setting up libudev-dev:arm64 (252.19-1~deb12u1) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.871 Setting up libsepol-dev:arm64 (3.4-2.1) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.884 Setting up libdpkg-perl (1.21.22) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.966 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.978 Setting up libpcre2-posix3:arm64 (10.42-1) ...
11:40:30 [2024-01-08T11:40:30.093Z] #111 6.990 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
11:40:30 [2024-01-08T11:40:30.349Z] #111 7.006 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
11:40:30 [2024-01-08T11:40:30.349Z] #111 7.017 Setting up python3-pathspec (0.11.0-1) ...
11:40:30 [2024-01-08T11:40:30.349Z] #111 7.148 Setting up python3-lib2to3 (3.11.2-3) ...
11:40:30 [2024-01-08T11:40:30.349Z] #111 7.261 Setting up libsystemd-dev:arm64 (252.19-1~deb12u1) ...
11:40:30 [2024-01-08T11:40:30.605Z] #111 7.275 Setting up libsecret-common (0.20.5-3) ...
11:40:30 [2024-01-08T11:40:30.605Z] #111 7.285 Setting up python3-distutils (3.11.2-3) ...
11:40:30 [2024-01-08T11:40:30.605Z] #111 7.418 Setting up libglib2.0-dev-bin (2.74.6-2) ...
11:40:30 [2024-01-08T11:40:30.861Z] #111 7.577 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.590 Setting up libpcre2-dev:arm64 (10.42-1) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.603 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.616 Setting up libglib2.0-bin (2.74.6-2) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.627 Setting up dpkg-dev (1.21.22) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.660 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.672 Setting up yamllint (1.29.0-1) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.819 Setting up libgcrypt20-dev (1.10.1-3) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.829 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.840 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.853 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.871 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.887 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
11:40:31 [2024-01-08T11:40:31.118Z] #111 7.899 Processing triggers for libc-bin (2.36-9+deb12u3) ...
11:40:31 [2024-01-08T11:40:31.680Z] #111 DONE 8.5s
11:40:31 [2024-01-08T11:40:31.680Z] 
11:40:31 [2024-01-08T11:40:31.680Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
11:40:31 [2024-01-08T11:40:31.680Z] #112 DONE 0.1s
11:40:31 [2024-01-08T11:40:31.936Z] 
11:40:31 [2024-01-08T11:40:31.936Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
11:40:31 [2024-01-08T11:40:31.936Z] #113 DONE 0.1s
11:40:32 [2024-01-08T11:40:32.193Z] 
11:40:32 [2024-01-08T11:40:32.193Z] #114 [dev 1/1] COPY --link . .
11:40:33 [2024-01-08T11:40:33.560Z] #114 DONE 1.4s
11:40:33 [2024-01-08T11:40:33.560Z] 
11:40:33 [2024-01-08T11:40:33.560Z] #115 exporting to image
11:40:33 [2024-01-08T11:40:33.560Z] #115 exporting layers
11:40:34 [2024-01-08T11:40:34.488Z] #115 exporting layers 1.1s done
11:40:34 [2024-01-08T11:40:34.488Z] #115 writing image sha256:a8314a053e44349d7e75bd020c5512c5bbce1248cc5200087ebc627eb6edcba4 done
11:40:34 [2024-01-08T11:40:34.488Z] #115 naming to docker.io/library/docker:782fe1fe8238f6f16f352a677320c8a6ec7546b7 done
11:40:34 [2024-01-08T11:40:34.488Z] #115 DONE 1.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
11:40:34 [2024-01-08T11:40:34.781Z] + sudo modprobe ip6table_filter
[Pipeline] sh
11:40:35 [2024-01-08T11:40:35.056Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47042/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=782fe1fe8238f6f16f352a677320c8a6ec7546b7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:782fe1fe8238f6f16f352a677320c8a6ec7546b7 hack/test/unit
11:40:35 [2024-01-08T11:40:35.313Z] + BUILDFLAGS=(-tags 'netgo journald')
11:40:35 [2024-01-08T11:40:35.313Z] + TESTFLAGS+=' -test.timeout=5m'
11:40:35 [2024-01-08T11:40:35.313Z] + TESTDIRS=./...
11:40:35 [2024-01-08T11:40:35.313Z] + exclude_paths='/vendor/|/integration'
11:40:35 [2024-01-08T11:40:35.313Z] ++ go list ./...
11:40:35 [2024-01-08T11:40:35.313Z] ++ grep -vE '(/vendor/|/integration)'
11:40:35 [2024-01-08T11:40:35.878Z] + pkg_list='github.com/docker/docker/api
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/backend/build
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/httpstatus
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/httputils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/middleware
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/build
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/checkpoint
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/container
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/debug
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/distribution
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/grpc
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/image
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/network
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/plugin
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/session
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/swarm
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/system
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/server/router/volume
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/backend
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/blkiodev
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/checkpoint
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/container
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/events
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/filters
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/image
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/mount
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/network
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/plugins/logdriver
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/registry
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/strslice
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/swarm
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/swarm/runtime
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/system
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/time
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/versions
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/versions/v1p19
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/versions/v1p20
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/api/types/volume
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/builder-next
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/builder-next/exporter
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/builder-next/exporter/overrides
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/builder-next/imagerefchecker
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/builder-next/worker
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/builder-next/worker/label
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/dockerfile
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/remotecontext
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/remotecontext/git
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/builder/remotecontext/urlutil
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/cli/debug
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/cli/winresources/docker-proxy
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/cli/winresources/dockerd
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/client
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/client/buildkit
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/cmd/docker-proxy
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/cmd/dockerd
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/cmd/dockerd/trap
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/container
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/container/stream
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/contrib/apparmor
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/contrib/httpserver
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/cluster
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/cluster/controllers/plugin
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/cluster/convert
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/cluster/executor
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/cluster/executor/container
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/cluster/provider
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/config
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/containerd
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/events
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/events/testutils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/graphdriver
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/graphdriver/btrfs
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/graphdriver/copy
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/graphdriver/graphtest
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/graphdriver/overlay2
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/graphdriver/overlayutils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/graphdriver/register
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/graphdriver/vfs
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/graphdriver/zfs
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/images
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/initlayer
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/links
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/listeners
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/awslogs
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/fluentd
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/gcplogs
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/gelf
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/journald
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/journald/internal/export
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/journald/internal/fake
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/jsonfilelog
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/local
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/loggertest
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/loggerutils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/loggerutils/cache
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/splunk
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/syslog
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/logger/templates
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/names
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/network
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/snapshotter
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/daemon/stats
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/distribution
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/distribution/metadata
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/distribution/utils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/distribution/xfer
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/dockerversion
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/errdefs
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/image
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/image/cache
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/image/spec/specs-go
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/image/spec/specs-go/v1
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/image/tarexport
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/image/v1
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/internal/compatcontext
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/internal/mod
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/internal/mounttree
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/internal/multierror
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/internal/sliceutil
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/internal/test/suite
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/internal/testutils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/internal/testutils/netnsutils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/internal/testutils/specialimage
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/internal/unshare
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/layer
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libcontainerd
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libcontainerd/queue
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libcontainerd/remote
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libcontainerd/shimopts
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libcontainerd/supervisor
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libcontainerd/types
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/bitmap
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/cluster
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/config
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/datastore
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/diagnostic
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/discoverapi
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/driverapi
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/bridge
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/host
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/null
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/overlay
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/remote
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/windows
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/drvregistry
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/etchosts
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/internal/caller
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/internal/kvstore
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/internal/netiputil
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/ipam
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/ipamapi
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/ipams/builtin
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/ipams/null
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/ipams/remote
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/ipamutils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/ipbits
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/iptables
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/netlabel
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/netutils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/networkdb
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/ns
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/options
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/osl
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/osl/kernel
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/portallocator
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/portmapper
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/resolvconf
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/scope
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/libnetwork/types
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/oci
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/oci/caps
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/opts
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/archive
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/authorization
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/broadcaster
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/capabilities
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/chrootarchive
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/containerfs
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/directory
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/dmesg
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/fileutils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/homedir
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/idtools
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/ioutils
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/jsonmessage
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/longpath
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/loopback
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/meminfo
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/namesgenerator
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/parsers
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/parsers/kernel
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/parsers/operatingsystem
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/pidfile
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/platform
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/platforms
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/plugingetter
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/plugins
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/plugins/transport
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/pools
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/process
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/progress
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/reexec
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/rootless
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/rootless/specconv
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/stack
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/stdcopy
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/streamformatter
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/stringid
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/sysinfo
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/system
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/tailfile
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/tarsum
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/pkg/useragent
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/plugin
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/plugin/executor/containerd
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/plugin/v2
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/profiles/apparmor
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/profiles/seccomp
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/quota
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/reference
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/registry
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/registry/resumable
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/restartmanager
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/runconfig
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/runconfig/opts
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/testutil
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/testutil/daemon
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/testutil/environment
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/testutil/fakecontext
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/testutil/fakegit
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/testutil/fakestorage
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/testutil/fixtures/load
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/testutil/fixtures/plugin
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/testutil/fixtures/plugin/basic
11:40:35 [2024-01-08T11:40:35.878Z] github.com/docker/docker/testutil/registry
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/request
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/drivers
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/local
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/mounts
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/service
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/service/opts
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/testutils'
11:40:35 [2024-01-08T11:40:35.879Z] ++ grep --fixed-strings -v /libnetwork
11:40:35 [2024-01-08T11:40:35.879Z] ++ echo 'github.com/docker/docker/api
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/backend/build
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/httpstatus
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/httputils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/middleware
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/build
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/checkpoint
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/container
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/debug
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/distribution
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/grpc
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/image
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/network
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/plugin
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/session
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/swarm
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/system
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/volume
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/backend
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/blkiodev
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/checkpoint
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/container
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/events
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/filters
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/image
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/mount
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/network
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/plugins/logdriver
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/registry
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/strslice
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/swarm
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/swarm/runtime
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/system
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/time
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/versions
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/versions/v1p19
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/versions/v1p20
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/volume
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/exporter
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/exporter/overrides
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/imagerefchecker
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/worker
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/worker/label
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/dockerfile
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/remotecontext
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/remotecontext/git
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/remotecontext/urlutil
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/cli/debug
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/cli/winresources/docker-proxy
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/cli/winresources/dockerd
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/client
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/client/buildkit
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/cmd/docker-proxy
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/cmd/dockerd
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/cmd/dockerd/trap
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/container
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/container/stream
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/contrib/apparmor
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/contrib/httpserver
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/cluster
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/cluster/controllers/plugin
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/cluster/convert
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/cluster/executor
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/cluster/executor/container
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/cluster/provider
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/config
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/containerd
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/events
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/events/testutils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/graphdriver
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/graphdriver/btrfs
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/graphdriver/copy
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/graphdriver/graphtest
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/graphdriver/overlay2
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/graphdriver/overlayutils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/graphdriver/register
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/graphdriver/vfs
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/graphdriver/zfs
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/images
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/initlayer
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/links
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/listeners
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/awslogs
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/fluentd
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/gcplogs
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/gelf
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/journald
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/journald/internal/export
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/journald/internal/fake
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/jsonfilelog
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/local
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/loggertest
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/loggerutils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/loggerutils/cache
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/splunk
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/syslog
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/logger/templates
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/names
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/network
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/snapshotter
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/daemon/stats
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/distribution
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/distribution/metadata
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/distribution/utils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/distribution/xfer
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/dockerversion
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/errdefs
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/image
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/image/cache
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/image/spec/specs-go
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/image/spec/specs-go/v1
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/image/tarexport
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/image/v1
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/internal/compatcontext
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/internal/mod
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/internal/mounttree
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/internal/multierror
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/internal/sliceutil
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/internal/test/suite
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/internal/testutils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/internal/testutils/netnsutils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/internal/testutils/specialimage
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/internal/unshare
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/layer
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libcontainerd
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libcontainerd/queue
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libcontainerd/remote
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libcontainerd/shimopts
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libcontainerd/supervisor
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libcontainerd/types
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/bitmap
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/cluster
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/config
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/datastore
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/diagnostic
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/discoverapi
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/driverapi
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/bridge
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/host
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/null
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/overlay
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/remote
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/windows
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/drvregistry
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/etchosts
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/internal/caller
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/internal/kvstore
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/internal/netiputil
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/ipam
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/ipamapi
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/ipams/builtin
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/ipams/null
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/ipams/remote
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/ipamutils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/ipbits
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/iptables
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/netlabel
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/netutils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/networkdb
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/ns
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/options
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/osl
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/osl/kernel
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/portallocator
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/portmapper
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/resolvconf
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/scope
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/libnetwork/types
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/oci
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/oci/caps
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/opts
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/archive
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/authorization
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/broadcaster
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/capabilities
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/chrootarchive
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/containerfs
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/directory
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/dmesg
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/fileutils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/homedir
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/idtools
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/ioutils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/jsonmessage
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/longpath
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/loopback
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/meminfo
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/namesgenerator
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/parsers
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/parsers/kernel
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/parsers/operatingsystem
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/pidfile
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/platform
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/platforms
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/plugingetter
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/plugins
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/plugins/transport
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/pools
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/process
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/progress
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/reexec
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/rootless
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/rootless/specconv
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/stack
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/stdcopy
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/streamformatter
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/stringid
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/sysinfo
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/system
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/tailfile
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/tarsum
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/pkg/useragent
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/plugin
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/plugin/executor/containerd
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/plugin/v2
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/profiles/apparmor
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/profiles/seccomp
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/quota
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/reference
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/registry
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/registry/resumable
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/restartmanager
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/runconfig
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/runconfig/opts
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/daemon
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/environment
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/fakecontext
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/fakegit
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/fakestorage
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/fixtures/load
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/fixtures/plugin
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/fixtures/plugin/basic
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/registry
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/testutil/request
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/drivers
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/local
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/mounts
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/service
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/service/opts
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/volume/testutils'
11:40:35 [2024-01-08T11:40:35.879Z] + base_pkg_list='github.com/docker/docker/api
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/backend/build
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/httpstatus
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/httputils
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/middleware
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/build
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/checkpoint
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/container
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/debug
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/distribution
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/grpc
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/image
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/network
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/plugin
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/session
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/swarm
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/system
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/server/router/volume
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/backend
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/blkiodev
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/checkpoint
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/container
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/events
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/filters
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/image
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/mount
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/network
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/plugins/logdriver
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/registry
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/strslice
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/swarm
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/swarm/runtime
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/system
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/time
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/versions
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/versions/v1p19
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/versions/v1p20
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/api/types/volume
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
11:40:35 [2024-01-08T11:40:35.879Z] github.com/docker/docker/builder/builder-next/exporter
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/exporter/overrides
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/imagerefchecker
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/worker
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/worker/label
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/dockerfile
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/remotecontext
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/remotecontext/git
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/remotecontext/urlutil
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cli/debug
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cli/winresources/docker-proxy
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cli/winresources/dockerd
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/client
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/client/buildkit
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cmd/docker-proxy
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cmd/dockerd
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cmd/dockerd/trap
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/container
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/container/stream
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/contrib/apparmor
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/contrib/httpserver
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster/controllers/plugin
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster/convert
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster/executor
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster/executor/container
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster/provider
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/config
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/containerd
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/events
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/events/testutils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/btrfs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/copy
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/graphtest
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/overlay2
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/overlayutils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/register
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/vfs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/zfs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/images
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/initlayer
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/links
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/listeners
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/awslogs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/fluentd
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/gcplogs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/gelf
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/journald
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/journald/internal/export
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/journald/internal/fake
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/jsonfilelog
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/local
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/loggertest
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/loggerutils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/loggerutils/cache
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/splunk
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/syslog
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/templates
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/names
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/network
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/snapshotter
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/stats
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/distribution
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/distribution/metadata
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/distribution/utils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/distribution/xfer
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/dockerversion
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/errdefs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image/cache
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image/spec/specs-go
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image/spec/specs-go/v1
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image/tarexport
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image/v1
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/compatcontext
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/mod
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/mounttree
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/multierror
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/sliceutil
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/test/suite
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/testutils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/testutils/netnsutils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/testutils/specialimage
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/unshare
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/layer
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/libcontainerd
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/libcontainerd/queue
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/libcontainerd/remote
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/libcontainerd/shimopts
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/libcontainerd/supervisor
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/libcontainerd/types
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/oci
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/oci/caps
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/opts
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/archive
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/authorization
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/broadcaster
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/capabilities
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/chrootarchive
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/containerfs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/directory
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/dmesg
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/fileutils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/homedir
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/idtools
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/ioutils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/jsonmessage
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/longpath
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/loopback
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/meminfo
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/namesgenerator
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/parsers
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/parsers/kernel
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/parsers/operatingsystem
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/pidfile
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/platform
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/platforms
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/plugingetter
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/plugins
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/plugins/transport
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/pools
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/process
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/progress
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/reexec
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/rootless
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/rootless/specconv
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/stack
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/stdcopy
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/streamformatter
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/stringid
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/sysinfo
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/system
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/tailfile
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/tarsum
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/pkg/useragent
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/plugin
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/plugin/executor/containerd
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/plugin/v2
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/profiles/apparmor
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/profiles/seccomp
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/quota
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/reference
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/registry
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/registry/resumable
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/restartmanager
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/runconfig
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/runconfig/opts
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil/daemon
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil/environment
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil/fakecontext
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil/fakegit
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil/fakestorage
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil/fixtures/load
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil/fixtures/plugin
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil/fixtures/plugin/basic
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil/registry
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/testutil/request
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/volume
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/volume/drivers
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/volume/local
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/volume/mounts
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/volume/service
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/volume/service/opts
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/volume/testutils'
11:40:35 [2024-01-08T11:40:35.880Z] ++ grep --fixed-strings /libnetwork
11:40:35 [2024-01-08T11:40:35.880Z] ++ echo 'github.com/docker/docker/api
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/backend/build
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/httpstatus
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/httputils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/middleware
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/build
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/checkpoint
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/container
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/debug
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/distribution
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/grpc
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/image
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/network
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/plugin
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/session
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/swarm
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/system
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/server/router/volume
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/backend
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/blkiodev
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/checkpoint
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/container
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/events
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/filters
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/image
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/mount
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/network
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/plugins/logdriver
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/registry
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/strslice
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/swarm
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/swarm/runtime
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/system
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/time
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/versions
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/versions/v1p19
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/versions/v1p20
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/api/types/volume
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/exporter
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/exporter/overrides
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/imagerefchecker
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/worker
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/builder-next/worker/label
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/dockerfile
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/remotecontext
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/remotecontext/git
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/builder/remotecontext/urlutil
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cli/debug
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cli/winresources/docker-proxy
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cli/winresources/dockerd
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/client
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/client/buildkit
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cmd/docker-proxy
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cmd/dockerd
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cmd/dockerd/trap
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/container
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/container/stream
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/contrib/apparmor
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/contrib/httpserver
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster/controllers/plugin
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster/convert
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster/executor
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster/executor/container
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/cluster/provider
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/config
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/containerd
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/events
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/events/testutils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/btrfs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/copy
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/graphtest
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/overlay2
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/overlayutils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/register
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/vfs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/graphdriver/zfs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/images
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/initlayer
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/links
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/listeners
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/awslogs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/fluentd
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/gcplogs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/gelf
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/journald
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/journald/internal/export
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/journald/internal/fake
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/jsonfilelog
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/local
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/loggertest
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/loggerutils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/loggerutils/cache
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/splunk
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/syslog
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/logger/templates
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/names
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/network
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/snapshotter
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/daemon/stats
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/distribution
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/distribution/metadata
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/distribution/utils
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/distribution/xfer
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/dockerversion
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/errdefs
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image/cache
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image/spec/specs-go
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image/spec/specs-go/v1
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image/tarexport
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/image/v1
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/compatcontext
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/mod
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/mounttree
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/multierror
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/sliceutil
11:40:35 [2024-01-08T11:40:35.880Z] github.com/docker/docker/internal/test/suite
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/internal/testutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/internal/testutils/netnsutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/internal/testutils/specialimage
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/internal/unshare
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/layer
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libcontainerd
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libcontainerd/queue
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libcontainerd/remote
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libcontainerd/shimopts
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libcontainerd/supervisor
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libcontainerd/types
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/bitmap
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cluster
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/config
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/datastore
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/diagnostic
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/discoverapi
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/driverapi
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/bridge
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/host
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/null
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/overlay
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/remote
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/windows
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drvregistry
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/etchosts
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/caller
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/kvstore
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/netiputil
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipam
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipamapi
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/builtin
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/null
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/remote
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipamutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipbits
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/iptables
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/netlabel
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/netutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/networkdb
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ns
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/options
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/osl
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/osl/kernel
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/portallocator
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/portmapper
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/resolvconf
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/scope
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/types
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/oci
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/oci/caps
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/opts
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/archive
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/authorization
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/broadcaster
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/capabilities
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/chrootarchive
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/containerfs
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/directory
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/dmesg
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/fileutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/homedir
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/idtools
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/ioutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/jsonmessage
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/longpath
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/loopback
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/meminfo
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/namesgenerator
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/parsers
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/parsers/kernel
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/parsers/operatingsystem
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/pidfile
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/platform
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/platforms
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/plugingetter
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/plugins
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/plugins/transport
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/pools
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/process
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/progress
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/reexec
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/rootless
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/rootless/specconv
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/stack
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/stdcopy
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/streamformatter
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/stringid
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/sysinfo
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/system
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/tailfile
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/tarsum
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/pkg/useragent
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/plugin
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/plugin/executor/containerd
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/plugin/v2
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/profiles/apparmor
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/profiles/seccomp
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/quota
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/reference
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/registry
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/registry/resumable
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/restartmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/runconfig
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/runconfig/opts
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil/daemon
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil/environment
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil/fakecontext
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil/fakegit
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil/fakestorage
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil/fixtures/load
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil/fixtures/plugin
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil/fixtures/plugin/basic
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil/registry
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/testutil/request
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/volume
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/volume/drivers
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/volume/local
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/volume/mounts
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/volume/service
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/volume/service/opts
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/volume/testutils'
11:40:35 [2024-01-08T11:40:35.881Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/bitmap
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cluster
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/config
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/datastore
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/diagnostic
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/discoverapi
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/driverapi
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/bridge
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/host
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/null
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/overlay
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/remote
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/windows
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drvregistry
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/etchosts
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/caller
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/kvstore
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/netiputil
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipam
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipamapi
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/builtin
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/null
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/remote
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipamutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipbits
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/iptables
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/netlabel
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/netutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/networkdb
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ns
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/options
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/osl
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/osl/kernel
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/portallocator
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/portmapper
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/resolvconf
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/scope
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/types'
11:40:35 [2024-01-08T11:40:35.881Z] + echo 'github.com/docker/docker/libnetwork
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/bitmap
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cluster
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/config
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/datastore
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/diagnostic
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/discoverapi
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/driverapi
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/bridge
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/host
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/null
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/overlay
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/remote
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/windows
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drvregistry
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/etchosts
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/caller
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/kvstore
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/netiputil
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipam
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipamapi
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/builtin
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/null
11:40:35 [2024-01-08T11:40:35.881Z] git+ grep --fixed-strings libnetwork/drivers/bridge
11:40:35 [2024-01-08T11:40:35.881Z] hub.com/docker/docker/libnetwork/ipams/remote
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipamutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ipbits
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/iptables
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/netlabel
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/netutils
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/networkdb
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/ns
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/options
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/osl
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/osl/kernel
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/portallocator
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/portmapper
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/resolvconf
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/scope
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/types'
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/bridge
11:40:35 [2024-01-08T11:40:35.881Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:40:35 [2024-01-08T11:40:35.881Z] + type docker-proxy
11:40:35 [2024-01-08T11:40:35.881Z] hack/test/unit: line 25: type: docker-proxy: not found
11:40:35 [2024-01-08T11:40:35.881Z] + hack/make.sh binary-proxy install-proxy
11:40:35 [2024-01-08T11:40:35.881Z] 
11:40:35 [2024-01-08T11:40:35.881Z] Removing bundles/
11:40:35 [2024-01-08T11:40:35.881Z] 
11:40:35 [2024-01-08T11:40:35.881Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
11:40:35 [2024-01-08T11:40:35.881Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
11:40:35 [2024-01-08T11:40:35.881Z] + tee /go/src/github.com/docker/docker/go.mod
11:40:35 [2024-01-08T11:40:35.881Z] module github.com/docker/docker
11:40:35 [2024-01-08T11:40:35.881Z] 
11:40:35 [2024-01-08T11:40:35.881Z] go 1.20
11:40:35 [2024-01-08T11:40:35.881Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
11:40:35 [2024-01-08T11:40:35.881Z] + GO111MODULE=on
11:40:35 [2024-01-08T11:40:35.881Z] + 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=782fe1fe8238f6f16f352a677320c8a6ec7546b7" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-08T11:40:35.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
11:40:40 [2024-01-08T11:40:40.052Z] + rm -f /go/src/github.com/docker/docker/go.mod
11:40:40 [2024-01-08T11:40:40.052Z] Created binary: bundles/binary-proxy/docker-proxy
11:40:40 [2024-01-08T11:40:40.052Z] 
11:40:40 [2024-01-08T11:40:40.052Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
11:40:40 [2024-01-08T11:40:40.052Z] Installing docker-proxy to /usr/local/bin/
11:40:40 [2024-01-08T11:40:40.052Z] 
11:40:40 [2024-01-08T11:40:40.052Z] + mkdir -p bundles
11:40:40 [2024-01-08T11:40:40.052Z] + '[' -n 'github.com/docker/docker/api
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/backend/build
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/httpstatus
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/httputils
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/middleware
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/build
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/checkpoint
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/container
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/debug
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/distribution
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/grpc
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/image
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/network
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/plugin
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/session
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/swarm
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/system
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/server/router/volume
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/backend
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/blkiodev
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/checkpoint
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/container
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/events
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/filters
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/image
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/mount
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/network
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/plugins/logdriver
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/registry
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/strslice
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/swarm
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/swarm/runtime
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/system
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/time
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/versions
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/versions/v1p19
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/versions/v1p20
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/api/types/volume
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/builder-next
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/builder-next/exporter
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/builder-next/exporter/overrides
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/builder-next/imagerefchecker
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/builder-next/worker
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/builder-next/worker/label
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/dockerfile
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/remotecontext
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/remotecontext/git
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/builder/remotecontext/urlutil
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/cli/debug
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/cli/winresources/docker-proxy
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/cli/winresources/dockerd
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/client
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/client/buildkit
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/cmd/docker-proxy
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/cmd/dockerd
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/cmd/dockerd/trap
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/container
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/container/stream
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/contrib/apparmor
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/contrib/httpserver
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/cluster
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/cluster/controllers/plugin
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/cluster/convert
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/cluster/executor
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/cluster/executor/container
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/cluster/provider
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/config
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/containerd
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/events
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/events/testutils
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/graphdriver
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/graphdriver/btrfs
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/graphdriver/copy
11:40:40 [2024-01-08T11:40:40.052Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/graphdriver/graphtest
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/graphdriver/overlay2
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/graphdriver/overlayutils
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/graphdriver/register
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/graphdriver/vfs
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/graphdriver/zfs
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/images
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/initlayer
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/links
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/listeners
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/awslogs
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/fluentd
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/gcplogs
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/gelf
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/journald
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/journald/internal/export
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/journald/internal/fake
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/jsonfilelog
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/local
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/loggertest
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/loggerutils
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/loggerutils/cache
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/splunk
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/syslog
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/logger/templates
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/names
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/network
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/snapshotter
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/daemon/stats
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/distribution
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/distribution/metadata
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/distribution/utils
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/distribution/xfer
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/dockerversion
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/errdefs
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/image
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/image/cache
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/image/spec/specs-go
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/image/spec/specs-go/v1
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/image/tarexport
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/image/v1
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/internal/compatcontext
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/internal/mod
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/internal/mounttree
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/internal/multierror
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/internal/sliceutil
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/internal/test/suite
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/internal/testutils
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/internal/testutils/netnsutils
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/internal/testutils/specialimage
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/internal/unshare
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/layer
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/libcontainerd
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/libcontainerd/queue
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/libcontainerd/remote
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/libcontainerd/shimopts
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/libcontainerd/supervisor
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/libcontainerd/types
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/oci
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/oci/caps
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/opts
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/archive
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/authorization
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/broadcaster
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/capabilities
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/chrootarchive
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/containerfs
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/directory
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/dmesg
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/fileutils
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/homedir
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/idtools
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/ioutils
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/jsonmessage
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/longpath
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/loopback
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/meminfo
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/namesgenerator
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/parsers
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/parsers/kernel
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/parsers/operatingsystem
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/pidfile
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/platform
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/platforms
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/plugingetter
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/plugins
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/plugins/transport
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/pools
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/process
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/progress
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/reexec
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/rootless
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/rootless/specconv
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/stack
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/stdcopy
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/streamformatter
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/stringid
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/sysinfo
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/system
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/tailfile
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/tarsum
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/pkg/useragent
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/plugin
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/plugin/executor/containerd
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/plugin/v2
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/profiles/apparmor
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/profiles/seccomp
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/quota
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/reference
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/registry
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/registry/resumable
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/restartmanager
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/runconfig
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/runconfig/opts
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil/daemon
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil/environment
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil/fakecontext
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil/fakegit
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil/fakestorage
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil/fixtures/load
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil/fixtures/plugin
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil/fixtures/plugin/basic
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil/registry
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/testutil/request
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/volume
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/volume/drivers
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/volume/local
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/volume/mounts
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/volume/service
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/volume/service/opts
11:40:40 [2024-01-08T11:40:40.053Z] github.com/docker/docker/volume/testutils' ']'
11:40:40 [2024-01-08T11:40:40.310Z] + 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/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/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/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror 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/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/loopback github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/platforms github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
11:40:40 [2024-01-08T11:40:40.873Z] ?   	github.com/docker/docker/api	[no test files]
11:40:48 [2024-01-08T11:40:48.979Z] ok  	github.com/docker/docker/api/server	0.025s	coverage: 13.0% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 28.3% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 7.3% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/server/router/volume	0.013s	coverage: 66.7% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/events	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/types/container	0.008s	coverage: 83.7% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/image	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/types/filters	0.009s	coverage: 94.0% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/types/network	0.007s	coverage: 72.3% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/types/registry	0.004s	coverage: 54.2% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/system	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/api/types/versions	0.004s	coverage: 77.3% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/cli/debug	0.015s	coverage: 100.0% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.016s	coverage: 100.0% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/builder/remotecontext	0.040s	coverage: 33.7% of statements
11:41:10 [2024-01-08T11:41:10.892Z] ok  	github.com/docker/docker/builder/dockerfile	0.059s	coverage: 50.3% of statements
11:41:12 [2024-01-08T11:41:12.264Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
11:41:12 [2024-01-08T11:41:12.522Z] ok  	github.com/docker/docker/client	0.159s	coverage: 77.0% of statements
11:41:12 [2024-01-08T11:41:12.522Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.204s	coverage: 66.5% of statements
11:41:14 [2024-01-08T11:41:14.422Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.817s	coverage: 82.5% of statements
11:41:24 [2024-01-08T11:41:24.381Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
11:41:24 [2024-01-08T11:41:24.381Z] ?   	github.com/docker/docker/container/stream	[no test files]
11:41:24 [2024-01-08T11:41:24.381Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
11:41:24 [2024-01-08T11:41:24.381Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
11:41:24 [2024-01-08T11:41:24.381Z] ok  	github.com/docker/docker/container	0.131s	coverage: 36.4% of statements
11:41:24 [2024-01-08T11:41:24.639Z] ok  	github.com/docker/docker/cmd/dockerd	0.289s	coverage: 30.1% of statements
11:41:27 [2024-01-08T11:41:27.160Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.457s	coverage: 0.0% of statements
11:41:28 [2024-01-08T11:41:28.089Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
11:41:28 [2024-01-08T11:41:28.089Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.013s	coverage: 65.3% of statements
11:41:28 [2024-01-08T11:41:28.089Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.018s	coverage: 38.7% of statements
11:41:28 [2024-01-08T11:41:28.089Z] ok  	github.com/docker/docker/daemon/cluster	0.052s	coverage: 0.5% of statements
11:41:28 [2024-01-08T11:41:28.346Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
11:41:28 [2024-01-08T11:41:28.346Z] ok  	github.com/docker/docker/daemon/config	0.051s	coverage: 74.4% of statements
11:41:29 [2024-01-08T11:41:29.717Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
11:41:29 [2024-01-08T11:41:29.717Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.3% of statements
11:41:29 [2024-01-08T11:41:29.717Z] ok  	github.com/docker/docker/daemon/containerd	0.048s	coverage: 9.0% of statements
11:41:29 [2024-01-08T11:41:29.973Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
11:41:29 [2024-01-08T11:41:29.973Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 2.8% of statements
11:41:29 [2024-01-08T11:41:29.973Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.182s	coverage: 60.9% of statements
11:41:30 [2024-01-08T11:41:30.535Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
11:41:30 [2024-01-08T11:41:30.535Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
11:41:30 [2024-01-08T11:41:30.792Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
11:41:30 [2024-01-08T11:41:30.792Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
11:41:31 [2024-01-08T11:41:31.048Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.196s	coverage: 60.2% of statements
11:41:31 [2024-01-08T11:41:31.048Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.026s	coverage: 60.9% of statements
11:41:31 [2024-01-08T11:41:31.611Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
11:41:31 [2024-01-08T11:41:31.867Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.467s	coverage: 13.4% of statements
11:41:32 [2024-01-08T11:41:32.124Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
11:41:32 [2024-01-08T11:41:32.124Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
11:41:32 [2024-01-08T11:41:32.124Z] ok  	github.com/docker/docker/daemon/links	0.013s	coverage: 93.0% of statements
11:41:32 [2024-01-08T11:41:32.124Z] ok  	github.com/docker/docker/daemon/images	0.019s	coverage: 3.0% of statements
11:41:32 [2024-01-08T11:41:32.381Z] ok  	github.com/docker/docker/daemon/logger	0.228s	coverage: 43.2% of statements
11:41:32 [2024-01-08T11:41:32.381Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
11:41:32 [2024-01-08T11:41:32.381Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.011s	coverage: 53.6% of statements
11:41:32 [2024-01-08T11:41:32.638Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.106s	coverage: 78.3% of statements
11:41:32 [2024-01-08T11:41:32.638Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.019s	coverage: 68.2% of statements
11:41:33 [2024-01-08T11:41:33.201Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
11:41:33 [2024-01-08T11:41:33.201Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
11:41:33 [2024-01-08T11:41:33.201Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
11:41:33 [2024-01-08T11:41:33.201Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
11:41:33 [2024-01-08T11:41:33.201Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.114s	coverage: 76.8% of statements
11:41:33 [2024-01-08T11:41:33.201Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
11:41:33 [2024-01-08T11:41:33.458Z] ok  	github.com/docker/docker/daemon/logger/local	0.059s	coverage: 79.4% of statements
11:41:34 [2024-01-08T11:41:34.023Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.015s	coverage: 63.5% of statements
11:41:34 [2024-01-08T11:41:34.023Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.022s	coverage: 31.5% of statements
11:41:34 [2024-01-08T11:41:34.023Z] ?   	github.com/docker/docker/daemon/names	[no test files]
11:41:34 [2024-01-08T11:41:34.023Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
11:41:34 [2024-01-08T11:41:34.023Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.007s	coverage: 46.8% of statements
11:41:34 [2024-01-08T11:41:34.280Z] ok  	github.com/docker/docker/daemon/logger/journald	1.175s	coverage: 74.5% of statements
11:41:34 [2024-01-08T11:41:34.537Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
11:41:34 [2024-01-08T11:41:34.537Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
11:41:34 [2024-01-08T11:41:34.537Z] ok  	github.com/docker/docker/daemon/network	0.027s	coverage: 63.8% of statements
11:41:35 [2024-01-08T11:41:35.466Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
11:41:35 [2024-01-08T11:41:35.466Z] ok  	github.com/docker/docker/dockerversion	0.004s	coverage: 100.0% of statements
11:41:35 [2024-01-08T11:41:35.466Z] ok  	github.com/docker/docker/errdefs	0.007s	coverage: 77.2% of statements
11:41:35 [2024-01-08T11:41:35.466Z] ok  	github.com/docker/docker/distribution/metadata	0.025s	coverage: 44.4% of statements
11:41:35 [2024-01-08T11:41:35.466Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.442s	coverage: 82.5% of statements
11:41:36 [2024-01-08T11:41:36.029Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
11:41:36 [2024-01-08T11:41:36.029Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
11:41:36 [2024-01-08T11:41:36.029Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
11:41:36 [2024-01-08T11:41:36.029Z] ok  	github.com/docker/docker/image	0.026s	coverage: 84.6% of statements
11:41:36 [2024-01-08T11:41:36.285Z] ?   	github.com/docker/docker/image/v1	[no test files]
11:41:36 [2024-01-08T11:41:36.285Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
11:41:36 [2024-01-08T11:41:36.285Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
11:41:36 [2024-01-08T11:41:36.285Z] ok  	github.com/docker/docker/internal/mod	0.003s	coverage: 66.7% of statements
11:41:36 [2024-01-08T11:41:36.285Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.6% of statements
11:41:36 [2024-01-08T11:41:36.285Z] ?   	github.com/docker/docker/internal/sliceutil	[no test files]
11:41:36 [2024-01-08T11:41:36.285Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
11:41:36 [2024-01-08T11:41:36.285Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
11:41:36 [2024-01-08T11:41:36.285Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
11:41:36 [2024-01-08T11:41:36.285Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
11:41:36 [2024-01-08T11:41:36.542Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
11:41:36 [2024-01-08T11:41:36.542Z] ?   	github.com/docker/docker/internal/testutils/specialimage	[no test files]
11:41:36 [2024-01-08T11:41:36.798Z] ok  	github.com/docker/docker/distribution	1.493s	coverage: 28.9% of statements
11:41:37 [2024-01-08T11:41:37.362Z] ok  	github.com/docker/docker/daemon	10.647s	coverage: 17.2% of statements
11:41:37 [2024-01-08T11:41:37.362Z] ok  	github.com/docker/docker/distribution/xfer	2.177s	coverage: 85.4% of statements
11:41:37 [2024-01-08T11:41:37.362Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
11:41:37 [2024-01-08T11:41:37.362Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
11:41:37 [2024-01-08T11:41:37.362Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
11:41:37 [2024-01-08T11:41:37.362Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
11:41:37 [2024-01-08T11:41:37.362Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
11:41:37 [2024-01-08T11:41:37.362Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
11:41:37 [2024-01-08T11:41:37.926Z] ?   	github.com/docker/docker/oci/caps	[no test files]
11:41:37 [2024-01-08T11:41:37.926Z] ok  	github.com/docker/docker/oci	0.017s	coverage: 38.1% of statements
11:41:37 [2024-01-08T11:41:37.926Z] ok  	github.com/docker/docker/opts	0.029s	coverage: 67.9% of statements
11:41:38 [2024-01-08T11:41:38.489Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
11:41:38 [2024-01-08T11:41:38.489Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
11:41:38 [2024-01-08T11:41:38.489Z] ok  	github.com/docker/docker/pkg/broadcaster	0.004s	coverage: 100.0% of statements
11:41:38 [2024-01-08T11:41:38.489Z] ok  	github.com/docker/docker/pkg/containerfs	0.011s	coverage: 25.8% of statements
11:41:38 [2024-01-08T11:41:38.747Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
11:41:38 [2024-01-08T11:41:38.747Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.245s	coverage: 83.7% of statements
11:41:38 [2024-01-08T11:41:38.747Z] ok  	github.com/docker/docker/pkg/fileutils	0.020s	coverage: 51.7% of statements
11:41:39 [2024-01-08T11:41:39.004Z] ok  	github.com/docker/docker/pkg/authorization	0.426s	coverage: 68.3% of statements
11:41:39 [2024-01-08T11:41:39.004Z] ok  	github.com/docker/docker/pkg/homedir	0.008s	coverage: 8.3% of statements
11:41:39 [2024-01-08T11:41:39.004Z] ok  	github.com/docker/docker/pkg/archive	0.503s	coverage: 80.9% of statements
11:41:39 [2024-01-08T11:41:39.004Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
11:41:39 [2024-01-08T11:41:39.261Z] ok  	github.com/docker/docker/pkg/longpath	0.008s	coverage: 45.5% of statements
11:41:39 [2024-01-08T11:41:39.261Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.011s	coverage: 92.3% of statements
11:41:39 [2024-01-08T11:41:39.261Z] ok  	github.com/docker/docker/pkg/meminfo	0.022s	coverage: 75.0% of statements
11:41:39 [2024-01-08T11:41:39.261Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
11:41:39 [2024-01-08T11:41:39.261Z] ok  	github.com/docker/docker/pkg/parsers	0.009s	coverage: 97.0% of statements
11:41:39 [2024-01-08T11:41:39.261Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
11:41:39 [2024-01-08T11:41:39.517Z] ok  	github.com/docker/docker/pkg/idtools	0.446s	coverage: 69.7% of statements
11:41:39 [2024-01-08T11:41:39.517Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.2% of statements
11:41:39 [2024-01-08T11:41:39.517Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
11:41:39 [2024-01-08T11:41:39.517Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
11:41:39 [2024-01-08T11:41:39.517Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
11:41:39 [2024-01-08T11:41:39.517Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 94.1% of statements
11:41:39 [2024-01-08T11:41:39.517Z] ok  	github.com/docker/docker/pkg/ioutils	0.379s	coverage: 71.9% of statements
11:41:40 [2024-01-08T11:41:40.080Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
11:41:40 [2024-01-08T11:41:40.080Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
11:41:40 [2024-01-08T11:41:40.080Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 90.0% of statements
11:41:40 [2024-01-08T11:41:40.080Z] ok  	github.com/docker/docker/pkg/process	0.005s	coverage: 21.7% of statements
11:41:40 [2024-01-08T11:41:40.080Z] ok  	github.com/docker/docker/pkg/pools	0.005s	coverage: 88.2% of statements
11:41:40 [2024-01-08T11:41:40.080Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
11:41:40 [2024-01-08T11:41:40.337Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
11:41:40 [2024-01-08T11:41:40.337Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
11:41:40 [2024-01-08T11:41:40.337Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
11:41:40 [2024-01-08T11:41:40.337Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
11:41:40 [2024-01-08T11:41:40.337Z] ok  	github.com/docker/docker/pkg/reexec	0.014s	coverage: 82.4% of statements
11:41:40 [2024-01-08T11:41:40.337Z] ok  	github.com/docker/docker/pkg/stdcopy	0.014s	coverage: 100.0% of statements
11:41:40 [2024-01-08T11:41:40.594Z] ok  	github.com/docker/docker/pkg/stringid	0.004s	coverage: 61.9% of statements
11:41:40 [2024-01-08T11:41:40.594Z] ok  	github.com/docker/docker/pkg/streamformatter	0.006s	coverage: 66.2% of statements
11:41:40 [2024-01-08T11:41:40.851Z] ok  	github.com/docker/docker/pkg/system	0.008s	coverage: 43.1% of statements
11:41:40 [2024-01-08T11:41:40.851Z] ok  	github.com/docker/docker/pkg/sysinfo	0.011s	coverage: 53.4% of statements
11:41:40 [2024-01-08T11:41:40.851Z] ok  	github.com/docker/docker/pkg/useragent	0.003s	coverage: 88.9% of statements
11:41:40 [2024-01-08T11:41:40.851Z] ok  	github.com/docker/docker/pkg/tailfile	0.050s	coverage: 88.6% of statements
11:41:40 [2024-01-08T11:41:40.851Z] ok  	github.com/docker/docker/pkg/tarsum	0.076s	coverage: 89.6% of statements
11:41:41 [2024-01-08T11:41:41.785Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
11:41:41 [2024-01-08T11:41:41.785Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
11:41:41 [2024-01-08T11:41:41.785Z] ok  	github.com/docker/docker/plugin/v2	0.009s	coverage: 14.4% of statements
11:41:41 [2024-01-08T11:41:41.785Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
11:41:42 [2024-01-08T11:41:42.042Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 83.7% of statements
11:41:42 [2024-01-08T11:41:42.042Z] ok  	github.com/docker/docker/pkg/plugins	2.013s	coverage: 74.9% of statements
11:41:42 [2024-01-08T11:41:42.298Z] ok  	github.com/docker/docker/plugin	0.522s	coverage: 23.3% of statements
11:41:42 [2024-01-08T11:41:42.298Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 51.9% of statements
11:41:42 [2024-01-08T11:41:42.555Z] ok  	github.com/docker/docker/registry/resumable	0.032s	coverage: 100.0% of statements
11:41:42 [2024-01-08T11:41:42.555Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
11:41:42 [2024-01-08T11:41:42.555Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 63.8% of statements
11:41:42 [2024-01-08T11:41:42.555Z] ok  	github.com/docker/docker/registry	0.127s	coverage: 63.9% of statements
11:41:42 [2024-01-08T11:41:42.811Z] ok  	github.com/docker/docker/quota	0.678s	coverage: 69.3% of statements
11:41:42 [2024-01-08T11:41:42.811Z] ok  	github.com/docker/docker/testutil	0.007s	coverage: 8.2% of statements
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/testutil/request	[no test files]
11:41:43 [2024-01-08T11:41:43.068Z] ?   	github.com/docker/docker/volume	[no test files]
11:41:43 [2024-01-08T11:41:43.631Z] ok  	github.com/docker/docker/volume/drivers	0.007s	coverage: 36.1% of statements
11:41:43 [2024-01-08T11:41:43.888Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 65.7% of statements
11:41:43 [2024-01-08T11:41:43.888Z] ok  	github.com/docker/docker/volume/local	0.157s	coverage: 72.5% of statements
11:41:44 [2024-01-08T11:41:44.144Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
11:41:44 [2024-01-08T11:41:44.144Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
11:41:44 [2024-01-08T11:41:44.144Z] ok  	github.com/docker/docker/volume/service	0.013s	coverage: 71.8% of statements
11:41:45 [2024-01-08T11:41:45.072Z] ok  	github.com/docker/docker/layer	7.682s	coverage: 68.1% of statements
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === Skipped
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     network_proxy_test.go:210: No support for dual stack yet
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver btrfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver btrfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver btrfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver btrfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver btrfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:68: No driver to put!
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z] time="2024-01-08T11:41:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: driver not supported
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z] time="2024-01-08T11:41:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: driver not supported
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z] time="2024-01-08T11:41:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: driver not supported
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z] time="2024-01-08T11:41:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: driver not supported
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z] time="2024-01-08T11:41:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: driver not supported
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:68: No driver to put!
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     overlay_test.go:61: Cannot run test with naive change algorithm
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver zfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver zfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver zfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver zfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:41: Driver zfs not supported
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     graphtest_unix.go:68: No driver to put!
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
11:41:45 [2024-01-08T11:41:45.328Z]     validate_test.go:70: only tested on Windows
11:41:45 [2024-01-08T11:41:45.328Z] 
11:41:45 [2024-01-08T11:41:45.328Z] DONE 3195 tests, 27 skipped in 65.121s
11:41:45 [2024-01-08T11:41:45.328Z] + '[' -n 'github.com/docker/docker/libnetwork
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/bitmap
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/cluster
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/config
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/datastore
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/diagnostic
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/discoverapi
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/driverapi
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/bridge
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/host
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/null
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/overlay
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/remote
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/windows
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/drvregistry
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/etchosts
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/internal/caller
11:41:45 [2024-01-08T11:41:45.328Z] github.com/docker/docker/libnetwork/internal/kvstore
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/internal/netiputil
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/ipam
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/ipamapi
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/ipams/builtin
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/ipams/null
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/ipams/remote
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/ipamutils
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/ipbits
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/iptables
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/netlabel
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/netutils
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/networkdb
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/ns
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/options
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/osl
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/osl/kernel
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/portallocator
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/portmapper
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/resolvconf
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/scope
11:41:45 [2024-01-08T11:41:45.329Z] github.com/docker/docker/libnetwork/types' ']'
11:41:45 [2024-01-08T11:41:45.329Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/scope github.com/docker/docker/libnetwork/types
11:42:41 [2024-01-08T11:42:41.499Z] ok  	github.com/docker/docker/libnetwork	44.954s	coverage: 43.0% of statements
11:42:41 [2024-01-08T11:42:41.499Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
11:42:41 [2024-01-08T11:42:41.499Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
11:42:41 [2024-01-08T11:42:41.499Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
11:42:41 [2024-01-08T11:42:41.499Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
11:42:41 [2024-01-08T11:42:41.499Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
11:42:41 [2024-01-08T11:42:41.499Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
11:42:41 [2024-01-08T11:42:41.499Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
11:42:41 [2024-01-08T11:42:41.499Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 10.3% of statements
11:42:41 [2024-01-08T11:42:41.499Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 37.0% of statements
11:42:41 [2024-01-08T11:42:41.499Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
11:42:41 [2024-01-08T11:42:41.499Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
11:42:41 [2024-01-08T11:42:41.499Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
11:42:42 [2024-01-08T11:42:42.061Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	4.290s	coverage: 63.0% of statements
11:42:42 [2024-01-08T11:42:42.061Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
11:42:42 [2024-01-08T11:42:42.061Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
11:42:43 [2024-01-08T11:42:43.427Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.911s	coverage: 5.0% of statements
11:42:43 [2024-01-08T11:42:43.427Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
11:42:43 [2024-01-08T11:42:43.989Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
11:42:43 [2024-01-08T11:42:43.989Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
11:42:44 [2024-01-08T11:42:44.245Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
11:42:45 [2024-01-08T11:42:45.174Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.010s	coverage: 1.4% of statements
11:42:45 [2024-01-08T11:42:45.430Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.004s	coverage: 45.0% of statements
11:42:45 [2024-01-08T11:42:45.686Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 62.7% of statements
11:42:46 [2024-01-08T11:42:46.249Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.2% of statements
11:42:46 [2024-01-08T11:42:46.249Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
11:42:46 [2024-01-08T11:42:46.249Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
11:42:46 [2024-01-08T11:42:46.249Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
11:42:46 [2024-01-08T11:42:46.505Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.019s	coverage: 87.0% of statements
11:42:46 [2024-01-08T11:42:46.762Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.016s	coverage: 81.0% of statements
11:42:47 [2024-01-08T11:42:47.018Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
11:42:47 [2024-01-08T11:42:47.018Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
11:42:47 [2024-01-08T11:42:47.018Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
11:42:47 [2024-01-08T11:42:47.018Z] ?   	github.com/docker/docker/libnetwork/internal/netiputil	[no test files]
11:42:59 [2024-01-08T11:42:59.191Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
11:43:01 [2024-01-08T11:43:01.105Z] ok  	github.com/docker/docker/libnetwork/ipam	3.010s	coverage: 80.3% of statements
11:43:01 [2024-01-08T11:43:01.105Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
11:43:01 [2024-01-08T11:43:01.105Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
11:43:01 [2024-01-08T11:43:01.105Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 63.2% of statements
11:43:01 [2024-01-08T11:43:01.365Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 48.7% of statements
11:43:01 [2024-01-08T11:43:01.365Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
11:43:01 [2024-01-08T11:43:01.625Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 80.0% of statements
11:43:02 [2024-01-08T11:43:02.196Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.316s	coverage: 86.4% of statements
11:43:02 [2024-01-08T11:43:02.455Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
11:43:03 [2024-01-08T11:43:03.023Z] ok  	github.com/docker/docker/libnetwork/iptables	0.212s	coverage: 39.9% of statements
11:43:03 [2024-01-08T11:43:03.023Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
11:43:03 [2024-01-08T11:43:03.282Z] ok  	github.com/docker/docker/libnetwork/netutils	0.017s	coverage: 54.9% of statements
11:44:54 [2024-01-08T11:44:54.749Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.467s	coverage: 59.2% of statements
11:44:54 [2024-01-08T11:44:54.749Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
11:44:54 [2024-01-08T11:44:54.749Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
11:44:54 [2024-01-08T11:44:54.749Z] ok  	github.com/docker/docker/libnetwork/osl	4.448s	coverage: 40.2% of statements
11:44:54 [2024-01-08T11:44:54.749Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
11:44:54 [2024-01-08T11:44:54.749Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.5% of statements
11:44:55 [2024-01-08T11:44:55.006Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.726s	coverage: 47.9% of statements
11:44:55 [2024-01-08T11:44:55.006Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 84.9% of statements
11:44:55 [2024-01-08T11:44:55.006Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
11:44:55 [2024-01-08T11:44:55.568Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
11:44:55 [2024-01-08T11:44:55.568Z] 
11:44:55 [2024-01-08T11:44:55.568Z] === Skipped
11:44:55 [2024-01-08T11:44:55.568Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
11:44:55 [2024-01-08T11:44:55.568Z]     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
11:44:55 [2024-01-08T11:44:55.568Z] 
11:44:55 [2024-01-08T11:44:55.568Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
11:44:55 [2024-01-08T11:44:55.568Z]     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
11:44:55 [2024-01-08T11:44:55.568Z] 
11:44:55 [2024-01-08T11:44:55.568Z] DONE 375 tests, 2 skipped in 190.137s
Post stage
[Pipeline] junit
11:44:56 [2024-01-08T11:44:56.507Z] Recording test results
11:44:57 [2024-01-08T11:44:57.594Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
11:44:57 [2024-01-08T11:44:57.890Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47042/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=782fe1fe8238f6f16f352a677320c8a6ec7546b7 -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:782fe1fe8238f6f16f352a677320c8a6ec7546b7 hack/make.sh dynbinary test-integration
11:44:58 [2024-01-08T11:44:58.154Z] 
11:44:58 [2024-01-08T11:44:58.154Z] Removing bundles/
11:44:58 [2024-01-08T11:44:58.154Z] 
11:44:58 [2024-01-08T11:44:58.154Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
11:44:58 [2024-01-08T11:44:58.154Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:44:58 [2024-01-08T11:44:58.154Z] + tee /go/src/github.com/docker/docker/go.mod
11:44:58 [2024-01-08T11:44:58.154Z] module github.com/docker/docker
11:44:58 [2024-01-08T11:44:58.154Z] 
11:44:58 [2024-01-08T11:44:58.154Z] go 1.20
11:44:58 [2024-01-08T11:44:58.154Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
11:44:58 [2024-01-08T11:44:58.154Z] + GO111MODULE=on
11:44:58 [2024-01-08T11:44:58.154Z] + 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=782fe1fe8238f6f16f352a677320c8a6ec7546b7" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-08T11:44:57.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
11:45:36 [2024-01-08T11:45:36.852Z] + rm -f /go/src/github.com/docker/docker/go.mod
11:45:36 [2024-01-08T11:45:36.852Z] Created binary: bundles/dynbinary-daemon/dockerd
11:45:36 [2024-01-08T11:45:36.852Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
11:45:36 [2024-01-08T11:45:36.852Z] + tee /go/src/github.com/docker/docker/go.mod
11:45:36 [2024-01-08T11:45:36.852Z] module github.com/docker/docker
11:45:36 [2024-01-08T11:45:36.852Z] 
11:45:36 [2024-01-08T11:45:36.852Z] go 1.20
11:45:36 [2024-01-08T11:45:36.852Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
11:45:36 [2024-01-08T11:45:36.852Z] + GO111MODULE=on
11:45:36 [2024-01-08T11:45:36.853Z] + 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=782fe1fe8238f6f16f352a677320c8a6ec7546b7" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-08T11:44:57.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
11:45:36 [2024-01-08T11:45:36.853Z] + rm -f /go/src/github.com/docker/docker/go.mod
11:45:36 [2024-01-08T11:45:36.853Z] Created binary: bundles/dynbinary-daemon/docker-proxy
11:45:36 [2024-01-08T11:45:36.853Z] 
11:45:36 [2024-01-08T11:45:36.853Z] ---> Making bundle: test-integration (in bundles/test-integration)
11:45:36 [2024-01-08T11:45:36.853Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
11:45:36 [2024-01-08T11:45:36.853Z] HOSTNAME=c66bfb901dae
11:45:36 [2024-01-08T11:45:36.853Z] TESTDEBUG=0
11:45:36 [2024-01-08T11:45:36.853Z] DEST=bundles/test-integration
11:45:36 [2024-01-08T11:45:36.853Z] PWD=/go/src/github.com/docker/docker
11:45:36 [2024-01-08T11:45:36.853Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
11:45:36 [2024-01-08T11:45:36.853Z] DOCKER_GITCOMMIT=782fe1fe8238f6f16f352a677320c8a6ec7546b7
11:45:36 [2024-01-08T11:45:36.853Z] container=docker
11:45:36 [2024-01-08T11:45:36.853Z] HOME=/root
11:45:36 [2024-01-08T11:45:36.853Z] CONTAINERD_NAMESPACE=moby
11:45:36 [2024-01-08T11:45:36.853Z] GOLANG_VERSION=1.21.5
11:45:36 [2024-01-08T11:45:36.853Z] VALIDATE_REPO=https://github.com/moby/moby.git
11:45:36 [2024-01-08T11:45:36.853Z] VALIDATE_BRANCH=master
11:45:36 [2024-01-08T11:45:36.853Z] TERM=xterm
11:45:36 [2024-01-08T11:45:36.853Z] DOCKER_PKG=github.com/docker/docker
11:45:36 [2024-01-08T11:45:36.853Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
11:45:36 [2024-01-08T11:45:36.853Z] SHLVL=1
11:45:36 [2024-01-08T11:45:36.853Z] TIMEOUT=120m
11:45:36 [2024-01-08T11:45:36.853Z] GOTOOLCHAIN=local
11:45:36 [2024-01-08T11:45:36.853Z] DOCKER_GRAPHDRIVER=overlay2
11:45:36 [2024-01-08T11:45:36.853Z] GO111MODULE=off
11:45:36 [2024-01-08T11:45:36.853Z] DOCKER_EXPERIMENTAL=1
11:45:36 [2024-01-08T11:45:36.853Z] TEST_SKIP_INTEGRATION_CLI=1
11:45:36 [2024-01-08T11:45:36.853Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:45:36 [2024-01-08T11:45:36.853Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
11:45:36 [2024-01-08T11:45:36.853Z] GOPATH=/go
11:45:36 [2024-01-08T11:45:36.853Z] PKG_CONFIG=pkg-config
11:45:36 [2024-01-08T11:45:36.853Z] _=/usr/bin/env
11:45:36 [2024-01-08T11:45:36.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
11:45:58 [2024-01-08T11:45:58.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
11:45:58 [2024-01-08T11:45:58.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
11:45:58 [2024-01-08T11:45:58.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
11:46:00 [2024-01-08T11:46:00.121Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
11:46:05 [2024-01-08T11:46:05.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
11:46:08 [2024-01-08T11:46:08.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
11:46:08 [2024-01-08T11:46:08.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
11:46:10 [2024-01-08T11:46:10.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
11:46:11 [2024-01-08T11:46:11.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
11:46:12 [2024-01-08T11:46:12.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
11:46:13 [2024-01-08T11:46:13.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
11:46:13 [2024-01-08T11:46:13.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
11:46:15 [2024-01-08T11:46:15.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
11:46:16 [2024-01-08T11:46:16.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
11:46:18 [2024-01-08T11:46:18.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
11:46:19 [2024-01-08T11:46:19.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
11:46:19 [2024-01-08T11:46:19.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
11:46:21 [2024-01-08T11:46:21.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
11:46:22 [2024-01-08T11:46:22.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
11:46:23 [2024-01-08T11:46:23.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
11:46:24 [2024-01-08T11:46:24.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
11:46:25 [2024-01-08T11:46:25.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
11:46:26 [2024-01-08T11:46:26.807Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
11:46:26 [2024-01-08T11:46:26.807Z] Using test binary /usr/local/cli-integration/docker
11:46:26 [2024-01-08T11:46:26.807Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
11:46:26 [2024-01-08T11:46:26.807Z] +++ /etc/init.d/apparmor start
11:46:26 [2024-01-08T11:46:26.807Z] Not: starting.
11:46:26 [2024-01-08T11:46:26.807Z] INFO: Waiting for daemon to start...
11:46:26 [2024-01-08T11:46:26.807Z] Starting dockerd
11:46:26 [2024-01-08T11:46:26.807Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.Gzb3vAt3gi/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
11:46:36 [2024-01-08T11:46:36.749Z] .
11:46:36 [2024-01-08T11:46:36.749Z] Running integration-test (iteration 1)
11:46:36 [2024-01-08T11:46:36.749Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
11:46:36 [2024-01-08T11:46:36.749Z] ++ '[' -n '' ']'
11:46:36 [2024-01-08T11:46:36.749Z] ++ 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
11:46:36 [2024-01-08T11:46:36.749Z] ++ set -e
11:46:36 [2024-01-08T11:46:36.749Z] ++ '[' -n 0 ']'
11:46:36 [2024-01-08T11:46:36.749Z] ++ set -x
11:46:36 [2024-01-08T11:46:36.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.Gzb3vAt3gi/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
11:46:36 [2024-01-08T11:46:36.749Z] Loaded image: busybox:latest
11:46:37 [2024-01-08T11:46:37.005Z] Loaded image: busybox:glibc
11:46:37 [2024-01-08T11:46:37.933Z] Loaded image: debian:bookworm-slim
11:46:37 [2024-01-08T11:46:37.933Z] Loaded image: hello-world:latest
11:46:37 [2024-01-08T11:46:37.933Z] Loaded image: arm32v7/hello-world:latest
11:46:37 [2024-01-08T11:46:37.933Z] INFO: Testing against a local daemon
11:46:37 [2024-01-08T11:46:37.933Z] === RUN   TestCgroupNamespacesBuild
11:46:40 [2024-01-08T11:46:40.451Z] --- PASS: TestCgroupNamespacesBuild (2.19s)
11:46:40 [2024-01-08T11:46:40.451Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
11:46:41 [2024-01-08T11:46:41.379Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s)
11:46:41 [2024-01-08T11:46:41.379Z] === RUN   TestBuildWithSession
11:46:41 [2024-01-08T11:46:41.379Z]     build_session_test.go:25: TODO: BuildKit
11:46:41 [2024-01-08T11:46:41.379Z] --- SKIP: TestBuildWithSession (0.00s)
11:46:41 [2024-01-08T11:46:41.379Z] === RUN   TestBuildSquashParent
11:46:45 [2024-01-08T11:46:45.545Z] --- PASS: TestBuildSquashParent (3.89s)
11:46:45 [2024-01-08T11:46:45.545Z] === RUN   TestBuildWithRemoveAndForceRemove
11:46:45 [2024-01-08T11:46:45.545Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:46:45 [2024-01-08T11:46:45.545Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:46:45 [2024-01-08T11:46:45.545Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:46:45 [2024-01-08T11:46:45.545Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:46:45 [2024-01-08T11:46:45.545Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:46:45 [2024-01-08T11:46:45.545Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:46:45 [2024-01-08T11:46:45.545Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:46:45 [2024-01-08T11:46:45.545Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:46:45 [2024-01-08T11:46:45.545Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:46:45 [2024-01-08T11:46:45.545Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:46:45 [2024-01-08T11:46:45.545Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:46:45 [2024-01-08T11:46:45.545Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:46:45 [2024-01-08T11:46:45.545Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:46:45 [2024-01-08T11:46:45.545Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:46:45 [2024-01-08T11:46:45.545Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:46:45 [2024-01-08T11:46:45.545Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:46:45 [2024-01-08T11:46:45.545Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:46:45 [2024-01-08T11:46:45.545Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:46:48 [2024-01-08T11:46:48.813Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
11:46:48 [2024-01-08T11:46:48.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.70s)
11:46:48 [2024-01-08T11:46:48.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.73s)
11:46:48 [2024-01-08T11:46:48.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.33s)
11:46:48 [2024-01-08T11:46:48.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.47s)
11:46:48 [2024-01-08T11:46:48.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.52s)
11:46:48 [2024-01-08T11:46:48.813Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.61s)
11:46:48 [2024-01-08T11:46:48.813Z] === RUN   TestBuildMultiStageCopy
11:46:48 [2024-01-08T11:46:48.813Z] === RUN   TestBuildMultiStageCopy/copy_to_root
11:46:50 [2024-01-08T11:46:50.180Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
11:46:50 [2024-01-08T11:46:50.180Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
11:46:50 [2024-01-08T11:46:50.180Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
11:46:50 [2024-01-08T11:46:50.436Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
11:46:50 [2024-01-08T11:46:50.436Z] --- PASS: TestBuildMultiStageCopy (1.64s)
11:46:50 [2024-01-08T11:46:50.436Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.13s)
11:46:50 [2024-01-08T11:46:50.436Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.10s)
11:46:50 [2024-01-08T11:46:50.436Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.10s)
11:46:50 [2024-01-08T11:46:50.436Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.13s)
11:46:50 [2024-01-08T11:46:50.436Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.15s)
11:46:50 [2024-01-08T11:46:50.436Z] === RUN   TestBuildMultiStageParentConfig
11:46:50 [2024-01-08T11:46:50.998Z] --- PASS: TestBuildMultiStageParentConfig (0.51s)
11:46:50 [2024-01-08T11:46:50.998Z] === RUN   TestBuildLabelWithTargets
11:46:51 [2024-01-08T11:46:51.927Z] --- PASS: TestBuildLabelWithTargets (0.66s)
11:46:51 [2024-01-08T11:46:51.927Z] === RUN   TestBuildWithEmptyLayers
11:46:51 [2024-01-08T11:46:51.927Z] --- PASS: TestBuildWithEmptyLayers (0.14s)
11:46:51 [2024-01-08T11:46:51.927Z] === RUN   TestBuildMultiStageOnBuild
11:46:53 [2024-01-08T11:46:53.294Z] --- PASS: TestBuildMultiStageOnBuild (1.39s)
11:46:53 [2024-01-08T11:46:53.294Z] === RUN   TestBuildUncleanTarFilenames
11:46:53 [2024-01-08T11:46:53.294Z] --- PASS: TestBuildUncleanTarFilenames (0.11s)
11:46:53 [2024-01-08T11:46:53.294Z] === RUN   TestBuildMultiStageLayerLeak
11:46:54 [2024-01-08T11:46:54.660Z] --- PASS: TestBuildMultiStageLayerLeak (1.28s)
11:46:54 [2024-01-08T11:46:54.660Z] === RUN   TestBuildWithHugeFile
11:48:02 [2024-01-08T11:48:02.291Z] --- PASS: TestBuildWithHugeFile (59.53s)
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildWCOWSandboxSize
11:48:02 [2024-01-08T11:48:02.291Z]     build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
11:48:02 [2024-01-08T11:48:02.291Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildWithEmptyDockerfile
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
11:48:02 [2024-01-08T11:48:02.291Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:48:02 [2024-01-08T11:48:02.291Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:48:02 [2024-01-08T11:48:02.291Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:48:02 [2024-01-08T11:48:02.291Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
11:48:02 [2024-01-08T11:48:02.291Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:48:02 [2024-01-08T11:48:02.291Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:48:02 [2024-01-08T11:48:02.291Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
11:48:02 [2024-01-08T11:48:02.291Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
11:48:02 [2024-01-08T11:48:02.291Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
11:48:02 [2024-01-08T11:48:02.291Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildPreserveOwnership
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildPreserveOwnership/copy_from
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
11:48:02 [2024-01-08T11:48:02.291Z] --- PASS: TestBuildPreserveOwnership (2.34s)
11:48:02 [2024-01-08T11:48:02.291Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.58s)
11:48:02 [2024-01-08T11:48:02.291Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.75s)
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildPlatformInvalid
11:48:02 [2024-01-08T11:48:02.291Z] --- PASS: TestBuildPlatformInvalid (0.01s)
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildkitHistoryTracePropagation
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" 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
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" 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
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:47:56Z" level=info msg="[core] [Server #4] Server created" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z]     build_traces_test.go:84: Waiting for trace to be available
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:48:00Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:48:00Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:48:00Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:48:00Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:48:00Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] time="2024-01-08T11:48:00Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
11:48:02 [2024-01-08T11:48:02.291Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s)
11:48:02 [2024-01-08T11:48:02.291Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
11:48:02 [2024-01-08T11:48:02.291Z] Loaded image: busybox:latest
11:48:02 [2024-01-08T11:48:02.291Z] Loaded image: busybox:glibc
11:48:02 [2024-01-08T11:48:02.291Z] Loaded image: debian:bookworm-slim
11:48:02 [2024-01-08T11:48:02.291Z] Loaded image: hello-world:latest
11:48:02 [2024-01-08T11:48:02.291Z] Loaded image: arm32v7/hello-world:latest
11:48:12 [2024-01-08T11:48:12.235Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.02s)
11:48:12 [2024-01-08T11:48:12.235Z] PASS
11:48:12 [2024-01-08T11:48:12.235Z] 
11:48:12 [2024-01-08T11:48:12.235Z] === Skipped
11:48:12 [2024-01-08T11:48:12.235Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
11:48:12 [2024-01-08T11:48:12.235Z]     build_session_test.go:25: TODO: BuildKit
11:48:12 [2024-01-08T11:48:12.235Z] 
11:48:12 [2024-01-08T11:48:12.235Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
11:48:12 [2024-01-08T11:48:12.235Z]     build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
11:48:12 [2024-01-08T11:48:12.235Z] 
11:48:12 [2024-01-08T11:48:12.235Z] DONE 35 tests, 2 skipped in 94.850s
11:48:12 [2024-01-08T11:48:12.235Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
11:48:12 [2024-01-08T11:48:12.235Z] ++ '[' -n '' ']'
11:48:12 [2024-01-08T11:48:12.235Z] ++ 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
11:48:12 [2024-01-08T11:48:12.235Z] ++ set -e
11:48:12 [2024-01-08T11:48:12.235Z] ++ '[' -n 0 ']'
11:48:12 [2024-01-08T11:48:12.235Z] ++ set -x
11:48:12 [2024-01-08T11:48:12.235Z] ++ 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.Gzb3vAt3gi/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
11:48:12 [2024-01-08T11:48:12.235Z] INFO: Testing against a local daemon
11:48:12 [2024-01-08T11:48:12.235Z] === RUN   TestNoNewPrivileges
11:48:22 [2024-01-08T11:48:22.181Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
11:48:22 [2024-01-08T11:48:22.181Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
11:48:22 [2024-01-08T11:48:22.181Z] --- PASS: TestNoNewPrivileges (10.56s)
11:48:22 [2024-01-08T11:48:22.181Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.39s)
11:48:22 [2024-01-08T11:48:22.181Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.45s)
11:48:22 [2024-01-08T11:48:22.181Z] PASS
11:48:22 [2024-01-08T11:48:22.181Z] 
11:48:22 [2024-01-08T11:48:22.181Z] DONE 3 tests in 10.592s
11:48:22 [2024-01-08T11:48:22.181Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
11:48:22 [2024-01-08T11:48:22.181Z] ++ '[' -n '' ']'
11:48:22 [2024-01-08T11:48:22.181Z] ++ 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
11:48:22 [2024-01-08T11:48:22.181Z] ++ set -e
11:48:22 [2024-01-08T11:48:22.181Z] ++ '[' -n 0 ']'
11:48:22 [2024-01-08T11:48:22.181Z] ++ set -x
11:48:22 [2024-01-08T11:48:22.181Z] ++ 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.Gzb3vAt3gi/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
11:48:22 [2024-01-08T11:48:22.181Z] INFO: Testing against a local daemon
11:48:22 [2024-01-08T11:48:22.181Z] === RUN   TestConfigInspect
11:48:24 [2024-01-08T11:48:24.698Z] --- PASS: TestConfigInspect (2.13s)
11:48:24 [2024-01-08T11:48:24.698Z] === RUN   TestConfigList
11:48:25 [2024-01-08T11:48:25.626Z] === RUN   TestConfigList/test_filter_by_name
11:48:25 [2024-01-08T11:48:25.626Z] === RUN   TestConfigList/test_filter_by_id
11:48:25 [2024-01-08T11:48:25.626Z] === RUN   TestConfigList/test_filter_by_label_key_only
11:48:25 [2024-01-08T11:48:25.626Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
11:48:25 [2024-01-08T11:48:25.626Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
11:48:26 [2024-01-08T11:48:26.188Z] --- PASS: TestConfigList (1.88s)
11:48:26 [2024-01-08T11:48:26.188Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
11:48:26 [2024-01-08T11:48:26.188Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
11:48:26 [2024-01-08T11:48:26.188Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
11:48:26 [2024-01-08T11:48:26.188Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
11:48:26 [2024-01-08T11:48:26.188Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
11:48:26 [2024-01-08T11:48:26.188Z] === RUN   TestConfigsCreateAndDelete
11:48:28 [2024-01-08T11:48:28.705Z] --- PASS: TestConfigsCreateAndDelete (1.99s)
11:48:28 [2024-01-08T11:48:28.705Z] === RUN   TestConfigsUpdate
11:48:30 [2024-01-08T11:48:30.072Z] --- PASS: TestConfigsUpdate (1.88s)
11:48:30 [2024-01-08T11:48:30.072Z] === RUN   TestTemplatedConfig
11:48:33 [2024-01-08T11:48:33.340Z] --- PASS: TestTemplatedConfig (2.61s)
11:48:33 [2024-01-08T11:48:33.340Z] === RUN   TestConfigCreateResolve
11:48:34 [2024-01-08T11:48:34.705Z] --- PASS: TestConfigCreateResolve (1.91s)
11:48:34 [2024-01-08T11:48:34.705Z] PASS
11:48:34 [2024-01-08T11:48:34.705Z] 
11:48:34 [2024-01-08T11:48:34.705Z] DONE 11 tests in 12.445s
11:48:34 [2024-01-08T11:48:34.705Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
11:48:34 [2024-01-08T11:48:34.705Z] ++ '[' -n '' ']'
11:48:34 [2024-01-08T11:48:34.705Z] ++ 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
11:48:34 [2024-01-08T11:48:34.705Z] ++ set -e
11:48:34 [2024-01-08T11:48:34.705Z] ++ '[' -n 0 ']'
11:48:34 [2024-01-08T11:48:34.705Z] ++ set -x
11:48:34 [2024-01-08T11:48:34.706Z] ++ 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.Gzb3vAt3gi/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
11:48:34 [2024-01-08T11:48:34.706Z] INFO: Testing against a local daemon
11:48:34 [2024-01-08T11:48:34.706Z] === RUN   TestAttach
11:48:34 [2024-01-08T11:48:34.706Z] === RUN   TestAttach/without_TTY
11:48:34 [2024-01-08T11:48:34.706Z] === PAUSE TestAttach/without_TTY
11:48:34 [2024-01-08T11:48:34.706Z] === RUN   TestAttach/with_TTY
11:48:34 [2024-01-08T11:48:34.706Z] === PAUSE TestAttach/with_TTY
11:48:34 [2024-01-08T11:48:34.706Z] === CONT  TestAttach/without_TTY
11:48:34 [2024-01-08T11:48:34.706Z] === CONT  TestAttach/with_TTY
11:48:34 [2024-01-08T11:48:34.706Z] --- PASS: TestAttach (0.02s)
11:48:34 [2024-01-08T11:48:34.706Z]     --- PASS: TestAttach/with_TTY (0.05s)
11:48:34 [2024-01-08T11:48:34.706Z]     --- PASS: TestAttach/without_TTY (0.05s)
11:48:34 [2024-01-08T11:48:34.706Z] === RUN   TestCreateWithCDIDevices
11:48:36 [2024-01-08T11:48:36.071Z] --- PASS: TestCreateWithCDIDevices (1.06s)
11:48:36 [2024-01-08T11:48:36.071Z] === RUN   TestCDISpecDirsAreInSystemInfo
11:48:36 [2024-01-08T11:48:36.071Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default
11:48:36 [2024-01-08T11:48:36.327Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned
11:48:36 [2024-01-08T11:48:36.889Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice
11:48:37 [2024-01-08T11:48:37.452Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice
11:48:38 [2024-01-08T11:48:38.014Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice
11:48:38 [2024-01-08T11:48:38.575Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice
11:48:39 [2024-01-08T11:48:39.137Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice
11:48:39 [2024-01-08T11:48:39.393Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice
11:48:39 [2024-01-08T11:48:39.955Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.18s)
11:48:39 [2024-01-08T11:48:39.955Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default (0.52s)
11:48:39 [2024-01-08T11:48:39.955Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned (0.52s)
11:48:39 [2024-01-08T11:48:39.955Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
11:48:39 [2024-01-08T11:48:39.955Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice (0.52s)
11:48:39 [2024-01-08T11:48:39.955Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice (0.52s)
11:48:39 [2024-01-08T11:48:39.955Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice (0.52s)
11:48:39 [2024-01-08T11:48:39.955Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
11:48:39 [2024-01-08T11:48:39.955Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice (0.52s)
11:48:39 [2024-01-08T11:48:39.955Z] === RUN   TestCheckpoint
11:48:39 [2024-01-08T11:48:39.955Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:48:39 [2024-01-08T11:48:39.955Z] --- SKIP: TestCheckpoint (0.00s)
11:48:39 [2024-01-08T11:48:39.955Z] === RUN   TestContainerInvalidJSON
11:48:39 [2024-01-08T11:48:39.955Z] === RUN   TestContainerInvalidJSON/commit
11:48:39 [2024-01-08T11:48:39.955Z] === PAUSE TestContainerInvalidJSON/commit
11:48:39 [2024-01-08T11:48:39.955Z] === RUN   TestContainerInvalidJSON/containers/create
11:48:39 [2024-01-08T11:48:39.955Z] === PAUSE TestContainerInvalidJSON/containers/create
11:48:39 [2024-01-08T11:48:39.955Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
11:48:39 [2024-01-08T11:48:39.955Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
11:48:39 [2024-01-08T11:48:39.955Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
11:48:39 [2024-01-08T11:48:39.955Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
11:48:39 [2024-01-08T11:48:39.955Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
11:48:39 [2024-01-08T11:48:39.956Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
11:48:39 [2024-01-08T11:48:39.956Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
11:48:39 [2024-01-08T11:48:39.956Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
11:48:39 [2024-01-08T11:48:39.956Z] === CONT  TestContainerInvalidJSON/commit
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
11:48:39 [2024-01-08T11:48:39.956Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
11:48:39 [2024-01-08T11:48:39.956Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
11:48:39 [2024-01-08T11:48:39.956Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
11:48:39 [2024-01-08T11:48:39.956Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
11:48:39 [2024-01-08T11:48:39.956Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
11:48:39 [2024-01-08T11:48:39.956Z] === CONT  TestContainerInvalidJSON/containers/create
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/commit/empty_body
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
11:48:39 [2024-01-08T11:48:39.956Z] --- PASS: TestContainerInvalidJSON (0.01s)
11:48:39 [2024-01-08T11:48:39.956Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestCopyFromContainerPathDoesNotExist
11:48:39 [2024-01-08T11:48:39.956Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
11:48:39 [2024-01-08T11:48:39.956Z] === RUN   TestCopyFromContainerPathIsNotDir
11:48:40 [2024-01-08T11:48:40.212Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
11:48:40 [2024-01-08T11:48:40.212Z] === RUN   TestCopyToContainerPathDoesNotExist
11:48:40 [2024-01-08T11:48:40.212Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
11:48:40 [2024-01-08T11:48:40.212Z] === RUN   TestCopyEmptyFile
11:48:40 [2024-01-08T11:48:40.212Z] --- PASS: TestCopyEmptyFile (0.06s)
11:48:40 [2024-01-08T11:48:40.212Z] === RUN   TestCopyToContainerPathIsNotDir
11:48:40 [2024-01-08T11:48:40.212Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
11:48:40 [2024-01-08T11:48:40.212Z] === RUN   TestCopyFromContainer
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer//
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/.
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer//.
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/./
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer//./
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer//bar/root
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer//bar/root/
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer//bar/root/.
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/bar/quux
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/bar/quux/
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/bar/quux/.
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/bar/quux/baz
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/bar/filesymlink
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/bar/dirsymlink
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCopyFromContainer/bar/notarget
11:48:41 [2024-01-08T11:48:41.141Z] --- PASS: TestCopyFromContainer (0.80s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer// (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/. (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer//. (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:48:41 [2024-01-08T11:48:41.141Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:48:41 [2024-01-08T11:48:41.141Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
11:48:41 [2024-01-08T11:48:41.141Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
11:48:41 [2024-01-08T11:48:41.141Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:48:41 [2024-01-08T11:48:41.141Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
11:48:41 [2024-01-08T11:48:41.141Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:48:41 [2024-01-08T11:48:41.141Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateLinkToNonExistingContainer
11:48:41 [2024-01-08T11:48:41.141Z] --- PASS: TestCreateLinkToNonExistingContainer (0.14s)
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateWithInvalidEnv
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateWithInvalidEnv/0
11:48:41 [2024-01-08T11:48:41.141Z] === PAUSE TestCreateWithInvalidEnv/0
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateWithInvalidEnv/1
11:48:41 [2024-01-08T11:48:41.141Z] === PAUSE TestCreateWithInvalidEnv/1
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateWithInvalidEnv/2
11:48:41 [2024-01-08T11:48:41.141Z] === PAUSE TestCreateWithInvalidEnv/2
11:48:41 [2024-01-08T11:48:41.141Z] === CONT  TestCreateWithInvalidEnv/0
11:48:41 [2024-01-08T11:48:41.141Z] === CONT  TestCreateWithInvalidEnv/2
11:48:41 [2024-01-08T11:48:41.141Z] === CONT  TestCreateWithInvalidEnv/1
11:48:41 [2024-01-08T11:48:41.141Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
11:48:41 [2024-01-08T11:48:41.141Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateTmpfsMountsTarget
11:48:41 [2024-01-08T11:48:41.141Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
11:48:41 [2024-01-08T11:48:41.141Z] === RUN   TestCreateWithCustomMaskedPaths
11:48:43 [2024-01-08T11:48:43.031Z] --- PASS: TestCreateWithCustomMaskedPaths (1.48s)
11:48:43 [2024-01-08T11:48:43.031Z] === RUN   TestCreateWithCustomReadonlyPaths
11:48:44 [2024-01-08T11:48:44.398Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.35s)
11:48:44 [2024-01-08T11:48:44.398Z] === RUN   TestCreateWithInvalidHealthcheckParams
11:48:44 [2024-01-08T11:48:44.398Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:48:44 [2024-01-08T11:48:44.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:48:44 [2024-01-08T11:48:44.398Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:48:44 [2024-01-08T11:48:44.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:48:44 [2024-01-08T11:48:44.398Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:48:44 [2024-01-08T11:48:44.398Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:48:44 [2024-01-08T11:48:44.398Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:48:44 [2024-01-08T11:48:44.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
11:48:44 [2024-01-08T11:48:44.398Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
11:48:44 [2024-01-08T11:48:44.398Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
11:48:44 [2024-01-08T11:48:44.398Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
11:48:44 [2024-01-08T11:48:44.398Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
11:48:44 [2024-01-08T11:48:44.398Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
11:48:44 [2024-01-08T11:48:44.398Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
11:48:44 [2024-01-08T11:48:44.398Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
11:48:44 [2024-01-08T11:48:44.654Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.48s)
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateDifferentPlatform
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateDifferentPlatform/different_os
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
11:48:44 [2024-01-08T11:48:44.654Z] --- PASS: TestCreateDifferentPlatform (0.01s)
11:48:44 [2024-01-08T11:48:44.654Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
11:48:44 [2024-01-08T11:48:44.654Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateVolumesFromNonExistingContainer
11:48:44 [2024-01-08T11:48:44.654Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
11:48:44 [2024-01-08T11:48:44.654Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateInvalidHostConfig
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
11:48:44 [2024-01-08T11:48:44.654Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
11:48:44 [2024-01-08T11:48:44.654Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
11:48:44 [2024-01-08T11:48:44.654Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
11:48:44 [2024-01-08T11:48:44.654Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
11:48:44 [2024-01-08T11:48:44.654Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
11:48:44 [2024-01-08T11:48:44.654Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
11:48:44 [2024-01-08T11:48:44.654Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
11:48:44 [2024-01-08T11:48:44.654Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
11:48:44 [2024-01-08T11:48:44.654Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
11:48:44 [2024-01-08T11:48:44.654Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
11:48:44 [2024-01-08T11:48:44.654Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
11:48:44 [2024-01-08T11:48:44.654Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
11:48:44 [2024-01-08T11:48:44.654Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
11:48:44 [2024-01-08T11:48:44.654Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
11:48:44 [2024-01-08T11:48:44.654Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
11:48:44 [2024-01-08T11:48:44.654Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateWithMultipleEndpointSettings
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
11:48:44 [2024-01-08T11:48:44.654Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.05s)
11:48:44 [2024-01-08T11:48:44.654Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s)
11:48:44 [2024-01-08T11:48:44.654Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
11:48:44 [2024-01-08T11:48:44.654Z] === RUN   TestCreateWithCustomMACs
11:48:45 [2024-01-08T11:48:45.217Z] --- PASS: TestCreateWithCustomMACs (0.56s)
11:48:45 [2024-01-08T11:48:45.217Z] === RUN   TestContainerStartOnDaemonRestart
11:48:45 [2024-01-08T11:48:45.217Z] === PAUSE TestContainerStartOnDaemonRestart
11:48:45 [2024-01-08T11:48:45.217Z] === RUN   TestDaemonRestartIpcMode
11:48:45 [2024-01-08T11:48:45.217Z] === PAUSE TestDaemonRestartIpcMode
11:48:45 [2024-01-08T11:48:45.217Z] === RUN   TestDaemonHostGatewayIP
11:48:45 [2024-01-08T11:48:45.217Z] === PAUSE TestDaemonHostGatewayIP
11:48:45 [2024-01-08T11:48:45.217Z] === RUN   TestRestartDaemonWithRestartingContainer
11:48:45 [2024-01-08T11:48:45.217Z] === PAUSE TestRestartDaemonWithRestartingContainer
11:48:45 [2024-01-08T11:48:45.217Z] === RUN   TestHardRestartWhenContainerIsRunning
11:48:45 [2024-01-08T11:48:45.217Z] === PAUSE TestHardRestartWhenContainerIsRunning
11:48:45 [2024-01-08T11:48:45.217Z] === RUN   TestContainerKillOnDaemonStart
11:48:45 [2024-01-08T11:48:45.217Z] === PAUSE TestContainerKillOnDaemonStart
11:48:45 [2024-01-08T11:48:45.217Z] === RUN   TestDiff
11:48:45 [2024-01-08T11:48:45.779Z] --- PASS: TestDiff (0.45s)
11:48:45 [2024-01-08T11:48:45.779Z] === RUN   TestDiffStoppedContainer
11:48:46 [2024-01-08T11:48:46.342Z] --- PASS: TestDiffStoppedContainer (0.46s)
11:48:46 [2024-01-08T11:48:46.342Z] === RUN   TestExecConsoleSize
11:48:46 [2024-01-08T11:48:46.904Z] --- PASS: TestExecConsoleSize (0.55s)
11:48:46 [2024-01-08T11:48:46.904Z] === RUN   TestExecWithCloseStdin
11:48:47 [2024-01-08T11:48:47.466Z] --- PASS: TestExecWithCloseStdin (0.55s)
11:48:47 [2024-01-08T11:48:47.466Z] === RUN   TestExec
11:48:47 [2024-01-08T11:48:47.722Z] --- PASS: TestExec (0.52s)
11:48:47 [2024-01-08T11:48:47.722Z] === RUN   TestExecUser
11:48:48 [2024-01-08T11:48:48.285Z] --- PASS: TestExecUser (0.52s)
11:48:48 [2024-01-08T11:48:48.285Z] === RUN   TestExecWithGroupAdd
11:48:48 [2024-01-08T11:48:48.847Z] --- PASS: TestExecWithGroupAdd (0.52s)
11:48:48 [2024-01-08T11:48:48.847Z] === RUN   TestExportContainerAndImportImage
11:48:49 [2024-01-08T11:48:49.410Z] --- PASS: TestExportContainerAndImportImage (0.50s)
11:48:49 [2024-01-08T11:48:49.410Z] === RUN   TestExportContainerAfterDaemonRestart
11:48:55 [2024-01-08T11:48:55.947Z] --- PASS: TestExportContainerAfterDaemonRestart (6.15s)
11:48:55 [2024-01-08T11:48:55.947Z] === RUN   TestHealthCheckWorkdir
11:48:56 [2024-01-08T11:48:56.204Z] --- PASS: TestHealthCheckWorkdir (0.67s)
11:48:56 [2024-01-08T11:48:56.204Z] === RUN   TestHealthKillContainer
11:49:04 [2024-01-08T11:49:04.292Z] --- PASS: TestHealthKillContainer (7.94s)
11:49:04 [2024-01-08T11:49:04.292Z] === RUN   TestHealthCheckProcessKilled
11:49:04 [2024-01-08T11:49:04.855Z] --- PASS: TestHealthCheckProcessKilled (0.74s)
11:49:04 [2024-01-08T11:49:04.855Z] === RUN   TestHealthStartInterval
11:49:06 [2024-01-08T11:49:06.221Z]     health_test.go:141: &{2024-01-08 11:49:06.014515958 +0000 UTC 2024-01-08 11:49:06.071894609 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
11:49:06 [2024-01-08T11:49:06.221Z]         }
11:49:06 [2024-01-08T11:49:06.221Z]     health_test.go:141: &{2024-01-08 11:49:06.014515958 +0000 UTC 2024-01-08 11:49:06.071894609 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
11:49:06 [2024-01-08T11:49:06.221Z]         }
11:49:06 [2024-01-08T11:49:06.477Z]     health_test.go:141: &{2024-01-08 11:49:06.014515958 +0000 UTC 2024-01-08 11:49:06.071894609 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
11:49:06 [2024-01-08T11:49:06.477Z]         }
11:49:06 [2024-01-08T11:49:06.477Z]     health_test.go:141: &{2024-01-08 11:49:06.014515958 +0000 UTC 2024-01-08 11:49:06.071894609 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
11:49:06 [2024-01-08T11:49:06.477Z]         }
11:49:06 [2024-01-08T11:49:06.733Z]     health_test.go:141: &{2024-01-08 11:49:06.014515958 +0000 UTC 2024-01-08 11:49:06.071894609 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
11:49:06 [2024-01-08T11:49:06.733Z]         }
11:49:06 [2024-01-08T11:49:06.733Z]     health_test.go:141: &{2024-01-08 11:49:06.014515958 +0000 UTC 2024-01-08 11:49:06.071894609 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
11:49:06 [2024-01-08T11:49:06.733Z]         }
11:49:06 [2024-01-08T11:49:06.733Z]     health_test.go:141: &{2024-01-08 11:49:06.014515958 +0000 UTC 2024-01-08 11:49:06.071894609 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
11:49:06 [2024-01-08T11:49:06.733Z]         }
11:49:06 [2024-01-08T11:49:06.989Z]     health_test.go:141: &{2024-01-08 11:49:06.014515958 +0000 UTC 2024-01-08 11:49:06.071894609 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
11:49:06 [2024-01-08T11:49:06.989Z]         }
11:49:06 [2024-01-08T11:49:06.989Z]     health_test.go:141: &{2024-01-08 11:49:06.014515958 +0000 UTC 2024-01-08 11:49:06.071894609 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
11:49:06 [2024-01-08T11:49:06.989Z]         }
11:49:07 [2024-01-08T11:49:07.245Z]     health_test.go:141: &{2024-01-08 11:49:06.014515958 +0000 UTC 2024-01-08 11:49:06.071894609 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
11:49:07 [2024-01-08T11:49:07.245Z]         }
11:49:07 [2024-01-08T11:49:07.245Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:07 [2024-01-08T11:49:07.245Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:07 [2024-01-08T11:49:07.501Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:07 [2024-01-08T11:49:07.501Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:07 [2024-01-08T11:49:07.757Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:07 [2024-01-08T11:49:07.757Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:07 [2024-01-08T11:49:07.757Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:08 [2024-01-08T11:49:08.013Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:08 [2024-01-08T11:49:08.013Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:08 [2024-01-08T11:49:08.269Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:08 [2024-01-08T11:49:08.269Z]     health_test.go:141: &{2024-01-08 11:49:07.077047788 +0000 UTC 2024-01-08 11:49:07.119353563 +0000 UTC 1 2}
11:49:08 [2024-01-08T11:49:08.269Z]     health_test.go:169: 1.048410215s
11:49:09 [2024-01-08T11:49:09.635Z]     health_test.go:169: 1.048410215s
11:49:10 [2024-01-08T11:49:10.563Z]     health_test.go:169: 1.048410215s
11:49:11 [2024-01-08T11:49:11.491Z]     health_test.go:169: 1.048410215s
11:49:12 [2024-01-08T11:49:12.419Z]     health_test.go:169: 1.048410215s
11:49:13 [2024-01-08T11:49:13.347Z]     health_test.go:169: 1.048410215s
11:49:14 [2024-01-08T11:49:14.275Z]     health_test.go:169: 1.048410215s
11:49:15 [2024-01-08T11:49:15.642Z]     health_test.go:169: 1.048410215s
11:49:16 [2024-01-08T11:49:16.570Z]     health_test.go:169: 1.048410215s
11:49:17 [2024-01-08T11:49:17.498Z]     health_test.go:169: 1.048410215s
11:49:18 [2024-01-08T11:49:18.426Z]     health_test.go:169: 1.048410215s
11:49:19 [2024-01-08T11:49:19.367Z]     health_test.go:169: 1.048410215s
11:49:20 [2024-01-08T11:49:20.310Z]     health_test.go:169: 1.048410215s
11:49:21 [2024-01-08T11:49:21.257Z]     health_test.go:169: 1.048410215s
11:49:22 [2024-01-08T11:49:22.649Z]     health_test.go:169: 1.048410215s
11:49:23 [2024-01-08T11:49:23.593Z]     health_test.go:169: 1.048410215s
11:49:24 [2024-01-08T11:49:24.538Z]     health_test.go:169: 1.048410215s
11:49:25 [2024-01-08T11:49:25.466Z]     health_test.go:169: 1.048410215s
11:49:26 [2024-01-08T11:49:26.394Z]     health_test.go:169: 1.048410215s
11:49:27 [2024-01-08T11:49:27.321Z]     health_test.go:169: 1.048410215s
11:49:28 [2024-01-08T11:49:28.687Z]     health_test.go:169: 1.048410215s
11:49:29 [2024-01-08T11:49:29.614Z]     health_test.go:169: 1.048410215s
11:49:30 [2024-01-08T11:49:30.542Z]     health_test.go:169: 1.048410215s
11:49:31 [2024-01-08T11:49:31.470Z]     health_test.go:169: 1.048410215s
11:49:32 [2024-01-08T11:49:32.397Z]     health_test.go:169: 1.048410215s
11:49:33 [2024-01-08T11:49:33.325Z]     health_test.go:169: 1.048410215s
11:49:34 [2024-01-08T11:49:34.690Z]     health_test.go:169: 1.048410215s
11:49:35 [2024-01-08T11:49:35.618Z]     health_test.go:169: 1.048410215s
11:49:36 [2024-01-08T11:49:36.545Z]     health_test.go:169: 1.048410215s
11:49:37 [2024-01-08T11:49:37.473Z]     health_test.go:169: 1.048410215s
11:49:38 [2024-01-08T11:49:38.838Z] --- PASS: TestHealthStartInterval (33.76s)
11:49:38 [2024-01-08T11:49:38.838Z] === RUN   TestInspectCpusetInConfigPre120
11:49:39 [2024-01-08T11:49:39.095Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s)
11:49:39 [2024-01-08T11:49:39.095Z] === RUN   TestInspectAnnotations
11:49:39 [2024-01-08T11:49:39.095Z] --- PASS: TestInspectAnnotations (0.04s)
11:49:39 [2024-01-08T11:49:39.095Z] === RUN   TestIpcModeNone
11:49:39 [2024-01-08T11:49:39.657Z] --- PASS: TestIpcModeNone (0.52s)
11:49:39 [2024-01-08T11:49:39.657Z] === RUN   TestIpcModePrivate
11:49:39 [2024-01-08T11:49:39.913Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
11:49:40 [2024-01-08T11:49:40.169Z] --- PASS: TestIpcModePrivate (0.54s)
11:49:40 [2024-01-08T11:49:40.169Z] === RUN   TestIpcModeShareable
11:49:40 [2024-01-08T11:49:40.426Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
11:49:40 [2024-01-08T11:49:40.682Z] --- PASS: TestIpcModeShareable (0.52s)
11:49:40 [2024-01-08T11:49:40.682Z] === RUN   TestAPIIpcModeShareableAndContainer
11:49:42 [2024-01-08T11:49:42.048Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.22s)
11:49:42 [2024-01-08T11:49:42.048Z] === RUN   TestAPIIpcModeHost
11:49:42 [2024-01-08T11:49:42.304Z] --- PASS: TestAPIIpcModeHost (0.38s)
11:49:42 [2024-01-08T11:49:42.304Z] === RUN   TestDaemonIpcModeShareable
11:49:43 [2024-01-08T11:49:43.232Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
11:49:43 [2024-01-08T11:49:43.489Z] --- PASS: TestDaemonIpcModeShareable (1.10s)
11:49:43 [2024-01-08T11:49:43.489Z] === RUN   TestDaemonIpcModePrivate
11:49:44 [2024-01-08T11:49:44.417Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
11:49:44 [2024-01-08T11:49:44.417Z] --- PASS: TestDaemonIpcModePrivate (1.08s)
11:49:44 [2024-01-08T11:49:44.417Z] === RUN   TestDaemonIpcModePrivateFromConfig
11:49:45 [2024-01-08T11:49:45.345Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
11:49:45 [2024-01-08T11:49:45.601Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s)
11:49:45 [2024-01-08T11:49:45.601Z] === RUN   TestDaemonIpcModeShareableFromConfig
11:49:46 [2024-01-08T11:49:46.529Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
11:49:46 [2024-01-08T11:49:46.785Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s)
11:49:46 [2024-01-08T11:49:46.785Z] === RUN   TestIpcModeOlderClient
11:49:46 [2024-01-08T11:49:46.785Z] === PAUSE TestIpcModeOlderClient
11:49:46 [2024-01-08T11:49:46.785Z] === RUN   TestKillContainerInvalidSignal
11:49:47 [2024-01-08T11:49:47.348Z] --- PASS: TestKillContainerInvalidSignal (0.48s)
11:49:47 [2024-01-08T11:49:47.348Z] === RUN   TestKillContainer
11:49:47 [2024-01-08T11:49:47.348Z] === RUN   TestKillContainer/no_signal
11:49:47 [2024-01-08T11:49:47.604Z] === RUN   TestKillContainer/non_killing_signal
11:49:47 [2024-01-08T11:49:47.860Z] === RUN   TestKillContainer/killing_signal
11:49:48 [2024-01-08T11:49:48.789Z] --- PASS: TestKillContainer (1.45s)
11:49:48 [2024-01-08T11:49:48.789Z]     --- PASS: TestKillContainer/no_signal (0.47s)
11:49:48 [2024-01-08T11:49:48.789Z]     --- PASS: TestKillContainer/non_killing_signal (0.26s)
11:49:48 [2024-01-08T11:49:48.789Z]     --- PASS: TestKillContainer/killing_signal (0.46s)
11:49:48 [2024-01-08T11:49:48.789Z] === RUN   TestKillWithStopSignalAndRestartPolicies
11:49:48 [2024-01-08T11:49:48.789Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
11:49:49 [2024-01-08T11:49:49.045Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
11:49:49 [2024-01-08T11:49:49.608Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.93s)
11:49:49 [2024-01-08T11:49:49.608Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s)
11:49:49 [2024-01-08T11:49:49.608Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s)
11:49:49 [2024-01-08T11:49:49.608Z] === RUN   TestKillStoppedContainer
11:49:49 [2024-01-08T11:49:49.608Z] --- PASS: TestKillStoppedContainer (0.12s)
11:49:49 [2024-01-08T11:49:49.608Z] === RUN   TestKillStoppedContainerAPIPre120
11:49:49 [2024-01-08T11:49:49.865Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
11:49:49 [2024-01-08T11:49:49.865Z] === RUN   TestKillDifferentUserContainer
11:49:50 [2024-01-08T11:49:50.121Z] --- PASS: TestKillDifferentUserContainer (0.45s)
11:49:50 [2024-01-08T11:49:50.121Z] === RUN   TestInspectOomKilledTrue
11:49:50 [2024-01-08T11:49:50.683Z] --- PASS: TestInspectOomKilledTrue (0.53s)
11:49:50 [2024-01-08T11:49:50.683Z] === RUN   TestInspectOomKilledFalse
11:49:51 [2024-01-08T11:49:51.246Z] --- PASS: TestInspectOomKilledFalse (0.42s)
11:49:51 [2024-01-08T11:49:51.246Z] === RUN   TestLinksEtcHostsContentMatch
11:49:51 [2024-01-08T11:49:51.502Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s)
11:49:51 [2024-01-08T11:49:51.502Z] === RUN   TestLinksContainerNames
11:49:52 [2024-01-08T11:49:52.430Z] --- PASS: TestLinksContainerNames (0.93s)
11:49:52 [2024-01-08T11:49:52.430Z] === RUN   TestLogsFollowTailEmpty
11:49:52 [2024-01-08T11:49:52.992Z] --- PASS: TestLogsFollowTailEmpty (0.49s)
11:49:52 [2024-01-08T11:49:52.992Z] === RUN   TestLogs
11:49:52 [2024-01-08T11:49:52.992Z] === RUN   TestLogs/driver_local
11:49:52 [2024-01-08T11:49:52.992Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === RUN   TestLogs/driver_local/tty/only_stdout
11:49:52 [2024-01-08T11:49:52.992Z] === PAUSE TestLogs/driver_local/tty/only_stdout
11:49:52 [2024-01-08T11:49:52.992Z] === RUN   TestLogs/driver_local/tty/only_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === PAUSE TestLogs/driver_local/tty/only_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
11:49:52 [2024-01-08T11:49:52.992Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
11:49:52 [2024-01-08T11:49:52.992Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
11:49:52 [2024-01-08T11:49:52.992Z] === CONT  TestLogs/driver_local/tty/only_stderr
11:49:52 [2024-01-08T11:49:52.992Z] === CONT  TestLogs/driver_local/tty/only_stdout
11:49:54 [2024-01-08T11:49:54.882Z] === RUN   TestLogs/driver_json-file
11:49:54 [2024-01-08T11:49:54.882Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
11:49:54 [2024-01-08T11:49:54.882Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
11:49:54 [2024-01-08T11:49:54.882Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
11:49:54 [2024-01-08T11:49:54.882Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
11:49:54 [2024-01-08T11:49:54.882Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
11:49:54 [2024-01-08T11:49:54.882Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
11:49:54 [2024-01-08T11:49:54.882Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
11:49:56 [2024-01-08T11:49:56.249Z] --- PASS: TestLogs (3.29s)
11:49:56 [2024-01-08T11:49:56.249Z]     --- PASS: TestLogs/driver_local (0.01s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.96s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.10s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.29s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.34s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.52s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.60s)
11:49:56 [2024-01-08T11:49:56.249Z]     --- PASS: TestLogs/driver_json-file (0.01s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.19s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.23s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.29s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.58s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.60s)
11:49:56 [2024-01-08T11:49:56.249Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.67s)
11:49:56 [2024-01-08T11:49:56.249Z] === RUN   TestContainerNetworkMountsNoChown
11:49:56 [2024-01-08T11:49:56.811Z] --- PASS: TestContainerNetworkMountsNoChown (0.49s)
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/default
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/default
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/private
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/private
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rprivate
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rprivate
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/slave
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/slave
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rslave
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rslave
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/shared
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/shared
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rshared
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rshared
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/default
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/default/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/default/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/default/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/default/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/default/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/default/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/default/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rshared
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rshared/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rshared/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/shared
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rshared/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/default/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/shared/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/default/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rprivate
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/default/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/shared/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/shared/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/shared/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rshared/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/slave
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/slave/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/slave/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/slave/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/slave/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rslave
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rslave/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/rslave/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/private
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/private/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/private/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/private/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/private/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/private/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestMountDaemonRoot/private/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/shared/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/shared/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/slave/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/slave/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rslave/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/rslave/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/private/mount_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/private/bind_root
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/private/bind_subpath
11:49:56 [2024-01-08T11:49:56.811Z] === CONT  TestMountDaemonRoot/private/mount_subpath
11:49:56 [2024-01-08T11:49:56.811Z] --- PASS: TestMountDaemonRoot (0.01s)
11:49:56 [2024-01-08T11:49:56.811Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
11:49:56 [2024-01-08T11:49:56.811Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s)
11:49:56 [2024-01-08T11:49:56.811Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
11:49:56 [2024-01-08T11:49:56.811Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
11:49:56 [2024-01-08T11:49:56.811Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
11:49:56 [2024-01-08T11:49:56.811Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
11:49:56 [2024-01-08T11:49:56.811Z] === RUN   TestContainerBindMountNonRecursive
11:49:58 [2024-01-08T11:49:58.702Z] --- PASS: TestContainerBindMountNonRecursive (1.43s)
11:49:58 [2024-01-08T11:49:58.702Z] === RUN   TestContainerVolumesMountedAsShared
11:49:58 [2024-01-08T11:49:58.702Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
11:49:58 [2024-01-08T11:49:58.702Z] === RUN   TestContainerVolumesMountedAsSlave
11:49:59 [2024-01-08T11:49:59.264Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s)
11:49:59 [2024-01-08T11:49:59.264Z] === RUN   TestContainerCopyLeaksMounts
11:49:59 [2024-01-08T11:49:59.826Z] --- PASS: TestContainerCopyLeaksMounts (0.59s)
11:49:59 [2024-01-08T11:49:59.826Z] === RUN   TestContainerBindMountRecursivelyReadOnly
11:50:01 [2024-01-08T11:50:01.716Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.89s)
11:50:01 [2024-01-08T11:50:01.716Z] === RUN   TestNetworkNat
11:50:02 [2024-01-08T11:50:02.279Z] --- PASS: TestNetworkNat (0.51s)
11:50:02 [2024-01-08T11:50:02.279Z] === RUN   TestNetworkLocalhostTCPNat
11:50:02 [2024-01-08T11:50:02.535Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s)
11:50:02 [2024-01-08T11:50:02.535Z] === RUN   TestNetworkLoopbackNat
11:50:05 [2024-01-08T11:50:05.803Z] --- PASS: TestNetworkLoopbackNat (2.62s)
11:50:05 [2024-01-08T11:50:05.803Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
11:50:05 [2024-01-08T11:50:05.803Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
11:50:05 [2024-01-08T11:50:05.803Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
11:50:05 [2024-01-08T11:50:05.803Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
11:50:05 [2024-01-08T11:50:05.803Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
11:50:05 [2024-01-08T11:50:05.803Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.49s)
11:50:05 [2024-01-08T11:50:05.803Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s)
11:50:05 [2024-01-08T11:50:05.803Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
11:50:05 [2024-01-08T11:50:05.803Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
11:50:05 [2024-01-08T11:50:05.803Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
11:50:05 [2024-01-08T11:50:05.803Z] === RUN   TestPause
11:50:06 [2024-01-08T11:50:06.365Z] --- PASS: TestPause (0.50s)
11:50:06 [2024-01-08T11:50:06.366Z] === RUN   TestPauseFailsOnWindowsServerContainers
11:50:06 [2024-01-08T11:50:06.366Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:50:06 [2024-01-08T11:50:06.366Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
11:50:06 [2024-01-08T11:50:06.366Z] === RUN   TestPauseStopPausedContainer
11:50:06 [2024-01-08T11:50:06.928Z] --- PASS: TestPauseStopPausedContainer (0.52s)
11:50:06 [2024-01-08T11:50:06.928Z] === RUN   TestPIDModeHost
11:50:07 [2024-01-08T11:50:07.856Z] --- PASS: TestPIDModeHost (1.00s)
11:50:07 [2024-01-08T11:50:07.856Z] === RUN   TestPIDModeContainer
11:50:07 [2024-01-08T11:50:07.856Z] === RUN   TestPIDModeContainer/non-existing_container
11:50:07 [2024-01-08T11:50:07.856Z] === RUN   TestPIDModeContainer/non-running_container
11:50:07 [2024-01-08T11:50:07.856Z] === RUN   TestPIDModeContainer/running_container
11:50:08 [2024-01-08T11:50:08.785Z] --- PASS: TestPIDModeContainer (1.10s)
11:50:08 [2024-01-08T11:50:08.785Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
11:50:08 [2024-01-08T11:50:08.785Z]     --- PASS: TestPIDModeContainer/non-running_container (0.14s)
11:50:08 [2024-01-08T11:50:08.785Z]     --- PASS: TestPIDModeContainer/running_container (0.52s)
11:50:08 [2024-01-08T11:50:08.785Z] === RUN   TestPsFilter
11:50:09 [2024-01-08T11:50:09.041Z] === RUN   TestPsFilter/since
11:50:09 [2024-01-08T11:50:09.041Z] === RUN   TestPsFilter/before
11:50:09 [2024-01-08T11:50:09.041Z] --- PASS: TestPsFilter (0.14s)
11:50:09 [2024-01-08T11:50:09.041Z]     --- PASS: TestPsFilter/since (0.00s)
11:50:09 [2024-01-08T11:50:09.041Z]     --- PASS: TestPsFilter/before (0.00s)
11:50:09 [2024-01-08T11:50:09.041Z] === RUN   TestRemoveContainerWithRemovedVolume
11:50:09 [2024-01-08T11:50:09.604Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.53s)
11:50:09 [2024-01-08T11:50:09.604Z] === RUN   TestRemoveContainerWithVolume
11:50:10 [2024-01-08T11:50:10.166Z] --- PASS: TestRemoveContainerWithVolume (0.46s)
11:50:10 [2024-01-08T11:50:10.166Z] === RUN   TestRemoveContainerRunning
11:50:10 [2024-01-08T11:50:10.422Z] --- PASS: TestRemoveContainerRunning (0.49s)
11:50:10 [2024-01-08T11:50:10.422Z] === RUN   TestRemoveContainerForceRemoveRunning
11:50:10 [2024-01-08T11:50:10.984Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.50s)
11:50:10 [2024-01-08T11:50:10.984Z] === RUN   TestRemoveInvalidContainer
11:50:10 [2024-01-08T11:50:10.984Z] --- PASS: TestRemoveInvalidContainer (0.01s)
11:50:10 [2024-01-08T11:50:10.984Z] === RUN   TestRenameLinkedContainer
11:50:12 [2024-01-08T11:50:12.876Z] --- PASS: TestRenameLinkedContainer (1.87s)
11:50:12 [2024-01-08T11:50:12.876Z] === RUN   TestRenameStoppedContainer
11:50:13 [2024-01-08T11:50:13.439Z] --- PASS: TestRenameStoppedContainer (0.52s)
11:50:13 [2024-01-08T11:50:13.439Z] === RUN   TestRenameRunningContainerAndReuse
11:50:14 [2024-01-08T11:50:14.367Z] --- PASS: TestRenameRunningContainerAndReuse (0.98s)
11:50:14 [2024-01-08T11:50:14.367Z] === RUN   TestRenameInvalidName
11:50:14 [2024-01-08T11:50:14.929Z] --- PASS: TestRenameInvalidName (0.49s)
11:50:14 [2024-01-08T11:50:14.929Z] === RUN   TestRenameAnonymousContainer
11:50:16 [2024-01-08T11:50:16.820Z] --- PASS: TestRenameAnonymousContainer (1.65s)
11:50:16 [2024-01-08T11:50:16.820Z] === RUN   TestRenameContainerWithSameName
11:50:17 [2024-01-08T11:50:17.076Z] --- PASS: TestRenameContainerWithSameName (0.49s)
11:50:17 [2024-01-08T11:50:17.076Z] === RUN   TestRenameContainerWithLinkedContainer
11:50:18 [2024-01-08T11:50:18.005Z] --- PASS: TestRenameContainerWithLinkedContainer (0.95s)
11:50:18 [2024-01-08T11:50:18.005Z] === RUN   TestResize
11:50:18 [2024-01-08T11:50:18.005Z] === RUN   TestResize/success
11:50:18 [2024-01-08T11:50:18.261Z] === RUN   TestResize/invalid_size
11:50:18 [2024-01-08T11:50:18.517Z] === RUN   TestResize/invalid_state
11:50:19 [2024-01-08T11:50:19.079Z] --- PASS: TestResize (1.01s)
11:50:19 [2024-01-08T11:50:19.079Z]     --- PASS: TestResize/success (0.27s)
11:50:19 [2024-01-08T11:50:19.079Z]     --- PASS: TestResize/invalid_size (0.26s)
11:50:19 [2024-01-08T11:50:19.079Z]     --- PASS: TestResize/invalid_state (0.04s)
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:50:19 [2024-01-08T11:50:19.079Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:50:20 [2024-01-08T11:50:20.447Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:50:20 [2024-01-08T11:50:20.447Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
11:50:20 [2024-01-08T11:50:20.447Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
11:50:21 [2024-01-08T11:50:21.011Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:50:21 [2024-01-08T11:50:21.011Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:50:21 [2024-01-08T11:50:21.574Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:50:22 [2024-01-08T11:50:22.138Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:50:22 [2024-01-08T11:50:22.394Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:50:24 [2024-01-08T11:50:24.912Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.93s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.14s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.67s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.17s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.19s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.83s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.53s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.75s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.19s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.06s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.15s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.18s)
11:50:24 [2024-01-08T11:50:24.912Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.06s)
11:50:24 [2024-01-08T11:50:24.912Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
11:50:24 [2024-01-08T11:50:24.912Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
11:50:25 [2024-01-08T11:50:25.475Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
11:50:26 [2024-01-08T11:50:26.403Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.02s)
11:50:26 [2024-01-08T11:50:26.403Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.98s)
11:50:26 [2024-01-08T11:50:26.403Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.03s)
11:50:26 [2024-01-08T11:50:26.403Z] === RUN   TestContainerRestartWithCancelledRequest
11:50:28 [2024-01-08T11:50:28.294Z] --- PASS: TestContainerRestartWithCancelledRequest (1.89s)
11:50:28 [2024-01-08T11:50:28.294Z] === RUN   TestCgroupNamespacesRun
11:50:29 [2024-01-08T11:50:29.660Z] --- PASS: TestCgroupNamespacesRun (1.18s)
11:50:29 [2024-01-08T11:50:29.660Z] === RUN   TestCgroupNamespacesRunPrivileged
11:50:30 [2024-01-08T11:50:30.588Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s)
11:50:30 [2024-01-08T11:50:30.588Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
11:50:31 [2024-01-08T11:50:31.954Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s)
11:50:31 [2024-01-08T11:50:31.954Z] === RUN   TestCgroupNamespacesRunHostMode
11:50:32 [2024-01-08T11:50:32.882Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s)
11:50:32 [2024-01-08T11:50:32.882Z] === RUN   TestCgroupNamespacesRunPrivateMode
11:50:34 [2024-01-08T11:50:34.248Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s)
11:50:34 [2024-01-08T11:50:34.248Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
11:50:35 [2024-01-08T11:50:35.176Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.09s)
11:50:35 [2024-01-08T11:50:35.176Z] === RUN   TestCgroupNamespacesRunInvalidMode
11:50:35 [2024-01-08T11:50:35.739Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
11:50:35 [2024-01-08T11:50:35.739Z] === RUN   TestCgroupNamespacesRunOlderClient
11:50:36 [2024-01-08T11:50:36.667Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.10s)
11:50:36 [2024-01-08T11:50:36.667Z] === RUN   TestNISDomainname
11:50:37 [2024-01-08T11:50:37.230Z] --- PASS: TestNISDomainname (0.57s)
11:50:37 [2024-01-08T11:50:37.230Z] === RUN   TestHostnameDnsResolution
11:50:38 [2024-01-08T11:50:38.158Z] --- PASS: TestHostnameDnsResolution (0.69s)
11:50:38 [2024-01-08T11:50:38.158Z] === RUN   TestUnprivilegedPortsAndPing
11:50:38 [2024-01-08T11:50:38.720Z] --- PASS: TestUnprivilegedPortsAndPing (0.60s)
11:50:38 [2024-01-08T11:50:38.720Z] === RUN   TestPrivilegedHostDevices
11:50:39 [2024-01-08T11:50:39.282Z] --- PASS: TestPrivilegedHostDevices (0.58s)
11:50:39 [2024-01-08T11:50:39.282Z] === RUN   TestRunConsoleSize
11:50:39 [2024-01-08T11:50:39.844Z] --- PASS: TestRunConsoleSize (0.48s)
11:50:39 [2024-01-08T11:50:39.844Z] === RUN   TestRunWithAlternativeContainerdShim
11:50:45 [2024-01-08T11:50:45.091Z] --- PASS: TestRunWithAlternativeContainerdShim (5.49s)
11:50:45 [2024-01-08T11:50:45.091Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
11:50:46 [2024-01-08T11:50:46.458Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.11s)
11:50:46 [2024-01-08T11:50:46.458Z] === RUN   TestStats
11:50:47 [2024-01-08T11:50:47.823Z] --- PASS: TestStats (1.49s)
11:50:47 [2024-01-08T11:50:47.823Z] === RUN   TestStopContainerWithTimeout
11:50:47 [2024-01-08T11:50:47.823Z] === RUN   TestStopContainerWithTimeout/0
11:50:47 [2024-01-08T11:50:47.823Z] === PAUSE TestStopContainerWithTimeout/0
11:50:47 [2024-01-08T11:50:47.823Z] === RUN   TestStopContainerWithTimeout/1
11:50:47 [2024-01-08T11:50:47.823Z] === PAUSE TestStopContainerWithTimeout/1
11:50:47 [2024-01-08T11:50:47.823Z] === RUN   TestStopContainerWithTimeout/3
11:50:47 [2024-01-08T11:50:47.823Z] === PAUSE TestStopContainerWithTimeout/3
11:50:47 [2024-01-08T11:50:47.823Z] === RUN   TestStopContainerWithTimeout/-1
11:50:47 [2024-01-08T11:50:47.823Z] === PAUSE TestStopContainerWithTimeout/-1
11:50:47 [2024-01-08T11:50:47.823Z] === CONT  TestStopContainerWithTimeout/0
11:50:47 [2024-01-08T11:50:47.823Z] === CONT  TestStopContainerWithTimeout/3
11:50:47 [2024-01-08T11:50:47.823Z] === CONT  TestStopContainerWithTimeout/1
11:50:47 [2024-01-08T11:50:47.823Z] === CONT  TestStopContainerWithTimeout/-1
11:50:51 [2024-01-08T11:50:51.092Z] --- PASS: TestStopContainerWithTimeout (0.04s)
11:50:51 [2024-01-08T11:50:51.092Z]     --- PASS: TestStopContainerWithTimeout/0 (0.92s)
11:50:51 [2024-01-08T11:50:51.092Z]     --- PASS: TestStopContainerWithTimeout/1 (1.74s)
11:50:51 [2024-01-08T11:50:51.092Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.72s)
11:50:51 [2024-01-08T11:50:51.092Z]     --- PASS: TestStopContainerWithTimeout/3 (2.87s)
11:50:51 [2024-01-08T11:50:51.092Z] === RUN   TestStopContainerWithTimeoutCancel
11:50:51 [2024-01-08T11:50:51.092Z] === PAUSE TestStopContainerWithTimeoutCancel
11:50:51 [2024-01-08T11:50:51.092Z] === RUN   TestStopContainerWithRestartPolicyAlways
11:50:53 [2024-01-08T11:50:53.609Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.52s)
11:50:53 [2024-01-08T11:50:53.609Z] === RUN   TestUpdateMemory
11:50:53 [2024-01-08T11:50:53.866Z] --- PASS: TestUpdateMemory (0.57s)
11:50:53 [2024-01-08T11:50:53.866Z] === RUN   TestUpdateCPUQuota
11:50:54 [2024-01-08T11:50:54.794Z] --- PASS: TestUpdateCPUQuota (0.88s)
11:50:54 [2024-01-08T11:50:54.794Z] === RUN   TestUpdatePidsLimit
11:50:54 [2024-01-08T11:50:54.794Z] === RUN   TestUpdatePidsLimit/update_from_none
11:50:55 [2024-01-08T11:50:55.050Z] === RUN   TestUpdatePidsLimit/no_change
11:50:55 [2024-01-08T11:50:55.050Z] === RUN   TestUpdatePidsLimit/update_lower
11:50:55 [2024-01-08T11:50:55.306Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
11:50:55 [2024-01-08T11:50:55.562Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
11:50:55 [2024-01-08T11:50:55.819Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
11:50:56 [2024-01-08T11:50:56.075Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
11:50:57 [2024-01-08T11:50:57.005Z] --- PASS: TestUpdatePidsLimit (2.10s)
11:50:57 [2024-01-08T11:50:57.005Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.25s)
11:50:57 [2024-01-08T11:50:57.005Z]     --- PASS: TestUpdatePidsLimit/no_change (0.24s)
11:50:57 [2024-01-08T11:50:57.005Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
11:50:57 [2024-01-08T11:50:57.005Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
11:50:57 [2024-01-08T11:50:57.005Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
11:50:57 [2024-01-08T11:50:57.005Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s)
11:50:57 [2024-01-08T11:50:57.005Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
11:50:57 [2024-01-08T11:50:57.005Z] === RUN   TestUpdateRestartPolicy
11:51:09 [2024-01-08T11:51:09.176Z] --- PASS: TestUpdateRestartPolicy (10.81s)
11:51:09 [2024-01-08T11:51:09.176Z] === RUN   TestUpdateRestartWithAutoRemove
11:51:09 [2024-01-08T11:51:09.176Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s)
11:51:09 [2024-01-08T11:51:09.176Z] === RUN   TestWaitNonBlocked
11:51:09 [2024-01-08T11:51:09.176Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
11:51:09 [2024-01-08T11:51:09.176Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
11:51:09 [2024-01-08T11:51:09.176Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
11:51:09 [2024-01-08T11:51:09.176Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
11:51:09 [2024-01-08T11:51:09.176Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
11:51:09 [2024-01-08T11:51:09.176Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
11:51:09 [2024-01-08T11:51:09.176Z] --- PASS: TestWaitNonBlocked (0.02s)
11:51:09 [2024-01-08T11:51:09.176Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s)
11:51:09 [2024-01-08T11:51:09.176Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s)
11:51:09 [2024-01-08T11:51:09.176Z] === RUN   TestWaitBlocked
11:51:09 [2024-01-08T11:51:09.176Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
11:51:09 [2024-01-08T11:51:09.176Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
11:51:09 [2024-01-08T11:51:09.176Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
11:51:09 [2024-01-08T11:51:09.176Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
11:51:09 [2024-01-08T11:51:09.176Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
11:51:09 [2024-01-08T11:51:09.176Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
11:51:09 [2024-01-08T11:51:09.739Z] --- PASS: TestWaitBlocked (0.02s)
11:51:09 [2024-01-08T11:51:09.739Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s)
11:51:09 [2024-01-08T11:51:09.739Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s)
11:51:09 [2024-01-08T11:51:09.739Z] === RUN   TestWaitConditions
11:51:09 [2024-01-08T11:51:09.739Z] === RUN   TestWaitConditions/default
11:51:09 [2024-01-08T11:51:09.739Z] === PAUSE TestWaitConditions/default
11:51:09 [2024-01-08T11:51:09.739Z] === RUN   TestWaitConditions/not-running
11:51:09 [2024-01-08T11:51:09.739Z] === PAUSE TestWaitConditions/not-running
11:51:09 [2024-01-08T11:51:09.739Z] === RUN   TestWaitConditions/next-exit
11:51:09 [2024-01-08T11:51:09.739Z] === PAUSE TestWaitConditions/next-exit
11:51:09 [2024-01-08T11:51:09.739Z] === RUN   TestWaitConditions/removed
11:51:09 [2024-01-08T11:51:09.739Z] === PAUSE TestWaitConditions/removed
11:51:09 [2024-01-08T11:51:09.739Z] === CONT  TestWaitConditions/default
11:51:09 [2024-01-08T11:51:09.739Z] === CONT  TestWaitConditions/next-exit
11:51:09 [2024-01-08T11:51:09.739Z] === CONT  TestWaitConditions/not-running
11:51:09 [2024-01-08T11:51:09.739Z] === CONT  TestWaitConditions/removed
11:51:09 [2024-01-08T11:51:09.739Z]     wait_test.go:145: ContainerID = 1c7062ee5384b29f56d69fd738d1780bf1407cb743a378ebb2976b76129ccb03
11:51:09 [2024-01-08T11:51:09.739Z]     wait_test.go:145: ContainerID = 8a11e5aad28e57e70aac6a3621c21207312638b980b54972f3b7ff2c1ac83b4d
11:51:09 [2024-01-08T11:51:09.739Z]     wait_test.go:145: ContainerID = dce7fca74251bd2f03ea06e75b878550e14f8868711758ac055636a6463c631f
11:51:09 [2024-01-08T11:51:09.739Z]     wait_test.go:145: ContainerID = 39cd6838b708ed313ff73a628e6eff298022bcbdc3de13a8d763edfe89e13625
11:51:11 [2024-01-08T11:51:11.105Z] --- PASS: TestWaitConditions (0.03s)
11:51:11 [2024-01-08T11:51:11.105Z]     --- PASS: TestWaitConditions/not-running (0.93s)
11:51:11 [2024-01-08T11:51:11.105Z]     --- PASS: TestWaitConditions/next-exit (1.04s)
11:51:11 [2024-01-08T11:51:11.105Z]     --- PASS: TestWaitConditions/removed (1.23s)
11:51:11 [2024-01-08T11:51:11.105Z]     --- PASS: TestWaitConditions/default (1.28s)
11:51:11 [2024-01-08T11:51:11.105Z] === RUN   TestWaitRestartedContainer
11:51:11 [2024-01-08T11:51:11.105Z] === RUN   TestWaitRestartedContainer/default
11:51:11 [2024-01-08T11:51:11.105Z] === PAUSE TestWaitRestartedContainer/default
11:51:11 [2024-01-08T11:51:11.105Z] === RUN   TestWaitRestartedContainer/not-running
11:51:11 [2024-01-08T11:51:11.105Z] === PAUSE TestWaitRestartedContainer/not-running
11:51:11 [2024-01-08T11:51:11.105Z] === RUN   TestWaitRestartedContainer/next-exit
11:51:11 [2024-01-08T11:51:11.105Z] === PAUSE TestWaitRestartedContainer/next-exit
11:51:11 [2024-01-08T11:51:11.105Z] === CONT  TestWaitRestartedContainer/default
11:51:11 [2024-01-08T11:51:11.105Z] === CONT  TestWaitRestartedContainer/next-exit
11:51:11 [2024-01-08T11:51:11.105Z] === CONT  TestWaitRestartedContainer/not-running
11:51:12 [2024-01-08T11:51:12.995Z] --- PASS: TestWaitRestartedContainer (0.01s)
11:51:12 [2024-01-08T11:51:12.995Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.80s)
11:51:12 [2024-01-08T11:51:12.995Z]     --- PASS: TestWaitRestartedContainer/not-running (2.05s)
11:51:12 [2024-01-08T11:51:12.995Z]     --- PASS: TestWaitRestartedContainer/default (2.10s)
11:51:12 [2024-01-08T11:51:12.995Z] === CONT  TestHardRestartWhenContainerIsRunning
11:51:12 [2024-01-08T11:51:12.995Z] === CONT  TestContainerStartOnDaemonRestart
11:51:12 [2024-01-08T11:51:12.995Z] === CONT  TestRestartDaemonWithRestartingContainer
11:51:12 [2024-01-08T11:51:12.995Z] === CONT  TestStopContainerWithTimeoutCancel
11:51:12 [2024-01-08T11:51:12.995Z] === CONT  TestDaemonRestartIpcMode
11:51:12 [2024-01-08T11:51:12.995Z] === CONT  TestContainerKillOnDaemonStart
11:51:12 [2024-01-08T11:51:12.995Z] === CONT  TestIpcModeOlderClient
11:51:12 [2024-01-08T11:51:12.995Z] === CONT  TestDaemonHostGatewayIP
11:51:12 [2024-01-08T11:51:12.996Z] --- PASS: TestIpcModeOlderClient (0.08s)
11:51:14 [2024-01-08T11:51:14.887Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
11:51:14 [2024-01-08T11:51:14.887Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
11:51:15 [2024-01-08T11:51:15.452Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.32s)
11:51:15 [2024-01-08T11:51:15.452Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
11:51:15 [2024-01-08T11:51:15.452Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.31s)
11:51:16 [2024-01-08T11:51:16.015Z] --- PASS: TestContainerStartOnDaemonRestart (3.05s)
11:51:16 [2024-01-08T11:51:16.578Z] --- PASS: TestDaemonHostGatewayIP (3.43s)
11:51:16 [2024-01-08T11:51:16.834Z] --- PASS: TestStopContainerWithTimeoutCancel (3.75s)
11:51:16 [2024-01-08T11:51:16.834Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.94s)
11:51:17 [2024-01-08T11:51:17.090Z] --- PASS: TestDaemonRestartIpcMode (3.99s)
11:51:25 [2024-01-08T11:51:25.176Z] --- PASS: TestContainerKillOnDaemonStart (11.85s)
11:51:25 [2024-01-08T11:51:25.176Z] PASS
11:51:25 [2024-01-08T11:51:25.176Z] 
11:51:25 [2024-01-08T11:51:25.176Z] === Skipped
11:51:25 [2024-01-08T11:51:25.176Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
11:51:25 [2024-01-08T11:51:25.176Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:51:25 [2024-01-08T11:51:25.176Z] 
11:51:25 [2024-01-08T11:51:25.176Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
11:51:25 [2024-01-08T11:51:25.176Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:51:25 [2024-01-08T11:51:25.176Z] 
11:51:25 [2024-01-08T11:51:25.176Z] DONE 320 tests, 2 skipped in 170.200s
11:51:25 [2024-01-08T11:51:25.176Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
11:51:25 [2024-01-08T11:51:25.176Z] ++ '[' -n '' ']'
11:51:25 [2024-01-08T11:51:25.177Z] ++ 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
11:51:25 [2024-01-08T11:51:25.177Z] ++ set -e
11:51:25 [2024-01-08T11:51:25.177Z] ++ '[' -n 0 ']'
11:51:25 [2024-01-08T11:51:25.177Z] ++ set -x
11:51:25 [2024-01-08T11:51:25.177Z] ++ 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.Gzb3vAt3gi/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
11:51:25 [2024-01-08T11:51:25.177Z] INFO: Testing against a local daemon
11:51:25 [2024-01-08T11:51:25.177Z] === RUN   TestConfigDaemonID
11:51:26 [2024-01-08T11:51:26.104Z]     daemon_test.go:61: [db56085383c00] daemon is not started
11:51:26 [2024-01-08T11:51:26.104Z] --- PASS: TestConfigDaemonID (1.05s)
11:51:26 [2024-01-08T11:51:26.104Z] === RUN   TestDaemonConfigValidation
11:51:26 [2024-01-08T11:51:26.104Z] === RUN   TestDaemonConfigValidation/config_with_no_content
11:51:26 [2024-01-08T11:51:26.104Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
11:51:26 [2024-01-08T11:51:26.104Z] === RUN   TestDaemonConfigValidation/config_with_{}
11:51:26 [2024-01-08T11:51:26.104Z] === PAUSE TestDaemonConfigValidation/config_with_{}
11:51:26 [2024-01-08T11:51:26.104Z] === RUN   TestDaemonConfigValidation/invalid_config
11:51:26 [2024-01-08T11:51:26.104Z] === PAUSE TestDaemonConfigValidation/invalid_config
11:51:26 [2024-01-08T11:51:26.104Z] === RUN   TestDaemonConfigValidation/malformed_config
11:51:26 [2024-01-08T11:51:26.104Z] === PAUSE TestDaemonConfigValidation/malformed_config
11:51:26 [2024-01-08T11:51:26.104Z] === RUN   TestDaemonConfigValidation/valid_config
11:51:26 [2024-01-08T11:51:26.104Z] === PAUSE TestDaemonConfigValidation/valid_config
11:51:26 [2024-01-08T11:51:26.104Z] === CONT  TestDaemonConfigValidation/config_with_no_content
11:51:26 [2024-01-08T11:51:26.104Z] === CONT  TestDaemonConfigValidation/malformed_config
11:51:26 [2024-01-08T11:51:26.104Z] === CONT  TestDaemonConfigValidation/valid_config
11:51:26 [2024-01-08T11:51:26.104Z] === CONT  TestDaemonConfigValidation/invalid_config
11:51:26 [2024-01-08T11:51:26.104Z] === CONT  TestDaemonConfigValidation/config_with_{}
11:51:26 [2024-01-08T11:51:26.104Z] --- PASS: TestDaemonConfigValidation (0.00s)
11:51:26 [2024-01-08T11:51:26.104Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
11:51:26 [2024-01-08T11:51:26.104Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
11:51:26 [2024-01-08T11:51:26.104Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
11:51:26 [2024-01-08T11:51:26.104Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
11:51:26 [2024-01-08T11:51:26.104Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
11:51:26 [2024-01-08T11:51:26.104Z] === RUN   TestConfigDaemonSeccompProfiles
11:51:26 [2024-01-08T11:51:26.104Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
11:51:27 [2024-01-08T11:51:27.033Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
11:51:28 [2024-01-08T11:51:28.399Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
11:51:29 [2024-01-08T11:51:29.327Z]     daemon_test.go:180: [d563ba94f9998] daemon is not started
11:51:29 [2024-01-08T11:51:29.327Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s)
11:51:29 [2024-01-08T11:51:29.327Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
11:51:29 [2024-01-08T11:51:29.327Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s)
11:51:29 [2024-01-08T11:51:29.327Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s)
11:51:29 [2024-01-08T11:51:29.327Z] === RUN   TestDaemonProxy
11:51:29 [2024-01-08T11:51:29.327Z] === RUN   TestDaemonProxy/environment_variables
11:51:29 [2024-01-08T11:51:29.327Z] === PAUSE TestDaemonProxy/environment_variables
11:51:29 [2024-01-08T11:51:29.327Z] === RUN   TestDaemonProxy/command-line_options
11:51:29 [2024-01-08T11:51:29.327Z] === PAUSE TestDaemonProxy/command-line_options
11:51:29 [2024-01-08T11:51:29.327Z] === RUN   TestDaemonProxy/configuration_file
11:51:29 [2024-01-08T11:51:29.327Z] === PAUSE TestDaemonProxy/configuration_file
11:51:29 [2024-01-08T11:51:29.327Z] === RUN   TestDaemonProxy/conflicting_options
11:51:29 [2024-01-08T11:51:29.584Z] === RUN   TestDaemonProxy/reload_sanitized
11:51:29 [2024-01-08T11:51:29.584Z] === PAUSE TestDaemonProxy/reload_sanitized
11:51:29 [2024-01-08T11:51:29.584Z] === CONT  TestDaemonProxy/environment_variables
11:51:29 [2024-01-08T11:51:29.584Z] === CONT  TestDaemonProxy/configuration_file
11:51:29 [2024-01-08T11:51:29.584Z] === CONT  TestDaemonProxy/command-line_options
11:51:29 [2024-01-08T11:51:29.584Z] === CONT  TestDaemonProxy/reload_sanitized
11:51:31 [2024-01-08T11:51:31.475Z] --- PASS: TestDaemonProxy (0.50s)
11:51:31 [2024-01-08T11:51:31.475Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
11:51:31 [2024-01-08T11:51:31.475Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
11:51:31 [2024-01-08T11:51:31.475Z]     --- PASS: TestDaemonProxy/configuration_file (1.72s)
11:51:31 [2024-01-08T11:51:31.475Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
11:51:31 [2024-01-08T11:51:31.475Z]     --- PASS: TestDaemonProxy/environment_variables (1.76s)
11:51:31 [2024-01-08T11:51:31.475Z] === RUN   TestLiveRestore
11:51:31 [2024-01-08T11:51:31.475Z] === RUN   TestLiveRestore/volume_references
11:51:31 [2024-01-08T11:51:31.475Z] === PAUSE TestLiveRestore/volume_references
11:51:31 [2024-01-08T11:51:31.475Z] === RUN   TestLiveRestore/autoremove
11:51:31 [2024-01-08T11:51:31.475Z] === PAUSE TestLiveRestore/autoremove
11:51:31 [2024-01-08T11:51:31.475Z] === CONT  TestLiveRestore/volume_references
11:51:31 [2024-01-08T11:51:31.475Z] === CONT  TestLiveRestore/autoremove
11:51:31 [2024-01-08T11:51:31.475Z] === RUN   TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers
11:51:32 [2024-01-08T11:51:32.038Z] === RUN   TestLiveRestore/volume_references/restartPolicy
11:51:32 [2024-01-08T11:51:32.038Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
11:51:33 [2024-01-08T11:51:33.404Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
11:51:33 [2024-01-08T11:51:33.404Z] === RUN   TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited
11:51:34 [2024-01-08T11:51:34.332Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
11:51:35 [2024-01-08T11:51:35.261Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
11:51:36 [2024-01-08T11:51:36.190Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
11:51:37 [2024-01-08T11:51:37.118Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
11:51:38 [2024-01-08T11:51:38.047Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
11:51:38 [2024-01-08T11:51:38.975Z] --- PASS: TestLiveRestore (0.00s)
11:51:38 [2024-01-08T11:51:38.975Z]     --- PASS: TestLiveRestore/autoremove (3.51s)
11:51:38 [2024-01-08T11:51:38.975Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.96s)
11:51:38 [2024-01-08T11:51:38.975Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.55s)
11:51:38 [2024-01-08T11:51:38.975Z]     --- PASS: TestLiveRestore/volume_references (7.38s)
11:51:38 [2024-01-08T11:51:38.975Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (4.28s)
11:51:38 [2024-01-08T11:51:38.975Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.19s)
11:51:38 [2024-01-08T11:51:38.975Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.06s)
11:51:38 [2024-01-08T11:51:38.975Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.03s)
11:51:38 [2024-01-08T11:51:38.975Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.01s)
11:51:38 [2024-01-08T11:51:38.975Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.51s)
11:51:38 [2024-01-08T11:51:38.975Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.48s)
11:51:38 [2024-01-08T11:51:38.975Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.98s)
11:51:38 [2024-01-08T11:51:38.975Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
11:51:39 [2024-01-08T11:51:39.537Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.68s)
11:51:39 [2024-01-08T11:51:39.537Z] PASS
11:51:39 [2024-01-08T11:51:39.537Z] 
11:51:39 [2024-01-08T11:51:39.537Z] DONE 31 tests in 14.633s
11:51:39 [2024-01-08T11:51:39.537Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
11:51:39 [2024-01-08T11:51:39.537Z] ++ '[' -n '' ']'
11:51:39 [2024-01-08T11:51:39.537Z] ++ 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
11:51:39 [2024-01-08T11:51:39.537Z] ++ set -e
11:51:39 [2024-01-08T11:51:39.537Z] ++ '[' -n 0 ']'
11:51:39 [2024-01-08T11:51:39.537Z] ++ set -x
11:51:39 [2024-01-08T11:51:39.537Z] ++ 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.Gzb3vAt3gi/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
11:51:39 [2024-01-08T11:51:39.537Z] INFO: Testing against a local daemon
11:51:39 [2024-01-08T11:51:39.537Z] === RUN   TestCommitInheritsEnv
11:51:39 [2024-01-08T11:51:39.793Z] --- PASS: TestCommitInheritsEnv (0.16s)
11:51:39 [2024-01-08T11:51:39.793Z] === RUN   TestUsernsCommit
11:51:41 [2024-01-08T11:51:41.159Z] --- PASS: TestUsernsCommit (1.54s)
11:51:41 [2024-01-08T11:51:41.159Z] === RUN   TestImportExtremelyLargeImageWorks
11:51:41 [2024-01-08T11:51:41.159Z]     import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out
11:51:41 [2024-01-08T11:51:41.159Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
11:51:41 [2024-01-08T11:51:41.159Z] === RUN   TestImportWithCustomPlatform
11:51:41 [2024-01-08T11:51:41.159Z] === RUN   TestImportWithCustomPlatform/#00
11:51:41 [2024-01-08T11:51:41.159Z] === RUN   TestImportWithCustomPlatform/linux
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImportWithCustomPlatform/LINUX
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
11:51:41 [2024-01-08T11:51:41.415Z] --- PASS: TestImportWithCustomPlatform (0.12s)
11:51:41 [2024-01-08T11:51:41.415Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
11:51:41 [2024-01-08T11:51:41.415Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
11:51:41 [2024-01-08T11:51:41.415Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.03s)
11:51:41 [2024-01-08T11:51:41.415Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImportWithCustomPlatformReject
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImportWithCustomPlatformReject/_______
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImportWithCustomPlatformReject//
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImportWithCustomPlatformReject/macos
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
11:51:41 [2024-01-08T11:51:41.415Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
11:51:41 [2024-01-08T11:51:41.415Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
11:51:41 [2024-01-08T11:51:41.415Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
11:51:41 [2024-01-08T11:51:41.415Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
11:51:41 [2024-01-08T11:51:41.415Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
11:51:41 [2024-01-08T11:51:41.415Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImageInspectEmptyTagsAndDigests
11:51:41 [2024-01-08T11:51:41.415Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImagesFilterMultiReference
11:51:41 [2024-01-08T11:51:41.415Z] --- PASS: TestImagesFilterMultiReference (0.04s)
11:51:41 [2024-01-08T11:51:41.415Z] === RUN   TestImagesFilterUntil
11:51:41 [2024-01-08T11:51:41.671Z]     list_test.go:95: ImageList: ID=sha256:68c0125e499d8db02df024c899f1311eb8257d2d1851278fcdc752c3834995e1 RepoTags=[testimagesfilteruntil:v1]
11:51:41 [2024-01-08T11:51:41.671Z] --- PASS: TestImagesFilterUntil (0.25s)
11:51:41 [2024-01-08T11:51:41.671Z] === RUN   TestImagesFilterBeforeSince
11:51:41 [2024-01-08T11:51:41.927Z]     list_test.go:129: ImageList: ID=sha256:5c2bf0bda3f8def80537704aa08013596b1a2f96c0754ffe70101399203a4980 RepoTags=[testimagesfilterbeforesince:v3]
11:51:41 [2024-01-08T11:51:41.927Z]     list_test.go:129: ImageList: ID=sha256:141939689758b70e0b3891dbcbcf10023b57fdbbb9b34b616a086a2e9acd94fe RepoTags=[testimagesfilterbeforesince:v1]
11:51:41 [2024-01-08T11:51:41.927Z]     list_test.go:129: ImageList: ID=sha256:fc87b767f6ce8e8c204d06f0e1bb4a2b3a42d116ad32a4e73eac8f8328d54138 RepoTags=[testimagesfilterbeforesince:v2]
11:51:41 [2024-01-08T11:51:41.927Z] --- PASS: TestImagesFilterBeforeSince (0.25s)
11:51:41 [2024-01-08T11:51:41.927Z] === RUN   TestAPIImagesFilters
11:51:41 [2024-01-08T11:51:41.927Z] === RUN   TestAPIImagesFilters/repository_regex
11:51:41 [2024-01-08T11:51:41.927Z] === PAUSE TestAPIImagesFilters/repository_regex
11:51:41 [2024-01-08T11:51:41.927Z] === RUN   TestAPIImagesFilters/image_name_regex
11:51:41 [2024-01-08T11:51:41.927Z] === PAUSE TestAPIImagesFilters/image_name_regex
11:51:41 [2024-01-08T11:51:41.927Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
11:51:41 [2024-01-08T11:51:41.927Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
11:51:41 [2024-01-08T11:51:41.927Z] === RUN   TestAPIImagesFilters/registry_port_regex
11:51:41 [2024-01-08T11:51:41.927Z] === PAUSE TestAPIImagesFilters/registry_port_regex
11:51:41 [2024-01-08T11:51:41.927Z] === CONT  TestAPIImagesFilters/repository_regex
11:51:41 [2024-01-08T11:51:41.927Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
11:51:41 [2024-01-08T11:51:41.927Z] === CONT  TestAPIImagesFilters/image_name_regex
11:51:41 [2024-01-08T11:51:41.927Z] === CONT  TestAPIImagesFilters/registry_port_regex
11:51:41 [2024-01-08T11:51:41.927Z] --- PASS: TestAPIImagesFilters (0.03s)
11:51:41 [2024-01-08T11:51:41.927Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
11:51:41 [2024-01-08T11:51:41.927Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
11:51:41 [2024-01-08T11:51:41.927Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
11:51:41 [2024-01-08T11:51:41.927Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
11:51:41 [2024-01-08T11:51:41.927Z] === RUN   TestPruneDontDeleteUsedDangling
11:51:42 [2024-01-08T11:51:42.489Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s)
11:51:42 [2024-01-08T11:51:42.489Z] === RUN   TestImagePullPlatformInvalid
11:51:42 [2024-01-08T11:51:42.489Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
11:51:42 [2024-01-08T11:51:42.489Z] === RUN   TestImagePullStoredfDigestForOtherRepo
11:51:42 [2024-01-08T11:51:42.489Z] time="2024-01-08T11:51:42.429672638Z" 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=e27313ac-850d-41e0-9c57-96bb645c6418 version=2.8.3 
11:51:42 [2024-01-08T11:51:42.489Z] time="2024-01-08T11:51:42.429766632Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=e27313ac-850d-41e0-9c57-96bb645c6418 version=2.8.3 
11:51:42 [2024-01-08T11:51:42.489Z] time="2024-01-08T11:51:42.42979115Z" level=info msg="Starting upload purge in 47m0s" go.version=go1.20.8 instance.id=e27313ac-850d-41e0-9c57-96bb645c6418 version=2.8.3 
11:51:42 [2024-01-08T11:51:42.489Z] time="2024-01-08T11:51:42.43000625Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=e27313ac-850d-41e0-9c57-96bb645c6418 version=2.8.3 
11:51:42 [2024-01-08T11:51:42.747Z] time="2024-01-08T11:51:42.523841089Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=44270d41-a840-413d-a137-9ec21299b934 http.request.method=GET http.request.remoteaddr="127.0.0.1:52822" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
11:51:42 [2024-01-08T11:51:42.747Z] time="2024-01-08T11:51:42.52396436Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=44270d41-a840-413d-a137-9ec21299b934 http.request.method=GET http.request.remoteaddr="127.0.0.1:52822" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.586536ms http.response.status=200 http.response.written=2 
11:51:42 [2024-01-08T11:51:42.747Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
11:51:42 [2024-01-08T11:51:42.747Z] time="2024-01-08T11:51:42.52668622Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=35671bfe-6d7e-4037-9bf0-899640730662 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.747Z] time="2024-01-08T11:51:42.526727297Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=35671bfe-6d7e-4037-9bf0-899640730662 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.526792662Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1d587805-388b-4d7d-a288-df50e4e60a33 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.526834805Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1d587805-388b-4d7d-a288-df50e4e60a33 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.526836528Z" 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=35671bfe-6d7e-4037-9bf0-899640730662 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=39.034µ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=2552dcf5-0b76-4189-aac2-c172dd63bb8b trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.526894632Z" 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=1d587805-388b-4d7d-a288-df50e4e60a33 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=26.438µ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=f605090a-dccb-4b9b-b062-6a21c77e8b91 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.526944226Z" 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=35671bfe-6d7e-4037-9bf0-899640730662 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.138186ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.11+unknown"
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.526948813Z" 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=1d587805-388b-4d7d-a288-df50e4e60a33 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.143759ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.11+unknown"
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.528628145Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=11a3b4a0-7d8a-4711-9997-015a64387e0c http.request.method=POST http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.528680373Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=11a3b4a0-7d8a-4711-9997-015a64387e0c http.request.method=POST http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.528692747Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4a21f2a-fcfa-4a5e-9078-ba9bf542b983 http.request.method=POST http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.528738419Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4a21f2a-fcfa-4a5e-9078-ba9bf542b983 http.request.method=POST http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.528825742Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1c620bbb-2df6-47dd-9593-f3245583811b/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=11a3b4a0-7d8a-4711-9997-015a64387e0c http.request.method=POST http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=113.991µ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=0e7f9ab8-8a0e-4d4a-86b5-613645cf4b03 trace.line=110 vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.52883554Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4a21f2a-fcfa-4a5e-9078-ba9bf542b983 http.request.method=POST http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=66.678µ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=d58d5f52-9bcd-4790-95f0-32f0d42852ea trace.line=110 vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.528882795Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/1c620bbb-2df6-47dd-9593-f3245583811b/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=11a3b4a0-7d8a-4711-9997-015a64387e0c http.request.method=POST http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=22.787µ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=9a5cc962-bf65-4a78-be07-c6c9b44490aa trace.line=142 vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.528883698Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4a21f2a-fcfa-4a5e-9078-ba9bf542b983 http.request.method=POST http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=22.615µ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=33d9d52e-e38e-4e22-ab0b-8a2b16a32fe9 trace.line=142 vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.529020763Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1c620bbb-2df6-47dd-9593-f3245583811b/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=11a3b4a0-7d8a-4711-9997-015a64387e0c http.request.method=POST http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=52.352µ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=ae8cf96e-cf23-46a2-ba7f-fe48eeef6576 trace.line=110 vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.529091494Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4a21f2a-fcfa-4a5e-9078-ba9bf542b983 http.request.method=POST http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=51.292µ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=b88f9d92-8ae5-41e1-8888-e356b2b3debd trace.line=110 vars.name=test 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.529119335Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=11a3b4a0-7d8a-4711-9997-015a64387e0c http.request.method=POST http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" http.response.duration=1.899183ms http.response.status=202 http.response.written=0 
11:51:42 [2024-01-08T11:51:42.748Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.11+unknown"
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.529157926Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4a21f2a-fcfa-4a5e-9078-ba9bf542b983 http.request.method=POST http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" http.response.duration=1.860601ms http.response.status=202 http.response.written=0 
11:51:42 [2024-01-08T11:51:42.748Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.11+unknown"
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.5313032Z" 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=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531384386Z" 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=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531452032Z" 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=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531387701Z" 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=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531527605Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=43.711µ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=8bfc6345-9cd0-4def-a1c2-44494675ed02 trace.line=95 vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531553288Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/1c620bbb-2df6-47dd-9593-f3245583811b/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=38.107µ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=603ef8f0-b030-4baf-9475-f28ecb6e474b trace.line=95 vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531606115Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/1c620bbb-2df6-47dd-9593-f3245583811b/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=20.842µ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=3d460c48-6ff4-44d9-8de4-377281778161 trace.line=142 vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531660575Z" 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=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531589516Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=24.263µ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=331c9a93-88f0-461b-98ba-a254e23abfff trace.line=142 vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531705976Z" 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=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531745511Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1c620bbb-2df6-47dd-9593-f3245583811b/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=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=42.497µ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=5939d71e-ca7f-4b91-a489-65cbebdc746a trace.line=110 vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531790157Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/1c620bbb-2df6-47dd-9593-f3245583811b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=14.647µ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=73f76041-aa65-444b-964f-18c0c70f3f1c trace.line=155 vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.748Z] time="2024-01-08T11:51:42.531832793Z" 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=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=12.866µ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=9468c838-bd5e-4656-910b-0027f5d63479 trace.line=155 vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.53186998Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/1c620bbb-2df6-47dd-9593-f3245583811b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=9.412µ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=6f5badf3-9d60-44b1-b892-930419847b58 trace.line=155 vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.531831496Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1/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=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=89.899µ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=dfa216b2-ce59-4742-8017-080ae4a0f6d4 trace.line=110 vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.532014258Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=22.229µ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=0ee14882-1c7e-4d84-8a21-8e8cb7ed0275 trace.line=155 vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.532070753Z" 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=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=16.173µ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=8d361e26-2634-4315-ad70-550e45b9e4f6 trace.line=155 vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.532105889Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=13.925µ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=7cfd24d4-b7c6-4724-acec-fbbcb0f67283 trace.line=155 vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.531947276Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/1c620bbb-2df6-47dd-9593-f3245583811b/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=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=56.364µ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=725c63c9-a3da-4120-aec0-9739dd447fb5 trace.line=185 vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.532167397Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1/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=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=40.166µ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=4f7f2e1d-2655-4c8a-af99-ffa7d5bd9e83 trace.line=185 vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.532246662Z" 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=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=53.721µ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=f0f0fbb2-7558-4e51-97c9-b4dfd7b1c532 trace.line=110 vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.53225664Z" 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=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=65.521µ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=5416bd4c-0007-49f0-a9d1-0f0edf3e350f trace.line=110 vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.532380946Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=105.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).Delete" trace.id=d67dd8d0-c955-4f9f-97c5-916b657c5e98 trace.line=202 vars.name=test vars.uuid=1d0c77eb-58e5-4fb8-9bc8-a629272227c1 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.532453786Z" 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=cb926a47-edb1-40f1-8bb0-160a155fe22f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52830" http.request.uri="/v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" http.response.duration=2.421743ms http.response.status=201 http.response.written=0 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.532385951Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/1c620bbb-2df6-47dd-9593-f3245583811b")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=100.115µ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=f27f48fd-3cff-46ac-b69b-099fd2839c50 trace.line=202 vars.name=test vars.uuid=1c620bbb-2df6-47dd-9593-f3245583811b 
11:51:42 [2024-01-08T11:51:42.749Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "PUT /v2/test/blobs/uploads/1d0c77eb-58e5-4fb8-9bc8-a629272227c1?_state=utdzJGbmCxbt_u8yFkVnTWF6Mv14aJkC6_7BFKcDC6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkMGM3N2ViLTU4ZTUtNGZiOC05YmM4LWE2MjkyNzIyMjdjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg3NTIwMDdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.11+unknown"
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.532553163Z" 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=c3f852da-12a7-4b92-bb89-506ec9c6fda6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" http.response.duration=2.519454ms http.response.status=201 http.response.written=0 
11:51:42 [2024-01-08T11:51:42.749Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "PUT /v2/test/blobs/uploads/1c620bbb-2df6-47dd-9593-f3245583811b?_state=qlfuACjDS00SKoidukBzw6mSn-moAdUHbvGfVtlV2sB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFjNjIwYmJiLTJkZjYtNDdkZC05NTkzLWYzMjQ1NTgzODExYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0wOFQxMTo1MTo0Mi41Mjg2OTE5NzZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.11+unknown"
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.534089047Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a279e300-3851-48fd-9a9d-7baa3df5d55c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.534136154Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a279e300-3851-48fd-9a9d-7baa3df5d55c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.53419498Z" 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=a279e300-3851-48fd-9a9d-7baa3df5d55c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=27.849µ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=6133fa63-8bb4-4ab9-9cf4-40932bf4f2ec trace.line=95 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.534260058Z" 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=a279e300-3851-48fd-9a9d-7baa3df5d55c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.332059ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.11+unknown"
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535304923Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535342144Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535499681Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535516724Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535525545Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535598976Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=40.921µ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=f30277ef-5610-458a-8ec2-696c58abe083 trace.line=95 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535660354Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=28.293µ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=467d182a-eb43-46a0-964a-3967a6c3b043 trace.line=155 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535712418Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=20.768µ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=ac9ed0e4-f117-45a5-aed9-b5117633845b trace.line=95 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535751468Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=11.767µ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=64ccf146-5909-451c-82fb-0d26fbf2a705 trace.line=155 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535790542Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=12.185µ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=6d8cb6b0-1997-451a-91c1-435ab26be552 trace.line=155 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535867543Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=49.914µ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=1dc6f6ca-eea9-465a-acf8-ea7994e50214 trace.line=110 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.749Z] time="2024-01-08T11:51:42.535952806Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=51.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).PutContent" trace.id=a8a00768-90fa-4c77-bf87-395504950d79 trace.line=110 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.53611539Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=62.739µ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=5ef7dd41-2a33-4535-a228-9d4ed101aed6 trace.line=110 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.536171959Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=32.067µ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=6aa804b3-85f4-4b56-a1b0-24ad5b8447d0 trace.line=110 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.536210074Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.53622733Z" 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=226eb92c-2ac6-4759-af71-70a1456b94bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:52828" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" http.response.duration=1.620909ms http.response.status=201 http.response.written=0 
11:51:42 [2024-01-08T11:51:42.750Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.11+unknown"
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.54108721Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=00494db4-9b26-4032-8612-e3647d9d09da http.request.method=GET http.request.remoteaddr="127.0.0.1:52852" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.54121479Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=00494db4-9b26-4032-8612-e3647d9d09da http.request.method=GET http.request.remoteaddr="127.0.0.1:52852" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.103511ms http.response.status=200 http.response.written=2 
11:51:42 [2024-01-08T11:51:42.750Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.543500879Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=084be4d2-931e-4f7e-9f5b-3d6a93536cc3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52862" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.54353727Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=084be4d2-931e-4f7e-9f5b-3d6a93536cc3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52862" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.543612827Z" 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=084be4d2-931e-4f7e-9f5b-3d6a93536cc3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52862" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=43.842µ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=e2cb877e-71b4-4076-8a73-e735812f6798 trace.line=95 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.5436472Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=084be4d2-931e-4f7e-9f5b-3d6a93536cc3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52862" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.543695038Z" 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=084be4d2-931e-4f7e-9f5b-3d6a93536cc3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52862" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.59µ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=c64ad76f-220b-4e9d-b50a-ce03d95ff6cc trace.line=95 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.543735056Z" 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=084be4d2-931e-4f7e-9f5b-3d6a93536cc3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52862" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.418µ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=f22abd79-f423-4d66-9c8e-897a1cceaa94 trace.line=155 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.543820106Z" 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=084be4d2-931e-4f7e-9f5b-3d6a93536cc3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52862" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.12µ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=089bee18-39ae-4b17-a3d3-dac66af92068 trace.line=125 vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.543869397Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=084be4d2-931e-4f7e-9f5b-3d6a93536cc3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52862" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.543956219Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=084be4d2-931e-4f7e-9f5b-3d6a93536cc3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52862" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-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.318495ms http.response.status=200 http.response.written=417 
11:51:42 [2024-01-08T11:51:42.750Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.551984052Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7522ff23-c61d-4194-9b43-8f26dee601f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:52874" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.552025999Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7522ff23-c61d-4194-9b43-8f26dee601f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:52874" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.552041581Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7522ff23-c61d-4194-9b43-8f26dee601f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:52874" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.552120764Z" 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=7522ff23-c61d-4194-9b43-8f26dee601f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:52874" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=47.764µ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=7b176bd6-a839-4a90-a3f4-6905d6d0c5e4 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.552174699Z" 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=7522ff23-c61d-4194-9b43-8f26dee601f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:52874" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.421µ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=bcedb73c-6338-438e-8a79-7ec0416faf67 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.552219386Z" 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=7522ff23-c61d-4194-9b43-8f26dee601f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:52874" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.45µ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=a38eaa48-59cc-493e-bde7-fd2756b7ecaf trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.552255023Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7522ff23-c61d-4194-9b43-8f26dee601f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:52874" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.552350855Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7522ff23-c61d-4194-9b43-8f26dee601f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:52874" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-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.237843ms http.response.status=200 http.response.written=417 
11:51:42 [2024-01-08T11:51:42.750Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.558929372Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.558978097Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.558992374Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.559029759Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.55905266Z" 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=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=42.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=d4cd0ff9-4611-44eb-8b1b-45abfa4a6dd1 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.559104814Z" 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=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.491µ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=a1541910-0eba-43cc-89a5-0bf69872ab73 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.750Z] time="2024-01-08T11:51:42.559165223Z" 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=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.652µ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=f6087baf-a4f1-47c3-9d1a-93c8400886e9 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.559108064Z" 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=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.178µ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=b5cf2e0e-a36d-41bf-9d6f-dfab5e0bcc75 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.55921563Z" 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=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.119µ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=4bd68349-7db5-45fd-a494-d3421454ae37 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.559250356Z" 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=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.806µ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=e4363c29-e8d3-4c7a-a9d8-51c862920768 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.559257806Z" 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=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=25.856µ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=1132d490-116d-4810-9fa4-7e079aabd187 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.559281693Z" 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=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.116µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=dda2337c-1d40-4819-8f31-8e07077d48d3 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.559309821Z" 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=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.472µ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=7ef65d4b-9101-4957-945b-c52a535e5844 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.559371707Z" 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=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.568µ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=2d522dca-1142-4296-b58d-db3baec6f44e trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.559409699Z" 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=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=7.262µ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=0354d687-99fd-48b5-8562-3e8a7249009c trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.559315048Z" 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=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.658µ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=033f3e08-80bc-4675-819a-cc763d7ec005 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.559471027Z" 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=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.748µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=94d3f4a2-56c8-46c0-aa40-944fa7df6bb6 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.559519447Z" 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=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.251µ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=4ea94222-5c3e-42c6-a88a-826041ce6710 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.560016882Z" 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=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=30.344µ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=e1554513-4555-46fa-9504-bc1e43c27e16 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.560084348Z" 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=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.77µ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=c08ac5af-f1e1-4e41-8d8c-41f7b1e38b5e trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.560092315Z" 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=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.851µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c15d3318-eba8-4978-bb2b-c16dc5e20e73 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.560153167Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3860b322-ac3b-42bb-ace0-5319d51004e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:52888" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.747297ms http.response.status=200 http.response.written=194 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.560159157Z" 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=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.312µ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=6d37cab8-cc64-43bd-abee-1a3ed3dc8756 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
11:51:42 [2024-01-08T11:51:42.751Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.560589118Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=57edcebc-8e10-4bbc-956d-f42257092159 http.request.method=GET http.request.remoteaddr="127.0.0.1:52892" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.162644ms http.response.status=200 http.response.written=68 
11:51:42 [2024-01-08T11:51:42.751Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.573072119Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a5648186-e8f2-4d19-93ae-56b2cf822e8c http.request.method=GET http.request.remoteaddr="127.0.0.1:52900" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.573117602Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a5648186-e8f2-4d19-93ae-56b2cf822e8c http.request.method=GET http.request.remoteaddr="127.0.0.1:52900" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="883.061µs" http.response.status=200 http.response.written=2 
11:51:42 [2024-01-08T11:51:42.751Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.578947046Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1c712d63-0925-4d47-b2da-293b7fab5dce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52916" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.578996008Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1c712d63-0925-4d47-b2da-293b7fab5dce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52916" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.579010089Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1c712d63-0925-4d47-b2da-293b7fab5dce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52916" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.579078622Z" 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=1c712d63-0925-4d47-b2da-293b7fab5dce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52916" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=35.768µ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=0db830d8-996d-472d-9712-612ba8e0546a trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.579127986Z" 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=1c712d63-0925-4d47-b2da-293b7fab5dce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52916" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.203µ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=e611e82f-54df-42ca-9b2d-9ff12c823a73 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.579203206Z" 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=1c712d63-0925-4d47-b2da-293b7fab5dce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52916" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.128947ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.751Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.580480271Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e35451bf-6973-4104-937c-46a3a11ce753 http.request.method=GET http.request.remoteaddr="127.0.0.1:52928" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.580519239Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e35451bf-6973-4104-937c-46a3a11ce753 http.request.method=GET http.request.remoteaddr="127.0.0.1:52928" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.751Z] time="2024-01-08T11:51:42.58053268Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e35451bf-6973-4104-937c-46a3a11ce753 http.request.method=GET http.request.remoteaddr="127.0.0.1:52928" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.752Z] time="2024-01-08T11:51:42.580586393Z" 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=e35451bf-6973-4104-937c-46a3a11ce753 http.request.method=GET http.request.remoteaddr="127.0.0.1:52928" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.069µ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=a4c4ff27-e3d3-4477-9cbb-1df63ef06ee0 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.752Z] time="2024-01-08T11:51:42.580628569Z" 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=e35451bf-6973-4104-937c-46a3a11ce753 http.request.method=GET http.request.remoteaddr="127.0.0.1:52928" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.308µ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=e9cd6821-9758-4f01-beea-bec3cf7bf629 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.752Z] time="2024-01-08T11:51:42.580675759Z" 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=e35451bf-6973-4104-937c-46a3a11ce753 http.request.method=GET http.request.remoteaddr="127.0.0.1:52928" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="944.931µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
11:51:42 [2024-01-08T11:51:42.752Z] 127.0.0.1 - - [08/Jan/2024:11:51:42 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.5 git-commit/782fe1fe8238f6f16f352a677320c8a6ec7546b7 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
11:51:42 [2024-01-08T11:51:42.752Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.17s)
11:51:42 [2024-01-08T11:51:42.752Z] === RUN   TestImagePullNonExisting
11:51:42 [2024-01-08T11:51:42.752Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
11:51:42 [2024-01-08T11:51:42.752Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
11:51:42 [2024-01-08T11:51:42.752Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
11:51:42 [2024-01-08T11:51:42.752Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
11:51:42 [2024-01-08T11:51:42.752Z] === RUN   TestImagePullNonExisting/asdfasdf
11:51:42 [2024-01-08T11:51:42.752Z] === PAUSE TestImagePullNonExisting/asdfasdf
11:51:42 [2024-01-08T11:51:42.752Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
11:51:42 [2024-01-08T11:51:42.752Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
11:51:42 [2024-01-08T11:51:42.752Z] === RUN   TestImagePullNonExisting/library/asdfasdf
11:51:42 [2024-01-08T11:51:42.752Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
11:51:42 [2024-01-08T11:51:42.752Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
11:51:42 [2024-01-08T11:51:42.752Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
11:51:42 [2024-01-08T11:51:42.752Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
11:51:42 [2024-01-08T11:51:42.752Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
11:51:42 [2024-01-08T11:51:42.752Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
11:51:42 [2024-01-08T11:51:42.752Z] === CONT  TestImagePullNonExisting/asdfasdf
11:51:42 [2024-01-08T11:51:42.752Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
11:51:42 [2024-01-08T11:51:42.752Z] === CONT  TestImagePullNonExisting/library/asdfasdf
11:51:44 [2024-01-08T11:51:44.117Z] --- PASS: TestImagePullNonExisting (0.01s)
11:51:44 [2024-01-08T11:51:44.117Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s)
11:51:44 [2024-01-08T11:51:44.117Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s)
11:51:44 [2024-01-08T11:51:44.117Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s)
11:51:44 [2024-01-08T11:51:44.117Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.98s)
11:51:44 [2024-01-08T11:51:44.117Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.27s)
11:51:44 [2024-01-08T11:51:44.117Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.28s)
11:51:44 [2024-01-08T11:51:44.117Z] === RUN   TestRemoveImageOrphaning
11:51:44 [2024-01-08T11:51:44.117Z] --- PASS: TestRemoveImageOrphaning (0.17s)
11:51:44 [2024-01-08T11:51:44.117Z] === RUN   TestRemoveByDigest
11:51:44 [2024-01-08T11:51:44.117Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
11:51:44 [2024-01-08T11:51:44.117Z] --- SKIP: TestRemoveByDigest (0.00s)
11:51:44 [2024-01-08T11:51:44.117Z] === RUN   TestRemoveImageGarbageCollector
11:51:44 [2024-01-08T11:51:44.117Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
11:51:44 [2024-01-08T11:51:44.117Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
11:51:44 [2024-01-08T11:51:44.117Z] === RUN   TestSaveCheckTimes
11:51:44 [2024-01-08T11:51:44.117Z] === PAUSE TestSaveCheckTimes
11:51:44 [2024-01-08T11:51:44.117Z] === RUN   TestSaveRepoWithMultipleImages
11:51:44 [2024-01-08T11:51:44.373Z] --- PASS: TestSaveRepoWithMultipleImages (0.19s)
11:51:44 [2024-01-08T11:51:44.373Z] === RUN   TestSaveDirectoryPermissions
11:51:45 [2024-01-08T11:51:45.302Z] --- PASS: TestSaveDirectoryPermissions (1.01s)
11:51:45 [2024-01-08T11:51:45.302Z] === RUN   TestTagUnprefixedRepoByNameOrName
11:51:45 [2024-01-08T11:51:45.302Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
11:51:45 [2024-01-08T11:51:45.302Z] === RUN   TestTagUsingDigestAlgorithmAsName
11:51:45 [2024-01-08T11:51:45.302Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
11:51:45 [2024-01-08T11:51:45.302Z] === RUN   TestTagValidPrefixedRepo
11:51:45 [2024-01-08T11:51:45.302Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
11:51:45 [2024-01-08T11:51:45.302Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
11:51:45 [2024-01-08T11:51:45.302Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
11:51:45 [2024-01-08T11:51:45.302Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
11:51:45 [2024-01-08T11:51:45.302Z] === RUN   TestTagValidPrefixedRepo/foooo:t
11:51:45 [2024-01-08T11:51:45.302Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
11:51:45 [2024-01-08T11:51:45.302Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
11:51:45 [2024-01-08T11:51:45.302Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
11:51:45 [2024-01-08T11:51:45.302Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
11:51:45 [2024-01-08T11:51:45.302Z] === CONT  TestTagValidPrefixedRepo/foooo:t
11:51:45 [2024-01-08T11:51:45.302Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
11:51:45 [2024-01-08T11:51:45.302Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
11:51:45 [2024-01-08T11:51:45.302Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
11:51:45 [2024-01-08T11:51:45.302Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s)
11:51:45 [2024-01-08T11:51:45.302Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.02s)
11:51:45 [2024-01-08T11:51:45.302Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
11:51:45 [2024-01-08T11:51:45.302Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s)
11:51:45 [2024-01-08T11:51:45.302Z] === RUN   TestTagExistedNameWithoutForce
11:51:45 [2024-01-08T11:51:45.558Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
11:51:45 [2024-01-08T11:51:45.558Z] === RUN   TestTagOfficialNames
11:51:45 [2024-01-08T11:51:45.558Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
11:51:45 [2024-01-08T11:51:45.558Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
11:51:45 [2024-01-08T11:51:45.558Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
11:51:45 [2024-01-08T11:51:45.558Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
11:51:45 [2024-01-08T11:51:45.558Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
11:51:45 [2024-01-08T11:51:45.558Z] --- PASS: TestTagOfficialNames (0.05s)
11:51:45 [2024-01-08T11:51:45.558Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
11:51:45 [2024-01-08T11:51:45.558Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
11:51:45 [2024-01-08T11:51:45.558Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
11:51:45 [2024-01-08T11:51:45.558Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
11:51:45 [2024-01-08T11:51:45.558Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
11:51:45 [2024-01-08T11:51:45.558Z] === RUN   TestTagMatchesDigest
11:51:45 [2024-01-08T11:51:45.558Z] --- PASS: TestTagMatchesDigest (0.01s)
11:51:45 [2024-01-08T11:51:45.558Z] === CONT  TestSaveCheckTimes
11:51:45 [2024-01-08T11:51:45.558Z] --- PASS: TestSaveCheckTimes (0.03s)
11:51:45 [2024-01-08T11:51:45.558Z] PASS
11:51:45 [2024-01-08T11:51:45.558Z] 
11:51:45 [2024-01-08T11:51:45.558Z] === Skipped
11:51:45 [2024-01-08T11:51:45.558Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
11:51:45 [2024-01-08T11:51:45.558Z]     import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out
11:51:45 [2024-01-08T11:51:45.558Z] 
11:51:45 [2024-01-08T11:51:45.558Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
11:51:45 [2024-01-08T11:51:45.558Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
11:51:45 [2024-01-08T11:51:45.558Z] 
11:51:45 [2024-01-08T11:51:45.558Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
11:51:45 [2024-01-08T11:51:45.558Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
11:51:45 [2024-01-08T11:51:45.558Z] 
11:51:45 [2024-01-08T11:51:45.558Z] DONE 54 tests, 3 skipped in 6.012s
11:51:45 [2024-01-08T11:51:45.558Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
11:51:45 [2024-01-08T11:51:45.558Z] ++ '[' -n '' ']'
11:51:45 [2024-01-08T11:51:45.558Z] ++ 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
11:51:45 [2024-01-08T11:51:45.558Z] ++ set -e
11:51:45 [2024-01-08T11:51:45.558Z] ++ '[' -n 0 ']'
11:51:45 [2024-01-08T11:51:45.558Z] ++ set -x
11:51:45 [2024-01-08T11:51:45.558Z] ++ 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.Gzb3vAt3gi/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
11:51:45 [2024-01-08T11:51:45.558Z] === RUN   TestStripANSICommands
11:51:45 [2024-01-08T11:51:45.558Z] === RUN   TestStripANSICommands/#00
11:51:45 [2024-01-08T11:51:45.558Z] === RUN   TestStripANSICommands/#01
11:51:45 [2024-01-08T11:51:45.558Z] --- PASS: TestStripANSICommands (0.00s)
11:51:45 [2024-01-08T11:51:45.558Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
11:51:45 [2024-01-08T11:51:45.558Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
11:51:45 [2024-01-08T11:51:45.558Z] PASS
11:51:45 [2024-01-08T11:51:45.558Z] 
11:51:45 [2024-01-08T11:51:45.558Z] DONE 3 tests in 0.009s
11:51:45 [2024-01-08T11:51:45.558Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
11:51:45 [2024-01-08T11:51:45.558Z] ++ '[' -n '' ']'
11:51:45 [2024-01-08T11:51:45.558Z] ++ 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
11:51:45 [2024-01-08T11:51:45.559Z] ++ set -e
11:51:45 [2024-01-08T11:51:45.559Z] ++ '[' -n 0 ']'
11:51:45 [2024-01-08T11:51:45.559Z] ++ set -x
11:51:45 [2024-01-08T11:51:45.559Z] ++ 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.Gzb3vAt3gi/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
11:51:45 [2024-01-08T11:51:45.559Z] INFO: Testing against a local daemon
11:51:45 [2024-01-08T11:51:45.559Z] === RUN   TestCreateWithMultiNetworks
11:51:46 [2024-01-08T11:51:46.486Z] --- PASS: TestCreateWithMultiNetworks (0.99s)
11:51:46 [2024-01-08T11:51:46.486Z] === RUN   TestNetworkCreateDelete
11:51:46 [2024-01-08T11:51:46.742Z] --- PASS: TestNetworkCreateDelete (0.17s)
11:51:46 [2024-01-08T11:51:46.742Z] === RUN   TestDockerNetworkDeletePreferID
11:51:47 [2024-01-08T11:51:47.304Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s)
11:51:47 [2024-01-08T11:51:47.304Z] === RUN   TestDaemonDNSFallback
11:51:53 [2024-01-08T11:51:53.842Z] --- PASS: TestDaemonDNSFallback (6.23s)
11:51:53 [2024-01-08T11:51:53.842Z] === RUN   TestInspectNetwork
11:51:56 [2024-01-08T11:51:56.358Z] === RUN   TestInspectNetwork/full_network_id
11:51:56 [2024-01-08T11:51:56.358Z] === RUN   TestInspectNetwork/partial_network_id
11:51:56 [2024-01-08T11:51:56.358Z] === RUN   TestInspectNetwork/network_name
11:51:56 [2024-01-08T11:51:56.358Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
11:52:01 [2024-01-08T11:52:01.605Z] --- PASS: TestInspectNetwork (7.25s)
11:52:01 [2024-01-08T11:52:01.605Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
11:52:01 [2024-01-08T11:52:01.605Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
11:52:01 [2024-01-08T11:52:01.605Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
11:52:01 [2024-01-08T11:52:01.605Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
11:52:01 [2024-01-08T11:52:01.605Z] === RUN   TestRunContainerWithBridgeNone
11:52:02 [2024-01-08T11:52:02.167Z] --- PASS: TestRunContainerWithBridgeNone (1.41s)
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/create
11:52:02 [2024-01-08T11:52:02.167Z] === PAUSE TestNetworkInvalidJSON/networks/create
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
11:52:02 [2024-01-08T11:52:02.167Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
11:52:02 [2024-01-08T11:52:02.167Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
11:52:02 [2024-01-08T11:52:02.167Z] === CONT  TestNetworkInvalidJSON/networks/create
11:52:02 [2024-01-08T11:52:02.167Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
11:52:02 [2024-01-08T11:52:02.167Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
11:52:02 [2024-01-08T11:52:02.167Z] --- PASS: TestNetworkInvalidJSON (0.01s)
11:52:02 [2024-01-08T11:52:02.167Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkList
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkList//networks
11:52:02 [2024-01-08T11:52:02.167Z] === PAUSE TestNetworkList//networks
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestNetworkList//networks/
11:52:02 [2024-01-08T11:52:02.167Z] === PAUSE TestNetworkList//networks/
11:52:02 [2024-01-08T11:52:02.167Z] === CONT  TestNetworkList//networks
11:52:02 [2024-01-08T11:52:02.167Z] === CONT  TestNetworkList//networks/
11:52:02 [2024-01-08T11:52:02.167Z] --- PASS: TestNetworkList (0.01s)
11:52:02 [2024-01-08T11:52:02.167Z]     --- PASS: TestNetworkList//networks (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z]     --- PASS: TestNetworkList//networks/ (0.00s)
11:52:02 [2024-01-08T11:52:02.167Z] === RUN   TestHostIPv4BridgeLabel
11:52:02 [2024-01-08T11:52:02.729Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
11:52:02 [2024-01-08T11:52:02.729Z] === RUN   TestDefaultNetworkOpts
11:52:02 [2024-01-08T11:52:02.729Z] === RUN   TestDefaultNetworkOpts/default_value
11:52:04 [2024-01-08T11:52:04.095Z] === RUN   TestDefaultNetworkOpts/cmdline_value
11:52:05 [2024-01-08T11:52:05.462Z] === RUN   TestDefaultNetworkOpts/config-from_value
11:52:06 [2024-01-08T11:52:06.828Z] --- PASS: TestDefaultNetworkOpts (4.03s)
11:52:06 [2024-01-08T11:52:06.828Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.34s)
11:52:06 [2024-01-08T11:52:06.828Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.34s)
11:52:06 [2024-01-08T11:52:06.828Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.36s)
11:52:06 [2024-01-08T11:52:06.828Z] === RUN   TestForbidDuplicateNetworkNames
11:52:07 [2024-01-08T11:52:07.390Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s)
11:52:07 [2024-01-08T11:52:07.390Z] === RUN   TestDaemonRestartWithLiveRestore
11:52:08 [2024-01-08T11:52:08.318Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
11:52:08 [2024-01-08T11:52:08.318Z] === RUN   TestDaemonDefaultNetworkPools
11:52:09 [2024-01-08T11:52:09.246Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s)
11:52:09 [2024-01-08T11:52:09.246Z] === RUN   TestDaemonRestartWithExistingNetwork
11:52:10 [2024-01-08T11:52:10.612Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s)
11:52:10 [2024-01-08T11:52:10.612Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
11:52:11 [2024-01-08T11:52:11.979Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s)
11:52:11 [2024-01-08T11:52:11.979Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
11:52:12 [2024-01-08T11:52:12.235Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s)
11:52:12 [2024-01-08T11:52:12.235Z] === RUN   TestServiceWithPredefinedNetwork
11:52:14 [2024-01-08T11:52:14.752Z] --- PASS: TestServiceWithPredefinedNetwork (2.10s)
11:52:14 [2024-01-08T11:52:14.752Z] === RUN   TestServiceRemoveKeepsIngressNetwork
11:52:14 [2024-01-08T11:52:14.752Z]     service_test.go:250: FLAKY_TEST
11:52:14 [2024-01-08T11:52:14.752Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
11:52:14 [2024-01-08T11:52:14.752Z] === RUN   TestServiceWithDataPathPortInit
11:52:29 [2024-01-08T11:52:29.595Z] --- PASS: TestServiceWithDataPathPortInit (13.29s)
11:52:29 [2024-01-08T11:52:29.595Z] === RUN   TestServiceWithDefaultAddressPoolInit
11:52:29 [2024-01-08T11:52:29.851Z]     service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:8111o5jrw1s08acn03ubwglai Created:2024-01-08 11:52:28.880487165 +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[7b6ea21f65fa767507ced8e245753a559a1c4482459af312dc5f9b4f454cea3b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.f4bih7mihvyh1k8br9p37dcf5 EndpointID:d085a49367276709724803d3eb3961f2119a6e62db9001c6d1fa45a03ab7a2a9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:03d0e9ad0298c828a9e2e4d603894025ec042435ca9776ced91b3436daa4b06c 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:f2ff90d2df58 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.f4bih7mihvyh1k8br9p37dcf5 EndpointID:d085a49367276709724803d3eb3961f2119a6e62db9001c6d1fa45a03ab7a2a9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
11:52:35 [2024-01-08T11:52:35.098Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.75s)
11:52:35 [2024-01-08T11:52:35.098Z] PASS
11:52:35 [2024-01-08T11:52:35.098Z] 
11:52:35 [2024-01-08T11:52:35.098Z] === Skipped
11:52:35 [2024-01-08T11:52:35.098Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
11:52:35 [2024-01-08T11:52:35.098Z]     service_test.go:250: FLAKY_TEST
11:52:35 [2024-01-08T11:52:35.098Z] 
11:52:35 [2024-01-08T11:52:35.098Z] DONE 44 tests, 1 skipped in 48.871s
11:52:35 [2024-01-08T11:52:35.098Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
11:52:35 [2024-01-08T11:52:35.098Z] ++ '[' -n '' ']'
11:52:35 [2024-01-08T11:52:35.098Z] ++ 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
11:52:35 [2024-01-08T11:52:35.098Z] ++ set -e
11:52:35 [2024-01-08T11:52:35.098Z] ++ '[' -n 0 ']'
11:52:35 [2024-01-08T11:52:35.098Z] ++ set -x
11:52:35 [2024-01-08T11:52:35.098Z] ++ 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.Gzb3vAt3gi/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
11:52:35 [2024-01-08T11:52:35.098Z] INFO: Testing against a local daemon
11:52:35 [2024-01-08T11:52:35.098Z] === RUN   TestDockerNetworkIpvlanPersistance
11:52:35 [2024-01-08T11:52:35.098Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:52:35 [2024-01-08T11:52:35.098Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
11:52:35 [2024-01-08T11:52:35.098Z] === RUN   TestDockerNetworkIpvlan
11:52:35 [2024-01-08T11:52:35.098Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:52:35 [2024-01-08T11:52:35.098Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
11:52:35 [2024-01-08T11:52:35.098Z] PASS
11:52:35 [2024-01-08T11:52:35.098Z] 
11:52:35 [2024-01-08T11:52:35.098Z] === Skipped
11:52:35 [2024-01-08T11:52:35.098Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
11:52:35 [2024-01-08T11:52:35.098Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:52:35 [2024-01-08T11:52:35.098Z] 
11:52:35 [2024-01-08T11:52:35.098Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
11:52:35 [2024-01-08T11:52:35.098Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:52:35 [2024-01-08T11:52:35.098Z] 
11:52:35 [2024-01-08T11:52:35.098Z] DONE 2 tests, 2 skipped in 0.040s
11:52:35 [2024-01-08T11:52:35.098Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
11:52:35 [2024-01-08T11:52:35.098Z] ++ '[' -n '' ']'
11:52:35 [2024-01-08T11:52:35.098Z] ++ 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
11:52:35 [2024-01-08T11:52:35.098Z] ++ set -e
11:52:35 [2024-01-08T11:52:35.098Z] ++ '[' -n 0 ']'
11:52:35 [2024-01-08T11:52:35.098Z] ++ set -x
11:52:35 [2024-01-08T11:52:35.098Z] ++ 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.Gzb3vAt3gi/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
11:52:35 [2024-01-08T11:52:35.098Z] INFO: Testing against a local daemon
11:52:35 [2024-01-08T11:52:35.098Z] === RUN   TestDockerNetworkMacvlanPersistance
11:52:36 [2024-01-08T11:52:36.026Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.34s)
11:52:36 [2024-01-08T11:52:36.026Z] === RUN   TestDockerNetworkMacvlan
11:52:36 [2024-01-08T11:52:36.026Z] === RUN   TestDockerNetworkMacvlan/Subinterface
11:52:36 [2024-01-08T11:52:36.588Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
11:52:37 [2024-01-08T11:52:37.151Z] === RUN   TestDockerNetworkMacvlan/NilParent
11:52:37 [2024-01-08T11:52:37.713Z] === RUN   TestDockerNetworkMacvlan/InternalMode
11:52:38 [2024-01-08T11:52:38.275Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
11:52:38 [2024-01-08T11:52:38.837Z] === RUN   TestDockerNetworkMacvlan/Addressing
11:52:39 [2024-01-08T11:52:39.399Z] --- PASS: TestDockerNetworkMacvlan (3.56s)
11:52:39 [2024-01-08T11:52:39.399Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.59s)
11:52:39 [2024-01-08T11:52:39.399Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.59s)
11:52:39 [2024-01-08T11:52:39.399Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.59s)
11:52:39 [2024-01-08T11:52:39.399Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.59s)
11:52:39 [2024-01-08T11:52:39.399Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.59s)
11:52:39 [2024-01-08T11:52:39.399Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s)
11:52:39 [2024-01-08T11:52:39.399Z] PASS
11:52:39 [2024-01-08T11:52:39.399Z] 
11:52:39 [2024-01-08T11:52:39.399Z] DONE 8 tests in 4.939s
11:52:39 [2024-01-08T11:52:39.399Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
11:52:39 [2024-01-08T11:52:39.399Z] ++ '[' -n '' ']'
11:52:39 [2024-01-08T11:52:39.399Z] ++ 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
11:52:39 [2024-01-08T11:52:39.399Z] ++ set -e
11:52:39 [2024-01-08T11:52:39.399Z] ++ '[' -n 0 ']'
11:52:39 [2024-01-08T11:52:39.399Z] ++ set -x
11:52:39 [2024-01-08T11:52:39.399Z] ++ 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.Gzb3vAt3gi/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
11:52:39 [2024-01-08T11:52:39.399Z] INFO: Testing against a local daemon
11:52:39 [2024-01-08T11:52:39.399Z] === RUN   TestBridgeICC
11:52:39 [2024-01-08T11:52:39.961Z] === RUN   TestBridgeICC/IPv4_non-internal_network
11:52:41 [2024-01-08T11:52:41.328Z] === RUN   TestBridgeICC/IPv4_internal_network
11:52:42 [2024-01-08T11:52:42.256Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
11:52:43 [2024-01-08T11:52:43.622Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
11:52:44 [2024-01-08T11:52:44.550Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
11:52:45 [2024-01-08T11:52:45.917Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
11:52:46 [2024-01-08T11:52:46.846Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name
11:52:48 [2024-01-08T11:52:48.212Z] === RUN   TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name
11:52:49 [2024-01-08T11:52:49.579Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
11:52:52 [2024-01-08T11:52:52.847Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
11:52:56 [2024-01-08T11:52:56.115Z] --- PASS: TestBridgeICC (16.31s)
11:52:56 [2024-01-08T11:52:56.115Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (1.18s)
11:52:56 [2024-01-08T11:52:56.115Z]     --- PASS: TestBridgeICC/IPv4_internal_network (1.03s)
11:52:56 [2024-01-08T11:52:56.115Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.22s)
11:52:56 [2024-01-08T11:52:56.115Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.06s)
11:52:56 [2024-01-08T11:52:56.115Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.24s)
11:52:56 [2024-01-08T11:52:56.115Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.07s)
11:52:56 [2024-01-08T11:52:56.115Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.22s)
11:52:56 [2024-01-08T11:52:56.115Z]     --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.29s)
11:52:56 [2024-01-08T11:52:56.115Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (3.19s)
11:52:56 [2024-01-08T11:52:56.115Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.22s)
11:52:56 [2024-01-08T11:52:56.115Z] === RUN   TestBridgeINC
11:52:56 [2024-01-08T11:52:56.371Z] === RUN   TestBridgeINC/IPv4_non-internal_network
11:53:01 [2024-01-08T11:53:01.618Z] === RUN   TestBridgeINC/IPv4_internal_network
11:53:01 [2024-01-08T11:53:01.874Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
11:53:07 [2024-01-08T11:53:07.121Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
11:53:07 [2024-01-08T11:53:07.684Z] --- PASS: TestBridgeINC (11.82s)
11:53:07 [2024-01-08T11:53:07.684Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.31s)
11:53:07 [2024-01-08T11:53:07.684Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.20s)
11:53:07 [2024-01-08T11:53:07.684Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.46s)
11:53:07 [2024-01-08T11:53:07.684Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.25s)
11:53:07 [2024-01-08T11:53:07.684Z] === RUN   TestDefaultBridgeIPv6
11:53:07 [2024-01-08T11:53:07.684Z] === RUN   TestDefaultBridgeIPv6/IPv6_ULA
11:53:09 [2024-01-08T11:53:09.050Z] === RUN   TestDefaultBridgeIPv6/IPv6_LLA_only
11:53:10 [2024-01-08T11:53:10.940Z] === RUN   TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only
11:53:12 [2024-01-08T11:53:12.307Z] --- PASS: TestDefaultBridgeIPv6 (4.55s)
11:53:12 [2024-01-08T11:53:12.307Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.55s)
11:53:12 [2024-01-08T11:53:12.307Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.54s)
11:53:12 [2024-01-08T11:53:12.307Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.45s)
11:53:12 [2024-01-08T11:53:12.307Z] === RUN   TestDefaultBridgeAddresses
11:53:12 [2024-01-08T11:53:12.307Z] === RUN   TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes
11:53:13 [2024-01-08T11:53:13.673Z] === RUN   TestDefaultBridgeAddresses/Link-Local_Subnet_Changes
11:53:15 [2024-01-08T11:53:15.564Z] --- PASS: TestDefaultBridgeAddresses (3.11s)
11:53:15 [2024-01-08T11:53:15.564Z]     --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s)
11:53:15 [2024-01-08T11:53:15.564Z]     --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s)
11:53:15 [2024-01-08T11:53:15.564Z] PASS
11:53:15 [2024-01-08T11:53:15.564Z] 
11:53:15 [2024-01-08T11:53:15.564Z] DONE 23 tests in 35.817s
11:53:15 [2024-01-08T11:53:15.564Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
11:53:15 [2024-01-08T11:53:15.564Z] ++ '[' -n '' ']'
11:53:15 [2024-01-08T11:53:15.564Z] ++ 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
11:53:15 [2024-01-08T11:53:15.564Z] ++ set -e
11:53:15 [2024-01-08T11:53:15.564Z] ++ '[' -n 0 ']'
11:53:15 [2024-01-08T11:53:15.564Z] ++ set -x
11:53:15 [2024-01-08T11:53:15.564Z] ++ 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.Gzb3vAt3gi/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
11:53:15 [2024-01-08T11:53:15.564Z] testing: warning: no tests to run
11:53:15 [2024-01-08T11:53:15.564Z] PASS
11:53:15 [2024-01-08T11:53:15.564Z] 
11:53:15 [2024-01-08T11:53:15.564Z] DONE 0 tests in 0.007s
11:53:15 [2024-01-08T11:53:15.564Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
11:53:15 [2024-01-08T11:53:15.564Z] ++ '[' -n '' ']'
11:53:15 [2024-01-08T11:53:15.564Z] ++ 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
11:53:15 [2024-01-08T11:53:15.564Z] ++ set -e
11:53:15 [2024-01-08T11:53:15.564Z] ++ '[' -n 0 ']'
11:53:15 [2024-01-08T11:53:15.564Z] ++ set -x
11:53:15 [2024-01-08T11:53:15.564Z] ++ 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.Gzb3vAt3gi/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
11:53:15 [2024-01-08T11:53:15.564Z] INFO: Testing against a local daemon
11:53:15 [2024-01-08T11:53:15.564Z] === RUN   TestAuthZPluginAllowRequest
11:53:16 [2024-01-08T11:53:16.493Z] --- PASS: TestAuthZPluginAllowRequest (1.06s)
11:53:16 [2024-01-08T11:53:16.493Z] === RUN   TestAuthZPluginTLS
11:53:17 [2024-01-08T11:53:17.055Z] --- PASS: TestAuthZPluginTLS (0.55s)
11:53:17 [2024-01-08T11:53:17.055Z] === RUN   TestAuthZPluginDenyRequest
11:53:17 [2024-01-08T11:53:17.617Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
11:53:17 [2024-01-08T11:53:17.617Z] === RUN   TestAuthZPluginAPIDenyResponse
11:53:17 [2024-01-08T11:53:17.873Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
11:53:17 [2024-01-08T11:53:17.873Z] === RUN   TestAuthZPluginDenyResponse
11:53:18 [2024-01-08T11:53:18.435Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
11:53:18 [2024-01-08T11:53:18.435Z] === RUN   TestAuthZPluginAllowEventStream
11:53:19 [2024-01-08T11:53:19.364Z] 2024/01/08 11:53:19 http: panic serving 127.0.0.1:46874: runtime error: invalid memory address or nil pointer dereference
11:53:19 [2024-01-08T11:53:19.364Z] goroutine 163 [running]:
11:53:19 [2024-01-08T11:53:19.364Z] net/http.(*conn).serve.func1()
11:53:19 [2024-01-08T11:53:19.364Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
11:53:19 [2024-01-08T11:53:19.364Z] panic({0xa72d60?, 0x1589a50?})
11:53:19 [2024-01-08T11:53:19.364Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
11:53:19 [2024-01-08T11:53:19.364Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd6b458, 0x40003e1380}, 0xffff677dc3e0?)
11:53:19 [2024-01-08T11:53:19.364Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
11:53:19 [2024-01-08T11:53:19.364Z] net/http.HandlerFunc.ServeHTTP(0x40001ddb00?, {0xd6b458?, 0x40003e1380?}, 0x402214?)
11:53:19 [2024-01-08T11:53:19.364Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
11:53:19 [2024-01-08T11:53:19.364Z] net/http.(*ServeMux).ServeHTTP(0xd71638?, {0xd6b458, 0x40003e1380}, 0x40001ddb00)
11:53:19 [2024-01-08T11:53:19.364Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
11:53:19 [2024-01-08T11:53:19.364Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001a7ad0, {0xd6a018?, 0x40001728c0}, 0x40001dda00, {0xd604a0, 0x400035b800})
11:53:19 [2024-01-08T11:53:19.364Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
11:53:19 [2024-01-08T11:53:19.364Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd6a018?, 0x40001728c0?}, 0x4000316bd0?)
11:53:19 [2024-01-08T11:53:19.364Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
11:53:19 [2024-01-08T11:53:19.364Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd6a018?, 0x40001728c0?}, 0x40001728c0?)
11:53:19 [2024-01-08T11:53:19.364Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
11:53:19 [2024-01-08T11:53:19.364Z] net/http.serverHandler.ServeHTTP({0xd66c48?}, {0xd6a018?, 0x40001728c0?}, 0x6?)
11:53:19 [2024-01-08T11:53:19.364Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
11:53:19 [2024-01-08T11:53:19.364Z] net/http.(*conn).serve(0x4000485170, {0xd71638, 0x4000351020})
11:53:19 [2024-01-08T11:53:19.364Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
11:53:19 [2024-01-08T11:53:19.364Z] created by net/http.(*Server).Serve in goroutine 51
11:53:19 [2024-01-08T11:53:19.364Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
11:53:20 [2024-01-08T11:53:20.291Z] 2024/01/08 11:53:20 http: panic serving 127.0.0.1:46880: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
11:53:20 [2024-01-08T11:53:20.291Z] goroutine 193 [running]:
11:53:20 [2024-01-08T11:53:20.291Z] net/http.(*conn).serve.func1()
11:53:20 [2024-01-08T11:53:20.291Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
11:53:20 [2024-01-08T11:53:20.291Z] panic({0xa0a1c0?, 0x4000316d00?})
11:53:20 [2024-01-08T11:53:20.291Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
11:53:20 [2024-01-08T11:53:20.291Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd6b458, 0x40003e1440}, 0xffff677dc3e0?)
11:53:20 [2024-01-08T11:53:20.291Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
11:53:20 [2024-01-08T11:53:20.291Z] net/http.HandlerFunc.ServeHTTP(0x40001ddc00?, {0xd6b458?, 0x40003e1440?}, 0x402214?)
11:53:20 [2024-01-08T11:53:20.291Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
11:53:20 [2024-01-08T11:53:20.291Z] net/http.(*ServeMux).ServeHTTP(0xd71638?, {0xd6b458, 0x40003e1440}, 0x40001ddc00)
11:53:20 [2024-01-08T11:53:20.291Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
11:53:20 [2024-01-08T11:53:20.291Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001a7ad0, {0xd6a018?, 0x40001729a0}, 0x40001dce00, {0xd604a0, 0x400035b800})
11:53:20 [2024-01-08T11:53:20.291Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
11:53:20 [2024-01-08T11:53:20.291Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd6a018?, 0x40001729a0?}, 0x40002e4870?)
11:53:20 [2024-01-08T11:53:20.291Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
11:53:20 [2024-01-08T11:53:20.291Z] net/http.HandlerFunc.ServeHTTP(0x15e6f80?, {0xd6a018?, 0x40001729a0?}, 0x40000c4b40?)
11:53:20 [2024-01-08T11:53:20.291Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
11:53:20 [2024-01-08T11:53:20.291Z] net/http.serverHandler.ServeHTTP({0x40002e4870?}, {0xd6a018?, 0x40001729a0?}, 0x6?)
11:53:20 [2024-01-08T11:53:20.291Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
11:53:20 [2024-01-08T11:53:20.291Z] net/http.(*conn).serve(0x40000105a0, {0xd71638, 0x4000351020})
11:53:20 [2024-01-08T11:53:20.291Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
11:53:20 [2024-01-08T11:53:20.291Z] created by net/http.(*Server).Serve in goroutine 51
11:53:20 [2024-01-08T11:53:20.291Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
11:53:22 [2024-01-08T11:53:22.832Z] 2024/01/08 11:53:22 http: panic serving 127.0.0.1:46892: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
11:53:22 [2024-01-08T11:53:22.832Z] goroutine 187 [running]:
11:53:22 [2024-01-08T11:53:22.832Z] net/http.(*conn).serve.func1()
11:53:22 [2024-01-08T11:53:22.832Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
11:53:22 [2024-01-08T11:53:22.832Z] panic({0xa0a1c0?, 0x4000316da0?})
11:53:22 [2024-01-08T11:53:22.832Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
11:53:22 [2024-01-08T11:53:22.832Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd6b458, 0x40003e1500}, 0xffff677dc3e0?)
11:53:22 [2024-01-08T11:53:22.832Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
11:53:22 [2024-01-08T11:53:22.832Z] net/http.HandlerFunc.ServeHTTP(0x40001dde00?, {0xd6b458?, 0x40003e1500?}, 0x402214?)
11:53:22 [2024-01-08T11:53:22.832Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
11:53:22 [2024-01-08T11:53:22.832Z] net/http.(*ServeMux).ServeHTTP(0xd71638?, {0xd6b458, 0x40003e1500}, 0x40001dde00)
11:53:22 [2024-01-08T11:53:22.832Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
11:53:22 [2024-01-08T11:53:22.832Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001a7ad0, {0xd6a018?, 0x4000172b60}, 0x40001ddd00, {0xd604a0, 0x400035b800})
11:53:22 [2024-01-08T11:53:22.832Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
11:53:22 [2024-01-08T11:53:22.832Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd6a018?, 0x4000172b60?}, 0x40002e5860?)
11:53:22 [2024-01-08T11:53:22.832Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
11:53:22 [2024-01-08T11:53:22.832Z] net/http.HandlerFunc.ServeHTTP(0x15e6f80?, {0xd6a018?, 0x4000172b60?}, 0x40000c4b40?)
11:53:22 [2024-01-08T11:53:22.832Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
11:53:22 [2024-01-08T11:53:22.832Z] net/http.serverHandler.ServeHTTP({0x40002e5860?}, {0xd6a018?, 0x4000172b60?}, 0x6?)
11:53:22 [2024-01-08T11:53:22.832Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
11:53:22 [2024-01-08T11:53:22.832Z] net/http.(*conn).serve(0x40004859e0, {0xd71638, 0x4000351020})
11:53:22 [2024-01-08T11:53:22.832Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
11:53:22 [2024-01-08T11:53:22.832Z] created by net/http.(*Server).Serve in goroutine 51
11:53:22 [2024-01-08T11:53:22.832Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
11:53:24 [2024-01-08T11:53:24.748Z] --- PASS: TestAuthZPluginAllowEventStream (6.07s)
11:53:24 [2024-01-08T11:53:24.748Z] === RUN   TestAuthZPluginErrorResponse
11:53:25 [2024-01-08T11:53:25.010Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
11:53:25 [2024-01-08T11:53:25.010Z] === RUN   TestAuthZPluginErrorRequest
11:53:25 [2024-01-08T11:53:25.583Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
11:53:25 [2024-01-08T11:53:25.583Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
11:53:26 [2024-01-08T11:53:26.153Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
11:53:26 [2024-01-08T11:53:26.153Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
11:53:27 [2024-01-08T11:53:27.537Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.14s)
11:53:27 [2024-01-08T11:53:27.537Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
11:53:28 [2024-01-08T11:53:28.482Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.13s)
11:53:28 [2024-01-08T11:53:28.482Z] === RUN   TestAuthZPluginHeader
11:53:29 [2024-01-08T11:53:29.060Z] --- PASS: TestAuthZPluginHeader (0.61s)
11:53:29 [2024-01-08T11:53:29.060Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
11:53:29 [2024-01-08T11:53:29.060Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
11:53:29 [2024-01-08T11:53:29.060Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
11:53:29 [2024-01-08T11:53:29.060Z] === RUN   TestAuthZPluginV2Disable
11:53:29 [2024-01-08T11:53:29.060Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
11:53:29 [2024-01-08T11:53:29.060Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
11:53:29 [2024-01-08T11:53:29.060Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
11:53:29 [2024-01-08T11:53:29.060Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
11:53:29 [2024-01-08T11:53:29.060Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
11:53:29 [2024-01-08T11:53:29.060Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
11:53:29 [2024-01-08T11:53:29.060Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
11:53:29 [2024-01-08T11:53:29.060Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
11:53:29 [2024-01-08T11:53:29.060Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
11:53:47 [2024-01-08T11:53:47.110Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
11:53:47 [2024-01-08T11:53:47.110Z] PASS
11:53:47 [2024-01-08T11:53:47.110Z] 
11:53:47 [2024-01-08T11:53:47.110Z] === Skipped
11:53:47 [2024-01-08T11:53:47.110Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
11:53:47 [2024-01-08T11:53:47.110Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
11:53:47 [2024-01-08T11:53:47.110Z] 
11:53:47 [2024-01-08T11:53:47.110Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
11:53:47 [2024-01-08T11:53:47.110Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
11:53:47 [2024-01-08T11:53:47.110Z] 
11:53:47 [2024-01-08T11:53:47.110Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
11:53:47 [2024-01-08T11:53:47.110Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
11:53:47 [2024-01-08T11:53:47.110Z] 
11:53:47 [2024-01-08T11:53:47.110Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
11:53:47 [2024-01-08T11:53:47.110Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
11:53:47 [2024-01-08T11:53:47.110Z] 
11:53:47 [2024-01-08T11:53:47.110Z] DONE 17 tests, 4 skipped in 30.677s
11:53:47 [2024-01-08T11:53:47.110Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
11:53:47 [2024-01-08T11:53:47.110Z] ++ '[' -n '' ']'
11:53:47 [2024-01-08T11:53:47.110Z] ++ 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
11:53:47 [2024-01-08T11:53:47.110Z] ++ set -e
11:53:47 [2024-01-08T11:53:47.110Z] ++ '[' -n 0 ']'
11:53:47 [2024-01-08T11:53:47.110Z] ++ set -x
11:53:47 [2024-01-08T11:53:47.110Z] ++ 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.Gzb3vAt3gi/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
11:53:47 [2024-01-08T11:53:47.110Z] INFO: Testing against a local daemon
11:53:47 [2024-01-08T11:53:47.110Z] === RUN   TestPluginInvalidJSON
11:53:47 [2024-01-08T11:53:47.110Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
11:53:47 [2024-01-08T11:53:47.110Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
11:53:47 [2024-01-08T11:53:47.110Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
11:53:47 [2024-01-08T11:53:47.110Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
11:53:47 [2024-01-08T11:53:47.110Z] === RUN   TestPluginInvalidJSON/plugins/pull
11:53:47 [2024-01-08T11:53:47.110Z] === PAUSE TestPluginInvalidJSON/plugins/pull
11:53:47 [2024-01-08T11:53:47.110Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
11:53:47 [2024-01-08T11:53:47.110Z] === CONT  TestPluginInvalidJSON/plugins/pull
11:53:47 [2024-01-08T11:53:47.110Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
11:53:47 [2024-01-08T11:53:47.110Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
11:53:47 [2024-01-08T11:53:47.110Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
11:53:47 [2024-01-08T11:53:47.110Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
11:53:47 [2024-01-08T11:53:47.110Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
11:53:47 [2024-01-08T11:53:47.110Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
11:53:47 [2024-01-08T11:53:47.111Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
11:53:47 [2024-01-08T11:53:47.111Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
11:53:47 [2024-01-08T11:53:47.111Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
11:53:47 [2024-01-08T11:53:47.111Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
11:53:47 [2024-01-08T11:53:47.111Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
11:53:47 [2024-01-08T11:53:47.111Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
11:53:47 [2024-01-08T11:53:47.111Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
11:53:47 [2024-01-08T11:53:47.111Z] --- PASS: TestPluginInvalidJSON (0.01s)
11:53:47 [2024-01-08T11:53:47.111Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
11:53:47 [2024-01-08T11:53:47.111Z] === RUN   TestPluginInstall
11:53:47 [2024-01-08T11:53:47.111Z] === RUN   TestPluginInstall/no_auth
11:53:49 [2024-01-08T11:53:49.628Z] time="2024-01-08T11:53:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:53:49 [2024-01-08T11:53:49.628Z] time="2024-01-08T11:53:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8be521dbec33e14e0942e065e261b3cb6cebbecdcaff6eef81998004191ad0b2" mediatype=application/vnd.docker.plugin.v1+json size=522
11:53:49 [2024-01-08T11:53:49.628Z] time="2024-01-08T11:53:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:53:49 [2024-01-08T11:53:49.628Z] time="2024-01-08T11:53:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8be521dbec33e14e0942e065e261b3cb6cebbecdcaff6eef81998004191ad0b2" mediatype=application/vnd.docker.plugin.v1+json size=522
11:53:49 [2024-01-08T11:53:49.628Z] === RUN   TestPluginInstall/with_htpasswd
11:53:50 [2024-01-08T11:53:50.190Z] time="2024-01-08T11:53:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:53:50 [2024-01-08T11:53:50.190Z] time="2024-01-08T11:53:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8be521dbec33e14e0942e065e261b3cb6cebbecdcaff6eef81998004191ad0b2" mediatype=application/vnd.docker.plugin.v1+json size=522
11:53:50 [2024-01-08T11:53:50.190Z] time="2024-01-08T11:53:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:53:50 [2024-01-08T11:53:50.191Z] time="2024-01-08T11:53:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8be521dbec33e14e0942e065e261b3cb6cebbecdcaff6eef81998004191ad0b2" mediatype=application/vnd.docker.plugin.v1+json size=522
11:53:50 [2024-01-08T11:53:50.191Z] === RUN   TestPluginInstall/with_insecure
11:53:51 [2024-01-08T11:53:51.119Z] time="2024-01-08T11:53:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:53:51 [2024-01-08T11:53:51.119Z] time="2024-01-08T11:53:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9b4531253984011e150aa488d39d55843c133fb5dad711e4c9670e4e466f555" mediatype=application/vnd.docker.plugin.v1+json size=522
11:53:51 [2024-01-08T11:53:51.119Z] time="2024-01-08T11:53:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:53:51 [2024-01-08T11:53:51.119Z] time="2024-01-08T11:53:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9b4531253984011e150aa488d39d55843c133fb5dad711e4c9670e4e466f555" mediatype=application/vnd.docker.plugin.v1+json size=522
11:53:51 [2024-01-08T11:53:51.119Z]     plugin_test.go:204: [d6fce190d4bc0] daemon is not started
11:53:51 [2024-01-08T11:53:51.119Z] --- PASS: TestPluginInstall (5.09s)
11:53:51 [2024-01-08T11:53:51.119Z]     --- PASS: TestPluginInstall/no_auth (3.70s)
11:53:51 [2024-01-08T11:53:51.119Z]     --- PASS: TestPluginInstall/with_htpasswd (0.46s)
11:53:51 [2024-01-08T11:53:51.119Z]     --- PASS: TestPluginInstall/with_insecure (0.93s)
11:53:51 [2024-01-08T11:53:51.119Z] === RUN   TestPluginsWithRuntimes
11:53:52 [2024-01-08T11:53:52.486Z] === RUN   TestPluginsWithRuntimes/No_Args
11:53:53 [2024-01-08T11:53:53.414Z] === RUN   TestPluginsWithRuntimes/With_Args
11:53:54 [2024-01-08T11:53:54.780Z] --- PASS: TestPluginsWithRuntimes (3.35s)
11:53:54 [2024-01-08T11:53:54.780Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.92s)
11:53:54 [2024-01-08T11:53:54.780Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.92s)
11:53:54 [2024-01-08T11:53:54.780Z] === RUN   TestPluginBackCompatMediaTypes
11:53:55 [2024-01-08T11:53:55.037Z] --- PASS: TestPluginBackCompatMediaTypes (0.50s)
11:53:55 [2024-01-08T11:53:55.037Z] PASS
11:53:55 [2024-01-08T11:53:55.037Z] 
11:53:55 [2024-01-08T11:53:55.037Z] DONE 24 tests in 8.979s
11:53:55 [2024-01-08T11:53:55.037Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
11:53:55 [2024-01-08T11:53:55.037Z] ++ '[' -n '' ']'
11:53:55 [2024-01-08T11:53:55.037Z] ++ 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
11:53:55 [2024-01-08T11:53:55.037Z] ++ set -e
11:53:55 [2024-01-08T11:53:55.037Z] ++ '[' -n 0 ']'
11:53:55 [2024-01-08T11:53:55.037Z] ++ set -x
11:53:55 [2024-01-08T11:53:55.037Z] ++ 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.Gzb3vAt3gi/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
11:53:55 [2024-01-08T11:53:55.037Z] INFO: Testing against a local daemon
11:53:55 [2024-01-08T11:53:55.037Z] === RUN   TestExternalGraphDriver
11:53:55 [2024-01-08T11:53:55.293Z] === RUN   TestExternalGraphDriver/json
11:53:55 [2024-01-08T11:53:55.293Z] === RUN   TestExternalGraphDriver/spec
11:53:55 [2024-01-08T11:53:55.293Z] === RUN   TestExternalGraphDriver/pull
11:53:55 [2024-01-08T11:53:55.293Z] --- PASS: TestExternalGraphDriver (0.34s)
11:53:55 [2024-01-08T11:53:55.293Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
11:53:55 [2024-01-08T11:53:55.293Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
11:53:55 [2024-01-08T11:53:55.293Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
11:53:55 [2024-01-08T11:53:55.293Z] === RUN   TestGraphdriverPluginV2
11:53:55 [2024-01-08T11:53:55.855Z]     external_test.go:415: (*Execution).NotAmd64-fm
11:53:55 [2024-01-08T11:53:55.855Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
11:53:55 [2024-01-08T11:53:55.855Z] PASS
11:53:55 [2024-01-08T11:53:55.855Z] 
11:53:55 [2024-01-08T11:53:55.855Z] === Skipped
11:53:55 [2024-01-08T11:53:55.855Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
11:53:55 [2024-01-08T11:53:55.855Z]     external_test.go:415: (*Execution).NotAmd64-fm
11:53:55 [2024-01-08T11:53:55.855Z] 
11:53:55 [2024-01-08T11:53:55.855Z] DONE 5 tests, 1 skipped in 0.705s
11:53:55 [2024-01-08T11:53:55.855Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
11:53:55 [2024-01-08T11:53:55.855Z] ++ '[' -n '' ']'
11:53:55 [2024-01-08T11:53:55.855Z] ++ 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
11:53:55 [2024-01-08T11:53:55.855Z] ++ set -e
11:53:55 [2024-01-08T11:53:55.855Z] ++ '[' -n 0 ']'
11:53:55 [2024-01-08T11:53:55.855Z] ++ set -x
11:53:55 [2024-01-08T11:53:55.855Z] ++ 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.Gzb3vAt3gi/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
11:53:55 [2024-01-08T11:53:55.855Z] INFO: Testing against a local daemon
11:53:55 [2024-01-08T11:53:55.855Z] === RUN   TestContinueAfterPluginCrash
11:53:55 [2024-01-08T11:53:55.855Z] === PAUSE TestContinueAfterPluginCrash
11:53:55 [2024-01-08T11:53:55.855Z] === RUN   TestReadPluginNoRead
11:53:55 [2024-01-08T11:53:55.855Z] === PAUSE TestReadPluginNoRead
11:53:55 [2024-01-08T11:53:55.855Z] === RUN   TestDaemonStartWithLogOpt
11:53:55 [2024-01-08T11:53:55.855Z] === PAUSE TestDaemonStartWithLogOpt
11:53:55 [2024-01-08T11:53:55.855Z] === CONT  TestDaemonStartWithLogOpt
11:53:55 [2024-01-08T11:53:55.855Z] === CONT  TestReadPluginNoRead
11:53:55 [2024-01-08T11:53:55.855Z] === CONT  TestContinueAfterPluginCrash
11:53:57 [2024-01-08T11:53:57.746Z] === RUN   TestReadPluginNoRead/default
11:53:58 [2024-01-08T11:53:58.674Z] --- PASS: TestDaemonStartWithLogOpt (2.71s)
11:53:59 [2024-01-08T11:53:59.237Z] === RUN   TestReadPluginNoRead/disabled_caching
11:54:00 [2024-01-08T11:54:00.165Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
11:54:01 [2024-01-08T11:54:01.532Z]     read_test.go:93: [d09dec38f1ce6] daemon is not started
11:54:01 [2024-01-08T11:54:01.532Z] --- PASS: TestReadPluginNoRead (5.79s)
11:54:01 [2024-01-08T11:54:01.532Z]     --- PASS: TestReadPluginNoRead/default (1.23s)
11:54:01 [2024-01-08T11:54:01.532Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.21s)
11:54:01 [2024-01-08T11:54:01.532Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s)
11:54:03 [2024-01-08T11:54:03.420Z] --- PASS: TestContinueAfterPluginCrash (7.62s)
11:54:03 [2024-01-08T11:54:03.421Z] PASS
11:54:03 [2024-01-08T11:54:03.421Z] 
11:54:03 [2024-01-08T11:54:03.421Z] DONE 6 tests in 7.656s
11:54:03 [2024-01-08T11:54:03.421Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
11:54:03 [2024-01-08T11:54:03.421Z] ++ '[' -n '' ']'
11:54:03 [2024-01-08T11:54:03.421Z] ++ 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
11:54:03 [2024-01-08T11:54:03.421Z] ++ set -e
11:54:03 [2024-01-08T11:54:03.421Z] ++ '[' -n 0 ']'
11:54:03 [2024-01-08T11:54:03.421Z] ++ set -x
11:54:03 [2024-01-08T11:54:03.421Z] ++ 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.Gzb3vAt3gi/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
11:54:03 [2024-01-08T11:54:03.421Z] testing: warning: no tests to run
11:54:03 [2024-01-08T11:54:03.421Z] PASS
11:54:03 [2024-01-08T11:54:03.421Z] 
11:54:03 [2024-01-08T11:54:03.421Z] DONE 0 tests in 0.007s
11:54:03 [2024-01-08T11:54:03.421Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
11:54:03 [2024-01-08T11:54:03.421Z] ++ '[' -n '' ']'
11:54:03 [2024-01-08T11:54:03.421Z] ++ 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
11:54:03 [2024-01-08T11:54:03.421Z] ++ set -e
11:54:03 [2024-01-08T11:54:03.421Z] ++ '[' -n 0 ']'
11:54:03 [2024-01-08T11:54:03.421Z] ++ set -x
11:54:03 [2024-01-08T11:54:03.421Z] ++ 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.Gzb3vAt3gi/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
11:54:03 [2024-01-08T11:54:03.421Z] INFO: Testing against a local daemon
11:54:03 [2024-01-08T11:54:03.421Z] === RUN   TestPluginWithDevMounts
11:54:03 [2024-01-08T11:54:03.421Z] === PAUSE TestPluginWithDevMounts
11:54:03 [2024-01-08T11:54:03.421Z] === CONT  TestPluginWithDevMounts
11:54:05 [2024-01-08T11:54:05.311Z] --- PASS: TestPluginWithDevMounts (1.50s)
11:54:05 [2024-01-08T11:54:05.311Z] PASS
11:54:05 [2024-01-08T11:54:05.311Z] 
11:54:05 [2024-01-08T11:54:05.311Z] DONE 1 tests in 1.537s
11:54:05 [2024-01-08T11:54:05.311Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
11:54:05 [2024-01-08T11:54:05.311Z] ++ '[' -n '' ']'
11:54:05 [2024-01-08T11:54:05.311Z] ++ 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
11:54:05 [2024-01-08T11:54:05.311Z] ++ set -e
11:54:05 [2024-01-08T11:54:05.311Z] ++ '[' -n 0 ']'
11:54:05 [2024-01-08T11:54:05.311Z] ++ set -x
11:54:05 [2024-01-08T11:54:05.311Z] ++ 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.Gzb3vAt3gi/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
11:54:05 [2024-01-08T11:54:05.311Z] INFO: Testing against a local daemon
11:54:05 [2024-01-08T11:54:05.311Z] === RUN   TestSecretInspect
11:54:07 [2024-01-08T11:54:07.200Z] --- PASS: TestSecretInspect (1.89s)
11:54:07 [2024-01-08T11:54:07.200Z] === RUN   TestSecretList
11:54:09 [2024-01-08T11:54:09.089Z] --- PASS: TestSecretList (1.93s)
11:54:09 [2024-01-08T11:54:09.089Z] === RUN   TestSecretsCreateAndDelete
11:54:10 [2024-01-08T11:54:10.978Z] --- PASS: TestSecretsCreateAndDelete (2.00s)
11:54:10 [2024-01-08T11:54:10.978Z] === RUN   TestSecretsUpdate
11:54:12 [2024-01-08T11:54:12.868Z] --- PASS: TestSecretsUpdate (1.95s)
11:54:12 [2024-01-08T11:54:12.868Z] === RUN   TestTemplatedSecret
11:54:15 [2024-01-08T11:54:15.385Z] --- PASS: TestTemplatedSecret (2.59s)
11:54:15 [2024-01-08T11:54:15.385Z] === RUN   TestSecretCreateResolve
11:54:17 [2024-01-08T11:54:17.276Z] --- PASS: TestSecretCreateResolve (2.01s)
11:54:17 [2024-01-08T11:54:17.276Z] PASS
11:54:17 [2024-01-08T11:54:17.276Z] 
11:54:17 [2024-01-08T11:54:17.276Z] DONE 6 tests in 12.401s
11:54:17 [2024-01-08T11:54:17.276Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
11:54:17 [2024-01-08T11:54:17.276Z] ++ '[' -n '' ']'
11:54:17 [2024-01-08T11:54:17.276Z] ++ 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
11:54:17 [2024-01-08T11:54:17.276Z] ++ set -e
11:54:17 [2024-01-08T11:54:17.276Z] ++ '[' -n 0 ']'
11:54:17 [2024-01-08T11:54:17.276Z] ++ set -x
11:54:17 [2024-01-08T11:54:17.276Z] ++ 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.Gzb3vAt3gi/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
11:54:17 [2024-01-08T11:54:17.276Z] INFO: Testing against a local daemon
11:54:17 [2024-01-08T11:54:17.276Z] === RUN   TestServiceCreateInit
11:54:17 [2024-01-08T11:54:17.276Z] === RUN   TestServiceCreateInit/daemonInitDisabled
11:54:21 [2024-01-08T11:54:21.445Z] === RUN   TestServiceCreateInit/daemonInitEnabled
11:54:25 [2024-01-08T11:54:25.612Z] --- PASS: TestServiceCreateInit (7.56s)
11:54:25 [2024-01-08T11:54:25.612Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.74s)
11:54:25 [2024-01-08T11:54:25.612Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.82s)
11:54:25 [2024-01-08T11:54:25.612Z] === RUN   TestCreateServiceMultipleTimes
11:54:40 [2024-01-08T11:54:40.454Z] --- PASS: TestCreateServiceMultipleTimes (14.96s)
11:54:40 [2024-01-08T11:54:40.454Z] === RUN   TestCreateServiceConflict
11:54:41 [2024-01-08T11:54:41.820Z] --- PASS: TestCreateServiceConflict (1.93s)
11:54:41 [2024-01-08T11:54:41.820Z] === RUN   TestCreateServiceMaxReplicas
11:54:45 [2024-01-08T11:54:45.087Z] --- PASS: TestCreateServiceMaxReplicas (2.82s)
11:54:45 [2024-01-08T11:54:45.087Z] === RUN   TestCreateServiceSecretFileMode
11:54:57 [2024-01-08T11:54:57.258Z] --- PASS: TestCreateServiceSecretFileMode (12.56s)
11:54:57 [2024-01-08T11:54:57.258Z] === RUN   TestCreateServiceConfigFileMode
11:55:12 [2024-01-08T11:55:12.098Z] --- PASS: TestCreateServiceConfigFileMode (12.66s)
11:55:12 [2024-01-08T11:55:12.098Z] === RUN   TestCreateServiceSysctls
11:55:13 [2024-01-08T11:55:13.027Z] --- PASS: TestCreateServiceSysctls (3.22s)
11:55:13 [2024-01-08T11:55:13.027Z] === RUN   TestCreateServiceCapabilities
11:55:15 [2024-01-08T11:55:15.544Z] --- PASS: TestCreateServiceCapabilities (2.45s)
11:55:15 [2024-01-08T11:55:15.544Z] === RUN   TestInspect
11:55:18 [2024-01-08T11:55:18.811Z] --- PASS: TestInspect (2.72s)
11:55:18 [2024-01-08T11:55:18.811Z] === RUN   TestCreateJob
11:55:22 [2024-01-08T11:55:22.079Z] --- PASS: TestCreateJob (3.40s)
11:55:22 [2024-01-08T11:55:22.079Z] === RUN   TestReplicatedJob
11:55:27 [2024-01-08T11:55:27.325Z] --- PASS: TestReplicatedJob (5.42s)
11:55:27 [2024-01-08T11:55:27.325Z] === RUN   TestUpdateReplicatedJob
11:55:30 [2024-01-08T11:55:30.593Z] --- PASS: TestUpdateReplicatedJob (3.34s)
11:55:30 [2024-01-08T11:55:30.593Z] === RUN   TestServiceListWithStatuses
11:55:35 [2024-01-08T11:55:35.840Z] --- PASS: TestServiceListWithStatuses (4.57s)
11:55:35 [2024-01-08T11:55:35.840Z] === RUN   TestDockerNetworkConnectAliasPreV144
11:55:39 [2024-01-08T11:55:39.108Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.93s)
11:55:39 [2024-01-08T11:55:39.108Z] === RUN   TestDockerNetworkReConnect
11:55:42 [2024-01-08T11:55:42.375Z] --- PASS: TestDockerNetworkReConnect (3.15s)
11:55:42 [2024-01-08T11:55:42.375Z] === RUN   TestServicePlugin
11:55:42 [2024-01-08T11:55:42.375Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
11:55:42 [2024-01-08T11:55:42.375Z] --- SKIP: TestServicePlugin (0.00s)
11:55:42 [2024-01-08T11:55:42.375Z] === RUN   TestServiceUpdateLabel
11:55:44 [2024-01-08T11:55:44.265Z] --- PASS: TestServiceUpdateLabel (2.02s)
11:55:44 [2024-01-08T11:55:44.265Z] === RUN   TestServiceUpdateSecrets
11:55:59 [2024-01-08T11:55:59.106Z] --- PASS: TestServiceUpdateSecrets (14.57s)
11:55:59 [2024-01-08T11:55:59.106Z] === RUN   TestServiceUpdateConfigs
11:56:13 [2024-01-08T11:56:13.948Z] --- PASS: TestServiceUpdateConfigs (14.63s)
11:56:13 [2024-01-08T11:56:13.948Z] === RUN   TestServiceUpdateNetwork
11:56:26 [2024-01-08T11:56:26.120Z] --- PASS: TestServiceUpdateNetwork (12.27s)
11:56:26 [2024-01-08T11:56:26.120Z] === RUN   TestServiceUpdatePidsLimit
11:56:26 [2024-01-08T11:56:26.682Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
11:56:27 [2024-01-08T11:56:27.610Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
11:56:35 [2024-01-08T11:56:35.697Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
11:56:42 [2024-01-08T11:56:42.234Z] --- PASS: TestServiceUpdatePidsLimit (16.34s)
11:56:42 [2024-01-08T11:56:42.234Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
11:56:42 [2024-01-08T11:56:42.234Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
11:56:42 [2024-01-08T11:56:42.234Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s)
11:56:42 [2024-01-08T11:56:42.234Z] PASS
11:56:42 [2024-01-08T11:56:42.234Z] 
11:56:42 [2024-01-08T11:56:42.234Z] === Skipped
11:56:42 [2024-01-08T11:56:42.234Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
11:56:42 [2024-01-08T11:56:42.234Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
11:56:42 [2024-01-08T11:56:42.234Z] 
11:56:42 [2024-01-08T11:56:42.234Z] DONE 26 tests, 1 skipped in 144.547s
11:56:42 [2024-01-08T11:56:42.234Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
11:56:42 [2024-01-08T11:56:42.234Z] ++ '[' -n '' ']'
11:56:42 [2024-01-08T11:56:42.234Z] ++ 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
11:56:42 [2024-01-08T11:56:42.234Z] ++ set -e
11:56:42 [2024-01-08T11:56:42.234Z] ++ '[' -n 0 ']'
11:56:42 [2024-01-08T11:56:42.234Z] ++ set -x
11:56:42 [2024-01-08T11:56:42.234Z] ++ 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.Gzb3vAt3gi/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
11:56:42 [2024-01-08T11:56:42.234Z] INFO: Testing against a local daemon
11:56:42 [2024-01-08T11:56:42.234Z] === RUN   TestSessionCreate
11:56:42 [2024-01-08T11:56:42.234Z] --- PASS: TestSessionCreate (0.01s)
11:56:42 [2024-01-08T11:56:42.234Z] === RUN   TestSessionCreateWithBadUpgrade
11:56:42 [2024-01-08T11:56:42.234Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
11:56:42 [2024-01-08T11:56:42.234Z] PASS
11:56:42 [2024-01-08T11:56:42.234Z] 
11:56:42 [2024-01-08T11:56:42.234Z] DONE 2 tests in 0.047s
11:56:42 [2024-01-08T11:56:42.234Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
11:56:42 [2024-01-08T11:56:42.234Z] ++ '[' -n '' ']'
11:56:42 [2024-01-08T11:56:42.234Z] ++ 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
11:56:42 [2024-01-08T11:56:42.234Z] ++ set -e
11:56:42 [2024-01-08T11:56:42.234Z] ++ '[' -n 0 ']'
11:56:42 [2024-01-08T11:56:42.234Z] ++ set -x
11:56:42 [2024-01-08T11:56:42.234Z] ++ 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.Gzb3vAt3gi/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
11:56:42 [2024-01-08T11:56:42.234Z] INFO: Testing against a local daemon
11:56:42 [2024-01-08T11:56:42.234Z] === RUN   TestCgroupDriverSystemdMemoryLimit
11:56:42 [2024-01-08T11:56:42.234Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
11:56:42 [2024-01-08T11:56:42.234Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
11:56:42 [2024-01-08T11:56:42.234Z] === RUN   TestDiskUsage
11:56:42 [2024-01-08T11:56:42.234Z] === PAUSE TestDiskUsage
11:56:42 [2024-01-08T11:56:42.234Z] === RUN   TestEventsExecDie
11:56:42 [2024-01-08T11:56:42.490Z] --- PASS: TestEventsExecDie (0.51s)
11:56:42 [2024-01-08T11:56:42.490Z] === RUN   TestEventsBackwardsCompatible
11:56:42 [2024-01-08T11:56:42.490Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
11:56:42 [2024-01-08T11:56:42.490Z] === RUN   TestEventsVolumeCreate
11:56:42 [2024-01-08T11:56:42.746Z] --- PASS: TestEventsVolumeCreate (0.06s)
11:56:42 [2024-01-08T11:56:42.746Z] === RUN   TestInfoBinaryCommits
11:56:42 [2024-01-08T11:56:42.746Z] --- PASS: TestInfoBinaryCommits (0.01s)
11:56:42 [2024-01-08T11:56:42.746Z] === RUN   TestInfoAPIVersioned
11:56:42 [2024-01-08T11:56:42.746Z] --- PASS: TestInfoAPIVersioned (0.01s)
11:56:42 [2024-01-08T11:56:42.746Z] === RUN   TestInfoAPI
11:56:42 [2024-01-08T11:56:42.746Z] --- PASS: TestInfoAPI (0.01s)
11:56:42 [2024-01-08T11:56:42.746Z] === RUN   TestInfoAPIWarnings
11:57:00 [2024-01-08T11:57:00.788Z] --- PASS: TestInfoAPIWarnings (16.55s)
11:57:00 [2024-01-08T11:57:00.788Z] === RUN   TestInfoDebug
11:57:00 [2024-01-08T11:57:00.788Z] --- PASS: TestInfoDebug (0.52s)
11:57:00 [2024-01-08T11:57:00.788Z] === RUN   TestInfoInsecureRegistries
11:57:00 [2024-01-08T11:57:00.788Z] --- PASS: TestInfoInsecureRegistries (0.52s)
11:57:00 [2024-01-08T11:57:00.788Z] === RUN   TestInfoRegistryMirrors
11:57:00 [2024-01-08T11:57:00.788Z] --- PASS: TestInfoRegistryMirrors (0.52s)
11:57:00 [2024-01-08T11:57:00.788Z] === RUN   TestLoginFailsWithBadCredentials
11:57:01 [2024-01-08T11:57:01.716Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
11:57:01 [2024-01-08T11:57:01.716Z] === RUN   TestPingCacheHeaders
11:57:01 [2024-01-08T11:57:01.716Z] --- PASS: TestPingCacheHeaders (0.01s)
11:57:01 [2024-01-08T11:57:01.716Z] === RUN   TestPingGet
11:57:01 [2024-01-08T11:57:01.716Z] --- PASS: TestPingGet (0.01s)
11:57:01 [2024-01-08T11:57:01.716Z] === RUN   TestPingHead
11:57:01 [2024-01-08T11:57:01.716Z] --- PASS: TestPingHead (0.01s)
11:57:01 [2024-01-08T11:57:01.716Z] === RUN   TestPingSwarmHeader
11:57:02 [2024-01-08T11:57:02.278Z] === RUN   TestPingSwarmHeader/before_swarm_init
11:57:02 [2024-01-08T11:57:02.840Z] === RUN   TestPingSwarmHeader/after_swarm_init
11:57:03 [2024-01-08T11:57:03.768Z] === RUN   TestPingSwarmHeader/after_swarm_leave
11:57:03 [2024-01-08T11:57:03.768Z] --- PASS: TestPingSwarmHeader (1.90s)
11:57:03 [2024-01-08T11:57:03.768Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
11:57:03 [2024-01-08T11:57:03.768Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
11:57:03 [2024-01-08T11:57:03.768Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
11:57:03 [2024-01-08T11:57:03.768Z] === RUN   TestPingBuilderHeader
11:57:03 [2024-01-08T11:57:03.768Z] === RUN   TestPingBuilderHeader/default_config
11:57:04 [2024-01-08T11:57:04.330Z] === RUN   TestPingBuilderHeader/buildkit_disabled
11:57:04 [2024-01-08T11:57:04.892Z] --- PASS: TestPingBuilderHeader (1.04s)
11:57:04 [2024-01-08T11:57:04.892Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
11:57:04 [2024-01-08T11:57:04.892Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
11:57:04 [2024-01-08T11:57:04.892Z] === RUN   TestVersion
11:57:04 [2024-01-08T11:57:04.892Z] --- PASS: TestVersion (0.01s)
11:57:04 [2024-01-08T11:57:04.892Z] === CONT  TestDiskUsage
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty/container_types
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty/image_types
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty/volume_types
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty/build-cache_types
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty/container,_volume_types
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
11:57:05 [2024-01-08T11:57:05.148Z] === RUN   TestDiskUsage/after_LoadBusybox
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
11:57:05 [2024-01-08T11:57:05.405Z] === RUN   TestDiskUsage/after_container.Run
11:57:05 [2024-01-08T11:57:05.661Z] === RUN   TestDiskUsage/after_container.Run/container_types
11:57:05 [2024-01-08T11:57:05.661Z] === RUN   TestDiskUsage/after_container.Run/image_types
11:57:05 [2024-01-08T11:57:05.661Z] === RUN   TestDiskUsage/after_container.Run/volume_types
11:57:05 [2024-01-08T11:57:05.661Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
11:57:05 [2024-01-08T11:57:05.661Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
11:57:05 [2024-01-08T11:57:05.661Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
11:57:05 [2024-01-08T11:57:05.661Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
11:57:05 [2024-01-08T11:57:05.661Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
11:57:05 [2024-01-08T11:57:05.661Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
11:57:05 [2024-01-08T11:57:05.661Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
11:57:05 [2024-01-08T11:57:05.661Z] --- PASS: TestDiskUsage (1.04s)
11:57:05 [2024-01-08T11:57:05.661Z]     --- PASS: TestDiskUsage/empty (0.01s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]     --- PASS: TestDiskUsage/after_container.Run (0.26s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z] PASS
11:57:05 [2024-01-08T11:57:05.661Z] 
11:57:05 [2024-01-08T11:57:05.661Z] === Skipped
11:57:05 [2024-01-08T11:57:05.661Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
11:57:05 [2024-01-08T11:57:05.661Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
11:57:05 [2024-01-08T11:57:05.661Z] 
11:57:05 [2024-01-08T11:57:05.661Z] DONE 57 tests, 1 skipped in 23.790s
11:57:05 [2024-01-08T11:57:05.661Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
11:57:05 [2024-01-08T11:57:05.661Z] ++ '[' -n '' ']'
11:57:05 [2024-01-08T11:57:05.661Z] ++ 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
11:57:05 [2024-01-08T11:57:05.661Z] ++ set -e
11:57:05 [2024-01-08T11:57:05.661Z] ++ '[' -n 0 ']'
11:57:05 [2024-01-08T11:57:05.661Z] ++ set -x
11:57:05 [2024-01-08T11:57:05.661Z] ++ 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.Gzb3vAt3gi/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
11:57:05 [2024-01-08T11:57:05.917Z] INFO: Testing against a local daemon
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesCreateAndList
11:57:05 [2024-01-08T11:57:05.917Z] --- PASS: TestVolumesCreateAndList (0.01s)
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesRemove
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesRemove/volume_in_use
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesRemove/volume_not_in_use
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesRemove/non-existing_volume
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesRemove/non-existing_volume_force
11:57:05 [2024-01-08T11:57:05.917Z] --- PASS: TestVolumesRemove (0.05s)
11:57:05 [2024-01-08T11:57:05.917Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
11:57:05 [2024-01-08T11:57:05.917Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
11:57:05 [2024-01-08T11:57:05.917Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
11:57:05 [2024-01-08T11:57:05.917Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesRemoveSwarmEnabled
11:57:05 [2024-01-08T11:57:05.917Z] === PAUSE TestVolumesRemoveSwarmEnabled
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesInspect
11:57:05 [2024-01-08T11:57:05.917Z] --- PASS: TestVolumesInspect (0.01s)
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesInvalidJSON
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesInvalidJSON/volumes/create
11:57:05 [2024-01-08T11:57:05.917Z] === PAUSE TestVolumesInvalidJSON/volumes/create
11:57:05 [2024-01-08T11:57:05.917Z] === CONT  TestVolumesInvalidJSON/volumes/create
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
11:57:05 [2024-01-08T11:57:05.917Z] --- PASS: TestVolumesInvalidJSON (0.01s)
11:57:05 [2024-01-08T11:57:05.917Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
11:57:05 [2024-01-08T11:57:05.917Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
11:57:05 [2024-01-08T11:57:05.917Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
11:57:05 [2024-01-08T11:57:05.917Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
11:57:05 [2024-01-08T11:57:05.917Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumePruneAnonymous
11:57:05 [2024-01-08T11:57:05.917Z] --- PASS: TestVolumePruneAnonymous (0.03s)
11:57:05 [2024-01-08T11:57:05.917Z] === RUN   TestVolumePruneAnonFromImage
11:57:06 [2024-01-08T11:57:06.173Z] --- PASS: TestVolumePruneAnonFromImage (0.12s)
11:57:06 [2024-01-08T11:57:06.173Z] === CONT  TestVolumesRemoveSwarmEnabled
11:57:07 [2024-01-08T11:57:07.539Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
11:57:07 [2024-01-08T11:57:07.539Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
11:57:07 [2024-01-08T11:57:07.539Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
11:57:07 [2024-01-08T11:57:07.539Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
11:57:08 [2024-01-08T11:57:08.102Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.98s)
11:57:08 [2024-01-08T11:57:08.102Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
11:57:08 [2024-01-08T11:57:08.102Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
11:57:08 [2024-01-08T11:57:08.102Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
11:57:08 [2024-01-08T11:57:08.102Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
11:57:08 [2024-01-08T11:57:08.102Z] PASS
11:57:08 [2024-01-08T11:57:08.102Z] 
11:57:08 [2024-01-08T11:57:08.102Z] DONE 20 tests in 2.249s
11:57:08 [2024-01-08T11:57:08.102Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
11:57:08 [2024-01-08T11:57:08.102Z] ++++ cat bundles/test-integration/docker.pid
11:57:08 [2024-01-08T11:57:08.102Z] +++ kill 24322
11:57:09 [2024-01-08T11:57:09.991Z] ++++ cat bundles/test-integration/TestUsernsCommit/d48ef4c308c1d/docker.pid
11:57:09 [2024-01-08T11:57:09.991Z] +++ kill 61799
11:57:09 [2024-01-08T11:57:09.991Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 61799 is not a child of this shell
11:57:09 [2024-01-08T11:57:09.991Z] warning: PID 61799 from bundles/test-integration/TestUsernsCommit/d48ef4c308c1d/docker.pid had a nonzero exit code
11:57:09 [2024-01-08T11:57:09.991Z] umount: bundles/test-integration/TestUsernsCommit/d48ef4c308c1d/root: not mounted.
11:57:09 [2024-01-08T11:57:09.991Z] +++ /etc/init.d/apparmor stop
11:57:09 [2024-01-08T11:57:09.991Z] Leaving: AppArmorNo profiles have been unloaded.
11:57:09 [2024-01-08T11:57:09.991Z] 
11:57:09 [2024-01-08T11:57:09.991Z] Unloading profiles will leave already running processes permanently
11:57:09 [2024-01-08T11:57:09.991Z] unconfined, which can lead to unexpected situations.
11:57:09 [2024-01-08T11:57:09.991Z] 
11:57:09 [2024-01-08T11:57:09.991Z] To set a process to complain mode, use the command line tool
11:57:09 [2024-01-08T11:57:09.991Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
11:57:09 [2024-01-08T11:57:09.991Z] +++ true
11:57:09 [2024-01-08T11:57:09.991Z] exiting test-integration
11:57:09 [2024-01-08T11:57:09.991Z] ++ exit 0
11:57:09 [2024-01-08T11:57:09.991Z] 
Post stage
[Pipeline] junit
11:57:10 [2024-01-08T11:57:10.565Z] Recording test results
11:57:10 [2024-01-08T11:57:10.755Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
11:57:11 [2024-01-08T11:57:11.089Z] + echo Ensuring container killed.
11:57:11 [2024-01-08T11:57:11.090Z] Ensuring container killed.
11:57:11 [2024-01-08T11:57:11.090Z] + docker rm -vf docker-pr1
11:57:11 [2024-01-08T11:57:11.090Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
11:57:11 [2024-01-08T11:57:11.364Z] + echo Chowning /workspace to jenkins user
11:57:11 [2024-01-08T11:57:11.364Z] Chowning /workspace to jenkins user
11:57:11 [2024-01-08T11:57:11.364Z] + id -u
11:57:11 [2024-01-08T11:57:11.364Z] + id -g
11:57:11 [2024-01-08T11:57:11.364Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47042:/workspace busybox chown -R 1000:1000 /workspace
11:57:11 [2024-01-08T11:57:11.364Z] Unable to find image 'busybox:latest' locally
11:57:11 [2024-01-08T11:57:11.364Z] latest: Pulling from library/busybox
11:57:11 [2024-01-08T11:57:11.364Z] 29f4353257d6: Already exists
11:57:11 [2024-01-08T11:57:11.927Z] Digest: sha256:ba76950ac9eaa407512c9d859cea48114eeff8a6f12ebaa5d32ce79d4a017dd8
11:57:11 [2024-01-08T11:57:11.927Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
11:57:13 [2024-01-08T11:57:13.132Z] + bundleName=arm64-integration
11:57:13 [2024-01-08T11:57:13.132Z] + echo Creating arm64-integration-bundles.tar.gz
11:57:13 [2024-01-08T11:57:13.132Z] Creating arm64-integration-bundles.tar.gz
11:57:13 [2024-01-08T11:57:13.132Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
11:57:13 [2024-01-08T11:57:13.132Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
11:57:13 [2024-01-08T11:57:13.400Z] Archiving artifacts
11:57:14 [2024-01-08T11:57:14.753Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47042/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
11:57:15 [2024-01-08T11:57:15.042Z] + make clean
11:57:15 [2024-01-08T11:57:15.042Z] docker volume rm -f docker-dev-cache docker-mod-cache
11:57:15 [2024-01-08T11:57:15.042Z] docker-dev-cache
11:57:15 [2024-01-08T11:57:15.042Z] 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