Skip to content
Success

Console Output

Pull request #47234 opened
20:52:20 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14+ee6cbc540e9c62feb143c2a8d3f0c86d2a468767 (82f682c933c4a799f0bad5153963b7b493d87493)
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-47234@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
20:52:23 [2024-01-26T20:52:23.729Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
20:52:23 [2024-01-26T20:52:23.734Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
20:52:38 [2024-01-26T20:52:38.969Z] Still waiting to schedule task
20:52:38 [2024-01-26T20:52:38.971Z]EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0a889e279598421be)’ is offline
20:53:21 [2024-01-26T20:53:21.411Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0a889e279598421be) in /home/ubuntu/workspace/moby_PR-47234
[Pipeline] {
[Pipeline] checkout
20:53:21 [2024-01-26T20:53:21.493Z] The recommended git tool is: git
20:53:23 [2024-01-26T20:53:23.580Z] using credential docker-jenkins-github-credentials
20:53:23 [2024-01-26T20:53:23.599Z] Cloning the remote Git repository
20:53:23 [2024-01-26T20:53:23.599Z] Cloning with configured refspecs honoured and without tags
20:53:23 [2024-01-26T20:53:23.634Z] Cloning repository https://github.com/moby/moby.git
20:53:23 [2024-01-26T20:53:23.695Z]  > git init /home/ubuntu/workspace/moby_PR-47234 # timeout=10
20:53:24 [2024-01-26T20:53:24.215Z] Fetching upstream changes from https://github.com/moby/moby.git
20:53:24 [2024-01-26T20:53:24.215Z]  > git --version # timeout=10
20:53:24 [2024-01-26T20:53:24.218Z]  > git --version # 'git version 2.25.1'
20:53:24 [2024-01-26T20:53:24.218Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:53:24 [2024-01-26T20:53:24.221Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47234/head:refs/remotes/origin/PR-47234 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:53:37 [2024-01-26T20:53:37.684Z] Fetching without tags
20:53:37 [2024-01-26T20:53:37.875Z] Merging remotes/origin/master commit ee6cbc540e9c62feb143c2a8d3f0c86d2a468767 into PR head commit a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14
20:53:38 [2024-01-26T20:53:38.560Z] Merge succeeded, producing a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14
20:53:38 [2024-01-26T20:53:38.560Z] Checking out Revision a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 (PR-47234)
20:53:37 [2024-01-26T20:53:37.663Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:53:37 [2024-01-26T20:53:37.667Z]  > git config --add remote.origin.fetch +refs/pull/47234/head:refs/remotes/origin/PR-47234 # timeout=10
20:53:37 [2024-01-26T20:53:37.670Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:53:37 [2024-01-26T20:53:37.678Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:53:37 [2024-01-26T20:53:37.685Z] Fetching upstream changes from https://github.com/moby/moby.git
20:53:37 [2024-01-26T20:53:37.685Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:53:37 [2024-01-26T20:53:37.686Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47234/head:refs/remotes/origin/PR-47234 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:53:37 [2024-01-26T20:53:37.879Z]  > git config core.sparsecheckout # timeout=10
20:53:37 [2024-01-26T20:53:37.882Z]  > git checkout -f a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 # timeout=10
20:53:38 [2024-01-26T20:53:38.538Z]  > git remote # timeout=10
20:53:38 [2024-01-26T20:53:38.542Z]  > git config --get remote.origin.url # timeout=10
20:53:38 [2024-01-26T20:53:38.545Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:53:38 [2024-01-26T20:53:38.546Z]  > git merge ee6cbc540e9c62feb143c2a8d3f0c86d2a468767 # timeout=10
20:53:38 [2024-01-26T20:53:38.554Z]  > git rev-parse HEAD^{commit} # timeout=10
20:53:38 [2024-01-26T20:53:38.560Z]  > git config core.sparsecheckout # timeout=10
20:53:38 [2024-01-26T20:53:38.563Z]  > git checkout -f a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 # timeout=10
20:53:42 [2024-01-26T20:53:42.818Z] Commit message: "libn/d/overlay: drop miss flags from peerAddOp"
20:53:42 [2024-01-26T20:53:42.818Z] First time build. Skipping changelog.
20:53:42 [2024-01-26T20:53:42.835Z]  > git --version # timeout=10
20:53:42 [2024-01-26T20:53:42.837Z]  > git --version # 'git version 2.25.1'
20:53:42 [2024-01-26T20:53:42.840Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:53:43 [2024-01-26T20:53:43.576Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47234:/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
20:53:47 [2024-01-26T20:53:47.765Z] Unable to find image 'alpine:latest' locally
20:53:48 [2024-01-26T20:53:48.049Z] latest: Pulling from library/alpine
20:53:48 [2024-01-26T20:53:48.049Z] c30352492317: Pulling fs layer
20:53:48 [2024-01-26T20:53:48.049Z] c30352492317: Verifying Checksum
20:53:48 [2024-01-26T20:53:48.049Z] c30352492317: Download complete
20:53:48 [2024-01-26T20:53:48.616Z] c30352492317: Pull complete
20:53:48 [2024-01-26T20:53:48.616Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
20:53:48 [2024-01-26T20:53:48.616Z] Status: Downloaded newer image for alpine:latest
20:53:53 [2024-01-26T20:53:53.928Z] 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
20:53:54 [2024-01-26T20:53:54.941Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0a889e279598421be) in /home/ubuntu/workspace/moby_PR-47234
[Pipeline] {
[Pipeline] checkout
20:53:54 [2024-01-26T20:53:54.957Z] The recommended git tool is: git
20:53:54 [2024-01-26T20:53:54.966Z] using credential docker-jenkins-github-credentials
20:53:54 [2024-01-26T20:53:54.983Z] Fetching changes from the remote Git repository
20:53:54 [2024-01-26T20:53:54.989Z] Fetching without tags
20:53:55 [2024-01-26T20:53:55.180Z] Merging remotes/origin/master commit ee6cbc540e9c62feb143c2a8d3f0c86d2a468767 into PR head commit a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14
20:53:55 [2024-01-26T20:53:55.233Z] Merge succeeded, producing a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14
20:53:55 [2024-01-26T20:53:55.233Z] Checking out Revision a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 (PR-47234)
20:53:55 [2024-01-26T20:53:55.345Z] Commit message: "libn/d/overlay: drop miss flags from peerAddOp"
20:53:55 [2024-01-26T20:53:55.356Z]  > git --version # timeout=10
20:53:55 [2024-01-26T20:53:55.359Z]  > git --version # 'git version 2.25.1'
20:53:55 [2024-01-26T20:53:55.362Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:53:54 [2024-01-26T20:53:54.979Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-47234/.git # timeout=10
20:53:54 [2024-01-26T20:53:54.984Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:53:54 [2024-01-26T20:53:54.990Z] Fetching upstream changes from https://github.com/moby/moby.git
20:53:54 [2024-01-26T20:53:54.990Z]  > git --version # timeout=10
20:53:54 [2024-01-26T20:53:54.993Z]  > git --version # 'git version 2.25.1'
20:53:54 [2024-01-26T20:53:54.993Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:53:54 [2024-01-26T20:53:54.994Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47234/head:refs/remotes/origin/PR-47234 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:53:55 [2024-01-26T20:53:55.182Z]  > git config core.sparsecheckout # timeout=10
20:53:55 [2024-01-26T20:53:55.185Z]  > git checkout -f a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 # timeout=10
20:53:55 [2024-01-26T20:53:55.214Z]  > git remote # timeout=10
20:53:55 [2024-01-26T20:53:55.217Z]  > git config --get remote.origin.url # timeout=10
20:53:55 [2024-01-26T20:53:55.220Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:53:55 [2024-01-26T20:53:55.221Z]  > git merge ee6cbc540e9c62feb143c2a8d3f0c86d2a468767 # timeout=10
20:53:55 [2024-01-26T20:53:55.228Z]  > git rev-parse HEAD^{commit} # timeout=10
20:53:55 [2024-01-26T20:53:55.235Z]  > git config core.sparsecheckout # timeout=10
20:53:55 [2024-01-26T20:53:55.237Z]  > git checkout -f a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 # timeout=10
20:53:55 [2024-01-26T20:53:55.971Z] + docker version
20:53:55 [2024-01-26T20:53:55.971Z] Client: Docker Engine - Community
20:53:55 [2024-01-26T20:53:55.971Z]  Version:           24.0.7
20:53:55 [2024-01-26T20:53:55.971Z]  API version:       1.43
20:53:55 [2024-01-26T20:53:55.971Z]  Go version:        go1.20.10
20:53:55 [2024-01-26T20:53:55.971Z]  Git commit:        afdd53b
20:53:55 [2024-01-26T20:53:55.971Z]  Built:             Thu Oct 26 09:08:14 2023
20:53:55 [2024-01-26T20:53:55.971Z]  OS/Arch:           linux/arm64
20:53:55 [2024-01-26T20:53:55.971Z]  Context:           default
20:53:55 [2024-01-26T20:53:55.971Z] 
20:53:55 [2024-01-26T20:53:55.971Z] Server: Docker Engine - Community
20:53:55 [2024-01-26T20:53:55.971Z]  Engine:
20:53:55 [2024-01-26T20:53:55.971Z]   Version:          24.0.7
20:53:55 [2024-01-26T20:53:55.971Z]   API version:      1.43 (minimum version 1.12)
20:53:55 [2024-01-26T20:53:55.971Z]   Go version:       go1.20.10
20:53:55 [2024-01-26T20:53:55.971Z]   Git commit:       311b9ff
20:53:55 [2024-01-26T20:53:55.971Z]   Built:            Thu Oct 26 09:08:14 2023
20:53:55 [2024-01-26T20:53:55.971Z]   OS/Arch:          linux/arm64
20:53:55 [2024-01-26T20:53:55.971Z]   Experimental:     true
20:53:55 [2024-01-26T20:53:55.971Z]  containerd:
20:53:55 [2024-01-26T20:53:55.971Z]   Version:          1.6.25
20:53:55 [2024-01-26T20:53:55.971Z]   GitCommit:        d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f
20:53:55 [2024-01-26T20:53:55.971Z]  runc:
20:53:55 [2024-01-26T20:53:55.971Z]   Version:          1.1.10
20:53:55 [2024-01-26T20:53:55.971Z]   GitCommit:        v1.1.10-0-g18a0cb0
20:53:55 [2024-01-26T20:53:55.971Z]  docker-init:
20:53:55 [2024-01-26T20:53:55.971Z]   Version:          0.19.0
20:53:55 [2024-01-26T20:53:55.971Z]   GitCommit:        de40ad0
[Pipeline] sh
20:53:56 [2024-01-26T20:53:56.251Z] + docker info
20:54:04 [2024-01-26T20:54:04.367Z] Client: Docker Engine - Community
20:54:04 [2024-01-26T20:54:04.367Z]  Version:    24.0.7
20:54:04 [2024-01-26T20:54:04.367Z]  Context:    default
20:54:04 [2024-01-26T20:54:04.367Z]  Debug Mode: false
20:54:04 [2024-01-26T20:54:04.367Z]  Plugins:
20:54:04 [2024-01-26T20:54:04.367Z]   buildx: Docker Buildx (Docker Inc.)
20:54:04 [2024-01-26T20:54:04.367Z]     Version:  v0.12.0
20:54:04 [2024-01-26T20:54:04.367Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
20:54:04 [2024-01-26T20:54:04.367Z]   compose: Docker Compose (Docker Inc.)
20:54:04 [2024-01-26T20:54:04.367Z]     Version:  v2.23.3
20:54:04 [2024-01-26T20:54:04.367Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
20:54:04 [2024-01-26T20:54:04.367Z] 
20:54:04 [2024-01-26T20:54:04.367Z] Server:
20:54:04 [2024-01-26T20:54:04.367Z]  Containers: 0
20:54:04 [2024-01-26T20:54:04.367Z]   Running: 0
20:54:04 [2024-01-26T20:54:04.367Z]   Paused: 0
20:54:04 [2024-01-26T20:54:04.367Z]   Stopped: 0
20:54:04 [2024-01-26T20:54:04.367Z]  Images: 1
20:54:04 [2024-01-26T20:54:04.367Z]  Server Version: 24.0.7
20:54:04 [2024-01-26T20:54:04.367Z]  Storage Driver: overlay2
20:54:04 [2024-01-26T20:54:04.367Z]   Backing Filesystem: extfs
20:54:04 [2024-01-26T20:54:04.367Z]   Supports d_type: true
20:54:04 [2024-01-26T20:54:04.367Z]   Using metacopy: false
20:54:04 [2024-01-26T20:54:04.367Z]   Native Overlay Diff: true
20:54:04 [2024-01-26T20:54:04.367Z]   userxattr: false
20:54:04 [2024-01-26T20:54:04.367Z]  Logging Driver: json-file
20:54:04 [2024-01-26T20:54:04.367Z]  Cgroup Driver: cgroupfs
20:54:04 [2024-01-26T20:54:04.367Z]  Cgroup Version: 1
20:54:04 [2024-01-26T20:54:04.367Z]  Plugins:
20:54:04 [2024-01-26T20:54:04.367Z]   Volume: local
20:54:04 [2024-01-26T20:54:04.367Z]   Network: bridge host ipvlan macvlan null overlay
20:54:04 [2024-01-26T20:54:04.367Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:54:04 [2024-01-26T20:54:04.367Z]  Swarm: inactive
20:54:04 [2024-01-26T20:54:04.367Z]  Runtimes: io.containerd.runc.v2 runc
20:54:04 [2024-01-26T20:54:04.367Z]  Default Runtime: runc
20:54:04 [2024-01-26T20:54:04.367Z]  Init Binary: docker-init
20:54:04 [2024-01-26T20:54:04.367Z]  containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f
20:54:04 [2024-01-26T20:54:04.367Z]  runc version: v1.1.10-0-g18a0cb0
20:54:04 [2024-01-26T20:54:04.367Z]  init version: de40ad0
20:54:04 [2024-01-26T20:54:04.367Z]  Security Options:
20:54:04 [2024-01-26T20:54:04.367Z]   apparmor
20:54:04 [2024-01-26T20:54:04.367Z]   seccomp
20:54:04 [2024-01-26T20:54:04.367Z]    Profile: builtin
20:54:04 [2024-01-26T20:54:04.367Z]  Kernel Version: 5.15.0-1050-aws
20:54:04 [2024-01-26T20:54:04.367Z]  Operating System: Ubuntu 20.04.6 LTS
20:54:04 [2024-01-26T20:54:04.367Z]  OSType: linux
20:54:04 [2024-01-26T20:54:04.367Z]  Architecture: aarch64
20:54:04 [2024-01-26T20:54:04.367Z]  CPUs: 8
20:54:04 [2024-01-26T20:54:04.367Z]  Total Memory: 30.64GiB
20:54:04 [2024-01-26T20:54:04.367Z]  Name: ip-10-100-121-15
20:54:04 [2024-01-26T20:54:04.367Z]  ID: df31e515-0d6e-4cdc-bab7-e14664be0d77
20:54:04 [2024-01-26T20:54:04.367Z]  Docker Root Dir: /var/lib/docker
20:54:04 [2024-01-26T20:54:04.367Z]  Debug Mode: false
20:54:04 [2024-01-26T20:54:04.367Z]  Experimental: true
20:54:04 [2024-01-26T20:54:04.367Z]  Insecure Registries:
20:54:04 [2024-01-26T20:54:04.367Z]   127.0.0.0/8
20:54:04 [2024-01-26T20:54:04.367Z]  Live Restore Enabled: true
20:54:04 [2024-01-26T20:54:04.367Z] 
[Pipeline] sh
20:54:04 [2024-01-26T20:54:04.648Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
20:54:04 [2024-01-26T20:54:04.649Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
20:54:04 [2024-01-26T20:54:04.649Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47234/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
20:54:04 [2024-01-26T20:54:04.649Z] + bash /home/ubuntu/workspace/moby_PR-47234/check-config.sh
20:54:04 [2024-01-26T20:54:04.649Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:54:04 [2024-01-26T20:54:04.649Z] info: reading kernel config from /boot/config-5.15.0-1050-aws ...
20:54:04 [2024-01-26T20:54:04.649Z] 
20:54:04 [2024-01-26T20:54:04.649Z] Generally Necessary:
20:54:04 [2024-01-26T20:54:04.649Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:54:04 [2024-01-26T20:54:04.649Z] - apparmor: enabled and tools installed
20:54:04 [2024-01-26T20:54:04.649Z] - CONFIG_NAMESPACES: enabled
20:54:04 [2024-01-26T20:54:04.649Z] - CONFIG_NET_NS: enabled
20:54:04 [2024-01-26T20:54:04.649Z] - CONFIG_PID_NS: enabled
20:54:04 [2024-01-26T20:54:04.649Z] - CONFIG_IPC_NS: enabled
20:54:04 [2024-01-26T20:54:04.649Z] - CONFIG_UTS_NS: enabled
20:54:04 [2024-01-26T20:54:04.649Z] - CONFIG_CGROUPS: enabled
20:54:04 [2024-01-26T20:54:04.649Z] - CONFIG_CGROUP_CPUACCT: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_CGROUP_DEVICE: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_CGROUP_FREEZER: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_CGROUP_SCHED: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_CPUSETS: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_MEMCG: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_KEYS: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_VETH: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_BRIDGE: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_NF_NAT: enabled (as module)
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_POSIX_MQUEUE: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_CGROUP_BPF: enabled
20:54:04 [2024-01-26T20:54:04.908Z] 
20:54:04 [2024-01-26T20:54:04.908Z] Optional Features:
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_USER_NS: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_SECCOMP: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_SECCOMP_FILTER: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_CGROUP_PIDS: enabled
20:54:04 [2024-01-26T20:54:04.908Z] - CONFIG_MEMCG_SWAP: enabled
20:54:04 [2024-01-26T20:54:04.908Z]     (cgroup swap accounting is currently enabled)
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_BLK_CGROUP: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_CGROUP_PERF: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_CGROUP_HUGETLB: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_CFS_BANDWIDTH: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_RT_GROUP_SCHED: missing
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_IP_VS: enabled (as module)
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_IP_VS_NFCT: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_IP_VS_RR: enabled (as module)
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_SECURITY_SELINUX: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_SECURITY_APPARMOR: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_EXT4_FS: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:54:05 [2024-01-26T20:54:05.167Z] - Network Drivers:
20:54:05 [2024-01-26T20:54:05.167Z]   - "overlay":
20:54:05 [2024-01-26T20:54:05.167Z]     - CONFIG_VXLAN: enabled (as module)
20:54:05 [2024-01-26T20:54:05.167Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:54:05 [2024-01-26T20:54:05.167Z]       Optional (for encrypted networks):
20:54:05 [2024-01-26T20:54:05.426Z]       - CONFIG_CRYPTO: enabled
20:54:05 [2024-01-26T20:54:05.426Z]       - CONFIG_CRYPTO_AEAD: enabled
20:54:05 [2024-01-26T20:54:05.426Z]       - CONFIG_CRYPTO_GCM: enabled
20:54:05 [2024-01-26T20:54:05.426Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:54:05 [2024-01-26T20:54:05.426Z]       - CONFIG_CRYPTO_GHASH: enabled
20:54:05 [2024-01-26T20:54:05.426Z]       - CONFIG_XFRM: enabled
20:54:05 [2024-01-26T20:54:05.426Z]       - CONFIG_XFRM_USER: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]       - CONFIG_INET_ESP: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]   - "ipvlan":
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_IPVLAN: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]   - "macvlan":
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_MACVLAN: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_DUMMY: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]   - "ftp,tftp client in container":
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z] - Storage Drivers:
20:54:05 [2024-01-26T20:54:05.426Z]   - "aufs":
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_AUFS_FS: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]   - "btrfs":
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:54:05 [2024-01-26T20:54:05.426Z]   - "devicemapper":
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_BLK_DEV_DM: enabled
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]   - "overlay":
20:54:05 [2024-01-26T20:54:05.426Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:54:05 [2024-01-26T20:54:05.426Z]   - "zfs":
20:54:05 [2024-01-26T20:54:05.684Z]     - /dev/zfs: present
20:54:05 [2024-01-26T20:54:05.684Z]     - zfs command: missing
20:54:05 [2024-01-26T20:54:05.685Z]     - zpool command: missing
20:54:05 [2024-01-26T20:54:05.685Z] 
20:54:05 [2024-01-26T20:54:05.685Z] Limits:
20:54:05 [2024-01-26T20:54:05.685Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:54:05 [2024-01-26T20:54:05.685Z] 
20:54:05 [2024-01-26T20:54:05.685Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:54:05 [2024-01-26T20:54:05.983Z] + docker build --force-rm -t docker:a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 .
20:54:06 [2024-01-26T20:54:06.241Z] #0 building with "default" instance using docker driver
20:54:06 [2024-01-26T20:54:06.241Z] 
20:54:06 [2024-01-26T20:54:06.241Z] #1 [internal] load build definition from Dockerfile
20:54:06 [2024-01-26T20:54:06.241Z] #1 transferring dockerfile:
20:54:06 [2024-01-26T20:54:06.500Z] #1 transferring dockerfile: 27.92kB done
20:54:06 [2024-01-26T20:54:06.500Z] #1 DONE 0.1s
20:54:06 [2024-01-26T20:54:06.500Z] 
20:54:06 [2024-01-26T20:54:06.500Z] #2 [internal] load .dockerignore
20:54:06 [2024-01-26T20:54:06.500Z] #2 transferring context: 113B done
20:54:06 [2024-01-26T20:54:06.500Z] #2 DONE 0.1s
20:54:06 [2024-01-26T20:54:06.500Z] 
20:54:06 [2024-01-26T20:54:06.500Z] #3 resolve image config for docker.io/docker/dockerfile:1
20:54:06 [2024-01-26T20:54:06.758Z] #3 DONE 0.5s
20:54:07 [2024-01-26T20:54:07.017Z] 
20:54:07 [2024-01-26T20:54:07.017Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
20:54:07 [2024-01-26T20:54:07.017Z] #4 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done
20:54:07 [2024-01-26T20:54:07.017Z] #4 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done
20:54:07 [2024-01-26T20:54:07.017Z] #4 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done
20:54:07 [2024-01-26T20:54:07.017Z] #4 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done
20:54:07 [2024-01-26T20:54:07.017Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 6.29MB / 11.02MB 0.1s
20:54:07 [2024-01-26T20:54:07.017Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s
20:54:07 [2024-01-26T20:54:07.585Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.5s done
20:54:07 [2024-01-26T20:54:07.585Z] #4 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done
20:54:07 [2024-01-26T20:54:07.585Z] #4 DONE 0.7s
20:54:07 [2024-01-26T20:54:07.585Z] 
20:54:07 [2024-01-26T20:54:07.585Z] #5 [internal] load metadata for docker.io/library/debian:bookworm
20:54:08 [2024-01-26T20:54:08.961Z] #5 ...
20:54:08 [2024-01-26T20:54:08.961Z] 
20:54:08 [2024-01-26T20:54:08.961Z] #6 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
20:54:08 [2024-01-26T20:54:08.961Z] #6 DONE 1.4s
20:54:09 [2024-01-26T20:54:09.221Z] 
20:54:09 [2024-01-26T20:54:09.221Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
20:54:09 [2024-01-26T20:54:09.221Z] #7 DONE 1.4s
20:54:09 [2024-01-26T20:54:09.221Z] 
20:54:09 [2024-01-26T20:54:09.221Z] #5 [internal] load metadata for docker.io/library/debian:bookworm
20:54:09 [2024-01-26T20:54:09.221Z] #5 DONE 1.5s
20:54:09 [2024-01-26T20:54:09.221Z] 
20:54:09 [2024-01-26T20:54:09.221Z] #8 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1
20:54:09 [2024-01-26T20:54:09.221Z] #8 DONE 1.7s
20:54:09 [2024-01-26T20:54:09.221Z] 
20:54:09 [2024-01-26T20:54:09.221Z] #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm
20:54:09 [2024-01-26T20:54:09.221Z] #9 DONE 1.6s
20:54:09 [2024-01-26T20:54:09.221Z] 
20:54:09 [2024-01-26T20:54:09.221Z] #10 [internal] load metadata for docker.io/docker/compose-bin:v2.24.3
20:54:09 [2024-01-26T20:54:09.479Z] #10 DONE 1.8s
20:54:09 [2024-01-26T20:54:09.479Z] 
20:54:09 [2024-01-26T20:54:09.479Z] #11 [internal] load metadata for docker.io/library/busybox:latest
20:54:09 [2024-01-26T20:54:09.738Z] #11 DONE 2.0s
20:54:09 [2024-01-26T20:54:09.738Z] 
20:54:09 [2024-01-26T20:54:09.738Z] #12 [internal] load metadata for docker.io/distribution/distribution:2.8.3
20:54:09 [2024-01-26T20:54:09.738Z] #12 DONE 2.0s
20:54:10 [2024-01-26T20:54:10.305Z] 
20:54:10 [2024-01-26T20:54:10.305Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67
20:54:10 [2024-01-26T20:54:10.305Z] #13 resolve docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67
20:54:10 [2024-01-26T20:54:10.564Z] #13 ...
20:54:10 [2024-01-26T20:54:10.564Z] 
20:54:10 [2024-01-26T20:54:10.564Z] #14 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:54:10 [2024-01-26T20:54:10.564Z] #14 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.6s done
20:54:10 [2024-01-26T20:54:10.564Z] #14 DONE 0.6s
20:54:10 [2024-01-26T20:54:10.564Z] 
20:54:10 [2024-01-26T20:54:10.564Z] #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
20:54:10 [2024-01-26T20:54:10.564Z] #15 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.6s done
20:54:10 [2024-01-26T20:54:10.564Z] #15 DONE 0.6s
20:54:10 [2024-01-26T20:54:10.823Z] 
20:54:10 [2024-01-26T20:54:10.823Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67
20:54:10 [2024-01-26T20:54:10.823Z] #13 resolve docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 0.6s done
20:54:11 [2024-01-26T20:54:11.083Z] #13 sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 1.85kB / 1.85kB done
20:54:11 [2024-01-26T20:54:11.083Z] #13 sha256:6fc9b50711023adfca7c7b4236948e120d1332ff01bf46c93e5b64ca0830a81a 529B / 529B done
20:54:11 [2024-01-26T20:54:11.083Z] #13 sha256:60e0ade36b1ab9227b0b8fc5a9731a3a5b9217e9feeb4ba7a2f8cb84addef87b 1.48kB / 1.48kB done
20:54:11 [2024-01-26T20:54:11.083Z] #13 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 0B / 49.59MB 0.1s
20:54:11 [2024-01-26T20:54:11.342Z] #13 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 10.49MB / 49.59MB 0.2s
20:54:11 [2024-01-26T20:54:11.342Z] #13 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 20.97MB / 49.59MB 0.3s
20:54:11 [2024-01-26T20:54:11.601Z] #13 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 30.41MB / 49.59MB 0.4s
20:54:11 [2024-01-26T20:54:11.601Z] #13 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 0.6s
20:54:12 [2024-01-26T20:54:12.227Z] #13 ...
20:54:12 [2024-01-26T20:54:12.227Z] 
20:54:12 [2024-01-26T20:54:12.227Z] #16 [internal] load build context
20:54:12 [2024-01-26T20:54:12.227Z] #16 transferring context: 75.04MB 1.4s done
20:54:12 [2024-01-26T20:54:12.227Z] #16 DONE 1.9s
20:54:12 [2024-01-26T20:54:12.227Z] 
20:54:12 [2024-01-26T20:54:12.227Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67
20:54:13 [2024-01-26T20:54:13.163Z] #13 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 2.1s done
20:54:13 [2024-01-26T20:54:13.731Z] #13 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 0.5s
20:54:14 [2024-01-26T20:54:14.667Z] #13 extracting sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 1.4s done
20:54:14 [2024-01-26T20:54:14.667Z] #13 DONE 4.7s
20:54:14 [2024-01-26T20:54:14.667Z] 
20:54:14 [2024-01-26T20:54:14.667Z] #17 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:d8c365d63879c2312e332cb796961f2695dd65124ceb3c0247d9c5426b7dde5f
20:54:14 [2024-01-26T20:54:14.667Z] #17 resolve docker.io/library/golang:1.21.6-bookworm@sha256:d8c365d63879c2312e332cb796961f2695dd65124ceb3c0247d9c5426b7dde5f 0.6s done
20:54:14 [2024-01-26T20:54:14.667Z] #17 sha256:d8c365d63879c2312e332cb796961f2695dd65124ceb3c0247d9c5426b7dde5f 1.64kB / 1.64kB done
20:54:14 [2024-01-26T20:54:14.667Z] #17 sha256:ea3f343e515dd6d4c39e82757c186040f2838ea91e935670433b0849f0813ab5 1.79kB / 1.79kB done
20:54:14 [2024-01-26T20:54:14.667Z] #17 sha256:0abf3dc2467dea348a59112ac390d5b688c39c86d1646039137d565635ecf4ab 2.90kB / 2.90kB done
20:54:14 [2024-01-26T20:54:14.667Z] #17 sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 63.99MB / 63.99MB 3.6s done
20:54:14 [2024-01-26T20:54:14.667Z] #17 sha256:5665c1f9a9e17acd68ae05b2839df402eac34afdd095f8c115f09886d757840c 49.59MB / 49.59MB 2.1s done
20:54:14 [2024-01-26T20:54:14.667Z] #17 sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 23.58MB / 23.58MB 0.9s done
20:54:14 [2024-01-26T20:54:14.667Z] #17 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0B / 32B 3.7s
20:54:14 [2024-01-26T20:54:14.667Z] #17 sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 6.29MB / 86.39MB 3.7s
20:54:14 [2024-01-26T20:54:14.667Z] #17 sha256:302f5869308ee3050467084d0c29506dc1abb9a4fdfef48515837d880754dd73 0B / 64.16MB 3.7s
20:54:14 [2024-01-26T20:54:14.667Z] #17 sha256:4819c57d0a3c3f911b34050c353f8ca997e418d2c0986332b146789397e2581d 175B / 175B 3.6s done
20:54:14 [2024-01-26T20:54:14.926Z] #17 ...
20:54:14 [2024-01-26T20:54:14.926Z] 
20:54:14 [2024-01-26T20:54:14.926Z] #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
20:54:14 [2024-01-26T20:54:14.926Z] #15 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
20:54:14 [2024-01-26T20:54:14.926Z] #15 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done
20:54:14 [2024-01-26T20:54:14.926Z] #15 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done
20:54:14 [2024-01-26T20:54:14.926Z] #15 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done
20:54:14 [2024-01-26T20:54:14.926Z] #15 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 3.8s done
20:54:14 [2024-01-26T20:54:14.926Z] #15 DONE 4.8s
20:54:14 [2024-01-26T20:54:14.926Z] 
20:54:14 [2024-01-26T20:54:14.926Z] #17 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:d8c365d63879c2312e332cb796961f2695dd65124ceb3c0247d9c5426b7dde5f
20:54:14 [2024-01-26T20:54:14.926Z] #17 sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 15.73MB / 86.39MB 3.8s
20:54:14 [2024-01-26T20:54:14.926Z] #17 sha256:302f5869308ee3050467084d0c29506dc1abb9a4fdfef48515837d880754dd73 14.56MB / 64.16MB 3.8s
20:54:14 [2024-01-26T20:54:14.926Z] #17 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.1s
20:54:14 [2024-01-26T20:54:14.926Z] #17 sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 25.17MB / 86.39MB 3.9s
20:54:15 [2024-01-26T20:54:15.185Z] #17 sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 45.09MB / 86.39MB 4.1s
20:54:15 [2024-01-26T20:54:15.185Z] #17 sha256:302f5869308ee3050467084d0c29506dc1abb9a4fdfef48515837d880754dd73 44.04MB / 64.16MB 4.1s
20:54:15 [2024-01-26T20:54:15.185Z] #17 sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 50.33MB / 86.39MB 4.2s
20:54:15 [2024-01-26T20:54:15.185Z] #17 sha256:302f5869308ee3050467084d0c29506dc1abb9a4fdfef48515837d880754dd73 50.33MB / 64.16MB 4.2s
20:54:15 [2024-01-26T20:54:15.443Z] #17 sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 66.06MB / 86.39MB 4.3s
20:54:15 [2024-01-26T20:54:15.443Z] #17 sha256:302f5869308ee3050467084d0c29506dc1abb9a4fdfef48515837d880754dd73 64.16MB / 64.16MB 4.3s
20:54:15 [2024-01-26T20:54:15.443Z] #17 extracting sha256:f419b1a62fc83850ab3cb43274970bb20a18ae6e674535478a48f5bee11559b6 0.5s done
20:54:15 [2024-01-26T20:54:15.444Z] #17 sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 75.50MB / 86.39MB 4.4s
20:54:15 [2024-01-26T20:54:15.444Z] #17 sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 83.89MB / 86.39MB 4.5s
20:54:16 [2024-01-26T20:54:16.011Z] #17 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641
20:54:16 [2024-01-26T20:54:16.270Z] #17 sha256:302f5869308ee3050467084d0c29506dc1abb9a4fdfef48515837d880754dd73 64.16MB / 64.16MB 5.1s done
20:54:17 [2024-01-26T20:54:17.206Z] #17 sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 86.39MB / 86.39MB 5.9s done
20:54:17 [2024-01-26T20:54:17.465Z] #17 ...
20:54:17 [2024-01-26T20:54:17.465Z] 
20:54:17 [2024-01-26T20:54:17.465Z] #18 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.3@sha256:12fb891dd6fff0871ee36734f021b30d10833e057094ed666cdb17330ee47397
20:54:17 [2024-01-26T20:54:17.465Z] #18 resolve docker.io/docker/compose-bin:v2.24.3@sha256:12fb891dd6fff0871ee36734f021b30d10833e057094ed666cdb17330ee47397 0.6s done
20:54:17 [2024-01-26T20:54:17.465Z] #18 sha256:12fb891dd6fff0871ee36734f021b30d10833e057094ed666cdb17330ee47397 8.43kB / 8.43kB done
20:54:17 [2024-01-26T20:54:17.465Z] #18 sha256:56ac675866b0c71cf2f57fd328ff99570bf4027eae6a0907dee824ee5cc772b4 482B / 482B done
20:54:17 [2024-01-26T20:54:17.465Z] #18 sha256:2354e6a7c1fcd77faef35f7017852661783abf5169eafef7438c8283b04edd70 1.13kB / 1.13kB done
20:54:17 [2024-01-26T20:54:17.465Z] #18 sha256:45eee466ef99f512e867826956be5b4f6a8b9303d14af509a5b2486519691720 16.61MB / 16.61MB 5.3s done
20:54:17 [2024-01-26T20:54:17.465Z] #18 extracting sha256:45eee466ef99f512e867826956be5b4f6a8b9303d14af509a5b2486519691720 0.3s done
20:54:17 [2024-01-26T20:54:17.465Z] #18 DONE 7.2s
20:54:17 [2024-01-26T20:54:17.465Z] 
20:54:17 [2024-01-26T20:54:17.465Z] #17 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:d8c365d63879c2312e332cb796961f2695dd65124ceb3c0247d9c5426b7dde5f
20:54:18 [2024-01-26T20:54:18.032Z] #17 extracting sha256:76b4f1810f998c1f1580e2404b2e7fed8e264902d898bbe531443ea9789b7641 2.1s done
20:54:18 [2024-01-26T20:54:18.626Z] #17 ...
20:54:18 [2024-01-26T20:54:18.626Z] 
20:54:18 [2024-01-26T20:54:18.626Z] #19 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74
20:54:18 [2024-01-26T20:54:18.626Z] #19 resolve docker.io/library/busybox:latest@sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 0.6s done
20:54:18 [2024-01-26T20:54:18.626Z] #19 sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74 9.52kB / 9.52kB done
20:54:18 [2024-01-26T20:54:18.626Z] #19 sha256:8f03917912ea995c637b6c0295846aaff5665f06ac82a29b421fba4c379494e7 858B / 858B done
20:54:18 [2024-01-26T20:54:18.626Z] #19 sha256:3e4fd538a9a0b729be05707cf805388be2fb701cfd5d44c6542f1988e8aef6e3 581B / 581B done
20:54:18 [2024-01-26T20:54:18.626Z] #19 sha256:c2bf9493c1bf786e95e3eac7d406c20aa1b8a2d40916756e891627e9e8f8d119 1.92MB / 1.92MB 6.2s
20:54:18 [2024-01-26T20:54:18.626Z] #19 extracting sha256:c2bf9493c1bf786e95e3eac7d406c20aa1b8a2d40916756e891627e9e8f8d119 0.1s done
20:54:18 [2024-01-26T20:54:18.626Z] #19 ...
20:54:18 [2024-01-26T20:54:18.626Z] 
20:54:18 [2024-01-26T20:54:18.626Z] #14 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
20:54:18 [2024-01-26T20:54:18.626Z] #14 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
20:54:18 [2024-01-26T20:54:18.626Z] #14 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
20:54:18 [2024-01-26T20:54:18.626Z] #14 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
20:54:18 [2024-01-26T20:54:18.626Z] #14 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.5s done
20:54:18 [2024-01-26T20:54:18.627Z] #14 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s done
20:54:18 [2024-01-26T20:54:18.627Z] #14 DONE 8.5s
20:54:18 [2024-01-26T20:54:18.627Z] 
20:54:18 [2024-01-26T20:54:18.627Z] #20 [build-dummy 2/2] RUN mkdir -p /build
20:54:19 [2024-01-26T20:54:19.195Z] #20 ...
20:54:19 [2024-01-26T20:54:19.195Z] 
20:54:19 [2024-01-26T20:54:19.195Z] #21 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43
20:54:19 [2024-01-26T20:54:19.195Z] #21 resolve docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 0.6s done
20:54:19 [2024-01-26T20:54:19.195Z] #21 sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 8.43kB / 8.43kB done
20:54:19 [2024-01-26T20:54:19.195Z] #21 sha256:152601ea1a432a294017848c66fb84d04e1a90d4380ce9b5cd519cdf09e43722 482B / 482B done
20:54:19 [2024-01-26T20:54:19.195Z] #21 sha256:a5a1ba0fd157960c623fcbba319e3c92650faeacc179ed940362aed94d69a42f 1.14kB / 1.14kB done
20:54:19 [2024-01-26T20:54:19.195Z] #21 sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 15.64MB / 15.64MB 7.0s done
20:54:19 [2024-01-26T20:54:19.195Z] #21 extracting sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 0.3s done
20:54:19 [2024-01-26T20:54:19.195Z] #21 DONE 9.2s
20:54:19 [2024-01-26T20:54:19.453Z] 
20:54:19 [2024-01-26T20:54:19.453Z] #17 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:d8c365d63879c2312e332cb796961f2695dd65124ceb3c0247d9c5426b7dde5f
20:54:19 [2024-01-26T20:54:19.453Z] #17 extracting sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 0.4s
20:54:20 [2024-01-26T20:54:20.390Z] #17 ...
20:54:20 [2024-01-26T20:54:20.390Z] 
20:54:20 [2024-01-26T20:54:20.390Z] #22 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
20:54:20 [2024-01-26T20:54:20.390Z] #22 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.6s done
20:54:20 [2024-01-26T20:54:20.390Z] #22 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done
20:54:20 [2024-01-26T20:54:20.390Z] #22 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done
20:54:20 [2024-01-26T20:54:20.390Z] #22 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done
20:54:20 [2024-01-26T20:54:20.390Z] #22 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 6.6s done
20:54:20 [2024-01-26T20:54:20.390Z] #22 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.2s done
20:54:20 [2024-01-26T20:54:20.390Z] #22 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 7.1s done
20:54:20 [2024-01-26T20:54:20.390Z] #22 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 766B / 766B 7.1s done
20:54:20 [2024-01-26T20:54:20.390Z] #22 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.2s done
20:54:20 [2024-01-26T20:54:20.390Z] #22 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 7.9s done
20:54:20 [2024-01-26T20:54:20.390Z] #22 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done
20:54:20 [2024-01-26T20:54:20.390Z] #22 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.3s done
20:54:20 [2024-01-26T20:54:20.390Z] #22 ...
20:54:20 [2024-01-26T20:54:20.390Z] 
20:54:20 [2024-01-26T20:54:20.390Z] #17 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:d8c365d63879c2312e332cb796961f2695dd65124ceb3c0247d9c5426b7dde5f
20:54:20 [2024-01-26T20:54:20.390Z] #17 ...
20:54:20 [2024-01-26T20:54:20.390Z] 
20:54:20 [2024-01-26T20:54:20.390Z] #22 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
20:54:20 [2024-01-26T20:54:20.390Z] #22 DONE 10.3s
20:54:20 [2024-01-26T20:54:20.390Z] 
20:54:20 [2024-01-26T20:54:20.390Z] #17 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:d8c365d63879c2312e332cb796961f2695dd65124ceb3c0247d9c5426b7dde5f
20:54:21 [2024-01-26T20:54:21.339Z] #17 extracting sha256:9ece61d3d983cb71f3b959313708a475ae29034ee4d69f2bb84e46daccbc065a 2.2s done
20:54:21 [2024-01-26T20:54:21.339Z] #17 extracting sha256:302f5869308ee3050467084d0c29506dc1abb9a4fdfef48515837d880754dd73
20:54:25 [2024-01-26T20:54:25.584Z] #17 ...
20:54:25 [2024-01-26T20:54:25.584Z] 
20:54:25 [2024-01-26T20:54:25.584Z] #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
20:54:25 [2024-01-26T20:54:25.584Z] #23 0.605 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 0.649 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 0.729 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 0.780 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 1.264 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 1.270 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 2.370 Fetched 9080 kB in 2s (4461 kB/s)
20:54:25 [2024-01-26T20:54:25.584Z] #23 2.370 Reading package lists...
20:54:25 [2024-01-26T20:54:25.584Z] #23 3.102 Reading package lists...
20:54:25 [2024-01-26T20:54:25.584Z] #23 3.717 Building dependency tree...
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.155 The following additional packages will be installed:
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.155   libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.155   libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.157   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.159 Suggested packages:
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.159   krb5-doc krb5-user
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.159 Recommended packages:
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.159   krb5-locales libldap-common publicsuffix libsasl2-modules
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.360 The following NEW packages will be installed:
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.361   ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.361   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.361   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.362   libssh2-1 libssl3 openssl
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.636 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.636 Need to get 5813 kB of archives.
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.636 After this operation, 16.1 MB of additional disk space will be used.
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.636 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.780 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.941 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.950 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 4.972 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.017 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.033 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.051 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.089 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.091 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.133 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.135 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.141 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.159 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.161 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.200 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.206 Get:17 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.221 Get:18 http://deb.debian.org/debian-security bookworm-security/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.223 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.224 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.226 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.499 debconf: delaying package configuration, since apt-utils is not installed
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.541 Fetched 5813 kB in 1s (6800 kB/s)
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.595 Selecting previously unselected package libssl3:arm64.
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.595 (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.)
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.595 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.670 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.889 Selecting previously unselected package openssl.
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.890 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 5.898 Unpacking openssl (3.0.11-1~deb12u2) ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.157 Selecting previously unselected package ca-certificates.
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.158 Preparing to unpack .../02-ca-certificates_20230311_all.deb ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.171 Unpacking ca-certificates (20230311) ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.414 Selecting previously unselected package libbrotli1:arm64.
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.415 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.460 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.663 Selecting previously unselected package libkrb5support0:arm64.
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.664 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.699 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.947 Selecting previously unselected package libk5crypto3:arm64.
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.949 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 6.967 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 7.048 Selecting previously unselected package libkeyutils1:arm64.
20:54:25 [2024-01-26T20:54:25.584Z] #23 7.049 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 7.056 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
20:54:25 [2024-01-26T20:54:25.584Z] #23 7.259 Selecting previously unselected package libkrb5-3:arm64.
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.261 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.270 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.443 Selecting previously unselected package libgssapi-krb5-2:arm64.
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.444 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.500 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.586 Selecting previously unselected package libsasl2-modules-db:arm64.
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.722 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.760 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.943 Selecting previously unselected package libsasl2-2:arm64.
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.944 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 7.957 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.233 Selecting previously unselected package libldap-2.5-0:arm64.
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.235 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.250 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.466 Selecting previously unselected package libnghttp2-14:arm64.
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.468 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.487 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.646 Selecting previously unselected package libpsl5:arm64.
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.647 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.660 Unpacking libpsl5:arm64 (0.21.2-1) ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.887 Selecting previously unselected package librtmp1:arm64.
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.888 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 8.932 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 9.294 Selecting previously unselected package libssh2-1:arm64.
20:54:25 [2024-01-26T20:54:25.585Z] #23 9.295 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 9.309 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 9.867 Selecting previously unselected package libcurl4:arm64.
20:54:25 [2024-01-26T20:54:25.585Z] #23 9.869 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 9.949 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ...
20:54:25 [2024-01-26T20:54:25.585Z] #23 ...
20:54:25 [2024-01-26T20:54:25.585Z] 
20:54:25 [2024-01-26T20:54:25.585Z] #17 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:d8c365d63879c2312e332cb796961f2695dd65124ceb3c0247d9c5426b7dde5f
20:54:26 [2024-01-26T20:54:26.519Z] #17 extracting sha256:302f5869308ee3050467084d0c29506dc1abb9a4fdfef48515837d880754dd73 4.9s done
20:54:27 [2024-01-26T20:54:27.089Z] #17 extracting sha256:4819c57d0a3c3f911b34050c353f8ca997e418d2c0986332b146789397e2581d
20:54:27 [2024-01-26T20:54:27.348Z] #17 extracting sha256:4819c57d0a3c3f911b34050c353f8ca997e418d2c0986332b146789397e2581d done
20:54:27 [2024-01-26T20:54:27.606Z] #17 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
20:54:30 [2024-01-26T20:54:30.157Z] #17 DONE 19.7s
20:54:30 [2024-01-26T20:54:30.157Z] 
20:54:30 [2024-01-26T20:54:30.157Z] #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
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.31 Selecting previously unselected package curl.
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.31 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.32 Unpacking curl (7.88.1-10+deb12u5) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.53 Selecting previously unselected package libonig5:arm64.
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.53 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.53 Unpacking libonig5:arm64 (6.9.8-1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.61 Selecting previously unselected package libjq1:arm64.
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.61 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.61 Unpacking libjq1:arm64 (1.6-2.1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.70 Selecting previously unselected package jq.
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.70 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.71 Unpacking jq (1.6-2.1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.83 Setting up libkeyutils1:arm64 (1.6.3-2) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 10.92 Setting up libpsl5:arm64 (0.21.2-1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 11.01 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 11.10 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 11.15 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 11.42 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 11.68 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 12.29 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 12.43 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 12.65 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 12.70 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 12.95 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 13.32 Setting up openssl (3.0.11-1~deb12u2) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 13.62 Setting up libonig5:arm64 (6.9.8-1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 13.82 Setting up libjq1:arm64 (1.6-2.1) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 13.99 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 14.22 Setting up ca-certificates (20230311) ...
20:54:30 [2024-01-26T20:54:30.157Z] #23 14.41 debconf: unable to initialize frontend: Dialog
20:54:30 [2024-01-26T20:54:30.157Z] #23 14.41 debconf: (TERM is not set, so the dialog frontend is not usable.)
20:54:30 [2024-01-26T20:54:30.157Z] #23 14.41 debconf: falling back to frontend: Readline
20:54:30 [2024-01-26T20:54:30.157Z] #23 14.41 debconf: unable to initialize frontend: Readline
20:54:30 [2024-01-26T20:54:30.157Z] #23 14.41 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.)
20:54:30 [2024-01-26T20:54:30.157Z] #23 14.41 debconf: falling back to frontend: Teletype
20:54:30 [2024-01-26T20:54:30.157Z] #23 14.84 Updating certificates in /etc/ssl/certs...
20:54:30 [2024-01-26T20:54:30.157Z] #23 15.45 140 added, 0 removed; done.
20:54:30 [2024-01-26T20:54:30.415Z] #23 ...
20:54:30 [2024-01-26T20:54:30.415Z] 
20:54:30 [2024-01-26T20:54:30.415Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
20:54:30 [2024-01-26T20:54:30.673Z] #24 ...
20:54:30 [2024-01-26T20:54:30.673Z] 
20:54:30 [2024-01-26T20:54:30.673Z] #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
20:54:30 [2024-01-26T20:54:30.673Z] #23 15.76 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
20:54:31 [2024-01-26T20:54:31.362Z] #23 16.46 Setting up jq (1.6-2.1) ...
20:54:31 [2024-01-26T20:54:31.633Z] #23 16.50 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
20:54:31 [2024-01-26T20:54:31.633Z] #23 16.72 Setting up curl (7.88.1-10+deb12u5) ...
20:54:31 [2024-01-26T20:54:31.633Z] #23 16.75 Processing triggers for libc-bin (2.36-9+deb12u3) ...
20:54:31 [2024-01-26T20:54:31.633Z] #23 16.91 Processing triggers for ca-certificates (20230311) ...
20:54:31 [2024-01-26T20:54:31.891Z] #23 17.08 Updating certificates in /etc/ssl/certs...
20:54:32 [2024-01-26T20:54:32.673Z] #23 17.57 0 added, 0 removed; done.
20:54:32 [2024-01-26T20:54:32.673Z] #23 17.57 Running hooks in /etc/ca-certificates/update.d...
20:54:32 [2024-01-26T20:54:32.673Z] #23 17.57 done.
20:54:36 [2024-01-26T20:54:36.857Z] #23 ...
20:54:36 [2024-01-26T20:54:36.857Z] 
20:54:36 [2024-01-26T20:54:36.857Z] #25 [base 2/4] COPY --from=xx / /
20:54:36 [2024-01-26T20:54:36.857Z] #25 DONE 0.1s
20:54:36 [2024-01-26T20:54:36.857Z] 
20:54:36 [2024-01-26T20:54:36.857Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
20:54:36 [2024-01-26T20:54:36.857Z] #24 DONE 16.0s
20:54:36 [2024-01-26T20:54:36.857Z] 
20:54:36 [2024-01-26T20:54:36.857Z] #20 [build-dummy 2/2] RUN mkdir -p /build
20:54:36 [2024-01-26T20:54:36.857Z] #20 DONE 17.8s
20:54:36 [2024-01-26T20:54:36.857Z] 
20:54:36 [2024-01-26T20:54:36.857Z] #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
20:54:36 [2024-01-26T20:54:36.857Z] #23 DONE 21.6s
20:54:36 [2024-01-26T20:54:36.857Z] 
20:54:36 [2024-01-26T20:54:36.857Z] #26 [binary-dummy 1/1] COPY --from=build-dummy /build /build
20:54:36 [2024-01-26T20:54:36.857Z] #26 DONE 0.0s
20:54:36 [2024-01-26T20:54:36.857Z] 
20:54:36 [2024-01-26T20:54:36.857Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:54:36 [2024-01-26T20:54:36.857Z] #27 DONE 0.1s
20:54:36 [2024-01-26T20:54:36.857Z] 
20:54:36 [2024-01-26T20:54:36.857Z] #28 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
20:54:37 [2024-01-26T20:54:37.424Z] #28 DONE 0.9s
20:54:37 [2024-01-26T20:54:37.424Z] 
20:54:37 [2024-01-26T20:54:37.424Z] #29 [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
20:54:39 [2024-01-26T20:54:39.324Z] #29 2.879 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:54:40 [2024-01-26T20:54:40.149Z] #29 3.463 #=#=#                                                                         
20:54:40 [2024-01-26T20:54:40.407Z] #29 3.737 #=#=#                                                                         

###                                                                        4.2%
######################################################################## 100.0%
20:54:40 [2024-01-26T20:54:40.665Z] #29 4.034 
20:54:41 [2024-01-26T20:54:41.599Z] #29 ...
20:54:41 [2024-01-26T20:54:41.599Z] 
20:54:41 [2024-01-26T20:54:41.599Z] #30 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
20:54:41 [2024-01-26T20:54:41.599Z] #30 0.624 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
20:54:41 [2024-01-26T20:54:41.599Z] #30 0.635 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
20:54:41 [2024-01-26T20:54:41.599Z] #30 0.635 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
20:54:41 [2024-01-26T20:54:41.599Z] #30 0.719 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
20:54:41 [2024-01-26T20:54:41.599Z] #30 0.789 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
20:54:41 [2024-01-26T20:54:41.599Z] #30 0.864 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB]
20:54:41 [2024-01-26T20:54:41.599Z] #30 1.748 Fetched 9080 kB in 1s (6582 kB/s)
20:54:41 [2024-01-26T20:54:41.599Z] #30 1.748 Reading package lists...
20:54:41 [2024-01-26T20:54:41.599Z] #30 2.360 Reading package lists...
20:54:41 [2024-01-26T20:54:41.599Z] #30 2.967 Building dependency tree...
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.144 Reading state information...
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.377 The following additional packages will be installed:
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.378   libmagic-mgc libmagic1
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.408 The following NEW packages will be installed:
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.410   file libmagic-mgc libmagic1
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.692 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.692 Need to get 446 kB of archives.
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.692 After this operation, 8709 kB of additional disk space will be used.
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.692 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.696 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.698 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.843 debconf: delaying package configuration, since apt-utils is not installed
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.883 Fetched 446 kB in 0s (1593 kB/s)
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.904 Selecting previously unselected package libmagic-mgc.
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.904 (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.)
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.914 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ...
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.918 Unpacking libmagic-mgc (1:5.44-3) ...
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.997 Selecting previously unselected package libmagic1:arm64.
20:54:41 [2024-01-26T20:54:41.599Z] #30 3.999 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ...
20:54:41 [2024-01-26T20:54:41.599Z] #30 4.006 Unpacking libmagic1:arm64 (1:5.44-3) ...
20:54:41 [2024-01-26T20:54:41.599Z] #30 4.045 Selecting previously unselected package file.
20:54:41 [2024-01-26T20:54:41.599Z] #30 4.047 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ...
20:54:41 [2024-01-26T20:54:41.599Z] #30 4.052 Unpacking file (1:5.44-3) ...
20:54:41 [2024-01-26T20:54:41.599Z] #30 4.096 Setting up libmagic-mgc (1:5.44-3) ...
20:54:41 [2024-01-26T20:54:41.599Z] #30 4.109 Setting up libmagic1:arm64 (1:5.44-3) ...
20:54:41 [2024-01-26T20:54:41.599Z] #30 4.129 Setting up file (1:5.44-3) ...
20:54:41 [2024-01-26T20:54:41.599Z] #30 4.143 Processing triggers for libc-bin (2.36-9+deb12u3) ...
20:54:41 [2024-01-26T20:54:41.599Z] #30 DONE 4.4s
20:54:41 [2024-01-26T20:54:41.857Z] 
20:54:41 [2024-01-26T20:54:41.857Z] #31 [containerd-src 1/3] WORKDIR /usr/src/containerd
20:54:41 [2024-01-26T20:54:41.857Z] #31 DONE 0.1s
20:54:41 [2024-01-26T20:54:41.857Z] 
20:54:41 [2024-01-26T20:54:41.857Z] #32 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
20:54:41 [2024-01-26T20:54:41.857Z] #32 ...
20:54:41 [2024-01-26T20:54:41.857Z] 
20:54:41 [2024-01-26T20:54:41.857Z] #33 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
20:54:41 [2024-01-26T20:54:41.857Z] #33 DONE 0.1s
20:54:41 [2024-01-26T20:54:41.857Z] 
20:54:41 [2024-01-26T20:54:41.857Z] #34 [registry-src 1/2] WORKDIR /usr/src/registry
20:54:41 [2024-01-26T20:54:41.857Z] #34 DONE 0.2s
20:54:41 [2024-01-26T20:54:41.857Z] 
20:54:41 [2024-01-26T20:54:41.857Z] #35 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
20:54:41 [2024-01-26T20:54:41.857Z] #35 DONE 0.2s
20:54:41 [2024-01-26T20:54:41.857Z] 
20:54:41 [2024-01-26T20:54:41.857Z] #36 [delve-build 1/2] WORKDIR /usr/src/delve
20:54:41 [2024-01-26T20:54:41.857Z] #36 DONE 0.2s
20:54:41 [2024-01-26T20:54:41.857Z] 
20:54:41 [2024-01-26T20:54:41.857Z] #37 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
20:54:41 [2024-01-26T20:54:41.857Z] #37 DONE 0.2s
20:54:42 [2024-01-26T20:54:42.116Z] 
20:54:42 [2024-01-26T20:54:42.116Z] #38 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:54:42 [2024-01-26T20:54:42.116Z] #38 DONE 0.3s
20:54:42 [2024-01-26T20:54:42.116Z] 
20:54:42 [2024-01-26T20:54:42.116Z] #39 [runc-src 1/3] WORKDIR /usr/src/runc
20:54:42 [2024-01-26T20:54:42.116Z] #39 DONE 0.3s
20:54:42 [2024-01-26T20:54:42.116Z] 
20:54:42 [2024-01-26T20:54:42.116Z] #40 [tini-src 1/3] WORKDIR /usr/src/tini
20:54:42 [2024-01-26T20:54:42.116Z] #40 DONE 0.4s
20:54:42 [2024-01-26T20:54:42.116Z] 
20:54:42 [2024-01-26T20:54:42.116Z] #41 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
20:54:42 [2024-01-26T20:54:42.375Z] #41 ...
20:54:42 [2024-01-26T20:54:42.375Z] 
20:54:42 [2024-01-26T20:54:42.375Z] #42 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
20:54:42 [2024-01-26T20:54:42.375Z] #42 DONE 0.4s
20:54:42 [2024-01-26T20:54:42.375Z] 
20:54:42 [2024-01-26T20:54:42.375Z] #32 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
20:54:42 [2024-01-26T20:54:42.375Z] #32 DONE 0.4s
20:54:42 [2024-01-26T20:54:42.375Z] 
20:54:42 [2024-01-26T20:54:42.375Z] #43 [swagger-src 1/3] WORKDIR /usr/src/swagger
20:54:42 [2024-01-26T20:54:42.375Z] #43 DONE 0.4s
20:54:42 [2024-01-26T20:54:42.375Z] 
20:54:42 [2024-01-26T20:54:42.375Z] #44 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
20:54:42 [2024-01-26T20:54:42.375Z] #44 DONE 0.4s
20:54:42 [2024-01-26T20:54:42.375Z] 
20:54:42 [2024-01-26T20:54:42.375Z] #45 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:54:42 [2024-01-26T20:54:42.375Z] #45 DONE 0.4s
20:54:42 [2024-01-26T20:54:42.375Z] 
20:54:42 [2024-01-26T20:54:42.375Z] #46 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
20:54:42 [2024-01-26T20:54:42.375Z] #46 0.560 hint: Using 'master' as the name for the initial branch. This default branch name
20:54:42 [2024-01-26T20:54:42.375Z] #46 0.560 hint: is subject to change. To configure the initial branch name to use in all
20:54:42 [2024-01-26T20:54:42.375Z] #46 0.560 hint: of your new repositories, which will suppress this warning, call:
20:54:42 [2024-01-26T20:54:42.375Z] #46 0.560 hint: 
20:54:42 [2024-01-26T20:54:42.375Z] #46 0.560 hint: 	git config --global init.defaultBranch <name>
20:54:42 [2024-01-26T20:54:42.375Z] #46 0.560 hint: 
20:54:42 [2024-01-26T20:54:42.375Z] #46 0.560 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
20:54:42 [2024-01-26T20:54:42.375Z] #46 0.560 hint: 'development'. The just-created branch can be renamed via this command:
20:54:42 [2024-01-26T20:54:42.375Z] #46 0.560 hint: 
20:54:42 [2024-01-26T20:54:42.375Z] #46 0.560 hint: 	git branch -m <name>
20:54:42 [2024-01-26T20:54:42.634Z] #46 0.562 Initialized empty Git repository in /usr/src/containerd/.git/
20:54:42 [2024-01-26T20:54:42.634Z] #46 DONE 0.6s
20:54:42 [2024-01-26T20:54:42.634Z] 
20:54:42 [2024-01-26T20:54:42.634Z] #47 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.621 hint: Using 'master' as the name for the initial branch. This default branch name
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.621 hint: is subject to change. To configure the initial branch name to use in all
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.621 hint: of your new repositories, which will suppress this warning, call:
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.621 hint: 
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.621 hint: 	git config --global init.defaultBranch <name>
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.621 hint: 
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.621 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.621 hint: 'development'. The just-created branch can be renamed via this command:
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.621 hint: 
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.621 hint: 	git branch -m <name>
20:54:42 [2024-01-26T20:54:42.634Z] #47 0.622 Initialized empty Git repository in /usr/src/registry/.git/
20:54:42 [2024-01-26T20:54:42.634Z] #47 DONE 0.6s
20:54:42 [2024-01-26T20:54:42.634Z] 
20:54:42 [2024-01-26T20:54:42.634Z] #48 [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...)
20:54:42 [2024-01-26T20:54:42.893Z] #48 ...
20:54:42 [2024-01-26T20:54:42.893Z] 
20:54:42 [2024-01-26T20:54:42.893Z] #49 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.867 hint: Using 'master' as the name for the initial branch. This default branch name
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.867 hint: is subject to change. To configure the initial branch name to use in all
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.867 hint: of your new repositories, which will suppress this warning, call:
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.867 hint: 
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.867 hint: 	git config --global init.defaultBranch <name>
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.867 hint: 
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.867 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.867 hint: 'development'. The just-created branch can be renamed via this command:
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.867 hint: 
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.867 hint: 	git branch -m <name>
20:54:42 [2024-01-26T20:54:42.893Z] #49 0.869 Initialized empty Git repository in /usr/src/delve/.git/
20:54:42 [2024-01-26T20:54:42.893Z] #49 DONE 0.9s
20:54:42 [2024-01-26T20:54:42.893Z] 
20:54:42 [2024-01-26T20:54:42.893Z] #41 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.782 hint: Using 'master' as the name for the initial branch. This default branch name
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.782 hint: is subject to change. To configure the initial branch name to use in all
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.782 hint: of your new repositories, which will suppress this warning, call:
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.782 hint: 
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.782 hint: 	git config --global init.defaultBranch <name>
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.782 hint: 
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.782 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.782 hint: 'development'. The just-created branch can be renamed via this command:
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.782 hint: 
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.782 hint: 	git branch -m <name>
20:54:42 [2024-01-26T20:54:42.893Z] #41 0.784 Initialized empty Git repository in /usr/src/runc/.git/
20:54:42 [2024-01-26T20:54:42.893Z] #41 DONE 0.8s
20:54:43 [2024-01-26T20:54:43.151Z] 
20:54:43 [2024-01-26T20:54:43.151Z] #29 [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
20:54:43 [2024-01-26T20:54:43.151Z] #29 6.105 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:54:43 [2024-01-26T20:54:43.410Z] #29 6.654 #=#=#                                                                         
##O#-#                                                                        
20:54:43 [2024-01-26T20:54:43.929Z] #29 7.156 #=#=#                                                                         

                                                                           0.4%
######################################################################## 100.0%
20:54:43 [2024-01-26T20:54:43.929Z] #29 7.505 
20:54:46 [2024-01-26T20:54:46.472Z] #29 9.646 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)...
20:54:46 [2024-01-26T20:54:46.998Z] #29 10.32 #=#=#                                                                         
20:54:47 [2024-01-26T20:54:47.776Z] #29 10.67 #=#=#                                                                         
##O#-#                                                                        

                                                                           0.2%
##################################                                        48.4%
########################################################                  78.6%
######################################################################## 100.0%
20:54:48 [2024-01-26T20:54:48.035Z] #29 ...
20:54:48 [2024-01-26T20:54:48.035Z] 
20:54:48 [2024-01-26T20:54:48.035Z] #50 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.838 hint: Using 'master' as the name for the initial branch. This default branch name
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.838 hint: is subject to change. To configure the initial branch name to use in all
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.838 hint: of your new repositories, which will suppress this warning, call:
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.838 hint: 
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.838 hint: 	git config --global init.defaultBranch <name>
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.838 hint: 
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.838 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.838 hint: 'development'. The just-created branch can be renamed via this command:
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.838 hint: 
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.838 hint: 	git branch -m <name>
20:54:48 [2024-01-26T20:54:48.035Z] #50 1.839 Initialized empty Git repository in /usr/src/tini/.git/
20:54:48 [2024-01-26T20:54:48.035Z] #50 DONE 5.9s
20:54:48 [2024-01-26T20:54:48.035Z] 
20:54:48 [2024-01-26T20:54:48.035Z] #51 [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
20:54:48 [2024-01-26T20:54:48.035Z] #51 2.185 go: downloading github.com/golangci/golangci-lint v1.55.2
20:54:48 [2024-01-26T20:54:48.035Z] #51 2.979 go: downloading github.com/fatih/color v1.15.0
20:54:48 [2024-01-26T20:54:48.035Z] #51 2.982 go: downloading github.com/gofrs/flock v0.8.1
20:54:48 [2024-01-26T20:54:48.035Z] #51 2.986 go: downloading github.com/spf13/cobra v1.7.0
20:54:48 [2024-01-26T20:54:48.035Z] #51 2.987 go: downloading github.com/spf13/pflag v1.0.5
20:54:48 [2024-01-26T20:54:48.035Z] #51 2.990 go: downloading gopkg.in/yaml.v3 v3.0.1
20:54:48 [2024-01-26T20:54:48.035Z] #51 3.092 go: downloading github.com/spf13/viper v1.12.0
20:54:48 [2024-01-26T20:54:48.035Z] #51 3.094 go: downloading github.com/hashicorp/go-version v1.6.0
20:54:48 [2024-01-26T20:54:48.035Z] #51 3.094 go: downloading github.com/ldez/gomoddirectives v0.2.3
20:54:48 [2024-01-26T20:54:48.035Z] #51 3.211 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:54:48 [2024-01-26T20:54:48.035Z] #51 3.221 go: downloading github.com/mitchellh/mapstructure v1.5.0
20:54:48 [2024-01-26T20:54:48.035Z] #51 3.232 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
20:54:48 [2024-01-26T20:54:48.035Z] #51 3.250 go: downloading golang.org/x/tools v0.14.0
20:54:48 [2024-01-26T20:54:48.035Z] #51 3.255 go: downloading github.com/hashicorp/go-multierror v1.1.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.315 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.398 go: downloading github.com/mattn/go-colorable v0.1.13
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.399 go: downloading github.com/sirupsen/logrus v1.9.3
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.476 go: downloading github.com/stretchr/testify v1.8.4
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.588 go: downloading golang.org/x/mod v0.13.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.590 go: downloading github.com/mattn/go-isatty v0.0.17
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.608 go: downloading github.com/fsnotify/fsnotify v1.5.4
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.608 go: downloading github.com/spf13/afero v1.8.2
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.735 go: downloading github.com/spf13/cast v1.5.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.783 go: downloading github.com/spf13/jwalterweatherman v1.1.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.839 go: downloading github.com/golangci/revgrep v0.5.2
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.851 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.861 go: downloading 4d63.com/gochecknoglobals v0.2.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.871 go: downloading github.com/4meepo/tagalign v1.3.3
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.997 go: downloading github.com/Abirdcfly/dupword v0.0.13
20:54:48 [2024-01-26T20:54:48.036Z] #51 3.999 go: downloading github.com/Antonboom/errname v0.1.12
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.058 go: downloading github.com/Antonboom/nilnil v0.1.7
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.060 go: downloading github.com/Antonboom/testifylint v0.2.3
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.084 go: downloading github.com/BurntSushi/toml v1.3.2
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.085 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.253 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.255 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.272 go: downloading github.com/alecthomas/go-check-sumtype v0.1.3
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.324 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.579 go: downloading github.com/alexkohler/prealloc v1.0.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.579 go: downloading github.com/alingse/asasalint v0.0.11
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.581 go: downloading github.com/ashanbrown/forbidigo v1.6.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.581 go: downloading github.com/ashanbrown/makezero v1.1.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.581 go: downloading github.com/bkielbasa/cyclop v1.2.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.744 go: downloading github.com/blizzy78/varnamelen v0.8.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.779 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.783 go: downloading github.com/breml/bidichk v0.2.7
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.793 go: downloading github.com/breml/errchkjson v0.3.6
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.835 go: downloading github.com/butuzov/ireturn v0.2.2
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.853 go: downloading github.com/butuzov/mirror v1.1.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.971 go: downloading github.com/catenacyber/perfsprint v0.2.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.972 go: downloading github.com/charithe/durationcheck v0.0.10
20:54:48 [2024-01-26T20:54:48.036Z] #51 4.979 go: downloading github.com/curioswitch/go-reassign v0.2.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.003 go: downloading github.com/daixiang0/gci v0.11.2
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.198 go: downloading github.com/denis-tingaikin/go-header v0.4.3
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.204 go: downloading github.com/esimonov/ifshort v1.0.4
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.244 go: downloading github.com/firefart/nonamedreturns v1.0.4
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.268 go: downloading github.com/fzipp/gocyclo v0.6.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.296 go: downloading github.com/ghostiam/protogetter v0.2.3
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.296 go: downloading github.com/go-critic/go-critic v0.9.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.296 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.436 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.437 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.453 go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.532 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.535 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.570 go: downloading github.com/golangci/misspell v0.4.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.592 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.696 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.752 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.764 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.766 go: downloading github.com/hexops/gotextdiff v1.0.3
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.786 go: downloading github.com/jgautheron/goconst v1.6.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.793 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.861 go: downloading github.com/julz/importas v0.1.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.862 go: downloading github.com/kisielk/errcheck v1.6.3
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.863 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.964 go: downloading github.com/kkHAIKE/contextcheck v1.1.4
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.966 go: downloading github.com/kunwardeep/paralleltest v1.0.8
20:54:48 [2024-01-26T20:54:48.036Z] #51 5.967 go: downloading github.com/kulti/thelper v0.6.3
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.068 go: downloading github.com/kyoh86/exportloopref v0.1.11
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.068 go: downloading github.com/ldez/tagliatelle v0.5.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.083 go: downloading github.com/leonklingele/grouper v1.1.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.187 go: downloading github.com/lufeee/execinquery v1.2.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.188 go: downloading github.com/macabu/inamedparam v0.1.2
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.190 go: downloading github.com/maratori/testableexamples v1.0.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.190 go: downloading github.com/maratori/testpackage v1.1.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.191 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.207 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.239 go: downloading github.com/mgechev/revive v1.3.4
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.340 go: downloading github.com/moricho/tparallel v0.3.1
20:54:48 [2024-01-26T20:54:48.036Z] #51 6.438 go: downloading github.com/nakabonne/nestif v0.3.1
20:54:48 [2024-01-26T20:54:48.297Z] #51 6.473 go: downloading github.com/nishanths/exhaustive v0.11.0
20:54:48 [2024-01-26T20:54:48.297Z] #51 6.538 go: downloading github.com/nishanths/predeclared v0.2.2
20:54:48 [2024-01-26T20:54:48.297Z] #51 6.540 go: downloading github.com/nunnatsa/ginkgolinter v0.14.1
20:54:48 [2024-01-26T20:54:48.297Z] #51 6.668 go: downloading github.com/ryancurrah/gomodguard v1.3.0
20:54:48 [2024-01-26T20:54:48.556Z] #51 6.668 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
20:54:48 [2024-01-26T20:54:48.556Z] #51 6.668 go: downloading github.com/polyfloyd/go-errorlint v1.4.5
20:54:48 [2024-01-26T20:54:48.556Z] #51 6.744 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
20:54:48 [2024-01-26T20:54:48.556Z] #51 6.747 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
20:54:48 [2024-01-26T20:54:48.556Z] #51 6.747 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0
20:54:48 [2024-01-26T20:54:48.556Z] #51 6.750 go: downloading github.com/securego/gosec/v2 v2.18.2
20:54:48 [2024-01-26T20:54:48.556Z] #51 6.866 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
20:54:48 [2024-01-26T20:54:48.815Z] #51 6.867 go: downloading github.com/sivchari/containedctx v1.0.3
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.023 go: downloading github.com/sivchari/nosnakecase v1.7.0
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.026 go: downloading github.com/sivchari/tenv v1.7.1
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.026 go: downloading github.com/sonatard/noctx v0.0.2
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.051 go: downloading github.com/sourcegraph/go-diff v0.7.0
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.052 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.067 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.067 go: downloading github.com/tdakkota/asciicheck v0.2.0
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.115 go: downloading github.com/tetafro/godot v1.4.15
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.122 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.127 go: downloading github.com/timonwong/loggercheck v0.9.4
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.131 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.147 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
20:54:48 [2024-01-26T20:54:48.815Z] #51 7.239 go: downloading github.com/ultraware/funlen v0.1.0
20:54:49 [2024-01-26T20:54:49.075Z] #51 7.248 go: downloading github.com/ultraware/whitespace v0.0.5
20:54:49 [2024-01-26T20:54:49.075Z] #51 7.326 go: downloading github.com/uudashr/gocognit v1.1.2
20:54:49 [2024-01-26T20:54:49.075Z] #51 7.326 go: downloading github.com/xen0n/gosmopolitan v1.2.2
20:54:49 [2024-01-26T20:54:49.075Z] #51 7.327 go: downloading github.com/yagipy/maintidx v1.0.0
20:54:49 [2024-01-26T20:54:49.075Z] #51 7.331 go: downloading github.com/yeya24/promlinter v0.2.0
20:54:49 [2024-01-26T20:54:49.335Z] #51 7.483 go: downloading github.com/ykadowak/zerologlint v0.1.3
20:54:49 [2024-01-26T20:54:49.335Z] #51 7.511 go: downloading gitlab.com/bosi/decorder v0.4.1
20:54:49 [2024-01-26T20:54:49.335Z] #51 7.654 go: downloading go-simpler.org/sloglint v0.1.2
20:54:49 [2024-01-26T20:54:49.596Z] #51 7.655 go: downloading go.tmz.dev/musttag v0.7.2
20:54:49 [2024-01-26T20:54:49.596Z] #51 7.657 go: downloading honnef.co/go/tools v0.4.6
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.263 go: downloading mvdan.cc/gofumpt v0.5.0
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.264 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.265 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.267 go: downloading github.com/hashicorp/errwrap v1.0.0
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.267 go: downloading golang.org/x/sys v0.13.0
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.267 go: downloading github.com/davecgh/go-spew v1.1.1
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.267 go: downloading github.com/pmezard/go-difflib v1.0.0
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.269 go: downloading github.com/stretchr/objx v0.5.0
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.275 go: downloading github.com/subosito/gotenv v1.4.1
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.410 go: downloading github.com/hashicorp/hcl v1.0.0
20:54:50 [2024-01-26T20:54:50.165Z] #51 8.578 go: downloading gopkg.in/ini.v1 v1.67.0
20:54:50 [2024-01-26T20:54:50.424Z] #51 8.578 go: downloading github.com/magiconair/properties v1.8.6
20:54:50 [2024-01-26T20:54:50.424Z] #51 8.579 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
20:54:50 [2024-01-26T20:54:50.424Z] #51 8.596 go: downloading golang.org/x/text v0.13.0
20:54:50 [2024-01-26T20:54:50.685Z] #51 8.912 go: downloading github.com/fatih/structtag v1.2.0
20:54:50 [2024-01-26T20:54:50.685Z] #51 8.943 go: downloading github.com/gobwas/glob v0.2.3
20:54:50 [2024-01-26T20:54:50.685Z] #51 9.103 go: downloading github.com/google/go-cmp v0.6.0
20:54:50 [2024-01-26T20:54:50.945Z] #51 9.109 go: downloading github.com/pelletier/go-toml v1.9.5
20:54:50 [2024-01-26T20:54:50.945Z] #51 9.165 go: downloading gopkg.in/yaml.v2 v2.4.0
20:54:50 [2024-01-26T20:54:50.945Z] #51 9.236 go: downloading go.uber.org/zap v1.24.0
20:54:50 [2024-01-26T20:54:50.945Z] #51 9.384 go: downloading golang.org/x/sync v0.4.0
20:54:51 [2024-01-26T20:54:51.207Z] #51 ...
20:54:51 [2024-01-26T20:54:51.207Z] 
20:54:51 [2024-01-26T20:54:51.207Z] #52 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
20:54:51 [2024-01-26T20:54:51.207Z] #52 1.921 hint: Using 'master' as the name for the initial branch. This default branch name
20:54:51 [2024-01-26T20:54:51.207Z] #52 1.921 hint: is subject to change. To configure the initial branch name to use in all
20:54:51 [2024-01-26T20:54:51.207Z] #52 1.921 hint: of your new repositories, which will suppress this warning, call:
20:54:51 [2024-01-26T20:54:51.207Z] #52 1.921 hint: 
20:54:51 [2024-01-26T20:54:51.207Z] #52 1.921 hint: 	git config --global init.defaultBranch <name>
20:54:51 [2024-01-26T20:54:51.207Z] #52 1.921 hint: 
20:54:51 [2024-01-26T20:54:51.207Z] #52 1.921 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
20:54:51 [2024-01-26T20:54:51.207Z] #52 1.921 hint: 'development'. The just-created branch can be renamed via this command:
20:54:51 [2024-01-26T20:54:51.207Z] #52 1.921 hint: 
20:54:51 [2024-01-26T20:54:51.207Z] #52 1.921 hint: 	git branch -m <name>
20:54:51 [2024-01-26T20:54:51.207Z] #52 2.007 Initialized empty Git repository in /usr/src/swagger/.git/
20:54:51 [2024-01-26T20:54:51.207Z] #52 DONE 9.1s
20:54:51 [2024-01-26T20:54:51.207Z] 
20:54:51 [2024-01-26T20:54:51.207Z] #51 [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
20:54:51 [2024-01-26T20:54:51.207Z] #51 9.473 go: downloading github.com/kisielk/gotool v1.0.0
20:54:51 [2024-01-26T20:54:51.207Z] #51 ...
20:54:51 [2024-01-26T20:54:51.207Z] 
20:54:51 [2024-01-26T20:54:51.207Z] #53 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
20:54:51 [2024-01-26T20:54:51.778Z] #53 ...
20:54:51 [2024-01-26T20:54:51.778Z] 
20:54:51 [2024-01-26T20:54:51.778Z] #54 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
20:54:51 [2024-01-26T20:54:51.778Z] #54 1.779 go: downloading mvdan.cc/sh/v3 v3.6.0
20:54:51 [2024-01-26T20:54:51.778Z] #54 2.210 go: downloading golang.org/x/term v0.3.0
20:54:51 [2024-01-26T20:54:51.778Z] #54 2.210 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
20:54:51 [2024-01-26T20:54:51.778Z] #54 2.210 go: downloading github.com/google/renameio/v2 v2.0.0
20:54:51 [2024-01-26T20:54:51.778Z] #54 2.214 go: downloading mvdan.cc/editorconfig v0.2.0
20:54:51 [2024-01-26T20:54:51.778Z] #54 2.248 go: downloading golang.org/x/sys v0.3.0
20:54:51 [2024-01-26T20:54:51.778Z] #54 ...
20:54:51 [2024-01-26T20:54:51.778Z] 
20:54:51 [2024-01-26T20:54:51.778Z] #55 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
20:54:51 [2024-01-26T20:54:51.778Z] #55 1.658 go: downloading github.com/pelletier/go-toml v1.8.1
20:54:52 [2024-01-26T20:54:52.038Z] #55 ...
20:54:52 [2024-01-26T20:54:52.038Z] 
20:54:52 [2024-01-26T20:54:52.038Z] #56 [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
20:54:52 [2024-01-26T20:54:52.038Z] #56 2.600 go: downloading github.com/tc-hib/go-winres v0.3.1
20:54:52 [2024-01-26T20:54:52.038Z] #56 3.266 go: downloading github.com/tc-hib/winres v0.1.6
20:54:52 [2024-01-26T20:54:52.038Z] #56 3.272 go: downloading github.com/urfave/cli/v2 v2.3.0
20:54:52 [2024-01-26T20:54:52.038Z] #56 3.455 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
20:54:52 [2024-01-26T20:54:52.038Z] #56 3.455 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
20:54:52 [2024-01-26T20:54:52.038Z] #56 3.576 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
20:54:52 [2024-01-26T20:54:52.038Z] #56 3.608 go: downloading github.com/russross/blackfriday/v2 v2.1.0
20:54:52 [2024-01-26T20:54:52.038Z] #56 ...
20:54:52 [2024-01-26T20:54:52.038Z] 
20:54:52 [2024-01-26T20:54:52.038Z] #57 [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
20:54:52 [2024-01-26T20:54:52.038Z] #57 3.438 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
20:54:52 [2024-01-26T20:54:52.038Z] #57 3.457 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
20:54:52 [2024-01-26T20:54:52.038Z] #57 3.481 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
20:54:52 [2024-01-26T20:54:52.038Z] #57 3.638 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
20:54:52 [2024-01-26T20:54:52.038Z] #57 3.890 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
20:54:52 [2024-01-26T20:54:52.038Z] #57 4.034 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB]
20:54:52 [2024-01-26T20:54:52.038Z] #57 5.283 Fetched 9080 kB in 2s (4260 kB/s)
20:54:52 [2024-01-26T20:54:52.038Z] #57 5.283 Reading package lists...
20:54:52 [2024-01-26T20:54:52.038Z] #57 6.845 Hit:1 http://deb.debian.org/debian bookworm InRelease
20:54:52 [2024-01-26T20:54:52.038Z] #57 6.845 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
20:54:52 [2024-01-26T20:54:52.038Z] #57 6.845 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
20:54:52 [2024-01-26T20:54:52.038Z] #57 7.589 Reading package lists...
20:54:52 [2024-01-26T20:54:52.038Z] #57 8.626 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
20:54:52 [2024-01-26T20:54:52.038Z] #57 8.635 Reading package lists...
20:54:52 [2024-01-26T20:54:52.038Z] #57 9.545 Building dependency tree...
20:54:52 [2024-01-26T20:54:52.298Z] #57 ...
20:54:52 [2024-01-26T20:54:52.298Z] 
20:54:52 [2024-01-26T20:54:52.298Z] #58 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
20:54:52 [2024-01-26T20:54:52.298Z] #58 3.358 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
20:54:52 [2024-01-26T20:54:52.298Z] #58 3.373 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
20:54:52 [2024-01-26T20:54:52.298Z] #58 3.373 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
20:54:52 [2024-01-26T20:54:52.298Z] #58 3.599 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
20:54:52 [2024-01-26T20:54:52.298Z] #58 3.879 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
20:54:52 [2024-01-26T20:54:52.298Z] #58 3.922 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB]
20:54:52 [2024-01-26T20:54:52.298Z] #58 5.431 Fetched 9080 kB in 2s (3780 kB/s)
20:54:52 [2024-01-26T20:54:52.298Z] #58 5.431 Reading package lists...
20:54:52 [2024-01-26T20:54:52.298Z] #58 6.589 Hit:1 http://deb.debian.org/debian bookworm InRelease
20:54:52 [2024-01-26T20:54:52.298Z] #58 6.589 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
20:54:52 [2024-01-26T20:54:52.298Z] #58 6.589 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
20:54:52 [2024-01-26T20:54:52.298Z] #58 7.207 Reading package lists...
20:54:52 [2024-01-26T20:54:52.298Z] #58 8.106 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config
20:54:52 [2024-01-26T20:54:52.298Z] #58 8.127 Reading package lists...
20:54:52 [2024-01-26T20:54:52.298Z] #58 8.971 Building dependency tree...
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.780 gcc is already the newest version (4:12.2.0-3).
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.780 pkg-config is already the newest version (1.8.1-1).
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.780 The following additional packages will be installed:
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.780   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.780   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.781   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.781   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.782   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.783   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.790 Suggested packages:
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.790   libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.790   libgdk-pixbuf2.0-bin libxml2-utils
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.790 Recommended packages:
20:54:52 [2024-01-26T20:54:52.298Z] #58 9.790   shared-mime-info xdg-user-dirs
20:54:52 [2024-01-26T20:54:52.298Z] #58 10.25 The following NEW packages will be installed:
20:54:52 [2024-01-26T20:54:52.298Z] #58 10.25   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
20:54:52 [2024-01-26T20:54:52.298Z] #58 10.25   libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
20:54:52 [2024-01-26T20:54:52.298Z] #58 10.25   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
20:54:52 [2024-01-26T20:54:52.298Z] #58 10.25   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
20:54:52 [2024-01-26T20:54:52.298Z] #58 10.25   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev
20:54:52 [2024-01-26T20:54:52.298Z] #58 10.25   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
20:54:52 [2024-01-26T20:54:52.298Z] #58 ...
20:54:52 [2024-01-26T20:54:52.299Z] 
20:54:52 [2024-01-26T20:54:52.299Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
20:54:52 [2024-01-26T20:54:52.299Z] #59 2.526 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 2.538 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 2.542 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 2.648 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 2.935 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 2.954 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 4.178 Fetched 9080 kB in 2s (4733 kB/s)
20:54:52 [2024-01-26T20:54:52.299Z] #59 4.178 Reading package lists...
20:54:52 [2024-01-26T20:54:52.299Z] #59 5.031 Reading package lists...
20:54:52 [2024-01-26T20:54:52.299Z] #59 5.755 Building dependency tree...
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.346 python3 is already the newest version (3.11.2-1+b1).
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.346 The following additional packages will be installed:
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.355   autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.355   xz-utils
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.358 Suggested packages:
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.361   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.361   manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.361   m4-doc ed diffutils-doc
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.361 Recommended packages:
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.361   fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.361   liblocale-gettext-perl libltdl-dev
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.580 The following NEW packages will be installed:
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.580   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.581   libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.582   libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.936 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded.
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.936 Need to get 5656 kB of archives.
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.936 After this operation, 16.7 MB of additional disk space will be used.
20:54:52 [2024-01-26T20:54:52.299Z] #59 6.936 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.044 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.049 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.054 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.062 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.067 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.074 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.084 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.086 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.115 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.115 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.130 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.132 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.133 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.139 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.19-1~deb12u1 [353 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.141 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.159 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.19-1~deb12u1 [51.9 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.159 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.159 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.542 debconf: delaying package configuration, since apt-utils is not installed
20:54:52 [2024-01-26T20:54:52.299Z] #59 7.785 Fetched 5656 kB in 1s (10.9 MB/s)
20:54:52 [2024-01-26T20:54:52.299Z] #59 8.006 Selecting previously unselected package bzip2.
20:54:52 [2024-01-26T20:54:52.299Z] #59 8.006 (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.)
20:54:52 [2024-01-26T20:54:52.299Z] #59 8.045 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ...
20:54:52 [2024-01-26T20:54:52.299Z] #59 8.129 Unpacking bzip2 (1.0.8-5+b1) ...
20:54:52 [2024-01-26T20:54:52.299Z] #59 8.637 Selecting previously unselected package xz-utils.
20:54:52 [2024-01-26T20:54:52.299Z] #59 8.640 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ...
20:54:52 [2024-01-26T20:54:52.299Z] #59 8.811 Unpacking xz-utils (5.4.1-0.2) ...
20:54:52 [2024-01-26T20:54:52.299Z] #59 9.904 Selecting previously unselected package m4.
20:54:52 [2024-01-26T20:54:52.299Z] #59 9.912 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ...
20:54:52 [2024-01-26T20:54:52.299Z] #59 9.990 Unpacking m4 (1.4.19-3) ...
20:54:52 [2024-01-26T20:54:52.299Z] #59 10.24 Selecting previously unselected package autoconf.
20:54:52 [2024-01-26T20:54:52.299Z] #59 10.25 Preparing to unpack .../03-autoconf_2.71-3_all.deb ...
20:54:52 [2024-01-26T20:54:52.299Z] #59 10.40 Unpacking autoconf (2.71-3) ...
20:54:52 [2024-01-26T20:54:52.299Z] #59 ...
20:54:52 [2024-01-26T20:54:52.299Z] 
20:54:52 [2024-01-26T20:54:52.299Z] #60 [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
20:54:52 [2024-01-26T20:54:52.299Z] #60 4.185 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 4.218 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 4.218 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 4.453 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 5.052 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 5.071 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 6.952 Fetched 9080 kB in 3s (2988 kB/s)
20:54:52 [2024-01-26T20:54:52.299Z] #60 6.952 Reading package lists...
20:54:52 [2024-01-26T20:54:52.299Z] #60 8.065 Reading package lists...
20:54:52 [2024-01-26T20:54:52.299Z] #60 8.879 Building dependency tree...
20:54:52 [2024-01-26T20:54:52.299Z] #60 9.616 The following additional packages will be installed:
20:54:52 [2024-01-26T20:54:52.299Z] #60 9.620   cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
20:54:52 [2024-01-26T20:54:52.299Z] #60 9.623 Suggested packages:
20:54:52 [2024-01-26T20:54:52.299Z] #60 9.623   cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip
20:54:52 [2024-01-26T20:54:52.299Z] #60 9.711 The following NEW packages will be installed:
20:54:52 [2024-01-26T20:54:52.299Z] #60 9.716   cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
20:54:52 [2024-01-26T20:54:52.299Z] #60 10.06 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
20:54:52 [2024-01-26T20:54:52.299Z] #60 10.06 Need to get 19.3 MB of archives.
20:54:52 [2024-01-26T20:54:52.299Z] #60 10.06 After this operation, 77.0 MB of additional disk space will be used.
20:54:52 [2024-01-26T20:54:52.299Z] #60 10.06 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 10.19 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 10.19 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 10.20 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 10.20 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 10.20 Get:6 http://deb.debian.org/debian bookworm/main arm64 libuv1 arm64 1.44.2-1 [133 kB]
20:54:52 [2024-01-26T20:54:52.299Z] #60 10.20 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
20:54:52 [2024-01-26T20:54:52.559Z] #60 10.33 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
20:54:52 [2024-01-26T20:54:52.559Z] #60 ...
20:54:52 [2024-01-26T20:54:52.559Z] 
20:54:52 [2024-01-26T20:54:52.559Z] #61 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.138 hint: Using 'master' as the name for the initial branch. This default branch name
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.138 hint: is subject to change. To configure the initial branch name to use in all
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.138 hint: of your new repositories, which will suppress this warning, call:
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.138 hint: 
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.138 hint: 	git config --global init.defaultBranch <name>
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.138 hint: 
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.138 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.138 hint: 'development'. The just-created branch can be renamed via this command:
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.138 hint: 
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.138 hint: 	git branch -m <name>
20:54:52 [2024-01-26T20:54:52.559Z] #61 2.142 Initialized empty Git repository in /usr/src/rootlesskit/.git/
20:54:52 [2024-01-26T20:54:52.819Z] #61 ...
20:54:52 [2024-01-26T20:54:52.819Z] 
20:54:52 [2024-01-26T20:54:52.819Z] #62 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v25.0.1 https://github.com/docker/cli.git /build      && /build/docker --version
20:54:52 [2024-01-26T20:54:52.819Z] #62 5.983 Docker version 25.0.1, build 29cf629
20:54:52 [2024-01-26T20:54:52.819Z] #62 ...
20:54:52 [2024-01-26T20:54:52.819Z] 
20:54:52 [2024-01-26T20:54:52.819Z] #63 [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
20:54:52 [2024-01-26T20:54:52.819Z] #63 3.653 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
20:54:52 [2024-01-26T20:54:52.819Z] #63 3.668 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
20:54:52 [2024-01-26T20:54:52.819Z] #63 3.673 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
20:54:52 [2024-01-26T20:54:52.819Z] #63 3.894 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
20:54:52 [2024-01-26T20:54:52.819Z] #63 4.626 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
20:54:52 [2024-01-26T20:54:52.819Z] #63 4.678 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB]
20:54:52 [2024-01-26T20:54:52.819Z] #63 6.330 Fetched 9080 kB in 3s (3098 kB/s)
20:54:52 [2024-01-26T20:54:52.819Z] #63 6.330 Reading package lists...
20:54:52 [2024-01-26T20:54:52.819Z] #63 7.861 Hit:1 http://deb.debian.org/debian bookworm InRelease
20:54:52 [2024-01-26T20:54:52.819Z] #63 7.861 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
20:54:52 [2024-01-26T20:54:52.819Z] #63 7.861 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
20:54:52 [2024-01-26T20:54:52.819Z] #63 8.469 Reading package lists...
20:54:52 [2024-01-26T20:54:52.819Z] #63 9.470 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config
20:54:52 [2024-01-26T20:54:52.819Z] #63 9.495 Reading package lists...
20:54:52 [2024-01-26T20:54:52.819Z] #63 10.46 Building dependency tree...
20:54:52 [2024-01-26T20:54:52.819Z] #63 11.08 gcc is already the newest version (4:12.2.0-3).
20:54:52 [2024-01-26T20:54:52.819Z] #63 11.08 libc6-dev is already the newest version (2.36-9+deb12u3).
20:54:52 [2024-01-26T20:54:52.819Z] #63 11.08 pkg-config is already the newest version (1.8.1-1).
20:54:52 [2024-01-26T20:54:52.819Z] #63 11.08 The following additional packages will be installed:
20:54:52 [2024-01-26T20:54:52.819Z] #63 ...
20:54:52 [2024-01-26T20:54:52.819Z] 
20:54:52 [2024-01-26T20:54:52.819Z] #64 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
20:54:53 [2024-01-26T20:54:53.079Z] #64 ...
20:54:53 [2024-01-26T20:54:53.079Z] 
20:54:53 [2024-01-26T20:54:53.079Z] #65 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
20:54:53 [2024-01-26T20:54:53.079Z] #65 ...
20:54:53 [2024-01-26T20:54:53.079Z] 
20:54:53 [2024-01-26T20:54:53.079Z] #66 [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
20:54:53 [2024-01-26T20:54:53.079Z] #66 2.278 go: downloading gotest.tools/gotestsum v1.8.2
20:54:53 [2024-01-26T20:54:53.079Z] #66 3.493 go: downloading golang.org/x/tools v0.1.11
20:54:53 [2024-01-26T20:54:53.079Z] #66 3.493 go: downloading github.com/fatih/color v1.13.0
20:54:53 [2024-01-26T20:54:53.079Z] #66 3.494 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:54:53 [2024-01-26T20:54:53.079Z] #66 3.494 go: downloading github.com/dnephin/pflag v1.0.7
20:54:53 [2024-01-26T20:54:53.079Z] #66 3.495 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
20:54:53 [2024-01-26T20:54:53.079Z] #66 3.496 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
20:54:53 [2024-01-26T20:54:53.079Z] #66 3.536 go: downloading github.com/fsnotify/fsnotify v1.5.4
20:54:53 [2024-01-26T20:54:53.079Z] #66 3.539 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
20:54:53 [2024-01-26T20:54:53.079Z] #66 3.563 go: downloading github.com/mattn/go-colorable v0.1.12
20:54:53 [2024-01-26T20:54:53.079Z] #66 3.575 go: downloading github.com/mattn/go-isatty v0.0.14
20:54:53 [2024-01-26T20:54:53.079Z] #66 4.952 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
20:54:53 [2024-01-26T20:54:53.353Z] #66 ...
20:54:53 [2024-01-26T20:54:53.353Z] 
20:54:53 [2024-01-26T20:54:53.353Z] #67 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.11" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
20:54:53 [2024-01-26T20:54:53.353Z] #67 ...
20:54:53 [2024-01-26T20:54:53.353Z] 
20:54:53 [2024-01-26T20:54:53.353Z] #68 [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
20:54:53 [2024-01-26T20:54:53.614Z] #68 ...
20:54:53 [2024-01-26T20:54:53.614Z] 
20:54:53 [2024-01-26T20:54:53.614Z] #58 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.55 0 upgraded, 29 newly installed, 0 to remove and 0 not upgraded.
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.55 Need to get 9078 kB of archives.
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.55 After this operation, 46.9 MB of additional disk space will be used.
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.55 Get:1 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.62 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.76 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.78 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.78 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.83 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.83 Get:7 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.83 Get:8 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.84 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.91 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.92 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.93 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.93 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 10.96 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.00 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.07 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.08 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.08 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.16 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.18 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.20 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.25 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.28 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.28 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.31 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.31 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.31 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.35 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
20:54:53 [2024-01-26T20:54:53.614Z] #58 11.54 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
20:54:53 [2024-01-26T20:54:53.874Z] #58 12.00 debconf: delaying package configuration, since apt-utils is not installed
20:54:54 [2024-01-26T20:54:54.136Z] #58 12.15 Fetched 9078 kB in 1s (7146 kB/s)
20:54:55 [2024-01-26T20:54:55.077Z] #58 13.22 Selecting previously unselected package libglib2.0-0:arm64.
20:54:55 [2024-01-26T20:54:55.337Z] #58 13.22 (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.)
20:54:55 [2024-01-26T20:54:55.337Z] #58 13.23 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_arm64.deb ...
20:54:55 [2024-01-26T20:54:55.337Z] #58 13.32 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
20:54:56 [2024-01-26T20:54:56.366Z] #58 14.38 Selecting previously unselected package libgirepository-1.0-1:arm64.
20:54:56 [2024-01-26T20:54:56.366Z] #58 14.38 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
20:54:56 [2024-01-26T20:54:56.626Z] #58 14.65 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
20:54:56 [2024-01-26T20:54:56.626Z] #58 ...
20:54:56 [2024-01-26T20:54:56.626Z] 
20:54:56 [2024-01-26T20:54:56.626Z] #48 [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...)
20:54:56 [2024-01-26T20:54:56.626Z] #48 4.072 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:54:56 [2024-01-26T20:54:56.626Z] #48 4.072 + mkdir /build
20:54:56 [2024-01-26T20:54:56.886Z] #48 ...
20:54:56 [2024-01-26T20:54:56.886Z] 
20:54:56 [2024-01-26T20:54:56.886Z] #29 [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
20:54:56 [2024-01-26T20:54:56.886Z] #29 11.60 
20:54:56 [2024-01-26T20:54:56.886Z] #29 14.57 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:54:56 [2024-01-26T20:54:56.886Z] #29 15.40 #=#=#                                                                         
20:54:56 [2024-01-26T20:54:56.886Z] #29 15.76 #=#=#                                                                         

######################################################################## 100.0%
20:54:56 [2024-01-26T20:54:56.886Z] #29 16.11 
20:54:56 [2024-01-26T20:54:56.886Z] #29 17.80 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
20:54:56 [2024-01-26T20:54:56.886Z] #29 18.53 #=#=#                                                                         
20:54:56 [2024-01-26T20:54:56.886Z] #29 18.86 #=#=#                                                                         

######################################################################## 100.0%
20:54:56 [2024-01-26T20:54:56.886Z] #29 19.17 
20:54:56 [2024-01-26T20:54:56.886Z] #29 19.24 Download of images into '/build' complete.
20:54:56 [2024-01-26T20:54:56.886Z] #29 19.24 Use something like the following to load the result into a Docker daemon:
20:54:56 [2024-01-26T20:54:56.886Z] #29 19.24   tar -cC '/build' . | docker load
20:54:57 [2024-01-26T20:54:57.466Z] #29 ...
20:54:57 [2024-01-26T20:54:57.466Z] 
20:54:57 [2024-01-26T20:54:57.466Z] #58 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
20:54:57 [2024-01-26T20:54:57.466Z] #58 15.45 Selecting previously unselected package gir1.2-glib-2.0:arm64.
20:54:57 [2024-01-26T20:54:57.466Z] #58 15.45 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
20:54:57 [2024-01-26T20:54:57.466Z] #58 15.53 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
20:54:58 [2024-01-26T20:54:58.083Z] #58 ...
20:54:58 [2024-01-26T20:54:58.083Z] 
20:54:58 [2024-01-26T20:54:58.083Z] #69 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
20:54:58 [2024-01-26T20:54:58.083Z] #69 ...
20:54:58 [2024-01-26T20:54:58.083Z] 
20:54:58 [2024-01-26T20:54:58.083Z] #63 [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
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.08   bzip2 libdpkg-perl patch xz-utils
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.09 Suggested packages:
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.09   bzip2-doc debian-keyring bzr seccomp ed diffutils-doc
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.09 Recommended packages:
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.09   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.09   liblocale-gettext-perl
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.19 The following NEW packages will be installed:
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.19   bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.51 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.51 Need to get 2683 kB of archives.
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.51 After this operation, 6010 kB of additional disk space will be used.
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.51 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.51 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.56 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.59 Get:4 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.61 Get:5 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
20:54:58 [2024-01-26T20:54:58.083Z] #63 11.68 Get:6 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
20:54:58 [2024-01-26T20:54:58.083Z] #63 12.16 debconf: delaying package configuration, since apt-utils is not installed
20:54:58 [2024-01-26T20:54:58.083Z] #63 12.52 Fetched 2683 kB in 1s (5028 kB/s)
20:54:58 [2024-01-26T20:54:58.083Z] #63 13.11 Selecting previously unselected package bzip2.
20:54:58 [2024-01-26T20:54:58.083Z] #63 13.11 (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.)
20:54:58 [2024-01-26T20:54:58.083Z] #63 13.15 Preparing to unpack .../0-bzip2_1.0.8-5+b1_arm64.deb ...
20:54:58 [2024-01-26T20:54:58.083Z] #63 13.30 Unpacking bzip2 (1.0.8-5+b1) ...
20:54:58 [2024-01-26T20:54:58.083Z] #63 13.93 Selecting previously unselected package xz-utils.
20:54:58 [2024-01-26T20:54:58.083Z] #63 13.93 Preparing to unpack .../1-xz-utils_5.4.1-0.2_arm64.deb ...
20:54:58 [2024-01-26T20:54:58.083Z] #63 13.96 Unpacking xz-utils (5.4.1-0.2) ...
20:54:58 [2024-01-26T20:54:58.083Z] #63 14.96 Selecting previously unselected package libdpkg-perl.
20:54:58 [2024-01-26T20:54:58.083Z] #63 14.96 Preparing to unpack .../2-libdpkg-perl_1.21.22_all.deb ...
20:54:58 [2024-01-26T20:54:58.083Z] #63 15.24 Unpacking libdpkg-perl (1.21.22) ...
20:54:58 [2024-01-26T20:54:58.083Z] #63 16.07 Selecting previously unselected package patch.
20:54:58 [2024-01-26T20:54:58.083Z] #63 16.08 Preparing to unpack .../3-patch_2.7.6-7_arm64.deb ...
20:54:58 [2024-01-26T20:54:58.344Z] #63 16.27 Unpacking patch (2.7.6-7) ...
20:54:58 [2024-01-26T20:54:58.914Z] #63 16.90 Selecting previously unselected package dpkg-dev.
20:54:58 [2024-01-26T20:54:58.914Z] #63 16.90 Preparing to unpack .../4-dpkg-dev_1.21.22_all.deb ...
20:54:58 [2024-01-26T20:54:58.914Z] #63 16.94 Unpacking dpkg-dev (1.21.22) ...
20:54:59 [2024-01-26T20:54:59.483Z] #63 ...
20:54:59 [2024-01-26T20:54:59.483Z] 
20:54:59 [2024-01-26T20:54:59.483Z] #55 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
20:54:59 [2024-01-26T20:54:59.483Z] #55 17.77 tomll can be used in two ways:
20:54:59 [2024-01-26T20:54:59.483Z] #55 17.77 Writing to STDIN and reading from STDOUT:
20:54:59 [2024-01-26T20:54:59.483Z] #55 17.77   cat file.toml | tomll > file.toml
20:54:59 [2024-01-26T20:54:59.483Z] #55 17.77 
20:54:59 [2024-01-26T20:54:59.483Z] #55 17.77 Reading and updating a list of files:
20:54:59 [2024-01-26T20:54:59.483Z] #55 17.77   tomll a.toml b.toml c.toml
20:54:59 [2024-01-26T20:54:59.483Z] #55 17.77 
20:54:59 [2024-01-26T20:54:59.483Z] #55 17.77 When given a list of files, tomll will modify all files in place without asking.
20:55:01 [2024-01-26T20:55:01.391Z] #55 ...
20:55:01 [2024-01-26T20:55:01.391Z] 
20:55:01 [2024-01-26T20:55:01.391Z] #51 [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
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.574 go: downloading github.com/gostaticanalysis/comment v1.4.2
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.574 go: downloading github.com/go-toolsmith/astfmt v1.1.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.678 go: downloading github.com/go-toolsmith/astcast v1.1.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.679 go: downloading github.com/go-toolsmith/astcopy v1.1.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.745 go: downloading github.com/go-toolsmith/astequal v1.1.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.745 go: downloading github.com/go-toolsmith/astp v1.1.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.746 go: downloading github.com/go-toolsmith/strparse v1.1.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.763 go: downloading github.com/go-toolsmith/typep v1.1.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.764 go: downloading github.com/quasilyte/go-ruleguard v0.4.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.832 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.840 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.840 go: downloading github.com/ettle/strcase v0.1.1
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.919 go: downloading github.com/Masterminds/semver v1.5.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 9.990 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.11 go: downloading github.com/prometheus/client_golang v1.12.1
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.22 go: downloading github.com/prometheus/client_model v0.2.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.49 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.49 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.51 go: downloading go.uber.org/atomic v1.7.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.56 go: downloading go.uber.org/multierr v1.6.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.67 go: downloading github.com/chavacava/garif v0.1.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.67 go: downloading github.com/olekukonko/tablewriter v0.0.5
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.72 go: downloading github.com/quasilyte/gogrep v0.5.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.87 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.95 go: downloading github.com/prometheus/common v0.32.1
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.95 go: downloading github.com/beorn7/perks v1.0.1
20:55:01 [2024-01-26T20:55:01.391Z] #51 10.95 go: downloading github.com/cespare/xxhash/v2 v2.1.2
20:55:01 [2024-01-26T20:55:01.391Z] #51 11.09 go: downloading github.com/golang/protobuf v1.5.2
20:55:01 [2024-01-26T20:55:01.391Z] #51 11.09 go: downloading github.com/prometheus/procfs v0.7.3
20:55:01 [2024-01-26T20:55:01.391Z] #51 11.17 go: downloading google.golang.org/protobuf v1.28.0
20:55:01 [2024-01-26T20:55:01.391Z] #51 11.28 go: downloading github.com/mattn/go-runewidth v0.0.9
20:55:01 [2024-01-26T20:55:01.392Z] #51 11.30 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
20:55:01 [2024-01-26T20:55:01.392Z] #51 ...
20:55:01 [2024-01-26T20:55:01.392Z] 
20:55:01 [2024-01-26T20:55:01.392Z] #58 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
20:55:01 [2024-01-26T20:55:01.392Z] #58 16.27 Selecting previously unselected package libsecret-common.
20:55:01 [2024-01-26T20:55:01.392Z] #58 16.27 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ...
20:55:01 [2024-01-26T20:55:01.392Z] #58 16.42 Unpacking libsecret-common (0.20.5-3) ...
20:55:01 [2024-01-26T20:55:01.392Z] #58 17.17 Selecting previously unselected package libsecret-1-0:arm64.
20:55:01 [2024-01-26T20:55:01.392Z] #58 17.18 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_arm64.deb ...
20:55:01 [2024-01-26T20:55:01.392Z] #58 17.32 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
20:55:01 [2024-01-26T20:55:01.392Z] #58 17.72 Selecting previously unselected package gir1.2-secret-1:arm64.
20:55:01 [2024-01-26T20:55:01.392Z] #58 17.73 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_arm64.deb ...
20:55:01 [2024-01-26T20:55:01.392Z] #58 17.75 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
20:55:01 [2024-01-26T20:55:01.392Z] #58 17.95 Selecting previously unselected package uuid-dev:arm64.
20:55:01 [2024-01-26T20:55:01.392Z] #58 17.96 Preparing to unpack .../06-uuid-dev_2.38.1-5+b1_arm64.deb ...
20:55:01 [2024-01-26T20:55:01.392Z] #58 17.98 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
20:55:01 [2024-01-26T20:55:01.392Z] #58 19.04 Selecting previously unselected package libblkid-dev:arm64.
20:55:01 [2024-01-26T20:55:01.392Z] #58 19.04 Preparing to unpack .../07-libblkid-dev_2.38.1-5+b1_arm64.deb ...
20:55:01 [2024-01-26T20:55:01.392Z] #58 19.26 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
20:55:02 [2024-01-26T20:55:02.334Z] #58 ...
20:55:02 [2024-01-26T20:55:02.334Z] 
20:55:02 [2024-01-26T20:55:02.334Z] #57 [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
20:55:02 [2024-01-26T20:55:02.334Z] #57 10.35 gcc is already the newest version (4:12.2.0-3).
20:55:02 [2024-01-26T20:55:02.334Z] #57 10.35 libc6-dev is already the newest version (2.36-9+deb12u3).
20:55:02 [2024-01-26T20:55:02.334Z] #57 10.35 pkg-config is already the newest version (1.8.1-1).
20:55:02 [2024-01-26T20:55:02.334Z] #57 10.35 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
20:55:02 [2024-01-26T20:55:02.334Z] #57 ...
20:55:02 [2024-01-26T20:55:02.334Z] 
20:55:02 [2024-01-26T20:55:02.335Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
20:55:02 [2024-01-26T20:55:02.335Z] #59 11.25 Selecting previously unselected package autotools-dev.
20:55:02 [2024-01-26T20:55:02.335Z] #59 11.26 Preparing to unpack .../04-autotools-dev_20220109.1_all.deb ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 11.47 Unpacking autotools-dev (20220109.1) ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 12.64 Selecting previously unselected package automake.
20:55:02 [2024-01-26T20:55:02.335Z] #59 12.64 Preparing to unpack .../05-automake_1%3a1.16.5-1.3_all.deb ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 12.73 Unpacking automake (1:1.16.5-1.3) ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 13.60 Selecting previously unselected package libdpkg-perl.
20:55:02 [2024-01-26T20:55:02.335Z] #59 13.60 Preparing to unpack .../06-libdpkg-perl_1.21.22_all.deb ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 13.73 Unpacking libdpkg-perl (1.21.22) ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 14.43 Selecting previously unselected package patch.
20:55:02 [2024-01-26T20:55:02.335Z] #59 14.43 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 14.55 Unpacking patch (2.7.6-7) ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 15.61 Selecting previously unselected package dpkg-dev.
20:55:02 [2024-01-26T20:55:02.335Z] #59 15.62 Preparing to unpack .../08-dpkg-dev_1.21.22_all.deb ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 15.72 Unpacking dpkg-dev (1.21.22) ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 16.58 Selecting previously unselected package build-essential.
20:55:02 [2024-01-26T20:55:02.335Z] #59 16.58 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 16.64 Unpacking build-essential (12.9) ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 17.13 Selecting previously unselected package libcap-dev:arm64.
20:55:02 [2024-01-26T20:55:02.335Z] #59 17.13 Preparing to unpack .../10-libcap-dev_1%3a2.66-4_arm64.deb ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 17.33 Unpacking libcap-dev:arm64 (1:2.66-4) ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 17.94 Selecting previously unselected package libprotobuf-c1:arm64.
20:55:02 [2024-01-26T20:55:02.335Z] #59 17.95 Preparing to unpack .../11-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 18.01 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 18.30 Selecting previously unselected package libprotobuf-c-dev:arm64.
20:55:02 [2024-01-26T20:55:02.335Z] #59 18.31 Preparing to unpack .../12-libprotobuf-c-dev_1.4.1-1+b1_arm64.deb ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 18.39 Unpacking libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
20:55:02 [2024-01-26T20:55:02.335Z] #59 20.19 Selecting previously unselected package libseccomp-dev:arm64.
20:55:02 [2024-01-26T20:55:02.335Z] #59 20.26 Preparing to unpack .../13-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
20:55:02 [2024-01-26T20:55:02.643Z] #59 20.75 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
20:55:03 [2024-01-26T20:55:03.211Z] #59 ...
20:55:03 [2024-01-26T20:55:03.211Z] 
20:55:03 [2024-01-26T20:55:03.211Z] #60 [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
20:55:03 [2024-01-26T20:55:03.211Z] #60 11.08 debconf: delaying package configuration, since apt-utils is not installed
20:55:03 [2024-01-26T20:55:03.211Z] #60 11.36 Fetched 19.3 MB in 1s (21.2 MB/s)
20:55:03 [2024-01-26T20:55:03.211Z] #60 11.89 Selecting previously unselected package libicu72:arm64.
20:55:03 [2024-01-26T20:55:03.211Z] #60 11.89 (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.)
20:55:03 [2024-01-26T20:55:03.211Z] #60 11.91 Preparing to unpack .../0-libicu72_72.1-3_arm64.deb ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 12.32 Unpacking libicu72:arm64 (72.1-3) ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 13.83 Selecting previously unselected package libxml2:arm64.
20:55:03 [2024-01-26T20:55:03.211Z] #60 13.84 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 13.97 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 15.08 Selecting previously unselected package libarchive13:arm64.
20:55:03 [2024-01-26T20:55:03.211Z] #60 15.08 Preparing to unpack .../2-libarchive13_3.6.2-1_arm64.deb ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 15.22 Unpacking libarchive13:arm64 (3.6.2-1) ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 16.12 Selecting previously unselected package libjsoncpp25:arm64.
20:55:03 [2024-01-26T20:55:03.211Z] #60 16.13 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_arm64.deb ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 16.20 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 16.94 Selecting previously unselected package librhash0:arm64.
20:55:03 [2024-01-26T20:55:03.211Z] #60 16.94 Preparing to unpack .../4-librhash0_1.4.3-3_arm64.deb ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 17.09 Unpacking librhash0:arm64 (1.4.3-3) ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 17.56 Selecting previously unselected package libuv1:arm64.
20:55:03 [2024-01-26T20:55:03.211Z] #60 17.56 Preparing to unpack .../5-libuv1_1.44.2-1_arm64.deb ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 17.59 Unpacking libuv1:arm64 (1.44.2-1) ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 18.44 Selecting previously unselected package cmake-data.
20:55:03 [2024-01-26T20:55:03.211Z] #60 18.44 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 18.59 Unpacking cmake-data (3.25.1-1) ...
20:55:03 [2024-01-26T20:55:03.211Z] #60 21.17 Selecting previously unselected package cmake.
20:55:03 [2024-01-26T20:55:03.472Z] #60 21.18 Preparing to unpack .../7-cmake_3.25.1-1_arm64.deb ...
20:55:03 [2024-01-26T20:55:03.472Z] #60 21.32 Unpacking cmake (3.25.1-1) ...
20:55:03 [2024-01-26T20:55:03.472Z] #60 ...
20:55:03 [2024-01-26T20:55:03.472Z] 
20:55:03 [2024-01-26T20:55:03.472Z] #58 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
20:55:03 [2024-01-26T20:55:03.472Z] #58 21.33 Selecting previously unselected package libbtrfs0:arm64.
20:55:03 [2024-01-26T20:55:03.472Z] #58 21.33 Preparing to unpack .../08-libbtrfs0_6.2-1_arm64.deb ...
20:55:03 [2024-01-26T20:55:03.472Z] #58 21.42 Unpacking libbtrfs0:arm64 (6.2-1) ...
20:55:03 [2024-01-26T20:55:03.472Z] #58 ...
20:55:03 [2024-01-26T20:55:03.472Z] 
20:55:03 [2024-01-26T20:55:03.472Z] #61 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
20:55:03 [2024-01-26T20:55:03.472Z] #61 DONE 21.4s
20:55:03 [2024-01-26T20:55:03.732Z] 
20:55:03 [2024-01-26T20:55:03.732Z] #70 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
20:55:09 [2024-01-26T20:55:09.008Z] #70 ...
20:55:09 [2024-01-26T20:55:09.008Z] 
20:55:09 [2024-01-26T20:55:09.008Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
20:55:09 [2024-01-26T20:55:09.008Z] #59 21.61 Selecting previously unselected package libsystemd-dev:arm64.
20:55:09 [2024-01-26T20:55:09.008Z] #59 21.61 Preparing to unpack .../14-libsystemd-dev_252.19-1~deb12u1_arm64.deb ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 21.73 Unpacking libsystemd-dev:arm64 (252.19-1~deb12u1) ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 22.49 Selecting previously unselected package libtool.
20:55:09 [2024-01-26T20:55:09.008Z] #59 22.49 Preparing to unpack .../15-libtool_2.4.7-5_all.deb ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 22.58 Unpacking libtool (2.4.7-5) ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 22.93 Selecting previously unselected package libudev-dev:arm64.
20:55:09 [2024-01-26T20:55:09.008Z] #59 22.93 Preparing to unpack .../16-libudev-dev_252.19-1~deb12u1_arm64.deb ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 23.10 Unpacking libudev-dev:arm64 (252.19-1~deb12u1) ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 24.51 Selecting previously unselected package libyajl2:arm64.
20:55:09 [2024-01-26T20:55:09.008Z] #59 24.52 Preparing to unpack .../17-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 24.63 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 25.30 Selecting previously unselected package libyajl-dev:arm64.
20:55:09 [2024-01-26T20:55:09.008Z] #59 25.30 Preparing to unpack .../18-libyajl-dev_2.1.0-3+deb12u2_arm64.deb ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 25.43 Unpacking libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 26.11 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 26.16 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 26.68 Setting up m4 (1.4.19-3) ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 27.16 Setting up bzip2 (1.0.8-5+b1) ...
20:55:09 [2024-01-26T20:55:09.008Z] #59 27.43 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
20:55:09 [2024-01-26T20:55:09.671Z] #59 27.73 Setting up libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
20:55:09 [2024-01-26T20:55:09.671Z] #59 ...
20:55:09 [2024-01-26T20:55:09.671Z] 
20:55:09 [2024-01-26T20:55:09.671Z] #63 [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
20:55:09 [2024-01-26T20:55:09.671Z] #63 17.68 Selecting previously unselected package libseccomp-dev:arm64.
20:55:09 [2024-01-26T20:55:09.671Z] #63 17.69 Preparing to unpack .../5-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
20:55:09 [2024-01-26T20:55:09.671Z] #63 17.72 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
20:55:09 [2024-01-26T20:55:09.671Z] #63 17.96 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
20:55:09 [2024-01-26T20:55:09.671Z] #63 18.16 Setting up bzip2 (1.0.8-5+b1) ...
20:55:09 [2024-01-26T20:55:09.671Z] #63 18.83 Setting up xz-utils (5.4.1-0.2) ...
20:55:09 [2024-01-26T20:55:09.671Z] #63 19.74 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:55:09 [2024-01-26T20:55:09.671Z] #63 20.60 Setting up patch (2.7.6-7) ...
20:55:09 [2024-01-26T20:55:09.671Z] #63 21.27 Setting up libdpkg-perl (1.21.22) ...
20:55:09 [2024-01-26T20:55:09.671Z] #63 21.58 Setting up dpkg-dev (1.21.22) ...
20:55:09 [2024-01-26T20:55:09.671Z] #63 ...
20:55:09 [2024-01-26T20:55:09.671Z] 
20:55:09 [2024-01-26T20:55:09.671Z] #54 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
20:55:09 [2024-01-26T20:55:09.671Z] #54 17.94 v3.6.0
20:55:09 [2024-01-26T20:55:09.931Z] #54 ...
20:55:09 [2024-01-26T20:55:09.931Z] 
20:55:09 [2024-01-26T20:55:09.931Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
20:55:09 [2024-01-26T20:55:09.931Z] #59 27.98 Setting up autotools-dev (20220109.1) ...
20:55:10 [2024-01-26T20:55:10.191Z] #59 28.46 Setting up xz-utils (5.4.1-0.2) ...
20:55:10 [2024-01-26T20:55:10.466Z] #59 ...
20:55:10 [2024-01-26T20:55:10.466Z] 
20:55:10 [2024-01-26T20:55:10.466Z] #56 [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
20:55:10 [2024-01-26T20:55:10.466Z] #56 18.66 NAME:
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66    go-winres - A tool for embedding resources in Windows executables
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66 
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66 USAGE:
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66    go-winres [global options] command [command options] [arguments...]
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66 
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66 COMMANDS:
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66    init     Create an initial ./winres/winres.json
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66    make     Make syso files for the "go build" command
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66    simply   Make syso files for the "go build" command (simplified)
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66    extract  Extract all resources from an executable
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66    patch    Replace resources in an executable file (exe, dll)
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66    help, h  Shows a list of commands or help for one command
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66 
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66 GLOBAL OPTIONS:
20:55:10 [2024-01-26T20:55:10.467Z] #56 18.66    --help, -h  show help (default: false)
20:55:10 [2024-01-26T20:55:10.726Z] #56 ...
20:55:10 [2024-01-26T20:55:10.726Z] 
20:55:10 [2024-01-26T20:55:10.726Z] #58 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
20:55:10 [2024-01-26T20:55:10.726Z] #58 22.09 Selecting previously unselected package libbtrfs-dev:arm64.
20:55:10 [2024-01-26T20:55:10.726Z] #58 22.10 Preparing to unpack .../09-libbtrfs-dev_6.2-1_arm64.deb ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 22.13 Unpacking libbtrfs-dev:arm64 (6.2-1) ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 22.86 Selecting previously unselected package libelf1:arm64.
20:55:10 [2024-01-26T20:55:10.726Z] #58 22.86 Preparing to unpack .../10-libelf1_0.188-2.1_arm64.deb ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 22.94 Unpacking libelf1:arm64 (0.188-2.1) ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 23.99 Selecting previously unselected package libffi-dev:arm64.
20:55:10 [2024-01-26T20:55:10.726Z] #58 23.99 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 24.45 Unpacking libffi-dev:arm64 (3.4.4-1) ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 25.13 Selecting previously unselected package libgpg-error-dev.
20:55:10 [2024-01-26T20:55:10.726Z] #58 25.13 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 25.26 Unpacking libgpg-error-dev (1.46-1) ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 25.93 Selecting previously unselected package libgcrypt20-dev.
20:55:10 [2024-01-26T20:55:10.726Z] #58 25.93 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 25.96 Unpacking libgcrypt20-dev (1.10.1-3) ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 26.99 Selecting previously unselected package libglib2.0-data.
20:55:10 [2024-01-26T20:55:10.726Z] #58 26.99 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 27.12 Unpacking libglib2.0-data (2.74.6-2) ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 27.78 Selecting previously unselected package libglib2.0-bin.
20:55:10 [2024-01-26T20:55:10.726Z] #58 27.80 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 28.00 Unpacking libglib2.0-bin (2.74.6-2) ...
20:55:10 [2024-01-26T20:55:10.726Z] #58 ...
20:55:10 [2024-01-26T20:55:10.726Z] 
20:55:10 [2024-01-26T20:55:10.726Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
20:55:10 [2024-01-26T20:55:10.726Z] #59 28.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:55:10 [2024-01-26T20:55:10.726Z] #59 29.15 Setting up patch (2.7.6-7) ...
20:55:11 [2024-01-26T20:55:11.433Z] #59 29.53 Setting up libudev-dev:arm64 (252.19-1~deb12u1) ...
20:55:11 [2024-01-26T20:55:11.778Z] #59 30.10 Setting up libdpkg-perl (1.21.22) ...
20:55:12 [2024-01-26T20:55:12.346Z] #59 30.55 Setting up autoconf (2.71-3) ...
20:55:12 [2024-01-26T20:55:12.620Z] #59 31.01 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
20:55:13 [2024-01-26T20:55:13.218Z] #59 31.40 Setting up libcap-dev:arm64 (1:2.66-4) ...
20:55:13 [2024-01-26T20:55:13.610Z] #59 31.57 Setting up libsystemd-dev:arm64 (252.19-1~deb12u1) ...
20:55:13 [2024-01-26T20:55:13.868Z] #59 32.08 Setting up automake (1:1.16.5-1.3) ...
20:55:13 [2024-01-26T20:55:13.868Z] #59 32.25 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
20:55:14 [2024-01-26T20:55:14.435Z] #59 32.55 Setting up libtool (2.4.7-5) ...
20:55:14 [2024-01-26T20:55:14.694Z] #59 32.95 Setting up dpkg-dev (1.21.22) ...
20:55:14 [2024-01-26T20:55:14.694Z] #59 ...
20:55:14 [2024-01-26T20:55:14.694Z] 
20:55:14 [2024-01-26T20:55:14.694Z] #60 [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
20:55:14 [2024-01-26T20:55:14.694Z] #60 22.63 Setting up libicu72:arm64 (72.1-3) ...
20:55:14 [2024-01-26T20:55:14.694Z] #60 22.99 Setting up libuv1:arm64 (1.44.2-1) ...
20:55:14 [2024-01-26T20:55:14.694Z] #60 23.53 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
20:55:14 [2024-01-26T20:55:14.694Z] #60 24.34 Setting up librhash0:arm64 (1.4.3-3) ...
20:55:14 [2024-01-26T20:55:14.694Z] #60 24.72 Setting up cmake-data (3.25.1-1) ...
20:55:14 [2024-01-26T20:55:14.694Z] #60 25.03 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
20:55:14 [2024-01-26T20:55:14.694Z] #60 25.33 Setting up libarchive13:arm64 (3.6.2-1) ...
20:55:14 [2024-01-26T20:55:14.694Z] #60 25.69 Setting up cmake (3.25.1-1) ...
20:55:14 [2024-01-26T20:55:14.694Z] #60 25.74 Processing triggers for libc-bin (2.36-9+deb12u3) ...
20:55:14 [2024-01-26T20:55:14.952Z] #60 ...
20:55:14 [2024-01-26T20:55:14.952Z] 
20:55:14 [2024-01-26T20:55:14.952Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
20:55:14 [2024-01-26T20:55:14.952Z] #59 33.14 Setting up build-essential (12.9) ...
20:55:15 [2024-01-26T20:55:15.211Z] #59 33.45 Processing triggers for libc-bin (2.36-9+deb12u3) ...
20:55:16 [2024-01-26T20:55:16.799Z] #59 ...
20:55:16 [2024-01-26T20:55:16.799Z] 
20:55:16 [2024-01-26T20:55:16.799Z] #66 [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
20:55:16 [2024-01-26T20:55:16.799Z] #66 24.77 gotestsum version dev
20:55:17 [2024-01-26T20:55:17.132Z] #66 ...
20:55:17 [2024-01-26T20:55:17.132Z] 
20:55:17 [2024-01-26T20:55:17.132Z] #58 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
20:55:17 [2024-01-26T20:55:17.132Z] #58 29.04 Selecting previously unselected package python3-lib2to3.
20:55:17 [2024-01-26T20:55:17.132Z] #58 29.04 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 29.15 Unpacking python3-lib2to3 (3.11.2-3) ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 30.38 Selecting previously unselected package python3-distutils.
20:55:17 [2024-01-26T20:55:17.132Z] #58 30.38 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 30.55 Unpacking python3-distutils (3.11.2-3) ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 31.33 Selecting previously unselected package libglib2.0-dev-bin.
20:55:17 [2024-01-26T20:55:17.132Z] #58 31.33 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 31.39 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 32.11 Selecting previously unselected package libsepol-dev:arm64.
20:55:17 [2024-01-26T20:55:17.132Z] #58 32.12 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 32.36 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 32.90 Selecting previously unselected package libpcre2-16-0:arm64.
20:55:17 [2024-01-26T20:55:17.132Z] #58 32.91 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 32.96 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 33.42 Selecting previously unselected package libpcre2-32-0:arm64.
20:55:17 [2024-01-26T20:55:17.132Z] #58 33.42 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 33.48 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 33.76 Selecting previously unselected package libpcre2-posix3:arm64.
20:55:17 [2024-01-26T20:55:17.132Z] #58 33.76 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 33.87 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 34.19 Selecting previously unselected package libpcre2-dev:arm64.
20:55:17 [2024-01-26T20:55:17.132Z] #58 34.19 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 34.24 Unpacking libpcre2-dev:arm64 (10.42-1) ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 34.51 Selecting previously unselected package libselinux1-dev:arm64.
20:55:17 [2024-01-26T20:55:17.132Z] #58 34.51 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 34.55 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
20:55:17 [2024-01-26T20:55:17.132Z] #58 35.23 Selecting previously unselected package libmount-dev:arm64.
20:55:17 [2024-01-26T20:55:17.516Z] #58 35.23 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
20:55:17 [2024-01-26T20:55:17.516Z] #58 35.30 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
20:55:17 [2024-01-26T20:55:17.775Z] #58 35.95 Selecting previously unselected package zlib1g-dev:arm64.
20:55:18 [2024-01-26T20:55:18.033Z] #58 35.95 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
20:55:18 [2024-01-26T20:55:18.033Z] #58 35.97 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
20:55:18 [2024-01-26T20:55:18.355Z] #58 36.41 Selecting previously unselected package libglib2.0-dev:arm64.
20:55:18 [2024-01-26T20:55:18.613Z] #58 36.41 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
20:55:18 [2024-01-26T20:55:18.613Z] #58 36.63 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
20:55:19 [2024-01-26T20:55:19.549Z] #58 ...
20:55:19 [2024-01-26T20:55:19.549Z] 
20:55:19 [2024-01-26T20:55:19.549Z] #51 [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
20:55:19 [2024-01-26T20:55:19.549Z] #51 37.87 golangci-lint has version v1.55.2 built with go1.21.6 from (unknown, mod sum: "h1:yllEIsSJ7MtlDBwDJ9IMBkyEUz2fYE0b5B8IUgO1oP8=") on (unknown)
20:55:21 [2024-01-26T20:55:21.451Z] #51 ...
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #69 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
20:55:21 [2024-01-26T20:55:21.451Z] #69 DONE 33.1s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #53 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
20:55:21 [2024-01-26T20:55:21.451Z] #53 DONE 29.9s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #65 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
20:55:21 [2024-01-26T20:55:21.451Z] #65 DONE 38.3s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #67 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.11" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
20:55:21 [2024-01-26T20:55:21.451Z] #67 DONE 38.3s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #29 [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
20:55:21 [2024-01-26T20:55:21.451Z] #29 DONE 44.7s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #64 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
20:55:21 [2024-01-26T20:55:21.451Z] #64 DONE 38.7s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #70 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
20:55:21 [2024-01-26T20:55:21.451Z] #70 DONE 17.6s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #57 [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
20:55:21 [2024-01-26T20:55:21.451Z] #57 DONE 39.2s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #51 [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
20:55:21 [2024-01-26T20:55:21.451Z] #51 DONE 39.5s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #55 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
20:55:21 [2024-01-26T20:55:21.451Z] #55 DONE 39.5s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #54 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
20:55:21 [2024-01-26T20:55:21.451Z] #54 DONE 39.5s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #66 [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
20:55:21 [2024-01-26T20:55:21.451Z] #66 DONE 39.5s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #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...)
20:55:21 [2024-01-26T20:55:21.451Z] #71 ...
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #62 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v25.0.1 https://github.com/docker/cli.git /build      && /build/docker --version
20:55:21 [2024-01-26T20:55:21.451Z] #62 DONE 39.2s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #56 [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
20:55:21 [2024-01-26T20:55:21.451Z] #56 DONE 39.6s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #59 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
20:55:21 [2024-01-26T20:55:21.451Z] #59 DONE 39.6s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #63 [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
20:55:21 [2024-01-26T20:55:21.451Z] #63 DONE 39.5s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #60 [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
20:55:21 [2024-01-26T20:55:21.451Z] #60 DONE 39.2s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #48 [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...)
20:55:21 [2024-01-26T20:55:21.451Z] #48 DONE 38.8s
20:55:21 [2024-01-26T20:55:21.451Z] 
20:55:21 [2024-01-26T20:55:21.451Z] #72 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
20:55:22 [2024-01-26T20:55:22.020Z] #72 DONE 0.6s
20:55:22 [2024-01-26T20:55:22.020Z] 
20:55:22 [2024-01-26T20:55:22.020Z] #58 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
20:55:22 [2024-01-26T20:55:22.020Z] #58 37.78 Selecting previously unselected package libsecret-1-dev:arm64.
20:55:22 [2024-01-26T20:55:22.020Z] #58 37.78 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_arm64.deb ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 37.86 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 38.38 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 38.59 No schema files found: doing nothing.
20:55:22 [2024-01-26T20:55:22.020Z] #58 38.67 Setting up libffi-dev:arm64 (3.4.4-1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 38.78 Setting up libpcre2-16-0:arm64 (10.42-1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 38.88 Setting up libbtrfs0:arm64 (6.2-1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.02 Setting up libpcre2-32-0:arm64 (10.42-1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.08 Setting up libglib2.0-data (2.74.6-2) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.13 Setting up libgpg-error-dev (1.46-1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.18 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.21 Setting up libsepol-dev:arm64 (3.4-2.1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.24 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.25 Setting up libpcre2-posix3:arm64 (10.42-1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.27 Setting up libbtrfs-dev:arm64 (6.2-1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.29 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.30 Setting up python3-lib2to3 (3.11.2-3) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.43 Setting up libelf1:arm64 (0.188-2.1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.45 Setting up libsecret-common (0.20.5-3) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.47 Setting up python3-distutils (3.11.2-3) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.61 Setting up libglib2.0-dev-bin (2.74.6-2) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.80 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.81 Setting up libpcre2-dev:arm64 (10.42-1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.83 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.84 Setting up libglib2.0-bin (2.74.6-2) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.85 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.88 Setting up libgcrypt20-dev (1.10.1-3) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.88 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.89 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.92 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.92 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.93 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
20:55:22 [2024-01-26T20:55:22.020Z] #58 39.94 Processing triggers for libc-bin (2.36-9+deb12u3) ...
20:55:22 [2024-01-26T20:55:22.278Z] #58 DONE 40.2s
20:55:22 [2024-01-26T20:55:22.278Z] 
20:55:22 [2024-01-26T20:55:22.278Z] #73 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
20:55:27 [2024-01-26T20:55:27.549Z] #73 4.862 + bin/ctr
20:55:27 [2024-01-26T20:55:27.549Z] #73 4.862 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.12 -X github.com/containerd/containerd/version.Revision=71909c1814c544ac47ab91d2e8b84718e517bb99 -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
20:55:27 [2024-01-26T20:55:27.549Z] #73 ...
20:55:27 [2024-01-26T20:55:27.549Z] 
20:55:27 [2024-01-26T20:55:27.549Z] #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...)
20:55:27 [2024-01-26T20:55:27.549Z] #71 3.916 go: downloading github.com/Masterminds/semver/v3 v3.2.1
20:55:27 [2024-01-26T20:55:27.549Z] #71 3.920 go: downloading github.com/urfave/cli/v2 v2.27.1
20:55:27 [2024-01-26T20:55:27.549Z] #71 3.975 go: downloading golang.org/x/sys v0.16.0
20:55:27 [2024-01-26T20:55:27.549Z] #71 3.980 go: downloading github.com/containernetworking/plugins v1.4.0
20:55:27 [2024-01-26T20:55:27.549Z] #71 3.989 go: downloading github.com/google/uuid v1.5.0
20:55:27 [2024-01-26T20:55:27.549Z] #71 3.995 go: downloading github.com/moby/vpnkit v0.5.0
20:55:27 [2024-01-26T20:55:27.549Z] #71 4.010 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
20:55:27 [2024-01-26T20:55:27.549Z] #71 4.040 go: downloading github.com/gorilla/mux v1.8.1
20:55:27 [2024-01-26T20:55:27.549Z] #71 4.377 go: downloading github.com/moby/sys/mountinfo v0.7.1
20:55:27 [2024-01-26T20:55:27.549Z] #71 4.627 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
20:55:27 [2024-01-26T20:55:27.549Z] #71 4.949 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
20:55:27 [2024-01-26T20:55:27.549Z] #71 4.956 go: downloading golang.org/x/net v0.17.0
20:55:27 [2024-01-26T20:55:27.549Z] #71 5.013 go: downloading github.com/pierrec/lz4/v4 v4.1.17
20:55:27 [2024-01-26T20:55:27.549Z] #71 5.013 go: downloading github.com/josharian/native v1.1.0
20:55:27 [2024-01-26T20:55:27.549Z] #71 5.141 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
20:55:27 [2024-01-26T20:55:27.549Z] #71 5.142 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
20:55:29 [2024-01-26T20:55:29.466Z] #71 ...
20:55:29 [2024-01-26T20:55:29.466Z] 
20:55:29 [2024-01-26T20:55:29.466Z] #74 [tini-build 3/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         xx-apt-get install -y --no-install-recommends             gcc             libc6-dev             pkg-config
20:55:29 [2024-01-26T20:55:29.466Z] #74 3.750 Hit:1 http://deb.debian.org/debian bookworm InRelease
20:55:29 [2024-01-26T20:55:29.466Z] #74 3.750 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
20:55:29 [2024-01-26T20:55:29.466Z] #74 3.750 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
20:55:29 [2024-01-26T20:55:29.466Z] #74 4.105 Reading package lists...
20:55:29 [2024-01-26T20:55:29.466Z] #74 4.899 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
20:55:29 [2024-01-26T20:55:29.466Z] #74 4.906 Reading package lists...
20:55:29 [2024-01-26T20:55:29.466Z] #74 5.536 Building dependency tree...
20:55:29 [2024-01-26T20:55:29.466Z] #74 5.724 Reading state information...
20:55:29 [2024-01-26T20:55:29.466Z] #74 6.117 gcc is already the newest version (4:12.2.0-3).
20:55:29 [2024-01-26T20:55:29.466Z] #74 6.117 libc6-dev is already the newest version (2.36-9+deb12u3).
20:55:29 [2024-01-26T20:55:29.466Z] #74 6.117 pkg-config is already the newest version (1.8.1-1).
20:55:29 [2024-01-26T20:55:29.466Z] #74 6.117 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
20:55:29 [2024-01-26T20:55:29.466Z] #74 DONE 8.0s
20:55:29 [2024-01-26T20:55:29.466Z] 
20:55:29 [2024-01-26T20:55:29.466Z] #75 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
20:55:30 [2024-01-26T20:55:30.036Z] #75 0.692 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
20:55:30 [2024-01-26T20:55:30.036Z] #75 0.692   Compatibility with CMake < 2.8.12 will be removed from a future version of
20:55:30 [2024-01-26T20:55:30.036Z] #75 0.692   CMake.
20:55:30 [2024-01-26T20:55:30.036Z] #75 0.692 
20:55:30 [2024-01-26T20:55:30.036Z] #75 0.692   Update the VERSION argument <min> value or use a ...<max> suffix to tell
20:55:30 [2024-01-26T20:55:30.036Z] #75 0.692   CMake that the project does not need compatibility with older versions.
20:55:30 [2024-01-26T20:55:30.036Z] #75 0.692 
20:55:30 [2024-01-26T20:55:30.036Z] #75 0.692 
20:55:30 [2024-01-26T20:55:30.296Z] #75 0.771 -- The C compiler identification is GNU 12.2.0
20:55:30 [2024-01-26T20:55:30.296Z] #75 0.787 -- Detecting C compiler ABI info
20:55:30 [2024-01-26T20:55:30.296Z] #75 0.922 -- Detecting C compiler ABI info - done
20:55:30 [2024-01-26T20:55:30.296Z] #75 0.942 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
20:55:30 [2024-01-26T20:55:30.296Z] #75 0.942 -- Detecting C compile features
20:55:30 [2024-01-26T20:55:30.296Z] #75 0.944 -- Detecting C compile features - done
20:55:30 [2024-01-26T20:55:30.296Z] #75 0.959 -- Performing Test HAS_BUILTIN_FORTIFY
20:55:30 [2024-01-26T20:55:30.296Z] #75 1.019 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:55:30 [2024-01-26T20:55:30.296Z] #75 1.036 -- Configuring done
20:55:30 [2024-01-26T20:55:30.556Z] #75 1.041 -- Generating done
20:55:30 [2024-01-26T20:55:30.556Z] #75 1.046 -- Build files have been written to: /go/src/github.com/krallin/tini
20:55:30 [2024-01-26T20:55:30.556Z] #75 1.157 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:55:30 [2024-01-26T20:55:30.817Z] #75 1.473 [100%] Linking C executable tini-static
20:55:31 [2024-01-26T20:55:31.077Z] #75 1.572 [100%] Built target tini-static
20:55:31 [2024-01-26T20:55:31.337Z] #75 DONE 2.0s
20:55:31 [2024-01-26T20:55:31.337Z] 
20:55:31 [2024-01-26T20:55:31.337Z] #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
20:55:31 [2024-01-26T20:55:31.337Z] #76 3.376 Cloning into '/tmp/crun-build'...
20:55:31 [2024-01-26T20:55:31.337Z] #76 4.396 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
20:55:31 [2024-01-26T20:55:31.337Z] #76 4.410 Cloning into '/tmp/crun-build/libocispec'...
20:55:31 [2024-01-26T20:55:31.337Z] #76 4.761 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
20:55:31 [2024-01-26T20:55:31.337Z] #76 4.764 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
20:55:31 [2024-01-26T20:55:31.337Z] #76 4.764 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
20:55:31 [2024-01-26T20:55:31.337Z] #76 4.765 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
20:55:31 [2024-01-26T20:55:31.337Z] #76 4.771 Cloning into '/tmp/crun-build/libocispec/image-spec'...
20:55:31 [2024-01-26T20:55:31.337Z] #76 5.252 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
20:55:31 [2024-01-26T20:55:31.337Z] #76 5.702 Cloning into '/tmp/crun-build/libocispec/yajl'...
20:55:31 [2024-01-26T20:55:31.337Z] #76 6.018 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
20:55:31 [2024-01-26T20:55:31.337Z] #76 6.036 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
20:55:31 [2024-01-26T20:55:31.337Z] #76 6.058 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
20:55:31 [2024-01-26T20:55:31.337Z] #76 ...
20:55:31 [2024-01-26T20:55:31.337Z] 
20:55:31 [2024-01-26T20:55:31.337Z] #77 [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...)
20:55:31 [2024-01-26T20:55:31.597Z] #77 ...
20:55:31 [2024-01-26T20:55:31.597Z] 
20:55:31 [2024-01-26T20:55:31.597Z] #78 [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...)
20:55:31 [2024-01-26T20:55:31.857Z] #78 ...
20:55:31 [2024-01-26T20:55:31.857Z] 
20:55:31 [2024-01-26T20:55:31.857Z] #79 [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...)
20:55:31 [2024-01-26T20:55:31.857Z] #79 3.882 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 .
20:55:32 [2024-01-26T20:55:32.427Z] #79 ...
20:55:32 [2024-01-26T20:55:32.427Z] 
20:55:32 [2024-01-26T20:55:32.427Z] #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
20:55:32 [2024-01-26T20:55:32.427Z] #76 11.01 aclocal: warning: couldn't open directory 'm4': No such file or directory
20:55:37 [2024-01-26T20:55:37.706Z] #76 15.53 libtoolize: putting auxiliary files in '.'.
20:55:37 [2024-01-26T20:55:37.706Z] #76 15.53 libtoolize: copying file './ltmain.sh'
20:55:37 [2024-01-26T20:55:37.706Z] #76 16.38 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
20:55:37 [2024-01-26T20:55:37.965Z] #76 16.38 libtoolize: and rerunning libtoolize and aclocal.
20:55:37 [2024-01-26T20:55:37.965Z] #76 16.38 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
20:55:40 [2024-01-26T20:55:40.503Z] #76 19.28 configure.ac:7: installing './compile'
20:55:40 [2024-01-26T20:55:40.764Z] #76 19.28 configure.ac:11: installing './config.guess'
20:55:40 [2024-01-26T20:55:40.764Z] #76 19.29 configure.ac:11: installing './config.sub'
20:55:40 [2024-01-26T20:55:40.764Z] #76 19.29 configure.ac:8: installing './install-sh'
20:55:40 [2024-01-26T20:55:40.764Z] #76 19.30 configure.ac:8: installing './missing'
20:55:40 [2024-01-26T20:55:40.764Z] #76 19.32 Makefile.am: installing './depcomp'
20:55:41 [2024-01-26T20:55:41.334Z] #76 19.88 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
20:55:41 [2024-01-26T20:55:41.334Z] #76 19.88 libtoolize: copying file 'build-aux/ltmain.sh'
20:55:41 [2024-01-26T20:55:41.334Z] #76 20.07 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
20:55:41 [2024-01-26T20:55:41.593Z] #76 20.07 libtoolize: copying file 'm4/libtool.m4'
20:55:41 [2024-01-26T20:55:41.593Z] #76 20.24 libtoolize: copying file 'm4/ltoptions.m4'
20:55:41 [2024-01-26T20:55:41.593Z] #76 20.35 libtoolize: copying file 'm4/ltsugar.m4'
20:55:41 [2024-01-26T20:55:41.856Z] #76 20.44 libtoolize: copying file 'm4/ltversion.m4'
20:55:41 [2024-01-26T20:55:41.856Z] #76 20.63 libtoolize: copying file 'm4/lt~obsolete.m4'
20:55:42 [2024-01-26T20:55:42.115Z] #76 20.80 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
20:55:44 [2024-01-26T20:55:44.653Z] #76 23.01 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
20:55:44 [2024-01-26T20:55:44.653Z] #76 23.01 configure.ac:3: You should run autoupdate.
20:55:44 [2024-01-26T20:55:44.653Z] #76 23.01 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
20:55:44 [2024-01-26T20:55:44.653Z] #76 23.01 configure.ac:3: the top level
20:55:46 [2024-01-26T20:55:46.561Z] #76 25.05 configure.ac:7: installing 'build-aux/compile'
20:55:46 [2024-01-26T20:55:46.561Z] #76 25.05 configure.ac:9: installing 'build-aux/config.guess'
20:55:46 [2024-01-26T20:55:46.561Z] #76 25.05 configure.ac:9: installing 'build-aux/config.sub'
20:55:46 [2024-01-26T20:55:46.561Z] #76 25.06 configure.ac:11: installing 'build-aux/install-sh'
20:55:46 [2024-01-26T20:55:46.561Z] #76 25.06 configure.ac:11: installing 'build-aux/missing'
20:55:46 [2024-01-26T20:55:46.561Z] #76 25.12 Makefile.am: installing 'build-aux/depcomp'
20:55:46 [2024-01-26T20:55:46.561Z] #76 25.15 parallel-tests: installing 'build-aux/test-driver'
20:55:47 [2024-01-26T20:55:47.941Z] #76 26.40 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
20:55:47 [2024-01-26T20:55:47.941Z] #76 26.40 libtoolize: copying file 'build-aux/ltmain.sh'
20:55:48 [2024-01-26T20:55:48.201Z] #76 26.97 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
20:55:48 [2024-01-26T20:55:48.201Z] #76 26.97 libtoolize: copying file 'm4/libtool.m4'
20:55:48 [2024-01-26T20:55:48.460Z] #76 27.10 libtoolize: copying file 'm4/ltoptions.m4'
20:55:48 [2024-01-26T20:55:48.720Z] #76 27.19 libtoolize: copying file 'm4/ltsugar.m4'
20:55:48 [2024-01-26T20:55:48.720Z] #76 27.28 libtoolize: copying file 'm4/ltversion.m4'
20:55:48 [2024-01-26T20:55:48.720Z] #76 27.40 libtoolize: copying file 'm4/lt~obsolete.m4'
20:55:54 [2024-01-26T20:55:54.000Z] #76 32.76 configure.ac:11: installing 'build-aux/compile'
20:55:54 [2024-01-26T20:55:54.259Z] #76 32.77 configure.ac:11: installing 'build-aux/config.guess'
20:55:54 [2024-01-26T20:55:54.259Z] #76 32.77 configure.ac:11: installing 'build-aux/config.sub'
20:55:54 [2024-01-26T20:55:54.260Z] #76 32.77 configure.ac:13: installing 'build-aux/install-sh'
20:55:54 [2024-01-26T20:55:54.260Z] #76 32.77 configure.ac:13: installing 'build-aux/missing'
20:55:54 [2024-01-26T20:55:54.260Z] #76 32.78 configure.ac:8: installing 'build-aux/tap-driver.sh'
20:55:54 [2024-01-26T20:55:54.260Z] #76 32.86 Makefile.am: installing 'build-aux/depcomp'
20:55:55 [2024-01-26T20:55:55.199Z] #76 33.62 checking build system type... aarch64-unknown-linux-gnu
20:55:55 [2024-01-26T20:55:55.458Z] #76 33.85 checking host system type... aarch64-unknown-linux-gnu
20:55:55 [2024-01-26T20:55:55.458Z] #76 33.85 checking how to print strings... printf
20:55:55 [2024-01-26T20:55:55.458Z] #76 33.87 checking for gcc... gcc
20:55:55 [2024-01-26T20:55:55.458Z] #76 34.03 checking whether the C compiler works... yes
20:55:55 [2024-01-26T20:55:55.458Z] #76 34.14 checking for C compiler default output file name... a.out
20:55:55 [2024-01-26T20:55:55.458Z] #76 34.14 checking for suffix of executables... 
20:55:55 [2024-01-26T20:55:55.718Z] #76 34.24 checking whether we are cross compiling... no
20:55:55 [2024-01-26T20:55:55.978Z] #76 34.39 checking for suffix of object files... o
20:55:55 [2024-01-26T20:55:55.978Z] #76 34.48 checking whether the compiler supports GNU C... yes
20:55:56 [2024-01-26T20:55:56.238Z] #76 34.60 checking whether gcc accepts -g... yes
20:55:56 [2024-01-26T20:55:56.238Z] #76 34.69 checking for gcc option to enable C11 features... none needed
20:55:56 [2024-01-26T20:55:56.238Z] #76 34.86 checking whether gcc understands -c and -o together... yes
20:55:56 [2024-01-26T20:55:56.238Z] #76 34.92 checking for a sed that does not truncate output... /usr/bin/sed
20:55:56 [2024-01-26T20:55:56.238Z] #76 34.93 checking for grep that handles long lines and -e... /usr/bin/grep
20:55:56 [2024-01-26T20:55:56.238Z] #76 34.93 checking for egrep... /usr/bin/grep -E
20:55:56 [2024-01-26T20:55:56.238Z] #76 34.94 checking for fgrep... /usr/bin/grep -F
20:55:56 [2024-01-26T20:55:56.238Z] #76 34.94 checking for ld used by gcc... /usr/bin/ld
20:55:56 [2024-01-26T20:55:56.238Z] #76 34.96 checking if the linker (/usr/bin/ld) is GNU ld... yes
20:55:56 [2024-01-26T20:55:56.497Z] #76 34.96 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
20:55:56 [2024-01-26T20:55:56.497Z] #76 34.97 checking the name lister (/usr/bin/nm -B) interface... BSD nm
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.03 checking whether ln -s works... yes
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.03 checking the maximum length of command line arguments... 1572864
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.06 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.07 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.07 checking for /usr/bin/ld option to reload object files... -r
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.07 checking for file... file
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.07 checking for objdump... objdump
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.07 checking how to recognize dependent libraries... pass_all
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.07 checking for dlltool... no
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.08 checking how to associate runtime and link libraries... printf %s\n
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.08 checking for ar... ar
20:55:56 [2024-01-26T20:55:56.497Z] #76 35.08 checking for archiver @FILE support... @
20:55:56 [2024-01-26T20:55:56.757Z] #76 35.19 checking for strip... strip
20:55:56 [2024-01-26T20:55:56.757Z] #76 35.19 checking for ranlib... ranlib
20:55:56 [2024-01-26T20:55:56.757Z] #76 35.19 checking for gawk... no
20:55:56 [2024-01-26T20:55:56.757Z] #76 35.19 checking for mawk... mawk
20:55:56 [2024-01-26T20:55:56.757Z] #76 35.19 checking command to parse /usr/bin/nm -B output from gcc object... ok
20:55:57 [2024-01-26T20:55:57.017Z] #76 35.38 checking for sysroot... no
20:55:57 [2024-01-26T20:55:57.017Z] #76 35.38 checking for a working dd... /usr/bin/dd
20:55:57 [2024-01-26T20:55:57.017Z] #76 35.38 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
20:55:57 [2024-01-26T20:55:57.017Z] #76 35.40 checking for mt... no
20:55:57 [2024-01-26T20:55:57.017Z] #76 35.40 checking if : is a manifest tool... no
20:55:57 [2024-01-26T20:55:57.017Z] #76 35.41 checking for stdio.h... yes
20:55:57 [2024-01-26T20:55:57.017Z] #76 35.46 checking for stdlib.h... yes
20:55:57 [2024-01-26T20:55:57.017Z] #76 35.59 checking for string.h... yes
20:55:57 [2024-01-26T20:55:57.277Z] #76 35.75 checking for inttypes.h... yes
20:55:57 [2024-01-26T20:55:57.277Z] #76 35.84 checking for stdint.h... yes
20:55:57 [2024-01-26T20:55:57.277Z] #76 35.92 checking for strings.h... yes
20:55:57 [2024-01-26T20:55:57.277Z] #76 36.02 checking for sys/stat.h... yes
20:55:57 [2024-01-26T20:55:57.536Z] #76 36.07 checking for sys/types.h... yes
20:55:57 [2024-01-26T20:55:57.536Z] #76 36.14 checking for unistd.h... yes
20:55:57 [2024-01-26T20:55:57.536Z] #76 36.21 checking for dlfcn.h... yes
20:55:57 [2024-01-26T20:55:57.536Z] #76 36.30 checking for objdir... .libs
20:55:58 [2024-01-26T20:55:58.056Z] #76 36.50 checking if gcc supports -fno-rtti -fno-exceptions... no
20:55:58 [2024-01-26T20:55:58.056Z] #76 36.58 checking for gcc option to produce PIC... -fPIC -DPIC
20:55:58 [2024-01-26T20:55:58.056Z] #76 36.58 checking if gcc PIC flag -fPIC -DPIC works... yes
20:55:58 [2024-01-26T20:55:58.316Z] #76 36.68 checking if gcc static flag -static works... yes
20:55:58 [2024-01-26T20:55:58.316Z] #76 36.90 checking if gcc supports -c -o file.o... yes
20:55:58 [2024-01-26T20:55:58.316Z] #76 37.04 checking if gcc supports -c -o file.o... (cached) yes
20:55:58 [2024-01-26T20:55:58.577Z] #76 37.04 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
20:55:58 [2024-01-26T20:55:58.577Z] #76 37.09 checking dynamic linker characteristics... GNU/Linux ld.so
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.28 checking how to hardcode library paths into programs... immediate
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.28 checking whether stripping libraries is possible... yes
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.30 checking if libtool supports shared libraries... yes
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.30 checking whether to build shared libraries... no
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.30 checking whether to build static libraries... yes
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.30 checking for a BSD-compatible install... /usr/bin/install -c
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.34 checking whether build environment is sane... yes
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.38 checking for a race-free mkdir -p... /usr/bin/mkdir -p
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.40 checking whether make sets $(MAKE)... yes
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.46 checking whether make supports the include directive... yes (GNU style)
20:55:58 [2024-01-26T20:55:58.837Z] #76 37.48 checking whether make supports nested variables... yes
20:55:59 [2024-01-26T20:55:59.097Z] #76 37.52 checking whether UID '0' is supported by ustar format... yes
20:55:59 [2024-01-26T20:55:59.097Z] #76 37.52 checking whether GID '0' is supported by ustar format... yes
20:55:59 [2024-01-26T20:55:59.097Z] #76 37.52 checking how to create a ustar tar archive... gnutar
20:55:59 [2024-01-26T20:55:59.097Z] #76 37.59 checking dependency style of gcc... gcc3
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.75 checking whether to enable maintainer-specific portions of Makefiles... yes
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.75 checking whether make supports nested variables... (cached) yes
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.75 checking for gawk... (cached) mawk
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.75 checking for a sed that does not truncate output... (cached) /usr/bin/sed
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.76 checking for gcc... (cached) gcc
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.90 checking whether the compiler supports GNU C... (cached) yes
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.90 checking whether gcc accepts -g... (cached) yes
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.90 checking for gcc option to enable C11 features... (cached) none needed
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.90 checking whether gcc understands -c and -o together... (cached) yes
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.91 checking for a Python interpreter with version >= 3... python3
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.94 checking for python3... /usr/bin/python3
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.94 checking for python3 version... 3.11
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.96 checking for python3 platform... linux
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.98 checking for GNU default python3 prefix... ${prefix}
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.98 checking for GNU default python3 exec_prefix... ${exec_prefix}
20:55:59 [2024-01-26T20:55:59.357Z] #76 37.98 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
20:55:59 [2024-01-26T20:55:59.616Z] #76 38.02 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
20:55:59 [2024-01-26T20:55:59.616Z] #76 38.07 checking for go-md2man... no
20:55:59 [2024-01-26T20:55:59.616Z] #76 38.07 checking for error.h... yes
20:55:59 [2024-01-26T20:55:59.616Z] #76 38.17 checking for linux/openat2.h... yes
20:55:59 [2024-01-26T20:55:59.876Z] #76 38.32 checking for stdatomic.h... yes
20:56:00 [2024-01-26T20:56:00.137Z] #76 38.48 checking for linux/ioprio.h... yes
20:56:00 [2024-01-26T20:56:00.137Z] #76 38.57 checking for atomic_int... yes
20:56:00 [2024-01-26T20:56:00.137Z] #76 38.68 checking for atomic_bool... yes
20:56:00 [2024-01-26T20:56:00.137Z] #76 38.81 checking for copy_file_range... yes
20:56:00 [2024-01-26T20:56:00.396Z] #76 38.92 checking for fgetxattr... yes
20:56:00 [2024-01-26T20:56:00.396Z] #76 39.01 checking for statx... yes
20:56:00 [2024-01-26T20:56:00.656Z] #76 39.13 checking for fgetpwent_r... yes
20:56:00 [2024-01-26T20:56:00.656Z] #76 39.23 checking for issetugid... no
20:56:00 [2024-01-26T20:56:00.656Z] #76 39.34 checking for memfd_create... yes
20:56:00 [2024-01-26T20:56:00.656Z] #76 39.44 checking for pkg-config... /usr/bin/pkg-config
20:56:00 [2024-01-26T20:56:00.656Z] #76 39.44 checking pkg-config is at least version 0.9.0... yes
20:56:00 [2024-01-26T20:56:00.916Z] #76 39.45 checking for library containing yajl_tree_get... -lyajl
20:56:01 [2024-01-26T20:56:01.179Z] #76 39.65 checking for yajl >= 2.0.0... yes
20:56:01 [2024-01-26T20:56:01.179Z] #76 39.69 checking for sys/capability.h... yes
20:56:01 [2024-01-26T20:56:01.441Z] #76 39.75 checking for library containing cap_from_name... -lcap
20:56:01 [2024-01-26T20:56:01.441Z] #76 40.02 checking for library containing gcry_check_version... no
20:56:01 [2024-01-26T20:56:01.703Z] #76 40.20 checking for library containing dlopen... none required
20:56:01 [2024-01-26T20:56:01.703Z] #76 40.34 checking for seccomp.h... yes
20:56:01 [2024-01-26T20:56:01.963Z] #76 40.45 checking for library containing seccomp_rule_add... -lseccomp
20:56:02 [2024-01-26T20:56:02.223Z] #76 40.72 checking for library containing seccomp_arch_resolve_name... none required
20:56:02 [2024-01-26T20:56:02.223Z] #76 40.81 checking for systemd/sd-bus.h... yes
20:56:02 [2024-01-26T20:56:02.484Z] #76 40.89 checking for library containing sd_bus_match_signal_async... -lsystemd
20:56:02 [2024-01-26T20:56:02.484Z] #76 41.09 checking for sd_notify_barrier... yes
20:56:02 [2024-01-26T20:56:02.484Z] #76 41.16 checking for linux/bpf.h... yes
20:56:02 [2024-01-26T20:56:02.744Z] #76 41.24 checking compilation for eBPF... yes
20:56:02 [2024-01-26T20:56:02.744Z] #76 41.38 checking for criu >= 3.15... no
20:56:02 [2024-01-26T20:56:02.744Z] #76 41.39 configure: CRIU headers not found, building without CRIU support
20:56:02 [2024-01-26T20:56:02.744Z] #76 41.39 checking for criu > 3.16... no
20:56:02 [2024-01-26T20:56:02.744Z] #76 41.40 configure: CRIU version doesn't support join-ns API
20:56:02 [2024-01-26T20:56:02.744Z] #76 41.40 checking for criu > 3.16.1... no
20:56:02 [2024-01-26T20:56:02.744Z] #76 41.42 configure: CRIU version doesn't support for pre-dumping
20:56:02 [2024-01-26T20:56:02.744Z] #76 41.42 checking for new mount API (fsconfig)... yes
20:56:02 [2024-01-26T20:56:02.744Z] #76 41.51 yes
20:56:03 [2024-01-26T20:56:03.003Z] #76 41.52 checking for seccomp notify API... yes
20:56:03 [2024-01-26T20:56:03.003Z] #76 41.56 checking for gperf... no
20:56:03 [2024-01-26T20:56:03.003Z] #76 41.57 configure: gperf not found - cannot rebuild signal parser code
20:56:03 [2024-01-26T20:56:03.003Z] #76 41.57 checking for library containing argp_parse... none required
20:56:03 [2024-01-26T20:56:03.263Z] #76 41.73 checking that generated files are newer than configure... done
20:56:03 [2024-01-26T20:56:03.263Z] #76 41.74 configure: creating ./config.status
20:56:05 [2024-01-26T20:56:05.801Z] #76 44.29 config.status: creating Makefile
20:56:05 [2024-01-26T20:56:05.801Z] #76 44.34 config.status: creating config.h
20:56:05 [2024-01-26T20:56:05.801Z] #76 44.38 config.status: executing libtool commands
20:56:05 [2024-01-26T20:56:05.801Z] #76 44.44 config.status: executing depfiles commands
20:56:06 [2024-01-26T20:56:06.370Z] #76 45.12 === configuring in libocispec (/tmp/crun-build/libocispec)
20:56:06 [2024-01-26T20:56:06.630Z] #76 45.13 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
20:56:06 [2024-01-26T20:56:06.890Z] #76 45.44 checking for gcc... gcc
20:56:06 [2024-01-26T20:56:06.890Z] #76 45.53 checking whether the C compiler works... yes
20:56:07 [2024-01-26T20:56:07.161Z] #76 45.67 checking for C compiler default output file name... a.out
20:56:07 [2024-01-26T20:56:07.161Z] #76 45.67 checking for suffix of executables... 
20:56:07 [2024-01-26T20:56:07.161Z] #76 45.80 checking whether we are cross compiling... no
20:56:07 [2024-01-26T20:56:07.161Z] #76 45.89 checking for suffix of object files... o
20:56:07 [2024-01-26T20:56:07.421Z] #76 45.95 checking whether the compiler supports GNU C... yes
20:56:07 [2024-01-26T20:56:07.421Z] #76 45.99 checking whether gcc accepts -g... yes
20:56:07 [2024-01-26T20:56:07.421Z] #76 46.03 checking for gcc option to enable C11 features... none needed
20:56:07 [2024-01-26T20:56:07.681Z] #76 46.17 checking whether gcc understands -c and -o together... yes
20:56:07 [2024-01-26T20:56:07.681Z] #76 46.27 checking for stdio.h... yes
20:56:07 [2024-01-26T20:56:07.681Z] #76 46.33 checking for stdlib.h... yes
20:56:07 [2024-01-26T20:56:07.681Z] #76 46.39 checking for string.h... yes
20:56:07 [2024-01-26T20:56:07.952Z] #76 46.46 checking for inttypes.h... yes
20:56:07 [2024-01-26T20:56:07.952Z] #76 46.55 checking for stdint.h... yes
20:56:08 [2024-01-26T20:56:08.212Z] #76 46.65 checking for strings.h... yes
20:56:08 [2024-01-26T20:56:08.212Z] #76 46.73 checking for sys/stat.h... yes
20:56:08 [2024-01-26T20:56:08.212Z] #76 46.79 checking for sys/types.h... yes
20:56:08 [2024-01-26T20:56:08.212Z] #76 46.86 checking for unistd.h... yes
20:56:08 [2024-01-26T20:56:08.472Z] #76 46.94 checking for wchar.h... yes
20:56:08 [2024-01-26T20:56:08.472Z] #76 46.99 checking for minix/config.h... no
20:56:08 [2024-01-26T20:56:08.472Z] #76 47.06 checking whether it is safe to define __EXTENSIONS__... yes
20:56:08 [2024-01-26T20:56:08.472Z] #76 47.12 checking whether _XOPEN_SOURCE should be defined... no
20:56:08 [2024-01-26T20:56:08.732Z] #76 47.23 checking build system type... aarch64-unknown-linux-gnu
20:56:08 [2024-01-26T20:56:08.732Z] #76 47.37 checking host system type... aarch64-unknown-linux-gnu
20:56:08 [2024-01-26T20:56:08.732Z] #76 47.37 checking how to print strings... printf
20:56:08 [2024-01-26T20:56:08.732Z] #76 47.38 checking for a sed that does not truncate output... /usr/bin/sed
20:56:08 [2024-01-26T20:56:08.732Z] #76 47.40 checking for grep that handles long lines and -e... /usr/bin/grep
20:56:08 [2024-01-26T20:56:08.732Z] #76 47.42 checking for egrep... /usr/bin/grep -E
20:56:08 [2024-01-26T20:56:08.732Z] #76 47.43 checking for fgrep... /usr/bin/grep -F
20:56:08 [2024-01-26T20:56:08.732Z] #76 47.44 checking for ld used by gcc... /usr/bin/ld
20:56:08 [2024-01-26T20:56:08.732Z] #76 47.46 checking if the linker (/usr/bin/ld) is GNU ld... yes
20:56:08 [2024-01-26T20:56:08.732Z] #76 47.46 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.47 checking the name lister (/usr/bin/nm -B) interface... BSD nm
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.58 checking whether ln -s works... yes
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.58 checking the maximum length of command line arguments... 1572864
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.60 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.60 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.60 checking for /usr/bin/ld option to reload object files... -r
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.60 checking for file... file
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.60 checking for objdump... objdump
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.60 checking how to recognize dependent libraries... pass_all
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.60 checking for dlltool... no
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.60 checking how to associate runtime and link libraries... printf %s\n
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.60 checking for ar... ar
20:56:08 [2024-01-26T20:56:08.991Z] #76 47.60 checking for archiver @FILE support... @
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.69 checking for strip... strip
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.69 checking for ranlib... ranlib
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.69 checking for gawk... no
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.70 checking for mawk... mawk
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.70 checking command to parse /usr/bin/nm -B output from gcc object... ok
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.88 checking for sysroot... no
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.88 checking for a working dd... /usr/bin/dd
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.90 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.91 checking for mt... no
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.91 checking if : is a manifest tool... no
20:56:09 [2024-01-26T20:56:09.251Z] #76 47.93 checking for dlfcn.h... yes
20:56:09 [2024-01-26T20:56:09.511Z] #76 47.99 checking for objdir... .libs
20:56:09 [2024-01-26T20:56:09.770Z] #76 48.14 checking if gcc supports -fno-rtti -fno-exceptions... no
20:56:09 [2024-01-26T20:56:09.770Z] #76 48.19 checking for gcc option to produce PIC... -fPIC -DPIC
20:56:09 [2024-01-26T20:56:09.770Z] #76 48.19 checking if gcc PIC flag -fPIC -DPIC works... yes
20:56:09 [2024-01-26T20:56:09.770Z] #76 48.23 checking if gcc static flag -static works... yes
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.36 checking if gcc supports -c -o file.o... yes
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.42 checking if gcc supports -c -o file.o... (cached) yes
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.42 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.45 checking dynamic linker characteristics... GNU/Linux ld.so
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.58 checking how to hardcode library paths into programs... immediate
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.58 checking whether stripping libraries is possible... yes
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.59 checking if libtool supports shared libraries... yes
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.59 checking whether to build shared libraries... no
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.59 checking whether to build static libraries... yes
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.60 checking for a BSD-compatible install... /usr/bin/install -c
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.63 checking whether build environment is sane... yes
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.66 checking for a race-free mkdir -p... /usr/bin/mkdir -p
20:56:10 [2024-01-26T20:56:10.030Z] #76 48.66 checking whether make sets $(MAKE)... yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.70 checking whether make supports the include directive... yes (GNU style)
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.74 checking whether make supports nested variables... yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.75 checking whether UID '0' is supported by ustar format... yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.75 checking whether GID '0' is supported by ustar format... yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.75 checking how to create a ustar tar archive... gnutar
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.78 checking dependency style of gcc... gcc3
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.87 checking whether to enable maintainer-specific portions of Makefiles... yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.87 checking whether make supports nested variables... (cached) yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.88 checking for pkg-config... /usr/bin/pkg-config
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.88 checking pkg-config is at least version 0.9.0... yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.88 checking for yajl >= 2.1.0... yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.89 checking for a sed that does not truncate output... (cached) /usr/bin/sed
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.90 checking for gcc... (cached) gcc
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.94 checking whether the compiler supports GNU C... (cached) yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.94 checking whether gcc accepts -g... (cached) yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.94 checking for gcc option to enable C11 features... (cached) none needed
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.94 checking whether gcc understands -c and -o together... (cached) yes
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.94 checking for a Python interpreter with version >= 3... python3
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.97 checking for python3... /usr/bin/python3
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.97 checking for python3 version... 3.11
20:56:10 [2024-01-26T20:56:10.290Z] #76 48.98 checking for python3 platform... linux
20:56:10 [2024-01-26T20:56:10.290Z] #76 49.00 checking for GNU default python3 prefix... ${prefix}
20:56:10 [2024-01-26T20:56:10.290Z] #76 49.00 checking for GNU default python3 exec_prefix... ${exec_prefix}
20:56:10 [2024-01-26T20:56:10.290Z] #76 49.00 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
20:56:10 [2024-01-26T20:56:10.290Z] #76 49.04 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
20:56:11 [2024-01-26T20:56:11.119Z] #76 49.13 checking that generated files are newer than configure... done
20:56:11 [2024-01-26T20:56:11.119Z] #76 49.64 configure: creating ./config.status
20:56:11 [2024-01-26T20:56:11.687Z] #76 50.30 config.status: creating Makefile
20:56:11 [2024-01-26T20:56:11.687Z] #76 50.32 config.status: creating ocispec.pc
20:56:11 [2024-01-26T20:56:11.687Z] #76 50.40 config.status: creating config.h
20:56:11 [2024-01-26T20:56:11.687Z] #76 50.41 config.status: executing libtool commands
20:56:11 [2024-01-26T20:56:11.946Z] #76 50.42 config.status: executing depfiles commands
20:56:11 [2024-01-26T20:56:11.946Z] #76 50.73 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
20:56:12 [2024-01-26T20:56:12.204Z] #76 50.73 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
20:56:12 [2024-01-26T20:56:12.204Z] #76 50.83 checking for gcc... gcc
20:56:12 [2024-01-26T20:56:12.475Z] #76 50.86 checking whether the C compiler works... yes
20:56:12 [2024-01-26T20:56:12.475Z] #76 50.96 checking for C compiler default output file name... a.out
20:56:12 [2024-01-26T20:56:12.475Z] #76 50.96 checking for suffix of executables... 
20:56:12 [2024-01-26T20:56:12.475Z] #76 51.05 checking whether we are cross compiling... no
20:56:12 [2024-01-26T20:56:12.735Z] #76 51.15 checking for suffix of object files... o
20:56:12 [2024-01-26T20:56:12.735Z] #76 51.20 checking whether the compiler supports GNU C... yes
20:56:12 [2024-01-26T20:56:12.735Z] #76 51.24 checking whether gcc accepts -g... yes
20:56:12 [2024-01-26T20:56:12.735Z] #76 51.30 checking for gcc option to enable C11 features... none needed
20:56:12 [2024-01-26T20:56:12.735Z] #76 51.40 checking whether gcc understands -c and -o together... yes
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.49 checking for a BSD-compatible install... /usr/bin/install -c
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.51 checking whether build environment is sane... yes
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.54 checking for a race-free mkdir -p... /usr/bin/mkdir -p
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.55 checking for gawk... no
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.55 checking for mawk... mawk
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.55 checking whether make sets $(MAKE)... yes
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.57 checking whether make supports the include directive... yes (GNU style)
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.59 checking whether make supports nested variables... yes
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.62 checking whether UID '0' is supported by ustar format... yes
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.62 checking whether GID '0' is supported by ustar format... yes
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.62 checking how to create a ustar tar archive... gnutar
20:56:12 [2024-01-26T20:56:12.994Z] #76 51.67 checking dependency style of gcc... gcc3
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.77 checking whether to enable maintainer-specific portions of Makefiles... yes
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.78 checking whether make supports nested variables... (cached) yes
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.78 checking build system type... aarch64-unknown-linux-gnu
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.88 checking host system type... aarch64-unknown-linux-gnu
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.88 checking how to print strings... printf
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.88 checking for a sed that does not truncate output... /usr/bin/sed
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.89 checking for grep that handles long lines and -e... /usr/bin/grep
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.90 checking for egrep... /usr/bin/grep -E
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.90 checking for fgrep... /usr/bin/grep -F
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.90 checking for ld used by gcc... /usr/bin/ld
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.91 checking if the linker (/usr/bin/ld) is GNU ld... yes
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.91 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.92 checking the name lister (/usr/bin/nm -B) interface... BSD nm
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.97 checking whether ln -s works... yes
20:56:13 [2024-01-26T20:56:13.254Z] #76 51.97 checking the maximum length of command line arguments... 1572864
20:56:13 [2024-01-26T20:56:13.512Z] #76 51.98 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
20:56:13 [2024-01-26T20:56:13.512Z] #76 51.98 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
20:56:13 [2024-01-26T20:56:13.512Z] #76 51.98 checking for /usr/bin/ld option to reload object files... -r
20:56:13 [2024-01-26T20:56:13.512Z] #76 51.98 checking for file... file
20:56:13 [2024-01-26T20:56:13.512Z] #76 51.98 checking for objdump... objdump
20:56:13 [2024-01-26T20:56:13.512Z] #76 51.98 checking how to recognize dependent libraries... pass_all
20:56:13 [2024-01-26T20:56:13.512Z] #76 51.98 checking for dlltool... no
20:56:13 [2024-01-26T20:56:13.512Z] #76 51.98 checking how to associate runtime and link libraries... printf %s\n
20:56:13 [2024-01-26T20:56:13.512Z] #76 51.98 checking for ar... ar
20:56:13 [2024-01-26T20:56:13.512Z] #76 51.98 checking for archiver @FILE support... @
20:56:13 [2024-01-26T20:56:13.512Z] #76 52.03 checking for strip... strip
20:56:13 [2024-01-26T20:56:13.512Z] #76 52.03 checking for ranlib... ranlib
20:56:13 [2024-01-26T20:56:13.512Z] #76 52.03 checking command to parse /usr/bin/nm -B output from gcc object... ok
20:56:13 [2024-01-26T20:56:13.512Z] #76 52.13 checking for sysroot... no
20:56:13 [2024-01-26T20:56:13.512Z] #76 52.13 checking for a working dd... /usr/bin/dd
20:56:13 [2024-01-26T20:56:13.512Z] #76 52.14 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
20:56:13 [2024-01-26T20:56:13.512Z] #76 52.14 checking for mt... no
20:56:13 [2024-01-26T20:56:13.512Z] #76 52.14 checking if : is a manifest tool... no
20:56:13 [2024-01-26T20:56:13.512Z] #76 52.15 checking for stdio.h... yes
20:56:13 [2024-01-26T20:56:13.512Z] #76 52.19 checking for stdlib.h... yes
20:56:13 [2024-01-26T20:56:13.771Z] #76 52.24 checking for string.h... yes
20:56:13 [2024-01-26T20:56:13.771Z] #76 52.29 checking for inttypes.h... yes
20:56:13 [2024-01-26T20:56:13.771Z] #76 52.34 checking for stdint.h... yes
20:56:13 [2024-01-26T20:56:13.771Z] #76 52.42 checking for strings.h... yes
20:56:14 [2024-01-26T20:56:14.029Z] #76 52.48 checking for sys/stat.h... yes
20:56:14 [2024-01-26T20:56:14.029Z] #76 52.54 checking for sys/types.h... yes
20:56:14 [2024-01-26T20:56:14.029Z] #76 52.59 checking for unistd.h... yes
20:56:14 [2024-01-26T20:56:14.029Z] #76 52.64 checking for dlfcn.h... yes
20:56:14 [2024-01-26T20:56:14.029Z] #76 52.68 checking for objdir... .libs
20:56:14 [2024-01-26T20:56:14.288Z] #76 52.81 checking if gcc supports -fno-rtti -fno-exceptions... no
20:56:14 [2024-01-26T20:56:14.288Z] #76 52.86 checking for gcc option to produce PIC... -fPIC -DPIC
20:56:14 [2024-01-26T20:56:14.288Z] #76 52.86 checking if gcc PIC flag -fPIC -DPIC works... yes
20:56:14 [2024-01-26T20:56:14.288Z] #76 52.89 checking if gcc static flag -static works... yes
20:56:14 [2024-01-26T20:56:14.548Z] #76 52.98 checking if gcc supports -c -o file.o... yes
20:56:14 [2024-01-26T20:56:14.548Z] #76 53.05 checking if gcc supports -c -o file.o... (cached) yes
20:56:14 [2024-01-26T20:56:14.548Z] #76 53.05 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
20:56:14 [2024-01-26T20:56:14.548Z] #76 53.06 checking dynamic linker characteristics... GNU/Linux ld.so
20:56:14 [2024-01-26T20:56:14.548Z] #76 53.18 checking how to hardcode library paths into programs... immediate
20:56:14 [2024-01-26T20:56:14.548Z] #76 53.18 checking whether stripping libraries is possible... yes
20:56:14 [2024-01-26T20:56:14.548Z] #76 53.18 checking if libtool supports shared libraries... yes
20:56:14 [2024-01-26T20:56:14.548Z] #76 53.18 checking whether to build shared libraries... no
20:56:14 [2024-01-26T20:56:14.548Z] #76 53.18 checking whether to build static libraries... yes
20:56:14 [2024-01-26T20:56:14.548Z] #76 53.18 checking for float.h... yes
20:56:14 [2024-01-26T20:56:14.548Z] #76 53.22 checking for limits.h... yes
20:56:14 [2024-01-26T20:56:14.807Z] #76 53.28 checking for stddef.h... yes
20:56:14 [2024-01-26T20:56:14.807Z] #76 53.35 checking for stdlib.h... (cached) yes
20:56:14 [2024-01-26T20:56:14.807Z] #76 53.35 checking for string.h... (cached) yes
20:56:14 [2024-01-26T20:56:14.807Z] #76 53.35 checking for sys/time.h... yes
20:56:15 [2024-01-26T20:56:15.066Z] #76 53.41 checking for inline... inline
20:56:15 [2024-01-26T20:56:15.066Z] #76 53.47 checking for size_t... yes
20:56:15 [2024-01-26T20:56:15.066Z] #76 53.60 checking for GNU libc compatible malloc... yes
20:56:15 [2024-01-26T20:56:15.066Z] #76 53.70 checking for GNU libc compatible realloc... yes
20:56:15 [2024-01-26T20:56:15.326Z] #76 53.81 checking for working strtod... yes
20:56:15 [2024-01-26T20:56:15.326Z] #76 53.89 checking for gettimeofday... yes
20:56:15 [2024-01-26T20:56:15.606Z] #76 53.99 checking for memset... yes
20:56:15 [2024-01-26T20:56:15.606Z] #76 54.07 checking for strspn... yes
20:56:15 [2024-01-26T20:56:15.865Z] #76 54.24 checking that generated files are newer than configure... done
20:56:15 [2024-01-26T20:56:15.865Z] #76 54.24 configure: creating ./config.status
20:56:16 [2024-01-26T20:56:16.434Z] #76 ...
20:56:16 [2024-01-26T20:56:16.434Z] 
20:56:16 [2024-01-26T20:56:16.434Z] #68 [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
20:56:16 [2024-01-26T20:56:16.434Z] #68 94.31 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
20:56:16 [2024-01-26T20:56:16.694Z] #68 94.39 Docker version unknown-version, build unknown-commit
20:56:21 [2024-01-26T20:56:21.970Z] #68 ...
20:56:21 [2024-01-26T20:56:21.970Z] 
20:56:21 [2024-01-26T20:56:21.970Z] #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
20:56:21 [2024-01-26T20:56:21.970Z] #76 55.53 config.status: creating Makefile
20:56:21 [2024-01-26T20:56:21.970Z] #76 55.55 config.status: creating config.h
20:56:21 [2024-01-26T20:56:21.970Z] #76 55.57 config.status: executing depfiles commands
20:56:21 [2024-01-26T20:56:21.970Z] #76 55.68 config.status: executing libtool commands
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.12   GEN      .version
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.13 make  install-recursive
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.13 make[1]: Entering directory '/tmp/crun-build'
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.18 Making install in libocispec
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.19 make[2]: Entering directory '/tmp/crun-build/libocispec'
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.22 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.22 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.22 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.23 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.31 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.33 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.33 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.33 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.33 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.33 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.33 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.33 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.33 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.35 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.58 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.59 make  install-recursive
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.59 make[3]: Entering directory '/tmp/crun-build/libocispec'
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.61 Making install in yajl
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.62 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.65   CC       verify/json_verify-json_verify.o
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.65   CC       src/libyajl_la-yajl_alloc.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.66   CC       src/libyajl_la-yajl.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.66   CC       src/libyajl_la-yajl_gen.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.66   CC       src/libyajl_la-yajl_parser.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.66   CC       src/libyajl_la-yajl_buf.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.67   CC       src/libyajl_la-yajl_encode.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.68   CC       src/libyajl_la-yajl_lex.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 56.68   CC       src/libyajl_la-yajl_tree.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.28   CCLD     libyajl.la
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.53   CCLD     verify/json_verify
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.71 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.71 make[5]: Nothing to be done for 'install-exec-am'.
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.71 make[5]: Nothing to be done for 'install-data-am'.
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.71 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.71 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.72 make[4]: Entering directory '/tmp/crun-build/libocispec'
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.76   CC       src/ocispec/validate.o
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.76   CC       src/ocispec/image_spec_schema_config_schema.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.77   CC       src/ocispec/image_spec_schema_content_descriptor.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.77   CC       src/ocispec/image_spec_schema_defs.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.78   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.78   CC       src/ocispec/image_spec_schema_image_index_schema.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.79   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.80   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.81   CC       src/ocispec/runtime_spec_schema_config_linux.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.81   CC       src/ocispec/runtime_spec_schema_config_zos.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.82   CC       src/ocispec/runtime_spec_schema_config_schema.lo
20:56:21 [2024-01-26T20:56:21.970Z] #76 57.83   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.83   CC       src/ocispec/runtime_spec_schema_config_vm.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.83   CC       src/ocispec/runtime_spec_schema_config_windows.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.84   CC       src/ocispec/runtime_spec_schema_defs.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.86   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.86   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.87   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.87   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.88   CC       src/ocispec/runtime_spec_schema_state_schema.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.88   CC       src/ocispec/runtime_spec_schema_features_linux.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.90   CC       src/ocispec/runtime_spec_schema_features_schema.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.92   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.94   CC       src/ocispec/basic_test_double_array_item.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.95   CC       src/ocispec/basic_test_double_array.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.97   CC       src/ocispec/basic_test_top_array_int.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.98   CC       src/ocispec/basic_test_top_array_string.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.98   CC       src/ocispec/basic_test_top_double_array_int.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 57.99   CC       src/ocispec/basic_test_top_double_array_obj.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.00   CC       src/ocispec/basic_test_top_double_array_refobj.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.02   CC       src/ocispec/basic_test_top_double_array_string.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.02   CC       src/ocispec/read-file.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.03   CC       src/ocispec/json_common.lo
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.07   CC       tests/test-1.o
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.08   CC       tests/test-2.o
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.10   CC       tests/test-3.o
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.12   CC       tests/test-4.o
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.13   CC       tests/test-5.o
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.14   CC       tests/test-6.o
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.17   CC       tests/test-7.o
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.18   CC       tests/test-8.o
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.20   CC       tests/test-9.o
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.24   CC       tests/test-10.o
20:56:21 [2024-01-26T20:56:21.971Z] #76 58.24   CC       tests/test-11.o
20:56:23 [2024-01-26T20:56:23.352Z] #76 61.94   CCLD     libocispec.la
20:56:23 [2024-01-26T20:56:23.612Z] #76 62.25   CCLD     src/ocispec/validate
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.25   CCLD     tests/test-1
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.26   CCLD     tests/test-2
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.27   CCLD     tests/test-3
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.28   CCLD     tests/test-4
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.30   CCLD     tests/test-5
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.30   CCLD     tests/test-6
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.31   CCLD     tests/test-7
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.32   CCLD     tests/test-8
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.33   CCLD     tests/test-9
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.33   CCLD     tests/test-10
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.33 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
20:56:23 [2024-01-26T20:56:23.872Z] #76 62.33   CCLD     tests/test-11
20:56:23 [2024-01-26T20:56:23.872Z] #76 ...
20:56:23 [2024-01-26T20:56:23.872Z] 
20:56:23 [2024-01-26T20:56:23.872Z] #68 [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
20:56:23 [2024-01-26T20:56:23.872Z] #68 DONE 101.9s
20:56:23 [2024-01-26T20:56:23.872Z] 
20:56:23 [2024-01-26T20:56:23.872Z] #73 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
20:56:23 [2024-01-26T20:56:23.872Z] #73 52.29 + bin/containerd
20:56:23 [2024-01-26T20:56:23.872Z] #73 52.29 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.12 -X github.com/containerd/containerd/version.Revision=71909c1814c544ac47ab91d2e8b84718e517bb99 -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
20:56:24 [2024-01-26T20:56:24.132Z] #73 ...
20:56:24 [2024-01-26T20:56:24.132Z] 
20:56:24 [2024-01-26T20:56:24.132Z] #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
20:56:24 [2024-01-26T20:56:24.132Z] #76 62.69 libtool: link: ar cr libocispec.a 
20:56:24 [2024-01-26T20:56:24.132Z] #76 62.72 libtool: link: ranlib libocispec.a
20:56:24 [2024-01-26T20:56:24.132Z] #76 ...
20:56:24 [2024-01-26T20:56:24.132Z] 
20:56:24 [2024-01-26T20:56:24.132Z] #79 [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...)
20:56:24 [2024-01-26T20:56:24.132Z] #79 DONE 62.8s
20:56:24 [2024-01-26T20:56:24.132Z] 
20:56:24 [2024-01-26T20:56:24.132Z] #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
20:56:24 [2024-01-26T20:56:24.132Z] #76 62.92 make[5]: Entering directory '/tmp/crun-build/libocispec'
20:56:24 [2024-01-26T20:56:24.391Z] #76 ...
20:56:24 [2024-01-26T20:56:24.391Z] 
20:56:24 [2024-01-26T20:56:24.391Z] #77 [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...)
20:56:24 [2024-01-26T20:56:24.391Z] #77 DONE 62.9s
20:56:24 [2024-01-26T20:56:24.391Z] 
20:56:24 [2024-01-26T20:56:24.391Z] #78 [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...)
20:56:24 [2024-01-26T20:56:24.391Z] #78 DONE 62.9s
20:56:24 [2024-01-26T20:56:24.391Z] 
20:56:24 [2024-01-26T20:56:24.391Z] #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...)
20:56:24 [2024-01-26T20:56:24.391Z] #71 DONE 63.0s
20:56:24 [2024-01-26T20:56:24.391Z] 
20:56:24 [2024-01-26T20:56:24.391Z] #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
20:56:24 [2024-01-26T20:56:24.391Z] #76 62.99 make[5]: Leaving directory '/tmp/crun-build/libocispec'
20:56:24 [2024-01-26T20:56:24.391Z] #76 62.99 make[4]: Leaving directory '/tmp/crun-build/libocispec'
20:56:24 [2024-01-26T20:56:24.391Z] #76 62.99 make[3]: Leaving directory '/tmp/crun-build/libocispec'
20:56:24 [2024-01-26T20:56:24.391Z] #76 62.99 make[2]: Leaving directory '/tmp/crun-build/libocispec'
20:56:24 [2024-01-26T20:56:24.391Z] #76 63.00 make[2]: Entering directory '/tmp/crun-build'
20:56:24 [2024-01-26T20:56:24.391Z] #76 63.12   CC       src/libcrun/libcrun_la-intelrdt.lo
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.14   CC       src/libcrun/libcrun_la-linux.lo
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.14   CC       src/libcrun/libcrun_la-io_priority.lo
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.14   CC       src/libcrun/libcrun_la-mount_flags.lo
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.14   CC       src/libcrun/libcrun_la-scheduler.lo
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.14   CC       src/libcrun/libcrun_la-seccomp.lo
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.14   CC       src/libcrun/libcrun_la-seccomp_notify.lo
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.15   CC       src/libcrun/libcrun_la-signals.lo
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.15   CC       src/libcrun/libcrun_la-status.lo
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.17   CC       src/libcrun/libcrun_la-terminal.lo
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.19   CC       src/libcrun/libcrun_testing_a-utils.o
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.23   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.24   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.25   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.26   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.28   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.28   CC       src/libcrun/libcrun_testing_a-cgroup.o
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.31   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.31   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.32   CC       src/libcrun/libcrun_testing_a-container.o
20:56:24 [2024-01-26T20:56:24.651Z] #76 63.34   CC       src/libcrun/libcrun_testing_a-criu.o
20:56:24 [2024-01-26T20:56:24.911Z] #76 63.37   CC       src/libcrun/libcrun_testing_a-custom-handler.o
20:56:24 [2024-01-26T20:56:24.911Z] #76 63.41   CC       src/libcrun/libcrun_testing_a-ebpf.o
20:56:24 [2024-01-26T20:56:24.911Z] #76 63.47   CC       src/libcrun/libcrun_testing_a-error.o
20:56:24 [2024-01-26T20:56:24.911Z] #76 ...
20:56:24 [2024-01-26T20:56:24.911Z] 
20:56:24 [2024-01-26T20:56:24.911Z] #80 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
20:56:24 [2024-01-26T20:56:24.911Z] #80 DONE 0.6s
20:56:24 [2024-01-26T20:56:24.911Z] 
20:56:24 [2024-01-26T20:56:24.911Z] #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
20:56:24 [2024-01-26T20:56:24.911Z] #76 63.48   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
20:56:24 [2024-01-26T20:56:24.911Z] #76 63.50   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
20:56:24 [2024-01-26T20:56:24.911Z] #76 63.52   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
20:56:24 [2024-01-26T20:56:24.911Z] #76 63.57   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
20:56:24 [2024-01-26T20:56:24.911Z] #76 63.59   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
20:56:25 [2024-01-26T20:56:25.171Z] #76 63.60   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
20:56:25 [2024-01-26T20:56:25.171Z] #76 63.62   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
20:56:25 [2024-01-26T20:56:25.171Z] #76 63.64   CC       src/libcrun/libcrun_testing_a-intelrdt.o
20:56:25 [2024-01-26T20:56:25.171Z] #76 63.67   CC       src/libcrun/libcrun_testing_a-io_priority.o
20:56:25 [2024-01-26T20:56:25.171Z] #76 63.67   CC       src/libcrun/libcrun_testing_a-linux.o
20:56:25 [2024-01-26T20:56:25.171Z] #76 63.73   CC       src/libcrun/libcrun_testing_a-mount_flags.o
20:56:25 [2024-01-26T20:56:25.171Z] #76 63.76   CC       src/libcrun/libcrun_testing_a-scheduler.o
20:56:25 [2024-01-26T20:56:25.171Z] #76 63.80   CC       src/libcrun/libcrun_testing_a-seccomp.o
20:56:25 [2024-01-26T20:56:25.171Z] #76 63.89   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
20:56:25 [2024-01-26T20:56:25.430Z] #76 ...
20:56:25 [2024-01-26T20:56:25.430Z] 
20:56:25 [2024-01-26T20:56:25.430Z] #81 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
20:56:25 [2024-01-26T20:56:25.430Z] #81 DONE 0.4s
20:56:25 [2024-01-26T20:56:25.431Z] 
20:56:25 [2024-01-26T20:56:25.431Z] #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
20:56:25 [2024-01-26T20:56:25.431Z] #76 63.94   CC       src/libcrun/libcrun_testing_a-signals.o
20:56:25 [2024-01-26T20:56:25.431Z] #76 64.05   CC       src/libcrun/libcrun_testing_a-status.o
20:56:25 [2024-01-26T20:56:25.431Z] #76 64.07   CC       src/libcrun/libcrun_testing_a-terminal.o
20:56:25 [2024-01-26T20:56:25.431Z] #76 64.10   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
20:56:25 [2024-01-26T20:56:25.431Z] #76 64.21   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
20:56:25 [2024-01-26T20:56:25.691Z] #76 ...
20:56:25 [2024-01-26T20:56:25.691Z] 
20:56:25 [2024-01-26T20:56:25.691Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
20:56:25 [2024-01-26T20:56:25.691Z] #82 DONE 0.3s
20:56:25 [2024-01-26T20:56:25.691Z] 
20:56:25 [2024-01-26T20:56:25.691Z] #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
20:56:25 [2024-01-26T20:56:25.691Z] #76 64.28   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
20:56:25 [2024-01-26T20:56:25.951Z] #76 64.53   CC       src/crun-crun.o
20:56:25 [2024-01-26T20:56:25.951Z] #76 ...
20:56:25 [2024-01-26T20:56:25.951Z] 
20:56:25 [2024-01-26T20:56:25.951Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
20:56:25 [2024-01-26T20:56:25.951Z] #83 DONE 0.3s
20:56:25 [2024-01-26T20:56:25.951Z] 
20:56:25 [2024-01-26T20:56:25.951Z] #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
20:56:25 [2024-01-26T20:56:25.951Z] #76 64.58   CC       src/crun-run.o
20:56:25 [2024-01-26T20:56:25.951Z] #76 64.59   CC       src/crun-delete.o
20:56:25 [2024-01-26T20:56:25.951Z] #76 64.59   CC       src/crun-kill.o
20:56:25 [2024-01-26T20:56:25.951Z] #76 64.59   CC       src/crun-pause.o
20:56:26 [2024-01-26T20:56:26.212Z] #76 ...
20:56:26 [2024-01-26T20:56:26.212Z] 
20:56:26 [2024-01-26T20:56:26.212Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
20:56:26 [2024-01-26T20:56:26.212Z] #84 DONE 0.2s
20:56:26 [2024-01-26T20:56:26.212Z] 
20:56:26 [2024-01-26T20:56:26.212Z] #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
20:56:26 [2024-01-26T20:56:26.212Z] #76 64.70   CC       src/crun-unpause.o
20:56:26 [2024-01-26T20:56:26.212Z] #76 64.84   CC       src/crun-oci_features.o
20:56:26 [2024-01-26T20:56:26.212Z] #76 64.85   CC       src/crun-spec.o
20:56:26 [2024-01-26T20:56:26.212Z] #76 64.89   CC       src/crun-exec.o
20:56:26 [2024-01-26T20:56:26.212Z] #76 64.91   CC       src/crun-list.o
20:56:26 [2024-01-26T20:56:26.212Z] #76 64.91   CC       src/crun-create.o
20:56:26 [2024-01-26T20:56:26.472Z] #76 ...
20:56:26 [2024-01-26T20:56:26.472Z] 
20:56:26 [2024-01-26T20:56:26.472Z] #85 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
20:56:26 [2024-01-26T20:56:26.472Z] #85 DONE 0.2s
20:56:26 [2024-01-26T20:56:26.472Z] 
20:56:26 [2024-01-26T20:56:26.472Z] #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
20:56:26 [2024-01-26T20:56:26.472Z] #76 64.92   CC       src/crun-start.o
20:56:26 [2024-01-26T20:56:26.472Z] #76 64.94   CC       src/crun-state.o
20:56:26 [2024-01-26T20:56:26.472Z] #76 64.96   CC       src/crun-update.o
20:56:26 [2024-01-26T20:56:26.472Z] #76 65.02   CC       src/crun-ps.o
20:56:26 [2024-01-26T20:56:26.732Z] #76 ...
20:56:26 [2024-01-26T20:56:26.732Z] 
20:56:26 [2024-01-26T20:56:26.732Z] #86 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
20:56:26 [2024-01-26T20:56:26.732Z] #86 DONE 0.3s
20:56:26 [2024-01-26T20:56:26.732Z] 
20:56:26 [2024-01-26T20:56:26.732Z] #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
20:56:26 [2024-01-26T20:56:26.732Z] #76 65.42   CC       src/crun-checkpoint.o
20:56:26 [2024-01-26T20:56:26.992Z] #76 ...
20:56:26 [2024-01-26T20:56:26.992Z] 
20:56:26 [2024-01-26T20:56:26.992Z] #87 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
20:56:26 [2024-01-26T20:56:26.992Z] #87 DONE 0.2s
20:56:26 [2024-01-26T20:56:26.992Z] 
20:56:26 [2024-01-26T20:56:26.992Z] #88 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
20:56:26 [2024-01-26T20:56:26.992Z] #88 DONE 0.1s
20:56:26 [2024-01-26T20:56:26.992Z] 
20:56:26 [2024-01-26T20:56:26.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
20:56:26 [2024-01-26T20:56:26.992Z] #76 65.68   CC       src/crun-restore.o
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.71   CC       src/libcrun/crun-cloned_binary.o
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.72   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.72   CC       src/libcrun/libcrun_la-utils.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.73   CC       src/libcrun/libcrun_la-cgroup-resources.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.76   CC       src/libcrun/libcrun_la-cgroup-setup.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.80   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 ...
20:56:27 [2024-01-26T20:56:27.252Z] 
20:56:27 [2024-01-26T20:56:27.252Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
20:56:27 [2024-01-26T20:56:27.252Z] #89 DONE 0.3s
20:56:27 [2024-01-26T20:56:27.252Z] 
20:56:27 [2024-01-26T20:56:27.252Z] #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
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.81   CC       src/libcrun/libcrun_la-cgroup-utils.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.82   CC       src/libcrun/libcrun_la-cgroup.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.83   CC       src/libcrun/libcrun_la-chroot_realpath.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.83   CC       src/libcrun/libcrun_la-cloned_binary.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.84   CC       src/libcrun/libcrun_la-container.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.85   CC       src/libcrun/libcrun_la-criu.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.87   CC       src/libcrun/libcrun_la-custom-handler.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.88   CC       src/libcrun/libcrun_la-ebpf.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.91   CC       src/libcrun/libcrun_la-error.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 ...
20:56:27 [2024-01-26T20:56:27.252Z] 
20:56:27 [2024-01-26T20:56:27.252Z] #90 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
20:56:27 [2024-01-26T20:56:27.252Z] #90 DONE 0.2s
20:56:27 [2024-01-26T20:56:27.252Z] 
20:56:27 [2024-01-26T20:56:27.252Z] #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
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.91   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.93   CC       src/libcrun/handlers/libcrun_la-krun.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.93   CC       src/libcrun/handlers/libcrun_la-mono.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.94   CC       src/libcrun/handlers/libcrun_la-spin.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.94   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.94   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.94   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.95   CC       tests/init.o
20:56:27 [2024-01-26T20:56:27.252Z] #76 65.97   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
20:56:27 [2024-01-26T20:56:27.512Z] #76 ...
20:56:27 [2024-01-26T20:56:27.512Z] 
20:56:27 [2024-01-26T20:56:27.512Z] #91 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
20:56:27 [2024-01-26T20:56:27.512Z] #91 DONE 0.1s
20:56:27 [2024-01-26T20:56:27.512Z] 
20:56:27 [2024-01-26T20:56:27.512Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
20:56:27 [2024-01-26T20:56:27.512Z] #92 DONE 0.1s
20:56:27 [2024-01-26T20:56:27.775Z] 
20:56:27 [2024-01-26T20:56:27.775Z] #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
20:56:28 [2024-01-26T20:56:28.344Z] #76 67.07   CCLD     tests/init
20:56:30 [2024-01-26T20:56:30.881Z] #76 69.27   AR       libcrun_testing.a
20:56:30 [2024-01-26T20:56:30.881Z] #76 69.27 ar: `u' modifier ignored since `D' is the default (see `U')
20:56:30 [2024-01-26T20:56:30.881Z] #76 69.29   CCLD     tests/tests_libcrun_utils
20:56:30 [2024-01-26T20:56:30.881Z] #76 69.29   CCLD     tests/tests_libcrun_errors
20:56:30 [2024-01-26T20:56:30.881Z] #76 69.30   CCLD     tests/tests_libcrun_intelrdt
20:56:30 [2024-01-26T20:56:30.881Z] #76 69.30   CCLD     tests/tests_libcrun_fuzzer
20:56:30 [2024-01-26T20:56:30.881Z] #76 69.40   CCLD     libcrun.la
20:56:30 [2024-01-26T20:56:30.881Z] #76 69.62   CCLD     crun
20:56:31 [2024-01-26T20:56:31.140Z] #76 69.79 make[3]: Entering directory '/tmp/crun-build'
20:56:31 [2024-01-26T20:56:31.140Z] #76 69.87  /usr/bin/mkdir -p '/usr/local/share/man/man1'
20:56:31 [2024-01-26T20:56:31.140Z] #76 69.87  /usr/bin/mkdir -p '/usr/local/lib'
20:56:31 [2024-01-26T20:56:31.140Z] #76 69.87  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
20:56:31 [2024-01-26T20:56:31.140Z] #76 69.87  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
20:56:31 [2024-01-26T20:56:31.140Z] #76 69.91 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
20:56:31 [2024-01-26T20:56:31.399Z] #76 69.91 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
20:56:31 [2024-01-26T20:56:31.399Z] #76 69.92 libtool: install: chmod 644 /usr/local/lib/libcrun.a
20:56:31 [2024-01-26T20:56:31.399Z] #76 69.93 libtool: install: ranlib /usr/local/lib/libcrun.a
20:56:31 [2024-01-26T20:56:31.399Z] #76 70.16 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
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 ----------------------------------------------------------------------
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 Libraries have been installed in:
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16    /usr/local/lib
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 If you ever happen to want to link against installed libraries
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 in a given directory, LIBDIR, you must either use libtool, and
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 specify the full pathname of the library, or use the '-LLIBDIR'
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 flag during linking and do at least one of the following:
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16      during execution
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16    - add LIBDIR to the 'LD_RUN_PATH' environment variable
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16      during linking
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 See any operating system documentation about shared libraries for
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 more information, such as the ld(1) and ld.so(8) manual pages.
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16 ----------------------------------------------------------------------
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16  /usr/bin/mkdir -p '/build'
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.16   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.20 libtool: install: /usr/bin/install -c crun /build/crun
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.20 make[3]: Leaving directory '/tmp/crun-build'
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.21 make[2]: Leaving directory '/tmp/crun-build'
20:56:31 [2024-01-26T20:56:31.657Z] #76 70.21 make[1]: Leaving directory '/tmp/crun-build'
20:56:33 [2024-01-26T20:56:33.558Z] #76 DONE 72.0s
20:56:33 [2024-01-26T20:56:33.558Z] 
20:56:33 [2024-01-26T20:56:33.558Z] #73 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
20:56:33 [2024-01-26T20:56:33.817Z] #73 71.73 + bin/containerd-stress
20:56:33 [2024-01-26T20:56:33.817Z] #73 71.73 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.12 -X github.com/containerd/containerd/version.Revision=71909c1814c544ac47ab91d2e8b84718e517bb99 -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
20:56:35 [2024-01-26T20:56:35.192Z] #73 72.96 + bin/containerd-shim
20:56:35 [2024-01-26T20:56:35.450Z] #73 73.50 + bin/containerd-shim-runc-v1
20:56:36 [2024-01-26T20:56:36.385Z] #73 74.34 + bin/containerd-shim-runc-v2
20:56:37 [2024-01-26T20:56:37.320Z] #73 75.06 + binaries
20:56:39 [2024-01-26T20:56:39.222Z] #73 DONE 77.3s
20:56:40 [2024-01-26T20:56:40.164Z] 
20:56:40 [2024-01-26T20:56:40.164Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
20:56:41 [2024-01-26T20:56:41.098Z] #93 DONE 1.0s
20:56:41 [2024-01-26T20:56:41.098Z] 
20:56:41 [2024-01-26T20:56:41.098Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
20:56:41 [2024-01-26T20:56:41.098Z] #94 DONE 0.1s
20:56:41 [2024-01-26T20:56:41.098Z] 
20:56:41 [2024-01-26T20:56:41.098Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
20:56:41 [2024-01-26T20:56:41.098Z] #95 DONE 0.1s
20:56:41 [2024-01-26T20:56:41.356Z] 
20:56:41 [2024-01-26T20:56:41.356Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
20:56:41 [2024-01-26T20:56:41.356Z] #96 DONE 0.0s
20:56:41 [2024-01-26T20:56:41.356Z] 
20:56:41 [2024-01-26T20:56:41.356Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
20:56:41 [2024-01-26T20:56:41.356Z] #97 DONE 0.1s
20:56:41 [2024-01-26T20:56:41.356Z] 
20:56:41 [2024-01-26T20:56:41.356Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
20:56:41 [2024-01-26T20:56:41.356Z] #98 DONE 0.0s
20:56:41 [2024-01-26T20:56:41.356Z] 
20:56:41 [2024-01-26T20:56:41.356Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
20:56:41 [2024-01-26T20:56:41.356Z] #99 DONE 0.2s
20:56:41 [2024-01-26T20:56:41.614Z] 
20:56:41 [2024-01-26T20:56:41.614Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
20:56:41 [2024-01-26T20:56:41.614Z] #100 DONE 0.2s
20:56:41 [2024-01-26T20:56:41.872Z] 
20:56:41 [2024-01-26T20:56:41.872Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
20:56:41 [2024-01-26T20:56:41.872Z] #101 DONE 0.0s
20:56:41 [2024-01-26T20:56:41.872Z] 
20:56:41 [2024-01-26T20:56:41.872Z] #102 [dev-base  1/12] RUN groupadd -r docker
20:56:41 [2024-01-26T20:56:41.872Z] #102 DONE 0.3s
20:56:42 [2024-01-26T20:56:42.131Z] 
20:56:42 [2024-01-26T20:56:42.131Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
20:56:42 [2024-01-26T20:56:42.389Z] #103 DONE 0.4s
20:56:42 [2024-01-26T20:56:42.647Z] 
20:56:42 [2024-01-26T20:56:42.647Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
20:56:42 [2024-01-26T20:56:42.647Z] #104 0.319 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:56:42 [2024-01-26T20:56:42.906Z] #104 DONE 0.3s
20:56:42 [2024-01-26T20:56:42.906Z] 
20:56:42 [2024-01-26T20:56:42.906Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
20:56:43 [2024-01-26T20:56:43.164Z] #105 DONE 0.4s
20:56:43 [2024-01-26T20:56:43.423Z] 
20:56:43 [2024-01-26T20:56:43.423Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
20:56:43 [2024-01-26T20:56:43.423Z] #106 DONE 0.4s
20:56:43 [2024-01-26T20:56:43.681Z] 
20:56:43 [2024-01-26T20:56:43.681Z] #107 [dev-base  6/12] RUN ldconfig
20:56:43 [2024-01-26T20:56:43.939Z] #107 DONE 0.4s
20:56:43 [2024-01-26T20:56:43.939Z] 
20:56:43 [2024-01-26T20:56:43.939Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
20:56:44 [2024-01-26T20:56:44.197Z] #108 DONE 0.4s
20:56:44 [2024-01-26T20:56:44.456Z] 
20:56:44 [2024-01-26T20:56:44.456Z] #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
20:56:44 [2024-01-26T20:56:44.714Z] #109 0.567 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
20:56:44 [2024-01-26T20:56:44.972Z] #109 0.577 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
20:56:44 [2024-01-26T20:56:44.972Z] #109 0.577 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
20:56:44 [2024-01-26T20:56:44.972Z] #109 0.660 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
20:56:44 [2024-01-26T20:56:44.972Z] #109 0.733 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
20:56:45 [2024-01-26T20:56:45.230Z] #109 0.803 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [132 kB]
20:56:46 [2024-01-26T20:56:46.164Z] #109 1.685 Fetched 9080 kB in 1s (6602 kB/s)
20:56:46 [2024-01-26T20:56:46.730Z] #109 1.685 Reading package lists...
20:56:47 [2024-01-26T20:56:47.296Z] #109 2.311 Reading package lists...
20:56:47 [2024-01-26T20:56:47.296Z] #109 2.928 Building dependency tree...
20:56:47 [2024-01-26T20:56:47.554Z] #109 3.411 The following additional packages will be installed:
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.411   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.411   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.412   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.412   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.413   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.413   vim-runtime
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.416 Suggested packages:
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.416   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.416   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.416   systemd-userdbd systemd-boot systemd-resolved libqrencode4
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.416   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.416   vim-doc vim-scripts xfsdump acl attr quota
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.416 Recommended packages:
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.416   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
20:56:47 [2024-01-26T20:56:47.813Z] #109 3.416   systemd-timesyncd | time-daemon xxd unzip
20:56:48 [2024-01-26T20:56:48.071Z] #109 3.820 The following NEW packages will be installed:
20:56:48 [2024-01-26T20:56:48.329Z] #109 3.820   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
20:56:48 [2024-01-26T20:56:48.329Z] #109 3.820   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
20:56:48 [2024-01-26T20:56:48.329Z] #109 3.821   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
20:56:48 [2024-01-26T20:56:48.329Z] #109 3.821   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
20:56:48 [2024-01-26T20:56:48.329Z] #109 3.821   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:56:48 [2024-01-26T20:56:48.329Z] #109 3.821   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
20:56:48 [2024-01-26T20:56:48.329Z] #109 3.822   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
20:56:48 [2024-01-26T20:56:48.329Z] #109 3.822   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
20:56:48 [2024-01-26T20:56:48.329Z] #109 3.822   zip zstd
20:56:48 [2024-01-26T20:56:48.329Z] #109 4.103 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
20:56:48 [2024-01-26T20:56:48.329Z] #109 4.103 Need to get 31.8 MB of archives.
20:56:48 [2024-01-26T20:56:48.329Z] #109 4.103 After this operation, 143 MB of additional disk space will be used.
20:56:48 [2024-01-26T20:56:48.329Z] #109 4.103 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.105 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.106 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.108 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.110 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u1 [205 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.111 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+b1 [182 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.112 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.114 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.115 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.116 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.19-1~deb12u1 [1506 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.124 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.19-1~deb12u1 [2828 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.142 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.142 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.142 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.151 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.154 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.155 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.155 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.156 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.156 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.161 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.162 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.163 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.163 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.166 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.169 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.169 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.169 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.170 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.173 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.176 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.179 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.180 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.181 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.197 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.199 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.202 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
20:56:48 [2024-01-26T20:56:48.587Z] #109 4.258 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.258 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.259 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.259 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.265 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.266 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.270 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.274 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.275 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.278 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.279 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.282 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.19-1~deb12u1 [92.3 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.285 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.291 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.293 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.334 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.341 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.346 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.347 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.505 debconf: delaying package configuration, since apt-utils is not installed
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.547 Fetched 31.8 MB in 1s (62.0 MB/s)
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.577 Selecting previously unselected package libargon2-1:arm64.
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.577 (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.)
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.586 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.593 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
20:56:48 [2024-01-26T20:56:48.845Z] #109 4.628 Selecting previously unselected package dmsetup.
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.630 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.634 Unpacking dmsetup (2:1.02.185-2) ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.679 Selecting previously unselected package libdevmapper1.02.1:arm64.
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.681 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.685 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.728 Selecting previously unselected package libjson-c5:arm64.
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.730 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.733 Unpacking libjson-c5:arm64 (0.16-2) ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.771 Selecting previously unselected package libcryptsetup12:arm64.
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.773 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u1_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.776 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u1) ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.826 Selecting previously unselected package libfdisk1:arm64.
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.827 Preparing to unpack .../05-libfdisk1_2.38.1-5+b1_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.831 Unpacking libfdisk1:arm64 (2.38.1-5+b1) ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.878 Selecting previously unselected package libkmod2:arm64.
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.880 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.884 Unpacking libkmod2:arm64 (30+20221128-1) ...
20:56:49 [2024-01-26T20:56:49.104Z] #109 4.941 Selecting previously unselected package libapparmor1:arm64.
20:56:49 [2024-01-26T20:56:49.362Z] #109 4.943 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.362Z] #109 4.947 Unpacking libapparmor1:arm64 (3.0.8-3) ...
20:56:49 [2024-01-26T20:56:49.362Z] #109 4.984 Selecting previously unselected package libip4tc2:arm64.
20:56:49 [2024-01-26T20:56:49.362Z] #109 4.986 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.362Z] #109 4.990 Unpacking libip4tc2:arm64 (1.8.9-2) ...
20:56:49 [2024-01-26T20:56:49.362Z] #109 5.019 Selecting previously unselected package libsystemd-shared:arm64.
20:56:49 [2024-01-26T20:56:49.362Z] #109 5.021 Preparing to unpack .../09-libsystemd-shared_252.19-1~deb12u1_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.362Z] #109 5.025 Unpacking libsystemd-shared:arm64 (252.19-1~deb12u1) ...
20:56:49 [2024-01-26T20:56:49.362Z] #109 5.174 Selecting previously unselected package systemd.
20:56:49 [2024-01-26T20:56:49.620Z] #109 5.176 Preparing to unpack .../10-systemd_252.19-1~deb12u1_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.620Z] #109 5.195 Unpacking systemd (252.19-1~deb12u1) ...
20:56:49 [2024-01-26T20:56:49.620Z] #109 5.455 Selecting previously unselected package pigz.
20:56:49 [2024-01-26T20:56:49.879Z] #109 5.458 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.879Z] #109 5.461 Unpacking pigz (2.6-1) ...
20:56:49 [2024-01-26T20:56:49.879Z] #109 5.504 Selecting previously unselected package sgml-base.
20:56:49 [2024-01-26T20:56:49.879Z] #109 5.506 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
20:56:49 [2024-01-26T20:56:49.879Z] #109 5.512 Unpacking sgml-base (1.31) ...
20:56:49 [2024-01-26T20:56:49.879Z] #109 5.564 Selecting previously unselected package sudo.
20:56:49 [2024-01-26T20:56:49.879Z] #109 5.566 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
20:56:49 [2024-01-26T20:56:49.879Z] #109 5.572 Unpacking sudo (1.9.13p3-1+deb12u1) ...
20:56:49 [2024-01-26T20:56:49.879Z] #109 5.699 Selecting previously unselected package libelf1:arm64.
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.702 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.705 Unpacking libelf1:arm64 (0.188-2.1) ...
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.754 Selecting previously unselected package libbpf1:arm64.
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.756 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.759 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.803 Selecting previously unselected package libmnl0:arm64.
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.805 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.809 Unpacking libmnl0:arm64 (1.0.4-3) ...
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.844 Selecting previously unselected package libxtables12:arm64.
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.846 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.849 Unpacking libxtables12:arm64 (1.8.9-2) ...
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.879 Selecting previously unselected package libcap2-bin.
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.881 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.886 Unpacking libcap2-bin (1:2.66-4) ...
20:56:50 [2024-01-26T20:56:50.137Z] #109 5.930 Selecting previously unselected package iproute2.
20:56:50 [2024-01-26T20:56:50.395Z] #109 5.932 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.395Z] #109 5.936 Unpacking iproute2 (6.1.0-3) ...
20:56:50 [2024-01-26T20:56:50.395Z] #109 6.051 Selecting previously unselected package vim-common.
20:56:50 [2024-01-26T20:56:50.395Z] #109 6.053 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
20:56:50 [2024-01-26T20:56:50.395Z] #109 6.057 Unpacking vim-common (2:9.0.1378-2) ...
20:56:50 [2024-01-26T20:56:50.395Z] #109 6.103 Selecting previously unselected package bash-completion.
20:56:50 [2024-01-26T20:56:50.395Z] #109 6.105 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
20:56:50 [2024-01-26T20:56:50.395Z] #109 6.117 Unpacking bash-completion (1:2.11-6) ...
20:56:50 [2024-01-26T20:56:50.395Z] #109 6.233 Selecting previously unselected package bzip2.
20:56:50 [2024-01-26T20:56:50.654Z] #109 6.237 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.654Z] #109 6.240 Unpacking bzip2 (1.0.8-5+b1) ...
20:56:50 [2024-01-26T20:56:50.654Z] #109 6.278 Selecting previously unselected package xz-utils.
20:56:50 [2024-01-26T20:56:50.654Z] #109 6.280 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.654Z] #109 6.284 Unpacking xz-utils (5.4.1-0.2) ...
20:56:50 [2024-01-26T20:56:50.654Z] #109 6.369 Selecting previously unselected package apparmor.
20:56:50 [2024-01-26T20:56:50.654Z] #109 6.371 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.654Z] #109 6.391 Unpacking apparmor (3.0.8-3) ...
20:56:50 [2024-01-26T20:56:50.654Z] #109 6.475 Selecting previously unselected package inetutils-ping.
20:56:50 [2024-01-26T20:56:50.912Z] #109 6.477 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.912Z] #109 6.481 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
20:56:50 [2024-01-26T20:56:50.912Z] #109 6.523 Selecting previously unselected package libip6tc2:arm64.
20:56:50 [2024-01-26T20:56:50.912Z] #109 6.525 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.912Z] #109 6.529 Unpacking libip6tc2:arm64 (1.8.9-2) ...
20:56:50 [2024-01-26T20:56:50.912Z] #109 6.565 Selecting previously unselected package libnfnetlink0:arm64.
20:56:50 [2024-01-26T20:56:50.912Z] #109 6.568 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
20:56:50 [2024-01-26T20:56:50.912Z] #109 6.571 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
20:56:50 [2024-01-26T20:56:50.912Z] #109 6.607 Selecting previously unselected package libnetfilter-conntrack3:arm64.
20:56:51 [2024-01-26T20:56:51.170Z] #109 6.609 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.613 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.651 Selecting previously unselected package libnftnl11:arm64.
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.653 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.657 Unpacking libnftnl11:arm64 (1.2.4-2) ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.693 Selecting previously unselected package iptables.
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.695 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.699 Unpacking iptables (1.8.9-2) ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.789 Selecting previously unselected package libonig5:arm64.
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.791 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.795 Unpacking libonig5:arm64 (6.9.8-1) ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.843 Selecting previously unselected package libjq1:arm64.
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.845 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.848 Unpacking libjq1:arm64 (1.6-2.1) ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.885 Selecting previously unselected package jq.
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.888 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.892 Unpacking jq (1.6-2.1) ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.934 Selecting previously unselected package libaio1:arm64.
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.936 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.940 Unpacking libaio1:arm64 (0.3.113-4) ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.977 Selecting previously unselected package libgpm2:arm64.
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.979 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 6.983 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
20:56:51 [2024-01-26T20:56:51.171Z] #109 7.019 Selecting previously unselected package libicu72:arm64.
20:56:51 [2024-01-26T20:56:51.429Z] #109 7.021 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.429Z] #109 7.026 Unpacking libicu72:arm64 (72.1-3) ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.580 Selecting previously unselected package libinih1:arm64.
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.582 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.586 Unpacking libinih1:arm64 (55-1) ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.622 Selecting previously unselected package libmicrohttpd12:arm64.
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.625 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.628 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.668 Selecting previously unselected package libnet1:arm64.
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.670 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.674 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.714 Selecting previously unselected package libnl-3-200:arm64.
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.716 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.720 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.756 Selecting previously unselected package libprotobuf-c1:arm64.
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.759 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.762 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.798 Selecting previously unselected package libsodium23:arm64.
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.800 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.804 Unpacking libsodium23:arm64 (1.0.18-1) ...
20:56:51 [2024-01-26T20:56:51.995Z] #109 7.846 Selecting previously unselected package libsubid4:arm64.
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.849 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.852 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.892 Selecting previously unselected package liburcu8:arm64.
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.894 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.898 Unpacking liburcu8:arm64 (0.13.2-1) ...
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.943 Selecting previously unselected package libyajl2:arm64.
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.945 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.948 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.978 Selecting previously unselected package net-tools.
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.980 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
20:56:52 [2024-01-26T20:56:52.253Z] #109 7.984 Unpacking net-tools (2.10-0.1) ...
20:56:52 [2024-01-26T20:56:52.253Z] #109 8.033 Selecting previously unselected package patch.
20:56:52 [2024-01-26T20:56:52.253Z] #109 8.035 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
20:56:52 [2024-01-26T20:56:52.253Z] #109 8.039 Unpacking patch (2.7.6-7) ...
20:56:52 [2024-01-26T20:56:52.253Z] #109 8.078 Selecting previously unselected package systemd-journal-remote.
20:56:52 [2024-01-26T20:56:52.511Z] #109 8.080 Preparing to unpack .../48-systemd-journal-remote_252.19-1~deb12u1_arm64.deb ...
20:56:52 [2024-01-26T20:56:52.511Z] #109 8.084 Unpacking systemd-journal-remote (252.19-1~deb12u1) ...
20:56:52 [2024-01-26T20:56:52.511Z] #109 8.121 Selecting previously unselected package thin-provisioning-tools.
20:56:52 [2024-01-26T20:56:52.511Z] #109 8.123 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
20:56:52 [2024-01-26T20:56:52.511Z] #109 8.127 Unpacking thin-provisioning-tools (0.9.0-2) ...
20:56:52 [2024-01-26T20:56:52.511Z] #109 8.183 Selecting previously unselected package uidmap.
20:56:52 [2024-01-26T20:56:52.769Z] #109 8.185 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
20:56:52 [2024-01-26T20:56:52.769Z] #109 8.189 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
20:56:52 [2024-01-26T20:56:52.769Z] #109 8.238 Selecting previously unselected package vim-runtime.
20:56:52 [2024-01-26T20:56:52.769Z] #109 8.240 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
20:56:52 [2024-01-26T20:56:52.769Z] #109 8.251 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
20:56:52 [2024-01-26T20:56:52.769Z] #109 8.262 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
20:56:52 [2024-01-26T20:56:52.769Z] #109 8.266 Unpacking vim-runtime (2:9.0.1378-2) ...
20:56:53 [2024-01-26T20:56:53.028Z] #109 8.759 Selecting previously unselected package vim.
20:56:53 [2024-01-26T20:56:53.286Z] #109 8.762 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
20:56:53 [2024-01-26T20:56:53.286Z] #109 8.765 Unpacking vim (2:9.0.1378-2) ...
20:56:53 [2024-01-26T20:56:53.286Z] #109 8.900 Selecting previously unselected package xfsprogs.
20:56:53 [2024-01-26T20:56:53.286Z] #109 8.903 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
20:56:53 [2024-01-26T20:56:53.286Z] #109 8.907 Unpacking xfsprogs (6.1.0-1) ...
20:56:53 [2024-01-26T20:56:53.286Z] #109 9.006 Selecting previously unselected package zip.
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.008 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.012 Unpacking zip (3.0-13) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.057 Selecting previously unselected package zstd.
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.060 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.064 Unpacking zstd (1.5.4+dfsg2-5) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.154 Setting up libip4tc2:arm64 (1.8.9-2) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.165 Setting up net-tools (2.10-0.1) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.177 Setting up libapparmor1:arm64 (3.0.8-3) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.188 Setting up libsodium23:arm64 (1.0.18-1) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.198 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.209 Setting up libicu72:arm64 (72.1-3) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.221 Setting up libip6tc2:arm64 (1.8.9-2) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.231 Setting up libinih1:arm64 (55-1) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.242 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.253 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
20:56:53 [2024-01-26T20:56:53.544Z] #109 9.263 Setting up bzip2 (1.0.8-5+b1) ...
20:56:53 [2024-01-26T20:56:53.802Z] #109 9.273 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
20:56:53 [2024-01-26T20:56:53.802Z] #109 9.285 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
20:56:53 [2024-01-26T20:56:53.802Z] #109 9.295 Setting up libcap2-bin (1:2.66-4) ...
20:56:53 [2024-01-26T20:56:53.802Z] #109 9.306 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
20:56:53 [2024-01-26T20:56:53.802Z] #109 9.317 Setting up apparmor (3.0.8-3) ...
20:56:54 [2024-01-26T20:56:54.368Z] #109 9.956 debconf: unable to initialize frontend: Dialog
20:56:54 [2024-01-26T20:56:54.368Z] #109 9.956 debconf: (TERM is not set, so the dialog frontend is not usable.)
20:56:54 [2024-01-26T20:56:54.368Z] #109 9.956 debconf: falling back to frontend: Readline
20:56:54 [2024-01-26T20:56:54.368Z] #109 9.964 debconf: unable to initialize frontend: Readline
20:56:54 [2024-01-26T20:56:54.368Z] #109 9.964 debconf: (This frontend requires a controlling tty.)
20:56:54 [2024-01-26T20:56:54.368Z] #109 9.964 debconf: falling back to frontend: Teletype
20:56:54 [2024-01-26T20:56:54.368Z] #109 10.14 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
20:56:54 [2024-01-26T20:56:54.626Z] #109 10.27 Setting up zip (3.0-13) ...
20:56:54 [2024-01-26T20:56:54.626Z] #109 10.29 Setting up vim-common (2:9.0.1378-2) ...
20:56:54 [2024-01-26T20:56:54.626Z] #109 10.30 Setting up bash-completion (1:2.11-6) ...
20:56:54 [2024-01-26T20:56:54.626Z] #109 10.32 Setting up xz-utils (5.4.1-0.2) ...
20:56:54 [2024-01-26T20:56:54.626Z] #109 10.34 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:56:54 [2024-01-26T20:56:54.626Z] #109 10.34 Setting up libmnl0:arm64 (1.0.4-3) ...
20:56:54 [2024-01-26T20:56:54.626Z] #109 10.36 Setting up patch (2.7.6-7) ...
20:56:54 [2024-01-26T20:56:54.626Z] #109 10.37 Setting up sudo (1.9.13p3-1+deb12u1) ...
20:56:54 [2024-01-26T20:56:54.626Z] #109 10.42 invoke-rc.d: could not determine current runlevel
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.42 invoke-rc.d: policy-rc.d denied execution of start.
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.43 Setting up libxtables12:arm64 (1.8.9-2) ...
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.44 Setting up liburcu8:arm64 (0.13.2-1) ...
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.45 Setting up libfdisk1:arm64 (2.38.1-5+b1) ...
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.46 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.47 Setting up pigz (2.6-1) ...
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.48 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.49 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.52 Setting up sgml-base (1.31) ...
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.56 Setting up vim-runtime (2:9.0.1378-2) ...
20:56:54 [2024-01-26T20:56:54.886Z] #109 10.64 Setting up libaio1:arm64 (0.3.113-4) ...
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.65 Setting up libelf1:arm64 (0.188-2.1) ...
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.67 Setting up libjson-c5:arm64 (0.16-2) ...
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.68 Setting up zstd (1.5.4+dfsg2-5) ...
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.69 Setting up libonig5:arm64 (6.9.8-1) ...
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.70 Setting up libbpf1:arm64 (1:1.1.0-1) ...
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.71 Setting up libkmod2:arm64 (30+20221128-1) ...
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.73 Setting up vim (2:9.0.1378-2) ...
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.78 Setting up libjq1:arm64 (1.6-2.1) ...
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.80 Setting up iproute2 (6.1.0-3) ...
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.92 debconf: unable to initialize frontend: Dialog
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.92 debconf: (TERM is not set, so the dialog frontend is not usable.)
20:56:55 [2024-01-26T20:56:55.146Z] #109 10.92 debconf: falling back to frontend: Readline
20:56:55 [2024-01-26T20:56:55.404Z] #109 10.92 debconf: unable to initialize frontend: Readline
20:56:55 [2024-01-26T20:56:55.404Z] #109 10.92 debconf: (This frontend requires a controlling tty.)
20:56:55 [2024-01-26T20:56:55.404Z] #109 10.92 debconf: falling back to frontend: Teletype
20:56:55 [2024-01-26T20:56:55.404Z] #109 10.96 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 10.97 Setting up libnftnl11:arm64 (1.2.4-2) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 10.98 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 10.99 Setting up thin-provisioning-tools (0.9.0-2) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.00 Setting up libsystemd-shared:arm64 (252.19-1~deb12u1) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.01 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.02 Setting up jq (1.6-2.1) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.03 Setting up iptables (1.8.9-2) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.05 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.05 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.06 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.06 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.06 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.07 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.08 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.09 Setting up dmsetup (2:1.02.185-2) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.10 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u1) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.11 Setting up systemd (252.19-1~deb12u1) ...
20:56:55 [2024-01-26T20:56:55.404Z] #109 11.15 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.15 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.16 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.17 Initializing machine ID from random generator.
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.19 Creating group 'systemd-journal' with GID 998.
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.19 Creating group 'systemd-network' with GID 997.
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.19 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.24 Setting up systemd-journal-remote (252.19-1~deb12u1) ...
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.26 Creating group 'systemd-journal-remote' with GID 996.
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.26 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.29 Setting up xfsprogs (6.1.0-1) ...
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.30 System has not been booted with systemd as init system (PID 1). Can't operate.
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.30 Failed to connect to bus: Host is down
20:56:55 [2024-01-26T20:56:55.663Z] #109 11.30 Processing triggers for libc-bin (2.36-9+deb12u3) ...
20:56:56 [2024-01-26T20:56:56.229Z] #109 DONE 11.8s
20:56:56 [2024-01-26T20:56:56.229Z] 
20:56:56 [2024-01-26T20:56:56.229Z] #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
20:56:56 [2024-01-26T20:56:56.487Z] #110 0.373 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:56:56 [2024-01-26T20:56:56.745Z] #110 0.376 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:56:56 [2024-01-26T20:56:56.745Z] #110 0.379 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:56:56 [2024-01-26T20:56:56.745Z] #110 DONE 0.4s
20:56:56 [2024-01-26T20:56:56.745Z] 
20:56:56 [2024-01-26T20:56:56.745Z] #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
20:56:57 [2024-01-26T20:56:57.311Z] #111 0.703 Hit:1 http://deb.debian.org/debian bookworm InRelease
20:56:57 [2024-01-26T20:56:57.311Z] #111 0.703 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
20:56:57 [2024-01-26T20:56:57.311Z] #111 0.703 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
20:56:58 [2024-01-26T20:56:58.245Z] #111 0.931 Reading package lists...
20:56:58 [2024-01-26T20:56:58.503Z] #111 1.564 Reading package lists...
20:56:58 [2024-01-26T20:56:58.761Z] #111 2.178 Building dependency tree...
20:56:59 [2024-01-26T20:56:59.019Z] #111 2.359 Reading state information...
20:56:59 [2024-01-26T20:56:59.019Z] #111 2.622 gcc is already the newest version (4:12.2.0-3).
20:56:59 [2024-01-26T20:56:59.019Z] #111 2.622 pkg-config is already the newest version (1.8.1-1).
20:56:59 [2024-01-26T20:56:59.019Z] #111 2.622 The following additional packages will be installed:
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.623   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.623   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.623   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.623   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.624   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.624   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.625   python3-yaml uuid-dev zlib1g-dev
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.627 Suggested packages:
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.627   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.627   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.627 Recommended packages:
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.627   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.627   liblocale-gettext-perl shared-mime-info xdg-user-dirs
20:56:59 [2024-01-26T20:56:59.278Z] #111 2.937 The following NEW packages will be installed:
20:56:59 [2024-01-26T20:56:59.536Z] #111 2.937   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
20:56:59 [2024-01-26T20:56:59.536Z] #111 2.937   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
20:56:59 [2024-01-26T20:56:59.536Z] #111 2.937   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
20:56:59 [2024-01-26T20:56:59.536Z] #111 2.938   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
20:56:59 [2024-01-26T20:56:59.536Z] #111 2.938   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
20:56:59 [2024-01-26T20:56:59.536Z] #111 2.938   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
20:56:59 [2024-01-26T20:56:59.536Z] #111 2.938   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
20:56:59 [2024-01-26T20:56:59.536Z] #111 2.939   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.214 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.214 Need to get 11.9 MB of archives.
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.214 After this operation, 53.1 MB of additional disk space will be used.
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.214 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.219 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.228 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.236 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.236 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.238 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.238 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.239 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.239 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.240 Get:10 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.240 Get:11 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.241 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.242 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.243 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.248 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.255 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.256 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.257 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.258 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.259 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.261 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.262 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.263 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.264 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.268 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.269 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.270 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.277 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.286 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.286 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.287 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.19-1~deb12u1 [353 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.289 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.19-1~deb12u1 [51.9 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.290 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.290 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.291 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.292 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.293 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
20:56:59 [2024-01-26T20:56:59.794Z] #111 3.448 debconf: delaying package configuration, since apt-utils is not installed
20:57:00 [2024-01-26T20:57:00.052Z] #111 3.490 Fetched 11.9 MB in 0s (34.4 MB/s)
20:57:00 [2024-01-26T20:57:00.052Z] #111 3.512 Selecting previously unselected package libdpkg-perl.
20:57:00 [2024-01-26T20:57:00.052Z] #111 3.512 (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.)
20:57:00 [2024-01-26T20:57:00.053Z] #111 3.524 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
20:57:00 [2024-01-26T20:57:00.053Z] #111 3.528 Unpacking libdpkg-perl (1.21.22) ...
20:57:00 [2024-01-26T20:57:00.053Z] #111 3.599 Selecting previously unselected package dpkg-dev.
20:57:00 [2024-01-26T20:57:00.311Z] #111 3.601 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
20:57:00 [2024-01-26T20:57:00.311Z] #111 3.605 Unpacking dpkg-dev (1.21.22) ...
20:57:00 [2024-01-26T20:57:00.311Z] #111 3.727 Selecting previously unselected package libglib2.0-0:arm64.
20:57:00 [2024-01-26T20:57:00.311Z] #111 3.730 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ...
20:57:00 [2024-01-26T20:57:00.311Z] #111 3.737 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
20:57:00 [2024-01-26T20:57:00.311Z] #111 3.859 Selecting previously unselected package libgirepository-1.0-1:arm64.
20:57:00 [2024-01-26T20:57:00.569Z] #111 3.861 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 3.865 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 3.901 Selecting previously unselected package gir1.2-glib-2.0:arm64.
20:57:00 [2024-01-26T20:57:00.569Z] #111 3.903 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 3.907 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 3.948 Selecting previously unselected package libsecret-common.
20:57:00 [2024-01-26T20:57:00.569Z] #111 3.950 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 3.954 Unpacking libsecret-common (0.20.5-3) ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 4.007 Selecting previously unselected package libsecret-1-0:arm64.
20:57:00 [2024-01-26T20:57:00.569Z] #111 4.010 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 4.014 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 4.052 Selecting previously unselected package gir1.2-secret-1:arm64.
20:57:00 [2024-01-26T20:57:00.569Z] #111 4.054 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 4.058 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 4.088 Selecting previously unselected package libapparmor-dev:arm64.
20:57:00 [2024-01-26T20:57:00.569Z] #111 4.090 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 4.094 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
20:57:00 [2024-01-26T20:57:00.569Z] #111 4.129 Selecting previously unselected package uuid-dev:arm64.
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.131 Preparing to unpack .../09-uuid-dev_2.38.1-5+b1_arm64.deb ...
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.135 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.168 Selecting previously unselected package libblkid-dev:arm64.
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.171 Preparing to unpack .../10-libblkid-dev_2.38.1-5+b1_arm64.deb ...
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.175 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.219 Selecting previously unselected package libffi-dev:arm64.
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.221 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.225 Unpacking libffi-dev:arm64 (3.4.4-1) ...
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.264 Selecting previously unselected package libgpg-error-dev.
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.266 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.270 Unpacking libgpg-error-dev (1.46-1) ...
20:57:00 [2024-01-26T20:57:00.827Z] #111 4.367 Selecting previously unselected package libgcrypt20-dev.
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.370 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.374 Unpacking libgcrypt20-dev (1.10.1-3) ...
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.448 Selecting previously unselected package libglib2.0-data.
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.450 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.455 Unpacking libglib2.0-data (2.74.6-2) ...
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.590 Selecting previously unselected package libglib2.0-bin.
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.592 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.595 Unpacking libglib2.0-bin (2.74.6-2) ...
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.637 Selecting previously unselected package python3-lib2to3.
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.640 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.644 Unpacking python3-lib2to3 (3.11.2-3) ...
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.688 Selecting previously unselected package python3-distutils.
20:57:01 [2024-01-26T20:57:01.085Z] #111 4.691 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.694 Unpacking python3-distutils (3.11.2-3) ...
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.737 Selecting previously unselected package libglib2.0-dev-bin.
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.739 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.742 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.783 Selecting previously unselected package libsepol-dev:arm64.
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.785 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.788 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.850 Selecting previously unselected package libpcre2-16-0:arm64.
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.853 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.856 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.904 Selecting previously unselected package libpcre2-32-0:arm64.
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.907 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.910 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
20:57:01 [2024-01-26T20:57:01.344Z] #111 4.959 Selecting previously unselected package libpcre2-posix3:arm64.
20:57:01 [2024-01-26T20:57:01.602Z] #111 4.961 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.602Z] #111 4.965 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
20:57:01 [2024-01-26T20:57:01.602Z] #111 4.998 Selecting previously unselected package libpcre2-dev:arm64.
20:57:01 [2024-01-26T20:57:01.602Z] #111 5.000 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.602Z] #111 5.004 Unpacking libpcre2-dev:arm64 (10.42-1) ...
20:57:01 [2024-01-26T20:57:01.602Z] #111 5.082 Selecting previously unselected package libselinux1-dev:arm64.
20:57:01 [2024-01-26T20:57:01.602Z] #111 5.084 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.602Z] #111 5.088 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
20:57:01 [2024-01-26T20:57:01.602Z] #111 5.146 Selecting previously unselected package libmount-dev:arm64.
20:57:01 [2024-01-26T20:57:01.602Z] #111 5.149 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.602Z] #111 5.152 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
20:57:01 [2024-01-26T20:57:01.602Z] #111 5.184 Selecting previously unselected package zlib1g-dev:arm64.
20:57:01 [2024-01-26T20:57:01.860Z] #111 5.187 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.860Z] #111 5.190 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
20:57:01 [2024-01-26T20:57:01.860Z] #111 5.241 Selecting previously unselected package libglib2.0-dev:arm64.
20:57:01 [2024-01-26T20:57:01.860Z] #111 5.244 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
20:57:01 [2024-01-26T20:57:01.860Z] #111 5.248 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
20:57:01 [2024-01-26T20:57:01.860Z] #111 5.416 Selecting previously unselected package libseccomp-dev:arm64.
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.418 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.422 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.460 Selecting previously unselected package libsecret-1-dev:arm64.
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.463 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.467 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.548 Selecting previously unselected package libsystemd-dev:arm64.
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.551 Preparing to unpack .../30-libsystemd-dev_252.19-1~deb12u1_arm64.deb ...
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.554 Unpacking libsystemd-dev:arm64 (252.19-1~deb12u1) ...
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.657 Selecting previously unselected package libudev-dev:arm64.
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.659 Preparing to unpack .../31-libudev-dev_252.19-1~deb12u1_arm64.deb ...
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.663 Unpacking libudev-dev:arm64 (252.19-1~deb12u1) ...
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.713 Selecting previously unselected package libyaml-0-2:arm64.
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.716 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.721 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
20:57:02 [2024-01-26T20:57:02.118Z] #111 5.761 Selecting previously unselected package python3-pathspec.
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.764 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.768 Unpacking python3-pathspec (0.11.0-1) ...
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.850 Selecting previously unselected package python3-pkg-resources.
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.852 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.856 Unpacking python3-pkg-resources (66.1.1-1) ...
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.911 Selecting previously unselected package python3-yaml.
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.914 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.917 Unpacking python3-yaml (6.0-3+b2) ...
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.960 Selecting previously unselected package yamllint.
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.962 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
20:57:02 [2024-01-26T20:57:02.376Z] #111 5.966 Unpacking yamllint (1.29.0-1) ...
20:57:02 [2024-01-26T20:57:02.376Z] #111 6.018 Setting up python3-pkg-resources (66.1.1-1) ...
20:57:02 [2024-01-26T20:57:02.634Z] #111 6.276 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
20:57:02 [2024-01-26T20:57:02.892Z] #111 6.287 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
20:57:02 [2024-01-26T20:57:02.892Z] #111 6.298 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
20:57:02 [2024-01-26T20:57:02.892Z] #111 6.310 No schema files found: doing nothing.
20:57:02 [2024-01-26T20:57:02.892Z] #111 6.317 Setting up python3-yaml (6.0-3+b2) ...
20:57:02 [2024-01-26T20:57:02.892Z] #111 6.473 Setting up libffi-dev:arm64 (3.4.4-1) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.485 Setting up libpcre2-16-0:arm64 (10.42-1) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.505 Setting up libpcre2-32-0:arm64 (10.42-1) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.516 Setting up libglib2.0-data (2.74.6-2) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.527 Setting up libgpg-error-dev (1.46-1) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.537 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.548 Setting up libudev-dev:arm64 (252.19-1~deb12u1) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.560 Setting up libsepol-dev:arm64 (3.4-2.1) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.571 Setting up libdpkg-perl (1.21.22) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.582 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.593 Setting up libpcre2-posix3:arm64 (10.42-1) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.604 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.615 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.627 Setting up python3-pathspec (0.11.0-1) ...
20:57:03 [2024-01-26T20:57:03.150Z] #111 6.756 Setting up python3-lib2to3 (3.11.2-3) ...
20:57:03 [2024-01-26T20:57:03.408Z] #111 6.867 Setting up libsystemd-dev:arm64 (252.19-1~deb12u1) ...
20:57:03 [2024-01-26T20:57:03.408Z] #111 6.881 Setting up libsecret-common (0.20.5-3) ...
20:57:03 [2024-01-26T20:57:03.408Z] #111 6.893 Setting up python3-distutils (3.11.2-3) ...
20:57:03 [2024-01-26T20:57:03.408Z] #111 7.022 Setting up libglib2.0-dev-bin (2.74.6-2) ...
20:57:03 [2024-01-26T20:57:03.666Z] #111 7.179 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
20:57:03 [2024-01-26T20:57:03.924Z] #111 7.191 Setting up libpcre2-dev:arm64 (10.42-1) ...
20:57:03 [2024-01-26T20:57:03.924Z] #111 7.202 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
20:57:03 [2024-01-26T20:57:03.924Z] #111 7.214 Setting up libglib2.0-bin (2.74.6-2) ...
20:57:03 [2024-01-26T20:57:03.924Z] #111 7.224 Setting up dpkg-dev (1.21.22) ...
20:57:03 [2024-01-26T20:57:03.924Z] #111 7.242 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
20:57:03 [2024-01-26T20:57:03.924Z] #111 7.253 Setting up yamllint (1.29.0-1) ...
20:57:03 [2024-01-26T20:57:03.924Z] #111 7.397 Setting up libgcrypt20-dev (1.10.1-3) ...
20:57:04 [2024-01-26T20:57:04.183Z] #111 7.408 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
20:57:04 [2024-01-26T20:57:04.183Z] #111 7.419 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
20:57:04 [2024-01-26T20:57:04.183Z] #111 7.430 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
20:57:04 [2024-01-26T20:57:04.183Z] #111 7.441 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
20:57:04 [2024-01-26T20:57:04.183Z] #111 7.451 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
20:57:04 [2024-01-26T20:57:04.183Z] #111 7.462 Processing triggers for libc-bin (2.36-9+deb12u3) ...
20:57:04 [2024-01-26T20:57:04.183Z] #111 DONE 7.8s
20:57:04 [2024-01-26T20:57:04.442Z] 
20:57:04 [2024-01-26T20:57:04.442Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
20:57:04 [2024-01-26T20:57:04.442Z] #112 DONE 0.1s
20:57:04 [2024-01-26T20:57:04.442Z] 
20:57:04 [2024-01-26T20:57:04.442Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
20:57:04 [2024-01-26T20:57:04.442Z] #113 DONE 0.1s
20:57:04 [2024-01-26T20:57:04.700Z] 
20:57:04 [2024-01-26T20:57:04.700Z] #114 [dev 1/1] COPY --link . .
20:57:08 [2024-01-26T20:57:08.885Z] #114 DONE 4.1s
20:57:08 [2024-01-26T20:57:08.885Z] 
20:57:08 [2024-01-26T20:57:08.885Z] #115 exporting to image
20:57:08 [2024-01-26T20:57:08.885Z] #115 exporting layers
20:57:09 [2024-01-26T20:57:09.452Z] #115 exporting layers 1.0s done
20:57:09 [2024-01-26T20:57:09.710Z] #115 writing image sha256:5d61a1f2b16baee943efc7589b4eb223be1eaf9e7f3c0200199f1d24322acb6f done
20:57:09 [2024-01-26T20:57:09.710Z] #115 naming to docker.io/library/docker:a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 done
20:57:09 [2024-01-26T20:57:09.710Z] #115 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:57:10 [2024-01-26T20:57:10.008Z] + sudo modprobe ip6table_filter
[Pipeline] sh
20:57:10 [2024-01-26T20:57:10.288Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47234/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 hack/test/unit
20:57:10 [2024-01-26T20:57:10.546Z] + BUILDFLAGS=(-tags 'netgo journald')
20:57:10 [2024-01-26T20:57:10.546Z] + TESTFLAGS+=' -test.timeout=5m'
20:57:10 [2024-01-26T20:57:10.546Z] + TESTDIRS=./...
20:57:10 [2024-01-26T20:57:10.546Z] + exclude_paths='/vendor/|/integration'
20:57:10 [2024-01-26T20:57:10.546Z] ++ go list ./...
20:57:10 [2024-01-26T20:57:10.546Z] ++ grep -vE '(/vendor/|/integration)'
20:57:11 [2024-01-26T20:57:11.115Z] + pkg_list='github.com/docker/docker/api
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/backend/build
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/httpstatus
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/httputils
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/middleware
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/build
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/checkpoint
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/container
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/debug
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/distribution
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/grpc
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/image
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/network
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/plugin
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/session
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/swarm
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/system
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/server/router/volume
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/backend
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/blkiodev
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/checkpoint
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/container
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/events
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/filters
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/image
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/mount
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/network
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/plugins/logdriver
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/registry
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/strslice
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/swarm
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/swarm/runtime
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/system
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/time
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/versions
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/versions/v1p19
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/versions/v1p20
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/api/types/volume
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/builder-next
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/builder-next/exporter
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/builder-next/exporter/overrides
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/builder-next/imagerefchecker
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/builder-next/worker
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/builder-next/worker/label
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/dockerfile
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/remotecontext
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/remotecontext/git
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/builder/remotecontext/urlutil
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/cli/debug
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/cli/winresources/docker-proxy
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/cli/winresources/dockerd
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/client
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/client/buildkit
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/cmd/docker-proxy
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/cmd/dockerd
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/cmd/dockerd/trap
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/container
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/container/stream
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/contrib/apparmor
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/contrib/httpserver
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/cluster
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/cluster/controllers/plugin
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/cluster/convert
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/cluster/executor
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/cluster/executor/container
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/cluster/provider
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/config
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/containerd
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/events
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/events/testutils
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/graphdriver
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/graphdriver/btrfs
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/graphdriver/copy
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/graphdriver/graphtest
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/graphdriver/overlay2
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/graphdriver/overlayutils
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/graphdriver/register
20:57:11 [2024-01-26T20:57:11.115Z] github.com/docker/docker/daemon/graphdriver/vfs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver/zfs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/images
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/initlayer
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/links
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/listeners
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/awslogs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/fluentd
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/gcplogs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/gelf
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/journald
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/journald/internal/export
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/journald/internal/fake
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/jsonfilelog
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/local
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/loggertest
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/loggerutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/loggerutils/cache
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/splunk
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/syslog
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/templates
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/names
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/network
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/snapshotter
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/stats
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/distribution
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/distribution/metadata
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/distribution/utils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/distribution/xfer
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/dockerversion
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/errdefs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image/cache
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image/spec/specs-go
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image/spec/specs-go/v1
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image/tarexport
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image/v1
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/cleanups
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/compatcontext
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/mod
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/mounttree
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/multierror
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/safepath
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/sliceutil
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/test/suite
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/testutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/testutils/netnsutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/testutils/specialimage
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/unix_noeintr
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/unshare
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/layer
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd/queue
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd/remote
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd/shimopts
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd/supervisor
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd/types
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/bitmap
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cluster
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cmd/diagnostic
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/config
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/datastore
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/diagnostic
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/discoverapi
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/driverapi
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/bridge
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/host
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/ipvlan
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/macvlan
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/null
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/overlay
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/remote
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/remote/api
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/windows
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/drvregistry
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/etchosts
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/internal/caller
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/internal/kvstore
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/internal/netiputil
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/internal/setmatrix
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/ipam
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/ipamapi
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/ipams/builtin
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/ipams/null
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/ipams/remote
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/ipams/remote/api
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/ipams/windowsipam
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/ipamutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/ipbits
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/iptables
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/netlabel
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/netutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/networkdb
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/ns
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/options
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/osl
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/osl/kernel
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/portallocator
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/portmapper
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/resolvconf
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/scope
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/types
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/oci
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/oci/caps
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/opts
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/archive
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/authorization
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/broadcaster
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/capabilities
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/chrootarchive
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/containerfs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/directory
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/dmesg
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/fileutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/homedir
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/idtools
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/ioutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/jsonmessage
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/longpath
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/meminfo
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/namesgenerator
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/parsers
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/parsers/kernel
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/parsers/operatingsystem
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/pidfile
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/platform
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/plugingetter
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/plugins
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/plugins/transport
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/pools
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/process
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/progress
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/reexec
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/rootless
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/rootless/specconv
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/stack
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/stdcopy
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/streamformatter
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/stringid
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/sysinfo
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/system
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/tailfile
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/tarsum
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/pkg/useragent
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/plugin
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/plugin/executor/containerd
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/plugin/v2
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/profiles/apparmor
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/profiles/seccomp
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/quota
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/reference
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/registry
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/registry/resumable
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/restartmanager
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/runconfig
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/runconfig/opts
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil/daemon
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil/environment
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil/fakecontext
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil/fakegit
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil/fakestorage
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil/fixtures/load
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil/fixtures/plugin
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil/fixtures/plugin/basic
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil/registry
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/testutil/request
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/volume
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/volume/drivers
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/volume/local
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/volume/mounts
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/volume/service
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/volume/service/opts
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/volume/testutils'
20:57:11 [2024-01-26T20:57:11.116Z] ++ grep --fixed-strings -v /libnetwork
20:57:11 [2024-01-26T20:57:11.116Z] ++ echo 'github.com/docker/docker/api
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/backend/build
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/httpstatus
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/httputils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/middleware
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/build
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/checkpoint
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/container
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/debug
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/distribution
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/grpc
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/image
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/network
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/plugin
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/session
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/swarm
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/system
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/server/router/volume
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/backend
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/blkiodev
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/checkpoint
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/container
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/events
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/filters
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/image
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/mount
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/network
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/plugins/logdriver
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/registry
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/strslice
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/swarm
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/swarm/runtime
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/system
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/time
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/versions
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/versions/v1p19
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/versions/v1p20
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/api/types/volume
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/builder-next
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/builder-next/exporter
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/builder-next/exporter/overrides
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/builder-next/imagerefchecker
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/builder-next/worker
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/builder-next/worker/label
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/dockerfile
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/remotecontext
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/remotecontext/git
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/builder/remotecontext/urlutil
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/cli/debug
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/cli/winresources/docker-proxy
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/cli/winresources/dockerd
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/client
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/client/buildkit
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/cmd/docker-proxy
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/cmd/dockerd
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/cmd/dockerd/trap
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/container
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/container/stream
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/contrib/apparmor
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/contrib/httpserver
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/cluster
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/cluster/controllers/plugin
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/cluster/convert
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/cluster/executor
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/cluster/executor/container
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/cluster/provider
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/config
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/containerd
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/events
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/events/testutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver/btrfs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver/copy
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver/graphtest
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver/overlay2
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver/overlayutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver/register
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver/vfs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/graphdriver/zfs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/images
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/initlayer
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/links
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/listeners
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/awslogs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/fluentd
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/gcplogs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/gelf
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/journald
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/journald/internal/export
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/journald/internal/fake
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/jsonfilelog
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/local
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/loggertest
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/loggerutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/loggerutils/cache
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/splunk
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/syslog
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/logger/templates
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/names
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/network
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/snapshotter
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/daemon/stats
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/distribution
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/distribution/metadata
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/distribution/utils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/distribution/xfer
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/dockerversion
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/errdefs
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image/cache
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image/spec/specs-go
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image/spec/specs-go/v1
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image/tarexport
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/image/v1
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/cleanups
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/compatcontext
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/mod
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/mounttree
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/multierror
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/safepath
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/sliceutil
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/test/suite
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/testutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/testutils/netnsutils
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/testutils/specialimage
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/unix_noeintr
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/internal/unshare
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/layer
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd/queue
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd/remote
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd/shimopts
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd/supervisor
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libcontainerd/types
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/bitmap
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cluster
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cmd/diagnostic
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
20:57:11 [2024-01-26T20:57:11.116Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/config
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/datastore
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/diagnostic
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/discoverapi
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/driverapi
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/bridge
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/host
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/ipvlan
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/macvlan
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/null
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/overlay
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/remote
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/remote/api
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/windows
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/drvregistry
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/etchosts
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/internal/caller
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/internal/kvstore
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/internal/netiputil
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/internal/setmatrix
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/ipam
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/ipamapi
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/ipams/builtin
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/ipams/null
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/ipams/remote
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/ipams/remote/api
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/ipams/windowsipam
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/ipamutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/ipbits
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/iptables
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/netlabel
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/netutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/networkdb
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/ns
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/options
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/osl
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/osl/kernel
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/portallocator
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/portmapper
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/resolvconf
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/scope
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libnetwork/types
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/oci
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/oci/caps
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/opts
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/archive
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/authorization
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/broadcaster
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/capabilities
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/chrootarchive
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/containerfs
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/directory
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/dmesg
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/fileutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/homedir
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/idtools
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/ioutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/jsonmessage
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/longpath
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/meminfo
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/namesgenerator
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/parsers
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/parsers/kernel
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/parsers/operatingsystem
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/pidfile
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/platform
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugingetter
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugins
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugins/transport
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/pools
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/process
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/progress
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/reexec
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/rootless
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/rootless/specconv
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/stack
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/stdcopy
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/streamformatter
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/stringid
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/sysinfo
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/system
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/tailfile
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/tarsum
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/useragent
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/plugin
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/plugin/executor/containerd
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/plugin/v2
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/profiles/apparmor
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/profiles/seccomp
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/quota
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/reference
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/registry
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/registry/resumable
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/restartmanager
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/runconfig
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/runconfig/opts
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/daemon
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/environment
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fakecontext
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fakegit
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fakestorage
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fixtures/load
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fixtures/plugin
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fixtures/plugin/basic
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/registry
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/request
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/drivers
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/local
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/mounts
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/service
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/service/opts
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/testutils'
20:57:11 [2024-01-26T20:57:11.117Z] + base_pkg_list='github.com/docker/docker/api
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/backend/build
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/httpstatus
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/httputils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/middleware
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/build
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/checkpoint
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/container
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/debug
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/distribution
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/grpc
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/image
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/network
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/plugin
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/session
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/swarm
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/system
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router/volume
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/backend
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/blkiodev
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/checkpoint
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/container
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/events
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/filters
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/image
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/mount
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/network
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/plugins/logdriver
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/registry
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/strslice
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/swarm
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/swarm/runtime
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/system
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/time
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/versions
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/versions/v1p19
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/versions/v1p20
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/types/volume
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/builder-next
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/builder-next/exporter
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/builder-next/exporter/overrides
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/builder-next/imagerefchecker
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/builder-next/worker
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/builder-next/worker/label
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/dockerfile
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/remotecontext
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/remotecontext/git
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/builder/remotecontext/urlutil
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/cli/debug
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/cli/winresources/docker-proxy
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/cli/winresources/dockerd
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/client
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/client/buildkit
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/cmd/docker-proxy
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/cmd/dockerd
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/cmd/dockerd/trap
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/container
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/container/stream
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/contrib/apparmor
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/contrib/httpserver
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/cluster
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/cluster/controllers/plugin
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/cluster/convert
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/cluster/executor
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/cluster/executor/container
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/cluster/provider
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/config
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/containerd
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/events
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/events/testutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/graphdriver
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/graphdriver/btrfs
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/graphdriver/copy
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/graphdriver/graphtest
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/graphdriver/overlay2
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/graphdriver/overlayutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/graphdriver/register
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/graphdriver/vfs
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/graphdriver/zfs
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/images
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/initlayer
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/links
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/listeners
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/awslogs
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/fluentd
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/gcplogs
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/gelf
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/journald
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/journald/internal/export
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/journald/internal/fake
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/jsonfilelog
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/local
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/loggertest
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/loggerutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/loggerutils/cache
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/splunk
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/syslog
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/logger/templates
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/names
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/network
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/snapshotter
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/daemon/stats
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/distribution
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/distribution/metadata
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/distribution/utils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/distribution/xfer
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/dockerversion
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/errdefs
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/image
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/image/cache
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/image/spec/specs-go
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/image/spec/specs-go/v1
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/image/tarexport
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/image/v1
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/cleanups
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/compatcontext
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/mod
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/mounttree
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/multierror
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/safepath
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/sliceutil
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/test/suite
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/testutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/testutils/netnsutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/testutils/specialimage
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/unix_noeintr
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/internal/unshare
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/layer
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libcontainerd
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libcontainerd/queue
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libcontainerd/remote
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libcontainerd/shimopts
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libcontainerd/supervisor
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/libcontainerd/types
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/oci
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/oci/caps
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/opts
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/archive
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/authorization
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/broadcaster
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/capabilities
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/chrootarchive
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/containerfs
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/directory
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/dmesg
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/fileutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/homedir
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/idtools
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/ioutils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/jsonmessage
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/longpath
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/meminfo
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/namesgenerator
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/parsers
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/parsers/kernel
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/parsers/operatingsystem
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/pidfile
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/platform
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugingetter
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugins
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/plugins/transport
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/pools
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/process
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/progress
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/reexec
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/rootless
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/rootless/specconv
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/stack
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/stdcopy
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/streamformatter
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/stringid
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/sysinfo
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/system
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/tailfile
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/tarsum
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/pkg/useragent
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/plugin
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/plugin/executor/containerd
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/plugin/v2
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/profiles/apparmor
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/profiles/seccomp
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/quota
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/reference
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/registry
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/registry/resumable
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/restartmanager
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/runconfig
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/runconfig/opts
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/daemon
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/environment
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fakecontext
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fakegit
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fakestorage
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fixtures/load
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fixtures/plugin
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/fixtures/plugin/basic
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/registry
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/testutil/request
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/drivers
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/local
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/mounts
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/service
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/service/opts
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/volume/testutils'
20:57:11 [2024-01-26T20:57:11.117Z] ++ grep --fixed-strings /libnetwork
20:57:11 [2024-01-26T20:57:11.117Z] ++ echo 'github.com/docker/docker/api
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/backend/build
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/httpstatus
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/httputils
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/middleware
20:57:11 [2024-01-26T20:57:11.117Z] github.com/docker/docker/api/server/router
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/build
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/checkpoint
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/container
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/debug
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/distribution
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/grpc
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/image
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/network
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/plugin
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/session
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/swarm
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/system
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/server/router/volume
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/backend
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/blkiodev
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/checkpoint
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/container
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/events
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/filters
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/image
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/mount
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/network
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/plugins/logdriver
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/registry
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/strslice
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/swarm
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/swarm/runtime
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/system
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/time
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/versions
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/versions/v1p19
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/versions/v1p20
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/api/types/volume
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/builder-next
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/builder-next/exporter
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/builder-next/exporter/overrides
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/builder-next/imagerefchecker
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/builder-next/worker
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/builder-next/worker/label
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/dockerfile
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/remotecontext
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/remotecontext/git
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/builder/remotecontext/urlutil
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/cli/debug
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/cli/winresources/docker-proxy
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/cli/winresources/dockerd
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/client
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/client/buildkit
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/cmd/docker-proxy
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/cmd/dockerd
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/cmd/dockerd/trap
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/container
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/container/stream
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/contrib/apparmor
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/contrib/httpserver
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/cluster
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/cluster/controllers/plugin
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/cluster/convert
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/cluster/executor
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/cluster/executor/container
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/cluster/provider
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/config
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/containerd
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/events
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/events/testutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/graphdriver
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/graphdriver/btrfs
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/graphdriver/copy
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/graphdriver/graphtest
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/graphdriver/overlay2
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/graphdriver/overlayutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/graphdriver/register
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/graphdriver/vfs
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/graphdriver/zfs
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/images
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/initlayer
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/links
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/listeners
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/awslogs
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/fluentd
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/gcplogs
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/gelf
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/journald
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/journald/internal/export
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/journald/internal/fake
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/jsonfilelog
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/local
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/loggertest
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/loggerutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/loggerutils/cache
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/splunk
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/syslog
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/logger/templates
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/names
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/network
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/snapshotter
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/daemon/stats
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/distribution
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/distribution/metadata
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/distribution/utils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/distribution/xfer
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/dockerversion
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/errdefs
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/image
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/image/cache
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/image/spec/specs-go
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/image/spec/specs-go/v1
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/image/tarexport
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/image/v1
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/cleanups
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/compatcontext
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/mod
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/mounttree
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/multierror
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/safepath
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/sliceutil
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/test/suite
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/testutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/testutils/netnsutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/testutils/specialimage
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/unix_noeintr
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/internal/unshare
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/layer
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libcontainerd
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libcontainerd/queue
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libcontainerd/remote
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libcontainerd/shimopts
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libcontainerd/supervisor
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libcontainerd/types
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/bitmap
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cluster
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cmd/diagnostic
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/config
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/datastore
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/diagnostic
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/discoverapi
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/driverapi
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/bridge
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/host
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/ipvlan
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/macvlan
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/null
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/overlay
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/remote
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/remote/api
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/windows
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drvregistry
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/etchosts
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/internal/caller
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/internal/kvstore
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/internal/netiputil
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/internal/setmatrix
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/ipam
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/ipamapi
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/ipams/builtin
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/ipams/null
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/ipams/remote
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/ipams/remote/api
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/ipams/windowsipam
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/ipamutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/ipbits
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/iptables
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/netlabel
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/netutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/networkdb
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/ns
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/options
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/osl
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/osl/kernel
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/portallocator
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/portmapper
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/resolvconf
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/scope
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/types
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/oci
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/oci/caps
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/opts
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/archive
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/authorization
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/broadcaster
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/capabilities
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/chrootarchive
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/containerfs
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/directory
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/dmesg
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/fileutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/homedir
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/idtools
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/ioutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/jsonmessage
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/longpath
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/meminfo
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/namesgenerator
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/parsers
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/parsers/kernel
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/parsers/operatingsystem
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/pidfile
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/platform
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/plugingetter
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/plugins
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/plugins/transport
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/pools
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/process
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/progress
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/reexec
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/rootless
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/rootless/specconv
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/stack
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/stdcopy
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/streamformatter
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/stringid
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/sysinfo
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/system
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/tailfile
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/tarsum
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/pkg/useragent
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/plugin
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/plugin/executor/containerd
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/plugin/v2
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/profiles/apparmor
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/profiles/seccomp
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/quota
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/reference
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/registry
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/registry/resumable
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/restartmanager
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/runconfig
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/runconfig/opts
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil/daemon
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil/environment
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil/fakecontext
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil/fakegit
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil/fakestorage
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil/fixtures/load
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil/fixtures/plugin
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil/fixtures/plugin/basic
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil/registry
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/testutil/request
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/volume
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/volume/drivers
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/volume/local
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/volume/mounts
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/volume/service
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/volume/service/opts
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/volume/testutils'
20:57:11 [2024-01-26T20:57:11.118Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/bitmap
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cluster
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cmd/diagnostic
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/config
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/datastore
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/diagnostic
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/discoverapi
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/driverapi
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/bridge
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/host
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/ipvlan
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/macvlan
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/null
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/overlay
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
20:57:11 [2024-01-26T20:57:11.118Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/remote
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/remote/api
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/windows
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drvregistry
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/etchosts
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/internal/caller
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/internal/kvstore
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/internal/netiputil
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/internal/setmatrix
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipam
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipamapi
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipams/builtin
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipams/null
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipams/remote
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipams/remote/api
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipams/windowsipam
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipamutils
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipbits
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/iptables
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/netlabel
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/netutils
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/networkdb
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ns
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/options
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/osl
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/osl/kernel
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/portallocator
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/portmapper
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/resolvconf
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/scope
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/types'
20:57:11 [2024-01-26T20:57:11.119Z] + echo 'github.com/docker/docker/libnetwork
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/bitmap
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/cluster
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/cmd/diagnostic
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/config
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/datastore
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/diagnostic
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/discoverapi
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/driverapi
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/bridge
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/host
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/ipvlan
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/macvlan
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/d+ grep --fixed-strings libnetwork/drivers/bridge
20:57:11 [2024-01-26T20:57:11.119Z] rivers/macvlan/mvmanager
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/null
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/overlay
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/remote
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/remote/api
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/windows
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drvregistry
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/etchosts
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/internal/caller
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/internal/kvstore
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/internal/netiputil
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/internal/setmatrix
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipam
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipamapi
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipams/builtin
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipams/null
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipams/remote
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipams/remote/api
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipams/windowsipam
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipamutils
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ipbits
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/iptables
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/netlabel
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/netutils
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/networkdb
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/ns
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/options
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/osl
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/osl/kernel
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/portallocator
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/portmapper
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/resolvconf
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/scope
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/types'
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/bridge
20:57:11 [2024-01-26T20:57:11.119Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
20:57:11 [2024-01-26T20:57:11.119Z] + type docker-proxy
20:57:11 [2024-01-26T20:57:11.119Z] hack/test/unit: line 25: type: docker-proxy: not found
20:57:11 [2024-01-26T20:57:11.119Z] + hack/make.sh binary-proxy install-proxy
20:57:11 [2024-01-26T20:57:11.119Z] 
20:57:11 [2024-01-26T20:57:11.119Z] Removing bundles/
20:57:11 [2024-01-26T20:57:11.119Z] 
20:57:11 [2024-01-26T20:57:11.119Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
20:57:11 [2024-01-26T20:57:11.119Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
20:57:11 [2024-01-26T20:57:11.119Z] + tee /go/src/github.com/docker/docker/go.mod
20:57:11 [2024-01-26T20:57:11.119Z] module github.com/docker/docker
20:57:11 [2024-01-26T20:57:11.119Z] 
20:57:11 [2024-01-26T20:57:11.119Z] go 1.20
20:57:11 [2024-01-26T20:57:11.119Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
20:57:11 [2024-01-26T20:57:11.119Z] + GO111MODULE=on
20:57:11 [2024-01-26T20:57:11.119Z] + 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=a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-26T20:57:10.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
20:57:16 [2024-01-26T20:57:16.389Z] + rm -f /go/src/github.com/docker/docker/go.mod
20:57:16 [2024-01-26T20:57:16.389Z] Created binary: bundles/binary-proxy/docker-proxy
20:57:16 [2024-01-26T20:57:16.389Z] 
20:57:16 [2024-01-26T20:57:16.389Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
20:57:16 [2024-01-26T20:57:16.389Z] Installing docker-proxy to /usr/local/bin/
20:57:16 [2024-01-26T20:57:16.389Z] 
20:57:16 [2024-01-26T20:57:16.389Z] + mkdir -p bundles
20:57:16 [2024-01-26T20:57:16.389Z] + '[' -n 'github.com/docker/docker/api
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/backend/build
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/httpstatus
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/httputils
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/middleware
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/build
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/checkpoint
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/container
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/debug
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/distribution
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/grpc
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/image
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/network
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/plugin
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/session
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/swarm
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/system
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/server/router/volume
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/backend
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/blkiodev
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/checkpoint
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/container
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/events
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/filters
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/image
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/mount
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/network
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/plugins/logdriver
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/registry
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/strslice
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/swarm
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/swarm/runtime
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/system
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/time
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/versions
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/versions/v1p19
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/versions/v1p20
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/api/types/volume
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/builder-next
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/builder-next/exporter
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/builder-next/exporter/overrides
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/builder-next/imagerefchecker
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/builder-next/worker
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/builder-next/worker/label
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/dockerfile
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/remotecontext
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/remotecontext/git
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/builder/remotecontext/urlutil
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/cli/debug
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/cli/winresources/docker-proxy
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/cli/winresources/dockerd
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/client
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/client/buildkit
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/cmd/docker-proxy
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/cmd/dockerd
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/cmd/dockerd/trap
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/container
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/container/stream
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/contrib/apparmor
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/contrib/httpserver
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/cluster
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/cluster/controllers/plugin
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/cluster/convert
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/cluster/executor
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/cluster/executor/container
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/cluster/provider
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/config
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/containerd
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/events
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/events/testutils
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/graphdriver
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/graphdriver/btrfs
20:57:16 [2024-01-26T20:57:16.389Z] github.com/docker/docker/daemon/graphdriver/copy
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/graphdriver/graphtest
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/graphdriver/overlay2
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/graphdriver/overlayutils
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/graphdriver/register
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/graphdriver/vfs
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/graphdriver/zfs
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/images
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/initlayer
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/links
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/listeners
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/awslogs
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/fluentd
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/gcplogs
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/gelf
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/journald
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/journald/internal/export
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/journald/internal/fake
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/jsonfilelog
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/local
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/loggertest
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/loggerutils
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/loggerutils/cache
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/splunk
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/syslog
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/logger/templates
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/names
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/network
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/snapshotter
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/daemon/stats
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/distribution
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/distribution/metadata
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/distribution/utils
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/distribution/xfer
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/dockerversion
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/errdefs
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/image
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/image/cache
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/image/spec/specs-go
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/image/spec/specs-go/v1
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/image/tarexport
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/image/v1
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/cleanups
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/compatcontext
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/mod
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/mounttree
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/multierror
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/safepath
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/sliceutil
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/test/suite
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/testutils
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/testutils/netnsutils
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/testutils/specialimage
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/unix_noeintr
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/internal/unshare
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/layer
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/libcontainerd
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/libcontainerd/queue
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/libcontainerd/remote
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/libcontainerd/shimopts
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/libcontainerd/supervisor
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/libcontainerd/types
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/oci
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/oci/caps
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/opts
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/archive
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/authorization
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/broadcaster
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/capabilities
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/chrootarchive
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/containerfs
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/directory
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/dmesg
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/fileutils
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/homedir
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/idtools
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/ioutils
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/jsonmessage
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/longpath
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/meminfo
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/namesgenerator
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/parsers
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/parsers/kernel
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/parsers/operatingsystem
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/pidfile
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/platform
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/plugingetter
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/plugins
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/plugins/transport
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/pools
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/process
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/progress
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/reexec
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/rootless
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/rootless/specconv
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/stack
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/stdcopy
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/streamformatter
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/stringid
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/sysinfo
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/system
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/tailfile
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/tarsum
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/pkg/useragent
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/plugin
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/plugin/executor/containerd
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/plugin/v2
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/profiles/apparmor
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/profiles/seccomp
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/quota
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/reference
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/registry
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/registry/resumable
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/restartmanager
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/runconfig
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/runconfig/opts
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil/daemon
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil/environment
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil/fakecontext
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil/fakegit
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil/fakestorage
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil/fixtures/load
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil/fixtures/plugin
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil/fixtures/plugin/basic
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil/registry
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/testutil/request
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/volume
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/volume/drivers
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/volume/local
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/volume/mounts
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/volume/service
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/volume/service/opts
20:57:16 [2024-01-26T20:57:16.390Z] github.com/docker/docker/volume/testutils' ']'
20:57:16 [2024-01-26T20:57:16.390Z] + 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/cleanups github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/safepath github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unix_noeintr github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
20:57:16 [2024-01-26T20:57:16.390Z] ?   	github.com/docker/docker/api	[no test files]
20:57:24 [2024-01-26T20:57:24.518Z] ok  	github.com/docker/docker/api/server	0.012s	coverage: 13.0% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/server/httputils	0.009s	coverage: 28.3% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/server/middleware	0.015s	coverage: 37.7% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/server/router/swarm	0.005s	coverage: 7.3% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/server/router/volume	0.007s	coverage: 66.7% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/types/filters	0.005s	coverage: 94.0% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/types/network	0.005s	coverage: 72.3% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/types/container	0.007s	coverage: 83.7% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/types/registry	0.004s	coverage: 54.2% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/system	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/cli/debug	0.006s	coverage: 100.0% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.014s	coverage: 100.0% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/builder/remotecontext	0.048s	coverage: 33.7% of statements
20:57:46 [2024-01-26T20:57:46.486Z] ok  	github.com/docker/docker/builder/dockerfile	0.069s	coverage: 50.3% of statements
20:57:48 [2024-01-26T20:57:48.394Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
20:57:48 [2024-01-26T20:57:48.394Z] ok  	github.com/docker/docker/client	0.104s	coverage: 77.0% of statements
20:57:48 [2024-01-26T20:57:48.394Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.189s	coverage: 66.5% of statements
20:57:50 [2024-01-26T20:57:50.932Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.281s	coverage: 82.5% of statements
20:58:00 [2024-01-26T20:58:00.918Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
20:58:00 [2024-01-26T20:58:00.918Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:58:00 [2024-01-26T20:58:00.918Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:58:00 [2024-01-26T20:58:00.918Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:58:00 [2024-01-26T20:58:00.918Z] ok  	github.com/docker/docker/container	0.121s	coverage: 36.2% of statements
20:58:00 [2024-01-26T20:58:00.918Z] ok  	github.com/docker/docker/cmd/dockerd	0.213s	coverage: 30.0% of statements
20:58:02 [2024-01-26T20:58:02.822Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.471s	coverage: 0.0% of statements
20:58:03 [2024-01-26T20:58:03.758Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:58:03 [2024-01-26T20:58:03.758Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.013s	coverage: 65.3% of statements
20:58:03 [2024-01-26T20:58:03.758Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.019s	coverage: 38.7% of statements
20:58:03 [2024-01-26T20:58:03.758Z] ok  	github.com/docker/docker/daemon/cluster	0.055s	coverage: 0.5% of statements
20:58:04 [2024-01-26T20:58:04.017Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:58:04 [2024-01-26T20:58:04.017Z] ok  	github.com/docker/docker/daemon/config	0.055s	coverage: 74.6% of statements
20:58:05 [2024-01-26T20:58:05.920Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:58:05 [2024-01-26T20:58:05.920Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.3% of statements
20:58:05 [2024-01-26T20:58:05.920Z] ok  	github.com/docker/docker/daemon/containerd	0.036s	coverage: 9.0% of statements
20:58:05 [2024-01-26T20:58:05.920Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
20:58:05 [2024-01-26T20:58:05.920Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.013s	coverage: 2.8% of statements
20:58:06 [2024-01-26T20:58:06.179Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.191s	coverage: 60.9% of statements
20:58:06 [2024-01-26T20:58:06.438Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:58:06 [2024-01-26T20:58:06.697Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
20:58:06 [2024-01-26T20:58:06.697Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:58:06 [2024-01-26T20:58:06.697Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:58:06 [2024-01-26T20:58:06.956Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.025s	coverage: 60.9% of statements
20:58:06 [2024-01-26T20:58:06.956Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.224s	coverage: 60.2% of statements
20:58:07 [2024-01-26T20:58:07.523Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
20:58:07 [2024-01-26T20:58:07.523Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.470s	coverage: 13.3% of statements
20:58:08 [2024-01-26T20:58:08.091Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:58:08 [2024-01-26T20:58:08.091Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:58:08 [2024-01-26T20:58:08.091Z] ok  	github.com/docker/docker/daemon/links	0.015s	coverage: 93.0% of statements
20:58:08 [2024-01-26T20:58:08.091Z] ok  	github.com/docker/docker/daemon/images	0.028s	coverage: 3.0% of statements
20:58:08 [2024-01-26T20:58:08.091Z] ok  	github.com/docker/docker/daemon/logger	0.224s	coverage: 43.2% of statements
20:58:08 [2024-01-26T20:58:08.659Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:58:08 [2024-01-26T20:58:08.659Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.015s	coverage: 53.6% of statements
20:58:08 [2024-01-26T20:58:08.659Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.099s	coverage: 78.3% of statements
20:58:08 [2024-01-26T20:58:08.659Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.012s	coverage: 68.2% of statements
20:58:09 [2024-01-26T20:58:09.227Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
20:58:09 [2024-01-26T20:58:09.227Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
20:58:09 [2024-01-26T20:58:09.227Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.006s	coverage: 88.2% of statements
20:58:09 [2024-01-26T20:58:09.227Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.012s	coverage: 87.2% of statements
20:58:09 [2024-01-26T20:58:09.227Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.095s	coverage: 76.8% of statements
20:58:09 [2024-01-26T20:58:09.227Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
20:58:09 [2024-01-26T20:58:09.227Z] ok  	github.com/docker/docker/daemon/logger/local	0.040s	coverage: 79.4% of statements
20:58:09 [2024-01-26T20:58:09.794Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.016s	coverage: 63.5% of statements
20:58:09 [2024-01-26T20:58:09.794Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.021s	coverage: 31.5% of statements
20:58:10 [2024-01-26T20:58:10.052Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:58:10 [2024-01-26T20:58:10.052Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
20:58:10 [2024-01-26T20:58:10.052Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.013s	coverage: 46.8% of statements
20:58:10 [2024-01-26T20:58:10.311Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
20:58:10 [2024-01-26T20:58:10.311Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:58:10 [2024-01-26T20:58:10.311Z] ok  	github.com/docker/docker/daemon/network	0.030s	coverage: 63.8% of statements
20:58:10 [2024-01-26T20:58:10.570Z] ok  	github.com/docker/docker/daemon/logger/journald	1.461s	coverage: 74.5% of statements
20:58:11 [2024-01-26T20:58:11.137Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:58:11 [2024-01-26T20:58:11.137Z] ok  	github.com/docker/docker/dockerversion	0.005s	coverage: 100.0% of statements
20:58:11 [2024-01-26T20:58:11.137Z] ok  	github.com/docker/docker/errdefs	0.006s	coverage: 77.2% of statements
20:58:11 [2024-01-26T20:58:11.137Z] ok  	github.com/docker/docker/distribution/metadata	0.038s	coverage: 44.4% of statements
20:58:11 [2024-01-26T20:58:11.395Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.398s	coverage: 82.5% of statements
20:58:11 [2024-01-26T20:58:11.962Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
20:58:11 [2024-01-26T20:58:11.962Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
20:58:11 [2024-01-26T20:58:11.962Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
20:58:11 [2024-01-26T20:58:11.962Z] ok  	github.com/docker/docker/image	0.025s	coverage: 84.9% of statements
20:58:11 [2024-01-26T20:58:11.962Z] ?   	github.com/docker/docker/image/v1	[no test files]
20:58:11 [2024-01-26T20:58:11.962Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
20:58:12 [2024-01-26T20:58:12.220Z] ok  	github.com/docker/docker/internal/cleanups	0.004s	coverage: 69.2% of statements
20:58:12 [2024-01-26T20:58:12.220Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.6% of statements
20:58:12 [2024-01-26T20:58:12.220Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
20:58:12 [2024-01-26T20:58:12.220Z] ok  	github.com/docker/docker/internal/mod	0.014s	coverage: 66.7% of statements
20:58:12 [2024-01-26T20:58:12.220Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
20:58:12 [2024-01-26T20:58:12.478Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:58:12 [2024-01-26T20:58:12.478Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
20:58:12 [2024-01-26T20:58:12.478Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
20:58:12 [2024-01-26T20:58:12.478Z] ok  	github.com/docker/docker/internal/sliceutil	0.002s	coverage: 56.2% of statements
20:58:12 [2024-01-26T20:58:12.478Z] ok  	github.com/docker/docker/internal/safepath	0.006s	coverage: 42.9% of statements
20:58:12 [2024-01-26T20:58:12.478Z] ?   	github.com/docker/docker/internal/testutils/specialimage	[no test files]
20:58:12 [2024-01-26T20:58:12.478Z] ?   	github.com/docker/docker/internal/unix_noeintr	[no test files]
20:58:12 [2024-01-26T20:58:12.478Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
20:58:12 [2024-01-26T20:58:12.736Z] ok  	github.com/docker/docker/distribution	1.493s	coverage: 28.9% of statements
20:58:12 [2024-01-26T20:58:12.995Z] ok  	github.com/docker/docker/daemon	10.655s	coverage: 16.2% of statements
20:58:13 [2024-01-26T20:58:13.562Z] ok  	github.com/docker/docker/distribution/xfer	2.177s	coverage: 85.4% of statements
20:58:13 [2024-01-26T20:58:13.562Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:58:13 [2024-01-26T20:58:13.562Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:58:13 [2024-01-26T20:58:13.562Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
20:58:13 [2024-01-26T20:58:13.562Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:58:13 [2024-01-26T20:58:13.562Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:58:13 [2024-01-26T20:58:13.562Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
20:58:13 [2024-01-26T20:58:13.821Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:58:13 [2024-01-26T20:58:13.821Z] ok  	github.com/docker/docker/oci	0.014s	coverage: 38.1% of statements
20:58:14 [2024-01-26T20:58:14.081Z] ok  	github.com/docker/docker/opts	0.030s	coverage: 67.9% of statements
20:58:14 [2024-01-26T20:58:14.648Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
20:58:14 [2024-01-26T20:58:14.648Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
20:58:14 [2024-01-26T20:58:14.648Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
20:58:14 [2024-01-26T20:58:14.648Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 26.7% of statements
20:58:14 [2024-01-26T20:58:14.648Z] ok  	github.com/docker/docker/pkg/dmesg	0.011s	coverage: 83.3% of statements
20:58:14 [2024-01-26T20:58:14.648Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.247s	coverage: 83.7% of statements
20:58:14 [2024-01-26T20:58:14.907Z] ok  	github.com/docker/docker/pkg/authorization	0.362s	coverage: 68.3% of statements
20:58:14 [2024-01-26T20:58:14.907Z] ok  	github.com/docker/docker/pkg/fileutils	0.010s	coverage: 51.7% of statements
20:58:14 [2024-01-26T20:58:14.907Z] ok  	github.com/docker/docker/pkg/homedir	0.007s	coverage: 6.5% of statements
20:58:14 [2024-01-26T20:58:14.907Z] ok  	github.com/docker/docker/pkg/archive	0.473s	coverage: 80.9% of statements
20:58:15 [2024-01-26T20:58:15.166Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 45.5% of statements
20:58:15 [2024-01-26T20:58:15.166Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
20:58:15 [2024-01-26T20:58:15.166Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.013s	coverage: 92.3% of statements
20:58:15 [2024-01-26T20:58:15.166Z] ok  	github.com/docker/docker/pkg/meminfo	0.017s	coverage: 75.0% of statements
20:58:15 [2024-01-26T20:58:15.424Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
20:58:15 [2024-01-26T20:58:15.425Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:58:15 [2024-01-26T20:58:15.425Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:58:15 [2024-01-26T20:58:15.425Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
20:58:15 [2024-01-26T20:58:15.425Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.2% of statements
20:58:15 [2024-01-26T20:58:15.425Z] ok  	github.com/docker/docker/pkg/pidfile	0.008s	coverage: 94.1% of statements
20:58:15 [2024-01-26T20:58:15.425Z] ok  	github.com/docker/docker/pkg/ioutils	0.365s	coverage: 69.5% of statements
20:58:15 [2024-01-26T20:58:15.992Z] ok  	github.com/docker/docker/pkg/idtools	0.829s	coverage: 69.7% of statements
20:58:15 [2024-01-26T20:58:15.992Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:58:15 [2024-01-26T20:58:15.992Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:58:15 [2024-01-26T20:58:15.992Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.005s	coverage: 90.0% of statements
20:58:15 [2024-01-26T20:58:15.992Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
20:58:15 [2024-01-26T20:58:15.992Z] ok  	github.com/docker/docker/pkg/pools	0.007s	coverage: 88.2% of statements
20:58:15 [2024-01-26T20:58:15.992Z] ok  	github.com/docker/docker/pkg/process	0.008s	coverage: 21.7% of statements
20:58:16 [2024-01-26T20:58:16.252Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
20:58:16 [2024-01-26T20:58:16.252Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
20:58:16 [2024-01-26T20:58:16.252Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
20:58:16 [2024-01-26T20:58:16.252Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
20:58:16 [2024-01-26T20:58:16.252Z] ok  	github.com/docker/docker/pkg/reexec	0.020s	coverage: 82.4% of statements
20:58:16 [2024-01-26T20:58:16.252Z] ok  	github.com/docker/docker/pkg/stdcopy	0.012s	coverage: 100.0% of statements
20:58:16 [2024-01-26T20:58:16.511Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 61.9% of statements
20:58:16 [2024-01-26T20:58:16.511Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
20:58:16 [2024-01-26T20:58:16.771Z] ok  	github.com/docker/docker/pkg/system	0.006s	coverage: 41.0% of statements
20:58:16 [2024-01-26T20:58:16.771Z] ok  	github.com/docker/docker/pkg/sysinfo	0.008s	coverage: 53.4% of statements
20:58:16 [2024-01-26T20:58:16.771Z] ok  	github.com/docker/docker/pkg/tailfile	0.044s	coverage: 88.6% of statements
20:58:16 [2024-01-26T20:58:16.771Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
20:58:17 [2024-01-26T20:58:17.029Z] ok  	github.com/docker/docker/pkg/tarsum	0.061s	coverage: 89.6% of statements
20:58:17 [2024-01-26T20:58:17.597Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:58:17 [2024-01-26T20:58:17.597Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:58:17 [2024-01-26T20:58:17.597Z] ok  	github.com/docker/docker/plugin/v2	0.005s	coverage: 14.4% of statements
20:58:17 [2024-01-26T20:58:17.597Z] ok  	github.com/docker/docker/profiles/seccomp	0.011s	coverage: 86.0% of statements
20:58:18 [2024-01-26T20:58:18.164Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 83.7% of statements
20:58:18 [2024-01-26T20:58:18.164Z] ok  	github.com/docker/docker/pkg/plugins	2.012s	coverage: 74.9% of statements
20:58:18 [2024-01-26T20:58:18.164Z] ok  	github.com/docker/docker/plugin	0.520s	coverage: 23.3% of statements
20:58:18 [2024-01-26T20:58:18.423Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 51.9% of statements
20:58:18 [2024-01-26T20:58:18.423Z] ok  	github.com/docker/docker/registry/resumable	0.018s	coverage: 100.0% of statements
20:58:18 [2024-01-26T20:58:18.423Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:58:18 [2024-01-26T20:58:18.423Z] ok  	github.com/docker/docker/runconfig	0.019s	coverage: 63.8% of statements
20:58:18 [2024-01-26T20:58:18.423Z] ok  	github.com/docker/docker/registry	0.141s	coverage: 63.9% of statements
20:58:18 [2024-01-26T20:58:18.423Z] ok  	github.com/docker/docker/quota	0.562s	coverage: 69.3% of statements
20:58:18 [2024-01-26T20:58:18.681Z] ok  	github.com/docker/docker/testutil	0.008s	coverage: 6.8% of statements
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:58:18 [2024-01-26T20:58:18.939Z] ?   	github.com/docker/docker/volume	[no test files]
20:58:19 [2024-01-26T20:58:19.507Z] ok  	github.com/docker/docker/volume/drivers	0.020s	coverage: 36.1% of statements
20:58:19 [2024-01-26T20:58:19.765Z] ok  	github.com/docker/docker/volume/mounts	0.010s	coverage: 62.2% of statements
20:58:19 [2024-01-26T20:58:19.765Z] ok  	github.com/docker/docker/volume/local	0.082s	coverage: 77.2% of statements
20:58:20 [2024-01-26T20:58:20.023Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:58:20 [2024-01-26T20:58:20.024Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:58:20 [2024-01-26T20:58:20.282Z] ok  	github.com/docker/docker/volume/service	0.013s	coverage: 71.8% of statements
20:58:21 [2024-01-26T20:58:21.216Z] ok  	github.com/docker/docker/layer	7.669s	coverage: 68.1% of statements
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === Skipped
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z]     network_proxy_test.go:210: No support for dual stack yet
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:41: Driver btrfs not supported
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:41: Driver btrfs not supported
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:41: Driver btrfs not supported
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:41: Driver btrfs not supported
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:41: Driver btrfs not supported
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:68: No driver to put!
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z] time="2024-01-26T20:58:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:39: graphdriver: driver not supported
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z] time="2024-01-26T20:58:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:39: graphdriver: driver not supported
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.216Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:58:21 [2024-01-26T20:58:21.216Z] time="2024-01-26T20:58:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:39: graphdriver: driver not supported
20:58:21 [2024-01-26T20:58:21.216Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
20:58:21 [2024-01-26T20:58:21.216Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z] time="2024-01-26T20:58:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:39: graphdriver: driver not supported
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z] time="2024-01-26T20:58:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:39: graphdriver: driver not supported
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:68: No driver to put!
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     overlay_test.go:61: Cannot run test with naive change algorithm
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:41: Driver zfs not supported
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:41: Driver zfs not supported
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:41: Driver zfs not supported
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:41: Driver zfs not supported
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:41: Driver zfs not supported
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     graphtest_unix.go:68: No driver to put!
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
20:58:21 [2024-01-26T20:58:21.217Z]     validate_test.go:73: only tested on Windows
20:58:21 [2024-01-26T20:58:21.217Z] 
20:58:21 [2024-01-26T20:58:21.217Z] DONE 3233 tests, 27 skipped in 65.829s
20:58:21 [2024-01-26T20:58:21.217Z] + '[' -n 'github.com/docker/docker/libnetwork
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/bitmap
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/cluster
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/cmd/diagnostic
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/config
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/datastore
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/diagnostic
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/discoverapi
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/driverapi
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/bridge
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/host
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/ipvlan
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/macvlan
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/null
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/overlay
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/remote
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/remote/api
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/windows
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/drvregistry
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/etchosts
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/internal/caller
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/internal/kvstore
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/internal/netiputil
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/internal/setmatrix
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/ipam
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/ipamapi
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/ipams/builtin
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/ipams/null
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/ipams/remote
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/ipams/remote/api
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/ipams/windowsipam
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/ipamutils
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/ipbits
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/iptables
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/netlabel
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/netutils
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/networkdb
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/ns
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/options
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/osl
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/osl/kernel
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/portallocator
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/portmapper
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/resolvconf
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/scope
20:58:21 [2024-01-26T20:58:21.217Z] github.com/docker/docker/libnetwork/types' ']'
20:58:21 [2024-01-26T20:58:21.217Z] + 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
20:59:17 [2024-01-26T20:59:17.436Z] ok  	github.com/docker/docker/libnetwork	45.313s	coverage: 43.3% of statements
20:59:17 [2024-01-26T20:59:17.436Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
20:59:17 [2024-01-26T20:59:17.436Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
20:59:17 [2024-01-26T20:59:17.436Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
20:59:17 [2024-01-26T20:59:17.436Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
20:59:17 [2024-01-26T20:59:17.436Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
20:59:17 [2024-01-26T20:59:17.436Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
20:59:17 [2024-01-26T20:59:17.436Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
20:59:17 [2024-01-26T20:59:17.436Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 10.3% of statements
20:59:17 [2024-01-26T20:59:17.436Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 37.0% of statements
20:59:17 [2024-01-26T20:59:17.436Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
20:59:17 [2024-01-26T20:59:17.436Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
20:59:17 [2024-01-26T20:59:17.436Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
20:59:18 [2024-01-26T20:59:18.371Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	4.220s	coverage: 63.0% of statements
20:59:18 [2024-01-26T20:59:18.371Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
20:59:18 [2024-01-26T20:59:18.371Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 40.0% of statements
20:59:19 [2024-01-26T20:59:19.747Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.857s	coverage: 5.0% of statements
20:59:19 [2024-01-26T20:59:19.747Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
20:59:20 [2024-01-26T20:59:20.315Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
20:59:20 [2024-01-26T20:59:20.315Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
20:59:20 [2024-01-26T20:59:20.573Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 40.0% of statements
20:59:21 [2024-01-26T20:59:21.509Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.011s	coverage: 1.4% of statements
20:59:21 [2024-01-26T20:59:21.768Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.004s	coverage: 45.0% of statements
20:59:22 [2024-01-26T20:59:22.026Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 62.7% of statements
20:59:22 [2024-01-26T20:59:22.593Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.2% of statements
20:59:22 [2024-01-26T20:59:22.593Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
20:59:22 [2024-01-26T20:59:22.593Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
20:59:22 [2024-01-26T20:59:22.593Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
20:59:22 [2024-01-26T20:59:22.851Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.019s	coverage: 87.0% of statements
20:59:23 [2024-01-26T20:59:23.419Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 81.0% of statements
20:59:23 [2024-01-26T20:59:23.419Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
20:59:23 [2024-01-26T20:59:23.419Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
20:59:23 [2024-01-26T20:59:23.419Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
20:59:23 [2024-01-26T20:59:23.419Z] ?   	github.com/docker/docker/libnetwork/internal/netiputil	[no test files]
20:59:35 [2024-01-26T20:59:35.678Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
20:59:37 [2024-01-26T20:59:37.605Z] ok  	github.com/docker/docker/libnetwork/ipam	3.271s	coverage: 80.3% of statements
20:59:37 [2024-01-26T20:59:37.605Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
20:59:37 [2024-01-26T20:59:37.605Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
20:59:37 [2024-01-26T20:59:37.605Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 63.2% of statements
20:59:38 [2024-01-26T20:59:38.183Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.009s	coverage: 48.7% of statements
20:59:38 [2024-01-26T20:59:38.183Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
20:59:38 [2024-01-26T20:59:38.448Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 80.0% of statements
20:59:39 [2024-01-26T20:59:39.050Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.322s	coverage: 86.4% of statements
20:59:39 [2024-01-26T20:59:39.050Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
20:59:39 [2024-01-26T20:59:39.663Z] ok  	github.com/docker/docker/libnetwork/iptables	0.210s	coverage: 39.9% of statements
20:59:39 [2024-01-26T20:59:39.663Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
20:59:40 [2024-01-26T20:59:40.270Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 54.9% of statements
21:01:31 [2024-01-26T21:01:31.761Z] time="2024-01-26T21:01:25Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036"
21:01:31 [2024-01-26T21:01:31.761Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.468s	coverage: 59.2% of statements
21:01:31 [2024-01-26T21:01:31.761Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
21:01:31 [2024-01-26T21:01:31.761Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
21:01:31 [2024-01-26T21:01:31.761Z] ok  	github.com/docker/docker/libnetwork/osl	4.382s	coverage: 39.6% of statements
21:01:31 [2024-01-26T21:01:31.761Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
21:01:31 [2024-01-26T21:01:31.761Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.5% of statements
21:01:32 [2024-01-26T21:01:32.696Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.721s	coverage: 47.9% of statements
21:01:32 [2024-01-26T21:01:32.954Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 84.9% of statements
21:01:32 [2024-01-26T21:01:32.954Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
21:01:33 [2024-01-26T21:01:33.213Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
21:01:33 [2024-01-26T21:01:33.213Z] 
21:01:33 [2024-01-26T21:01:33.213Z] === Skipped
21:01:33 [2024-01-26T21:01:33.213Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
21:01:33 [2024-01-26T21:01:33.213Z]     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
21:01:33 [2024-01-26T21:01:33.213Z] 
21:01:33 [2024-01-26T21:01:33.213Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
21:01:33 [2024-01-26T21:01:33.213Z]     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
21:01:33 [2024-01-26T21:01:33.213Z] 
21:01:33 [2024-01-26T21:01:33.213Z] DONE 376 tests, 2 skipped in 191.873s
Post stage
[Pipeline] junit
21:01:34 [2024-01-26T21:01:34.162Z] Recording test results
21:01:35 [2024-01-26T21:01:35.366Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
21:01:35 [2024-01-26T21:01:35.667Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47234/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 -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:a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 hack/make.sh dynbinary test-integration
21:01:35 [2024-01-26T21:01:35.928Z] 
21:01:35 [2024-01-26T21:01:35.928Z] Removing bundles/
21:01:35 [2024-01-26T21:01:35.928Z] 
21:01:35 [2024-01-26T21:01:35.928Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
21:01:35 [2024-01-26T21:01:35.928Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
21:01:35 [2024-01-26T21:01:35.928Z] + tee /go/src/github.com/docker/docker/go.mod
21:01:35 [2024-01-26T21:01:35.928Z] module github.com/docker/docker
21:01:35 [2024-01-26T21:01:35.928Z] 
21:01:35 [2024-01-26T21:01:35.928Z] go 1.20
21:01:35 [2024-01-26T21:01:35.928Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
21:01:35 [2024-01-26T21:01:35.928Z] + GO111MODULE=on
21:01:35 [2024-01-26T21:01:35.928Z] + 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=a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-26T21:01: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="   ' -gcflags= github.com/docker/docker/cmd/dockerd
21:02:14 [2024-01-26T21:02:14.658Z] + rm -f /go/src/github.com/docker/docker/go.mod
21:02:14 [2024-01-26T21:02:14.658Z] Created binary: bundles/dynbinary-daemon/dockerd
21:02:14 [2024-01-26T21:02:14.658Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
21:02:14 [2024-01-26T21:02:14.658Z] + tee /go/src/github.com/docker/docker/go.mod
21:02:14 [2024-01-26T21:02:14.658Z] module github.com/docker/docker
21:02:14 [2024-01-26T21:02:14.658Z] 
21:02:14 [2024-01-26T21:02:14.658Z] go 1.20
21:02:14 [2024-01-26T21:02:14.658Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
21:02:14 [2024-01-26T21:02:14.658Z] + GO111MODULE=on
21:02:14 [2024-01-26T21:02:14.658Z] + 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=a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-26T21:01: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="   ' -gcflags= github.com/docker/docker/cmd/docker-proxy
21:02:14 [2024-01-26T21:02:14.658Z] + rm -f /go/src/github.com/docker/docker/go.mod
21:02:14 [2024-01-26T21:02:14.658Z] Created binary: bundles/dynbinary-daemon/docker-proxy
21:02:14 [2024-01-26T21:02:14.658Z] 
21:02:14 [2024-01-26T21:02:14.658Z] ---> Making bundle: test-integration (in bundles/test-integration)
21:02:14 [2024-01-26T21:02:14.658Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
21:02:14 [2024-01-26T21:02:14.658Z] HOSTNAME=0b78f2a5ec36
21:02:14 [2024-01-26T21:02:14.658Z] TESTDEBUG=0
21:02:14 [2024-01-26T21:02:14.658Z] DEST=bundles/test-integration
21:02:14 [2024-01-26T21:02:14.658Z] PWD=/go/src/github.com/docker/docker
21:02:14 [2024-01-26T21:02:14.658Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
21:02:14 [2024-01-26T21:02:14.658Z] DOCKER_GITCOMMIT=a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14
21:02:14 [2024-01-26T21:02:14.658Z] container=docker
21:02:14 [2024-01-26T21:02:14.658Z] HOME=/root
21:02:14 [2024-01-26T21:02:14.658Z] CONTAINERD_NAMESPACE=moby
21:02:14 [2024-01-26T21:02:14.658Z] GOLANG_VERSION=1.21.6
21:02:14 [2024-01-26T21:02:14.658Z] VALIDATE_REPO=https://github.com/moby/moby.git
21:02:14 [2024-01-26T21:02:14.658Z] VALIDATE_BRANCH=master
21:02:14 [2024-01-26T21:02:14.658Z] TERM=xterm
21:02:14 [2024-01-26T21:02:14.658Z] DOCKER_PKG=github.com/docker/docker
21:02:14 [2024-01-26T21:02:14.658Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
21:02:14 [2024-01-26T21:02:14.658Z] SHLVL=1
21:02:14 [2024-01-26T21:02:14.658Z] TIMEOUT=120m
21:02:14 [2024-01-26T21:02:14.658Z] GOTOOLCHAIN=local
21:02:14 [2024-01-26T21:02:14.658Z] DOCKER_GRAPHDRIVER=overlay2
21:02:14 [2024-01-26T21:02:14.658Z] GO111MODULE=off
21:02:14 [2024-01-26T21:02:14.658Z] DOCKER_EXPERIMENTAL=1
21:02:14 [2024-01-26T21:02:14.658Z] TEST_SKIP_INTEGRATION_CLI=1
21:02:14 [2024-01-26T21:02:14.658Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
21:02:14 [2024-01-26T21:02:14.658Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
21:02:14 [2024-01-26T21:02:14.658Z] GOPATH=/go
21:02:14 [2024-01-26T21:02:14.658Z] PKG_CONFIG=pkg-config
21:02:14 [2024-01-26T21:02:14.658Z] _=/usr/bin/env
21:02:14 [2024-01-26T21:02:14.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
21:02:36 [2024-01-26T21:02:36.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
21:02:36 [2024-01-26T21:02:36.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
21:02:36 [2024-01-26T21:02:36.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
21:02:38 [2024-01-26T21:02:38.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
21:02:43 [2024-01-26T21:02:43.784Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
21:02:47 [2024-01-26T21:02:47.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
21:02:47 [2024-01-26T21:02:47.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
21:02:48 [2024-01-26T21:02:48.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
21:02:49 [2024-01-26T21:02:49.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
21:02:50 [2024-01-26T21:02:50.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
21:02:52 [2024-01-26T21:02:52.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
21:02:52 [2024-01-26T21:02:52.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
21:02:53 [2024-01-26T21:02:53.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
21:02:54 [2024-01-26T21:02:54.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
21:02:56 [2024-01-26T21:02:56.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
21:02:58 [2024-01-26T21:02:58.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
21:02:58 [2024-01-26T21:02:58.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
21:02:59 [2024-01-26T21:02:59.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
21:03:00 [2024-01-26T21:03:00.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
21:03:02 [2024-01-26T21:03:02.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
21:03:02 [2024-01-26T21:03:02.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
21:03:04 [2024-01-26T21:03:04.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
21:03:05 [2024-01-26T21:03:05.151Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
21:03:05 [2024-01-26T21:03:05.151Z] Using test binary /usr/local/cli-integration/docker
21:03:05 [2024-01-26T21:03:05.151Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
21:03:05 [2024-01-26T21:03:05.151Z] +++ /etc/init.d/apparmor start
21:03:05 [2024-01-26T21:03:05.151Z] Not: starting.
21:03:05 [2024-01-26T21:03:05.151Z] INFO: Waiting for daemon to start...
21:03:05 [2024-01-26T21:03:05.151Z] Starting dockerd
21:03:05 [2024-01-26T21:03:05.151Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.Ci5JNst8WZ/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
21:03:11 [2024-01-26T21:03:11.709Z] .
21:03:11 [2024-01-26T21:03:11.709Z] Running integration-test (iteration 1)
21:03:11 [2024-01-26T21:03:11.709Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
21:03:11 [2024-01-26T21:03:11.709Z] ++ '[' -n '' ']'
21:03:11 [2024-01-26T21:03:11.709Z] ++ 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
21:03:11 [2024-01-26T21:03:11.709Z] ++ set -e
21:03:11 [2024-01-26T21:03:11.709Z] ++ '[' -n 0 ']'
21:03:11 [2024-01-26T21:03:11.709Z] ++ set -x
21:03:11 [2024-01-26T21:03:11.709Z] ++ 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.Ci5JNst8WZ/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
21:03:11 [2024-01-26T21:03:11.709Z] Loaded image: busybox:latest
21:03:11 [2024-01-26T21:03:11.709Z] Loaded image: busybox:glibc
21:03:12 [2024-01-26T21:03:12.276Z] Loaded image: debian:bookworm-slim
21:03:12 [2024-01-26T21:03:12.276Z] Loaded image: hello-world:latest
21:03:12 [2024-01-26T21:03:12.534Z] Loaded image: arm32v7/hello-world:latest
21:03:12 [2024-01-26T21:03:12.534Z] INFO: Testing against a local daemon
21:03:12 [2024-01-26T21:03:12.534Z] === RUN   TestCgroupNamespacesBuild
21:03:13 [2024-01-26T21:03:13.908Z] --- PASS: TestCgroupNamespacesBuild (1.15s)
21:03:13 [2024-01-26T21:03:13.908Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
21:03:14 [2024-01-26T21:03:14.843Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s)
21:03:14 [2024-01-26T21:03:14.843Z] === RUN   TestBuildWithSession
21:03:14 [2024-01-26T21:03:14.843Z]     build_session_test.go:25: TODO: BuildKit
21:03:14 [2024-01-26T21:03:14.843Z] --- SKIP: TestBuildWithSession (0.00s)
21:03:14 [2024-01-26T21:03:14.843Z] === RUN   TestBuildSquashParent
21:03:18 [2024-01-26T21:03:18.127Z] --- PASS: TestBuildSquashParent (3.38s)
21:03:18 [2024-01-26T21:03:18.127Z] === RUN   TestBuildWithRemoveAndForceRemove
21:03:18 [2024-01-26T21:03:18.127Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
21:03:18 [2024-01-26T21:03:18.127Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
21:03:18 [2024-01-26T21:03:18.127Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
21:03:18 [2024-01-26T21:03:18.127Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
21:03:18 [2024-01-26T21:03:18.127Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
21:03:18 [2024-01-26T21:03:18.127Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
21:03:18 [2024-01-26T21:03:18.127Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
21:03:18 [2024-01-26T21:03:18.127Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
21:03:18 [2024-01-26T21:03:18.127Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
21:03:18 [2024-01-26T21:03:18.127Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
21:03:18 [2024-01-26T21:03:18.127Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
21:03:18 [2024-01-26T21:03:18.127Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
21:03:18 [2024-01-26T21:03:18.127Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
21:03:18 [2024-01-26T21:03:18.127Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
21:03:18 [2024-01-26T21:03:18.127Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
21:03:18 [2024-01-26T21:03:18.127Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
21:03:18 [2024-01-26T21:03:18.127Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
21:03:18 [2024-01-26T21:03:18.127Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
21:03:21 [2024-01-26T21:03:21.410Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
21:03:21 [2024-01-26T21:03:21.410Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.34s)
21:03:21 [2024-01-26T21:03:21.410Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.47s)
21:03:21 [2024-01-26T21:03:21.410Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.50s)
21:03:21 [2024-01-26T21:03:21.410Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.80s)
21:03:21 [2024-01-26T21:03:21.410Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.01s)
21:03:21 [2024-01-26T21:03:21.410Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.08s)
21:03:21 [2024-01-26T21:03:21.410Z] === RUN   TestBuildMultiStageCopy
21:03:21 [2024-01-26T21:03:21.410Z] === RUN   TestBuildMultiStageCopy/copy_to_root
21:03:22 [2024-01-26T21:03:22.345Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
21:03:22 [2024-01-26T21:03:22.345Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
21:03:22 [2024-01-26T21:03:22.345Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
21:03:22 [2024-01-26T21:03:22.603Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
21:03:22 [2024-01-26T21:03:22.603Z] --- PASS: TestBuildMultiStageCopy (1.44s)
21:03:22 [2024-01-26T21:03:22.603Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.03s)
21:03:22 [2024-01-26T21:03:22.603Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.08s)
21:03:22 [2024-01-26T21:03:22.603Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.09s)
21:03:22 [2024-01-26T21:03:22.603Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.10s)
21:03:22 [2024-01-26T21:03:22.603Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.12s)
21:03:22 [2024-01-26T21:03:22.603Z] === RUN   TestBuildMultiStageParentConfig
21:03:23 [2024-01-26T21:03:23.170Z] --- PASS: TestBuildMultiStageParentConfig (0.36s)
21:03:23 [2024-01-26T21:03:23.170Z] === RUN   TestBuildLabelWithTargets
21:03:23 [2024-01-26T21:03:23.736Z] --- PASS: TestBuildLabelWithTargets (0.58s)
21:03:23 [2024-01-26T21:03:23.736Z] === RUN   TestBuildWithEmptyLayers
21:03:23 [2024-01-26T21:03:23.736Z] --- PASS: TestBuildWithEmptyLayers (0.13s)
21:03:23 [2024-01-26T21:03:23.736Z] === RUN   TestBuildMultiStageOnBuild
21:03:25 [2024-01-26T21:03:25.111Z] --- PASS: TestBuildMultiStageOnBuild (1.16s)
21:03:25 [2024-01-26T21:03:25.111Z] === RUN   TestBuildUncleanTarFilenames
21:03:25 [2024-01-26T21:03:25.111Z] --- PASS: TestBuildUncleanTarFilenames (0.11s)
21:03:25 [2024-01-26T21:03:25.111Z] === RUN   TestBuildMultiStageLayerLeak
21:03:26 [2024-01-26T21:03:26.485Z] --- PASS: TestBuildMultiStageLayerLeak (1.17s)
21:03:26 [2024-01-26T21:03:26.485Z] === RUN   TestBuildWithHugeFile
21:04:34 [2024-01-26T21:04:34.160Z] --- PASS: TestBuildWithHugeFile (66.02s)
21:04:34 [2024-01-26T21:04:34.160Z] === RUN   TestBuildWCOWSandboxSize
21:04:34 [2024-01-26T21:04:34.160Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
21:04:34 [2024-01-26T21:04:34.160Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
21:04:34 [2024-01-26T21:04:34.160Z] === RUN   TestBuildWithEmptyDockerfile
21:04:34 [2024-01-26T21:04:34.160Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
21:04:34 [2024-01-26T21:04:34.160Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
21:04:34 [2024-01-26T21:04:34.160Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
21:04:34 [2024-01-26T21:04:34.160Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
21:04:34 [2024-01-26T21:04:34.160Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
21:04:34 [2024-01-26T21:04:34.160Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
21:04:34 [2024-01-26T21:04:34.160Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
21:04:34 [2024-01-26T21:04:34.160Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
21:04:34 [2024-01-26T21:04:34.160Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
21:04:34 [2024-01-26T21:04:34.160Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
21:04:34 [2024-01-26T21:04:34.160Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
21:04:34 [2024-01-26T21:04:34.160Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
21:04:34 [2024-01-26T21:04:34.160Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
21:04:34 [2024-01-26T21:04:34.160Z] === RUN   TestBuildPreserveOwnership
21:04:34 [2024-01-26T21:04:34.160Z] === RUN   TestBuildPreserveOwnership/copy_from
21:04:34 [2024-01-26T21:04:34.160Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
21:04:34 [2024-01-26T21:04:34.418Z] --- PASS: TestBuildPreserveOwnership (2.24s)
21:04:34 [2024-01-26T21:04:34.418Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.53s)
21:04:34 [2024-01-26T21:04:34.418Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.69s)
21:04:34 [2024-01-26T21:04:34.418Z] === RUN   TestBuildPlatformInvalid
21:04:34 [2024-01-26T21:04:34.418Z] --- PASS: TestBuildPlatformInvalid (0.01s)
21:04:34 [2024-01-26T21:04:34.418Z] === RUN   TestBuildkitHistoryTracePropagation
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" 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
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" 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
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z] time="2024-01-26T21:04:34Z" level=info msg="[core] [Server #4] Server created" module=grpc
21:04:34 [2024-01-26T21:04:34.418Z]     build_traces_test.go:84: Waiting for trace to be available
21:04:38 [2024-01-26T21:04:38.602Z] time="2024-01-26T21:04:38Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
21:04:38 [2024-01-26T21:04:38.602Z] time="2024-01-26T21:04:38Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
21:04:38 [2024-01-26T21:04:38.602Z] time="2024-01-26T21:04:38Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
21:04:38 [2024-01-26T21:04:38.602Z] time="2024-01-26T21:04:38Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
21:04:38 [2024-01-26T21:04:38.602Z] time="2024-01-26T21:04:38Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
21:04:38 [2024-01-26T21:04:38.602Z] time="2024-01-26T21:04:38Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
21:04:38 [2024-01-26T21:04:38.602Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s)
21:04:38 [2024-01-26T21:04:38.602Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
21:04:39 [2024-01-26T21:04:39.169Z] Loaded image: busybox:latest
21:04:39 [2024-01-26T21:04:39.169Z] Loaded image: busybox:glibc
21:04:40 [2024-01-26T21:04:40.104Z] Loaded image: debian:bookworm-slim
21:04:40 [2024-01-26T21:04:40.104Z] Loaded image: hello-world:latest
21:04:40 [2024-01-26T21:04:40.104Z] Loaded image: arm32v7/hello-world:latest
21:04:50 [2024-01-26T21:04:50.073Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.94s)
21:04:50 [2024-01-26T21:04:50.073Z] PASS
21:04:50 [2024-01-26T21:04:50.073Z] 
21:04:50 [2024-01-26T21:04:50.073Z] === Skipped
21:04:50 [2024-01-26T21:04:50.073Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
21:04:50 [2024-01-26T21:04:50.073Z]     build_session_test.go:25: TODO: BuildKit
21:04:50 [2024-01-26T21:04:50.073Z] 
21:04:50 [2024-01-26T21:04:50.073Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
21:04:50 [2024-01-26T21:04:50.073Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
21:04:50 [2024-01-26T21:04:50.073Z] 
21:04:50 [2024-01-26T21:04:50.073Z] DONE 35 tests, 2 skipped in 98.402s
21:04:50 [2024-01-26T21:04:50.073Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
21:04:50 [2024-01-26T21:04:50.073Z] ++ '[' -n '' ']'
21:04:50 [2024-01-26T21:04:50.073Z] ++ 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
21:04:50 [2024-01-26T21:04:50.073Z] ++ set -e
21:04:50 [2024-01-26T21:04:50.073Z] ++ '[' -n 0 ']'
21:04:50 [2024-01-26T21:04:50.073Z] ++ set -x
21:04:50 [2024-01-26T21:04:50.073Z] ++ 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.Ci5JNst8WZ/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
21:04:50 [2024-01-26T21:04:50.073Z] INFO: Testing against a local daemon
21:04:50 [2024-01-26T21:04:50.073Z] === RUN   TestNoNewPrivileges
21:05:00 [2024-01-26T21:05:00.043Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
21:05:00 [2024-01-26T21:05:00.043Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
21:05:00 [2024-01-26T21:05:00.043Z] --- PASS: TestNoNewPrivileges (10.31s)
21:05:00 [2024-01-26T21:05:00.043Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.43s)
21:05:00 [2024-01-26T21:05:00.043Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.46s)
21:05:00 [2024-01-26T21:05:00.043Z] PASS
21:05:00 [2024-01-26T21:05:00.043Z] 
21:05:00 [2024-01-26T21:05:00.043Z] DONE 3 tests in 10.345s
21:05:00 [2024-01-26T21:05:00.043Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
21:05:00 [2024-01-26T21:05:00.043Z] ++ '[' -n '' ']'
21:05:00 [2024-01-26T21:05:00.043Z] ++ 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
21:05:00 [2024-01-26T21:05:00.043Z] ++ set -e
21:05:00 [2024-01-26T21:05:00.043Z] ++ '[' -n 0 ']'
21:05:00 [2024-01-26T21:05:00.043Z] ++ set -x
21:05:00 [2024-01-26T21:05:00.043Z] ++ 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.Ci5JNst8WZ/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
21:05:00 [2024-01-26T21:05:00.043Z] INFO: Testing against a local daemon
21:05:00 [2024-01-26T21:05:00.043Z] === RUN   TestConfigInspect
21:05:01 [2024-01-26T21:05:01.944Z] --- PASS: TestConfigInspect (2.14s)
21:05:01 [2024-01-26T21:05:01.944Z] === RUN   TestConfigList
21:05:03 [2024-01-26T21:05:03.318Z] === RUN   TestConfigList/test_filter_by_name
21:05:03 [2024-01-26T21:05:03.318Z] === RUN   TestConfigList/test_filter_by_id
21:05:03 [2024-01-26T21:05:03.318Z] === RUN   TestConfigList/test_filter_by_label_key_only
21:05:03 [2024-01-26T21:05:03.318Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
21:05:03 [2024-01-26T21:05:03.318Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
21:05:04 [2024-01-26T21:05:04.252Z] --- PASS: TestConfigList (2.09s)
21:05:04 [2024-01-26T21:05:04.252Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
21:05:04 [2024-01-26T21:05:04.252Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
21:05:04 [2024-01-26T21:05:04.252Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
21:05:04 [2024-01-26T21:05:04.252Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
21:05:04 [2024-01-26T21:05:04.252Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
21:05:04 [2024-01-26T21:05:04.252Z] === RUN   TestConfigsCreateAndDelete
21:05:06 [2024-01-26T21:05:06.153Z] --- PASS: TestConfigsCreateAndDelete (1.89s)
21:05:06 [2024-01-26T21:05:06.153Z] === RUN   TestConfigsUpdate
21:05:08 [2024-01-26T21:05:08.053Z] --- PASS: TestConfigsUpdate (2.00s)
21:05:08 [2024-01-26T21:05:08.053Z] === RUN   TestTemplatedConfig
21:05:10 [2024-01-26T21:05:10.583Z] --- PASS: TestTemplatedConfig (2.65s)
21:05:10 [2024-01-26T21:05:10.583Z] === RUN   TestConfigCreateResolve
21:05:13 [2024-01-26T21:05:13.113Z] --- PASS: TestConfigCreateResolve (1.95s)
21:05:13 [2024-01-26T21:05:13.113Z] PASS
21:05:13 [2024-01-26T21:05:13.113Z] 
21:05:13 [2024-01-26T21:05:13.113Z] DONE 11 tests in 12.756s
21:05:13 [2024-01-26T21:05:13.113Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
21:05:13 [2024-01-26T21:05:13.113Z] ++ '[' -n '' ']'
21:05:13 [2024-01-26T21:05:13.113Z] ++ 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
21:05:13 [2024-01-26T21:05:13.113Z] ++ set -e
21:05:13 [2024-01-26T21:05:13.113Z] ++ '[' -n 0 ']'
21:05:13 [2024-01-26T21:05:13.113Z] ++ set -x
21:05:13 [2024-01-26T21:05:13.113Z] ++ 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.Ci5JNst8WZ/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
21:05:13 [2024-01-26T21:05:13.113Z] INFO: Testing against a local daemon
21:05:13 [2024-01-26T21:05:13.113Z] === RUN   TestAttach
21:05:13 [2024-01-26T21:05:13.113Z] === RUN   TestAttach/without_TTY
21:05:13 [2024-01-26T21:05:13.113Z] === PAUSE TestAttach/without_TTY
21:05:13 [2024-01-26T21:05:13.113Z] === RUN   TestAttach/with_TTY
21:05:13 [2024-01-26T21:05:13.113Z] === PAUSE TestAttach/with_TTY
21:05:13 [2024-01-26T21:05:13.113Z] === CONT  TestAttach/without_TTY
21:05:13 [2024-01-26T21:05:13.113Z] === CONT  TestAttach/with_TTY
21:05:13 [2024-01-26T21:05:13.113Z] --- PASS: TestAttach (0.02s)
21:05:13 [2024-01-26T21:05:13.113Z]     --- PASS: TestAttach/without_TTY (0.05s)
21:05:13 [2024-01-26T21:05:13.113Z]     --- PASS: TestAttach/with_TTY (0.05s)
21:05:13 [2024-01-26T21:05:13.113Z] === RUN   TestCreateWithCDIDevices
21:05:13 [2024-01-26T21:05:13.679Z] --- PASS: TestCreateWithCDIDevices (1.04s)
21:05:13 [2024-01-26T21:05:13.679Z] === RUN   TestCDISpecDirsAreInSystemInfo
21:05:13 [2024-01-26T21:05:13.679Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default
21:05:14 [2024-01-26T21:05:14.245Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned
21:05:14 [2024-01-26T21:05:14.812Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice
21:05:15 [2024-01-26T21:05:15.378Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice
21:05:15 [2024-01-26T21:05:15.944Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice
21:05:16 [2024-01-26T21:05:16.510Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice
21:05:17 [2024-01-26T21:05:17.077Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice
21:05:17 [2024-01-26T21:05:17.335Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice
21:05:17 [2024-01-26T21:05:17.901Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.18s)
21:05:17 [2024-01-26T21:05:17.901Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s)
21:05:17 [2024-01-26T21:05:17.901Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s)
21:05:17 [2024-01-26T21:05:17.901Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
21:05:17 [2024-01-26T21:05:17.901Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s)
21:05:17 [2024-01-26T21:05:17.901Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s)
21:05:17 [2024-01-26T21:05:17.901Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s)
21:05:17 [2024-01-26T21:05:17.901Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
21:05:17 [2024-01-26T21:05:17.901Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s)
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestCheckpoint
21:05:17 [2024-01-26T21:05:17.901Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
21:05:17 [2024-01-26T21:05:17.901Z] --- SKIP: TestCheckpoint (0.00s)
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/commit
21:05:17 [2024-01-26T21:05:17.901Z] === PAUSE TestContainerInvalidJSON/commit
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/create
21:05:17 [2024-01-26T21:05:17.901Z] === PAUSE TestContainerInvalidJSON/containers/create
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
21:05:17 [2024-01-26T21:05:17.901Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
21:05:17 [2024-01-26T21:05:17.901Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
21:05:17 [2024-01-26T21:05:17.901Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
21:05:17 [2024-01-26T21:05:17.901Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
21:05:17 [2024-01-26T21:05:17.901Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
21:05:17 [2024-01-26T21:05:17.901Z] === CONT  TestContainerInvalidJSON/commit
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
21:05:17 [2024-01-26T21:05:17.901Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
21:05:17 [2024-01-26T21:05:17.901Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
21:05:17 [2024-01-26T21:05:17.901Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
21:05:17 [2024-01-26T21:05:17.901Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
21:05:17 [2024-01-26T21:05:17.901Z] === CONT  TestContainerInvalidJSON/containers/create
21:05:17 [2024-01-26T21:05:17.901Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/commit/empty_body
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
21:05:17 [2024-01-26T21:05:17.901Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
21:05:17 [2024-01-26T21:05:17.902Z] --- PASS: TestContainerInvalidJSON (0.01s)
21:05:17 [2024-01-26T21:05:17.902Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
21:05:17 [2024-01-26T21:05:17.902Z] === RUN   TestCopyFromContainerPathDoesNotExist
21:05:17 [2024-01-26T21:05:17.902Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
21:05:17 [2024-01-26T21:05:17.902Z] === RUN   TestCopyFromContainerPathIsNotDir
21:05:18 [2024-01-26T21:05:18.160Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
21:05:18 [2024-01-26T21:05:18.160Z] === RUN   TestCopyToContainerPathDoesNotExist
21:05:18 [2024-01-26T21:05:18.160Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
21:05:18 [2024-01-26T21:05:18.160Z] === RUN   TestCopyEmptyFile
21:05:18 [2024-01-26T21:05:18.160Z] --- PASS: TestCopyEmptyFile (0.06s)
21:05:18 [2024-01-26T21:05:18.160Z] === RUN   TestCopyToContainerPathIsNotDir
21:05:18 [2024-01-26T21:05:18.160Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
21:05:18 [2024-01-26T21:05:18.160Z] === RUN   TestCopyFromContainer
21:05:18 [2024-01-26T21:05:18.726Z] === RUN   TestCopyFromContainer//
21:05:18 [2024-01-26T21:05:18.726Z] === RUN   TestCopyFromContainer/.
21:05:18 [2024-01-26T21:05:18.726Z] === RUN   TestCopyFromContainer//.
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer/./
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer//./
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer//bar/root
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer//bar/root/
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer//bar/root/.
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer/bar/quux
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer/bar/quux/
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer/bar/quux/.
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer/bar/quux/baz
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer/bar/filesymlink
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer/bar/dirsymlink
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCopyFromContainer/bar/notarget
21:05:18 [2024-01-26T21:05:18.985Z] --- PASS: TestCopyFromContainer (0.76s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer// (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/. (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer//. (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
21:05:18 [2024-01-26T21:05:18.985Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
21:05:18 [2024-01-26T21:05:18.985Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
21:05:18 [2024-01-26T21:05:18.985Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
21:05:18 [2024-01-26T21:05:18.985Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
21:05:18 [2024-01-26T21:05:18.985Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
21:05:18 [2024-01-26T21:05:18.985Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
21:05:18 [2024-01-26T21:05:18.985Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateLinkToNonExistingContainer
21:05:18 [2024-01-26T21:05:18.985Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateWithInvalidEnv
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateWithInvalidEnv/0
21:05:18 [2024-01-26T21:05:18.985Z] === PAUSE TestCreateWithInvalidEnv/0
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateWithInvalidEnv/1
21:05:18 [2024-01-26T21:05:18.985Z] === PAUSE TestCreateWithInvalidEnv/1
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateWithInvalidEnv/2
21:05:18 [2024-01-26T21:05:18.985Z] === PAUSE TestCreateWithInvalidEnv/2
21:05:18 [2024-01-26T21:05:18.985Z] === CONT  TestCreateWithInvalidEnv/0
21:05:18 [2024-01-26T21:05:18.985Z] === CONT  TestCreateWithInvalidEnv/2
21:05:18 [2024-01-26T21:05:18.985Z] === CONT  TestCreateWithInvalidEnv/1
21:05:18 [2024-01-26T21:05:18.985Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateTmpfsMountsTarget
21:05:18 [2024-01-26T21:05:18.985Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
21:05:18 [2024-01-26T21:05:18.985Z] === RUN   TestCreateWithCustomMaskedPaths
21:05:20 [2024-01-26T21:05:20.359Z] --- PASS: TestCreateWithCustomMaskedPaths (1.36s)
21:05:20 [2024-01-26T21:05:20.359Z] === RUN   TestCreateWithCustomReadonlyPaths
21:05:21 [2024-01-26T21:05:21.734Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.29s)
21:05:21 [2024-01-26T21:05:21.734Z] === RUN   TestCreateWithInvalidHealthcheckParams
21:05:21 [2024-01-26T21:05:21.734Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
21:05:21 [2024-01-26T21:05:21.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
21:05:21 [2024-01-26T21:05:21.734Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
21:05:21 [2024-01-26T21:05:21.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
21:05:21 [2024-01-26T21:05:21.734Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
21:05:21 [2024-01-26T21:05:21.734Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
21:05:21 [2024-01-26T21:05:21.734Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
21:05:21 [2024-01-26T21:05:21.734Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
21:05:21 [2024-01-26T21:05:21.734Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
21:05:21 [2024-01-26T21:05:21.734Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
21:05:21 [2024-01-26T21:05:21.734Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
21:05:21 [2024-01-26T21:05:21.734Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
21:05:21 [2024-01-26T21:05:21.734Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
21:05:21 [2024-01-26T21:05:21.734Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
21:05:21 [2024-01-26T21:05:21.734Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
21:05:22 [2024-01-26T21:05:22.301Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s)
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateDifferentPlatform
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateDifferentPlatform/different_os
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
21:05:22 [2024-01-26T21:05:22.301Z] --- PASS: TestCreateDifferentPlatform (0.01s)
21:05:22 [2024-01-26T21:05:22.301Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
21:05:22 [2024-01-26T21:05:22.301Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateVolumesFromNonExistingContainer
21:05:22 [2024-01-26T21:05:22.301Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
21:05:22 [2024-01-26T21:05:22.301Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateInvalidHostConfig
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
21:05:22 [2024-01-26T21:05:22.301Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
21:05:22 [2024-01-26T21:05:22.301Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
21:05:22 [2024-01-26T21:05:22.301Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
21:05:22 [2024-01-26T21:05:22.301Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
21:05:22 [2024-01-26T21:05:22.301Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
21:05:22 [2024-01-26T21:05:22.301Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
21:05:22 [2024-01-26T21:05:22.301Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
21:05:22 [2024-01-26T21:05:22.301Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
21:05:22 [2024-01-26T21:05:22.301Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
21:05:22 [2024-01-26T21:05:22.301Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
21:05:22 [2024-01-26T21:05:22.301Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
21:05:22 [2024-01-26T21:05:22.301Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
21:05:22 [2024-01-26T21:05:22.301Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
21:05:22 [2024-01-26T21:05:22.301Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
21:05:22 [2024-01-26T21:05:22.301Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
21:05:22 [2024-01-26T21:05:22.301Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateWithMultipleEndpointSettings
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
21:05:22 [2024-01-26T21:05:22.301Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.04s)
21:05:22 [2024-01-26T21:05:22.301Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s)
21:05:22 [2024-01-26T21:05:22.301Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
21:05:22 [2024-01-26T21:05:22.301Z] === RUN   TestCreateWithCustomMACs
21:05:23 [2024-01-26T21:05:23.236Z] --- PASS: TestCreateWithCustomMACs (0.60s)
21:05:23 [2024-01-26T21:05:23.236Z] === RUN   TestContainerStartOnDaemonRestart
21:05:23 [2024-01-26T21:05:23.236Z] === PAUSE TestContainerStartOnDaemonRestart
21:05:23 [2024-01-26T21:05:23.236Z] === RUN   TestDaemonRestartIpcMode
21:05:23 [2024-01-26T21:05:23.236Z] === PAUSE TestDaemonRestartIpcMode
21:05:23 [2024-01-26T21:05:23.236Z] === RUN   TestDaemonHostGatewayIP
21:05:23 [2024-01-26T21:05:23.236Z] === PAUSE TestDaemonHostGatewayIP
21:05:23 [2024-01-26T21:05:23.236Z] === RUN   TestRestartDaemonWithRestartingContainer
21:05:23 [2024-01-26T21:05:23.236Z] === PAUSE TestRestartDaemonWithRestartingContainer
21:05:23 [2024-01-26T21:05:23.236Z] === RUN   TestHardRestartWhenContainerIsRunning
21:05:23 [2024-01-26T21:05:23.236Z] === PAUSE TestHardRestartWhenContainerIsRunning
21:05:23 [2024-01-26T21:05:23.236Z] === RUN   TestContainerKillOnDaemonStart
21:05:23 [2024-01-26T21:05:23.236Z] === PAUSE TestContainerKillOnDaemonStart
21:05:23 [2024-01-26T21:05:23.236Z] === RUN   TestDiff
21:05:23 [2024-01-26T21:05:23.494Z] --- PASS: TestDiff (0.44s)
21:05:23 [2024-01-26T21:05:23.494Z] === RUN   TestDiffStoppedContainer
21:05:24 [2024-01-26T21:05:24.061Z] --- PASS: TestDiffStoppedContainer (0.47s)
21:05:24 [2024-01-26T21:05:24.061Z] === RUN   TestExecConsoleSize
21:05:24 [2024-01-26T21:05:24.627Z] --- PASS: TestExecConsoleSize (0.55s)
21:05:24 [2024-01-26T21:05:24.627Z] === RUN   TestExecWithCloseStdin
21:05:25 [2024-01-26T21:05:25.193Z] --- PASS: TestExecWithCloseStdin (0.54s)
21:05:25 [2024-01-26T21:05:25.193Z] === RUN   TestExec
21:05:25 [2024-01-26T21:05:25.451Z] --- PASS: TestExec (0.49s)
21:05:25 [2024-01-26T21:05:25.451Z] === RUN   TestExecUser
21:05:26 [2024-01-26T21:05:26.017Z] --- PASS: TestExecUser (0.51s)
21:05:26 [2024-01-26T21:05:26.017Z] === RUN   TestExecWithGroupAdd
21:05:26 [2024-01-26T21:05:26.583Z] --- PASS: TestExecWithGroupAdd (0.53s)
21:05:26 [2024-01-26T21:05:26.583Z] === RUN   TestExportContainerAndImportImage
21:05:27 [2024-01-26T21:05:27.150Z] --- PASS: TestExportContainerAndImportImage (0.53s)
21:05:27 [2024-01-26T21:05:27.150Z] === RUN   TestExportContainerAfterDaemonRestart
21:05:33 [2024-01-26T21:05:33.708Z] --- PASS: TestExportContainerAfterDaemonRestart (6.15s)
21:05:33 [2024-01-26T21:05:33.708Z] === RUN   TestHealthCheckWorkdir
21:05:33 [2024-01-26T21:05:33.966Z] --- PASS: TestHealthCheckWorkdir (0.63s)
21:05:33 [2024-01-26T21:05:33.966Z] === RUN   TestHealthKillContainer
21:05:42 [2024-01-26T21:05:42.075Z] --- PASS: TestHealthKillContainer (7.97s)
21:05:42 [2024-01-26T21:05:42.075Z] === RUN   TestHealthCheckProcessKilled
21:05:42 [2024-01-26T21:05:42.641Z] --- PASS: TestHealthCheckProcessKilled (0.72s)
21:05:42 [2024-01-26T21:05:42.641Z] === RUN   TestHealthStartInterval
21:05:44 [2024-01-26T21:05:44.015Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:44 [2024-01-26T21:05:44.015Z]         }
21:05:44 [2024-01-26T21:05:44.015Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:44 [2024-01-26T21:05:44.015Z]         }
21:05:44 [2024-01-26T21:05:44.015Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:44 [2024-01-26T21:05:44.015Z]         }
21:05:44 [2024-01-26T21:05:44.273Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:44 [2024-01-26T21:05:44.273Z]         }
21:05:44 [2024-01-26T21:05:44.274Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:44 [2024-01-26T21:05:44.274Z]         }
21:05:44 [2024-01-26T21:05:44.532Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:44 [2024-01-26T21:05:44.532Z]         }
21:05:44 [2024-01-26T21:05:44.532Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:44 [2024-01-26T21:05:44.532Z]         }
21:05:44 [2024-01-26T21:05:44.532Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:44 [2024-01-26T21:05:44.532Z]         }
21:05:44 [2024-01-26T21:05:44.790Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:44 [2024-01-26T21:05:44.790Z]         }
21:05:44 [2024-01-26T21:05:44.790Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:44 [2024-01-26T21:05:44.790Z]         }
21:05:45 [2024-01-26T21:05:45.049Z]     health_test.go:141: &{2024-01-26 21:05:43.685613088 +0000 UTC 2024-01-26 21:05:43.759134082 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
21:05:45 [2024-01-26T21:05:45.049Z]         }
21:05:45 [2024-01-26T21:05:45.049Z]     health_test.go:141: &{2024-01-26 21:05:44.760303761 +0000 UTC 2024-01-26 21:05:44.83105194 +0000 UTC 1 2}
21:05:45 [2024-01-26T21:05:45.049Z]     health_test.go:141: &{2024-01-26 21:05:44.760303761 +0000 UTC 2024-01-26 21:05:44.83105194 +0000 UTC 1 2}
21:05:45 [2024-01-26T21:05:45.307Z]     health_test.go:141: &{2024-01-26 21:05:44.760303761 +0000 UTC 2024-01-26 21:05:44.83105194 +0000 UTC 1 2}
21:05:45 [2024-01-26T21:05:45.307Z]     health_test.go:141: &{2024-01-26 21:05:44.760303761 +0000 UTC 2024-01-26 21:05:44.83105194 +0000 UTC 1 2}
21:05:45 [2024-01-26T21:05:45.565Z]     health_test.go:141: &{2024-01-26 21:05:44.760303761 +0000 UTC 2024-01-26 21:05:44.83105194 +0000 UTC 1 2}
21:05:45 [2024-01-26T21:05:45.565Z]     health_test.go:141: &{2024-01-26 21:05:44.760303761 +0000 UTC 2024-01-26 21:05:44.83105194 +0000 UTC 1 2}
21:05:45 [2024-01-26T21:05:45.565Z]     health_test.go:141: &{2024-01-26 21:05:44.760303761 +0000 UTC 2024-01-26 21:05:44.83105194 +0000 UTC 1 2}
21:05:45 [2024-01-26T21:05:45.823Z]     health_test.go:141: &{2024-01-26 21:05:44.760303761 +0000 UTC 2024-01-26 21:05:44.83105194 +0000 UTC 1 2}
21:05:45 [2024-01-26T21:05:45.823Z]     health_test.go:141: &{2024-01-26 21:05:44.760303761 +0000 UTC 2024-01-26 21:05:44.83105194 +0000 UTC 1 2}
21:05:45 [2024-01-26T21:05:45.823Z]     health_test.go:141: &{2024-01-26 21:05:44.760303761 +0000 UTC 2024-01-26 21:05:44.83105194 +0000 UTC 1 2}
21:05:46 [2024-01-26T21:05:46.081Z]     health_test.go:169: 1.071543493s
21:05:47 [2024-01-26T21:05:47.014Z]     health_test.go:169: 1.071543493s
21:05:47 [2024-01-26T21:05:47.948Z]     health_test.go:169: 1.071543493s
21:05:49 [2024-01-26T21:05:49.321Z]     health_test.go:169: 1.071543493s
21:05:50 [2024-01-26T21:05:50.254Z]     health_test.go:169: 1.071543493s
21:05:51 [2024-01-26T21:05:51.206Z]     health_test.go:169: 1.071543493s
21:05:52 [2024-01-26T21:05:52.161Z]     health_test.go:169: 1.071543493s
21:05:53 [2024-01-26T21:05:53.115Z]     health_test.go:169: 1.071543493s
21:05:54 [2024-01-26T21:05:54.082Z]     health_test.go:169: 1.071543493s
21:05:55 [2024-01-26T21:05:55.054Z]     health_test.go:169: 1.071543493s
21:05:56 [2024-01-26T21:05:56.009Z]     health_test.go:169: 1.071543493s
21:05:56 [2024-01-26T21:05:56.942Z]     health_test.go:169: 1.071543493s
21:05:58 [2024-01-26T21:05:58.315Z]     health_test.go:169: 1.071543493s
21:05:59 [2024-01-26T21:05:59.248Z]     health_test.go:169: 1.071543493s
21:06:00 [2024-01-26T21:06:00.181Z]     health_test.go:169: 1.071543493s
21:06:01 [2024-01-26T21:06:01.115Z]     health_test.go:169: 1.071543493s
21:06:02 [2024-01-26T21:06:02.048Z]     health_test.go:169: 1.071543493s
21:06:02 [2024-01-26T21:06:02.982Z]     health_test.go:169: 1.071543493s
21:06:04 [2024-01-26T21:06:04.354Z]     health_test.go:169: 1.071543493s
21:06:05 [2024-01-26T21:06:05.287Z]     health_test.go:169: 1.071543493s
21:06:06 [2024-01-26T21:06:06.221Z]     health_test.go:169: 1.071543493s
21:06:07 [2024-01-26T21:06:07.154Z]     health_test.go:169: 1.071543493s
21:06:08 [2024-01-26T21:06:08.088Z]     health_test.go:169: 1.071543493s
21:06:09 [2024-01-26T21:06:09.021Z]     health_test.go:169: 1.071543493s
21:06:09 [2024-01-26T21:06:09.954Z]     health_test.go:169: 1.071543493s
21:06:11 [2024-01-26T21:06:11.327Z]     health_test.go:169: 1.071543493s
21:06:12 [2024-01-26T21:06:12.261Z]     health_test.go:169: 1.071543493s
21:06:13 [2024-01-26T21:06:13.195Z]     health_test.go:169: 1.071543493s
21:06:14 [2024-01-26T21:06:14.128Z]     health_test.go:169: 1.071543493s
21:06:15 [2024-01-26T21:06:15.062Z]     health_test.go:169: 1.071543493s
21:06:16 [2024-01-26T21:06:16.436Z] --- PASS: TestHealthStartInterval (33.70s)
21:06:16 [2024-01-26T21:06:16.436Z] === RUN   TestInspectCpusetInConfigPre120
21:06:16 [2024-01-26T21:06:16.694Z] --- PASS: TestInspectCpusetInConfigPre120 (0.44s)
21:06:16 [2024-01-26T21:06:16.694Z] === RUN   TestInspectAnnotations
21:06:16 [2024-01-26T21:06:16.694Z] --- PASS: TestInspectAnnotations (0.05s)
21:06:16 [2024-01-26T21:06:16.694Z] === RUN   TestNetworkAliasesAreEmpty
21:06:16 [2024-01-26T21:06:16.694Z] === RUN   TestNetworkAliasesAreEmpty/host
21:06:16 [2024-01-26T21:06:16.694Z] === RUN   TestNetworkAliasesAreEmpty/bridge
21:06:16 [2024-01-26T21:06:16.952Z] === RUN   TestNetworkAliasesAreEmpty/none
21:06:16 [2024-01-26T21:06:16.952Z] --- PASS: TestNetworkAliasesAreEmpty (0.12s)
21:06:16 [2024-01-26T21:06:16.952Z]     --- PASS: TestNetworkAliasesAreEmpty/host (0.04s)
21:06:16 [2024-01-26T21:06:16.952Z]     --- PASS: TestNetworkAliasesAreEmpty/bridge (0.04s)
21:06:16 [2024-01-26T21:06:16.952Z]     --- PASS: TestNetworkAliasesAreEmpty/none (0.04s)
21:06:16 [2024-01-26T21:06:16.952Z] === RUN   TestIpcModeNone
21:06:17 [2024-01-26T21:06:17.518Z] --- PASS: TestIpcModeNone (0.53s)
21:06:17 [2024-01-26T21:06:17.518Z] === RUN   TestIpcModePrivate
21:06:17 [2024-01-26T21:06:17.776Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
21:06:18 [2024-01-26T21:06:18.034Z] --- PASS: TestIpcModePrivate (0.52s)
21:06:18 [2024-01-26T21:06:18.034Z] === RUN   TestIpcModeShareable
21:06:18 [2024-01-26T21:06:18.292Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
21:06:18 [2024-01-26T21:06:18.550Z] --- PASS: TestIpcModeShareable (0.54s)
21:06:18 [2024-01-26T21:06:18.550Z] === RUN   TestAPIIpcModeShareableAndContainer
21:06:19 [2024-01-26T21:06:19.924Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.31s)
21:06:19 [2024-01-26T21:06:19.924Z] === RUN   TestAPIIpcModeHost
21:06:20 [2024-01-26T21:06:20.182Z] --- PASS: TestAPIIpcModeHost (0.34s)
21:06:20 [2024-01-26T21:06:20.182Z] === RUN   TestDaemonIpcModeShareable
21:06:21 [2024-01-26T21:06:21.116Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
21:06:21 [2024-01-26T21:06:21.374Z] --- PASS: TestDaemonIpcModeShareable (1.17s)
21:06:21 [2024-01-26T21:06:21.374Z] === RUN   TestDaemonIpcModePrivate
21:06:22 [2024-01-26T21:06:22.309Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
21:06:22 [2024-01-26T21:06:22.567Z] --- PASS: TestDaemonIpcModePrivate (1.17s)
21:06:22 [2024-01-26T21:06:22.567Z] === RUN   TestDaemonIpcModePrivateFromConfig
21:06:23 [2024-01-26T21:06:23.501Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
21:06:23 [2024-01-26T21:06:23.501Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.12s)
21:06:23 [2024-01-26T21:06:23.501Z] === RUN   TestDaemonIpcModeShareableFromConfig
21:06:24 [2024-01-26T21:06:24.436Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
21:06:24 [2024-01-26T21:06:24.694Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.12s)
21:06:24 [2024-01-26T21:06:24.694Z] === RUN   TestIpcModeOlderClient
21:06:24 [2024-01-26T21:06:24.694Z] === PAUSE TestIpcModeOlderClient
21:06:24 [2024-01-26T21:06:24.694Z] === RUN   TestKillContainerInvalidSignal
21:06:25 [2024-01-26T21:06:25.261Z] --- PASS: TestKillContainerInvalidSignal (0.46s)
21:06:25 [2024-01-26T21:06:25.261Z] === RUN   TestKillContainer
21:06:25 [2024-01-26T21:06:25.261Z] === RUN   TestKillContainer/no_signal
21:06:25 [2024-01-26T21:06:25.519Z] === RUN   TestKillContainer/non_killing_signal
21:06:26 [2024-01-26T21:06:26.085Z] === RUN   TestKillContainer/killing_signal
21:06:26 [2024-01-26T21:06:26.651Z] --- PASS: TestKillContainer (1.48s)
21:06:26 [2024-01-26T21:06:26.651Z]     --- PASS: TestKillContainer/no_signal (0.49s)
21:06:26 [2024-01-26T21:06:26.651Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
21:06:26 [2024-01-26T21:06:26.651Z]     --- PASS: TestKillContainer/killing_signal (0.45s)
21:06:26 [2024-01-26T21:06:26.651Z] === RUN   TestKillWithStopSignalAndRestartPolicies
21:06:26 [2024-01-26T21:06:26.651Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
21:06:27 [2024-01-26T21:06:27.217Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
21:06:27 [2024-01-26T21:06:27.783Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.00s)
21:06:27 [2024-01-26T21:06:27.783Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s)
21:06:27 [2024-01-26T21:06:27.783Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s)
21:06:27 [2024-01-26T21:06:27.783Z] === RUN   TestKillStoppedContainer
21:06:27 [2024-01-26T21:06:27.783Z] --- PASS: TestKillStoppedContainer (0.05s)
21:06:27 [2024-01-26T21:06:27.783Z] === RUN   TestKillStoppedContainerAPIPre120
21:06:27 [2024-01-26T21:06:27.783Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
21:06:27 [2024-01-26T21:06:27.783Z] === RUN   TestKillDifferentUserContainer
21:06:28 [2024-01-26T21:06:28.350Z] --- PASS: TestKillDifferentUserContainer (0.49s)
21:06:28 [2024-01-26T21:06:28.350Z] === RUN   TestInspectOomKilledTrue
21:06:28 [2024-01-26T21:06:28.608Z] --- PASS: TestInspectOomKilledTrue (0.51s)
21:06:28 [2024-01-26T21:06:28.608Z] === RUN   TestInspectOomKilledFalse
21:06:29 [2024-01-26T21:06:29.175Z] --- PASS: TestInspectOomKilledFalse (0.47s)
21:06:29 [2024-01-26T21:06:29.175Z] === RUN   TestLinksEtcHostsContentMatch
21:06:29 [2024-01-26T21:06:29.433Z] --- PASS: TestLinksEtcHostsContentMatch (0.25s)
21:06:29 [2024-01-26T21:06:29.433Z] === RUN   TestLinksContainerNames
21:06:30 [2024-01-26T21:06:30.368Z] --- PASS: TestLinksContainerNames (0.93s)
21:06:30 [2024-01-26T21:06:30.368Z] === RUN   TestLogsFollowTailEmpty
21:06:30 [2024-01-26T21:06:30.934Z] --- PASS: TestLogsFollowTailEmpty (0.51s)
21:06:30 [2024-01-26T21:06:30.934Z] === RUN   TestLogs
21:06:30 [2024-01-26T21:06:30.934Z] === RUN   TestLogs/driver_local
21:06:30 [2024-01-26T21:06:30.934Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === RUN   TestLogs/driver_local/tty/only_stdout
21:06:30 [2024-01-26T21:06:30.934Z] === PAUSE TestLogs/driver_local/tty/only_stdout
21:06:30 [2024-01-26T21:06:30.934Z] === RUN   TestLogs/driver_local/tty/only_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === PAUSE TestLogs/driver_local/tty/only_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
21:06:30 [2024-01-26T21:06:30.934Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
21:06:30 [2024-01-26T21:06:30.934Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === CONT  TestLogs/driver_local/tty/only_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === CONT  TestLogs/driver_local/tty/only_stdout
21:06:30 [2024-01-26T21:06:30.934Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
21:06:30 [2024-01-26T21:06:30.934Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
21:06:32 [2024-01-26T21:06:32.835Z] === RUN   TestLogs/driver_json-file
21:06:32 [2024-01-26T21:06:32.835Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
21:06:32 [2024-01-26T21:06:32.835Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
21:06:32 [2024-01-26T21:06:32.835Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
21:06:32 [2024-01-26T21:06:32.835Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
21:06:32 [2024-01-26T21:06:32.835Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
21:06:32 [2024-01-26T21:06:32.835Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
21:06:32 [2024-01-26T21:06:32.835Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
21:06:34 [2024-01-26T21:06:34.736Z] --- PASS: TestLogs (3.58s)
21:06:34 [2024-01-26T21:06:34.736Z]     --- PASS: TestLogs/driver_local (0.01s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.17s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.27s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.47s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.65s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.65s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.70s)
21:06:34 [2024-01-26T21:06:34.736Z]     --- PASS: TestLogs/driver_json-file (0.01s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.24s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.27s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.31s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.53s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.80s)
21:06:34 [2024-01-26T21:06:34.736Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.86s)
21:06:34 [2024-01-26T21:06:34.736Z] === RUN   TestContainerNetworkMountsNoChown
21:06:34 [2024-01-26T21:06:34.994Z] --- PASS: TestContainerNetworkMountsNoChown (0.51s)
21:06:34 [2024-01-26T21:06:34.994Z] === RUN   TestMountDaemonRoot
21:06:34 [2024-01-26T21:06:34.994Z] === RUN   TestMountDaemonRoot/default
21:06:34 [2024-01-26T21:06:34.994Z] === PAUSE TestMountDaemonRoot/default
21:06:34 [2024-01-26T21:06:34.994Z] === RUN   TestMountDaemonRoot/private
21:06:34 [2024-01-26T21:06:34.994Z] === PAUSE TestMountDaemonRoot/private
21:06:34 [2024-01-26T21:06:34.994Z] === RUN   TestMountDaemonRoot/rprivate
21:06:34 [2024-01-26T21:06:34.994Z] === PAUSE TestMountDaemonRoot/rprivate
21:06:34 [2024-01-26T21:06:34.994Z] === RUN   TestMountDaemonRoot/slave
21:06:34 [2024-01-26T21:06:34.994Z] === PAUSE TestMountDaemonRoot/slave
21:06:34 [2024-01-26T21:06:34.994Z] === RUN   TestMountDaemonRoot/rslave
21:06:34 [2024-01-26T21:06:34.994Z] === PAUSE TestMountDaemonRoot/rslave
21:06:34 [2024-01-26T21:06:34.994Z] === RUN   TestMountDaemonRoot/shared
21:06:34 [2024-01-26T21:06:34.994Z] === PAUSE TestMountDaemonRoot/shared
21:06:34 [2024-01-26T21:06:34.994Z] === RUN   TestMountDaemonRoot/rshared
21:06:34 [2024-01-26T21:06:34.994Z] === PAUSE TestMountDaemonRoot/rshared
21:06:34 [2024-01-26T21:06:34.994Z] === CONT  TestMountDaemonRoot/default
21:06:34 [2024-01-26T21:06:34.994Z] === CONT  TestMountDaemonRoot/rslave
21:06:34 [2024-01-26T21:06:34.994Z] === CONT  TestMountDaemonRoot/rprivate
21:06:34 [2024-01-26T21:06:34.994Z] === RUN   TestMountDaemonRoot/default/bind_root
21:06:34 [2024-01-26T21:06:34.994Z] === CONT  TestMountDaemonRoot/rshared
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rshared/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/slave
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/slave/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/private
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/private/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/private/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/private/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/slave/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rshared/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/shared
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/shared/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/shared/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/shared/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/shared/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/default/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/default/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/default/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/default/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/default/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rslave/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rslave/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/rshared/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/private/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/private/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/private/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === RUN   TestMountDaemonRoot/slave/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === PAUSE TestMountDaemonRoot/slave/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/rshared/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/default/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/shared/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/shared/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/rslave/bind_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/default/mount_subpath
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/default/mount_root
21:06:34 [2024-01-26T21:06:34.995Z] === CONT  TestMountDaemonRoot/default/bind_subpath
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/private/bind_subpath
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/rslave/mount_root
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/private/bind_root
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/private/mount_subpath
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/private/mount_root
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/slave/mount_root
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
21:06:35 [2024-01-26T21:06:35.253Z] === CONT  TestMountDaemonRoot/slave/bind_root
21:06:35 [2024-01-26T21:06:35.253Z] --- PASS: TestMountDaemonRoot (0.01s)
21:06:35 [2024-01-26T21:06:35.253Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s)
21:06:35 [2024-01-26T21:06:35.253Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s)
21:06:35 [2024-01-26T21:06:35.253Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s)
21:06:35 [2024-01-26T21:06:35.253Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.10s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.10s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s)
21:06:35 [2024-01-26T21:06:35.253Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
21:06:35 [2024-01-26T21:06:35.253Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.07s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.07s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.07s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.07s)
21:06:35 [2024-01-26T21:06:35.253Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.07s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s)
21:06:35 [2024-01-26T21:06:35.253Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
21:06:35 [2024-01-26T21:06:35.253Z] === RUN   TestContainerBindMountNonRecursive
21:06:36 [2024-01-26T21:06:36.628Z] --- PASS: TestContainerBindMountNonRecursive (1.19s)
21:06:36 [2024-01-26T21:06:36.628Z] === RUN   TestContainerVolumesMountedAsShared
21:06:36 [2024-01-26T21:06:36.886Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s)
21:06:36 [2024-01-26T21:06:36.886Z] === RUN   TestContainerVolumesMountedAsSlave
21:06:37 [2024-01-26T21:06:37.452Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
21:06:37 [2024-01-26T21:06:37.453Z] === RUN   TestContainerCopyLeaksMounts
21:06:38 [2024-01-26T21:06:38.019Z] --- PASS: TestContainerCopyLeaksMounts (0.59s)
21:06:38 [2024-01-26T21:06:38.019Z] === RUN   TestContainerBindMountRecursivelyReadOnly
21:06:39 [2024-01-26T21:06:39.919Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.93s)
21:06:39 [2024-01-26T21:06:39.919Z] === RUN   TestNetworkNat
21:06:40 [2024-01-26T21:06:40.177Z] --- PASS: TestNetworkNat (0.49s)
21:06:40 [2024-01-26T21:06:40.177Z] === RUN   TestNetworkLocalhostTCPNat
21:06:40 [2024-01-26T21:06:40.743Z] --- PASS: TestNetworkLocalhostTCPNat (0.52s)
21:06:40 [2024-01-26T21:06:40.743Z] === RUN   TestNetworkLoopbackNat
21:06:44 [2024-01-26T21:06:44.024Z] --- PASS: TestNetworkLoopbackNat (2.63s)
21:06:44 [2024-01-26T21:06:44.024Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
21:06:44 [2024-01-26T21:06:44.024Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
21:06:44 [2024-01-26T21:06:44.024Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
21:06:44 [2024-01-26T21:06:44.024Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
21:06:44 [2024-01-26T21:06:44.024Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
21:06:44 [2024-01-26T21:06:44.024Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.53s)
21:06:44 [2024-01-26T21:06:44.024Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s)
21:06:44 [2024-01-26T21:06:44.024Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
21:06:44 [2024-01-26T21:06:44.024Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
21:06:44 [2024-01-26T21:06:44.024Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
21:06:44 [2024-01-26T21:06:44.024Z] === RUN   TestPause
21:06:44 [2024-01-26T21:06:44.591Z] --- PASS: TestPause (0.48s)
21:06:44 [2024-01-26T21:06:44.591Z] === RUN   TestPauseFailsOnWindowsServerContainers
21:06:44 [2024-01-26T21:06:44.591Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
21:06:44 [2024-01-26T21:06:44.591Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
21:06:44 [2024-01-26T21:06:44.591Z] === RUN   TestPauseStopPausedContainer
21:06:45 [2024-01-26T21:06:45.157Z] --- PASS: TestPauseStopPausedContainer (0.52s)
21:06:45 [2024-01-26T21:06:45.157Z] === RUN   TestPIDModeHost
21:06:46 [2024-01-26T21:06:46.091Z] --- PASS: TestPIDModeHost (1.14s)
21:06:46 [2024-01-26T21:06:46.091Z] === RUN   TestPIDModeContainer
21:06:46 [2024-01-26T21:06:46.091Z] === RUN   TestPIDModeContainer/non-existing_container
21:06:46 [2024-01-26T21:06:46.091Z] === RUN   TestPIDModeContainer/non-running_container
21:06:46 [2024-01-26T21:06:46.349Z] === RUN   TestPIDModeContainer/running_container
21:06:47 [2024-01-26T21:06:47.284Z] --- PASS: TestPIDModeContainer (1.15s)
21:06:47 [2024-01-26T21:06:47.284Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
21:06:47 [2024-01-26T21:06:47.284Z]     --- PASS: TestPIDModeContainer/non-running_container (0.16s)
21:06:47 [2024-01-26T21:06:47.284Z]     --- PASS: TestPIDModeContainer/running_container (0.52s)
21:06:47 [2024-01-26T21:06:47.284Z] === RUN   TestPsFilter
21:06:47 [2024-01-26T21:06:47.284Z] === RUN   TestPsFilter/since
21:06:47 [2024-01-26T21:06:47.284Z] === RUN   TestPsFilter/before
21:06:47 [2024-01-26T21:06:47.284Z] --- PASS: TestPsFilter (0.12s)
21:06:47 [2024-01-26T21:06:47.284Z]     --- PASS: TestPsFilter/since (0.00s)
21:06:47 [2024-01-26T21:06:47.284Z]     --- PASS: TestPsFilter/before (0.00s)
21:06:47 [2024-01-26T21:06:47.284Z] === RUN   TestRemoveContainerWithRemovedVolume
21:06:47 [2024-01-26T21:06:47.851Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s)
21:06:47 [2024-01-26T21:06:47.851Z] === RUN   TestRemoveContainerWithVolume
21:06:48 [2024-01-26T21:06:48.417Z] --- PASS: TestRemoveContainerWithVolume (0.47s)
21:06:48 [2024-01-26T21:06:48.417Z] === RUN   TestRemoveContainerRunning
21:06:48 [2024-01-26T21:06:48.676Z] --- PASS: TestRemoveContainerRunning (0.48s)
21:06:48 [2024-01-26T21:06:48.676Z] === RUN   TestRemoveContainerForceRemoveRunning
21:06:49 [2024-01-26T21:06:49.242Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.47s)
21:06:49 [2024-01-26T21:06:49.242Z] === RUN   TestRemoveInvalidContainer
21:06:49 [2024-01-26T21:06:49.242Z] --- PASS: TestRemoveInvalidContainer (0.01s)
21:06:49 [2024-01-26T21:06:49.242Z] === RUN   TestRenameLinkedContainer
21:06:51 [2024-01-26T21:06:51.143Z] --- PASS: TestRenameLinkedContainer (1.89s)
21:06:51 [2024-01-26T21:06:51.143Z] === RUN   TestRenameStoppedContainer
21:06:51 [2024-01-26T21:06:51.709Z] --- PASS: TestRenameStoppedContainer (0.48s)
21:06:51 [2024-01-26T21:06:51.709Z] === RUN   TestRenameRunningContainerAndReuse
21:06:52 [2024-01-26T21:06:52.644Z] --- PASS: TestRenameRunningContainerAndReuse (0.99s)
21:06:52 [2024-01-26T21:06:52.644Z] === RUN   TestRenameInvalidName
21:06:53 [2024-01-26T21:06:53.210Z] --- PASS: TestRenameInvalidName (0.48s)
21:06:53 [2024-01-26T21:06:53.210Z] === RUN   TestRenameAnonymousContainer
21:06:54 [2024-01-26T21:06:54.585Z] --- PASS: TestRenameAnonymousContainer (1.60s)
21:06:54 [2024-01-26T21:06:54.585Z] === RUN   TestRenameContainerWithSameName
21:06:55 [2024-01-26T21:06:55.152Z] --- PASS: TestRenameContainerWithSameName (0.43s)
21:06:55 [2024-01-26T21:06:55.152Z] === RUN   TestRenameContainerWithLinkedContainer
21:06:56 [2024-01-26T21:06:56.086Z] --- PASS: TestRenameContainerWithLinkedContainer (0.99s)
21:06:56 [2024-01-26T21:06:56.086Z] === RUN   TestRenameContainerTwice
21:06:56 [2024-01-26T21:06:56.653Z] --- PASS: TestRenameContainerTwice (0.54s)
21:06:56 [2024-01-26T21:06:56.653Z] === RUN   TestResize
21:06:56 [2024-01-26T21:06:56.653Z] === RUN   TestResize/success
21:06:56 [2024-01-26T21:06:56.911Z] === RUN   TestResize/invalid_size
21:06:57 [2024-01-26T21:06:57.169Z] === RUN   TestResize/invalid_state
21:06:57 [2024-01-26T21:06:57.737Z] --- PASS: TestResize (1.02s)
21:06:57 [2024-01-26T21:06:57.737Z]     --- PASS: TestResize/success (0.28s)
21:06:57 [2024-01-26T21:06:57.737Z]     --- PASS: TestResize/invalid_size (0.26s)
21:06:57 [2024-01-26T21:06:57.737Z]     --- PASS: TestResize/invalid_state (0.04s)
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
21:06:57 [2024-01-26T21:06:57.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
21:06:59 [2024-01-26T21:06:59.113Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
21:06:59 [2024-01-26T21:06:59.113Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
21:06:59 [2024-01-26T21:06:59.113Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
21:06:59 [2024-01-26T21:06:59.113Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
21:06:59 [2024-01-26T21:06:59.372Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
21:06:59 [2024-01-26T21:06:59.631Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
21:07:01 [2024-01-26T21:07:01.533Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
21:07:01 [2024-01-26T21:07:01.533Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
21:07:04 [2024-01-26T21:07:04.817Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.28s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.29s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.30s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.76s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.98s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.19s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.63s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.00s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.73s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (5.05s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.87s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.88s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.97s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.97s)
21:07:04 [2024-01-26T21:07:04.817Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.27s)
21:07:04 [2024-01-26T21:07:04.817Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
21:07:04 [2024-01-26T21:07:04.817Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
21:07:05 [2024-01-26T21:07:05.751Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
21:07:06 [2024-01-26T21:07:06.686Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.02s)
21:07:06 [2024-01-26T21:07:06.686Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.98s)
21:07:06 [2024-01-26T21:07:06.686Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.03s)
21:07:06 [2024-01-26T21:07:06.686Z] === RUN   TestContainerRestartWithCancelledRequest
21:07:08 [2024-01-26T21:07:08.586Z] --- PASS: TestContainerRestartWithCancelledRequest (1.93s)
21:07:08 [2024-01-26T21:07:08.586Z] === RUN   TestCgroupNamespacesRun
21:07:09 [2024-01-26T21:07:09.960Z] --- PASS: TestCgroupNamespacesRun (1.11s)
21:07:09 [2024-01-26T21:07:09.960Z] === RUN   TestCgroupNamespacesRunPrivileged
21:07:10 [2024-01-26T21:07:10.894Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s)
21:07:10 [2024-01-26T21:07:10.894Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
21:07:12 [2024-01-26T21:07:12.269Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s)
21:07:12 [2024-01-26T21:07:12.269Z] === RUN   TestCgroupNamespacesRunHostMode
21:07:13 [2024-01-26T21:07:13.203Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s)
21:07:13 [2024-01-26T21:07:13.204Z] === RUN   TestCgroupNamespacesRunPrivateMode
21:07:14 [2024-01-26T21:07:14.138Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s)
21:07:14 [2024-01-26T21:07:14.138Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
21:07:15 [2024-01-26T21:07:15.512Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s)
21:07:15 [2024-01-26T21:07:15.512Z] === RUN   TestCgroupNamespacesRunInvalidMode
21:07:16 [2024-01-26T21:07:16.079Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s)
21:07:16 [2024-01-26T21:07:16.079Z] === RUN   TestCgroupNamespacesRunOlderClient
21:07:17 [2024-01-26T21:07:17.013Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s)
21:07:17 [2024-01-26T21:07:17.013Z] === RUN   TestNISDomainname
21:07:17 [2024-01-26T21:07:17.580Z] --- PASS: TestNISDomainname (0.59s)
21:07:17 [2024-01-26T21:07:17.580Z] === RUN   TestHostnameDnsResolution
21:07:18 [2024-01-26T21:07:18.514Z] --- PASS: TestHostnameDnsResolution (0.83s)
21:07:18 [2024-01-26T21:07:18.514Z] === RUN   TestUnprivilegedPortsAndPing
21:07:19 [2024-01-26T21:07:19.080Z] --- PASS: TestUnprivilegedPortsAndPing (0.58s)
21:07:19 [2024-01-26T21:07:19.080Z] === RUN   TestPrivilegedHostDevices
21:07:19 [2024-01-26T21:07:19.646Z] --- PASS: TestPrivilegedHostDevices (0.57s)
21:07:19 [2024-01-26T21:07:19.646Z] === RUN   TestRunConsoleSize
21:07:20 [2024-01-26T21:07:20.213Z] --- PASS: TestRunConsoleSize (0.49s)
21:07:20 [2024-01-26T21:07:20.213Z] === RUN   TestRunWithAlternativeContainerdShim
21:07:26 [2024-01-26T21:07:26.771Z] --- PASS: TestRunWithAlternativeContainerdShim (5.50s)
21:07:26 [2024-01-26T21:07:26.771Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
21:07:26 [2024-01-26T21:07:26.771Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.17s)
21:07:26 [2024-01-26T21:07:26.771Z] === RUN   TestStaticIPOutsideSubpool
21:07:28 [2024-01-26T21:07:28.145Z] --- PASS: TestStaticIPOutsideSubpool (1.25s)
21:07:28 [2024-01-26T21:07:28.145Z] === RUN   TestStats
21:07:29 [2024-01-26T21:07:29.519Z] --- PASS: TestStats (1.49s)
21:07:29 [2024-01-26T21:07:29.519Z] === RUN   TestStopContainerWithTimeout
21:07:29 [2024-01-26T21:07:29.519Z] === RUN   TestStopContainerWithTimeout/0
21:07:29 [2024-01-26T21:07:29.519Z] === PAUSE TestStopContainerWithTimeout/0
21:07:29 [2024-01-26T21:07:29.519Z] === RUN   TestStopContainerWithTimeout/1
21:07:29 [2024-01-26T21:07:29.519Z] === PAUSE TestStopContainerWithTimeout/1
21:07:29 [2024-01-26T21:07:29.519Z] === RUN   TestStopContainerWithTimeout/3
21:07:29 [2024-01-26T21:07:29.519Z] === PAUSE TestStopContainerWithTimeout/3
21:07:29 [2024-01-26T21:07:29.519Z] === RUN   TestStopContainerWithTimeout/-1
21:07:29 [2024-01-26T21:07:29.519Z] === PAUSE TestStopContainerWithTimeout/-1
21:07:29 [2024-01-26T21:07:29.519Z] === CONT  TestStopContainerWithTimeout/0
21:07:29 [2024-01-26T21:07:29.519Z] === CONT  TestStopContainerWithTimeout/3
21:07:29 [2024-01-26T21:07:29.519Z] === CONT  TestStopContainerWithTimeout/-1
21:07:29 [2024-01-26T21:07:29.519Z] === CONT  TestStopContainerWithTimeout/1
21:07:32 [2024-01-26T21:07:32.802Z] --- PASS: TestStopContainerWithTimeout (0.04s)
21:07:32 [2024-01-26T21:07:32.802Z]     --- PASS: TestStopContainerWithTimeout/0 (0.88s)
21:07:32 [2024-01-26T21:07:32.802Z]     --- PASS: TestStopContainerWithTimeout/1 (2.05s)
21:07:32 [2024-01-26T21:07:32.802Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.68s)
21:07:32 [2024-01-26T21:07:32.802Z]     --- PASS: TestStopContainerWithTimeout/3 (3.03s)
21:07:32 [2024-01-26T21:07:32.802Z] === RUN   TestStopContainerWithTimeoutCancel
21:07:32 [2024-01-26T21:07:32.802Z] === PAUSE TestStopContainerWithTimeoutCancel
21:07:32 [2024-01-26T21:07:32.802Z] === RUN   TestStopContainerWithRestartPolicyAlways
21:07:34 [2024-01-26T21:07:34.703Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.21s)
21:07:34 [2024-01-26T21:07:34.703Z] === RUN   TestUpdateMemory
21:07:35 [2024-01-26T21:07:35.638Z] --- PASS: TestUpdateMemory (0.66s)
21:07:35 [2024-01-26T21:07:35.638Z] === RUN   TestUpdateCPUQuota
21:07:36 [2024-01-26T21:07:36.573Z] --- PASS: TestUpdateCPUQuota (0.95s)
21:07:36 [2024-01-26T21:07:36.573Z] === RUN   TestUpdatePidsLimit
21:07:36 [2024-01-26T21:07:36.573Z] === RUN   TestUpdatePidsLimit/update_from_none
21:07:36 [2024-01-26T21:07:36.573Z] === RUN   TestUpdatePidsLimit/no_change
21:07:36 [2024-01-26T21:07:36.831Z] === RUN   TestUpdatePidsLimit/update_lower
21:07:37 [2024-01-26T21:07:37.090Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
21:07:37 [2024-01-26T21:07:37.348Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
21:07:37 [2024-01-26T21:07:37.606Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
21:07:37 [2024-01-26T21:07:37.864Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
21:07:38 [2024-01-26T21:07:38.799Z] --- PASS: TestUpdatePidsLimit (2.16s)
21:07:38 [2024-01-26T21:07:38.799Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
21:07:38 [2024-01-26T21:07:38.799Z]     --- PASS: TestUpdatePidsLimit/no_change (0.25s)
21:07:38 [2024-01-26T21:07:38.799Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.25s)
21:07:38 [2024-01-26T21:07:38.799Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
21:07:38 [2024-01-26T21:07:38.799Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
21:07:38 [2024-01-26T21:07:38.799Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
21:07:38 [2024-01-26T21:07:38.799Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s)
21:07:38 [2024-01-26T21:07:38.799Z] === RUN   TestUpdateRestartPolicy
21:07:50 [2024-01-26T21:07:50.996Z] --- PASS: TestUpdateRestartPolicy (10.87s)
21:07:50 [2024-01-26T21:07:50.996Z] === RUN   TestUpdateRestartWithAutoRemove
21:07:50 [2024-01-26T21:07:50.996Z] --- PASS: TestUpdateRestartWithAutoRemove (0.48s)
21:07:50 [2024-01-26T21:07:50.996Z] === RUN   TestWaitNonBlocked
21:07:50 [2024-01-26T21:07:50.996Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
21:07:50 [2024-01-26T21:07:50.996Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
21:07:50 [2024-01-26T21:07:50.996Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
21:07:50 [2024-01-26T21:07:50.996Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
21:07:50 [2024-01-26T21:07:50.996Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
21:07:50 [2024-01-26T21:07:50.996Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
21:07:50 [2024-01-26T21:07:50.996Z] --- PASS: TestWaitNonBlocked (0.03s)
21:07:50 [2024-01-26T21:07:50.996Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s)
21:07:50 [2024-01-26T21:07:50.996Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s)
21:07:50 [2024-01-26T21:07:50.996Z] === RUN   TestWaitBlocked
21:07:50 [2024-01-26T21:07:50.996Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
21:07:50 [2024-01-26T21:07:50.996Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
21:07:50 [2024-01-26T21:07:50.996Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
21:07:50 [2024-01-26T21:07:50.996Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
21:07:50 [2024-01-26T21:07:50.996Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
21:07:50 [2024-01-26T21:07:50.996Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
21:07:51 [2024-01-26T21:07:51.562Z] --- PASS: TestWaitBlocked (0.03s)
21:07:51 [2024-01-26T21:07:51.562Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s)
21:07:51 [2024-01-26T21:07:51.562Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s)
21:07:51 [2024-01-26T21:07:51.562Z] === RUN   TestWaitConditions
21:07:51 [2024-01-26T21:07:51.562Z] === RUN   TestWaitConditions/default
21:07:51 [2024-01-26T21:07:51.562Z] === PAUSE TestWaitConditions/default
21:07:51 [2024-01-26T21:07:51.562Z] === RUN   TestWaitConditions/not-running
21:07:51 [2024-01-26T21:07:51.562Z] === PAUSE TestWaitConditions/not-running
21:07:51 [2024-01-26T21:07:51.562Z] === RUN   TestWaitConditions/next-exit
21:07:51 [2024-01-26T21:07:51.562Z] === PAUSE TestWaitConditions/next-exit
21:07:51 [2024-01-26T21:07:51.562Z] === RUN   TestWaitConditions/removed
21:07:51 [2024-01-26T21:07:51.562Z] === PAUSE TestWaitConditions/removed
21:07:51 [2024-01-26T21:07:51.562Z] === CONT  TestWaitConditions/default
21:07:51 [2024-01-26T21:07:51.562Z] === CONT  TestWaitConditions/next-exit
21:07:51 [2024-01-26T21:07:51.562Z] === CONT  TestWaitConditions/removed
21:07:51 [2024-01-26T21:07:51.562Z] === CONT  TestWaitConditions/not-running
21:07:51 [2024-01-26T21:07:51.562Z]     wait_test.go:145: ContainerID = eefddfb038fbab051a3ea8cae8719df83576dbc6cbaf1222a136e43d74bdfaa0
21:07:51 [2024-01-26T21:07:51.562Z]     wait_test.go:145: ContainerID = 6e79ec08722db0015c4255e1f0ca56e865e2f8eef145b1c1b8e1e9bb73737d8f
21:07:51 [2024-01-26T21:07:51.562Z]     wait_test.go:145: ContainerID = dfec414a6640b12ccfe699e2c57dc6f6b6d4fe9947118849d173cf2e93076edc
21:07:51 [2024-01-26T21:07:51.562Z]     wait_test.go:145: ContainerID = 11ee603b96164ca578b09ea633de738cc369320ababa89e8f30d05b96a2ad07d
21:07:52 [2024-01-26T21:07:52.936Z] --- PASS: TestWaitConditions (0.04s)
21:07:52 [2024-01-26T21:07:52.936Z]     --- PASS: TestWaitConditions/not-running (0.72s)
21:07:52 [2024-01-26T21:07:52.936Z]     --- PASS: TestWaitConditions/removed (0.88s)
21:07:52 [2024-01-26T21:07:52.936Z]     --- PASS: TestWaitConditions/next-exit (1.19s)
21:07:52 [2024-01-26T21:07:52.936Z]     --- PASS: TestWaitConditions/default (1.24s)
21:07:52 [2024-01-26T21:07:52.936Z] === RUN   TestWaitRestartedContainer
21:07:52 [2024-01-26T21:07:52.936Z] === RUN   TestWaitRestartedContainer/default
21:07:52 [2024-01-26T21:07:52.936Z] === PAUSE TestWaitRestartedContainer/default
21:07:52 [2024-01-26T21:07:52.936Z] === RUN   TestWaitRestartedContainer/not-running
21:07:52 [2024-01-26T21:07:52.936Z] === PAUSE TestWaitRestartedContainer/not-running
21:07:52 [2024-01-26T21:07:52.936Z] === RUN   TestWaitRestartedContainer/next-exit
21:07:52 [2024-01-26T21:07:52.936Z] === PAUSE TestWaitRestartedContainer/next-exit
21:07:52 [2024-01-26T21:07:52.936Z] === CONT  TestWaitRestartedContainer/default
21:07:52 [2024-01-26T21:07:52.936Z] === CONT  TestWaitRestartedContainer/next-exit
21:07:52 [2024-01-26T21:07:52.936Z] === CONT  TestWaitRestartedContainer/not-running
21:07:54 [2024-01-26T21:07:54.840Z] --- PASS: TestWaitRestartedContainer (0.01s)
21:07:54 [2024-01-26T21:07:54.840Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.83s)
21:07:54 [2024-01-26T21:07:54.840Z]     --- PASS: TestWaitRestartedContainer/default (2.08s)
21:07:54 [2024-01-26T21:07:54.840Z]     --- PASS: TestWaitRestartedContainer/not-running (2.14s)
21:07:54 [2024-01-26T21:07:54.840Z] === CONT  TestContainerStartOnDaemonRestart
21:07:54 [2024-01-26T21:07:54.840Z] === CONT  TestHardRestartWhenContainerIsRunning
21:07:54 [2024-01-26T21:07:54.840Z] === CONT  TestDaemonHostGatewayIP
21:07:54 [2024-01-26T21:07:54.840Z] === CONT  TestDaemonRestartIpcMode
21:07:54 [2024-01-26T21:07:54.840Z] === CONT  TestRestartDaemonWithRestartingContainer
21:07:54 [2024-01-26T21:07:54.840Z] === CONT  TestIpcModeOlderClient
21:07:54 [2024-01-26T21:07:54.840Z] === CONT  TestStopContainerWithTimeoutCancel
21:07:54 [2024-01-26T21:07:54.840Z] === CONT  TestContainerKillOnDaemonStart
21:07:55 [2024-01-26T21:07:55.099Z] --- PASS: TestIpcModeOlderClient (0.12s)
21:07:57 [2024-01-26T21:07:57.003Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
21:07:57 [2024-01-26T21:07:57.003Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
21:07:57 [2024-01-26T21:07:57.261Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.33s)
21:07:57 [2024-01-26T21:07:57.261Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
21:07:57 [2024-01-26T21:07:57.261Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.34s)
21:07:57 [2024-01-26T21:07:57.519Z] --- PASS: TestContainerStartOnDaemonRestart (2.70s)
21:07:58 [2024-01-26T21:07:58.454Z] --- PASS: TestDaemonHostGatewayIP (3.41s)
21:07:58 [2024-01-26T21:07:58.712Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.70s)
21:07:58 [2024-01-26T21:07:58.712Z] --- PASS: TestDaemonRestartIpcMode (3.75s)
21:07:58 [2024-01-26T21:07:58.712Z] --- PASS: TestStopContainerWithTimeoutCancel (3.79s)
21:08:06 [2024-01-26T21:08:06.821Z] --- PASS: TestContainerKillOnDaemonStart (11.83s)
21:08:06 [2024-01-26T21:08:06.821Z] PASS
21:08:06 [2024-01-26T21:08:06.821Z] 
21:08:06 [2024-01-26T21:08:06.821Z] === Skipped
21:08:06 [2024-01-26T21:08:06.821Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
21:08:06 [2024-01-26T21:08:06.821Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
21:08:06 [2024-01-26T21:08:06.821Z] 
21:08:06 [2024-01-26T21:08:06.821Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
21:08:06 [2024-01-26T21:08:06.821Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
21:08:06 [2024-01-26T21:08:06.821Z] 
21:08:06 [2024-01-26T21:08:06.821Z] DONE 326 tests, 2 skipped in 174.087s
21:08:06 [2024-01-26T21:08:06.821Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
21:08:06 [2024-01-26T21:08:06.821Z] ++ '[' -n '' ']'
21:08:06 [2024-01-26T21:08:06.821Z] ++ 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
21:08:06 [2024-01-26T21:08:06.821Z] ++ set -e
21:08:06 [2024-01-26T21:08:06.821Z] ++ '[' -n 0 ']'
21:08:06 [2024-01-26T21:08:06.821Z] ++ set -x
21:08:06 [2024-01-26T21:08:06.821Z] ++ 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.Ci5JNst8WZ/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
21:08:06 [2024-01-26T21:08:06.821Z] INFO: Testing against a local daemon
21:08:06 [2024-01-26T21:08:06.821Z] === RUN   TestConfigDaemonID
21:08:07 [2024-01-26T21:08:07.756Z]     daemon_test.go:61: [dfc615a4409f1] daemon is not started
21:08:07 [2024-01-26T21:08:07.756Z] --- PASS: TestConfigDaemonID (1.05s)
21:08:07 [2024-01-26T21:08:07.756Z] === RUN   TestDaemonConfigValidation
21:08:07 [2024-01-26T21:08:07.756Z] === RUN   TestDaemonConfigValidation/config_with_no_content
21:08:07 [2024-01-26T21:08:07.756Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
21:08:07 [2024-01-26T21:08:07.756Z] === RUN   TestDaemonConfigValidation/config_with_{}
21:08:07 [2024-01-26T21:08:07.756Z] === PAUSE TestDaemonConfigValidation/config_with_{}
21:08:07 [2024-01-26T21:08:07.756Z] === RUN   TestDaemonConfigValidation/invalid_config
21:08:07 [2024-01-26T21:08:07.756Z] === PAUSE TestDaemonConfigValidation/invalid_config
21:08:07 [2024-01-26T21:08:07.756Z] === RUN   TestDaemonConfigValidation/malformed_config
21:08:07 [2024-01-26T21:08:07.756Z] === PAUSE TestDaemonConfigValidation/malformed_config
21:08:07 [2024-01-26T21:08:07.756Z] === RUN   TestDaemonConfigValidation/valid_config
21:08:07 [2024-01-26T21:08:07.756Z] === PAUSE TestDaemonConfigValidation/valid_config
21:08:07 [2024-01-26T21:08:07.756Z] === CONT  TestDaemonConfigValidation/config_with_no_content
21:08:07 [2024-01-26T21:08:07.756Z] === CONT  TestDaemonConfigValidation/malformed_config
21:08:07 [2024-01-26T21:08:07.756Z] === CONT  TestDaemonConfigValidation/valid_config
21:08:07 [2024-01-26T21:08:07.756Z] === CONT  TestDaemonConfigValidation/invalid_config
21:08:07 [2024-01-26T21:08:07.756Z] === CONT  TestDaemonConfigValidation/config_with_{}
21:08:08 [2024-01-26T21:08:08.015Z] --- PASS: TestDaemonConfigValidation (0.00s)
21:08:08 [2024-01-26T21:08:08.015Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
21:08:08 [2024-01-26T21:08:08.015Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
21:08:08 [2024-01-26T21:08:08.015Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
21:08:08 [2024-01-26T21:08:08.015Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
21:08:08 [2024-01-26T21:08:08.015Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
21:08:08 [2024-01-26T21:08:08.015Z] === RUN   TestConfigDaemonSeccompProfiles
21:08:08 [2024-01-26T21:08:08.015Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
21:08:08 [2024-01-26T21:08:08.948Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
21:08:09 [2024-01-26T21:08:09.882Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
21:08:11 [2024-01-26T21:08:11.256Z]     daemon_test.go:180: [d8cbadbb959cb] daemon is not started
21:08:11 [2024-01-26T21:08:11.256Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
21:08:11 [2024-01-26T21:08:11.256Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s)
21:08:11 [2024-01-26T21:08:11.256Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
21:08:11 [2024-01-26T21:08:11.256Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
21:08:11 [2024-01-26T21:08:11.256Z] === RUN   TestDaemonProxy
21:08:11 [2024-01-26T21:08:11.256Z] === RUN   TestDaemonProxy/environment_variables
21:08:11 [2024-01-26T21:08:11.256Z] === PAUSE TestDaemonProxy/environment_variables
21:08:11 [2024-01-26T21:08:11.256Z] === RUN   TestDaemonProxy/command-line_options
21:08:11 [2024-01-26T21:08:11.256Z] === PAUSE TestDaemonProxy/command-line_options
21:08:11 [2024-01-26T21:08:11.256Z] === RUN   TestDaemonProxy/configuration_file
21:08:11 [2024-01-26T21:08:11.256Z] === PAUSE TestDaemonProxy/configuration_file
21:08:11 [2024-01-26T21:08:11.256Z] === RUN   TestDaemonProxy/conflicting_options
21:08:11 [2024-01-26T21:08:11.514Z] === RUN   TestDaemonProxy/reload_sanitized
21:08:11 [2024-01-26T21:08:11.514Z] === PAUSE TestDaemonProxy/reload_sanitized
21:08:11 [2024-01-26T21:08:11.514Z] === CONT  TestDaemonProxy/environment_variables
21:08:11 [2024-01-26T21:08:11.514Z] === CONT  TestDaemonProxy/configuration_file
21:08:11 [2024-01-26T21:08:11.514Z] === CONT  TestDaemonProxy/reload_sanitized
21:08:11 [2024-01-26T21:08:11.514Z] === CONT  TestDaemonProxy/command-line_options
21:08:13 [2024-01-26T21:08:13.414Z] --- PASS: TestDaemonProxy (0.50s)
21:08:13 [2024-01-26T21:08:13.414Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
21:08:13 [2024-01-26T21:08:13.414Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
21:08:13 [2024-01-26T21:08:13.414Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
21:08:13 [2024-01-26T21:08:13.414Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
21:08:13 [2024-01-26T21:08:13.414Z]     --- PASS: TestDaemonProxy/configuration_file (1.97s)
21:08:13 [2024-01-26T21:08:13.414Z] === RUN   TestLiveRestore
21:08:13 [2024-01-26T21:08:13.414Z] === RUN   TestLiveRestore/volume_references
21:08:13 [2024-01-26T21:08:13.414Z] === PAUSE TestLiveRestore/volume_references
21:08:13 [2024-01-26T21:08:13.414Z] === RUN   TestLiveRestore/autoremove
21:08:13 [2024-01-26T21:08:13.414Z] === PAUSE TestLiveRestore/autoremove
21:08:13 [2024-01-26T21:08:13.414Z] === CONT  TestLiveRestore/volume_references
21:08:13 [2024-01-26T21:08:13.414Z] === CONT  TestLiveRestore/autoremove
21:08:13 [2024-01-26T21:08:13.414Z] === RUN   TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers
21:08:13 [2024-01-26T21:08:13.980Z] === RUN   TestLiveRestore/volume_references/restartPolicy
21:08:13 [2024-01-26T21:08:13.980Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
21:08:15 [2024-01-26T21:08:15.354Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
21:08:15 [2024-01-26T21:08:15.612Z] === RUN   TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited
21:08:16 [2024-01-26T21:08:16.178Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
21:08:17 [2024-01-26T21:08:17.552Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
21:08:18 [2024-01-26T21:08:18.487Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
21:08:19 [2024-01-26T21:08:19.053Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
21:08:19 [2024-01-26T21:08:19.986Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
21:08:20 [2024-01-26T21:08:20.920Z] --- PASS: TestLiveRestore (0.00s)
21:08:20 [2024-01-26T21:08:20.920Z]     --- PASS: TestLiveRestore/autoremove (3.49s)
21:08:20 [2024-01-26T21:08:20.920Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.98s)
21:08:20 [2024-01-26T21:08:20.920Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.51s)
21:08:20 [2024-01-26T21:08:20.920Z]     --- PASS: TestLiveRestore/volume_references (7.30s)
21:08:20 [2024-01-26T21:08:20.920Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (4.22s)
21:08:20 [2024-01-26T21:08:20.920Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.20s)
21:08:20 [2024-01-26T21:08:20.920Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.98s)
21:08:20 [2024-01-26T21:08:20.920Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.03s)
21:08:20 [2024-01-26T21:08:20.920Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.01s)
21:08:20 [2024-01-26T21:08:20.920Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.48s)
21:08:20 [2024-01-26T21:08:20.920Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.47s)
21:08:20 [2024-01-26T21:08:20.920Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.99s)
21:08:20 [2024-01-26T21:08:20.920Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
21:08:21 [2024-01-26T21:08:21.486Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.68s)
21:08:21 [2024-01-26T21:08:21.486Z] PASS
21:08:21 [2024-01-26T21:08:21.486Z] 
21:08:21 [2024-01-26T21:08:21.486Z] DONE 31 tests in 14.750s
21:08:21 [2024-01-26T21:08:21.486Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
21:08:21 [2024-01-26T21:08:21.486Z] ++ '[' -n '' ']'
21:08:21 [2024-01-26T21:08:21.486Z] ++ 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
21:08:21 [2024-01-26T21:08:21.486Z] ++ set -e
21:08:21 [2024-01-26T21:08:21.486Z] ++ '[' -n 0 ']'
21:08:21 [2024-01-26T21:08:21.486Z] ++ set -x
21:08:21 [2024-01-26T21:08:21.486Z] ++ 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.Ci5JNst8WZ/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
21:08:21 [2024-01-26T21:08:21.486Z] INFO: Testing against a local daemon
21:08:21 [2024-01-26T21:08:21.486Z] === RUN   TestCommitInheritsEnv
21:08:21 [2024-01-26T21:08:21.744Z] --- PASS: TestCommitInheritsEnv (0.19s)
21:08:21 [2024-01-26T21:08:21.744Z] === RUN   TestUsernsCommit
21:08:23 [2024-01-26T21:08:23.644Z] --- PASS: TestUsernsCommit (1.53s)
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportExtremelyLargeImageWorks
21:08:23 [2024-01-26T21:08:23.644Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
21:08:23 [2024-01-26T21:08:23.644Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatform
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatform/#00
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatform/linux
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatform/LINUX
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
21:08:23 [2024-01-26T21:08:23.644Z] --- PASS: TestImportWithCustomPlatform (0.12s)
21:08:23 [2024-01-26T21:08:23.644Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
21:08:23 [2024-01-26T21:08:23.644Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
21:08:23 [2024-01-26T21:08:23.644Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
21:08:23 [2024-01-26T21:08:23.644Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatformReject
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatformReject/_______
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatformReject//
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatformReject/macos
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
21:08:23 [2024-01-26T21:08:23.644Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
21:08:23 [2024-01-26T21:08:23.644Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
21:08:23 [2024-01-26T21:08:23.644Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
21:08:23 [2024-01-26T21:08:23.644Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
21:08:23 [2024-01-26T21:08:23.644Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
21:08:23 [2024-01-26T21:08:23.644Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImageInspectEmptyTagsAndDigests
21:08:23 [2024-01-26T21:08:23.644Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImagesFilterMultiReference
21:08:23 [2024-01-26T21:08:23.644Z] --- PASS: TestImagesFilterMultiReference (0.05s)
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImagesFilterUntil
21:08:23 [2024-01-26T21:08:23.644Z]     list_test.go:95: ImageList: ID=sha256:b7ca106df844fd4859400d287acd1d6fc0473d92a93d50dcf448b1e6012da204 RepoTags=[testimagesfilteruntil:v1]
21:08:23 [2024-01-26T21:08:23.644Z] --- PASS: TestImagesFilterUntil (0.29s)
21:08:23 [2024-01-26T21:08:23.644Z] === RUN   TestImagesFilterBeforeSince
21:08:23 [2024-01-26T21:08:23.902Z]     list_test.go:129: ImageList: ID=sha256:0e85e919d717b7d161a45ff470aff105f739c746c96c031787dff15a9f96c10b RepoTags=[testimagesfilterbeforesince:v3]
21:08:23 [2024-01-26T21:08:23.902Z]     list_test.go:129: ImageList: ID=sha256:8bb2ca5e3a6b1f09bd492cb9c0fd00cd2323fa5a89eaa2ac7073a2b182387390 RepoTags=[testimagesfilterbeforesince:v2]
21:08:23 [2024-01-26T21:08:23.902Z]     list_test.go:129: ImageList: ID=sha256:f75999057699cbf553248a0b6617025b09145576885d01276e81abf115053362 RepoTags=[testimagesfilterbeforesince:v1]
21:08:23 [2024-01-26T21:08:23.902Z] --- PASS: TestImagesFilterBeforeSince (0.28s)
21:08:23 [2024-01-26T21:08:23.902Z] === RUN   TestAPIImagesFilters
21:08:24 [2024-01-26T21:08:24.160Z] === RUN   TestAPIImagesFilters/repository_regex
21:08:24 [2024-01-26T21:08:24.160Z] === PAUSE TestAPIImagesFilters/repository_regex
21:08:24 [2024-01-26T21:08:24.160Z] === RUN   TestAPIImagesFilters/image_name_regex
21:08:24 [2024-01-26T21:08:24.160Z] === PAUSE TestAPIImagesFilters/image_name_regex
21:08:24 [2024-01-26T21:08:24.160Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
21:08:24 [2024-01-26T21:08:24.160Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
21:08:24 [2024-01-26T21:08:24.160Z] === RUN   TestAPIImagesFilters/registry_port_regex
21:08:24 [2024-01-26T21:08:24.160Z] === PAUSE TestAPIImagesFilters/registry_port_regex
21:08:24 [2024-01-26T21:08:24.160Z] === CONT  TestAPIImagesFilters/repository_regex
21:08:24 [2024-01-26T21:08:24.160Z] === CONT  TestAPIImagesFilters/registry_port_regex
21:08:24 [2024-01-26T21:08:24.160Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
21:08:24 [2024-01-26T21:08:24.160Z] === CONT  TestAPIImagesFilters/image_name_regex
21:08:24 [2024-01-26T21:08:24.160Z] --- PASS: TestAPIImagesFilters (0.04s)
21:08:24 [2024-01-26T21:08:24.160Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
21:08:24 [2024-01-26T21:08:24.160Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
21:08:24 [2024-01-26T21:08:24.160Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
21:08:24 [2024-01-26T21:08:24.160Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
21:08:24 [2024-01-26T21:08:24.160Z] === RUN   TestPruneDontDeleteUsedDangling
21:08:24 [2024-01-26T21:08:24.728Z] --- PASS: TestPruneDontDeleteUsedDangling (0.56s)
21:08:24 [2024-01-26T21:08:24.728Z] === RUN   TestImagePullPlatformInvalid
21:08:24 [2024-01-26T21:08:24.728Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
21:08:24 [2024-01-26T21:08:24.728Z] === RUN   TestImagePullStoredDigestForOtherRepo
21:08:24 [2024-01-26T21:08:24.728Z] time="2024-01-26T21:08:24.501050242Z" 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=ef4f5cb4-74a0-4d12-ae4c-b7d794a82d9b version=2.8.3 
21:08:24 [2024-01-26T21:08:24.728Z] time="2024-01-26T21:08:24.501167741Z" level=info msg="Starting upload purge in 52m0s" go.version=go1.20.8 instance.id=ef4f5cb4-74a0-4d12-ae4c-b7d794a82d9b version=2.8.3 
21:08:24 [2024-01-26T21:08:24.728Z] time="2024-01-26T21:08:24.501226777Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=ef4f5cb4-74a0-4d12-ae4c-b7d794a82d9b version=2.8.3 
21:08:24 [2024-01-26T21:08:24.728Z] time="2024-01-26T21:08:24.501468634Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=ef4f5cb4-74a0-4d12-ae4c-b7d794a82d9b version=2.8.3 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.595569796Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fc906546-2161-4963-9f1f-fd92f925aeb9 http.request.method=GET http.request.remoteaddr="127.0.0.1:40776" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.595619348Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fc906546-2161-4963-9f1f-fd92f925aeb9 http.request.method=GET http.request.remoteaddr="127.0.0.1:40776" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.014937ms http.response.status=200 http.response.written=2 
21:08:24 [2024-01-26T21:08:24.729Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.598133194Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d999e2a8-090b-44c9-8622-6262cb54e690 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.59818478Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d999e2a8-090b-44c9-8622-6262cb54e690 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.598196301Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8c778a8e-d856-474a-bc1c-9084963587d9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.598227546Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8c778a8e-d856-474a-bc1c-9084963587d9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.598311452Z" 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=d999e2a8-090b-44c9-8622-6262cb54e690 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=52.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).GetContent" trace.id=6fce8e8b-63ee-4d19-8f40-207c9bd8faac trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.598383256Z" 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=8c778a8e-d856-474a-bc1c-9084963587d9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=115.693µ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=9c5a15dd-0091-4b39-bcda-90e8cb4c537d trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.59842507Z" 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=d999e2a8-090b-44c9-8622-6262cb54e690 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.219598ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown"
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.598443195Z" 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=8c778a8e-d856-474a-bc1c-9084963587d9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.253313ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown"
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600048495Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=80447fc5-bb96-4c59-863b-f84198d6ff82 http.request.method=POST http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600127479Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=80447fc5-bb96-4c59-863b-f84198d6ff82 http.request.method=POST http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600270151Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=40d24c77-3ccb-45bd-8999-cc7db19c884c http.request.method=POST http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600289277Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=80447fc5-bb96-4c59-863b-f84198d6ff82 http.request.method=POST http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=122.422µ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=a8e7b1db-d071-42ea-81d2-4cb6fe1858ea trace.line=110 vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600319431Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=40d24c77-3ccb-45bd-8999-cc7db19c884c http.request.method=POST http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.60033873Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=80447fc5-bb96-4c59-863b-f84198d6ff82 http.request.method=POST http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=22.819µ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=a5152f1a-747a-4dca-b141-293570a75a20 trace.line=142 vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600418419Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=80447fc5-bb96-4c59-863b-f84198d6ff82 http.request.method=POST http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=42.388µ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=a0b493b3-ce15-48ec-b83e-98715051cde3 trace.line=110 vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600420479Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/dd870578-edb3-4984-8270-bb5b9b4d3508/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=40d24c77-3ccb-45bd-8999-cc7db19c884c http.request.method=POST http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=64.296µ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=ed4ba1b7-b8ce-46fa-b71d-de74c00d3f2e trace.line=110 vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600464032Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/dd870578-edb3-4984-8270-bb5b9b4d3508/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=40d24c77-3ccb-45bd-8999-cc7db19c884c http.request.method=POST http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=19.388µ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=b741c226-f488-471d-a70e-45bfe018a035 trace.line=142 vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600526071Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=80447fc5-bb96-4c59-863b-f84198d6ff82 http.request.method=POST http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.815468ms http.response.status=202 http.response.written=0 
21:08:24 [2024-01-26T21:08:24.729Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown"
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600554338Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/dd870578-edb3-4984-8270-bb5b9b4d3508/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=40d24c77-3ccb-45bd-8999-cc7db19c884c http.request.method=POST http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=50.306µ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=384dad73-30f0-452c-b0d0-ebb0fb51fd34 trace.line=110 vars.name=test 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.600615393Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=40d24c77-3ccb-45bd-8999-cc7db19c884c http.request.method=POST http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.822984ms http.response.status=202 http.response.written=0 
21:08:24 [2024-01-26T21:08:24.729Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown"
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.602131659Z" 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=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.602212915Z" 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=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.602295197Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=48.993µ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=157ace6b-2e6e-4428-8e8e-fb250532eb46 trace.line=95 vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.602350451Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=21.046µ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=55da6236-19cc-4859-822d-48110a21fd1f trace.line=142 vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.602423904Z" 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=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.602503609Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77/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=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=41.24µ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=4e1d34eb-b3bd-4291-af68-353adc71b327 trace.line=110 vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.602545792Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=14.786µ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=725883db-1500-4af4-b9d4-180cba6a955e trace.line=155 vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.602588492Z" 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=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.235µ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=98ba2fd0-4ffa-43ce-ba57-dd9da32dde75 trace.line=155 vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.729Z] time="2024-01-26T21:08:24.602619409Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=9.206µ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=122b4ba3-ef37-4462-95aa-e18c6b000f8a trace.line=155 vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.602695611Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77/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=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=55.558µ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=70c39607-64ab-4154-8693-2749c079c73c trace.line=185 vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.603515369Z" 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=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=87.337µ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=f01bd390-87c3-4314-81c0-809e4bea32a3 trace.line=110 vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.603678973Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=121.847µ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=3d25df3f-a1ff-4950-9f09-ef0c22cd508b trace.line=202 vars.name=test vars.uuid=1454f9c0-dbe3-42f1-976e-a30d0accbe77 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.603765324Z" 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=e75640fa-ef85-4a9d-a205-89890ca55cd2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40790" http.request.uri="/v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.395314ms http.response.status=201 http.response.written=0 
21:08:24 [2024-01-26T21:08:24.730Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "PUT /v2/test/blobs/uploads/1454f9c0-dbe3-42f1-976e-a30d0accbe77?_state=GfYqzZaT6Ir0TqdmGXD1mRXP9vT3vIPT3bMtEoc2fWB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE0NTRmOWMwLWRiZTMtNDJmMS05NzZlLWEzMGQwYWNjYmU3NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAxNDQzNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.603821374Z" 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=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.603893613Z" 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=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.603962413Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/dd870578-edb3-4984-8270-bb5b9b4d3508/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=39.541µ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=7847bcc1-9c47-4beb-a7b1-7b2e7cb53a99 trace.line=95 vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.604020769Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/dd870578-edb3-4984-8270-bb5b9b4d3508/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=23.237µ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=fd7e736b-73d6-4c09-a3c0-097e86f303ed trace.line=142 vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.604054853Z" 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=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.604128347Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/dd870578-edb3-4984-8270-bb5b9b4d3508/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=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=36.046µ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=930113de-dcad-4a13-ab4d-477727c7fe24 trace.line=110 vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.604166214Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/dd870578-edb3-4984-8270-bb5b9b4d3508/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.422µ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=bd712a98-d02a-440f-bc17-1b9e3c0ccb60 trace.line=155 vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.60420427Z" 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=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.357µ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=33040054-2dee-4ad4-9200-1ad88017a05d trace.line=155 vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.604233809Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/dd870578-edb3-4984-8270-bb5b9b4d3508/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=8.426µ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=73c17c3e-0ad4-4fe7-ae0e-2e695069062f trace.line=155 vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.604296456Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/dd870578-edb3-4984-8270-bb5b9b4d3508/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=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.057µ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=09c96f54-9b00-4276-964f-3435b08e147a trace.line=185 vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.604363246Z" 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=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=39.541µ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=dcfb524e-d549-4a16-a8fb-c52b95abed3b trace.line=110 vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.604469413Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/dd870578-edb3-4984-8270-bb5b9b4d3508")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=81.06µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=3703e8cd-97ca-4e93-b983-da3cba55fa2f trace.line=202 vars.name=test vars.uuid=dd870578-edb3-4984-8270-bb5b9b4d3508 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.604548569Z" 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=c3f9b8e7-1392-4458-8fe6-8cb69f97e16d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.041924ms http.response.status=201 http.response.written=0 
21:08:24 [2024-01-26T21:08:24.730Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "PUT /v2/test/blobs/uploads/dd870578-edb3-4984-8270-bb5b9b4d3508?_state=a2Oyyl-WkzQBIg5FwI_JSko4Nr8gHmp3QrrfVwlkEuZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRkODcwNTc4LWVkYjMtNDk4NC04MjcwLWJiNWI5YjRkMzUwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yNlQyMTowODoyNC42MDAzMzEyNjNaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.605633084Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=502fd993-7165-451f-8a91-0cc8e49f5e04 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.605668047Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=502fd993-7165-451f-8a91-0cc8e49f5e04 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.605725081Z" 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=502fd993-7165-451f-8a91-0cc8e49f5e04 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=28.661µ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=9c21d740-51e1-42e9-90f8-4eac086edb00 trace.line=95 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.605792626Z" 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=502fd993-7165-451f-8a91-0cc8e49f5e04 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="826.158µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.730Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.12+unknown"
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.607033238Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.607230114Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.607393323Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.607409799Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.607418308Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.730Z] time="2024-01-26T21:08:24.607490137Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=39.877µ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=8ea28cfb-637c-42a3-a53c-d936e2bf4743 trace.line=95 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.607536545Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=15.27µ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=acd3f5bf-957c-49d4-b8a1-c74857259867 trace.line=155 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.60759632Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=22.269µ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=d318d775-f8f6-49e2-8f40-fbcd9fa21806 trace.line=95 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.607637461Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.094µ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=ea97b9f8-6f4a-4867-8b91-ccedc91a701b trace.line=155 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.607677068Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.284µ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=3df1d2b2-3b3d-4279-b241-262cfffea197 trace.line=155 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.6077545Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=52.571µ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=625f0390-16a3-41f8-8a99-0316ac676598 trace.line=110 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.607837832Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=50.889µ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=de654122-ff19-4d02-8408-c3d1dec5137f trace.line=110 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.607990138Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=58.068µ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=02b275ff-0920-4083-8b9a-d0b11540dcae trace.line=110 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.608045416Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=32.878µ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=55dc2fe1-3814-4cc1-b97a-b266381ac7de trace.line=110 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.608083291Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.60809948Z" 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=a673f543-bc8d-47c6-a893-284b2cdee92e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.012738ms http.response.status=201 http.response.written=0 
21:08:24 [2024-01-26T21:08:24.731Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.614600542Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fe085e41-466d-470a-824a-2a609d5a59e8 http.request.method=GET http.request.remoteaddr="127.0.0.1:40806" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.61464398Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fe085e41-466d-470a-824a-2a609d5a59e8 http.request.method=GET http.request.remoteaddr="127.0.0.1:40806" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 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="941.572µs" http.response.status=200 http.response.written=2 
21:08:24 [2024-01-26T21:08:24.731Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.616807456Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cb1699ed-8e75-4d26-a7d8-918e0ed77df0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40810" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.616849541Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cb1699ed-8e75-4d26-a7d8-918e0ed77df0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40810" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.616936762Z" 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=cb1699ed-8e75-4d26-a7d8-918e0ed77df0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40810" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=51.381µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=458a1318-d77a-4c2b-ad25-ce555f1316e6 trace.line=95 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.61696146Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cb1699ed-8e75-4d26-a7d8-918e0ed77df0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40810" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.617008533Z" 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=cb1699ed-8e75-4d26-a7d8-918e0ed77df0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40810" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.926µ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=9d0f68ff-850a-4186-bf8b-909e6aa51ec8 trace.line=95 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.617058954Z" 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=cb1699ed-8e75-4d26-a7d8-918e0ed77df0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40810" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.378µ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=fc76132b-f8fe-49d2-969c-9453e9cec2f3 trace.line=155 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.617101186Z" 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=cb1699ed-8e75-4d26-a7d8-918e0ed77df0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40810" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.129µ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=21bf6fe3-bc21-42f3-9513-7784d51d30c4 trace.line=125 vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.617149827Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cb1699ed-8e75-4d26-a7d8-918e0ed77df0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40810" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.617248568Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cb1699ed-8e75-4d26-a7d8-918e0ed77df0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40810" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 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.275779ms http.response.status=200 http.response.written=417 
21:08:24 [2024-01-26T21:08:24.731Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.62682148Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7f2cda76-1f04-4029-86ee-2c3e2f8c6378 http.request.method=GET http.request.remoteaddr="127.0.0.1:40822" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.626872524Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7f2cda76-1f04-4029-86ee-2c3e2f8c6378 http.request.method=GET http.request.remoteaddr="127.0.0.1:40822" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.626888352Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7f2cda76-1f04-4029-86ee-2c3e2f8c6378 http.request.method=GET http.request.remoteaddr="127.0.0.1:40822" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.626974138Z" 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=7f2cda76-1f04-4029-86ee-2c3e2f8c6378 http.request.method=GET http.request.remoteaddr="127.0.0.1:40822" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=50.675µ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=77caffef-308b-484e-9437-a7b32c879eda trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.627029621Z" 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=7f2cda76-1f04-4029-86ee-2c3e2f8c6378 http.request.method=GET http.request.remoteaddr="127.0.0.1:40822" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.954µ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=8dd0bf2d-7a02-496c-9709-a3a95931b842 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.627073765Z" 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=7f2cda76-1f04-4029-86ee-2c3e2f8c6378 http.request.method=GET http.request.remoteaddr="127.0.0.1:40822" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.99µ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=47510745-001a-40dc-b400-01da59c1c87d trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.731Z] time="2024-01-26T21:08:24.627108063Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7f2cda76-1f04-4029-86ee-2c3e2f8c6378 http.request.method=GET http.request.remoteaddr="127.0.0.1:40822" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.627204491Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7f2cda76-1f04-4029-86ee-2c3e2f8c6378 http.request.method=GET http.request.remoteaddr="127.0.0.1:40822" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 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.832223ms http.response.status=200 http.response.written=417 
21:08:24 [2024-01-26T21:08:24.732Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633369779Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633407753Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633421275Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633439416Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.63350752Z" 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=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=48.87µ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=805614d7-a110-484a-8486-8976ab61db91 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633566917Z" 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=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.34µ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=b43a3ced-64f8-4db6-8a71-1d65368b5091 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.63350802Z" 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=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=38.679µ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=d68abe2f-4f3e-4424-8eeb-921466ee0cc1 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633616066Z" 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=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.078µ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=a85f6cef-47e7-448d-98f7-91622aca67ef trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633651012Z" 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=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.313µ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=33978856-792a-498d-8755-343d7d3777e9 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633653654Z" 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=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.124µ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=82962adb-229a-46e7-831f-2de273e36fca trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633683103Z" 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=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.953µ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=967cbd09-34e7-4be6-b0d8-4d5a20c17679 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633708006Z" 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=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.113µ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=530adc71-ae77-43d0-a070-4d22c6c06945 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633718484Z" 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=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.258µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=b229b70c-9aac-46df-8328-cf6649af7501 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633743461Z" 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=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.322µ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=5f8311fa-9a53-4e2a-b6af-bcff14952360 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633775871Z" 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=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.457µ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=a52700ca-fed2-4bb3-a711-d9002ee3dfe3 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633775641Z" 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=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.428µ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=17fb719f-20cf-45b4-be89-bb4dbd59d467 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.633939212Z" 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=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.095µ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=a67c6f28-c863-49ca-a480-46e230fa8049 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.634019631Z" 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=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=28.086µ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=e5e04cd5-f65b-4360-931c-777afd4a2c87 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.634478204Z" 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=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=31.36µ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=851ab9c8-8f17-4a40-99c3-01736939a0c6 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.634552314Z" 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=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.582µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=79b5f1ca-d073-469d-8206-fc1540059f3a trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.634701066Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=70bdb951-bd54-4f53-99fd-ac2911681c55 http.request.method=GET http.request.remoteaddr="127.0.0.1:40836" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 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.209655ms http.response.status=200 http.response.written=194 
21:08:24 [2024-01-26T21:08:24.732Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.635383895Z" 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=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.707µ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=ce7179c3-f06b-48fc-9f30-bc9df6f662e0 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.635471387Z" 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=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.414µ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=60fb4322-52b6-438f-97c7-47c7e8f58c0c trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.635608218Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e14dd9fc-cb64-465a-bd3f-523b7386ab42 http.request.method=GET http.request.remoteaddr="127.0.0.1:40842" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 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.116085ms http.response.status=200 http.response.written=68 
21:08:24 [2024-01-26T21:08:24.732Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.649779961Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=53f08fac-43da-4549-83ed-3bf790546636 http.request.method=GET http.request.remoteaddr="127.0.0.1:40862" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
21:08:24 [2024-01-26T21:08:24.732Z] time="2024-01-26T21:08:24.649824088Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=53f08fac-43da-4549-83ed-3bf790546636 http.request.method=GET http.request.remoteaddr="127.0.0.1:40862" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 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="891.841µs" http.response.status=200 http.response.written=2 
21:08:24 [2024-01-26T21:08:24.733Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.656312539Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ac085800-3c2c-4139-ab5b-c3e5ab505b3f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40868" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.65636035Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ac085800-3c2c-4139-ab5b-c3e5ab505b3f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40868" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.656374266Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ac085800-3c2c-4139-ab5b-c3e5ab505b3f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40868" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.656443461Z" 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=ac085800-3c2c-4139-ab5b-c3e5ab505b3f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40868" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.645µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=275b58c7-08e3-461a-9d1b-c957aaff4952 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.656504319Z" 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=ac085800-3c2c-4139-ab5b-c3e5ab505b3f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40868" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=24.296µ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=1fe14cfe-08cf-4c14-bed0-4a1db2397578 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.656585378Z" 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=ac085800-3c2c-4139-ab5b-c3e5ab505b3f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40868" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 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.10781ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.657947533Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2e5e4b9d-480c-4b7b-9c93-9492e897dab0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40874" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.65799505Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2e5e4b9d-480c-4b7b-9c93-9492e897dab0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40874" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.658014176Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2e5e4b9d-480c-4b7b-9c93-9492e897dab0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40874" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.658076593Z" 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=2e5e4b9d-480c-4b7b-9c93-9492e897dab0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40874" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=30.269µ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=99a86a98-29d0-48de-8ad0-b64c4d100caa trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.658121073Z" 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=2e5e4b9d-480c-4b7b-9c93-9492e897dab0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40874" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.784µ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=c8c86122-ea6c-46e0-98a8-2501bd58d8ed trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] time="2024-01-26T21:08:24.65816571Z" 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=2e5e4b9d-480c-4b7b-9c93-9492e897dab0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40874" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 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.028384ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
21:08:24 [2024-01-26T21:08:24.733Z] 127.0.0.1 - - [26/Jan/2024:21:08:24 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/a8e8a4cdad0a4a3eef3ed228a50c21e8e869bf14 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
21:08:24 [2024-01-26T21:08:24.733Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.18s)
21:08:24 [2024-01-26T21:08:24.733Z] === RUN   TestImagePullNonExisting
21:08:24 [2024-01-26T21:08:24.733Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
21:08:24 [2024-01-26T21:08:24.733Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
21:08:24 [2024-01-26T21:08:24.733Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
21:08:24 [2024-01-26T21:08:24.733Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
21:08:24 [2024-01-26T21:08:24.733Z] === RUN   TestImagePullNonExisting/asdfasdf
21:08:24 [2024-01-26T21:08:24.733Z] === PAUSE TestImagePullNonExisting/asdfasdf
21:08:24 [2024-01-26T21:08:24.733Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
21:08:24 [2024-01-26T21:08:24.733Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
21:08:24 [2024-01-26T21:08:24.733Z] === RUN   TestImagePullNonExisting/library/asdfasdf
21:08:24 [2024-01-26T21:08:24.733Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
21:08:24 [2024-01-26T21:08:24.733Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
21:08:24 [2024-01-26T21:08:24.733Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
21:08:24 [2024-01-26T21:08:24.733Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
21:08:24 [2024-01-26T21:08:24.733Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
21:08:24 [2024-01-26T21:08:24.733Z] === CONT  TestImagePullNonExisting/asdfasdf
21:08:24 [2024-01-26T21:08:24.733Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
21:08:24 [2024-01-26T21:08:24.733Z] === CONT  TestImagePullNonExisting/library/asdfasdf
21:08:24 [2024-01-26T21:08:24.733Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
21:08:26 [2024-01-26T21:08:26.107Z] --- PASS: TestImagePullNonExisting (0.01s)
21:08:26 [2024-01-26T21:08:26.108Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.95s)
21:08:26 [2024-01-26T21:08:26.108Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.95s)
21:08:26 [2024-01-26T21:08:26.108Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.96s)
21:08:26 [2024-01-26T21:08:26.108Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s)
21:08:26 [2024-01-26T21:08:26.108Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.27s)
21:08:26 [2024-01-26T21:08:26.108Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.28s)
21:08:26 [2024-01-26T21:08:26.108Z] === RUN   TestRemoveImageOrphaning
21:08:26 [2024-01-26T21:08:26.366Z] --- PASS: TestRemoveImageOrphaning (0.22s)
21:08:26 [2024-01-26T21:08:26.366Z] === RUN   TestRemoveByDigest
21:08:26 [2024-01-26T21:08:26.366Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
21:08:26 [2024-01-26T21:08:26.366Z] --- SKIP: TestRemoveByDigest (0.00s)
21:08:26 [2024-01-26T21:08:26.366Z] === RUN   TestRemoveImageGarbageCollector
21:08:26 [2024-01-26T21:08:26.366Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
21:08:26 [2024-01-26T21:08:26.366Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
21:08:26 [2024-01-26T21:08:26.366Z] === RUN   TestSaveCheckTimes
21:08:26 [2024-01-26T21:08:26.366Z] === PAUSE TestSaveCheckTimes
21:08:26 [2024-01-26T21:08:26.366Z] === RUN   TestSaveCheckManifestLayers
21:08:26 [2024-01-26T21:08:26.366Z] === PAUSE TestSaveCheckManifestLayers
21:08:26 [2024-01-26T21:08:26.366Z] === RUN   TestSaveRepoWithMultipleImages
21:08:26 [2024-01-26T21:08:26.624Z] --- PASS: TestSaveRepoWithMultipleImages (0.21s)
21:08:26 [2024-01-26T21:08:26.624Z] === RUN   TestSaveDirectoryPermissions
21:08:27 [2024-01-26T21:08:27.559Z] --- PASS: TestSaveDirectoryPermissions (1.07s)
21:08:27 [2024-01-26T21:08:27.559Z] === RUN   TestTagUnprefixedRepoByNameOrName
21:08:27 [2024-01-26T21:08:27.559Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
21:08:27 [2024-01-26T21:08:27.559Z] === RUN   TestTagUsingDigestAlgorithmAsName
21:08:27 [2024-01-26T21:08:27.559Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
21:08:27 [2024-01-26T21:08:27.559Z] === RUN   TestTagValidPrefixedRepo
21:08:27 [2024-01-26T21:08:27.559Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
21:08:27 [2024-01-26T21:08:27.559Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
21:08:27 [2024-01-26T21:08:27.559Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
21:08:27 [2024-01-26T21:08:27.559Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
21:08:27 [2024-01-26T21:08:27.559Z] === RUN   TestTagValidPrefixedRepo/foooo:t
21:08:27 [2024-01-26T21:08:27.559Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
21:08:27 [2024-01-26T21:08:27.559Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
21:08:27 [2024-01-26T21:08:27.559Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
21:08:27 [2024-01-26T21:08:27.559Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
21:08:27 [2024-01-26T21:08:27.559Z] === CONT  TestTagValidPrefixedRepo/foooo:t
21:08:27 [2024-01-26T21:08:27.559Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
21:08:27 [2024-01-26T21:08:27.559Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
21:08:27 [2024-01-26T21:08:27.559Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
21:08:27 [2024-01-26T21:08:27.559Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s)
21:08:27 [2024-01-26T21:08:27.559Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
21:08:27 [2024-01-26T21:08:27.559Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
21:08:27 [2024-01-26T21:08:27.559Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s)
21:08:27 [2024-01-26T21:08:27.559Z] === RUN   TestTagExistedNameWithoutForce
21:08:27 [2024-01-26T21:08:27.559Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
21:08:27 [2024-01-26T21:08:27.559Z] === RUN   TestTagOfficialNames
21:08:27 [2024-01-26T21:08:27.559Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
21:08:27 [2024-01-26T21:08:27.817Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
21:08:27 [2024-01-26T21:08:27.817Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
21:08:27 [2024-01-26T21:08:27.817Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
21:08:27 [2024-01-26T21:08:27.817Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
21:08:27 [2024-01-26T21:08:27.817Z] --- PASS: TestTagOfficialNames (0.05s)
21:08:27 [2024-01-26T21:08:27.817Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
21:08:27 [2024-01-26T21:08:27.817Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
21:08:27 [2024-01-26T21:08:27.817Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
21:08:27 [2024-01-26T21:08:27.817Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
21:08:27 [2024-01-26T21:08:27.817Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
21:08:27 [2024-01-26T21:08:27.817Z] === RUN   TestTagMatchesDigest
21:08:27 [2024-01-26T21:08:27.817Z] --- PASS: TestTagMatchesDigest (0.01s)
21:08:27 [2024-01-26T21:08:27.817Z] === CONT  TestSaveCheckManifestLayers
21:08:27 [2024-01-26T21:08:27.817Z] === CONT  TestSaveCheckTimes
21:08:27 [2024-01-26T21:08:27.817Z] --- PASS: TestSaveCheckManifestLayers (0.03s)
21:08:27 [2024-01-26T21:08:27.817Z] --- PASS: TestSaveCheckTimes (0.03s)
21:08:27 [2024-01-26T21:08:27.817Z] PASS
21:08:27 [2024-01-26T21:08:27.817Z] 
21:08:27 [2024-01-26T21:08:27.817Z] === Skipped
21:08:27 [2024-01-26T21:08:27.818Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
21:08:27 [2024-01-26T21:08:27.818Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
21:08:27 [2024-01-26T21:08:27.818Z] 
21:08:27 [2024-01-26T21:08:27.818Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
21:08:27 [2024-01-26T21:08:27.818Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
21:08:27 [2024-01-26T21:08:27.818Z] 
21:08:27 [2024-01-26T21:08:27.818Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
21:08:27 [2024-01-26T21:08:27.818Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
21:08:27 [2024-01-26T21:08:27.818Z] 
21:08:27 [2024-01-26T21:08:27.818Z] DONE 55 tests, 3 skipped in 6.271s
21:08:27 [2024-01-26T21:08:27.818Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
21:08:27 [2024-01-26T21:08:27.818Z] ++ '[' -n '' ']'
21:08:27 [2024-01-26T21:08:27.818Z] ++ 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
21:08:27 [2024-01-26T21:08:27.818Z] ++ set -e
21:08:27 [2024-01-26T21:08:27.818Z] ++ '[' -n 0 ']'
21:08:27 [2024-01-26T21:08:27.818Z] ++ set -x
21:08:27 [2024-01-26T21:08:27.818Z] ++ 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.Ci5JNst8WZ/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
21:08:27 [2024-01-26T21:08:27.818Z] === RUN   TestStripANSICommands
21:08:27 [2024-01-26T21:08:27.818Z] === RUN   TestStripANSICommands/#00
21:08:27 [2024-01-26T21:08:27.818Z] === RUN   TestStripANSICommands/#01
21:08:27 [2024-01-26T21:08:27.818Z] --- PASS: TestStripANSICommands (0.00s)
21:08:27 [2024-01-26T21:08:27.818Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
21:08:27 [2024-01-26T21:08:27.818Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
21:08:27 [2024-01-26T21:08:27.818Z] PASS
21:08:27 [2024-01-26T21:08:27.818Z] 
21:08:27 [2024-01-26T21:08:27.818Z] DONE 3 tests in 0.009s
21:08:27 [2024-01-26T21:08:27.818Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
21:08:27 [2024-01-26T21:08:27.818Z] ++ '[' -n '' ']'
21:08:27 [2024-01-26T21:08:27.818Z] ++ 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
21:08:27 [2024-01-26T21:08:27.818Z] ++ set -e
21:08:27 [2024-01-26T21:08:27.818Z] ++ '[' -n 0 ']'
21:08:27 [2024-01-26T21:08:27.818Z] ++ set -x
21:08:27 [2024-01-26T21:08:27.818Z] ++ 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.Ci5JNst8WZ/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
21:08:27 [2024-01-26T21:08:27.818Z] INFO: Testing against a local daemon
21:08:27 [2024-01-26T21:08:27.818Z] === RUN   TestCreateWithMultiNetworks
21:08:28 [2024-01-26T21:08:28.752Z] --- PASS: TestCreateWithMultiNetworks (0.98s)
21:08:28 [2024-01-26T21:08:28.752Z] === RUN   TestNetworkCreateDelete
21:08:29 [2024-01-26T21:08:29.010Z] --- PASS: TestNetworkCreateDelete (0.17s)
21:08:29 [2024-01-26T21:08:29.010Z] === RUN   TestDockerNetworkDeletePreferID
21:08:29 [2024-01-26T21:08:29.576Z] --- PASS: TestDockerNetworkDeletePreferID (0.53s)
21:08:29 [2024-01-26T21:08:29.576Z] === RUN   TestDaemonDNSFallback
21:08:36 [2024-01-26T21:08:36.132Z] --- PASS: TestDaemonDNSFallback (6.22s)
21:08:36 [2024-01-26T21:08:36.132Z] === RUN   TestInspectNetwork
21:08:38 [2024-01-26T21:08:38.661Z] === RUN   TestInspectNetwork/full_network_id
21:08:38 [2024-01-26T21:08:38.661Z] === RUN   TestInspectNetwork/partial_network_id
21:08:38 [2024-01-26T21:08:38.661Z] === RUN   TestInspectNetwork/network_name
21:08:38 [2024-01-26T21:08:38.661Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
21:08:42 [2024-01-26T21:08:42.844Z] --- PASS: TestInspectNetwork (7.09s)
21:08:42 [2024-01-26T21:08:42.844Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
21:08:42 [2024-01-26T21:08:42.844Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
21:08:42 [2024-01-26T21:08:42.844Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
21:08:42 [2024-01-26T21:08:42.844Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
21:08:42 [2024-01-26T21:08:42.844Z] === RUN   TestRunContainerWithBridgeNone
21:08:44 [2024-01-26T21:08:44.219Z] --- PASS: TestRunContainerWithBridgeNone (1.36s)
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/create
21:08:44 [2024-01-26T21:08:44.219Z] === PAUSE TestNetworkInvalidJSON/networks/create
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
21:08:44 [2024-01-26T21:08:44.219Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
21:08:44 [2024-01-26T21:08:44.219Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
21:08:44 [2024-01-26T21:08:44.219Z] === CONT  TestNetworkInvalidJSON/networks/create
21:08:44 [2024-01-26T21:08:44.219Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
21:08:44 [2024-01-26T21:08:44.219Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
21:08:44 [2024-01-26T21:08:44.219Z] --- PASS: TestNetworkInvalidJSON (0.01s)
21:08:44 [2024-01-26T21:08:44.219Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkList
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkList//networks
21:08:44 [2024-01-26T21:08:44.219Z] === PAUSE TestNetworkList//networks
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestNetworkList//networks/
21:08:44 [2024-01-26T21:08:44.219Z] === PAUSE TestNetworkList//networks/
21:08:44 [2024-01-26T21:08:44.219Z] === CONT  TestNetworkList//networks
21:08:44 [2024-01-26T21:08:44.219Z] === CONT  TestNetworkList//networks/
21:08:44 [2024-01-26T21:08:44.219Z] --- PASS: TestNetworkList (0.01s)
21:08:44 [2024-01-26T21:08:44.219Z]     --- PASS: TestNetworkList//networks/ (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z]     --- PASS: TestNetworkList//networks (0.00s)
21:08:44 [2024-01-26T21:08:44.219Z] === RUN   TestHostIPv4BridgeLabel
21:08:44 [2024-01-26T21:08:44.785Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
21:08:44 [2024-01-26T21:08:44.785Z] === RUN   TestDefaultNetworkOpts
21:08:44 [2024-01-26T21:08:44.785Z] === RUN   TestDefaultNetworkOpts/default_value
21:08:46 [2024-01-26T21:08:46.160Z] === RUN   TestDefaultNetworkOpts/cmdline_value
21:08:47 [2024-01-26T21:08:47.534Z] === RUN   TestDefaultNetworkOpts/config-from_value
21:08:48 [2024-01-26T21:08:48.908Z] --- PASS: TestDefaultNetworkOpts (3.97s)
21:08:48 [2024-01-26T21:08:48.908Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.31s)
21:08:48 [2024-01-26T21:08:48.908Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.36s)
21:08:48 [2024-01-26T21:08:48.908Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.30s)
21:08:48 [2024-01-26T21:08:48.908Z] === RUN   TestForbidDuplicateNetworkNames
21:08:49 [2024-01-26T21:08:49.474Z] --- PASS: TestForbidDuplicateNetworkNames (0.65s)
21:08:49 [2024-01-26T21:08:49.475Z] === RUN   TestDaemonRestartWithLiveRestore
21:08:50 [2024-01-26T21:08:50.409Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
21:08:50 [2024-01-26T21:08:50.409Z] === RUN   TestDaemonDefaultNetworkPools
21:08:51 [2024-01-26T21:08:51.342Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s)
21:08:51 [2024-01-26T21:08:51.342Z] === RUN   TestDaemonRestartWithExistingNetwork
21:08:52 [2024-01-26T21:08:52.277Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
21:08:52 [2024-01-26T21:08:52.277Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
21:08:53 [2024-01-26T21:08:53.651Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s)
21:08:53 [2024-01-26T21:08:53.651Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
21:08:54 [2024-01-26T21:08:54.217Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s)
21:08:54 [2024-01-26T21:08:54.217Z] === RUN   TestServiceWithPredefinedNetwork
21:08:56 [2024-01-26T21:08:56.746Z] --- PASS: TestServiceWithPredefinedNetwork (2.08s)
21:08:56 [2024-01-26T21:08:56.746Z] === RUN   TestServiceRemoveKeepsIngressNetwork
21:08:56 [2024-01-26T21:08:56.746Z]     service_test.go:250: FLAKY_TEST
21:08:56 [2024-01-26T21:08:56.746Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
21:08:56 [2024-01-26T21:08:56.746Z] === RUN   TestServiceWithDataPathPortInit
21:09:11 [2024-01-26T21:09:11.616Z] --- PASS: TestServiceWithDataPathPortInit (13.58s)
21:09:11 [2024-01-26T21:09:11.616Z] === RUN   TestServiceWithDefaultAddressPoolInit
21:09:12 [2024-01-26T21:09:12.183Z]     service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:4r9625fpeque2wl3rw5k35m5p Created:2024-01-26 21:09:11.103904449 +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[f17ad05a06e8a966403ab827a729a13a2b9f0fa93ef0c0952aafa6b9beae279d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.q98yzmynx2tdn3f616xnk3prf EndpointID:06cb684b40a085c6880044919c9442faa47d032c4b80d65cfa34f13efb22629c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a5c92607105aeb3f6c8d1402764575b45f60cac539d978426615d56776fdb401 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:243872a4e809 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.q98yzmynx2tdn3f616xnk3prf EndpointID:06cb684b40a085c6880044919c9442faa47d032c4b80d65cfa34f13efb22629c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
21:09:17 [2024-01-26T21:09:17.447Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s)
21:09:17 [2024-01-26T21:09:17.447Z] PASS
21:09:17 [2024-01-26T21:09:17.447Z] 
21:09:17 [2024-01-26T21:09:17.447Z] === Skipped
21:09:17 [2024-01-26T21:09:17.447Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
21:09:17 [2024-01-26T21:09:17.447Z]     service_test.go:250: FLAKY_TEST
21:09:17 [2024-01-26T21:09:17.447Z] 
21:09:17 [2024-01-26T21:09:17.447Z] DONE 44 tests, 1 skipped in 48.983s
21:09:17 [2024-01-26T21:09:17.447Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
21:09:17 [2024-01-26T21:09:17.447Z] ++ '[' -n '' ']'
21:09:17 [2024-01-26T21:09:17.447Z] ++ 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
21:09:17 [2024-01-26T21:09:17.447Z] ++ set -e
21:09:17 [2024-01-26T21:09:17.447Z] ++ '[' -n 0 ']'
21:09:17 [2024-01-26T21:09:17.447Z] ++ set -x
21:09:17 [2024-01-26T21:09:17.447Z] ++ 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.Ci5JNst8WZ/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
21:09:17 [2024-01-26T21:09:17.447Z] INFO: Testing against a local daemon
21:09:17 [2024-01-26T21:09:17.447Z] === RUN   TestDockerNetworkIpvlanPersistance
21:09:17 [2024-01-26T21:09:17.447Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
21:09:17 [2024-01-26T21:09:17.447Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
21:09:17 [2024-01-26T21:09:17.447Z] === RUN   TestDockerNetworkIpvlan
21:09:17 [2024-01-26T21:09:17.447Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
21:09:17 [2024-01-26T21:09:17.447Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
21:09:17 [2024-01-26T21:09:17.447Z] PASS
21:09:17 [2024-01-26T21:09:17.447Z] 
21:09:17 [2024-01-26T21:09:17.447Z] === Skipped
21:09:17 [2024-01-26T21:09:17.447Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
21:09:17 [2024-01-26T21:09:17.447Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
21:09:17 [2024-01-26T21:09:17.447Z] 
21:09:17 [2024-01-26T21:09:17.447Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
21:09:17 [2024-01-26T21:09:17.447Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
21:09:17 [2024-01-26T21:09:17.447Z] 
21:09:17 [2024-01-26T21:09:17.447Z] DONE 2 tests, 2 skipped in 0.039s
21:09:17 [2024-01-26T21:09:17.447Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
21:09:17 [2024-01-26T21:09:17.447Z] ++ '[' -n '' ']'
21:09:17 [2024-01-26T21:09:17.447Z] ++ 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
21:09:17 [2024-01-26T21:09:17.447Z] ++ set -e
21:09:17 [2024-01-26T21:09:17.447Z] ++ '[' -n 0 ']'
21:09:17 [2024-01-26T21:09:17.447Z] ++ set -x
21:09:17 [2024-01-26T21:09:17.447Z] ++ 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.Ci5JNst8WZ/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
21:09:17 [2024-01-26T21:09:17.447Z] INFO: Testing against a local daemon
21:09:17 [2024-01-26T21:09:17.447Z] === RUN   TestDockerNetworkMacvlanPersistance
21:09:18 [2024-01-26T21:09:18.381Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s)
21:09:18 [2024-01-26T21:09:18.381Z] === RUN   TestDockerNetworkMacvlan
21:09:18 [2024-01-26T21:09:18.381Z] === RUN   TestDockerNetworkMacvlan/Subinterface
21:09:18 [2024-01-26T21:09:18.947Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
21:09:19 [2024-01-26T21:09:19.514Z] === RUN   TestDockerNetworkMacvlan/NilParent
21:09:20 [2024-01-26T21:09:20.080Z] === RUN   TestDockerNetworkMacvlan/InternalMode
21:09:20 [2024-01-26T21:09:20.646Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
21:09:21 [2024-01-26T21:09:21.212Z] === RUN   TestDockerNetworkMacvlan/Addressing
21:09:21 [2024-01-26T21:09:21.778Z] --- PASS: TestDockerNetworkMacvlan (3.59s)
21:09:21 [2024-01-26T21:09:21.778Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.60s)
21:09:21 [2024-01-26T21:09:21.778Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.60s)
21:09:21 [2024-01-26T21:09:21.778Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.60s)
21:09:21 [2024-01-26T21:09:21.778Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.60s)
21:09:21 [2024-01-26T21:09:21.778Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.60s)
21:09:21 [2024-01-26T21:09:21.778Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s)
21:09:21 [2024-01-26T21:09:21.778Z] PASS
21:09:21 [2024-01-26T21:09:21.778Z] 
21:09:21 [2024-01-26T21:09:21.778Z] DONE 8 tests in 4.983s
21:09:21 [2024-01-26T21:09:21.778Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
21:09:21 [2024-01-26T21:09:21.778Z] ++ '[' -n '' ']'
21:09:21 [2024-01-26T21:09:21.778Z] ++ 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
21:09:21 [2024-01-26T21:09:21.778Z] ++ set -e
21:09:21 [2024-01-26T21:09:21.778Z] ++ '[' -n 0 ']'
21:09:21 [2024-01-26T21:09:21.778Z] ++ set -x
21:09:21 [2024-01-26T21:09:21.778Z] ++ 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.Ci5JNst8WZ/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
21:09:21 [2024-01-26T21:09:21.778Z] INFO: Testing against a local daemon
21:09:21 [2024-01-26T21:09:21.778Z] === RUN   TestBridgeICC
21:09:22 [2024-01-26T21:09:22.713Z] === RUN   TestBridgeICC/IPv4_non-internal_network
21:09:23 [2024-01-26T21:09:23.647Z] === RUN   TestBridgeICC/IPv4_internal_network
21:09:25 [2024-01-26T21:09:25.021Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
21:09:25 [2024-01-26T21:09:25.955Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
21:09:27 [2024-01-26T21:09:27.330Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
21:09:28 [2024-01-26T21:09:28.264Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
21:09:29 [2024-01-26T21:09:29.638Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name
21:09:30 [2024-01-26T21:09:30.572Z] === RUN   TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name
21:09:31 [2024-01-26T21:09:31.947Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
21:09:34 [2024-01-26T21:09:34.476Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
21:09:36 [2024-01-26T21:09:36.375Z] --- PASS: TestBridgeICC (14.57s)
21:09:36 [2024-01-26T21:09:36.375Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (1.17s)
21:09:36 [2024-01-26T21:09:36.375Z]     --- PASS: TestBridgeICC/IPv4_internal_network (1.11s)
21:09:36 [2024-01-26T21:09:36.375Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.17s)
21:09:36 [2024-01-26T21:09:36.375Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.09s)
21:09:36 [2024-01-26T21:09:36.375Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.22s)
21:09:36 [2024-01-26T21:09:36.375Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.08s)
21:09:36 [2024-01-26T21:09:36.375Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.18s)
21:09:36 [2024-01-26T21:09:36.375Z]     --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.24s)
21:09:36 [2024-01-26T21:09:36.375Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (2.43s)
21:09:36 [2024-01-26T21:09:36.375Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (2.25s)
21:09:36 [2024-01-26T21:09:36.375Z] === RUN   TestBridgeINC
21:09:36 [2024-01-26T21:09:36.942Z] === RUN   TestBridgeINC/IPv4_non-internal_network
21:09:42 [2024-01-26T21:09:42.204Z] === RUN   TestBridgeINC/IPv4_internal_network
21:09:42 [2024-01-26T21:09:42.770Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
21:09:48 [2024-01-26T21:09:48.033Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
21:09:48 [2024-01-26T21:09:48.599Z] --- PASS: TestBridgeINC (11.99s)
21:09:48 [2024-01-26T21:09:48.599Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.37s)
21:09:48 [2024-01-26T21:09:48.599Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.32s)
21:09:48 [2024-01-26T21:09:48.599Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.40s)
21:09:48 [2024-01-26T21:09:48.599Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.29s)
21:09:48 [2024-01-26T21:09:48.599Z] === RUN   TestDefaultBridgeIPv6
21:09:48 [2024-01-26T21:09:48.599Z] === RUN   TestDefaultBridgeIPv6/IPv6_ULA
21:09:49 [2024-01-26T21:09:49.973Z] === RUN   TestDefaultBridgeIPv6/IPv6_LLA_only
21:09:51 [2024-01-26T21:09:51.874Z] === RUN   TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only
21:09:53 [2024-01-26T21:09:53.254Z] --- PASS: TestDefaultBridgeIPv6 (4.73s)
21:09:53 [2024-01-26T21:09:53.254Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.60s)
21:09:53 [2024-01-26T21:09:53.254Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.57s)
21:09:53 [2024-01-26T21:09:53.254Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.55s)
21:09:53 [2024-01-26T21:09:53.254Z] === RUN   TestDefaultBridgeAddresses
21:09:53 [2024-01-26T21:09:53.255Z] === RUN   TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes
21:09:54 [2024-01-26T21:09:54.637Z] === RUN   TestDefaultBridgeAddresses/Link-Local_Subnet_Changes
21:09:56 [2024-01-26T21:09:56.603Z] --- PASS: TestDefaultBridgeAddresses (3.11s)
21:09:56 [2024-01-26T21:09:56.603Z]     --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s)
21:09:56 [2024-01-26T21:09:56.603Z]     --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s)
21:09:56 [2024-01-26T21:09:56.603Z] === RUN   TestMACAddrOnRestart
21:09:58 [2024-01-26T21:09:58.507Z] --- PASS: TestMACAddrOnRestart (2.27s)
21:09:58 [2024-01-26T21:09:58.507Z] PASS
21:09:58 [2024-01-26T21:09:58.507Z] 
21:09:58 [2024-01-26T21:09:58.507Z] DONE 24 tests in 36.700s
21:09:58 [2024-01-26T21:09:58.507Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
21:09:58 [2024-01-26T21:09:58.507Z] ++ '[' -n '' ']'
21:09:58 [2024-01-26T21:09:58.507Z] ++ 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
21:09:58 [2024-01-26T21:09:58.507Z] ++ set -e
21:09:58 [2024-01-26T21:09:58.507Z] ++ '[' -n 0 ']'
21:09:58 [2024-01-26T21:09:58.507Z] ++ set -x
21:09:58 [2024-01-26T21:09:58.507Z] ++ 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.Ci5JNst8WZ/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
21:09:58 [2024-01-26T21:09:58.507Z] testing: warning: no tests to run
21:09:58 [2024-01-26T21:09:58.507Z] PASS
21:09:58 [2024-01-26T21:09:58.507Z] 
21:09:58 [2024-01-26T21:09:58.507Z] DONE 0 tests in 0.007s
21:09:58 [2024-01-26T21:09:58.507Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
21:09:58 [2024-01-26T21:09:58.507Z] ++ '[' -n '' ']'
21:09:58 [2024-01-26T21:09:58.507Z] ++ 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
21:09:58 [2024-01-26T21:09:58.507Z] ++ set -e
21:09:58 [2024-01-26T21:09:58.507Z] ++ '[' -n 0 ']'
21:09:58 [2024-01-26T21:09:58.507Z] ++ set -x
21:09:58 [2024-01-26T21:09:58.507Z] ++ 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.Ci5JNst8WZ/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
21:09:58 [2024-01-26T21:09:58.507Z] INFO: Testing against a local daemon
21:09:58 [2024-01-26T21:09:58.507Z] === RUN   TestAuthZPluginAllowRequest
21:09:59 [2024-01-26T21:09:59.928Z] --- PASS: TestAuthZPluginAllowRequest (1.09s)
21:09:59 [2024-01-26T21:09:59.928Z] === RUN   TestAuthZPluginTLS
21:10:00 [2024-01-26T21:10:00.206Z] --- PASS: TestAuthZPluginTLS (0.55s)
21:10:00 [2024-01-26T21:10:00.206Z] === RUN   TestAuthZPluginDenyRequest
21:10:00 [2024-01-26T21:10:00.791Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
21:10:00 [2024-01-26T21:10:00.791Z] === RUN   TestAuthZPluginAPIDenyResponse
21:10:01 [2024-01-26T21:10:01.359Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
21:10:01 [2024-01-26T21:10:01.359Z] === RUN   TestAuthZPluginDenyResponse
21:10:01 [2024-01-26T21:10:01.924Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
21:10:01 [2024-01-26T21:10:01.924Z] === RUN   TestAuthZPluginAllowEventStream
21:10:02 [2024-01-26T21:10:02.858Z] 2024/01/26 21:10:02 http: panic serving 127.0.0.1:46786: runtime error: invalid memory address or nil pointer dereference
21:10:02 [2024-01-26T21:10:02.858Z] goroutine 174 [running]:
21:10:02 [2024-01-26T21:10:02.858Z] net/http.(*conn).serve.func1()
21:10:02 [2024-01-26T21:10:02.858Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
21:10:02 [2024-01-26T21:10:02.858Z] panic({0xa74a40?, 0x1599ca0?})
21:10:02 [2024-01-26T21:10:02.858Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
21:10:02 [2024-01-26T21:10:02.858Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72a08, 0x4000780fc0}, 0xffff406a7470?)
21:10:02 [2024-01-26T21:10:02.858Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
21:10:02 [2024-01-26T21:10:02.858Z] net/http.HandlerFunc.ServeHTTP(0x400001ee00?, {0xd72a08?, 0x4000780fc0?}, 0x4022d4?)
21:10:02 [2024-01-26T21:10:02.858Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
21:10:02 [2024-01-26T21:10:02.858Z] net/http.(*ServeMux).ServeHTTP(0xd78fb8?, {0xd72a08, 0x4000780fc0}, 0x400001ee00)
21:10:02 [2024-01-26T21:10:02.858Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
21:10:02 [2024-01-26T21:10:02.859Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40000a5c30, {0xd715c8?, 0x400015c2a0}, 0x400001ed00, {0xd67920, 0x4000631c40})
21:10:02 [2024-01-26T21:10:02.859Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
21:10:02 [2024-01-26T21:10:02.859Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd715c8?, 0x400015c2a0?}, 0x4000280a60?)
21:10:02 [2024-01-26T21:10:02.859Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
21:10:02 [2024-01-26T21:10:02.859Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd715c8?, 0x400015c2a0?}, 0x400015c2a0?)
21:10:02 [2024-01-26T21:10:02.859Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
21:10:02 [2024-01-26T21:10:02.859Z] net/http.serverHandler.ServeHTTP({0xd6e1a8?}, {0xd715c8?, 0x400015c2a0?}, 0x6?)
21:10:02 [2024-01-26T21:10:02.859Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
21:10:02 [2024-01-26T21:10:02.859Z] net/http.(*conn).serve(0x400014c5a0, {0xd78fb8, 0x400003bbf0})
21:10:02 [2024-01-26T21:10:02.859Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
21:10:02 [2024-01-26T21:10:02.859Z] created by net/http.(*Server).Serve in goroutine 51
21:10:02 [2024-01-26T21:10:02.859Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
21:10:03 [2024-01-26T21:10:03.792Z] 2024/01/26 21:10:03 http: panic serving 127.0.0.1:46800: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
21:10:03 [2024-01-26T21:10:03.792Z] goroutine 115 [running]:
21:10:03 [2024-01-26T21:10:03.792Z] net/http.(*conn).serve.func1()
21:10:03 [2024-01-26T21:10:03.792Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
21:10:03 [2024-01-26T21:10:03.792Z] panic({0xa0ae60?, 0x4000280b90?})
21:10:03 [2024-01-26T21:10:03.792Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
21:10:03 [2024-01-26T21:10:03.792Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72a08, 0x4000781080}, 0xffff406a7470?)
21:10:03 [2024-01-26T21:10:03.792Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
21:10:03 [2024-01-26T21:10:03.792Z] net/http.HandlerFunc.ServeHTTP(0x400001ef00?, {0xd72a08?, 0x4000781080?}, 0x4022d4?)
21:10:03 [2024-01-26T21:10:03.792Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
21:10:03 [2024-01-26T21:10:03.792Z] net/http.(*ServeMux).ServeHTTP(0xd78fb8?, {0xd72a08, 0x4000781080}, 0x400001ef00)
21:10:03 [2024-01-26T21:10:03.792Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
21:10:03 [2024-01-26T21:10:03.792Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40000a5c30, {0xd715c8?, 0x400015c380}, 0x400001e600, {0xd67920, 0x4000631c40})
21:10:03 [2024-01-26T21:10:03.792Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
21:10:03 [2024-01-26T21:10:03.792Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd715c8?, 0x400015c380?}, 0x400063c450?)
21:10:03 [2024-01-26T21:10:03.792Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
21:10:03 [2024-01-26T21:10:03.792Z] net/http.HandlerFunc.ServeHTTP(0x15f7440?, {0xd715c8?, 0x400015c380?}, 0x40001a1b40?)
21:10:03 [2024-01-26T21:10:03.792Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
21:10:03 [2024-01-26T21:10:03.792Z] net/http.serverHandler.ServeHTTP({0x400063c450?}, {0xd715c8?, 0x400015c380?}, 0x6?)
21:10:03 [2024-01-26T21:10:03.792Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
21:10:03 [2024-01-26T21:10:03.792Z] net/http.(*conn).serve(0x4000412120, {0xd78fb8, 0x400003bbf0})
21:10:03 [2024-01-26T21:10:03.792Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
21:10:03 [2024-01-26T21:10:03.792Z] created by net/http.(*Server).Serve in goroutine 51
21:10:03 [2024-01-26T21:10:03.792Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
21:10:05 [2024-01-26T21:10:05.692Z] 2024/01/26 21:10:05 http: panic serving 127.0.0.1:46806: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
21:10:05 [2024-01-26T21:10:05.692Z] goroutine 64 [running]:
21:10:05 [2024-01-26T21:10:05.692Z] net/http.(*conn).serve.func1()
21:10:05 [2024-01-26T21:10:05.692Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
21:10:05 [2024-01-26T21:10:05.692Z] panic({0xa0ae60?, 0x4000280c40?})
21:10:05 [2024-01-26T21:10:05.692Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
21:10:05 [2024-01-26T21:10:05.692Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72a08, 0x4000781140}, 0xffff406a7470?)
21:10:05 [2024-01-26T21:10:05.692Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
21:10:05 [2024-01-26T21:10:05.692Z] net/http.HandlerFunc.ServeHTTP(0x400001f100?, {0xd72a08?, 0x4000781140?}, 0x4022d4?)
21:10:05 [2024-01-26T21:10:05.692Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
21:10:05 [2024-01-26T21:10:05.692Z] net/http.(*ServeMux).ServeHTTP(0xd78fb8?, {0xd72a08, 0x4000781140}, 0x400001f100)
21:10:05 [2024-01-26T21:10:05.692Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
21:10:05 [2024-01-26T21:10:05.692Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40000a5c30, {0xd715c8?, 0x400015c460}, 0x400001f000, {0xd67920, 0x4000631c40})
21:10:05 [2024-01-26T21:10:05.692Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
21:10:05 [2024-01-26T21:10:05.692Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd715c8?, 0x400015c460?}, 0x400063ce10?)
21:10:05 [2024-01-26T21:10:05.692Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
21:10:05 [2024-01-26T21:10:05.692Z] net/http.HandlerFunc.ServeHTTP(0x15f7440?, {0xd715c8?, 0x400015c460?}, 0x40001a1b40?)
21:10:05 [2024-01-26T21:10:05.692Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
21:10:05 [2024-01-26T21:10:05.692Z] net/http.serverHandler.ServeHTTP({0x400063ce10?}, {0xd715c8?, 0x400015c460?}, 0x6?)
21:10:05 [2024-01-26T21:10:05.692Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
21:10:05 [2024-01-26T21:10:05.692Z] net/http.(*conn).serve(0x4000230c60, {0xd78fb8, 0x400003bbf0})
21:10:05 [2024-01-26T21:10:05.692Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
21:10:05 [2024-01-26T21:10:05.692Z] created by net/http.(*Server).Serve in goroutine 51
21:10:05 [2024-01-26T21:10:05.692Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
21:10:08 [2024-01-26T21:10:08.223Z] --- PASS: TestAuthZPluginAllowEventStream (6.07s)
21:10:08 [2024-01-26T21:10:08.223Z] === RUN   TestAuthZPluginErrorResponse
21:10:08 [2024-01-26T21:10:08.481Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
21:10:08 [2024-01-26T21:10:08.481Z] === RUN   TestAuthZPluginErrorRequest
21:10:09 [2024-01-26T21:10:09.049Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
21:10:09 [2024-01-26T21:10:09.049Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
21:10:09 [2024-01-26T21:10:09.615Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
21:10:09 [2024-01-26T21:10:09.615Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
21:10:10 [2024-01-26T21:10:10.549Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.17s)
21:10:10 [2024-01-26T21:10:10.549Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
21:10:11 [2024-01-26T21:10:11.923Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.17s)
21:10:11 [2024-01-26T21:10:11.923Z] === RUN   TestAuthZPluginHeader
21:10:12 [2024-01-26T21:10:12.489Z] --- PASS: TestAuthZPluginHeader (0.61s)
21:10:12 [2024-01-26T21:10:12.489Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
21:10:12 [2024-01-26T21:10:12.489Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
21:10:12 [2024-01-26T21:10:12.489Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
21:10:12 [2024-01-26T21:10:12.489Z] === RUN   TestAuthZPluginV2Disable
21:10:12 [2024-01-26T21:10:12.489Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
21:10:12 [2024-01-26T21:10:12.489Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
21:10:12 [2024-01-26T21:10:12.489Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
21:10:12 [2024-01-26T21:10:12.489Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
21:10:12 [2024-01-26T21:10:12.489Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
21:10:12 [2024-01-26T21:10:12.489Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
21:10:12 [2024-01-26T21:10:12.489Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
21:10:12 [2024-01-26T21:10:12.489Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
21:10:12 [2024-01-26T21:10:12.489Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
21:10:30 [2024-01-26T21:10:30.564Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
21:10:30 [2024-01-26T21:10:30.564Z] PASS
21:10:30 [2024-01-26T21:10:30.564Z] 
21:10:30 [2024-01-26T21:10:30.564Z] === Skipped
21:10:30 [2024-01-26T21:10:30.564Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
21:10:30 [2024-01-26T21:10:30.564Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
21:10:30 [2024-01-26T21:10:30.564Z] 
21:10:30 [2024-01-26T21:10:30.564Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
21:10:30 [2024-01-26T21:10:30.564Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
21:10:30 [2024-01-26T21:10:30.564Z] 
21:10:30 [2024-01-26T21:10:30.564Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
21:10:30 [2024-01-26T21:10:30.564Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
21:10:30 [2024-01-26T21:10:30.564Z] 
21:10:30 [2024-01-26T21:10:30.565Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
21:10:30 [2024-01-26T21:10:30.565Z] 
21:10:30 [2024-01-26T21:10:30.565Z] DONE 17 tests, 4 skipped in 30.760s
21:10:30 [2024-01-26T21:10:30.565Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
21:10:30 [2024-01-26T21:10:30.565Z] ++ '[' -n '' ']'
21:10:30 [2024-01-26T21:10:30.565Z] ++ 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
21:10:30 [2024-01-26T21:10:30.565Z] ++ set -e
21:10:30 [2024-01-26T21:10:30.565Z] ++ '[' -n 0 ']'
21:10:30 [2024-01-26T21:10:30.565Z] ++ set -x
21:10:30 [2024-01-26T21:10:30.565Z] ++ 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.Ci5JNst8WZ/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
21:10:30 [2024-01-26T21:10:30.565Z] INFO: Testing against a local daemon
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
21:10:30 [2024-01-26T21:10:30.565Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
21:10:30 [2024-01-26T21:10:30.565Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/pull
21:10:30 [2024-01-26T21:10:30.565Z] === PAUSE TestPluginInvalidJSON/plugins/pull
21:10:30 [2024-01-26T21:10:30.565Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
21:10:30 [2024-01-26T21:10:30.565Z] === CONT  TestPluginInvalidJSON/plugins/pull
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
21:10:30 [2024-01-26T21:10:30.565Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
21:10:30 [2024-01-26T21:10:30.565Z] --- PASS: TestPluginInvalidJSON (0.01s)
21:10:30 [2024-01-26T21:10:30.565Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInstall
21:10:30 [2024-01-26T21:10:30.565Z] === RUN   TestPluginInstall/no_auth
21:10:33 [2024-01-26T21:10:33.095Z] time="2024-01-26T21:10:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:10:33 [2024-01-26T21:10:33.095Z] time="2024-01-26T21:10:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b5ac5d578306a5daec11922359df2b688d42bdb8be34ab3d840d21224edfa671" mediatype=application/vnd.docker.plugin.v1+json size=522
21:10:33 [2024-01-26T21:10:33.095Z] time="2024-01-26T21:10:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:10:33 [2024-01-26T21:10:33.095Z] time="2024-01-26T21:10:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b5ac5d578306a5daec11922359df2b688d42bdb8be34ab3d840d21224edfa671" mediatype=application/vnd.docker.plugin.v1+json size=522
21:10:33 [2024-01-26T21:10:33.095Z] === RUN   TestPluginInstall/with_htpasswd
21:10:33 [2024-01-26T21:10:33.353Z] time="2024-01-26T21:10:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:10:33 [2024-01-26T21:10:33.353Z] time="2024-01-26T21:10:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b5ac5d578306a5daec11922359df2b688d42bdb8be34ab3d840d21224edfa671" mediatype=application/vnd.docker.plugin.v1+json size=522
21:10:33 [2024-01-26T21:10:33.353Z] time="2024-01-26T21:10:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:10:33 [2024-01-26T21:10:33.353Z] time="2024-01-26T21:10:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b5ac5d578306a5daec11922359df2b688d42bdb8be34ab3d840d21224edfa671" mediatype=application/vnd.docker.plugin.v1+json size=522
21:10:33 [2024-01-26T21:10:33.611Z] === RUN   TestPluginInstall/with_insecure
21:10:34 [2024-01-26T21:10:34.545Z] time="2024-01-26T21:10:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:10:34 [2024-01-26T21:10:34.545Z] time="2024-01-26T21:10:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:85f6873c6ad136613e431fee0d75598a4a96d3b337a46e52159ef56846d8195a" mediatype=application/vnd.docker.plugin.v1+json size=522
21:10:34 [2024-01-26T21:10:34.545Z] time="2024-01-26T21:10:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
21:10:34 [2024-01-26T21:10:34.545Z] time="2024-01-26T21:10:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:85f6873c6ad136613e431fee0d75598a4a96d3b337a46e52159ef56846d8195a" mediatype=application/vnd.docker.plugin.v1+json size=522
21:10:34 [2024-01-26T21:10:34.545Z]     plugin_test.go:204: [d6a7401cfacb1] daemon is not started
21:10:34 [2024-01-26T21:10:34.545Z] --- PASS: TestPluginInstall (5.05s)
21:10:34 [2024-01-26T21:10:34.545Z]     --- PASS: TestPluginInstall/no_auth (3.68s)
21:10:34 [2024-01-26T21:10:34.545Z]     --- PASS: TestPluginInstall/with_htpasswd (0.45s)
21:10:34 [2024-01-26T21:10:34.545Z]     --- PASS: TestPluginInstall/with_insecure (0.92s)
21:10:34 [2024-01-26T21:10:34.545Z] === RUN   TestPluginsWithRuntimes
21:10:35 [2024-01-26T21:10:35.921Z] === RUN   TestPluginsWithRuntimes/No_Args
21:10:36 [2024-01-26T21:10:36.856Z] === RUN   TestPluginsWithRuntimes/With_Args
21:10:37 [2024-01-26T21:10:37.791Z] --- PASS: TestPluginsWithRuntimes (3.34s)
21:10:37 [2024-01-26T21:10:37.791Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.93s)
21:10:37 [2024-01-26T21:10:37.792Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
21:10:37 [2024-01-26T21:10:37.792Z] === RUN   TestPluginBackCompatMediaTypes
21:10:38 [2024-01-26T21:10:38.359Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s)
21:10:38 [2024-01-26T21:10:38.359Z] PASS
21:10:38 [2024-01-26T21:10:38.359Z] 
21:10:38 [2024-01-26T21:10:38.359Z] DONE 24 tests in 8.927s
21:10:38 [2024-01-26T21:10:38.359Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
21:10:38 [2024-01-26T21:10:38.359Z] ++ '[' -n '' ']'
21:10:38 [2024-01-26T21:10:38.359Z] ++ 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
21:10:38 [2024-01-26T21:10:38.359Z] ++ set -e
21:10:38 [2024-01-26T21:10:38.359Z] ++ '[' -n 0 ']'
21:10:38 [2024-01-26T21:10:38.359Z] ++ set -x
21:10:38 [2024-01-26T21:10:38.359Z] ++ 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.Ci5JNst8WZ/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
21:10:38 [2024-01-26T21:10:38.359Z] INFO: Testing against a local daemon
21:10:38 [2024-01-26T21:10:38.359Z] === RUN   TestExternalGraphDriver
21:10:38 [2024-01-26T21:10:38.617Z] === RUN   TestExternalGraphDriver/json
21:10:38 [2024-01-26T21:10:38.617Z] === RUN   TestExternalGraphDriver/spec
21:10:38 [2024-01-26T21:10:38.617Z] === RUN   TestExternalGraphDriver/pull
21:10:38 [2024-01-26T21:10:38.617Z] --- PASS: TestExternalGraphDriver (0.34s)
21:10:38 [2024-01-26T21:10:38.617Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
21:10:38 [2024-01-26T21:10:38.617Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
21:10:38 [2024-01-26T21:10:38.617Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
21:10:38 [2024-01-26T21:10:38.617Z] === RUN   TestGraphdriverPluginV2
21:10:38 [2024-01-26T21:10:38.876Z]     external_test.go:416: (*Execution).NotAmd64-fm
21:10:38 [2024-01-26T21:10:38.876Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
21:10:38 [2024-01-26T21:10:38.876Z] PASS
21:10:38 [2024-01-26T21:10:38.876Z] 
21:10:38 [2024-01-26T21:10:38.876Z] === Skipped
21:10:38 [2024-01-26T21:10:38.876Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
21:10:38 [2024-01-26T21:10:38.876Z]     external_test.go:416: (*Execution).NotAmd64-fm
21:10:38 [2024-01-26T21:10:38.876Z] 
21:10:38 [2024-01-26T21:10:38.876Z] DONE 5 tests, 1 skipped in 0.696s
21:10:39 [2024-01-26T21:10:39.134Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
21:10:39 [2024-01-26T21:10:39.134Z] ++ '[' -n '' ']'
21:10:39 [2024-01-26T21:10:39.134Z] ++ 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
21:10:39 [2024-01-26T21:10:39.134Z] ++ set -e
21:10:39 [2024-01-26T21:10:39.134Z] ++ '[' -n 0 ']'
21:10:39 [2024-01-26T21:10:39.134Z] ++ set -x
21:10:39 [2024-01-26T21:10:39.135Z] ++ 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.Ci5JNst8WZ/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
21:10:39 [2024-01-26T21:10:39.135Z] INFO: Testing against a local daemon
21:10:39 [2024-01-26T21:10:39.135Z] === RUN   TestContinueAfterPluginCrash
21:10:39 [2024-01-26T21:10:39.135Z] === PAUSE TestContinueAfterPluginCrash
21:10:39 [2024-01-26T21:10:39.135Z] === RUN   TestReadPluginNoRead
21:10:39 [2024-01-26T21:10:39.135Z] === PAUSE TestReadPluginNoRead
21:10:39 [2024-01-26T21:10:39.135Z] === RUN   TestDaemonStartWithLogOpt
21:10:39 [2024-01-26T21:10:39.135Z] === PAUSE TestDaemonStartWithLogOpt
21:10:39 [2024-01-26T21:10:39.135Z] === CONT  TestDaemonStartWithLogOpt
21:10:39 [2024-01-26T21:10:39.135Z] === CONT  TestReadPluginNoRead
21:10:39 [2024-01-26T21:10:39.135Z] === CONT  TestContinueAfterPluginCrash
21:10:41 [2024-01-26T21:10:41.036Z] === RUN   TestReadPluginNoRead/disabled_caching
21:10:41 [2024-01-26T21:10:41.971Z] --- PASS: TestDaemonStartWithLogOpt (2.71s)
21:10:42 [2024-01-26T21:10:42.537Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
21:10:43 [2024-01-26T21:10:43.911Z] === RUN   TestReadPluginNoRead/default
21:10:44 [2024-01-26T21:10:44.844Z]     read_test.go:93: [dcad61fe05ab1] daemon is not started
21:10:44 [2024-01-26T21:10:44.844Z] --- PASS: TestReadPluginNoRead (5.80s)
21:10:44 [2024-01-26T21:10:44.844Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.28s)
21:10:44 [2024-01-26T21:10:44.844Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s)
21:10:44 [2024-01-26T21:10:44.844Z]     --- PASS: TestReadPluginNoRead/default (1.20s)
21:10:46 [2024-01-26T21:10:46.743Z] --- PASS: TestContinueAfterPluginCrash (7.60s)
21:10:46 [2024-01-26T21:10:46.744Z] PASS
21:10:46 [2024-01-26T21:10:46.744Z] 
21:10:46 [2024-01-26T21:10:46.744Z] DONE 6 tests in 7.640s
21:10:46 [2024-01-26T21:10:46.744Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
21:10:46 [2024-01-26T21:10:46.744Z] ++ '[' -n '' ']'
21:10:46 [2024-01-26T21:10:46.744Z] ++ 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
21:10:46 [2024-01-26T21:10:46.744Z] ++ set -e
21:10:46 [2024-01-26T21:10:46.744Z] ++ '[' -n 0 ']'
21:10:46 [2024-01-26T21:10:46.744Z] ++ set -x
21:10:46 [2024-01-26T21:10:46.744Z] ++ 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.Ci5JNst8WZ/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
21:10:46 [2024-01-26T21:10:46.744Z] testing: warning: no tests to run
21:10:46 [2024-01-26T21:10:46.744Z] PASS
21:10:46 [2024-01-26T21:10:46.744Z] 
21:10:46 [2024-01-26T21:10:46.744Z] DONE 0 tests in 0.007s
21:10:46 [2024-01-26T21:10:46.744Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
21:10:46 [2024-01-26T21:10:46.744Z] ++ '[' -n '' ']'
21:10:46 [2024-01-26T21:10:46.744Z] ++ 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
21:10:46 [2024-01-26T21:10:46.744Z] ++ set -e
21:10:46 [2024-01-26T21:10:46.744Z] ++ '[' -n 0 ']'
21:10:46 [2024-01-26T21:10:46.744Z] ++ set -x
21:10:46 [2024-01-26T21:10:46.744Z] ++ 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.Ci5JNst8WZ/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
21:10:46 [2024-01-26T21:10:46.744Z] INFO: Testing against a local daemon
21:10:46 [2024-01-26T21:10:46.744Z] === RUN   TestPluginWithDevMounts
21:10:46 [2024-01-26T21:10:46.744Z] === PAUSE TestPluginWithDevMounts
21:10:46 [2024-01-26T21:10:46.744Z] === CONT  TestPluginWithDevMounts
21:10:48 [2024-01-26T21:10:48.118Z] --- PASS: TestPluginWithDevMounts (1.52s)
21:10:48 [2024-01-26T21:10:48.118Z] PASS
21:10:48 [2024-01-26T21:10:48.118Z] 
21:10:48 [2024-01-26T21:10:48.118Z] DONE 1 tests in 1.551s
21:10:48 [2024-01-26T21:10:48.118Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
21:10:48 [2024-01-26T21:10:48.118Z] ++ '[' -n '' ']'
21:10:48 [2024-01-26T21:10:48.376Z] ++ 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
21:10:48 [2024-01-26T21:10:48.376Z] ++ set -e
21:10:48 [2024-01-26T21:10:48.376Z] ++ '[' -n 0 ']'
21:10:48 [2024-01-26T21:10:48.376Z] ++ set -x
21:10:48 [2024-01-26T21:10:48.376Z] ++ 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.Ci5JNst8WZ/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
21:10:48 [2024-01-26T21:10:48.376Z] INFO: Testing against a local daemon
21:10:48 [2024-01-26T21:10:48.376Z] === RUN   TestSecretInspect
21:10:50 [2024-01-26T21:10:50.276Z] --- PASS: TestSecretInspect (2.03s)
21:10:50 [2024-01-26T21:10:50.276Z] === RUN   TestSecretList
21:10:52 [2024-01-26T21:10:52.176Z] --- PASS: TestSecretList (1.97s)
21:10:52 [2024-01-26T21:10:52.176Z] === RUN   TestSecretsCreateAndDelete
21:10:54 [2024-01-26T21:10:54.705Z] --- PASS: TestSecretsCreateAndDelete (1.98s)
21:10:54 [2024-01-26T21:10:54.705Z] === RUN   TestSecretsUpdate
21:10:56 [2024-01-26T21:10:56.605Z] --- PASS: TestSecretsUpdate (1.97s)
21:10:56 [2024-01-26T21:10:56.605Z] === RUN   TestTemplatedSecret
21:10:59 [2024-01-26T21:10:59.135Z] --- PASS: TestTemplatedSecret (2.59s)
21:10:59 [2024-01-26T21:10:59.135Z] === RUN   TestSecretCreateResolve
21:11:01 [2024-01-26T21:11:01.034Z] --- PASS: TestSecretCreateResolve (1.88s)
21:11:01 [2024-01-26T21:11:01.034Z] PASS
21:11:01 [2024-01-26T21:11:01.034Z] 
21:11:01 [2024-01-26T21:11:01.034Z] DONE 6 tests in 12.448s
21:11:01 [2024-01-26T21:11:01.034Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
21:11:01 [2024-01-26T21:11:01.034Z] ++ '[' -n '' ']'
21:11:01 [2024-01-26T21:11:01.034Z] ++ 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
21:11:01 [2024-01-26T21:11:01.034Z] ++ set -e
21:11:01 [2024-01-26T21:11:01.034Z] ++ '[' -n 0 ']'
21:11:01 [2024-01-26T21:11:01.034Z] ++ set -x
21:11:01 [2024-01-26T21:11:01.034Z] ++ 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.Ci5JNst8WZ/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
21:11:01 [2024-01-26T21:11:01.034Z] INFO: Testing against a local daemon
21:11:01 [2024-01-26T21:11:01.034Z] === RUN   TestServiceCreateInit
21:11:01 [2024-01-26T21:11:01.034Z] === RUN   TestServiceCreateInit/daemonInitDisabled
21:11:04 [2024-01-26T21:11:04.317Z] === RUN   TestServiceCreateInit/daemonInitEnabled
21:11:08 [2024-01-26T21:11:08.501Z] --- PASS: TestServiceCreateInit (7.39s)
21:11:08 [2024-01-26T21:11:08.501Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.52s)
21:11:08 [2024-01-26T21:11:08.501Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.87s)
21:11:08 [2024-01-26T21:11:08.501Z] === RUN   TestCreateServiceMultipleTimes
21:11:23 [2024-01-26T21:11:23.369Z] --- PASS: TestCreateServiceMultipleTimes (14.85s)
21:11:23 [2024-01-26T21:11:23.369Z] === RUN   TestCreateServiceConflict
21:11:25 [2024-01-26T21:11:25.268Z] --- PASS: TestCreateServiceConflict (1.99s)
21:11:25 [2024-01-26T21:11:25.268Z] === RUN   TestCreateServiceMaxReplicas
21:11:27 [2024-01-26T21:11:27.796Z] --- PASS: TestCreateServiceMaxReplicas (2.78s)
21:11:27 [2024-01-26T21:11:27.796Z] === RUN   TestCreateServiceSecretFileMode
21:11:42 [2024-01-26T21:11:42.663Z] --- PASS: TestCreateServiceSecretFileMode (12.60s)
21:11:42 [2024-01-26T21:11:42.663Z] === RUN   TestCreateServiceConfigFileMode
21:11:54 [2024-01-26T21:11:54.858Z] --- PASS: TestCreateServiceConfigFileMode (12.63s)
21:11:54 [2024-01-26T21:11:54.858Z] === RUN   TestCreateServiceSysctls
21:11:56 [2024-01-26T21:11:56.231Z] --- PASS: TestCreateServiceSysctls (3.28s)
21:11:56 [2024-01-26T21:11:56.231Z] === RUN   TestCreateServiceCapabilities
21:11:59 [2024-01-26T21:11:59.512Z] --- PASS: TestCreateServiceCapabilities (2.65s)
21:11:59 [2024-01-26T21:11:59.512Z] === RUN   TestInspect
21:12:02 [2024-01-26T21:12:02.042Z] --- PASS: TestInspect (2.87s)
21:12:02 [2024-01-26T21:12:02.042Z] === RUN   TestCreateJob
21:12:05 [2024-01-26T21:12:05.324Z] --- PASS: TestCreateJob (3.10s)
21:12:05 [2024-01-26T21:12:05.324Z] === RUN   TestReplicatedJob
21:12:10 [2024-01-26T21:12:10.588Z] --- PASS: TestReplicatedJob (5.59s)
21:12:10 [2024-01-26T21:12:10.588Z] === RUN   TestUpdateReplicatedJob
21:12:13 [2024-01-26T21:12:13.871Z] --- PASS: TestUpdateReplicatedJob (3.24s)
21:12:13 [2024-01-26T21:12:13.871Z] === RUN   TestServiceListWithStatuses
21:12:19 [2024-01-26T21:12:19.136Z] --- PASS: TestServiceListWithStatuses (4.84s)
21:12:19 [2024-01-26T21:12:19.136Z] === RUN   TestDockerNetworkConnectAliasPreV144
21:12:23 [2024-01-26T21:12:23.320Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (4.06s)
21:12:23 [2024-01-26T21:12:23.320Z] === RUN   TestDockerNetworkReConnect
21:12:25 [2024-01-26T21:12:25.853Z] --- PASS: TestDockerNetworkReConnect (3.19s)
21:12:25 [2024-01-26T21:12:25.853Z] === RUN   TestServicePlugin
21:12:25 [2024-01-26T21:12:25.853Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
21:12:25 [2024-01-26T21:12:25.853Z] --- SKIP: TestServicePlugin (0.00s)
21:12:25 [2024-01-26T21:12:25.853Z] === RUN   TestServiceUpdateLabel
21:12:27 [2024-01-26T21:12:27.755Z] --- PASS: TestServiceUpdateLabel (1.91s)
21:12:27 [2024-01-26T21:12:27.755Z] === RUN   TestServiceUpdateSecrets
21:12:42 [2024-01-26T21:12:42.629Z] --- PASS: TestServiceUpdateSecrets (14.29s)
21:12:42 [2024-01-26T21:12:42.629Z] === RUN   TestServiceUpdateConfigs
21:12:57 [2024-01-26T21:12:57.501Z] --- PASS: TestServiceUpdateConfigs (14.34s)
21:12:57 [2024-01-26T21:12:57.501Z] === RUN   TestServiceUpdateNetwork
21:13:09 [2024-01-26T21:13:09.700Z] --- PASS: TestServiceUpdateNetwork (12.06s)
21:13:09 [2024-01-26T21:13:09.700Z] === RUN   TestServiceUpdatePidsLimit
21:13:09 [2024-01-26T21:13:09.700Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
21:13:10 [2024-01-26T21:13:10.267Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
21:13:18 [2024-01-26T21:13:18.377Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
21:13:24 [2024-01-26T21:13:24.936Z] --- PASS: TestServiceUpdatePidsLimit (16.09s)
21:13:24 [2024-01-26T21:13:24.936Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
21:13:24 [2024-01-26T21:13:24.936Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
21:13:24 [2024-01-26T21:13:24.936Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
21:13:24 [2024-01-26T21:13:24.936Z] PASS
21:13:24 [2024-01-26T21:13:24.936Z] 
21:13:24 [2024-01-26T21:13:24.936Z] === Skipped
21:13:24 [2024-01-26T21:13:24.936Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
21:13:24 [2024-01-26T21:13:24.936Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
21:13:24 [2024-01-26T21:13:24.936Z] 
21:13:24 [2024-01-26T21:13:24.936Z] DONE 26 tests, 1 skipped in 143.788s
21:13:24 [2024-01-26T21:13:24.936Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
21:13:24 [2024-01-26T21:13:24.936Z] ++ '[' -n '' ']'
21:13:24 [2024-01-26T21:13:24.936Z] ++ 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
21:13:24 [2024-01-26T21:13:24.936Z] ++ set -e
21:13:24 [2024-01-26T21:13:24.936Z] ++ '[' -n 0 ']'
21:13:24 [2024-01-26T21:13:24.936Z] ++ set -x
21:13:24 [2024-01-26T21:13:24.936Z] ++ 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.Ci5JNst8WZ/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
21:13:24 [2024-01-26T21:13:24.936Z] INFO: Testing against a local daemon
21:13:24 [2024-01-26T21:13:24.936Z] === RUN   TestSessionCreate
21:13:24 [2024-01-26T21:13:24.936Z] --- PASS: TestSessionCreate (0.01s)
21:13:24 [2024-01-26T21:13:24.936Z] === RUN   TestSessionCreateWithBadUpgrade
21:13:24 [2024-01-26T21:13:24.936Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
21:13:24 [2024-01-26T21:13:24.936Z] PASS
21:13:24 [2024-01-26T21:13:24.936Z] 
21:13:24 [2024-01-26T21:13:24.936Z] DONE 2 tests in 0.047s
21:13:24 [2024-01-26T21:13:24.936Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
21:13:24 [2024-01-26T21:13:24.936Z] ++ '[' -n '' ']'
21:13:24 [2024-01-26T21:13:24.936Z] ++ 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
21:13:24 [2024-01-26T21:13:24.936Z] ++ set -e
21:13:24 [2024-01-26T21:13:24.936Z] ++ '[' -n 0 ']'
21:13:24 [2024-01-26T21:13:24.936Z] ++ set -x
21:13:24 [2024-01-26T21:13:24.936Z] ++ 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.Ci5JNst8WZ/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
21:13:24 [2024-01-26T21:13:24.936Z] INFO: Testing against a local daemon
21:13:24 [2024-01-26T21:13:24.936Z] === RUN   TestCgroupDriverSystemdMemoryLimit
21:13:24 [2024-01-26T21:13:24.936Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
21:13:24 [2024-01-26T21:13:24.936Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
21:13:24 [2024-01-26T21:13:24.936Z] === RUN   TestDiskUsage
21:13:24 [2024-01-26T21:13:24.936Z] === PAUSE TestDiskUsage
21:13:24 [2024-01-26T21:13:24.936Z] === RUN   TestEventsExecDie
21:13:25 [2024-01-26T21:13:25.194Z] --- PASS: TestEventsExecDie (0.56s)
21:13:25 [2024-01-26T21:13:25.194Z] === RUN   TestEventsBackwardsCompatible
21:13:25 [2024-01-26T21:13:25.194Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
21:13:25 [2024-01-26T21:13:25.194Z] === RUN   TestEventsVolumeCreate
21:13:25 [2024-01-26T21:13:25.194Z] --- PASS: TestEventsVolumeCreate (0.05s)
21:13:25 [2024-01-26T21:13:25.194Z] === RUN   TestInfoBinaryCommits
21:13:25 [2024-01-26T21:13:25.194Z] --- PASS: TestInfoBinaryCommits (0.01s)
21:13:25 [2024-01-26T21:13:25.194Z] === RUN   TestInfoAPIVersioned
21:13:25 [2024-01-26T21:13:25.194Z] --- PASS: TestInfoAPIVersioned (0.01s)
21:13:25 [2024-01-26T21:13:25.194Z] === RUN   TestInfoAPI
21:13:25 [2024-01-26T21:13:25.194Z] --- PASS: TestInfoAPI (0.01s)
21:13:25 [2024-01-26T21:13:25.194Z] === RUN   TestInfoAPIWarnings
21:13:43 [2024-01-26T21:13:43.269Z] --- PASS: TestInfoAPIWarnings (16.55s)
21:13:43 [2024-01-26T21:13:43.269Z] === RUN   TestInfoDebug
21:13:43 [2024-01-26T21:13:43.269Z] --- PASS: TestInfoDebug (0.52s)
21:13:43 [2024-01-26T21:13:43.269Z] === RUN   TestInfoInsecureRegistries
21:13:43 [2024-01-26T21:13:43.269Z] --- PASS: TestInfoInsecureRegistries (0.52s)
21:13:43 [2024-01-26T21:13:43.269Z] === RUN   TestInfoRegistryMirrors
21:13:43 [2024-01-26T21:13:43.528Z] --- PASS: TestInfoRegistryMirrors (0.52s)
21:13:43 [2024-01-26T21:13:43.528Z] === RUN   TestLoginFailsWithBadCredentials
21:13:44 [2024-01-26T21:13:44.462Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
21:13:44 [2024-01-26T21:13:44.462Z] === RUN   TestPingCacheHeaders
21:13:44 [2024-01-26T21:13:44.462Z] --- PASS: TestPingCacheHeaders (0.01s)
21:13:44 [2024-01-26T21:13:44.462Z] === RUN   TestPingGet
21:13:44 [2024-01-26T21:13:44.462Z] --- PASS: TestPingGet (0.01s)
21:13:44 [2024-01-26T21:13:44.462Z] === RUN   TestPingHead
21:13:44 [2024-01-26T21:13:44.462Z] --- PASS: TestPingHead (0.01s)
21:13:44 [2024-01-26T21:13:44.462Z] === RUN   TestPingSwarmHeader
21:13:45 [2024-01-26T21:13:45.028Z] === RUN   TestPingSwarmHeader/before_swarm_init
21:13:45 [2024-01-26T21:13:45.593Z] === RUN   TestPingSwarmHeader/after_swarm_init
21:13:46 [2024-01-26T21:13:46.527Z] === RUN   TestPingSwarmHeader/after_swarm_leave
21:13:46 [2024-01-26T21:13:46.527Z] --- PASS: TestPingSwarmHeader (1.92s)
21:13:46 [2024-01-26T21:13:46.527Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
21:13:46 [2024-01-26T21:13:46.527Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
21:13:46 [2024-01-26T21:13:46.527Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
21:13:46 [2024-01-26T21:13:46.527Z] === RUN   TestPingBuilderHeader
21:13:46 [2024-01-26T21:13:46.527Z] === RUN   TestPingBuilderHeader/default_config
21:13:46 [2024-01-26T21:13:46.785Z] === RUN   TestPingBuilderHeader/buildkit_disabled
21:13:47 [2024-01-26T21:13:47.351Z] --- PASS: TestPingBuilderHeader (1.04s)
21:13:47 [2024-01-26T21:13:47.351Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
21:13:47 [2024-01-26T21:13:47.351Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
21:13:47 [2024-01-26T21:13:47.351Z] === RUN   TestVersion
21:13:47 [2024-01-26T21:13:47.351Z] --- PASS: TestVersion (0.01s)
21:13:47 [2024-01-26T21:13:47.351Z] === CONT  TestDiskUsage
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty/container_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty/image_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty/volume_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty/build-cache_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty/container,_volume_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/after_LoadBusybox
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
21:13:47 [2024-01-26T21:13:47.917Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
21:13:47 [2024-01-26T21:13:47.918Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
21:13:47 [2024-01-26T21:13:47.918Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
21:13:47 [2024-01-26T21:13:47.918Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
21:13:47 [2024-01-26T21:13:47.918Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
21:13:47 [2024-01-26T21:13:47.918Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
21:13:47 [2024-01-26T21:13:47.918Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
21:13:47 [2024-01-26T21:13:47.918Z] === RUN   TestDiskUsage/after_container.Run
21:13:48 [2024-01-26T21:13:48.484Z] === RUN   TestDiskUsage/after_container.Run/container_types
21:13:48 [2024-01-26T21:13:48.484Z] === RUN   TestDiskUsage/after_container.Run/image_types
21:13:48 [2024-01-26T21:13:48.484Z] === RUN   TestDiskUsage/after_container.Run/volume_types
21:13:48 [2024-01-26T21:13:48.484Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
21:13:48 [2024-01-26T21:13:48.484Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
21:13:48 [2024-01-26T21:13:48.484Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
21:13:48 [2024-01-26T21:13:48.484Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
21:13:48 [2024-01-26T21:13:48.484Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
21:13:48 [2024-01-26T21:13:48.484Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
21:13:48 [2024-01-26T21:13:48.484Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
21:13:48 [2024-01-26T21:13:48.484Z] --- PASS: TestDiskUsage (1.21s)
21:13:48 [2024-01-26T21:13:48.484Z]     --- PASS: TestDiskUsage/empty (0.01s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]     --- PASS: TestDiskUsage/after_container.Run (0.39s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z] PASS
21:13:48 [2024-01-26T21:13:48.484Z] 
21:13:48 [2024-01-26T21:13:48.484Z] === Skipped
21:13:48 [2024-01-26T21:13:48.484Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
21:13:48 [2024-01-26T21:13:48.484Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
21:13:48 [2024-01-26T21:13:48.484Z] 
21:13:48 [2024-01-26T21:13:48.484Z] DONE 57 tests, 1 skipped in 24.018s
21:13:48 [2024-01-26T21:13:48.484Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
21:13:48 [2024-01-26T21:13:48.484Z] ++ '[' -n '' ']'
21:13:48 [2024-01-26T21:13:48.484Z] ++ 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
21:13:48 [2024-01-26T21:13:48.484Z] ++ set -e
21:13:48 [2024-01-26T21:13:48.484Z] ++ '[' -n 0 ']'
21:13:48 [2024-01-26T21:13:48.484Z] ++ set -x
21:13:48 [2024-01-26T21:13:48.484Z] ++ 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.Ci5JNst8WZ/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
21:13:48 [2024-01-26T21:13:48.742Z] INFO: Testing against a local daemon
21:13:48 [2024-01-26T21:13:48.742Z] === RUN   TestRunMountVolumeSubdir
21:13:49 [2024-01-26T21:13:49.001Z]     mount_test.go:28: Setup stderr:
21:13:49 [2024-01-26T21:13:49.001Z]     mount_test.go:28: Setup stdout:
21:13:49 [2024-01-26T21:13:49.001Z]         /volume:
21:13:49 [2024-01-26T21:13:49.001Z]         total 24K    
21:13:49 [2024-01-26T21:13:49.001Z]         drwxr-xr-x    5 root     root        4.0K Jan 26 21:13 .
21:13:49 [2024-01-26T21:13:49.001Z]         drwxr-xr-x    1 root     root        4.0K Jan 26 21:13 ..
21:13:49 [2024-01-26T21:13:49.001Z]         -rw-r--r--    1 root     root           4 Jan 26 21:13 bar.txt
21:13:49 [2024-01-26T21:13:49.001Z]         drwxr-xr-x    2 root     root        4.0K Jan 26 21:13 bin
21:13:49 [2024-01-26T21:13:49.001Z]         drwxr-xr-x    3 root     root        4.0K Jan 26 21:13 hack
21:13:49 [2024-01-26T21:13:49.001Z]         drwxr-xr-x    2 root     root        4.0K Jan 26 21:13 subdir
21:13:49 [2024-01-26T21:13:49.001Z]         
21:13:49 [2024-01-26T21:13:49.001Z]         /volume/hack/:
21:13:49 [2024-01-26T21:13:49.001Z]         total 12K    
21:13:49 [2024-01-26T21:13:49.001Z]         drwxr-xr-x    3 root     root        4.0K Jan 26 21:13 .
21:13:49 [2024-01-26T21:13:49.001Z]         drwxr-xr-x    5 root     root        4.0K Jan 26 21:13 ..
21:13:49 [2024-01-26T21:13:49.001Z]         lrwxrwxrwx    1 root     root           4 Jan 26 21:13 bad -> root
21:13:49 [2024-01-26T21:13:49.001Z]         lrwxrwxrwx    1 root     root           9 Jan 26 21:13 good -> ../subdir
21:13:49 [2024-01-26T21:13:49.001Z]         drwxr-xr-x    2 root     root        4.0K Jan 26 21:13 iwanttobehackedwithtoctou
21:13:49 [2024-01-26T21:13:49.001Z]         lrwxrwxrwx    1 root     root           1 Jan 26 21:13 root -> /
21:13:49 [2024-01-26T21:13:49.259Z] === RUN   TestRunMountVolumeSubdir/subdir
21:13:49 [2024-01-26T21:13:49.517Z]     mount_test.go:101: stdout:
21:13:49 [2024-01-26T21:13:49.517Z]         hello.txt
21:13:49 [2024-01-26T21:13:49.517Z]     mount_test.go:102: stderr:
21:13:49 [2024-01-26T21:13:49.517Z] === RUN   TestRunMountVolumeSubdir/subdir_link
21:13:50 [2024-01-26T21:13:50.083Z]     mount_test.go:101: stdout:
21:13:50 [2024-01-26T21:13:50.083Z]         hello.txt
21:13:50 [2024-01-26T21:13:50.083Z]     mount_test.go:102: stderr:
21:13:50 [2024-01-26T21:13:50.083Z] === RUN   TestRunMountVolumeSubdir/subdir_with_copy_data
21:13:50 [2024-01-26T21:13:50.341Z]     mount_test.go:101: stdout:
21:13:50 [2024-01-26T21:13:50.341Z]         /bin/busybox
21:13:50 [2024-01-26T21:13:50.341Z]     mount_test.go:102: stderr:
21:13:50 [2024-01-26T21:13:50.600Z] === RUN   TestRunMountVolumeSubdir/file
21:13:50 [2024-01-26T21:13:50.858Z]     mount_test.go:101: stdout:
21:13:50 [2024-01-26T21:13:50.858Z]         foo
21:13:50 [2024-01-26T21:13:50.858Z]     mount_test.go:102: stderr:
21:13:50 [2024-01-26T21:13:50.858Z] === RUN   TestRunMountVolumeSubdir/relative_with_backtracks
21:13:50 [2024-01-26T21:13:50.858Z] === RUN   TestRunMountVolumeSubdir/not_existing
21:13:51 [2024-01-26T21:13:51.116Z] === RUN   TestRunMountVolumeSubdir/mount_link
21:13:51 [2024-01-26T21:13:51.116Z] === RUN   TestRunMountVolumeSubdir/mount_link_link
21:13:51 [2024-01-26T21:13:51.374Z] --- PASS: TestRunMountVolumeSubdir (2.69s)
21:13:51 [2024-01-26T21:13:51.374Z]     --- PASS: TestRunMountVolumeSubdir/subdir (0.42s)
21:13:51 [2024-01-26T21:13:51.374Z]     --- PASS: TestRunMountVolumeSubdir/subdir_link (0.44s)
21:13:51 [2024-01-26T21:13:51.374Z]     --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.45s)
21:13:51 [2024-01-26T21:13:51.374Z]     --- PASS: TestRunMountVolumeSubdir/file (0.45s)
21:13:51 [2024-01-26T21:13:51.374Z]     --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s)
21:13:51 [2024-01-26T21:13:51.374Z]     --- PASS: TestRunMountVolumeSubdir/not_existing (0.13s)
21:13:51 [2024-01-26T21:13:51.374Z]     --- PASS: TestRunMountVolumeSubdir/mount_link (0.13s)
21:13:51 [2024-01-26T21:13:51.374Z]     --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.13s)
21:13:51 [2024-01-26T21:13:51.374Z] === RUN   TestVolumesCreateAndList
21:13:51 [2024-01-26T21:13:51.374Z] --- PASS: TestVolumesCreateAndList (0.01s)
21:13:51 [2024-01-26T21:13:51.374Z] === RUN   TestVolumesRemove
21:13:51 [2024-01-26T21:13:51.374Z] === RUN   TestVolumesRemove/volume_in_use
21:13:51 [2024-01-26T21:13:51.374Z] === RUN   TestVolumesRemove/volume_not_in_use
21:13:51 [2024-01-26T21:13:51.374Z] === RUN   TestVolumesRemove/non-existing_volume
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumesRemove/non-existing_volume_force
21:13:51 [2024-01-26T21:13:51.375Z] --- PASS: TestVolumesRemove (0.05s)
21:13:51 [2024-01-26T21:13:51.375Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
21:13:51 [2024-01-26T21:13:51.375Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
21:13:51 [2024-01-26T21:13:51.375Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
21:13:51 [2024-01-26T21:13:51.375Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumesRemoveSwarmEnabled
21:13:51 [2024-01-26T21:13:51.375Z] === PAUSE TestVolumesRemoveSwarmEnabled
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumesInspect
21:13:51 [2024-01-26T21:13:51.375Z] --- PASS: TestVolumesInspect (0.01s)
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumesInvalidJSON
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumesInvalidJSON/volumes/create
21:13:51 [2024-01-26T21:13:51.375Z] === PAUSE TestVolumesInvalidJSON/volumes/create
21:13:51 [2024-01-26T21:13:51.375Z] === CONT  TestVolumesInvalidJSON/volumes/create
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
21:13:51 [2024-01-26T21:13:51.375Z] --- PASS: TestVolumesInvalidJSON (0.01s)
21:13:51 [2024-01-26T21:13:51.375Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
21:13:51 [2024-01-26T21:13:51.375Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
21:13:51 [2024-01-26T21:13:51.375Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
21:13:51 [2024-01-26T21:13:51.375Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
21:13:51 [2024-01-26T21:13:51.375Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumePruneAnonymous
21:13:51 [2024-01-26T21:13:51.375Z] --- PASS: TestVolumePruneAnonymous (0.03s)
21:13:51 [2024-01-26T21:13:51.375Z] === RUN   TestVolumePruneAnonFromImage
21:13:51 [2024-01-26T21:13:51.633Z] --- PASS: TestVolumePruneAnonFromImage (0.12s)
21:13:51 [2024-01-26T21:13:51.633Z] === CONT  TestVolumesRemoveSwarmEnabled
21:13:53 [2024-01-26T21:13:53.007Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
21:13:53 [2024-01-26T21:13:53.007Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
21:13:53 [2024-01-26T21:13:53.007Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
21:13:53 [2024-01-26T21:13:53.007Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
21:13:53 [2024-01-26T21:13:53.573Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.88s)
21:13:53 [2024-01-26T21:13:53.573Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
21:13:53 [2024-01-26T21:13:53.573Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
21:13:53 [2024-01-26T21:13:53.573Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
21:13:53 [2024-01-26T21:13:53.573Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
21:13:53 [2024-01-26T21:13:53.573Z] PASS
21:13:53 [2024-01-26T21:13:53.573Z] 
21:13:53 [2024-01-26T21:13:53.573Z] DONE 29 tests in 4.835s
21:13:53 [2024-01-26T21:13:53.573Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
21:13:53 [2024-01-26T21:13:53.573Z] ++++ cat bundles/test-integration/docker.pid
21:13:53 [2024-01-26T21:13:53.573Z] +++ kill 24573
21:13:54 [2024-01-26T21:13:54.948Z] ++++ cat bundles/test-integration/TestUsernsCommit/d1bce69f3d4df/docker.pid
21:13:54 [2024-01-26T21:13:54.948Z] +++ kill 62507
21:13:54 [2024-01-26T21:13:54.948Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 62507 is not a child of this shell
21:13:54 [2024-01-26T21:13:54.948Z] warning: PID 62507 from bundles/test-integration/TestUsernsCommit/d1bce69f3d4df/docker.pid had a nonzero exit code
21:13:54 [2024-01-26T21:13:54.948Z] umount: bundles/test-integration/TestUsernsCommit/d1bce69f3d4df/root: not mounted.
21:13:54 [2024-01-26T21:13:54.948Z] +++ /etc/init.d/apparmor stop
21:13:54 [2024-01-26T21:13:54.948Z] Leaving: AppArmorNo profiles have been unloaded.
21:13:54 [2024-01-26T21:13:54.948Z] 
21:13:54 [2024-01-26T21:13:54.948Z] Unloading profiles will leave already running processes permanently
21:13:54 [2024-01-26T21:13:54.948Z] unconfined, which can lead to unexpected situations.
21:13:54 [2024-01-26T21:13:54.948Z] 
21:13:54 [2024-01-26T21:13:54.948Z] To set a process to complain mode, use the command line tool
21:13:54 [2024-01-26T21:13:54.948Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
21:13:54 [2024-01-26T21:13:54.948Z] +++ true
21:13:54 [2024-01-26T21:13:54.948Z] exiting test-integration
21:13:54 [2024-01-26T21:13:54.948Z] ++ exit 0
21:13:54 [2024-01-26T21:13:54.948Z] 
Post stage
[Pipeline] junit
21:13:56 [2024-01-26T21:13:56.339Z] Recording test results
21:13:56 [2024-01-26T21:13:56.532Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
21:13:56 [2024-01-26T21:13:56.825Z] + echo Ensuring container killed.
21:13:56 [2024-01-26T21:13:56.825Z] Ensuring container killed.
21:13:56 [2024-01-26T21:13:56.825Z] + docker rm -vf docker-pr1
21:13:56 [2024-01-26T21:13:56.825Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
21:13:57 [2024-01-26T21:13:57.104Z] + echo Chowning /workspace to jenkins user
21:13:57 [2024-01-26T21:13:57.104Z] Chowning /workspace to jenkins user
21:13:57 [2024-01-26T21:13:57.104Z] + id -u
21:13:57 [2024-01-26T21:13:57.104Z] + id -g
21:13:57 [2024-01-26T21:13:57.104Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47234:/workspace busybox chown -R 1000:1000 /workspace
21:13:57 [2024-01-26T21:13:57.104Z] Unable to find image 'busybox:latest' locally
21:13:57 [2024-01-26T21:13:57.104Z] latest: Pulling from library/busybox
21:13:57 [2024-01-26T21:13:57.104Z] c2bf9493c1bf: Already exists
21:13:57 [2024-01-26T21:13:57.363Z] Digest: sha256:6d9ac9237a84afe1516540f40a0fafdc86859b2141954b4d643af7066d598b74
21:13:57 [2024-01-26T21:13:57.363Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
21:13:58 [2024-01-26T21:13:58.579Z] + bundleName=arm64-integration
21:13:58 [2024-01-26T21:13:58.580Z] + echo Creating arm64-integration-bundles.tar.gz
21:13:58 [2024-01-26T21:13:58.580Z] Creating arm64-integration-bundles.tar.gz
21:13:58 [2024-01-26T21:13:58.580Z] + find bundles -path */root/*overlay2+  -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
21:13:58 [2024-01-26T21:13:58.580Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
21:13:58 [2024-01-26T21:13:58.849Z] Archiving artifacts
21:14:00 [2024-01-26T21:14:00.574Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47234/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
21:14:00 [2024-01-26T21:14:00.864Z] + make clean
21:14:00 [2024-01-26T21:14:00.864Z] docker volume rm -f docker-dev-cache docker-mod-cache
21:14:00 [2024-01-26T21:14:00.864Z] docker-dev-cache
21:14:00 [2024-01-26T21:14:00.864Z] 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