Skip to content
Success

Console Output

Pull request #46406 updated
16:17:23 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 6cc6682f5f3c75a58574623ff9e66e7ed5cc3ed4+97e782ee2b71414a24ce186cfa5ffe9b629887fe (6bd2b01137a9ff15bc56a0fc1d8ce767749f39fc)
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
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-46406@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.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
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that 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
16:17:25 [2023-09-08T16:17:25.271Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
16:17:25 [2023-09-08T16:17:25.276Z] Trying to pass milestone 6
[Pipeline] milestone
16:17:25 [2023-09-08T16:17:25.448Z] Trying to pass milestone 7
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
16:17:25 [2023-09-08T16:17:25.632Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-06bf27a9bef8ed558) in /home/ubuntu/workspace/moby_PR-46406
[Pipeline] {
[Pipeline] checkout
16:17:25 [2023-09-08T16:17:25.654Z] The recommended git tool is: git
16:17:25 [2023-09-08T16:17:25.663Z] using credential docker-jenkins-github-credentials
16:17:25 [2023-09-08T16:17:25.680Z] Cloning the remote Git repository
16:17:25 [2023-09-08T16:17:25.680Z] Cloning with configured refspecs honoured and without tags
16:17:25 [2023-09-08T16:17:25.685Z] Cloning repository https://github.com/moby/moby.git
16:17:25 [2023-09-08T16:17:25.685Z]  > git init /home/ubuntu/workspace/moby_PR-46406 # timeout=10
16:17:25 [2023-09-08T16:17:25.690Z] Fetching upstream changes from https://github.com/moby/moby.git
16:17:25 [2023-09-08T16:17:25.690Z]  > git --version # timeout=10
16:17:25 [2023-09-08T16:17:25.692Z]  > git --version # 'git version 2.25.1'
16:17:25 [2023-09-08T16:17:25.692Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:17:25 [2023-09-08T16:17:25.693Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46406/head:refs/remotes/origin/PR-46406 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:17:37 [2023-09-08T16:17:37.373Z] Fetching without tags
16:17:37 [2023-09-08T16:17:37.619Z] Merging remotes/origin/master commit 97e782ee2b71414a24ce186cfa5ffe9b629887fe into PR head commit 6cc6682f5f3c75a58574623ff9e66e7ed5cc3ed4
16:17:37 [2023-09-08T16:17:37.362Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:17:37 [2023-09-08T16:17:37.365Z]  > git config --add remote.origin.fetch +refs/pull/46406/head:refs/remotes/origin/PR-46406 # timeout=10
16:17:37 [2023-09-08T16:17:37.368Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:17:37 [2023-09-08T16:17:37.373Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:17:37 [2023-09-08T16:17:37.379Z] Fetching upstream changes from https://github.com/moby/moby.git
16:17:37 [2023-09-08T16:17:37.379Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:17:37 [2023-09-08T16:17:37.380Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46406/head:refs/remotes/origin/PR-46406 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:17:37 [2023-09-08T16:17:37.625Z]  > git config core.sparsecheckout # timeout=10
16:17:37 [2023-09-08T16:17:37.627Z]  > git checkout -f 6cc6682f5f3c75a58574623ff9e66e7ed5cc3ed4 # timeout=10
16:17:38 [2023-09-08T16:17:38.778Z] Merge succeeded, producing ca88d1ec96b3c4bc094c35a7e7bb1149041a0ae7
16:17:38 [2023-09-08T16:17:38.778Z] Checking out Revision ca88d1ec96b3c4bc094c35a7e7bb1149041a0ae7 (PR-46406)
16:17:39 [2023-09-08T16:17:39.131Z] Commit message: "Merge commit '97e782ee2b71414a24ce186cfa5ffe9b629887fe' into HEAD"
16:17:39 [2023-09-08T16:17:39.137Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:17:39 [2023-09-08T16:17:39.800Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46406:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
16:17:38 [2023-09-08T16:17:38.255Z]  > git remote # timeout=10
16:17:38 [2023-09-08T16:17:38.257Z]  > git config --get remote.origin.url # timeout=10
16:17:38 [2023-09-08T16:17:38.260Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:17:38 [2023-09-08T16:17:38.261Z]  > git merge 97e782ee2b71414a24ce186cfa5ffe9b629887fe # timeout=10
16:17:38 [2023-09-08T16:17:38.777Z]  > git rev-parse HEAD^{commit} # timeout=10
16:17:38 [2023-09-08T16:17:38.783Z]  > git config core.sparsecheckout # timeout=10
16:17:38 [2023-09-08T16:17:38.786Z]  > git checkout -f ca88d1ec96b3c4bc094c35a7e7bb1149041a0ae7 # timeout=10
16:17:39 [2023-09-08T16:17:39.136Z]  > git rev-list --no-walk 5b184d09be1dfe8474fc639ff31a1757285b6189 # timeout=10
16:17:42 [2023-09-08T16:17:42.339Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
16:17:42 [2023-09-08T16:17:42.448Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-086005b635b090e90) in /home/ubuntu/workspace/moby_PR-46406
[Pipeline] {
[Pipeline] checkout
16:17:42 [2023-09-08T16:17:42.503Z] The recommended git tool is: git
16:17:44 [2023-09-08T16:17:44.098Z] using credential docker-jenkins-github-credentials
16:17:44 [2023-09-08T16:17:44.111Z] Cloning the remote Git repository
16:17:44 [2023-09-08T16:17:44.111Z] Cloning with configured refspecs honoured and without tags
16:17:44 [2023-09-08T16:17:44.123Z] Cloning repository https://github.com/moby/moby.git
16:17:44 [2023-09-08T16:17:44.169Z]  > git init /home/ubuntu/workspace/moby_PR-46406 # timeout=10
16:17:44 [2023-09-08T16:17:44.488Z] Fetching upstream changes from https://github.com/moby/moby.git
16:17:44 [2023-09-08T16:17:44.488Z]  > git --version # timeout=10
16:17:44 [2023-09-08T16:17:44.492Z]  > git --version # 'git version 2.25.1'
16:17:44 [2023-09-08T16:17:44.492Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:17:44 [2023-09-08T16:17:44.493Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46406/head:refs/remotes/origin/PR-46406 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:17:58 [2023-09-08T16:17:58.039Z] Fetching without tags
16:17:58 [2023-09-08T16:17:58.256Z] Merging remotes/origin/master commit 97e782ee2b71414a24ce186cfa5ffe9b629887fe into PR head commit 6cc6682f5f3c75a58574623ff9e66e7ed5cc3ed4
16:17:58 [2023-09-08T16:17:58.023Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:17:58 [2023-09-08T16:17:58.027Z]  > git config --add remote.origin.fetch +refs/pull/46406/head:refs/remotes/origin/PR-46406 # timeout=10
16:17:58 [2023-09-08T16:17:58.030Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:17:58 [2023-09-08T16:17:58.035Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:17:58 [2023-09-08T16:17:58.042Z] Fetching upstream changes from https://github.com/moby/moby.git
16:17:58 [2023-09-08T16:17:58.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:17:58 [2023-09-08T16:17:58.043Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46406/head:refs/remotes/origin/PR-46406 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:17:58 [2023-09-08T16:17:58.261Z]  > git config core.sparsecheckout # timeout=10
16:17:58 [2023-09-08T16:17:58.264Z]  > git checkout -f 6cc6682f5f3c75a58574623ff9e66e7ed5cc3ed4 # timeout=10
16:17:59 [2023-09-08T16:17:59.721Z] Merge succeeded, producing cd00a469f739a80b86c8c533858935b13fb5b9ec
16:17:59 [2023-09-08T16:17:59.721Z] Checking out Revision cd00a469f739a80b86c8c533858935b13fb5b9ec (PR-46406)
16:17:58 [2023-09-08T16:17:58.879Z]  > git remote # timeout=10
16:17:58 [2023-09-08T16:17:58.883Z]  > git config --get remote.origin.url # timeout=10
16:17:58 [2023-09-08T16:17:58.885Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:17:58 [2023-09-08T16:17:58.886Z]  > git merge 97e782ee2b71414a24ce186cfa5ffe9b629887fe # timeout=10
16:17:59 [2023-09-08T16:17:59.716Z]  > git rev-parse HEAD^{commit} # timeout=10
16:17:59 [2023-09-08T16:17:59.766Z]  > git config core.sparsecheckout # timeout=10
16:17:59 [2023-09-08T16:17:59.769Z]  > git checkout -f cd00a469f739a80b86c8c533858935b13fb5b9ec # timeout=10
16:18:03 [2023-09-08T16:18:03.198Z] Commit message: "Merge commit '97e782ee2b71414a24ce186cfa5ffe9b629887fe' into HEAD"
16:18:03 [2023-09-08T16:18:03.204Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:18:03 [2023-09-08T16:18:03.961Z] + docker version
16:18:03 [2023-09-08T16:18:03.199Z]  > git rev-list --no-walk 5b184d09be1dfe8474fc639ff31a1757285b6189 # timeout=10
16:18:08 [2023-09-08T16:18:08.130Z] Client: Docker Engine - Community
16:18:08 [2023-09-08T16:18:08.130Z]  Version:           24.0.2
16:18:08 [2023-09-08T16:18:08.130Z]  API version:       1.43
16:18:08 [2023-09-08T16:18:08.130Z]  Go version:        go1.20.4
16:18:08 [2023-09-08T16:18:08.130Z]  Git commit:        cb74dfc
16:18:08 [2023-09-08T16:18:08.130Z]  Built:             Thu May 25 21:52:41 2023
16:18:08 [2023-09-08T16:18:08.130Z]  OS/Arch:           linux/arm64
16:18:08 [2023-09-08T16:18:08.130Z]  Context:           default
16:18:08 [2023-09-08T16:18:08.130Z] 
16:18:08 [2023-09-08T16:18:08.130Z] Server: Docker Engine - Community
16:18:08 [2023-09-08T16:18:08.130Z]  Engine:
16:18:08 [2023-09-08T16:18:08.130Z]   Version:          24.0.2
16:18:08 [2023-09-08T16:18:08.130Z]   API version:      1.43 (minimum version 1.12)
16:18:08 [2023-09-08T16:18:08.130Z]   Go version:       go1.20.4
16:18:08 [2023-09-08T16:18:08.130Z]   Git commit:       659604f
16:18:08 [2023-09-08T16:18:08.130Z]   Built:            Thu May 25 21:52:41 2023
16:18:08 [2023-09-08T16:18:08.130Z]   OS/Arch:          linux/arm64
16:18:08 [2023-09-08T16:18:08.130Z]   Experimental:     true
16:18:08 [2023-09-08T16:18:08.130Z]  containerd:
16:18:08 [2023-09-08T16:18:08.130Z]   Version:          1.6.21
16:18:08 [2023-09-08T16:18:08.130Z]   GitCommit:        3dce8eb055cbb6872793272b4f20ed16117344f8
16:18:08 [2023-09-08T16:18:08.130Z]  runc:
16:18:08 [2023-09-08T16:18:08.130Z]   Version:          1.1.7
16:18:08 [2023-09-08T16:18:08.130Z]   GitCommit:        v1.1.7-0-g860f061
16:18:08 [2023-09-08T16:18:08.130Z]  docker-init:
16:18:08 [2023-09-08T16:18:08.130Z]   Version:          0.19.0
16:18:08 [2023-09-08T16:18:08.130Z]   GitCommit:        de40ad0
[Pipeline] sh
16:18:08 [2023-09-08T16:18:08.421Z] + docker info
16:18:18 [2023-09-08T16:18:18.367Z] Client: Docker Engine - Community
16:18:18 [2023-09-08T16:18:18.367Z]  Version:    24.0.2
16:18:18 [2023-09-08T16:18:18.367Z]  Context:    default
16:18:18 [2023-09-08T16:18:18.367Z]  Debug Mode: false
16:18:18 [2023-09-08T16:18:18.367Z]  Plugins:
16:18:18 [2023-09-08T16:18:18.367Z]   buildx: Docker Buildx (Docker Inc.)
16:18:18 [2023-09-08T16:18:18.367Z]     Version:  v0.11.0
16:18:18 [2023-09-08T16:18:18.367Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
16:18:18 [2023-09-08T16:18:18.367Z]   compose: Docker Compose (Docker Inc.)
16:18:18 [2023-09-08T16:18:18.367Z]     Version:  v2.19.1
16:18:18 [2023-09-08T16:18:18.367Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
16:18:18 [2023-09-08T16:18:18.367Z] 
16:18:18 [2023-09-08T16:18:18.367Z] Server:
16:18:18 [2023-09-08T16:18:18.367Z]  Containers: 0
16:18:18 [2023-09-08T16:18:18.367Z]   Running: 0
16:18:18 [2023-09-08T16:18:18.367Z]   Paused: 0
16:18:18 [2023-09-08T16:18:18.367Z]   Stopped: 0
16:18:18 [2023-09-08T16:18:18.367Z]  Images: 0
16:18:18 [2023-09-08T16:18:18.367Z]  Server Version: 24.0.2
16:18:18 [2023-09-08T16:18:18.367Z]  Storage Driver: overlay2
16:18:18 [2023-09-08T16:18:18.367Z]   Backing Filesystem: extfs
16:18:18 [2023-09-08T16:18:18.367Z]   Supports d_type: true
16:18:18 [2023-09-08T16:18:18.367Z]   Using metacopy: false
16:18:18 [2023-09-08T16:18:18.367Z]   Native Overlay Diff: true
16:18:18 [2023-09-08T16:18:18.367Z]   userxattr: false
16:18:18 [2023-09-08T16:18:18.367Z]  Logging Driver: json-file
16:18:18 [2023-09-08T16:18:18.367Z]  Cgroup Driver: cgroupfs
16:18:18 [2023-09-08T16:18:18.367Z]  Cgroup Version: 1
16:18:18 [2023-09-08T16:18:18.367Z]  Plugins:
16:18:18 [2023-09-08T16:18:18.367Z]   Volume: local
16:18:18 [2023-09-08T16:18:18.367Z]   Network: bridge host ipvlan macvlan null overlay
16:18:18 [2023-09-08T16:18:18.367Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:18:18 [2023-09-08T16:18:18.367Z]  Swarm: inactive
16:18:18 [2023-09-08T16:18:18.367Z]  Runtimes: io.containerd.runc.v2 runc
16:18:18 [2023-09-08T16:18:18.367Z]  Default Runtime: runc
16:18:18 [2023-09-08T16:18:18.367Z]  Init Binary: docker-init
16:18:18 [2023-09-08T16:18:18.367Z]  containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
16:18:18 [2023-09-08T16:18:18.367Z]  runc version: v1.1.7-0-g860f061
16:18:18 [2023-09-08T16:18:18.367Z]  init version: de40ad0
16:18:18 [2023-09-08T16:18:18.367Z]  Security Options:
16:18:18 [2023-09-08T16:18:18.367Z]   apparmor
16:18:18 [2023-09-08T16:18:18.367Z]   seccomp
16:18:18 [2023-09-08T16:18:18.367Z]    Profile: builtin
16:18:18 [2023-09-08T16:18:18.367Z]  Kernel Version: 5.15.0-1039-aws
16:18:18 [2023-09-08T16:18:18.367Z]  Operating System: Ubuntu 20.04.6 LTS
16:18:18 [2023-09-08T16:18:18.367Z]  OSType: linux
16:18:18 [2023-09-08T16:18:18.367Z]  Architecture: aarch64
16:18:18 [2023-09-08T16:18:18.367Z]  CPUs: 8
16:18:18 [2023-09-08T16:18:18.367Z]  Total Memory: 30.64GiB
16:18:18 [2023-09-08T16:18:18.367Z]  Name: ip-10-100-93-188
16:18:18 [2023-09-08T16:18:18.367Z]  ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5
16:18:18 [2023-09-08T16:18:18.367Z]  Docker Root Dir: /var/lib/docker
16:18:18 [2023-09-08T16:18:18.367Z]  Debug Mode: false
16:18:18 [2023-09-08T16:18:18.367Z]  Experimental: true
16:18:18 [2023-09-08T16:18:18.367Z]  Insecure Registries:
16:18:18 [2023-09-08T16:18:18.367Z]   127.0.0.0/8
16:18:18 [2023-09-08T16:18:18.367Z]  Live Restore Enabled: true
16:18:18 [2023-09-08T16:18:18.367Z] 
[Pipeline] sh
16:18:18 [2023-09-08T16:18:18.684Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:18:18 [2023-09-08T16:18:18.684Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:18:18 [2023-09-08T16:18:18.684Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-46406/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
16:18:18 [2023-09-08T16:18:18.685Z] + bash /home/ubuntu/workspace/moby_PR-46406/check-config.sh
16:18:18 [2023-09-08T16:18:18.685Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:18:18 [2023-09-08T16:18:18.685Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ...
16:18:18 [2023-09-08T16:18:18.685Z] 
16:18:18 [2023-09-08T16:18:18.685Z] Generally Necessary:
16:18:18 [2023-09-08T16:18:18.685Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:18:18 [2023-09-08T16:18:18.685Z] - apparmor: enabled and tools installed
16:18:18 [2023-09-08T16:18:18.685Z] - CONFIG_NAMESPACES: enabled
16:18:18 [2023-09-08T16:18:18.685Z] - CONFIG_NET_NS: enabled
16:18:18 [2023-09-08T16:18:18.685Z] - CONFIG_PID_NS: enabled
16:18:18 [2023-09-08T16:18:18.685Z] - CONFIG_IPC_NS: enabled
16:18:18 [2023-09-08T16:18:18.685Z] - CONFIG_UTS_NS: enabled
16:18:18 [2023-09-08T16:18:18.685Z] - CONFIG_CGROUPS: enabled
16:18:18 [2023-09-08T16:18:18.685Z] - CONFIG_CGROUP_CPUACCT: enabled
16:18:18 [2023-09-08T16:18:18.685Z] - CONFIG_CGROUP_DEVICE: enabled
16:18:18 [2023-09-08T16:18:18.685Z] - CONFIG_CGROUP_FREEZER: enabled
16:18:18 [2023-09-08T16:18:18.685Z] - CONFIG_CGROUP_SCHED: enabled
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_CPUSETS: enabled
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_MEMCG: enabled
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_KEYS: enabled
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_VETH: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_BRIDGE: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_NF_NAT: enabled (as module)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_POSIX_MQUEUE: enabled
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_CGROUP_BPF: enabled
16:18:18 [2023-09-08T16:18:18.941Z] 
16:18:18 [2023-09-08T16:18:18.941Z] Optional Features:
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_USER_NS: enabled
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_SECCOMP: enabled
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_SECCOMP_FILTER: enabled
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_CGROUP_PIDS: enabled
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_MEMCG_SWAP: enabled
16:18:18 [2023-09-08T16:18:18.941Z]     (cgroup swap accounting is currently enabled)
16:18:18 [2023-09-08T16:18:18.941Z] - CONFIG_BLK_CGROUP: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_CGROUP_PERF: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_CGROUP_HUGETLB: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_CFS_BANDWIDTH: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_RT_GROUP_SCHED: missing
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_IP_VS: enabled (as module)
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_IP_VS_NFCT: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_IP_VS_RR: enabled (as module)
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_SECURITY_SELINUX: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_SECURITY_APPARMOR: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_EXT4_FS: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:18:19 [2023-09-08T16:18:19.198Z] - Network Drivers:
16:18:19 [2023-09-08T16:18:19.198Z]   - "overlay":
16:18:19 [2023-09-08T16:18:19.198Z]     - CONFIG_VXLAN: enabled (as module)
16:18:19 [2023-09-08T16:18:19.198Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:18:19 [2023-09-08T16:18:19.198Z]       Optional (for encrypted networks):
16:18:19 [2023-09-08T16:18:19.455Z]       - CONFIG_CRYPTO: enabled
16:18:19 [2023-09-08T16:18:19.455Z]       - CONFIG_CRYPTO_AEAD: enabled
16:18:19 [2023-09-08T16:18:19.455Z]       - CONFIG_CRYPTO_GCM: enabled
16:18:19 [2023-09-08T16:18:19.455Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:18:19 [2023-09-08T16:18:19.455Z]       - CONFIG_CRYPTO_GHASH: enabled
16:18:19 [2023-09-08T16:18:19.455Z]       - CONFIG_XFRM: enabled
16:18:19 [2023-09-08T16:18:19.455Z]       - CONFIG_XFRM_USER: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]       - CONFIG_INET_ESP: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]   - "ipvlan":
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_IPVLAN: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]   - "macvlan":
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_MACVLAN: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_DUMMY: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]   - "ftp,tftp client in container":
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z] - Storage Drivers:
16:18:19 [2023-09-08T16:18:19.455Z]   - "aufs":
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_AUFS_FS: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]   - "btrfs":
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:18:19 [2023-09-08T16:18:19.455Z]   - "devicemapper":
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_BLK_DEV_DM: enabled
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]   - "overlay":
16:18:19 [2023-09-08T16:18:19.455Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:18:19 [2023-09-08T16:18:19.455Z]   - "zfs":
16:18:19 [2023-09-08T16:18:19.455Z]     - /dev/zfs: present
16:18:19 [2023-09-08T16:18:19.455Z]     - zfs command: missing
16:18:19 [2023-09-08T16:18:19.455Z]     - zpool command: missing
16:18:19 [2023-09-08T16:18:19.455Z] 
16:18:19 [2023-09-08T16:18:19.455Z] Limits:
16:18:19 [2023-09-08T16:18:19.455Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:18:19 [2023-09-08T16:18:19.455Z] 
16:18:19 [2023-09-08T16:18:19.455Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:18:19 [2023-09-08T16:18:19.745Z] + docker build --force-rm -t docker:cd00a469f739a80b86c8c533858935b13fb5b9ec .
16:18:20 [2023-09-08T16:18:20.001Z] #0 building with "default" instance using docker driver
16:18:20 [2023-09-08T16:18:20.001Z] 
16:18:20 [2023-09-08T16:18:20.001Z] #1 [internal] load .dockerignore
16:18:20 [2023-09-08T16:18:20.001Z] #1 transferring context: 113B done
16:18:20 [2023-09-08T16:18:20.001Z] #1 DONE 0.1s
16:18:20 [2023-09-08T16:18:20.001Z] 
16:18:20 [2023-09-08T16:18:20.001Z] #2 [internal] load build definition from Dockerfile
16:18:20 [2023-09-08T16:18:20.001Z] #2 transferring dockerfile: 28.05kB done
16:18:20 [2023-09-08T16:18:20.001Z] #2 DONE 0.1s
16:18:20 [2023-09-08T16:18:20.001Z] 
16:18:20 [2023-09-08T16:18:20.001Z] #3 resolve image config for docker.io/docker/dockerfile:1
16:18:20 [2023-09-08T16:18:20.564Z] #3 DONE 0.5s
16:18:20 [2023-09-08T16:18:20.564Z] 
16:18:20 [2023-09-08T16:18:20.564Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
16:18:20 [2023-09-08T16:18:20.564Z] #4 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done
16:18:20 [2023-09-08T16:18:20.564Z] #4 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done
16:18:20 [2023-09-08T16:18:20.564Z] #4 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done
16:18:20 [2023-09-08T16:18:20.564Z] #4 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done
16:18:20 [2023-09-08T16:18:20.564Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done
16:18:20 [2023-09-08T16:18:20.820Z] #4 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done
16:18:21 [2023-09-08T16:18:21.077Z] #4 DONE 0.5s
16:18:21 [2023-09-08T16:18:21.077Z] 
16:18:21 [2023-09-08T16:18:21.077Z] #5 [internal] load metadata for docker.io/library/busybox:latest
16:18:22 [2023-09-08T16:18:22.967Z] #5 ...
16:18:22 [2023-09-08T16:18:22.967Z] 
16:18:22 [2023-09-08T16:18:22.967Z] #6 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1
16:18:22 [2023-09-08T16:18:22.967Z] #6 DONE 1.9s
16:18:23 [2023-09-08T16:18:23.223Z] 
16:18:23 [2023-09-08T16:18:23.223Z] #5 [internal] load metadata for docker.io/library/busybox:latest
16:18:23 [2023-09-08T16:18:23.223Z] #5 DONE 1.9s
16:18:23 [2023-09-08T16:18:23.223Z] 
16:18:23 [2023-09-08T16:18:23.223Z] #7 [internal] load metadata for docker.io/library/golang:1.20.7-bullseye
16:18:23 [2023-09-08T16:18:23.223Z] #7 DONE 2.0s
16:18:23 [2023-09-08T16:18:23.223Z] 
16:18:23 [2023-09-08T16:18:23.223Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
16:18:23 [2023-09-08T16:18:23.223Z] #8 DONE 2.0s
16:18:23 [2023-09-08T16:18:23.223Z] 
16:18:23 [2023-09-08T16:18:23.223Z] #9 [internal] load metadata for docker.io/docker/buildx-bin:0.11.2
16:18:23 [2023-09-08T16:18:23.223Z] #9 DONE 2.1s
16:18:23 [2023-09-08T16:18:23.223Z] 
16:18:23 [2023-09-08T16:18:23.223Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:18:23 [2023-09-08T16:18:23.223Z] #10 DONE 2.1s
16:18:23 [2023-09-08T16:18:23.223Z] 
16:18:23 [2023-09-08T16:18:23.223Z] #11 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
16:18:23 [2023-09-08T16:18:23.223Z] #11 DONE 2.2s
16:18:23 [2023-09-08T16:18:23.223Z] 
16:18:23 [2023-09-08T16:18:23.223Z] #12 [internal] load metadata for docker.io/distribution/distribution:2.8.2
16:18:23 [2023-09-08T16:18:23.479Z] #12 DONE 2.2s
16:18:26 [2023-09-08T16:18:26.098Z] 
16:18:26 [2023-09-08T16:18:26.098Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:f33900927c0a8bcf3f0e2281fd0237f4780cc6bc59729bb3a10e75b0703c5ca7
16:18:26 [2023-09-08T16:18:26.098Z] #13 DONE 0.0s
16:18:26 [2023-09-08T16:18:26.098Z] 
16:18:26 [2023-09-08T16:18:26.098Z] #14 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.2@sha256:5d9a57b8024989a7f460cc4c44552fc8e0a183598962a916aafa276861cdae77
16:18:26 [2023-09-08T16:18:26.098Z] #14 resolve docker.io/distribution/distribution:2.8.2@sha256:5d9a57b8024989a7f460cc4c44552fc8e0a183598962a916aafa276861cdae77
16:18:26 [2023-09-08T16:18:26.098Z] #14 resolve docker.io/distribution/distribution:2.8.2@sha256:5d9a57b8024989a7f460cc4c44552fc8e0a183598962a916aafa276861cdae77 0.3s done
16:18:26 [2023-09-08T16:18:26.355Z] #14 sha256:53383dd1e02ae76917d592b584075acdfd90b257f3096437f093a4984cb08e1e 1.05kB / 1.05kB done
16:18:26 [2023-09-08T16:18:26.355Z] #14 sha256:72483cff642c2b49b78d76e5fa966cab301bed36c296a5eabba9d0bd2ec6a7c8 3.42kB / 3.42kB done
16:18:26 [2023-09-08T16:18:26.355Z] #14 sha256:5d9a57b8024989a7f460cc4c44552fc8e0a183598962a916aafa276861cdae77 4.67kB / 4.67kB done
16:18:27 [2023-09-08T16:18:27.722Z] #14 ...
16:18:27 [2023-09-08T16:18:27.722Z] 
16:18:27 [2023-09-08T16:18:27.722Z] #15 [internal] load build context
16:18:27 [2023-09-08T16:18:27.722Z] #15 transferring context: 72.25MB 1.5s done
16:18:27 [2023-09-08T16:18:27.722Z] #15 DONE 1.7s
16:18:27 [2023-09-08T16:18:27.722Z] 
16:18:27 [2023-09-08T16:18:27.722Z] #16 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
16:18:27 [2023-09-08T16:18:27.722Z] #16 resolve docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99 0.3s done
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99 1.86kB / 1.86kB done
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:2031acc47e4016991ab6e1545e7dacfc608f1bf4a9d60d21ae27faaddb63cf56 7.07kB / 7.07kB done
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:1c030fd1c5b9dab54619b938b399b16c64ff5db0f1ac8bbcbc1d4f2b1c957c76 1.58kB / 1.58kB done
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:e837d9f05c625de5b814b851adbc03559ba02ea7078f57c81a01e18fc65bf42b 53.70MB / 53.70MB 1.1s done
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:9abd0588cbb35597a784666f0dc97746829b8b4b730b73e8781fb90678ffef22 15.75MB / 15.75MB 0.5s done
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:85a8864a846a08e10fbf877e73678d1f0803227b00a1b16d9ba948070c6e58f6 54.68MB / 54.68MB 1.3s done
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 32.51MB / 81.44MB 1.3s
16:18:27 [2023-09-08T16:18:27.722Z] #16 extracting sha256:e837d9f05c625de5b814b851adbc03559ba02ea7078f57c81a01e18fc65bf42b 0.1s
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 0B / 95.56MB 1.3s
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:e39520c676da7d710492019f341848138c28ca672056c94b3f03efc92d62f02a 0B / 156B 1.3s
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 50.33MB / 81.44MB 1.4s
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 16.76MB / 95.56MB 1.4s
16:18:27 [2023-09-08T16:18:27.722Z] #16 sha256:e39520c676da7d710492019f341848138c28ca672056c94b3f03efc92d62f02a 156B / 156B 1.4s done
16:18:27 [2023-09-08T16:18:27.722Z] #16 ...
16:18:27 [2023-09-08T16:18:27.722Z] 
16:18:27 [2023-09-08T16:18:27.723Z] #17 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
16:18:27 [2023-09-08T16:18:27.723Z] #17 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.3s done
16:18:27 [2023-09-08T16:18:27.723Z] #17 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
16:18:27 [2023-09-08T16:18:27.723Z] #17 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done
16:18:27 [2023-09-08T16:18:27.723Z] #17 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done
16:18:27 [2023-09-08T16:18:27.723Z] #17 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 1.5s done
16:18:27 [2023-09-08T16:18:27.723Z] #17 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done
16:18:27 [2023-09-08T16:18:27.723Z] #17 DONE 2.1s
16:18:27 [2023-09-08T16:18:27.723Z] 
16:18:27 [2023-09-08T16:18:27.723Z] #16 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
16:18:27 [2023-09-08T16:18:27.979Z] #16 sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 65.01MB / 81.44MB 1.6s
16:18:27 [2023-09-08T16:18:27.979Z] #16 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 30.41MB / 95.56MB 1.6s
16:18:28 [2023-09-08T16:18:28.339Z] #16 sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 79.69MB / 81.44MB 2.0s
16:18:28 [2023-09-08T16:18:28.596Z] #16 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 50.33MB / 95.56MB 2.2s
16:18:28 [2023-09-08T16:18:28.596Z] #16 sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 81.44MB / 81.44MB 2.3s done
16:18:28 [2023-09-08T16:18:28.596Z] #16 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 55.35MB / 95.56MB 2.4s
16:18:28 [2023-09-08T16:18:28.852Z] #16 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 66.06MB / 95.56MB 2.5s
16:18:29 [2023-09-08T16:18:29.109Z] #16 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 71.84MB / 95.56MB 2.7s
16:18:29 [2023-09-08T16:18:29.109Z] #16 ...
16:18:29 [2023-09-08T16:18:29.109Z] 
16:18:29 [2023-09-08T16:18:29.109Z] #18 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:18:29 [2023-09-08T16:18:29.109Z] #18 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.3s done
16:18:29 [2023-09-08T16:18:29.109Z] #18 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:18:29 [2023-09-08T16:18:29.109Z] #18 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:18:29 [2023-09-08T16:18:29.109Z] #18 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:18:29 [2023-09-08T16:18:29.109Z] #18 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.9s done
16:18:29 [2023-09-08T16:18:29.109Z] #18 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s done
16:18:29 [2023-09-08T16:18:29.109Z] #18 DONE 3.4s
16:18:29 [2023-09-08T16:18:29.109Z] 
16:18:29 [2023-09-08T16:18:29.109Z] #16 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
16:18:29 [2023-09-08T16:18:29.109Z] #16 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 83.89MB / 95.56MB 2.8s
16:18:29 [2023-09-08T16:18:29.109Z] #16 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 93.32MB / 95.56MB 2.9s
16:18:30 [2023-09-08T16:18:30.037Z] #16 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 95.56MB / 95.56MB 3.8s done
16:18:30 [2023-09-08T16:18:30.600Z] #16 ...
16:18:30 [2023-09-08T16:18:30.600Z] 
16:18:30 [2023-09-08T16:18:30.600Z] #19 [compose 1/1] FROM docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b
16:18:30 [2023-09-08T16:18:30.600Z] #19 resolve docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b 0.3s done
16:18:30 [2023-09-08T16:18:30.600Z] #19 sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b 8.43kB / 8.43kB done
16:18:30 [2023-09-08T16:18:30.600Z] #19 sha256:3fe5e1176d135e30c230bea731562ab9e3bd22009cbebd801811d167eb2a3380 482B / 482B done
16:18:30 [2023-09-08T16:18:30.600Z] #19 sha256:00178eb749e7591f4a7e6b4ba276167adc842bb0c9a687933e659ae969c6bbd3 2.21kB / 2.21kB done
16:18:30 [2023-09-08T16:18:30.600Z] #19 sha256:f5e8ab814ac629aeebc62eaeff34d5c333254d1c01eb50102e1ab9c3c68e040b 16.30MB / 16.30MB 2.5s done
16:18:30 [2023-09-08T16:18:30.600Z] #19 extracting sha256:f5e8ab814ac629aeebc62eaeff34d5c333254d1c01eb50102e1ab9c3c68e040b 0.3s done
16:18:30 [2023-09-08T16:18:30.600Z] #19 DONE 5.1s
16:18:30 [2023-09-08T16:18:30.856Z] 
16:18:30 [2023-09-08T16:18:30.856Z] #16 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
16:18:30 [2023-09-08T16:18:30.856Z] #16 ...
16:18:30 [2023-09-08T16:18:30.856Z] 
16:18:30 [2023-09-08T16:18:30.856Z] #20 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79
16:18:30 [2023-09-08T16:18:30.856Z] #20 resolve docker.io/library/busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 0.3s done
16:18:30 [2023-09-08T16:18:30.856Z] #20 sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11 528B / 528B done
16:18:30 [2023-09-08T16:18:30.856Z] #20 sha256:fc9db2894f4e4b8c296b8c9dab7e18a6e78de700d21bc0cfaf5c78484226db9c 1.47kB / 1.47kB done
16:18:30 [2023-09-08T16:18:30.856Z] #20 sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 2.29kB / 2.29kB done
16:18:30 [2023-09-08T16:18:30.856Z] #20 sha256:8a0af25e8c2e5dc07c14df3b857877f58bf10c944685cb717b81c5a90974a5ee 1.92MB / 1.92MB 3.1s done
16:18:30 [2023-09-08T16:18:30.856Z] #20 extracting sha256:8a0af25e8c2e5dc07c14df3b857877f58bf10c944685cb717b81c5a90974a5ee 0.3s done
16:18:30 [2023-09-08T16:18:30.856Z] #20 DONE 5.2s
16:18:30 [2023-09-08T16:18:30.856Z] 
16:18:30 [2023-09-08T16:18:30.856Z] #21 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647
16:18:30 [2023-09-08T16:18:30.856Z] #21 resolve docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647 0.3s done
16:18:30 [2023-09-08T16:18:30.856Z] #21 sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647 8.43kB / 8.43kB done
16:18:30 [2023-09-08T16:18:30.856Z] #21 sha256:72063b8434af3e33c5e482f4432eaa293a62d010f907a8e61de4aca2b897f168 482B / 482B done
16:18:30 [2023-09-08T16:18:30.856Z] #21 sha256:a6921127aa893540af6281ca86f9acb7d5de67c0e34f407ff27705836995d407 1.14kB / 1.14kB done
16:18:30 [2023-09-08T16:18:30.856Z] #21 sha256:83dd0f3a655166fb7a4047920553ab005e8ddd63e1444c9bcf8c215b26da129f 15.77MB / 15.77MB 3.9s done
16:18:30 [2023-09-08T16:18:30.856Z] #21 extracting sha256:83dd0f3a655166fb7a4047920553ab005e8ddd63e1444c9bcf8c215b26da129f 0.3s done
16:18:30 [2023-09-08T16:18:30.856Z] #21 DONE 5.2s
16:18:30 [2023-09-08T16:18:30.856Z] 
16:18:30 [2023-09-08T16:18:30.856Z] #16 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
16:18:30 [2023-09-08T16:18:30.856Z] #16 extracting sha256:e837d9f05c625de5b814b851adbc03559ba02ea7078f57c81a01e18fc65bf42b 3.6s done
16:18:31 [2023-09-08T16:18:31.112Z] #16 extracting sha256:9abd0588cbb35597a784666f0dc97746829b8b4b730b73e8781fb90678ffef22
16:18:31 [2023-09-08T16:18:31.368Z] #16 ...
16:18:31 [2023-09-08T16:18:31.368Z] 
16:18:31 [2023-09-08T16:18:31.368Z] #14 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.2@sha256:5d9a57b8024989a7f460cc4c44552fc8e0a183598962a916aafa276861cdae77
16:18:31 [2023-09-08T16:18:31.368Z] #14 sha256:547446be3368f442c50ff95e2a2a9c85110b6b41bbb3c75b7e5ebb115f478b57 2.71MB / 2.71MB 4.0s done
16:18:31 [2023-09-08T16:18:31.368Z] #14 extracting sha256:547446be3368f442c50ff95e2a2a9c85110b6b41bbb3c75b7e5ebb115f478b57 0.1s done
16:18:31 [2023-09-08T16:18:31.368Z] #14 sha256:74b206d31b33476c6c62eaef4d08665f1c7e3faaf84ecc4ae2c2b41fa2006dd5 284.78kB / 284.78kB 4.6s done
16:18:31 [2023-09-08T16:18:31.368Z] #14 sha256:e99d6ac351b75848bab20b56bcc49a85e48099ead9de78c0483c25a3403404dd 767B / 767B 4.5s
16:18:31 [2023-09-08T16:18:31.368Z] #14 sha256:6c49486ccb38a739841b2f3b45e4e5f425dbaf1ca00b4f904822e107d2d3c0d9 5.38MB / 5.38MB 4.8s done
16:18:31 [2023-09-08T16:18:31.368Z] #14 extracting sha256:74b206d31b33476c6c62eaef4d08665f1c7e3faaf84ecc4ae2c2b41fa2006dd5 0.0s done
16:18:31 [2023-09-08T16:18:31.368Z] #14 extracting sha256:e99d6ac351b75848bab20b56bcc49a85e48099ead9de78c0483c25a3403404dd done
16:18:31 [2023-09-08T16:18:31.368Z] #14 extracting sha256:6c49486ccb38a739841b2f3b45e4e5f425dbaf1ca00b4f904822e107d2d3c0d9 0.1s done
16:18:31 [2023-09-08T16:18:31.368Z] #14 ...
16:18:31 [2023-09-08T16:18:31.368Z] 
16:18:31 [2023-09-08T16:18:31.368Z] #16 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
16:18:31 [2023-09-08T16:18:31.368Z] #16 extracting sha256:9abd0588cbb35597a784666f0dc97746829b8b4b730b73e8781fb90678ffef22 0.4s done
16:18:31 [2023-09-08T16:18:31.625Z] #16 extracting sha256:85a8864a846a08e10fbf877e73678d1f0803227b00a1b16d9ba948070c6e58f6
16:18:33 [2023-09-08T16:18:33.519Z] #16 extracting sha256:85a8864a846a08e10fbf877e73678d1f0803227b00a1b16d9ba948070c6e58f6 1.8s done
16:18:33 [2023-09-08T16:18:33.776Z] #16 ...
16:18:33 [2023-09-08T16:18:33.776Z] 
16:18:33 [2023-09-08T16:18:33.776Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:f33900927c0a8bcf3f0e2281fd0237f4780cc6bc59729bb3a10e75b0703c5ca7
16:18:33 [2023-09-08T16:18:33.776Z] #13 resolve docker.io/library/debian:bullseye@sha256:f33900927c0a8bcf3f0e2281fd0237f4780cc6bc59729bb3a10e75b0703c5ca7 0.4s done
16:18:33 [2023-09-08T16:18:33.776Z] #13 sha256:2b5ad0e226fa1722d88f0327ef4ef822f41dd8d1a64c13e2fb0dc42c8b7ea394 1.48kB / 1.48kB done
16:18:33 [2023-09-08T16:18:33.776Z] #13 sha256:f33900927c0a8bcf3f0e2281fd0237f4780cc6bc59729bb3a10e75b0703c5ca7 1.85kB / 1.85kB done
16:18:33 [2023-09-08T16:18:33.776Z] #13 sha256:1620118ab54e20a6546c85e9854d8315d96380f75c060e66a25c3c882881accb 529B / 529B done
16:18:33 [2023-09-08T16:18:33.776Z] #13 sha256:61c16b7975697b00760ff9536c09eed29b6a76923d4d98be38e9cdc749506417 53.70MB / 53.70MB 5.3s done
16:18:33 [2023-09-08T16:18:33.776Z] #13 extracting sha256:61c16b7975697b00760ff9536c09eed29b6a76923d4d98be38e9cdc749506417 1.7s done
16:18:33 [2023-09-08T16:18:33.776Z] #13 DONE 8.1s
16:18:33 [2023-09-08T16:18:33.776Z] 
16:18:33 [2023-09-08T16:18:33.776Z] #16 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
16:18:33 [2023-09-08T16:18:33.776Z] #16 extracting sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 0.1s
16:18:35 [2023-09-08T16:18:35.142Z] #16 extracting sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 1.5s done
16:18:35 [2023-09-08T16:18:35.399Z] #16 extracting sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9
16:18:38 [2023-09-08T16:18:38.668Z] #16 extracting sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 2.9s done
16:18:38 [2023-09-08T16:18:38.668Z] #16 extracting sha256:e39520c676da7d710492019f341848138c28ca672056c94b3f03efc92d62f02a done
16:18:40 [2023-09-08T16:18:40.033Z] #16 DONE 14.2s
16:18:40 [2023-09-08T16:18:40.033Z] 
16:18:40 [2023-09-08T16:18:40.033Z] #22 [base 2/5] COPY --from=xx / /
16:18:40 [2023-09-08T16:18:40.596Z] #22 DONE 0.7s
16:18:40 [2023-09-08T16:18:40.596Z] 
16:18:40 [2023-09-08T16:18:40.596Z] #23 [build-dummy 2/2] RUN mkdir -p /build
16:18:40 [2023-09-08T16:18:40.596Z] #23 DONE 9.7s
16:18:40 [2023-09-08T16:18:40.596Z] 
16:18:40 [2023-09-08T16:18:40.596Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
16:18:40 [2023-09-08T16:18:40.596Z] #24 DONE 9.3s
16:18:40 [2023-09-08T16:18:40.596Z] 
16:18:40 [2023-09-08T16:18:40.596Z] #25 [binary-dummy 1/1] COPY --from=build-dummy /build /build
16:18:40 [2023-09-08T16:18:40.596Z] #25 DONE 0.0s
16:18:40 [2023-09-08T16:18:40.596Z] 
16:18:40 [2023-09-08T16:18:40.596Z] #26 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:18:41 [2023-09-08T16:18:41.164Z] #26 DONE 0.5s
16:18:41 [2023-09-08T16:18:41.164Z] 
16:18:41 [2023-09-08T16:18:41.164Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:18:41 [2023-09-08T16:18:41.164Z] #27 0.632 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 0.649 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 0.649 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 0.765 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 0.901 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [242 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 0.983 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 1.793 Fetched 8535 kB in 1s (6024 kB/s)
16:18:41 [2023-09-08T16:18:41.164Z] #27 1.793 Reading package lists...
16:18:41 [2023-09-08T16:18:41.164Z] #27 2.322 Reading package lists...
16:18:41 [2023-09-08T16:18:41.164Z] #27 2.836 Building dependency tree...
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.152 The following additional packages will be installed:
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.152   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.153   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.154 Recommended packages:
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.154   libldap-common publicsuffix libsasl2-modules
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.260 The following NEW packages will be installed:
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.260   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.261   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.261   libssh2-1 openssl
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.532 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.532 Need to get 2945 kB of archives.
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.532 After this operation, 6484 kB of additional disk space will be used.
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.532 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u5 [832 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.580 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.589 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.595 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.623 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.627 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.644 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.644 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.650 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.653 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.662 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.673 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.691 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.697 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 3.714 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.053 debconf: delaying package configuration, since apt-utils is not installed
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.094 Fetched 2945 kB in 0s (6534 kB/s)
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.293 Selecting previously unselected package openssl.
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.293 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6656 files and directories currently installed.)
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.297 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u5_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.342 Unpacking openssl (1.1.1n-0+deb11u5) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.576 Selecting previously unselected package ca-certificates.
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.577 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.597 Unpacking ca-certificates (20210119) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.929 Selecting previously unselected package libbrotli1:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 4.930 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 5.038 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 5.288 Selecting previously unselected package libsasl2-modules-db:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 5.289 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 5.315 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 5.637 Selecting previously unselected package libsasl2-2:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 5.638 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 5.676 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 5.914 Selecting previously unselected package libldap-2.4-2:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 5.915 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 5.944 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.173 Selecting previously unselected package libnghttp2-14:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.175 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.202 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.379 Selecting previously unselected package libpsl5:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.380 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.389 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.519 Selecting previously unselected package librtmp1:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.521 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.529 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.602 Selecting previously unselected package libssh2-1:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.603 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.612 Unpacking libssh2-1:arm64 (1.9.0-2) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.700 Selecting previously unselected package libcurl4:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.701 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.711 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.775 Selecting previously unselected package curl.
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.776 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.780 Unpacking curl (7.74.0-1.3+deb11u7) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.828 Selecting previously unselected package libonig5:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.829 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.832 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.890 Selecting previously unselected package libjq1:arm64.
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.891 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.898 Unpacking libjq1:arm64 (1.6-2.1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.934 Selecting previously unselected package jq.
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.935 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.940 Unpacking jq (1.6-2.1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.976 Setting up libpsl5:arm64 (0.21.0-1.2) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.986 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 6.997 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 7.007 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 7.019 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 7.031 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 7.040 Setting up libssh2-1:arm64 (1.9.0-2) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 7.051 Setting up openssl (1.1.1n-0+deb11u5) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 7.069 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 7.081 Setting up libjq1:arm64 (1.6-2.1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 7.092 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
16:18:41 [2023-09-08T16:18:41.164Z] #27 7.102 Setting up ca-certificates (20210119) ...
16:18:41 [2023-09-08T16:18:41.421Z] #27 7.565 Updating certificates in /etc/ssl/certs...
16:18:41 [2023-09-08T16:18:41.983Z] #27 ...
16:18:41 [2023-09-08T16:18:41.983Z] 
16:18:41 [2023-09-08T16:18:41.983Z] #28 [base 4/5] RUN test -n "$APT_MIRROR" && sed -ri "s#(httpredir|deb|security).debian.org#${APT_MIRROR}#g" /etc/apt/sources.list || true
16:18:41 [2023-09-08T16:18:41.983Z] #28 DONE 0.5s
16:18:41 [2023-09-08T16:18:41.983Z] 
16:18:41 [2023-09-08T16:18:41.983Z] #29 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
16:18:42 [2023-09-08T16:18:42.239Z] #29 0.631 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:18:42 [2023-09-08T16:18:42.239Z] #29 0.642 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:18:42 [2023-09-08T16:18:42.239Z] #29 0.642 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:18:42 [2023-09-08T16:18:42.495Z] #29 0.765 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:18:42 [2023-09-08T16:18:42.495Z] #29 ...
16:18:42 [2023-09-08T16:18:42.495Z] 
16:18:42 [2023-09-08T16:18:42.495Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:18:42 [2023-09-08T16:18:42.495Z] #27 8.163 129 added, 0 removed; done.
16:18:42 [2023-09-08T16:18:42.495Z] #27 8.282 Setting up jq (1.6-2.1) ...
16:18:42 [2023-09-08T16:18:42.495Z] #27 8.293 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
16:18:42 [2023-09-08T16:18:42.495Z] #27 8.306 Setting up curl (7.74.0-1.3+deb11u7) ...
16:18:42 [2023-09-08T16:18:42.495Z] #27 8.319 Processing triggers for libc-bin (2.31-13+deb11u6) ...
16:18:42 [2023-09-08T16:18:42.495Z] #27 8.338 Processing triggers for ca-certificates (20210119) ...
16:18:42 [2023-09-08T16:18:42.495Z] #27 8.346 Updating certificates in /etc/ssl/certs...
16:18:42 [2023-09-08T16:18:42.495Z] #27 8.788 0 added, 0 removed; done.
16:18:42 [2023-09-08T16:18:42.495Z] #27 8.788 Running hooks in /etc/ca-certificates/update.d...
16:18:42 [2023-09-08T16:18:42.495Z] #27 8.789 done.
16:18:42 [2023-09-08T16:18:42.495Z] #27 DONE 8.9s
16:18:42 [2023-09-08T16:18:42.495Z] 
16:18:42 [2023-09-08T16:18:42.495Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:18:42 [2023-09-08T16:18:42.495Z] #30 DONE 0.0s
16:18:42 [2023-09-08T16:18:42.495Z] 
16:18:42 [2023-09-08T16:18:42.495Z] #29 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
16:18:42 [2023-09-08T16:18:42.495Z] #29 0.880 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [242 kB]
16:18:42 [2023-09-08T16:18:42.752Z] #29 1.009 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
16:18:43 [2023-09-08T16:18:43.679Z] #29 1.714 Fetched 8535 kB in 1s (6371 kB/s)
16:18:43 [2023-09-08T16:18:43.935Z] #29 1.714 Reading package lists...
16:18:44 [2023-09-08T16:18:44.498Z] #29 2.224 Reading package lists...
16:18:44 [2023-09-08T16:18:44.498Z] #29 2.723 Building dependency tree...
16:18:44 [2023-09-08T16:18:44.754Z] #29 2.853 Reading state information...
16:18:44 [2023-09-08T16:18:44.754Z] #29 3.023 The following additional packages will be installed:
16:18:44 [2023-09-08T16:18:44.754Z] #29 3.024   libmagic-mgc libmagic1
16:18:44 [2023-09-08T16:18:44.754Z] #29 3.043 The following NEW packages will be installed:
16:18:44 [2023-09-08T16:18:44.754Z] #29 3.044   file libmagic-mgc libmagic1
16:18:45 [2023-09-08T16:18:45.010Z] #29 3.315 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
16:18:45 [2023-09-08T16:18:45.010Z] #29 3.315 Need to get 465 kB of archives.
16:18:45 [2023-09-08T16:18:45.010Z] #29 3.315 After this operation, 7075 kB of additional disk space will be used.
16:18:45 [2023-09-08T16:18:45.010Z] #29 3.315 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 libmagic-mgc arm64 1:5.39-3+deb11u1 [273 kB]
16:18:45 [2023-09-08T16:18:45.010Z] #29 3.319 Get:2 http://deb.debian.org/debian-security bullseye-security/main arm64 libmagic1 arm64 1:5.39-3+deb11u1 [123 kB]
16:18:45 [2023-09-08T16:18:45.010Z] #29 3.321 Get:3 http://deb.debian.org/debian-security bullseye-security/main arm64 file arm64 1:5.39-3+deb11u1 [69.2 kB]
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.441 debconf: delaying package configuration, since apt-utils is not installed
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.472 Fetched 465 kB in 0s (1718 kB/s)
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.493 Selecting previously unselected package libmagic-mgc.
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.493 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.502 Preparing to unpack .../libmagic-mgc_1%3a5.39-3+deb11u1_arm64.deb ...
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.507 Unpacking libmagic-mgc (1:5.39-3+deb11u1) ...
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.578 Selecting previously unselected package libmagic1:arm64.
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.580 Preparing to unpack .../libmagic1_1%3a5.39-3+deb11u1_arm64.deb ...
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.588 Unpacking libmagic1:arm64 (1:5.39-3+deb11u1) ...
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.625 Selecting previously unselected package file.
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.627 Preparing to unpack .../file_1%3a5.39-3+deb11u1_arm64.deb ...
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.631 Unpacking file (1:5.39-3+deb11u1) ...
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.674 Setting up libmagic-mgc (1:5.39-3+deb11u1) ...
16:18:45 [2023-09-08T16:18:45.267Z] #29 3.685 Setting up libmagic1:arm64 (1:5.39-3+deb11u1) ...
16:18:45 [2023-09-08T16:18:45.523Z] #29 3.706 Setting up file (1:5.39-3+deb11u1) ...
16:18:45 [2023-09-08T16:18:45.523Z] #29 3.717 Processing triggers for libc-bin (2.31-13+deb11u6) ...
16:18:45 [2023-09-08T16:18:45.780Z] #29 DONE 4.0s
16:18:45 [2023-09-08T16:18:45.780Z] 
16:18:45 [2023-09-08T16:18:45.780Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:18:46 [2023-09-08T16:18:46.036Z] #31 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #32 [swagger-src 1/3] WORKDIR /usr/src/swagger
16:18:46 [2023-09-08T16:18:46.036Z] #32 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #33 [delve-src 1/3] WORKDIR /usr/src/delve
16:18:46 [2023-09-08T16:18:46.036Z] #33 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #34 [containerd-src 1/3] WORKDIR /usr/src/containerd
16:18:46 [2023-09-08T16:18:46.036Z] #34 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #35 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
16:18:46 [2023-09-08T16:18:46.036Z] #35 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #36 [tini-src 1/3] WORKDIR /usr/src/tini
16:18:46 [2023-09-08T16:18:46.036Z] #36 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #37 [registry-src 1/2] WORKDIR /usr/src/registry
16:18:46 [2023-09-08T16:18:46.036Z] #37 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #38 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
16:18:46 [2023-09-08T16:18:46.036Z] #38 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #39 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
16:18:46 [2023-09-08T16:18:46.036Z] #39 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #40 [runc-src 1/3] WORKDIR /usr/src/runc
16:18:46 [2023-09-08T16:18:46.036Z] #40 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #41 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
16:18:46 [2023-09-08T16:18:46.036Z] #41 DONE 0.3s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #42 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
16:18:46 [2023-09-08T16:18:46.036Z] #42 DONE 0.4s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #43 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:18:46 [2023-09-08T16:18:46.036Z] #43 DONE 0.4s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #44 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
16:18:46 [2023-09-08T16:18:46.036Z] #44 DONE 0.4s
16:18:46 [2023-09-08T16:18:46.036Z] 
16:18:46 [2023-09-08T16:18:46.036Z] #45 [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
16:18:46 [2023-09-08T16:18:46.293Z] #45 ...
16:18:46 [2023-09-08T16:18:46.293Z] 
16:18:46 [2023-09-08T16:18:46.293Z] #46 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.374 hint: Using 'master' as the name for the initial branch. This default branch name
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.374 hint: is subject to change. To configure the initial branch name to use in all
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.374 hint: of your new repositories, which will suppress this warning, call:
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.374 hint: 
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.374 hint: 	git config --global init.defaultBranch <name>
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.374 hint: 
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.374 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.374 hint: 'development'. The just-created branch can be renamed via this command:
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.374 hint: 
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.374 hint: 	git branch -m <name>
16:18:46 [2023-09-08T16:18:46.293Z] #46 0.376 Initialized empty Git repository in /usr/src/delve/.git/
16:18:46 [2023-09-08T16:18:46.293Z] #46 DONE 0.4s
16:18:46 [2023-09-08T16:18:46.549Z] 
16:18:46 [2023-09-08T16:18:46.549Z] #47 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:18:46 [2023-09-08T16:18:46.549Z] #47 ...
16:18:46 [2023-09-08T16:18:46.549Z] 
16:18:46 [2023-09-08T16:18:46.549Z] #48 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.497 hint: Using 'master' as the name for the initial branch. This default branch name
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.497 hint: is subject to change. To configure the initial branch name to use in all
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.497 hint: of your new repositories, which will suppress this warning, call:
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.497 hint: 
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.497 hint: 	git config --global init.defaultBranch <name>
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.497 hint: 
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.497 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.497 hint: 'development'. The just-created branch can be renamed via this command:
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.497 hint: 
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.497 hint: 	git branch -m <name>
16:18:46 [2023-09-08T16:18:46.549Z] #48 0.499 Initialized empty Git repository in /usr/src/swagger/.git/
16:18:46 [2023-09-08T16:18:46.549Z] #48 DONE 0.6s
16:18:46 [2023-09-08T16:18:46.805Z] 
16:18:46 [2023-09-08T16:18:46.806Z] #49 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
16:18:47 [2023-09-08T16:18:47.369Z] #49 ...
16:18:47 [2023-09-08T16:18:47.369Z] 
16:18:47 [2023-09-08T16:18:47.369Z] #50 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.323 hint: Using 'master' as the name for the initial branch. This default branch name
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.323 hint: is subject to change. To configure the initial branch name to use in all
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.323 hint: of your new repositories, which will suppress this warning, call:
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.323 hint: 
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.323 hint: 	git config --global init.defaultBranch <name>
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.323 hint: 
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.323 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.323 hint: 'development'. The just-created branch can be renamed via this command:
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.323 hint: 
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.323 hint: 	git branch -m <name>
16:18:47 [2023-09-08T16:18:47.369Z] #50 1.325 Initialized empty Git repository in /usr/src/containerd/.git/
16:18:47 [2023-09-08T16:18:47.369Z] #50 DONE 1.4s
16:18:47 [2023-09-08T16:18:47.369Z] 
16:18:47 [2023-09-08T16:18:47.369Z] #51 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.3" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:18:48 [2023-09-08T16:18:48.748Z] #51 ...
16:18:48 [2023-09-08T16:18:48.748Z] 
16:18:48 [2023-09-08T16:18:48.748Z] #52 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.471 hint: Using 'master' as the name for the initial branch. This default branch name
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.471 hint: is subject to change. To configure the initial branch name to use in all
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.471 hint: of your new repositories, which will suppress this warning, call:
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.471 hint: 
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.471 hint: 	git config --global init.defaultBranch <name>
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.471 hint: 
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.471 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.471 hint: 'development'. The just-created branch can be renamed via this command:
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.471 hint: 
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.472 hint: 	git branch -m <name>
16:18:48 [2023-09-08T16:18:48.748Z] #52 1.501 Initialized empty Git repository in /usr/src/tini/.git/
16:18:48 [2023-09-08T16:18:48.748Z] #52 DONE 2.6s
16:18:48 [2023-09-08T16:18:48.748Z] 
16:18:48 [2023-09-08T16:18:48.748Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2"      && /build/golangci-lint --version
16:18:48 [2023-09-08T16:18:48.748Z] #53 1.167 go: downloading github.com/golangci/golangci-lint v1.54.2
16:18:48 [2023-09-08T16:18:48.748Z] #53 1.924 go: downloading github.com/gofrs/flock v0.8.1
16:18:48 [2023-09-08T16:18:48.748Z] #53 1.924 go: downloading github.com/spf13/cobra v1.7.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 1.924 go: downloading github.com/spf13/pflag v1.0.5
16:18:48 [2023-09-08T16:18:48.748Z] #53 1.924 go: downloading github.com/spf13/viper v1.12.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 1.924 go: downloading gopkg.in/yaml.v3 v3.0.1
16:18:48 [2023-09-08T16:18:48.748Z] #53 1.937 go: downloading github.com/fatih/color v1.15.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 1.962 go: downloading golang.org/x/tools v0.12.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.003 go: downloading github.com/hashicorp/go-version v1.6.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.041 go: downloading github.com/ldez/gomoddirectives v0.2.3
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.067 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.068 go: downloading github.com/mitchellh/mapstructure v1.5.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.153 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.161 go: downloading github.com/hashicorp/go-multierror v1.1.1
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.162 go: downloading github.com/mattn/go-colorable v0.1.13
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.203 go: downloading github.com/sirupsen/logrus v1.9.3
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.208 go: downloading github.com/stretchr/testify v1.8.4
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.258 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.391 go: downloading github.com/mattn/go-isatty v0.0.17
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.395 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.404 go: downloading 4d63.com/gochecknoglobals v0.2.1
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.472 go: downloading github.com/4meepo/tagalign v1.3.2
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.512 go: downloading github.com/Abirdcfly/dupword v0.0.12
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.589 go: downloading github.com/Antonboom/errname v0.1.12
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.590 go: downloading github.com/Antonboom/nilnil v0.1.7
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.610 go: downloading github.com/BurntSushi/toml v1.3.2
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.610 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.670 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.771 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.864 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.870 go: downloading github.com/alexkohler/prealloc v1.0.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.900 go: downloading github.com/alingse/asasalint v0.0.11
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.902 go: downloading github.com/ashanbrown/forbidigo v1.6.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.937 go: downloading github.com/ashanbrown/makezero v1.1.1
16:18:48 [2023-09-08T16:18:48.748Z] #53 2.941 go: downloading github.com/bkielbasa/cyclop v1.2.1
16:18:48 [2023-09-08T16:18:48.748Z] #53 3.009 go: downloading github.com/blizzy78/varnamelen v0.8.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 3.040 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
16:18:48 [2023-09-08T16:18:48.748Z] #53 3.041 go: downloading github.com/breml/bidichk v0.2.4
16:18:48 [2023-09-08T16:18:48.748Z] #53 3.051 go: downloading github.com/breml/errchkjson v0.3.1
16:18:48 [2023-09-08T16:18:48.748Z] #53 3.084 go: downloading github.com/butuzov/ireturn v0.2.0
16:18:49 [2023-09-08T16:18:49.006Z] #53 3.144 go: downloading github.com/butuzov/mirror v1.1.0
16:18:49 [2023-09-08T16:18:49.006Z] #53 3.144 go: downloading github.com/charithe/durationcheck v0.0.10
16:18:49 [2023-09-08T16:18:49.006Z] #53 3.148 go: downloading github.com/curioswitch/go-reassign v0.2.0
16:18:49 [2023-09-08T16:18:49.006Z] #53 3.148 go: downloading github.com/daixiang0/gci v0.11.0
16:18:49 [2023-09-08T16:18:49.006Z] #53 3.297 go: downloading github.com/denis-tingaikin/go-header v0.4.3
16:18:49 [2023-09-08T16:18:49.006Z] #53 3.299 go: downloading github.com/esimonov/ifshort v1.0.4
16:18:49 [2023-09-08T16:18:49.006Z] #53 3.299 go: downloading github.com/fzipp/gocyclo v0.6.0
16:18:49 [2023-09-08T16:18:49.006Z] #53 3.299 go: downloading github.com/firefart/nonamedreturns v1.0.4
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.372 go: downloading github.com/go-critic/go-critic v0.9.0
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.403 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.444 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.452 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.452 go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.541 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.541 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.593 go: downloading github.com/golangci/misspell v0.4.1
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.643 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.643 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.682 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.689 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.705 go: downloading github.com/hexops/gotextdiff v1.0.3
16:18:49 [2023-09-08T16:18:49.263Z] #53 3.751 go: downloading github.com/jgautheron/goconst v1.5.1
16:18:49 [2023-09-08T16:18:49.550Z] #53 ...
16:18:49 [2023-09-08T16:18:49.550Z] 
16:18:49 [2023-09-08T16:18:49.550Z] #54 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.776 hint: Using 'master' as the name for the initial branch. This default branch name
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.776 hint: is subject to change. To configure the initial branch name to use in all
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.776 hint: of your new repositories, which will suppress this warning, call:
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.776 hint: 
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.776 hint: 	git config --global init.defaultBranch <name>
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.776 hint: 
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.776 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.776 hint: 'development'. The just-created branch can be renamed via this command:
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.776 hint: 
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.776 hint: 	git branch -m <name>
16:18:49 [2023-09-08T16:18:49.550Z] #54 1.835 Initialized empty Git repository in /usr/src/registry/.git/
16:18:49 [2023-09-08T16:18:49.550Z] #54 DONE 3.4s
16:18:49 [2023-09-08T16:18:49.550Z] 
16:18:49 [2023-09-08T16:18:49.550Z] #55 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.018 hint: Using 'master' as the name for the initial branch. This default branch name
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.018 hint: is subject to change. To configure the initial branch name to use in all
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.019 hint: of your new repositories, which will suppress this warning, call:
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.019 hint: 
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.019 hint: 	git config --global init.defaultBranch <name>
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.019 hint: 
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.019 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.019 hint: 'development'. The just-created branch can be renamed via this command:
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.019 hint: 
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.019 hint: 	git branch -m <name>
16:18:49 [2023-09-08T16:18:49.550Z] #55 2.089 Initialized empty Git repository in /usr/src/rootlesskit/.git/
16:18:49 [2023-09-08T16:18:49.550Z] #55 DONE 3.4s
16:18:49 [2023-09-08T16:18:49.550Z] 
16:18:49 [2023-09-08T16:18:49.550Z] #56 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.648 hint: Using 'master' as the name for the initial branch. This default branch name
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.648 hint: is subject to change. To configure the initial branch name to use in all
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.648 hint: of your new repositories, which will suppress this warning, call:
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.648 hint: 
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.648 hint: 	git config --global init.defaultBranch <name>
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.648 hint: 
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.648 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.648 hint: 'development'. The just-created branch can be renamed via this command:
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.648 hint: 
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.648 hint: 	git branch -m <name>
16:18:49 [2023-09-08T16:18:49.550Z] #56 1.666 Initialized empty Git repository in /usr/src/runc/.git/
16:18:49 [2023-09-08T16:18:49.550Z] #56 DONE 3.5s
16:18:49 [2023-09-08T16:18:49.550Z] 
16:18:49 [2023-09-08T16:18:49.550Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2"      && /build/golangci-lint --version
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.756 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.812 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.839 go: downloading github.com/julz/importas v0.1.0
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.839 go: downloading github.com/kisielk/errcheck v1.6.3
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.839 go: downloading github.com/kkHAIKE/contextcheck v1.1.4
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.839 go: downloading github.com/kulti/thelper v0.6.3
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.839 go: downloading github.com/kunwardeep/paralleltest v1.0.8
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.856 go: downloading github.com/kyoh86/exportloopref v0.1.11
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.874 go: downloading github.com/ldez/tagliatelle v0.5.0
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.876 go: downloading github.com/leonklingele/grouper v1.1.1
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.911 go: downloading github.com/lufeee/execinquery v1.2.1
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.914 go: downloading github.com/maratori/testableexamples v1.0.0
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.929 go: downloading github.com/maratori/testpackage v1.1.1
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.942 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.952 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
16:18:49 [2023-09-08T16:18:49.550Z] #53 3.953 go: downloading github.com/mgechev/revive v1.3.2
16:18:49 [2023-09-08T16:18:49.815Z] #53 3.990 go: downloading github.com/moricho/tparallel v0.3.1
16:18:49 [2023-09-08T16:18:49.815Z] #53 4.012 go: downloading github.com/nakabonne/nestif v0.3.1
16:18:49 [2023-09-08T16:18:49.815Z] #53 4.020 go: downloading github.com/nishanths/exhaustive v0.11.0
16:18:49 [2023-09-08T16:18:49.815Z] #53 4.032 go: downloading github.com/nishanths/predeclared v0.2.2
16:18:49 [2023-09-08T16:18:49.815Z] #53 4.032 go: downloading github.com/nunnatsa/ginkgolinter v0.13.5
16:18:49 [2023-09-08T16:18:49.815Z] #53 4.075 go: downloading github.com/polyfloyd/go-errorlint v1.4.4
16:18:49 [2023-09-08T16:18:49.815Z] #53 4.155 go: downloading github.com/ryancurrah/gomodguard v1.3.0
16:18:49 [2023-09-08T16:18:49.815Z] #53 4.228 go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0
16:18:49 [2023-09-08T16:18:49.815Z] #53 4.254 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.288 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.316 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.320 go: downloading github.com/securego/gosec/v2 v2.17.0
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.368 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.392 go: downloading github.com/sivchari/containedctx v1.0.3
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.430 go: downloading github.com/sivchari/nosnakecase v1.7.0
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.464 go: downloading github.com/sivchari/tenv v1.7.1
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.464 go: downloading github.com/sonatard/noctx v0.0.2
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.464 go: downloading github.com/sourcegraph/go-diff v0.7.0
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.468 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
16:18:50 [2023-09-08T16:18:50.072Z] #53 4.473 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.473 go: downloading github.com/tdakkota/asciicheck v0.2.0
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.479 go: downloading github.com/tetafro/godot v1.4.14
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.483 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.545 go: downloading github.com/timonwong/loggercheck v0.9.4
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.549 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.580 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.583 go: downloading github.com/ultraware/funlen v0.1.0
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.587 go: downloading github.com/ultraware/whitespace v0.0.5
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.646 go: downloading github.com/uudashr/gocognit v1.0.7
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.656 go: downloading github.com/xen0n/gosmopolitan v1.2.1
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.679 go: downloading github.com/yagipy/maintidx v1.0.0
16:18:50 [2023-09-08T16:18:50.330Z] #53 4.679 go: downloading github.com/yeya24/promlinter v0.2.0
16:18:50 [2023-09-08T16:18:50.591Z] #53 4.741 go: downloading github.com/ykadowak/zerologlint v0.1.3
16:18:50 [2023-09-08T16:18:50.591Z] #53 4.800 go: downloading gitlab.com/bosi/decorder v0.4.0
16:18:50 [2023-09-08T16:18:50.591Z] #53 4.848 go: downloading go.tmz.dev/musttag v0.7.2
16:18:50 [2023-09-08T16:18:50.591Z] #53 4.883 go: downloading honnef.co/go/tools v0.4.5
16:18:50 [2023-09-08T16:18:50.848Z] #53 5.098 go: downloading mvdan.cc/gofumpt v0.5.0
16:18:50 [2023-09-08T16:18:50.848Z] #53 5.240 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:18:51 [2023-09-08T16:18:51.111Z] #53 5.240 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
16:18:51 [2023-09-08T16:18:51.111Z] #53 5.451 go: downloading github.com/spf13/afero v1.8.2
16:18:51 [2023-09-08T16:18:51.111Z] #53 5.460 go: downloading github.com/spf13/cast v1.5.0
16:18:51 [2023-09-08T16:18:51.369Z] #53 5.618 go: downloading github.com/spf13/jwalterweatherman v1.1.0
16:18:51 [2023-09-08T16:18:51.369Z] #53 5.661 go: downloading golang.org/x/mod v0.12.0
16:18:51 [2023-09-08T16:18:51.369Z] #53 5.714 go: downloading github.com/hashicorp/errwrap v1.0.0
16:18:51 [2023-09-08T16:18:51.369Z] #53 5.753 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
16:18:51 [2023-09-08T16:18:51.369Z] #53 5.760 go: downloading golang.org/x/sys v0.11.0
16:18:51 [2023-09-08T16:18:51.626Z] #53 ...
16:18:51 [2023-09-08T16:18:51.626Z] 
16:18:51 [2023-09-08T16:18:51.626Z] #57 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:18:51 [2023-09-08T16:18:51.626Z] #57 DONE 2.9s
16:18:51 [2023-09-08T16:18:51.626Z] 
16:18:51 [2023-09-08T16:18:51.626Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2"      && /build/golangci-lint --version
16:18:51 [2023-09-08T16:18:51.626Z] #53 5.857 go: downloading github.com/davecgh/go-spew v1.1.1
16:18:51 [2023-09-08T16:18:51.626Z] #53 5.909 go: downloading github.com/pmezard/go-difflib v1.0.0
16:18:51 [2023-09-08T16:18:51.626Z] #53 ...
16:18:51 [2023-09-08T16:18:51.626Z] 
16:18:51 [2023-09-08T16:18:51.626Z] #58 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
16:18:51 [2023-09-08T16:18:51.626Z] #58 1.383 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:18:51 [2023-09-08T16:18:51.626Z] #58 1.383 + mkdir /build
16:18:51 [2023-09-08T16:18:51.626Z] #58 DONE 2.0s
16:18:51 [2023-09-08T16:18:51.626Z] 
16:18:51 [2023-09-08T16:18:51.626Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2"      && /build/golangci-lint --version
16:18:51 [2023-09-08T16:18:51.626Z] #53 5.964 go: downloading github.com/stretchr/objx v0.5.0
16:18:51 [2023-09-08T16:18:51.883Z] #53 6.112 go: downloading github.com/fatih/structtag v1.2.0
16:18:51 [2023-09-08T16:18:51.883Z] #53 6.276 go: downloading github.com/gobwas/glob v0.2.3
16:18:51 [2023-09-08T16:18:51.883Z] #53 6.276 go: downloading github.com/google/go-cmp v0.5.9
16:18:51 [2023-09-08T16:18:51.883Z] #53 6.276 go: downloading gopkg.in/yaml.v2 v2.4.0
16:18:51 [2023-09-08T16:18:51.883Z] #53 6.276 go: downloading golang.org/x/sync v0.3.0
16:18:51 [2023-09-08T16:18:51.883Z] #53 6.280 go: downloading go.uber.org/zap v1.24.0
16:18:52 [2023-09-08T16:18:52.140Z] #53 6.377 go: downloading github.com/kisielk/gotool v1.0.0
16:18:52 [2023-09-08T16:18:52.140Z] #53 6.385 go: downloading golang.org/x/text v0.12.0
16:18:52 [2023-09-08T16:18:52.140Z] #53 6.488 go: downloading github.com/go-toolsmith/astcast v1.1.0
16:18:52 [2023-09-08T16:18:52.140Z] #53 6.489 go: downloading github.com/go-toolsmith/astcopy v1.1.0
16:18:52 [2023-09-08T16:18:52.141Z] #53 6.507 go: downloading github.com/go-toolsmith/astequal v1.1.0
16:18:52 [2023-09-08T16:18:52.141Z] #53 6.565 go: downloading github.com/go-toolsmith/astfmt v1.1.0
16:18:52 [2023-09-08T16:18:52.141Z] #53 6.573 go: downloading github.com/go-toolsmith/astp v1.1.0
16:18:52 [2023-09-08T16:18:52.141Z] #53 6.574 go: downloading github.com/go-toolsmith/strparse v1.1.0
16:18:52 [2023-09-08T16:18:52.141Z] #53 6.588 go: downloading github.com/go-toolsmith/typep v1.1.0
16:18:52 [2023-09-08T16:18:52.399Z] #53 6.763 go: downloading github.com/quasilyte/go-ruleguard v0.4.0
16:18:52 [2023-09-08T16:18:52.399Z] #53 6.868 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
16:18:52 [2023-09-08T16:18:52.657Z] #53 6.981 go: downloading github.com/gostaticanalysis/comment v1.4.2
16:18:52 [2023-09-08T16:18:52.657Z] #53 7.067 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
16:18:52 [2023-09-08T16:18:52.657Z] #53 7.118 go: downloading github.com/ettle/strcase v0.1.1
16:18:52 [2023-09-08T16:18:52.657Z] #53 ...
16:18:52 [2023-09-08T16:18:52.657Z] 
16:18:52 [2023-09-08T16:18:52.657Z] #59 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:18:52 [2023-09-08T16:18:52.657Z] #59 2.186 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:18:52 [2023-09-08T16:18:52.657Z] #59 2.746 #=#=#                                                                         
16:18:52 [2023-09-08T16:18:52.657Z] #59 2.999 #=#=#                                                                         

######################################################################## 100.0%
16:18:52 [2023-09-08T16:18:52.657Z] #59 3.221 
16:18:52 [2023-09-08T16:18:52.657Z] #59 5.294 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:18:52 [2023-09-08T16:18:52.657Z] #59 5.890 #=#=#                                                                         
16:18:52 [2023-09-08T16:18:52.657Z] #59 6.156 #=#=#                                                                         

                                                                           0.2%
######################################################################## 100.0%
16:18:52 [2023-09-08T16:18:52.657Z] #59 6.480 
16:18:52 [2023-09-08T16:18:52.657Z] #59 9.262 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
16:18:52 [2023-09-08T16:18:52.915Z] #59 10.14 #=#=#                                                                         
16:18:52 [2023-09-08T16:18:52.915Z] #59 ...
16:18:52 [2023-09-08T16:18:52.915Z] 
16:18:52 [2023-09-08T16:18:52.915Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2"      && /build/golangci-lint --version
16:18:52 [2023-09-08T16:18:52.915Z] #53 7.233 go: downloading github.com/Masterminds/semver v1.5.0
16:18:52 [2023-09-08T16:18:52.915Z] #53 7.236 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1
16:18:53 [2023-09-08T16:18:53.172Z] #53 7.563 go: downloading github.com/prometheus/client_golang v1.12.1
16:18:53 [2023-09-08T16:18:53.431Z] #53 ...
16:18:53 [2023-09-08T16:18:53.431Z] 
16:18:53 [2023-09-08T16:18:53.431Z] #60 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:18:53 [2023-09-08T16:18:53.431Z] #60 DONE 3.8s
16:18:53 [2023-09-08T16:18:53.431Z] 
16:18:53 [2023-09-08T16:18:53.431Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2"      && /build/golangci-lint --version
16:18:53 [2023-09-08T16:18:53.431Z] #53 7.634 go: downloading github.com/prometheus/client_model v0.2.0
16:18:53 [2023-09-08T16:18:53.431Z] #53 7.642 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:18:53 [2023-09-08T16:18:53.431Z] #53 7.648 go: downloading github.com/subosito/gotenv v1.4.1
16:18:53 [2023-09-08T16:18:53.431Z] #53 7.717 go: downloading github.com/hashicorp/hcl v1.0.0
16:18:53 [2023-09-08T16:18:53.431Z] #53 7.764 go: downloading gopkg.in/ini.v1 v1.67.0
16:18:53 [2023-09-08T16:18:53.431Z] #53 7.765 go: downloading github.com/magiconair/properties v1.8.6
16:18:53 [2023-09-08T16:18:53.431Z] #53 7.895 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
16:18:53 [2023-09-08T16:18:53.689Z] #53 ...
16:18:53 [2023-09-08T16:18:53.689Z] 
16:18:53 [2023-09-08T16:18:53.689Z] #61 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.9" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:18:53 [2023-09-08T16:18:53.689Z] #61 DONE 4.1s
16:18:53 [2023-09-08T16:18:53.689Z] 
16:18:53 [2023-09-08T16:18:53.689Z] #49 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
16:18:53 [2023-09-08T16:18:53.689Z] #49 DONE 7.0s
16:18:53 [2023-09-08T16:18:53.689Z] 
16:18:53 [2023-09-08T16:18:53.689Z] #47 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:18:53 [2023-09-08T16:18:53.689Z] #47 DONE 7.2s
16:18:53 [2023-09-08T16:18:53.689Z] 
16:18:53 [2023-09-08T16:18:53.689Z] #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 v24.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
16:18:53 [2023-09-08T16:18:53.689Z] #62 6.781 Docker version 24.0.2, build cb74dfc
16:18:53 [2023-09-08T16:18:53.689Z] #62 DONE 7.6s
16:18:53 [2023-09-08T16:18:53.689Z] 
16:18:53 [2023-09-08T16:18:53.689Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2"      && /build/golangci-lint --version
16:18:53 [2023-09-08T16:18:53.689Z] #53 7.985 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
16:18:53 [2023-09-08T16:18:53.689Z] #53 8.144 go: downloading go.uber.org/atomic v1.7.0
16:18:53 [2023-09-08T16:18:53.948Z] #53 8.171 go: downloading go.uber.org/multierr v1.6.0
16:18:53 [2023-09-08T16:18:53.948Z] #53 8.212 go: downloading github.com/pelletier/go-toml v1.9.5
16:18:53 [2023-09-08T16:18:53.948Z] #53 8.228 go: downloading github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8
16:18:53 [2023-09-08T16:18:53.948Z] #53 8.256 go: downloading github.com/olekukonko/tablewriter v0.0.5
16:18:54 [2023-09-08T16:18:54.206Z] #53 8.363 go: downloading github.com/quasilyte/gogrep v0.5.0
16:18:54 [2023-09-08T16:18:54.206Z] #53 8.481 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
16:18:54 [2023-09-08T16:18:54.206Z] #53 8.481 go: downloading github.com/golang/protobuf v1.5.2
16:18:54 [2023-09-08T16:18:54.206Z] #53 8.532 go: downloading github.com/prometheus/common v0.32.1
16:18:54 [2023-09-08T16:18:54.206Z] #53 8.568 go: downloading github.com/beorn7/perks v1.0.1
16:18:54 [2023-09-08T16:18:54.463Z] #53 8.624 go: downloading github.com/cespare/xxhash/v2 v2.1.2
16:18:54 [2023-09-08T16:18:54.463Z] #53 8.655 go: downloading github.com/prometheus/procfs v0.7.3
16:18:54 [2023-09-08T16:18:54.463Z] #53 8.740 go: downloading google.golang.org/protobuf v1.28.0
16:18:54 [2023-09-08T16:18:54.463Z] #53 8.768 go: downloading github.com/mattn/go-runewidth v0.0.9
16:18:55 [2023-09-08T16:18:55.402Z] #53 9.677 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:18:55 [2023-09-08T16:18:55.667Z] #53 ...
16:18:55 [2023-09-08T16:18:55.667Z] 
16:18:55 [2023-09-08T16:18:55.667Z] #63 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
16:18:55 [2023-09-08T16:18:55.667Z] #63 1.249 go: downloading github.com/tc-hib/go-winres v0.3.0
16:18:55 [2023-09-08T16:18:55.667Z] #63 1.820 go: downloading github.com/tc-hib/winres v0.1.6
16:18:55 [2023-09-08T16:18:55.667Z] #63 1.829 go: downloading github.com/urfave/cli/v2 v2.3.0
16:18:55 [2023-09-08T16:18:55.667Z] #63 2.128 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
16:18:55 [2023-09-08T16:18:55.667Z] #63 2.128 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
16:18:55 [2023-09-08T16:18:55.667Z] #63 2.236 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:18:55 [2023-09-08T16:18:55.667Z] #63 2.264 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:18:55 [2023-09-08T16:18:55.924Z] #63 ...
16:18:55 [2023-09-08T16:18:55.924Z] 
16:18:55 [2023-09-08T16:18:55.924Z] #64 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:18:55 [2023-09-08T16:18:55.924Z] #64 1.248 go: downloading gotest.tools/gotestsum v1.8.2
16:18:55 [2023-09-08T16:18:55.924Z] #64 2.098 go: downloading github.com/fatih/color v1.13.0
16:18:55 [2023-09-08T16:18:55.924Z] #64 2.099 go: downloading github.com/dnephin/pflag v1.0.7
16:18:55 [2023-09-08T16:18:55.924Z] #64 2.099 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:18:55 [2023-09-08T16:18:55.924Z] #64 2.108 go: downloading github.com/fsnotify/fsnotify v1.5.4
16:18:55 [2023-09-08T16:18:55.924Z] #64 2.108 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
16:18:55 [2023-09-08T16:18:55.924Z] #64 2.112 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
16:18:55 [2023-09-08T16:18:55.924Z] #64 2.116 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
16:18:55 [2023-09-08T16:18:55.924Z] #64 2.128 go: downloading golang.org/x/tools v0.1.11
16:18:55 [2023-09-08T16:18:55.924Z] #64 2.162 go: downloading github.com/mattn/go-colorable v0.1.12
16:18:55 [2023-09-08T16:18:55.924Z] #64 2.163 go: downloading github.com/mattn/go-isatty v0.0.14
16:18:55 [2023-09-08T16:18:55.924Z] #64 3.372 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
16:18:55 [2023-09-08T16:18:55.924Z] #64 ...
16:18:55 [2023-09-08T16:18:55.924Z] 
16:18:55 [2023-09-08T16:18:55.924Z] #65 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
16:18:55 [2023-09-08T16:18:55.924Z] #65 2.560 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:18:55 [2023-09-08T16:18:55.924Z] #65 2.580 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:18:55 [2023-09-08T16:18:55.924Z] #65 2.596 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:18:55 [2023-09-08T16:18:55.924Z] #65 2.837 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:18:55 [2023-09-08T16:18:55.924Z] #65 3.038 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [242 kB]
16:18:55 [2023-09-08T16:18:55.924Z] #65 3.516 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
16:18:55 [2023-09-08T16:18:55.924Z] #65 4.473 Fetched 8535 kB in 2s (3894 kB/s)
16:18:55 [2023-09-08T16:18:55.924Z] #65 4.473 Reading package lists...
16:18:55 [2023-09-08T16:18:55.924Z] #65 5.872 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:18:55 [2023-09-08T16:18:55.924Z] #65 5.872 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
16:18:55 [2023-09-08T16:18:55.924Z] #65 5.872 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:18:55 [2023-09-08T16:18:55.924Z] #65 7.364 Reading package lists...
16:18:55 [2023-09-08T16:18:55.924Z] #65 8.271 + apt-get  install -y --no-install-recommends gcc libc6-dev
16:18:55 [2023-09-08T16:18:55.924Z] #65 8.284 Reading package lists...
16:18:55 [2023-09-08T16:18:55.924Z] #65 9.193 Building dependency tree...
16:18:55 [2023-09-08T16:18:55.924Z] #65 9.804 gcc is already the newest version (4:10.2.1-1).
16:18:55 [2023-09-08T16:18:55.924Z] #65 9.804 libc6-dev is already the newest version (2.31-13+deb11u6).
16:18:55 [2023-09-08T16:18:55.924Z] #65 9.804 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
16:18:56 [2023-09-08T16:18:56.182Z] #65 ...
16:18:56 [2023-09-08T16:18:56.182Z] 
16:18:56 [2023-09-08T16:18:56.182Z] #66 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
16:18:56 [2023-09-08T16:18:56.182Z] #66 ...
16:18:56 [2023-09-08T16:18:56.182Z] 
16:18:56 [2023-09-08T16:18:56.182Z] #67 [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
16:18:56 [2023-09-08T16:18:56.182Z] #67 3.323 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:18:56 [2023-09-08T16:18:56.182Z] #67 3.355 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:18:56 [2023-09-08T16:18:56.182Z] #67 3.355 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:18:56 [2023-09-08T16:18:56.182Z] #67 3.725 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:18:56 [2023-09-08T16:18:56.182Z] #67 4.381 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [242 kB]
16:18:56 [2023-09-08T16:18:56.182Z] #67 4.934 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
16:18:56 [2023-09-08T16:18:56.182Z] #67 6.617 Fetched 8535 kB in 4s (2401 kB/s)
16:18:56 [2023-09-08T16:18:56.182Z] #67 6.617 Reading package lists...
16:18:56 [2023-09-08T16:18:56.182Z] #67 7.943 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:18:56 [2023-09-08T16:18:56.182Z] #67 7.943 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
16:18:56 [2023-09-08T16:18:56.182Z] #67 7.943 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:18:56 [2023-09-08T16:18:56.182Z] #67 9.220 Reading package lists...
16:18:56 [2023-09-08T16:18:56.182Z] #67 10.03 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
16:18:56 [2023-09-08T16:18:56.439Z] #67 10.05 Reading package lists...
16:18:56 [2023-09-08T16:18:56.439Z] #67 ...
16:18:56 [2023-09-08T16:18:56.439Z] 
16:18:56 [2023-09-08T16:18:56.439Z] #68 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:18:56 [2023-09-08T16:18:56.439Z] #68 1.519 go: downloading github.com/pelletier/go-toml v1.8.1
16:18:56 [2023-09-08T16:18:56.439Z] #68 ...
16:18:56 [2023-09-08T16:18:56.439Z] 
16:18:56 [2023-09-08T16:18:56.439Z] #69 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
16:18:56 [2023-09-08T16:18:56.439Z] #69 1.719 go: downloading mvdan.cc/sh/v3 v3.6.0
16:18:56 [2023-09-08T16:18:56.439Z] #69 2.264 go: downloading golang.org/x/term v0.3.0
16:18:56 [2023-09-08T16:18:56.439Z] #69 2.264 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
16:18:56 [2023-09-08T16:18:56.439Z] #69 2.264 go: downloading github.com/google/renameio/v2 v2.0.0
16:18:56 [2023-09-08T16:18:56.439Z] #69 2.264 go: downloading mvdan.cc/editorconfig v0.2.0
16:18:56 [2023-09-08T16:18:56.439Z] #69 2.385 go: downloading golang.org/x/sys v0.3.0
16:18:56 [2023-09-08T16:18:56.699Z] #69 ...
16:18:56 [2023-09-08T16:18:56.699Z] 
16:18:56 [2023-09-08T16:18:56.699Z] #70 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:18:56 [2023-09-08T16:18:56.699Z] #70 2.783 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:18:56 [2023-09-08T16:18:56.699Z] #70 2.863 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:18:56 [2023-09-08T16:18:56.699Z] #70 2.877 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:18:56 [2023-09-08T16:18:56.699Z] #70 3.095 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:18:56 [2023-09-08T16:18:56.699Z] #70 3.337 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [242 kB]
16:18:56 [2023-09-08T16:18:56.699Z] #70 3.893 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
16:18:56 [2023-09-08T16:18:56.699Z] #70 4.932 Fetched 8535 kB in 2s (3574 kB/s)
16:18:56 [2023-09-08T16:18:56.699Z] #70 4.932 Reading package lists...
16:18:56 [2023-09-08T16:18:56.699Z] #70 5.986 Reading package lists...
16:18:56 [2023-09-08T16:18:56.699Z] #70 6.941 Building dependency tree...
16:18:56 [2023-09-08T16:18:56.699Z] #70 7.655 python3 is already the newest version (3.9.2-3).
16:18:56 [2023-09-08T16:18:56.699Z] #70 7.655 The following additional packages will be installed:
16:18:56 [2023-09-08T16:18:56.699Z] #70 7.656   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.661   patch xz-utils
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.663 Suggested packages:
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.663   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.663   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.663   m4-doc ed diffutils-doc
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.663 Recommended packages:
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.663   fakeroot libalgorithm-merge-perl libltdl-dev
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.984 The following NEW packages will be installed:
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.984   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.985   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
16:18:56 [2023-09-08T16:18:56.700Z] #70 7.985   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.289 0 upgraded, 20 newly installed, 0 to remove and 1 not upgraded.
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.289 Need to get 5458 kB of archives.
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.289 After this operation, 11.6 MB of additional disk space will be used.
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.289 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.295 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.314 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.314 Get:4 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.314 Get:5 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.314 Get:6 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.314 Get:7 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.323 Get:8 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.326 Get:9 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.348 Get:10 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.348 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.348 Get:12 http://deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.348 Get:13 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.348 Get:14 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.352 Get:15 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.352 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.352 Get:17 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.357 Get:18 http://deb.debian.org/debian bullseye-updates/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.357 Get:19 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.399 Get:20 http://deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.643 debconf: delaying package configuration, since apt-utils is not installed
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.728 Fetched 5458 kB in 0s (13.7 MB/s)
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.792 Selecting previously unselected package bzip2.
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.792 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.834 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 8.840 Unpacking bzip2 (1.0.8-4) ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.062 Selecting previously unselected package xz-utils.
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.068 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.077 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.378 Selecting previously unselected package libsigsegv2:arm64.
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.384 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.410 Unpacking libsigsegv2:arm64 (2.13-1) ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.499 Selecting previously unselected package m4.
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.507 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.520 Unpacking m4 (1.4.18-5) ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.683 Selecting previously unselected package autoconf.
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.687 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.702 Unpacking autoconf (2.69-14) ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.960 Selecting previously unselected package autotools-dev.
16:18:56 [2023-09-08T16:18:56.700Z] #70 9.973 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 10.03 Unpacking autotools-dev (20180224.1+nmu1) ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 10.24 Selecting previously unselected package automake.
16:18:56 [2023-09-08T16:18:56.700Z] #70 10.25 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 10.32 Unpacking automake (1:1.16.3-2) ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 10.90 Selecting previously unselected package patch.
16:18:56 [2023-09-08T16:18:56.700Z] #70 10.91 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
16:18:56 [2023-09-08T16:18:56.700Z] #70 10.97 Unpacking patch (2.7.6-7) ...
16:18:56 [2023-09-08T16:18:56.957Z] #70 ...
16:18:56 [2023-09-08T16:18:56.957Z] 
16:18:56 [2023-09-08T16:18:56.957Z] #71 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
16:18:56 [2023-09-08T16:18:56.957Z] #71 3.369 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:18:56 [2023-09-08T16:18:56.957Z] #71 3.387 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:18:56 [2023-09-08T16:18:56.957Z] #71 3.387 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:18:56 [2023-09-08T16:18:56.957Z] #71 3.740 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:18:56 [2023-09-08T16:18:56.957Z] #71 4.275 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [242 kB]
16:18:56 [2023-09-08T16:18:56.957Z] #71 4.910 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
16:18:56 [2023-09-08T16:18:56.957Z] #71 5.484 Fetched 8535 kB in 2s (3587 kB/s)
16:18:56 [2023-09-08T16:18:56.957Z] #71 5.484 Reading package lists...
16:18:56 [2023-09-08T16:18:56.957Z] #71 6.654 Reading package lists...
16:18:56 [2023-09-08T16:18:56.957Z] #71 7.700 Building dependency tree...
16:18:56 [2023-09-08T16:18:56.957Z] #71 8.361 The following additional packages will be installed:
16:18:56 [2023-09-08T16:18:56.957Z] #71 8.361   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:18:56 [2023-09-08T16:18:56.957Z] #71 8.361 Suggested packages:
16:18:56 [2023-09-08T16:18:56.957Z] #71 8.361   cmake-doc ninja-build lrzip
16:18:56 [2023-09-08T16:18:56.957Z] #71 8.503 The following NEW packages will be installed:
16:18:56 [2023-09-08T16:18:56.957Z] #71 8.525   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.821 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.821 Need to get 15.1 MB of archives.
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.821 After this operation, 66.8 MB of additional disk space will be used.
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.821 Get:1 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.845 Get:2 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.980 Get:3 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB]
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.986 Get:4 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.991 Get:5 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.994 Get:6 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.995 Get:7 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
16:18:56 [2023-09-08T16:18:56.958Z] #71 8.997 Get:8 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
16:18:56 [2023-09-08T16:18:56.958Z] #71 9.303 debconf: delaying package configuration, since apt-utils is not installed
16:18:56 [2023-09-08T16:18:56.958Z] #71 9.514 Fetched 15.1 MB in 0s (30.4 MB/s)
16:18:56 [2023-09-08T16:18:56.958Z] #71 9.636 Selecting previously unselected package cmake-data.
16:18:56 [2023-09-08T16:18:56.958Z] #71 9.636 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
16:18:56 [2023-09-08T16:18:56.958Z] #71 9.689 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
16:18:56 [2023-09-08T16:18:56.958Z] #71 9.711 Unpacking cmake-data (3.18.4-2+deb11u1) ...
16:18:56 [2023-09-08T16:18:56.958Z] #71 ...
16:18:56 [2023-09-08T16:18:56.958Z] 
16:18:56 [2023-09-08T16:18:56.958Z] #59 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:18:56 [2023-09-08T16:18:56.958Z] #59 10.39 #=#=#                                                                         

                                                                           0.0%
#########################                                                 35.4%
##########################################                                59.2%
###################################################                       71.1%
######################################################################## 100.0%
16:18:56 [2023-09-08T16:18:56.958Z] #59 11.32 
16:18:56 [2023-09-08T16:18:56.958Z] #59 13.88 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:18:57 [2023-09-08T16:18:57.217Z] #59 ...
16:18:57 [2023-09-08T16:18:57.217Z] 
16:18:57 [2023-09-08T16:18:57.217Z] #65 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
16:18:57 [2023-09-08T16:18:57.217Z] #65 DONE 11.2s
16:18:57 [2023-09-08T16:18:57.475Z] 
16:18:57 [2023-09-08T16:18:57.475Z] #59 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:18:57 [2023-09-08T16:18:57.475Z] #59 14.76 #=#=#                                                                         
16:18:57 [2023-09-08T16:18:57.732Z] #59 15.03 #=#=#                                                                         

######################################################################## 100.0%
16:18:58 [2023-09-08T16:18:58.297Z] #59 15.50 
16:18:59 [2023-09-08T16:18:59.683Z] #59 17.03 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:18:59 [2023-09-08T16:18:59.683Z] #59 ...
16:18:59 [2023-09-08T16:18:59.683Z] 
16:18:59 [2023-09-08T16:18:59.683Z] #45 [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
16:18:59 [2023-09-08T16:18:59.683Z] #45 3.610 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 3.634 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 3.636 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 3.973 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 4.582 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [242 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 5.406 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 6.932 Fetched 8535 kB in 4s (2356 kB/s)
16:18:59 [2023-09-08T16:18:59.683Z] #45 6.932 Reading package lists...
16:18:59 [2023-09-08T16:18:59.683Z] #45 8.258 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:18:59 [2023-09-08T16:18:59.683Z] #45 8.258 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
16:18:59 [2023-09-08T16:18:59.683Z] #45 8.258 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:18:59 [2023-09-08T16:18:59.683Z] #45 9.651 Reading package lists...
16:18:59 [2023-09-08T16:18:59.683Z] #45 10.55 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
16:18:59 [2023-09-08T16:18:59.683Z] #45 10.60 Reading package lists...
16:18:59 [2023-09-08T16:18:59.683Z] #45 11.39 Building dependency tree...
16:18:59 [2023-09-08T16:18:59.683Z] #45 11.93 gcc is already the newest version (4:10.2.1-1).
16:18:59 [2023-09-08T16:18:59.683Z] #45 11.93 libc6-dev is already the newest version (2.31-13+deb11u6).
16:18:59 [2023-09-08T16:18:59.683Z] #45 11.93 The following additional packages will be installed:
16:18:59 [2023-09-08T16:18:59.683Z] #45 11.93   bzip2 patch xz-utils
16:18:59 [2023-09-08T16:18:59.683Z] #45 11.94 Suggested packages:
16:18:59 [2023-09-08T16:18:59.683Z] #45 11.94   bzip2-doc debian-keyring seccomp ed diffutils-doc
16:18:59 [2023-09-08T16:18:59.683Z] #45 11.94 Recommended packages:
16:18:59 [2023-09-08T16:18:59.683Z] #45 11.94   build-essential fakeroot libalgorithm-merge-perl
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.03 The following NEW packages will be installed:
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.03   bzip2 dpkg-dev libseccomp-dev patch xz-utils
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.34 0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.34 Need to get 2790 kB of archives.
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.34 After this operation, 4077 kB of additional disk space will be used.
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.34 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.34 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.34 Get:3 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.34 Get:4 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.36 Get:5 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.65 debconf: delaying package configuration, since apt-utils is not installed
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.78 Fetched 2790 kB in 0s (9789 kB/s)
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.85 Selecting previously unselected package bzip2.
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.85 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.89 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
16:18:59 [2023-09-08T16:18:59.683Z] #45 12.90 Unpacking bzip2 (1.0.8-4) ...
16:18:59 [2023-09-08T16:18:59.683Z] #45 13.16 Selecting previously unselected package xz-utils.
16:18:59 [2023-09-08T16:18:59.683Z] #45 13.18 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:18:59 [2023-09-08T16:18:59.683Z] #45 13.19 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:18:59 [2023-09-08T16:18:59.683Z] #45 13.39 Selecting previously unselected package patch.
16:18:59 [2023-09-08T16:18:59.683Z] #45 13.39 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
16:18:59 [2023-09-08T16:18:59.683Z] #45 13.41 Unpacking patch (2.7.6-7) ...
16:18:59 [2023-09-08T16:18:59.683Z] #45 13.59 Selecting previously unselected package dpkg-dev.
16:18:59 [2023-09-08T16:18:59.683Z] #45 13.60 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
16:18:59 [2023-09-08T16:18:59.683Z] #45 13.62 Unpacking dpkg-dev (1.20.12) ...
16:18:59 [2023-09-08T16:18:59.941Z] #45 ...
16:18:59 [2023-09-08T16:18:59.941Z] 
16:18:59 [2023-09-08T16:18:59.941Z] #67 [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
16:18:59 [2023-09-08T16:18:59.941Z] #67 10.05 Reading package lists...
16:18:59 [2023-09-08T16:18:59.941Z] #67 10.76 Building dependency tree...
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32 gcc is already the newest version (4:10.2.1-1).
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32 The following additional packages will be installed:
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32 Suggested packages:
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.32   | libgdk-pixbuf2.0-dev libxml2-utils
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.65 The following NEW packages will be installed:
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.65   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.65   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.65   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.65   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.65   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.65   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.93 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.93 Need to get 7950 kB of archives.
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.93 After this operation, 39.9 MB of additional disk space will be used.
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.93 Get:1 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.94 Get:2 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.94 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.94 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.94 Get:5 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.95 Get:6 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.95 Get:7 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.95 Get:8 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.95 Get:9 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.95 Get:10 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.95 Get:11 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.96 Get:12 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.96 Get:13 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.96 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.96 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.97 Get:16 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.97 Get:17 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.99 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.99 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.99 Get:20 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 11.99 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.00 Get:22 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.00 Get:23 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.00 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.00 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.00 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.01 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.01 Get:28 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.01 Get:29 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.03 Get:30 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.36 debconf: delaying package configuration, since apt-utils is not installed
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.44 Fetched 7950 kB in 0s (21.8 MB/s)
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.56 Selecting previously unselected package libgirepository-1.0-1:arm64.
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.56 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.57 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.58 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.73 Selecting previously unselected package gir1.2-glib-2.0:arm64.
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.74 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.77 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.92 Selecting previously unselected package libsecret-common.
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.92 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 12.93 Unpacking libsecret-common (0.20.4-2) ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.30 Selecting previously unselected package libsecret-1-0:arm64.
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.31 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.33 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.47 Selecting previously unselected package gir1.2-secret-1:arm64.
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.47 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.50 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.66 Selecting previously unselected package uuid-dev:arm64.
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.66 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.68 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.90 Selecting previously unselected package libblkid-dev:arm64.
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.90 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
16:18:59 [2023-09-08T16:18:59.941Z] #67 13.94 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
16:19:00 [2023-09-08T16:19:00.559Z] #67 14.27 Selecting previously unselected package libbtrfs0:arm64.
16:19:00 [2023-09-08T16:19:00.559Z] #67 14.27 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
16:19:00 [2023-09-08T16:19:00.559Z] #67 14.43 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
16:19:00 [2023-09-08T16:19:00.817Z] #67 14.71 Selecting previously unselected package libbtrfs-dev:arm64.
16:19:00 [2023-09-08T16:19:00.817Z] #67 14.72 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
16:19:00 [2023-09-08T16:19:00.817Z] #67 14.76 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
16:19:01 [2023-09-08T16:19:01.074Z] #67 15.11 Selecting previously unselected package libelf1:arm64.
16:19:01 [2023-09-08T16:19:01.074Z] #67 15.11 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
16:19:01 [2023-09-08T16:19:01.074Z] #67 15.12 Unpacking libelf1:arm64 (0.183-1) ...
16:19:01 [2023-09-08T16:19:01.639Z] #67 15.61 Selecting previously unselected package libffi-dev:arm64.
16:19:01 [2023-09-08T16:19:01.639Z] #67 15.61 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
16:19:01 [2023-09-08T16:19:01.896Z] #67 15.81 Unpacking libffi-dev:arm64 (3.3-6) ...
16:19:02 [2023-09-08T16:19:02.738Z] #67 16.31 Selecting previously unselected package libglib2.0-data.
16:19:02 [2023-09-08T16:19:02.738Z] #67 16.32 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
16:19:02 [2023-09-08T16:19:02.738Z] #67 16.32 Unpacking libglib2.0-data (2.66.8-1) ...
16:19:04 [2023-09-08T16:19:04.181Z] #67 ...
16:19:04 [2023-09-08T16:19:04.181Z] 
16:19:04 [2023-09-08T16:19:04.181Z] #72 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
16:19:04 [2023-09-08T16:19:04.181Z] #72 ...
16:19:04 [2023-09-08T16:19:04.181Z] 
16:19:04 [2023-09-08T16:19:04.181Z] #73 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
16:19:04 [2023-09-08T16:19:04.181Z] #73 ...
16:19:04 [2023-09-08T16:19:04.181Z] 
16:19:04 [2023-09-08T16:19:04.181Z] #59 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:19:04 [2023-09-08T16:19:04.181Z] #59 17.90 #=#=#                                                                         
16:19:04 [2023-09-08T16:19:04.181Z] #59 18.30 #=#=#                                                                         

######################################################################## 100.0%
16:19:04 [2023-09-08T16:19:04.181Z] #59 18.59 
16:19:04 [2023-09-08T16:19:04.181Z] #59 18.81 Download of images into '/build' complete.
16:19:04 [2023-09-08T16:19:04.181Z] #59 18.81 Use something like the following to load the result into a Docker daemon:
16:19:04 [2023-09-08T16:19:04.181Z] #59 18.81   tar -cC '/build' . | docker load
16:19:06 [2023-09-08T16:19:06.784Z] #59 ...
16:19:06 [2023-09-08T16:19:06.784Z] 
16:19:06 [2023-09-08T16:19:06.784Z] #67 [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
16:19:06 [2023-09-08T16:19:06.784Z] #67 18.21 Selecting previously unselected package libglib2.0-bin.
16:19:06 [2023-09-08T16:19:06.784Z] #67 18.22 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
16:19:06 [2023-09-08T16:19:06.784Z] #67 18.31 Unpacking libglib2.0-bin (2.66.8-1) ...
16:19:06 [2023-09-08T16:19:06.784Z] #67 18.73 Selecting previously unselected package python3-lib2to3.
16:19:06 [2023-09-08T16:19:06.784Z] #67 18.74 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
16:19:06 [2023-09-08T16:19:06.784Z] #67 18.77 Unpacking python3-lib2to3 (3.9.2-1) ...
16:19:06 [2023-09-08T16:19:06.784Z] #67 19.61 Selecting previously unselected package python3-distutils.
16:19:06 [2023-09-08T16:19:06.784Z] #67 19.61 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
16:19:06 [2023-09-08T16:19:06.784Z] #67 19.70 Unpacking python3-distutils (3.9.2-1) ...
16:19:06 [2023-09-08T16:19:06.784Z] #67 20.31 Selecting previously unselected package libglib2.0-dev-bin.
16:19:06 [2023-09-08T16:19:06.784Z] #67 20.32 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
16:19:06 [2023-09-08T16:19:06.784Z] #67 20.61 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
16:19:07 [2023-09-08T16:19:07.170Z] #67 ...
16:19:07 [2023-09-08T16:19:07.170Z] 
16:19:07 [2023-09-08T16:19:07.170Z] #70 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:19:07 [2023-09-08T16:19:07.170Z] #70 11.45 Selecting previously unselected package dpkg-dev.
16:19:07 [2023-09-08T16:19:07.170Z] #70 11.45 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 11.51 Unpacking dpkg-dev (1.20.12) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 11.75 Selecting previously unselected package build-essential.
16:19:07 [2023-09-08T16:19:07.170Z] #70 11.75 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 11.76 Unpacking build-essential (12.9) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 11.86 Selecting previously unselected package libcap2:arm64.
16:19:07 [2023-09-08T16:19:07.170Z] #70 11.86 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 11.88 Unpacking libcap2:arm64 (1:2.44-1) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.00 Selecting previously unselected package libcap-dev:arm64.
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.00 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.04 Unpacking libcap-dev:arm64 (1:2.44-1) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.21 Selecting previously unselected package libprotobuf-c1:arm64.
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.21 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.22 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.33 Selecting previously unselected package libprotobuf-c-dev:arm64.
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.33 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.35 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.51 Selecting previously unselected package libseccomp-dev:arm64.
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.51 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.53 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.64 Selecting previously unselected package libsystemd-dev:arm64.
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.64 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u4_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 12.65 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.01 Selecting previously unselected package libtool.
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.02 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.02 Unpacking libtool (2.4.6-15) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.20 Selecting previously unselected package libudev-dev:arm64.
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.20 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u4_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.21 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.40 Selecting previously unselected package libyajl2:arm64.
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.40 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.42 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.67 Selecting previously unselected package libyajl-dev:arm64.
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.68 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.70 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.86 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.95 Setting up libyajl2:arm64 (2.1.0-3) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 13.98 Setting up bzip2 (1.0.8-4) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.02 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.08 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.12 Setting up libcap2:arm64 (1:2.44-1) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.18 Setting up autotools-dev (20180224.1+nmu1) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.22 Setting up libsigsegv2:arm64 (2.13-1) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.28 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.36 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.40 Setting up patch (2.7.6-7) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.46 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.56 Setting up libyajl-dev:arm64 (2.1.0-3) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.64 Setting up libcap-dev:arm64 (1:2.44-1) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.81 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 14.97 Setting up libtool (2.4.6-15) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 15.25 Setting up m4 (1.4.18-5) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 15.34 Setting up dpkg-dev (1.20.12) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 15.34 Setting up autoconf (2.69-14) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 15.44 Setting up build-essential (12.9) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 15.61 Setting up automake (1:1.16.3-2) ...
16:19:07 [2023-09-08T16:19:07.170Z] #70 15.62 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:19:07 [2023-09-08T16:19:07.170Z] #70 15.88 Processing triggers for libc-bin (2.31-13+deb11u6) ...
16:19:07 [2023-09-08T16:19:07.428Z] #70 ...
16:19:07 [2023-09-08T16:19:07.428Z] 
16:19:07 [2023-09-08T16:19:07.428Z] #71 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
16:19:07 [2023-09-08T16:19:07.428Z] #71 11.13 Selecting previously unselected package libicu67:arm64.
16:19:07 [2023-09-08T16:19:07.428Z] #71 11.14 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 11.17 Unpacking libicu67:arm64 (67.1-7) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 12.88 Selecting previously unselected package libxml2:arm64.
16:19:07 [2023-09-08T16:19:07.428Z] #71 12.89 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 12.91 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 13.21 Selecting previously unselected package libarchive13:arm64.
16:19:07 [2023-09-08T16:19:07.428Z] #71 13.22 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 13.30 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 13.61 Selecting previously unselected package libjsoncpp24:arm64.
16:19:07 [2023-09-08T16:19:07.428Z] #71 13.62 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 13.63 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 13.80 Selecting previously unselected package librhash0:arm64.
16:19:07 [2023-09-08T16:19:07.428Z] #71 13.81 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 13.82 Unpacking librhash0:arm64 (1.4.1-2) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 14.02 Selecting previously unselected package libuv1:arm64.
16:19:07 [2023-09-08T16:19:07.428Z] #71 14.03 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 14.05 Unpacking libuv1:arm64 (1.40.0-2) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 14.38 Selecting previously unselected package cmake.
16:19:07 [2023-09-08T16:19:07.428Z] #71 14.43 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 14.44 Unpacking cmake (3.18.4-2+deb11u1) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 17.39 Setting up libicu67:arm64 (67.1-7) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 18.18 Setting up libuv1:arm64 (1.40.0-2) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 18.58 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 18.79 Setting up librhash0:arm64 (1.4.1-2) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 19.09 Setting up cmake-data (3.18.4-2+deb11u1) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 19.63 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 19.64 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 20.07 Setting up cmake (3.18.4-2+deb11u1) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 20.61 Processing triggers for libc-bin (2.31-13+deb11u6) ...
16:19:07 [2023-09-08T16:19:07.428Z] #71 ...
16:19:07 [2023-09-08T16:19:07.428Z] 
16:19:07 [2023-09-08T16:19:07.428Z] #74 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
16:19:07 [2023-09-08T16:19:07.428Z] #74 0.630 go: downloading github.com/sirupsen/logrus v1.9.0
16:19:07 [2023-09-08T16:19:07.428Z] #74 0.651 go: downloading github.com/urfave/cli/v2 v2.23.5
16:19:07 [2023-09-08T16:19:07.428Z] #74 0.700 go: downloading github.com/google/uuid v1.3.0
16:19:07 [2023-09-08T16:19:07.428Z] #74 0.706 go: downloading github.com/moby/vpnkit v0.5.0
16:19:07 [2023-09-08T16:19:07.428Z] #74 0.715 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:19:07 [2023-09-08T16:19:07.428Z] #74 0.775 go: downloading github.com/gorilla/mux v1.8.0
16:19:07 [2023-09-08T16:19:07.428Z] #74 0.779 go: downloading github.com/moby/sys/mountinfo v0.6.2
16:19:07 [2023-09-08T16:19:07.428Z] #74 0.784 go: downloading golang.org/x/sys v0.2.0
16:19:07 [2023-09-08T16:19:07.428Z] #74 1.470 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
16:19:07 [2023-09-08T16:19:07.428Z] #74 2.589 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
16:19:07 [2023-09-08T16:19:07.428Z] #74 2.589 go: downloading golang.org/x/net v0.1.0
16:19:07 [2023-09-08T16:19:07.428Z] #74 3.295 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
16:19:07 [2023-09-08T16:19:07.428Z] #74 3.305 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
16:19:07 [2023-09-08T16:19:07.428Z] #74 ...
16:19:07 [2023-09-08T16:19:07.428Z] 
16:19:07 [2023-09-08T16:19:07.428Z] #67 [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
16:19:07 [2023-09-08T16:19:07.428Z] #67 21.50 Selecting previously unselected package libsepol1-dev:arm64.
16:19:07 [2023-09-08T16:19:07.686Z] #67 21.50 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
16:19:07 [2023-09-08T16:19:07.686Z] #67 21.75 Unpacking libsepol1-dev:arm64 (3.1-1) ...
16:19:09 [2023-09-08T16:19:09.082Z] #67 22.90 Selecting previously unselected package libpcre2-16-0:arm64.
16:19:09 [2023-09-08T16:19:09.083Z] #67 22.90 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
16:19:09 [2023-09-08T16:19:09.083Z] #67 23.01 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:19:09 [2023-09-08T16:19:09.672Z] #67 23.49 Selecting previously unselected package libpcre2-32-0:arm64.
16:19:09 [2023-09-08T16:19:09.672Z] #67 23.49 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
16:19:09 [2023-09-08T16:19:09.931Z] #67 23.64 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:19:10 [2023-09-08T16:19:10.189Z] #67 24.24 Selecting previously unselected package libpcre2-posix2:arm64.
16:19:10 [2023-09-08T16:19:10.467Z] #67 24.24 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
16:19:10 [2023-09-08T16:19:10.467Z] #67 24.27 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:19:10 [2023-09-08T16:19:10.467Z] #67 ...
16:19:10 [2023-09-08T16:19:10.467Z] 
16:19:10 [2023-09-08T16:19:10.467Z] #45 [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
16:19:10 [2023-09-08T16:19:10.467Z] #45 14.52 Selecting previously unselected package libseccomp-dev:arm64.
16:19:10 [2023-09-08T16:19:10.467Z] #45 14.62 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:19:10 [2023-09-08T16:19:10.467Z] #45 14.74 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:19:10 [2023-09-08T16:19:10.467Z] #45 15.15 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:19:10 [2023-09-08T16:19:10.467Z] #45 15.57 Setting up bzip2 (1.0.8-4) ...
16:19:10 [2023-09-08T16:19:10.467Z] #45 15.79 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:19:10 [2023-09-08T16:19:10.467Z] #45 15.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:19:10 [2023-09-08T16:19:10.467Z] #45 16.29 Setting up patch (2.7.6-7) ...
16:19:10 [2023-09-08T16:19:10.467Z] #45 16.29 Setting up dpkg-dev (1.20.12) ...
16:19:10 [2023-09-08T16:19:10.742Z] #45 ...
16:19:10 [2023-09-08T16:19:10.742Z] 
16:19:10 [2023-09-08T16:19:10.742Z] #67 [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
16:19:10 [2023-09-08T16:19:10.742Z] #67 24.63 Selecting previously unselected package libpcre2-dev:arm64.
16:19:10 [2023-09-08T16:19:10.742Z] #67 24.64 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
16:19:10 [2023-09-08T16:19:10.742Z] #67 24.72 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:19:10 [2023-09-08T16:19:10.999Z] #67 25.09 Selecting previously unselected package libselinux1-dev:arm64.
16:19:11 [2023-09-08T16:19:11.257Z] #67 25.09 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
16:19:11 [2023-09-08T16:19:11.257Z] #67 25.15 Unpacking libselinux1-dev:arm64 (3.1-3) ...
16:19:11 [2023-09-08T16:19:11.514Z] #67 25.58 Selecting previously unselected package libmount-dev:arm64.
16:19:11 [2023-09-08T16:19:11.771Z] #67 25.58 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
16:19:11 [2023-09-08T16:19:11.771Z] #67 25.63 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
16:19:12 [2023-09-08T16:19:12.368Z] #67 26.10 Selecting previously unselected package libpcre16-3:arm64.
16:19:12 [2023-09-08T16:19:12.368Z] #67 26.11 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
16:19:12 [2023-09-08T16:19:12.368Z] #67 26.19 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
16:19:12 [2023-09-08T16:19:12.939Z] #67 26.81 Selecting previously unselected package libpcre32-3:arm64.
16:19:12 [2023-09-08T16:19:12.939Z] #67 26.82 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
16:19:13 [2023-09-08T16:19:13.220Z] #67 26.99 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
16:19:13 [2023-09-08T16:19:13.480Z] #67 27.42 Selecting previously unselected package libpcrecpp0v5:arm64.
16:19:13 [2023-09-08T16:19:13.480Z] #67 27.42 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
16:19:13 [2023-09-08T16:19:13.480Z] #67 27.49 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
16:19:14 [2023-09-08T16:19:14.059Z] #67 27.87 Selecting previously unselected package libpcre3-dev:arm64.
16:19:14 [2023-09-08T16:19:14.059Z] #67 27.87 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
16:19:14 [2023-09-08T16:19:14.059Z] #67 27.95 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
16:19:14 [2023-09-08T16:19:14.328Z] #67 28.31 Selecting previously unselected package zlib1g-dev:arm64.
16:19:14 [2023-09-08T16:19:14.328Z] #67 28.31 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
16:19:14 [2023-09-08T16:19:14.586Z] #67 28.36 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
16:19:14 [2023-09-08T16:19:14.843Z] #67 28.73 Selecting previously unselected package libglib2.0-dev:arm64.
16:19:14 [2023-09-08T16:19:14.843Z] #67 28.73 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
16:19:14 [2023-09-08T16:19:14.843Z] #67 28.84 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
16:19:15 [2023-09-08T16:19:15.407Z] #67 ...
16:19:15 [2023-09-08T16:19:15.407Z] 
16:19:15 [2023-09-08T16:19:15.407Z] #68 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:19:15 [2023-09-08T16:19:15.407Z] #68 19.55 tomll can be used in two ways:
16:19:15 [2023-09-08T16:19:15.407Z] #68 19.55 Writing to STDIN and reading from STDOUT:
16:19:15 [2023-09-08T16:19:15.407Z] #68 19.55   cat file.toml | tomll > file.toml
16:19:15 [2023-09-08T16:19:15.407Z] #68 19.55 
16:19:15 [2023-09-08T16:19:15.407Z] #68 19.56 Reading and updating a list of files:
16:19:15 [2023-09-08T16:19:15.407Z] #68 19.56   tomll a.toml b.toml c.toml
16:19:15 [2023-09-08T16:19:15.407Z] #68 19.56 
16:19:15 [2023-09-08T16:19:15.407Z] #68 19.56 When given a list of files, tomll will modify all files in place without asking.
16:19:15 [2023-09-08T16:19:15.407Z] #68 ...
16:19:15 [2023-09-08T16:19:15.407Z] 
16:19:15 [2023-09-08T16:19:15.408Z] #67 [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
16:19:15 [2023-09-08T16:19:15.408Z] #67 29.37 Selecting previously unselected package libsecret-1-dev:arm64.
16:19:15 [2023-09-08T16:19:15.408Z] #67 29.37 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
16:19:15 [2023-09-08T16:19:15.408Z] #67 29.41 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
16:19:15 [2023-09-08T16:19:15.972Z] #67 29.87 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
16:19:15 [2023-09-08T16:19:15.972Z] #67 ...
16:19:15 [2023-09-08T16:19:15.972Z] 
16:19:15 [2023-09-08T16:19:15.972Z] #69 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
16:19:15 [2023-09-08T16:19:15.972Z] #69 20.29 v3.6.0
16:19:16 [2023-09-08T16:19:16.232Z] #69 ...
16:19:16 [2023-09-08T16:19:16.232Z] 
16:19:16 [2023-09-08T16:19:16.232Z] #67 [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
16:19:16 [2023-09-08T16:19:16.232Z] #67 30.04 Setting up libpcre16-3:arm64 (2:8.39-13) ...
16:19:16 [2023-09-08T16:19:16.232Z] #67 30.21 Setting up libsepol1-dev:arm64 (3.1-1) ...
16:19:16 [2023-09-08T16:19:16.564Z] #67 30.34 Setting up libffi-dev:arm64 (3.3-6) ...
16:19:16 [2023-09-08T16:19:16.564Z] #67 30.57 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:19:17 [2023-09-08T16:19:17.128Z] #67 30.94 Setting up libbtrfs0:arm64 (5.10.1-2) ...
16:19:17 [2023-09-08T16:19:17.386Z] #67 31.06 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:19:17 [2023-09-08T16:19:17.386Z] #67 ...
16:19:17 [2023-09-08T16:19:17.386Z] 
16:19:17 [2023-09-08T16:19:17.386Z] #63 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49 NAME:
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49    go-winres - A tool for embedding resources in Windows executables
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49 
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49 USAGE:
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49    go-winres [global options] command [command options] [arguments...]
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49 
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49 COMMANDS:
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49    init     Create an initial ./winres/winres.json
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49    make     Make syso files for the "go build" command
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49    simply   Make syso files for the "go build" command (simplified)
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49    extract  Extract all resources from an executable
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49    patch    Replace resources in an executable file (exe, dll)
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49    help, h  Shows a list of commands or help for one command
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49 
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49 GLOBAL OPTIONS:
16:19:17 [2023-09-08T16:19:17.386Z] #63 21.49    --help, -h  show help (default: false)
16:19:17 [2023-09-08T16:19:17.386Z] #63 ...
16:19:17 [2023-09-08T16:19:17.386Z] 
16:19:17 [2023-09-08T16:19:17.386Z] #67 [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
16:19:17 [2023-09-08T16:19:17.386Z] #67 31.28 Setting up libglib2.0-data (2.66.8-1) ...
16:19:17 [2023-09-08T16:19:17.648Z] #67 31.48 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
16:19:17 [2023-09-08T16:19:17.648Z] #67 31.62 Setting up libpcre32-3:arm64 (2:8.39-13) ...
16:19:17 [2023-09-08T16:19:17.920Z] #67 31.81 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:19:18 [2023-09-08T16:19:18.178Z] #67 31.96 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
16:19:18 [2023-09-08T16:19:18.178Z] #67 32.23 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
16:19:18 [2023-09-08T16:19:18.178Z] #67 32.31 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
16:19:18 [2023-09-08T16:19:18.741Z] #67 32.55 Setting up python3-lib2to3 (3.9.2-1) ...
16:19:19 [2023-09-08T16:19:19.015Z] #67 32.93 Setting up libelf1:arm64 (0.183-1) ...
16:19:19 [2023-09-08T16:19:19.015Z] #67 33.00 Setting up libsecret-common (0.20.4-2) ...
16:19:19 [2023-09-08T16:19:19.272Z] #67 33.20 Setting up python3-distutils (3.9.2-1) ...
16:19:19 [2023-09-08T16:19:19.530Z] #67 33.58 Setting up libglib2.0-dev-bin (2.66.8-1) ...
16:19:20 [2023-09-08T16:19:20.465Z] #67 34.11 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
16:19:20 [2023-09-08T16:19:20.465Z] #67 34.24 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:19:20 [2023-09-08T16:19:20.465Z] #67 34.49 Setting up libselinux1-dev:arm64 (3.1-3) ...
16:19:20 [2023-09-08T16:19:20.724Z] #67 34.69 Setting up libpcre3-dev:arm64 (2:8.39-13) ...#67 ...
16:19:20 [2023-09-08T16:19:20.724Z] 
16:19:20 [2023-09-08T16:19:20.724Z] #59 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:19:20 [2023-09-08T16:19:20.724Z] #59 DONE 38.1s
16:19:20 [2023-09-08T16:19:20.724Z] 
16:19:20 [2023-09-08T16:19:20.724Z] #69 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
16:19:20 [2023-09-08T16:19:20.724Z] #69 DONE 35.1s
16:19:20 [2023-09-08T16:19:20.724Z] 
16:19:20 [2023-09-08T16:19:20.724Z] #68 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:19:20 [2023-09-08T16:19:20.724Z] #68 DONE 35.1s
16:19:20 [2023-09-08T16:19:20.724Z] 
16:19:20 [2023-09-08T16:19:20.724Z] #63 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
16:19:20 [2023-09-08T16:19:20.724Z] #63 DONE 35.1s
16:19:20 [2023-09-08T16:19:20.724Z] 
16:19:20 [2023-09-08T16:19:20.724Z] #64 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:19:20 [2023-09-08T16:19:20.724Z] #64 29.23 gotestsum version dev
16:19:20 [2023-09-08T16:19:20.724Z] #64 DONE 35.1s
16:19:20 [2023-09-08T16:19:20.724Z] 
16:19:20 [2023-09-08T16:19:20.724Z] #67 [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
16:19:20 [2023-09-08T16:19:20.724Z] #67 34.69 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
16:19:20 [2023-09-08T16:19:20.724Z] #67 34.78 Setting up libglib2.0-bin (2.66.8-1) ...
16:19:20 [2023-09-08T16:19:20.982Z] #67 ...
16:19:20 [2023-09-08T16:19:20.982Z] 
16:19:20 [2023-09-08T16:19:20.982Z] #51 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.3" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:19:20 [2023-09-08T16:19:20.982Z] #51 DONE 33.6s
16:19:20 [2023-09-08T16:19:20.982Z] 
16:19:20 [2023-09-08T16:19:20.982Z] #71 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
16:19:20 [2023-09-08T16:19:20.982Z] #71 DONE 34.9s
16:19:20 [2023-09-08T16:19:20.982Z] 
16:19:20 [2023-09-08T16:19:20.982Z] #45 [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
16:19:20 [2023-09-08T16:19:20.982Z] #45 DONE 34.9s
16:19:20 [2023-09-08T16:19:20.982Z] 
16:19:20 [2023-09-08T16:19:20.982Z] #67 [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
16:19:20 [2023-09-08T16:19:20.982Z] #67 34.88 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
16:19:20 [2023-09-08T16:19:20.982Z] #67 ...
16:19:20 [2023-09-08T16:19:20.982Z] 
16:19:20 [2023-09-08T16:19:20.982Z] #70 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:19:20 [2023-09-08T16:19:20.982Z] #70 DONE 35.3s
16:19:20 [2023-09-08T16:19:20.982Z] 
16:19:20 [2023-09-08T16:19:20.983Z] #67 [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
16:19:20 [2023-09-08T16:19:20.983Z] #67 34.98 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
16:19:20 [2023-09-08T16:19:20.983Z] #67 35.02 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
16:19:21 [2023-09-08T16:19:21.239Z] #67 35.10 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
16:19:21 [2023-09-08T16:19:21.239Z] #67 35.14 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
16:19:21 [2023-09-08T16:19:21.239Z] #67 35.17 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
16:19:21 [2023-09-08T16:19:21.554Z] #67 35.24 No schema files found: doing nothing.
16:19:21 [2023-09-08T16:19:21.554Z] #67 35.28 Processing triggers for libc-bin (2.31-13+deb11u6) ...
16:19:21 [2023-09-08T16:19:21.812Z] #67 35.53 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
16:19:25 [2023-09-08T16:19:25.213Z] #67 DONE 38.6s
16:19:25 [2023-09-08T16:19:25.213Z] 
16:19:25 [2023-09-08T16:19:25.213Z] #75 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
16:19:25 [2023-09-08T16:19:25.213Z] #75 DONE 3.0s
16:19:25 [2023-09-08T16:19:25.213Z] 
16:19:25 [2023-09-08T16:19:25.213Z] #76 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
16:19:28 [2023-09-08T16:19:28.488Z] #76 3.786 + bin/ctr
16:19:28 [2023-09-08T16:19:28.488Z] #76 3.787 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.3 -X github.com/containerd/containerd/version.Revision=7880925980b188f4c97b462f709d0db8e8962aff -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/ctr
16:19:29 [2023-09-08T16:19:29.881Z] #76 ...
16:19:29 [2023-09-08T16:19:29.881Z] 
16:19:29 [2023-09-08T16:19:29.881Z] #77 [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
16:19:29 [2023-09-08T16:19:29.881Z] #77 3.878 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:19:29 [2023-09-08T16:19:29.881Z] #77 3.878 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
16:19:29 [2023-09-08T16:19:29.881Z] #77 3.878 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:19:29 [2023-09-08T16:19:29.881Z] #77 5.110 Reading package lists...
16:19:29 [2023-09-08T16:19:29.881Z] #77 5.877 + apt-get  install -y --no-install-recommends gcc libc6-dev
16:19:29 [2023-09-08T16:19:29.881Z] #77 5.891 Reading package lists...
16:19:29 [2023-09-08T16:19:29.881Z] #77 6.700 Building dependency tree...
16:19:29 [2023-09-08T16:19:29.881Z] #77 6.894 Reading state information...
16:19:29 [2023-09-08T16:19:29.881Z] #77 7.157 gcc is already the newest version (4:10.2.1-1).
16:19:29 [2023-09-08T16:19:29.881Z] #77 7.157 libc6-dev is already the newest version (2.31-13+deb11u6).
16:19:29 [2023-09-08T16:19:29.881Z] #77 7.157 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
16:19:29 [2023-09-08T16:19:29.881Z] #77 DONE 8.6s
16:19:29 [2023-09-08T16:19:29.881Z] 
16:19:29 [2023-09-08T16:19:29.881Z] #78 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
16:19:30 [2023-09-08T16:19:30.812Z] #78 1.291 -- The C compiler identification is GNU 10.2.1
16:19:30 [2023-09-08T16:19:30.812Z] #78 1.318 -- Detecting C compiler ABI info
16:19:31 [2023-09-08T16:19:31.071Z] #78 ...
16:19:31 [2023-09-08T16:19:31.071Z] 
16:19:31 [2023-09-08T16:19:31.071Z] #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...)
16:19:31 [2023-09-08T16:19:31.071Z] #79 3.346 go build -trimpath -buildmode=pie  -tags "seccomp netgo osusergo" -ldflags "-X main.gitCommit=v1.1.9-0-gccaecfc -X main.version=1.1.9 -linkmode external -extldflags --static-pie " -o runc .
16:19:31 [2023-09-08T16:19:31.071Z] #79 ...
16:19:31 [2023-09-08T16:19:31.071Z] 
16:19:31 [2023-09-08T16:19:31.071Z] #80 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:19:31 [2023-09-08T16:19:31.071Z] #80 3.183 Cloning into '/tmp/crun-build'...
16:19:31 [2023-09-08T16:19:31.071Z] #80 4.654 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
16:19:31 [2023-09-08T16:19:31.071Z] #80 4.681 Cloning into '/tmp/crun-build/libocispec'...
16:19:31 [2023-09-08T16:19:31.071Z] #80 5.194 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
16:19:31 [2023-09-08T16:19:31.071Z] #80 5.214 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
16:19:31 [2023-09-08T16:19:31.071Z] #80 5.214 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
16:19:31 [2023-09-08T16:19:31.071Z] #80 5.218 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
16:19:31 [2023-09-08T16:19:31.071Z] #80 5.243 Cloning into '/tmp/crun-build/libocispec/image-spec'...
16:19:31 [2023-09-08T16:19:31.071Z] #80 5.832 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
16:19:31 [2023-09-08T16:19:31.071Z] #80 6.313 Cloning into '/tmp/crun-build/libocispec/yajl'...
16:19:31 [2023-09-08T16:19:31.071Z] #80 6.908 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
16:19:31 [2023-09-08T16:19:31.071Z] #80 7.115 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
16:19:31 [2023-09-08T16:19:31.071Z] #80 7.311 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
16:19:31 [2023-09-08T16:19:31.331Z] #80 ...
16:19:31 [2023-09-08T16:19:31.331Z] 
16:19:31 [2023-09-08T16:19:31.331Z] #78 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
16:19:31 [2023-09-08T16:19:31.331Z] #78 1.506 -- Detecting C compiler ABI info - done
16:19:31 [2023-09-08T16:19:31.331Z] #78 1.545 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
16:19:31 [2023-09-08T16:19:31.331Z] #78 1.545 -- Detecting C compile features
16:19:31 [2023-09-08T16:19:31.331Z] #78 1.546 -- Detecting C compile features - done
16:19:31 [2023-09-08T16:19:31.331Z] #78 1.561 -- Performing Test HAS_BUILTIN_FORTIFY
16:19:31 [2023-09-08T16:19:31.331Z] #78 1.670 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:19:31 [2023-09-08T16:19:31.331Z] #78 1.721 -- Configuring done
16:19:31 [2023-09-08T16:19:31.331Z] #78 1.753 -- Generating done
16:19:31 [2023-09-08T16:19:31.331Z] #78 1.757 -- Build files have been written to: /go/src/github.com/krallin/tini
16:19:31 [2023-09-08T16:19:31.588Z] #78 1.906 Scanning dependencies of target tini-static
16:19:31 [2023-09-08T16:19:31.588Z] #78 1.957 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:19:32 [2023-09-08T16:19:32.153Z] #78 2.460 [100%] Linking C executable tini-static
16:19:32 [2023-09-08T16:19:32.153Z] #78 2.597 [100%] Built target tini-static
16:19:35 [2023-09-08T16:19:35.428Z] #78 DONE 5.6s
16:19:35 [2023-09-08T16:19:35.428Z] 
16:19:35 [2023-09-08T16:19:35.428Z] #74 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
16:19:35 [2023-09-08T16:19:35.428Z] #74 DONE 38.0s
16:19:35 [2023-09-08T16:19:35.428Z] 
16:19:35 [2023-09-08T16:19:35.429Z] #81 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
16:19:35 [2023-09-08T16:19:35.429Z] #81 DONE 0.1s
16:19:35 [2023-09-08T16:19:35.429Z] 
16:19:35 [2023-09-08T16:19:35.429Z] #82 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
16:19:35 [2023-09-08T16:19:35.429Z] #82 DONE 0.1s
16:19:35 [2023-09-08T16:19:35.429Z] 
16:19:35 [2023-09-08T16:19:35.429Z] #80 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:19:35 [2023-09-08T16:19:35.429Z] #80 13.56 aclocal: warning: couldn't open directory 'm4': No such file or directory
16:19:39 [2023-09-08T16:19:39.605Z] #80 17.90 libtoolize: putting auxiliary files in '.'.
16:19:39 [2023-09-08T16:19:39.605Z] #80 17.90 libtoolize: copying file './ltmain.sh'
16:19:39 [2023-09-08T16:19:39.862Z] #80 18.74 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
16:19:39 [2023-09-08T16:19:39.862Z] #80 18.74 libtoolize: and rerunning libtoolize and aclocal.
16:19:39 [2023-09-08T16:19:39.862Z] #80 18.74 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:19:43 [2023-09-08T16:19:43.221Z] #80 21.78 configure.ac:7: installing './compile'
16:19:43 [2023-09-08T16:19:43.221Z] #80 21.79 configure.ac:11: installing './config.guess'
16:19:43 [2023-09-08T16:19:43.221Z] #80 21.79 configure.ac:11: installing './config.sub'
16:19:43 [2023-09-08T16:19:43.221Z] #80 21.79 configure.ac:8: installing './install-sh'
16:19:43 [2023-09-08T16:19:43.221Z] #80 21.79 configure.ac:8: installing './missing'
16:19:43 [2023-09-08T16:19:43.221Z] #80 21.83 Makefile.am: installing './depcomp'
16:19:43 [2023-09-08T16:19:43.503Z] #80 22.49 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:19:43 [2023-09-08T16:19:43.791Z] #80 ...
16:19:43 [2023-09-08T16:19:43.791Z] 
16:19:43 [2023-09-08T16:19:43.791Z] #73 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
16:19:43 [2023-09-08T16:19:43.791Z] #73 DONE 49.7s
16:19:43 [2023-09-08T16:19:43.791Z] 
16:19:43 [2023-09-08T16:19:43.791Z] #72 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
16:19:43 [2023-09-08T16:19:43.791Z] #72 DONE 49.7s
16:19:43 [2023-09-08T16:19:43.791Z] 
16:19:43 [2023-09-08T16:19:43.791Z] #80 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:19:43 [2023-09-08T16:19:43.791Z] #80 22.49 libtoolize: copying file 'build-aux/ltmain.sh'
16:19:43 [2023-09-08T16:19:43.791Z] #80 22.71 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:19:43 [2023-09-08T16:19:43.791Z] #80 22.71 libtoolize: copying file 'm4/libtool.m4'
16:19:44 [2023-09-08T16:19:44.048Z] #80 22.91 libtoolize: copying file 'm4/ltoptions.m4'
16:19:44 [2023-09-08T16:19:44.048Z] #80 23.01 libtoolize: copying file 'm4/ltsugar.m4'
16:19:44 [2023-09-08T16:19:44.322Z] #80 23.11 libtoolize: copying file 'm4/ltversion.m4'
16:19:44 [2023-09-08T16:19:44.322Z] #80 23.29 libtoolize: copying file 'm4/lt~obsolete.m4'
16:19:44 [2023-09-08T16:19:44.580Z] #80 23.39 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:19:45 [2023-09-08T16:19:45.146Z] #80 ...
16:19:45 [2023-09-08T16:19:45.146Z] 
16:19:45 [2023-09-08T16:19:45.146Z] #83 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
16:19:45 [2023-09-08T16:19:45.146Z] #83 DONE 0.4s
16:19:45 [2023-09-08T16:19:45.146Z] 
16:19:45 [2023-09-08T16:19:45.146Z] #84 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
16:19:45 [2023-09-08T16:19:45.404Z] #84 DONE 0.5s
16:19:45 [2023-09-08T16:19:45.404Z] 
16:19:45 [2023-09-08T16:19:45.404Z] #85 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
16:19:45 [2023-09-08T16:19:45.671Z] #85 DONE 0.2s
16:19:45 [2023-09-08T16:19:45.671Z] 
16:19:45 [2023-09-08T16:19:45.671Z] #80 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:19:45 [2023-09-08T16:19:45.977Z] #80 ...
16:19:45 [2023-09-08T16:19:45.977Z] 
16:19:45 [2023-09-08T16:19:45.977Z] #86 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
16:19:45 [2023-09-08T16:19:45.977Z] #86 DONE 0.3s
16:19:45 [2023-09-08T16:19:45.977Z] 
16:19:45 [2023-09-08T16:19:45.977Z] #87 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
16:19:46 [2023-09-08T16:19:46.236Z] #87 DONE 0.2s
16:19:46 [2023-09-08T16:19:46.236Z] 
16:19:46 [2023-09-08T16:19:46.236Z] #88 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
16:19:46 [2023-09-08T16:19:46.515Z] #88 DONE 0.4s
16:19:46 [2023-09-08T16:19:46.515Z] 
16:19:46 [2023-09-08T16:19:46.515Z] #80 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:19:47 [2023-09-08T16:19:47.080Z] #80 ...
16:19:47 [2023-09-08T16:19:47.080Z] 
16:19:47 [2023-09-08T16:19:47.080Z] #89 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
16:19:47 [2023-09-08T16:19:47.080Z] #89 DONE 0.7s
16:19:47 [2023-09-08T16:19:47.338Z] 
16:19:47 [2023-09-08T16:19:47.338Z] #90 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
16:19:47 [2023-09-08T16:19:47.338Z] #90 DONE 0.2s
16:19:47 [2023-09-08T16:19:47.338Z] 
16:19:47 [2023-09-08T16:19:47.338Z] #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...)
16:19:48 [2023-09-08T16:19:48.709Z] #79 ...
16:19:48 [2023-09-08T16:19:48.709Z] 
16:19:48 [2023-09-08T16:19:48.709Z] #80 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:19:48 [2023-09-08T16:19:48.709Z] #80 27.35 configure.ac:7: installing 'build-aux/compile'
16:19:48 [2023-09-08T16:19:48.709Z] #80 27.35 configure.ac:9: installing 'build-aux/config.guess'
16:19:48 [2023-09-08T16:19:48.709Z] #80 27.35 configure.ac:9: installing 'build-aux/config.sub'
16:19:48 [2023-09-08T16:19:48.709Z] #80 27.35 configure.ac:11: installing 'build-aux/install-sh'
16:19:48 [2023-09-08T16:19:48.709Z] #80 27.36 configure.ac:11: installing 'build-aux/missing'
16:19:48 [2023-09-08T16:19:48.709Z] #80 27.40 Makefile.am: installing 'build-aux/depcomp'
16:19:48 [2023-09-08T16:19:48.709Z] #80 27.43 parallel-tests: installing 'build-aux/test-driver'
16:19:50 [2023-09-08T16:19:50.081Z] #80 28.96 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:19:50 [2023-09-08T16:19:50.081Z] #80 28.96 libtoolize: copying file 'build-aux/ltmain.sh'
16:19:50 [2023-09-08T16:19:50.646Z] #80 29.57 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:19:50 [2023-09-08T16:19:50.646Z] #80 29.57 libtoolize: copying file 'm4/libtool.m4'
16:19:50 [2023-09-08T16:19:50.903Z] #80 29.69 libtoolize: copying file 'm4/ltoptions.m4'
16:19:50 [2023-09-08T16:19:50.903Z] #80 29.81 libtoolize: copying file 'm4/ltsugar.m4'
16:19:51 [2023-09-08T16:19:51.160Z] #80 29.98 libtoolize: copying file 'm4/ltversion.m4'
16:19:51 [2023-09-08T16:19:51.160Z] #80 30.13 libtoolize: copying file 'm4/lt~obsolete.m4'
16:19:56 [2023-09-08T16:19:56.415Z] #80 34.58 configure.ac:11: installing 'build-aux/compile'
16:19:56 [2023-09-08T16:19:56.415Z] #80 34.58 configure.ac:11: installing 'build-aux/config.guess'
16:19:56 [2023-09-08T16:19:56.415Z] #80 34.59 configure.ac:11: installing 'build-aux/config.sub'
16:19:56 [2023-09-08T16:19:56.415Z] #80 34.59 configure.ac:13: installing 'build-aux/install-sh'
16:19:56 [2023-09-08T16:19:56.415Z] #80 34.60 configure.ac:13: installing 'build-aux/missing'
16:19:56 [2023-09-08T16:19:56.415Z] #80 34.60 configure.ac:8: installing 'build-aux/tap-driver.sh'
16:19:56 [2023-09-08T16:19:56.415Z] #80 34.66 Makefile.am: installing 'build-aux/depcomp'
16:19:56 [2023-09-08T16:19:56.415Z] #80 ...
16:19:56 [2023-09-08T16:19:56.415Z] 
16:19:56 [2023-09-08T16:19:56.415Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2"      && /build/golangci-lint --version
16:19:56 [2023-09-08T16:19:56.415Z] #53 70.64 golangci-lint has version v1.54.2 built with go1.20.7 from (unknown, mod sum: "h1:oR9zxfWYxt7hFqk6+fw6Enr+E7F0SN2nqHhJYyIb0yo=") on (unknown)
16:19:59 [2023-09-08T16:19:59.690Z] #53 DONE 73.5s
16:19:59 [2023-09-08T16:19:59.690Z] 
16:19:59 [2023-09-08T16:19:59.690Z] #66 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
16:19:59 [2023-09-08T16:19:59.690Z] #66 70.84 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
16:19:59 [2023-09-08T16:19:59.690Z] #66 70.87 Docker version unknown-version, build unknown-commit
16:19:59 [2023-09-08T16:19:59.690Z] #66 DONE 73.2s
16:19:59 [2023-09-08T16:19:59.690Z] 
16:19:59 [2023-09-08T16:19:59.690Z] #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...)
16:19:59 [2023-09-08T16:19:59.690Z] #79 DONE 38.2s
16:19:59 [2023-09-08T16:19:59.690Z] 
16:19:59 [2023-09-08T16:19:59.690Z] #80 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.45 checking build system type... aarch64-unknown-linux-gnu
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.57 checking host system type... aarch64-unknown-linux-gnu
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.57 checking how to print strings... printf
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.57 checking for gcc... gcc
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.60 checking whether the C compiler works... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.70 checking for C compiler default output file name... a.out
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.70 checking for suffix of executables... 
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.79 checking whether we are cross compiling... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.84 checking for suffix of object files... o
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.89 checking whether we are using the GNU C compiler... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.93 checking whether gcc accepts -g... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 35.96 checking for gcc option to accept ISO C89... none needed
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.01 checking whether gcc understands -c and -o together... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.11 checking for a sed that does not truncate output... /bin/sed
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.12 checking for grep that handles long lines and -e... /bin/grep
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.12 checking for egrep... /bin/grep -E
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.13 checking for fgrep... /bin/grep -F
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.13 checking for ld used by gcc... /usr/bin/ld
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.14 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.14 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.16 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.23 checking whether ln -s works... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.23 checking the maximum length of command line arguments... 1572864
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.24 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.24 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.24 checking for /usr/bin/ld option to reload object files... -r
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.24 checking for objdump... objdump
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.24 checking how to recognize dependent libraries... pass_all
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.24 checking for dlltool... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.24 checking how to associate runtime and link libraries... printf %s\n
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.24 checking for ar... ar
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.24 checking for archiver @FILE support... @
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.29 checking for strip... strip
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.29 checking for ranlib... ranlib
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.29 checking for gawk... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.29 checking for mawk... mawk
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.29 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.40 checking for sysroot... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.41 checking for a working dd... /bin/dd
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.41 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.42 checking for mt... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.42 checking if : is a manifest tool... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.43 checking how to run the C preprocessor... gcc -E
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.52 checking for ANSI C header files... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.70 checking for sys/types.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.76 checking for sys/stat.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.85 checking for stdlib.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 36.94 checking for string.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.00 checking for memory.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.06 checking for strings.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.12 checking for inttypes.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.17 checking for stdint.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.23 checking for unistd.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.31 checking for dlfcn.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.37 checking for objdir... .libs
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.48 checking if gcc supports -fno-rtti -fno-exceptions... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.56 checking for gcc option to produce PIC... -fPIC -DPIC
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.56 checking if gcc PIC flag -fPIC -DPIC works... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.61 checking if gcc static flag -static works... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.70 checking if gcc supports -c -o file.o... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.77 checking if gcc supports -c -o file.o... (cached) yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.78 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.80 checking dynamic linker characteristics... GNU/Linux ld.so
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.90 checking how to hardcode library paths into programs... immediate
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.90 checking whether stripping libraries is possible... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.91 checking if libtool supports shared libraries... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.91 checking whether to build shared libraries... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.91 checking whether to build static libraries... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.91 checking for a BSD-compatible install... /usr/bin/install -c
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.92 checking whether build environment is sane... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.93 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.93 checking whether make sets $(MAKE)... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.95 checking whether make supports the include directive... yes (GNU style)
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.96 checking whether make supports nested variables... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.97 checking whether UID '0' is supported by ustar format... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.97 checking whether GID '0' is supported by ustar format... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.97 checking how to create a ustar tar archive... gnutar
16:19:59 [2023-09-08T16:19:59.690Z] #80 37.99 checking dependency style of gcc... gcc3
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.05 checking whether to enable maintainer-specific portions of Makefiles... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.05 checking whether make supports nested variables... (cached) yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.06 checking for gawk... (cached) mawk
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.06 checking for a sed that does not truncate output... (cached) /bin/sed
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.06 checking for gcc... (cached) gcc
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.11 checking whether we are using the GNU C compiler... (cached) yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.11 checking whether gcc accepts -g... (cached) yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.11 checking for gcc option to accept ISO C89... (cached) none needed
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.11 checking whether gcc understands -c and -o together... (cached) yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.11 checking for a Python interpreter with version >= 3... python3
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.13 checking for python3... /usr/bin/python3
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.13 checking for python3 version... 3.9
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.15 checking for python3 platform... linux
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.16 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.21 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.25 checking for go-md2man... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.25 checking error.h usability... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.29 checking error.h presence... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.31 checking for error.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.33 checking linux/openat2.h usability... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.36 checking linux/openat2.h presence... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.37 checking for linux/openat2.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.38 checking stdatomic.h usability... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.42 checking stdatomic.h presence... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.43 checking for stdatomic.h... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.46 checking linux/ioprio.h usability... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.50 checking linux/ioprio.h presence... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.53 checking for linux/ioprio.h... no
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.53 checking for atomic_int... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.60 checking for atomic_bool... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.66 checking for copy_file_range... yes
16:19:59 [2023-09-08T16:19:59.690Z] #80 38.74 checking for fgetxattr... yes
16:19:59 [2023-09-08T16:19:59.947Z] #80 38.80 checking for statx... yes
16:19:59 [2023-09-08T16:19:59.947Z] #80 38.88 checking for fgetpwent_r... yes
16:19:59 [2023-09-08T16:19:59.947Z] #80 38.96 checking for issetugid... no
16:20:00 [2023-09-08T16:20:00.205Z] #80 39.06 checking for pkg-config... /usr/bin/pkg-config
16:20:00 [2023-09-08T16:20:00.205Z] #80 39.07 checking pkg-config is at least version 0.9.0... yes
16:20:00 [2023-09-08T16:20:00.461Z] #80 39.07 checking for library containing yajl_tree_get... -lyajl
16:20:00 [2023-09-08T16:20:00.461Z] #80 39.23 checking for yajl >= 2.0.0... yes
16:20:00 [2023-09-08T16:20:00.461Z] #80 39.25 checking sys/capability.h usability... yes
16:20:00 [2023-09-08T16:20:00.461Z] #80 39.29 checking sys/capability.h presence... yes
16:20:00 [2023-09-08T16:20:00.461Z] #80 39.31 checking for sys/capability.h... yes
16:20:00 [2023-09-08T16:20:00.461Z] #80 39.31 checking for library containing cap_from_name... -lcap
16:20:00 [2023-09-08T16:20:00.717Z] #80 39.44 checking for library containing gcry_check_version... no
16:20:00 [2023-09-08T16:20:00.717Z] #80 39.57 checking for library containing dlopen... -ldl
16:20:00 [2023-09-08T16:20:00.717Z] #80 39.75 checking seccomp.h usability... yes
16:20:00 [2023-09-08T16:20:00.974Z] #80 39.79 checking seccomp.h presence... #80 ...
16:20:00 [2023-09-08T16:20:00.974Z] 
16:20:00 [2023-09-08T16:20:00.974Z] #91 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
16:20:00 [2023-09-08T16:20:00.974Z] #91 DONE 1.0s
16:20:00 [2023-09-08T16:20:00.974Z] 
16:20:00 [2023-09-08T16:20:00.974Z] #92 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
16:20:00 [2023-09-08T16:20:00.974Z] #92 DONE 0.0s
16:20:00 [2023-09-08T16:20:00.974Z] 
16:20:00 [2023-09-08T16:20:00.974Z] #80 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:20:00 [2023-09-08T16:20:00.974Z] #80 39.79 checking seccomp.h presence... yes
16:20:00 [2023-09-08T16:20:00.974Z] #80 39.81 checking for seccomp.h... yes
16:20:00 [2023-09-08T16:20:00.974Z] #80 39.81 checking for library containing seccomp_rule_add... -lseccomp
16:20:00 [2023-09-08T16:20:00.974Z] #80 39.92 checking for library containing seccomp_arch_resolve_name... none required
16:20:00 [2023-09-08T16:20:00.974Z] #80 39.98 checking systemd/sd-bus.h usability... yes
16:20:01 [2023-09-08T16:20:01.234Z] #80 40.03 checking systemd/sd-bus.h presence... yes
16:20:01 [2023-09-08T16:20:01.234Z] #80 40.06 checking for systemd/sd-bus.h... yes
16:20:01 [2023-09-08T16:20:01.234Z] #80 40.06 checking for library containing sd_bus_match_signal_async... #80 ...
16:20:01 [2023-09-08T16:20:01.234Z] 
16:20:01 [2023-09-08T16:20:01.234Z] #93 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
16:20:01 [2023-09-08T16:20:01.234Z] #93 DONE 0.4s
16:20:01 [2023-09-08T16:20:01.234Z] 
16:20:01 [2023-09-08T16:20:01.234Z] #80 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:20:01 [2023-09-08T16:20:01.234Z] #80 40.06 checking for library containing sd_bus_match_signal_async... -lsystemd
16:20:01 [2023-09-08T16:20:01.234Z] #80 40.23 checking for sd_notify_barrier... yes
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.29 checking linux/bpf.h usability... yes
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.33 checking linux/bpf.h presence... yes
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.35 checking for linux/bpf.h... yes
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.35 checking compilation for eBPF... yes
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.40 checking for criu >= 3.15... no
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.41 configure: CRIU headers not found, building without CRIU support
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.41 checking for criu > 3.16... no
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.42 configure: CRIU version doesn't support join-ns API
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.42 checking for criu > 3.16.1... no
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.43 configure: CRIU version doesn't support for pre-dumping
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.43 checking for new mount API (fsconfig)... no
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.48 yes
16:20:01 [2023-09-08T16:20:01.490Z] #80 40.48 checking for seccomp notify API... yes
16:20:01 [2023-09-08T16:20:01.746Z] #80 40.51 checking for gperf... no
16:20:01 [2023-09-08T16:20:01.746Z] #80 40.51 configure: gperf not found - cannot rebuild signal parser code
16:20:01 [2023-09-08T16:20:01.746Z] #80 40.51 checking for library containing argp_parse... none required
16:20:01 [2023-09-08T16:20:01.746Z] #80 40.58 checking that generated files are newer than configure... done
16:20:01 [2023-09-08T16:20:01.746Z] #80 40.58 configure: creating ./config.status
16:20:02 [2023-09-08T16:20:02.307Z] #80 41.21 config.status: creating Makefile
16:20:02 [2023-09-08T16:20:02.307Z] #80 41.22 config.status: creating config.h
16:20:02 [2023-09-08T16:20:02.307Z] #80 41.24 config.status: executing libtool commands
16:20:02 [2023-09-08T16:20:02.307Z] #80 41.25 config.status: executing depfiles commands
16:20:02 [2023-09-08T16:20:02.869Z] #80 41.73 === configuring in libocispec (/tmp/crun-build/libocispec)
16:20:02 [2023-09-08T16:20:02.869Z] #80 41.74 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:20:03 [2023-09-08T16:20:03.126Z] #80 41.92 checking for gcc... gcc
16:20:03 [2023-09-08T16:20:03.126Z] #80 41.95 checking whether the C compiler works... yes
16:20:03 [2023-09-08T16:20:03.126Z] #80 41.99 checking for C compiler default output file name... a.out
16:20:03 [2023-09-08T16:20:03.126Z] #80 42.00 checking for suffix of executables... 
16:20:03 [2023-09-08T16:20:03.126Z] #80 42.05 checking whether we are cross compiling... no
16:20:03 [2023-09-08T16:20:03.126Z] #80 42.10 checking for suffix of object files... o
16:20:03 [2023-09-08T16:20:03.126Z] #80 42.13 checking whether we are using the GNU C compiler... yes
16:20:03 [2023-09-08T16:20:03.126Z] #80 42.16 checking whether gcc accepts -g... yes
16:20:03 [2023-09-08T16:20:03.383Z] #80 42.20 checking for gcc option to accept ISO C89... none needed
16:20:03 [2023-09-08T16:20:03.383Z] #80 42.24 checking whether gcc understands -c and -o together... yes
16:20:03 [2023-09-08T16:20:03.383Z] #80 42.29 checking how to run the C preprocessor... gcc -E
16:20:03 [2023-09-08T16:20:03.383Z] #80 42.39 checking for grep that handles long lines and -e... /bin/grep
16:20:03 [2023-09-08T16:20:03.383Z] #80 42.40 checking for egrep... /bin/grep -E
16:20:03 [2023-09-08T16:20:03.640Z] #80 42.41 checking for ANSI C header files... yes
16:20:03 [2023-09-08T16:20:03.640Z] #80 42.57 checking for sys/types.h... yes
16:20:03 [2023-09-08T16:20:03.640Z] #80 42.61 checking for sys/stat.h... yes
16:20:03 [2023-09-08T16:20:03.640Z] #80 42.66 checking for stdlib.h... yes
16:20:03 [2023-09-08T16:20:03.897Z] #80 42.71 checking for string.h... yes
16:20:03 [2023-09-08T16:20:03.897Z] #80 42.78 checking for memory.h... yes
16:20:03 [2023-09-08T16:20:03.897Z] #80 42.85 checking for strings.h... yes
16:20:03 [2023-09-08T16:20:03.897Z] #80 42.89 checking for inttypes.h... yes
16:20:04 [2023-09-08T16:20:04.154Z] #80 42.95 checking for stdint.h... yes
16:20:04 [2023-09-08T16:20:04.154Z] #80 43.01 checking for unistd.h... yes
16:20:04 [2023-09-08T16:20:04.154Z] #80 43.07 checking minix/config.h usability... no
16:20:04 [2023-09-08T16:20:04.154Z] #80 43.11 checking minix/config.h presence... no
16:20:04 [2023-09-08T16:20:04.154Z] #80 43.14 checking for minix/config.h... no
16:20:04 [2023-09-08T16:20:04.154Z] #80 43.14 checking whether it is safe to define __EXTENSIONS__... yes
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.20 checking build system type... aarch64-unknown-linux-gnu
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.30 checking host system type... aarch64-unknown-linux-gnu
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.30 checking how to print strings... printf
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.30 checking for a sed that does not truncate output... /bin/sed
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.31 checking for fgrep... /bin/grep -F
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.31 checking for ld used by gcc... /usr/bin/ld
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.32 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.32 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.33 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.39 checking whether ln -s works... yes
16:20:04 [2023-09-08T16:20:04.411Z] #80 43.39 checking the maximum length of command line arguments... 1572864
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.42 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.42 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.42 checking for /usr/bin/ld option to reload object files... -r
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.42 checking for objdump... objdump
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.42 checking how to recognize dependent libraries... pass_all
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.42 checking for dlltool... no
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.43 checking how to associate runtime and link libraries... printf %s\n
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.43 checking for ar... ar
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.43 checking for archiver @FILE support... @
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.48 checking for strip... strip
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.49 checking for ranlib... ranlib
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.49 checking for gawk... no
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.49 checking for mawk... mawk
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.49 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.59 checking for sysroot... no
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.59 checking for a working dd... /bin/dd
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.60 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.61 checking for mt... no
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.61 checking if : is a manifest tool... no
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.62 checking for dlfcn.h... yes
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.66 checking for objdir... .libs
16:20:04 [2023-09-08T16:20:04.669Z] #80 43.75 checking if gcc supports -fno-rtti -fno-exceptions... no
16:20:04 [2023-09-08T16:20:04.926Z] #80 43.78 checking for gcc option to produce PIC... -fPIC -DPIC
16:20:04 [2023-09-08T16:20:04.926Z] #80 43.78 checking if gcc PIC flag -fPIC -DPIC works... yes
16:20:04 [2023-09-08T16:20:04.926Z] #80 43.84 checking if gcc static flag -static works... yes
16:20:04 [2023-09-08T16:20:04.926Z] #80 43.92 checking if gcc supports -c -o file.o... yes
16:20:04 [2023-09-08T16:20:04.926Z] #80 44.00 checking if gcc supports -c -o file.o... (cached) yes
16:20:04 [2023-09-08T16:20:04.926Z] #80 44.00 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.02 checking dynamic linker characteristics... GNU/Linux ld.so
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.14 checking how to hardcode library paths into programs... immediate
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.15 checking whether stripping libraries is possible... yes
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.15 checking if libtool supports shared libraries... yes
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.15 checking whether to build shared libraries... no
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.15 checking whether to build static libraries... yes
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.15 checking for a BSD-compatible install... /usr/bin/install -c
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.17 checking whether build environment is sane... yes
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.21 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.21 checking whether make sets $(MAKE)... yes
16:20:05 [2023-09-08T16:20:05.183Z] #80 44.23 checking whether make supports the include directive... yes (GNU style)
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.26 checking whether make supports nested variables... yes
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.28 checking whether UID '0' is supported by ustar format... yes
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.28 checking whether GID '0' is supported by ustar format... yes
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.28 checking how to create a ustar tar archive... gnutar
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.32 checking dependency style of gcc... gcc3
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.37 checking whether to enable maintainer-specific portions of Makefiles... yes
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.37 checking whether make supports nested variables... (cached) yes
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.37 checking for pkg-config... /usr/bin/pkg-config
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.37 checking pkg-config is at least version 0.9.0... yes
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.37 checking for yajl >= 2.1.0... yes
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.38 checking for a sed that does not truncate output... (cached) /bin/sed
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.39 checking for gcc... (cached) gcc
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.41 checking whether we are using the GNU C compiler... (cached) yes
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.41 checking whether gcc accepts -g... (cached) yes
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.41 checking for gcc option to accept ISO C89... (cached) none needed
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.41 checking whether gcc understands -c and -o together... (cached) yes
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.41 checking for a Python interpreter with version >= 3... python3
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.43 checking for python3... /usr/bin/python3
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.43 checking for python3 version... 3.9
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.45 checking for python3 platform... linux
16:20:05 [2023-09-08T16:20:05.441Z] #80 44.46 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:20:05 [2023-09-08T16:20:05.698Z] #80 44.50 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:20:06 [2023-09-08T16:20:06.262Z] #80 44.58 checking that generated files are newer than configure... done
16:20:06 [2023-09-08T16:20:06.262Z] #80 45.18 configure: creating ./config.status
16:20:07 [2023-09-08T16:20:07.631Z] #80 46.63 config.status: creating Makefile
16:20:07 [2023-09-08T16:20:07.632Z] #80 46.66 config.status: creating ocispec.pc
16:20:07 [2023-09-08T16:20:07.632Z] #80 46.68 config.status: creating config.h
16:20:07 [2023-09-08T16:20:07.632Z] #80 46.70 config.status: executing libtool commands
16:20:07 [2023-09-08T16:20:07.888Z] #80 46.75 config.status: executing depfiles commands
16:20:08 [2023-09-08T16:20:08.146Z] #80 47.09 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
16:20:08 [2023-09-08T16:20:08.146Z] #80 47.10 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:20:08 [2023-09-08T16:20:08.403Z] #80 47.28 checking for gcc... gcc
16:20:08 [2023-09-08T16:20:08.403Z] #80 47.32 checking whether the C compiler works... yes
16:20:08 [2023-09-08T16:20:08.403Z] #80 47.36 checking for C compiler default output file name... a.out
16:20:08 [2023-09-08T16:20:08.403Z] #80 47.37 checking for suffix of executables... 
16:20:08 [2023-09-08T16:20:08.660Z] #80 47.43 checking whether we are cross compiling... no
16:20:08 [2023-09-08T16:20:08.660Z] #80 47.48 checking for suffix of object files... o
16:20:08 [2023-09-08T16:20:08.660Z] #80 47.51 checking whether we are using the GNU C compiler... yes
16:20:08 [2023-09-08T16:20:08.660Z] #80 47.55 checking whether gcc accepts -g... yes
16:20:08 [2023-09-08T16:20:08.660Z] #80 47.58 checking for gcc option to accept ISO C89... none needed
16:20:08 [2023-09-08T16:20:08.660Z] #80 47.63 checking whether gcc understands -c and -o together... yes
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.68 checking for a BSD-compatible install... /usr/bin/install -c
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.69 checking whether build environment is sane... yes
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.70 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.71 checking for gawk... no
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.71 checking for mawk... mawk
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.71 checking whether make sets $(MAKE)... yes
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.73 checking whether make supports the include directive... yes (GNU style)
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.76 checking whether make supports nested variables... yes
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.78 checking whether UID '0' is supported by ustar format... yes
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.79 checking whether GID '0' is supported by ustar format... yes
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.79 checking how to create a ustar tar archive... gnutar
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.81 checking dependency style of gcc... gcc3
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.90 checking whether to enable maintainer-specific portions of Makefiles... yes
16:20:08 [2023-09-08T16:20:08.917Z] #80 47.90 checking whether make supports nested variables... (cached) yes
16:20:09 [2023-09-08T16:20:09.174Z] #80 47.94 checking build system type... aarch64-unknown-linux-gnu
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.06 checking host system type... aarch64-unknown-linux-gnu
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.06 checking how to print strings... printf
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.07 checking for a sed that does not truncate output... /bin/sed
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.10 checking for grep that handles long lines and -e... /bin/grep
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.10 checking for egrep... /bin/grep -E
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.10 checking for fgrep... /bin/grep -F
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.10 checking for ld used by gcc... /usr/bin/ld
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.12 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.13 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.14 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.19 checking whether ln -s works... yes
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.19 checking the maximum length of command line arguments... 1572864
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.20 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.20 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.20 checking for /usr/bin/ld option to reload object files... -r
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.20 checking for objdump... objdump
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.20 checking how to recognize dependent libraries... pass_all
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.20 checking for dlltool... no
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.20 checking how to associate runtime and link libraries... printf %s\n
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.20 checking for ar... ar
16:20:09 [2023-09-08T16:20:09.174Z] #80 48.21 checking for archiver @FILE support... @
16:20:09 [2023-09-08T16:20:09.431Z] #80 48.25 checking for strip... strip
16:20:09 [2023-09-08T16:20:09.431Z] #80 48.25 checking for ranlib... ranlib
16:20:09 [2023-09-08T16:20:09.431Z] #80 48.25 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:20:09 [2023-09-08T16:20:09.431Z] #80 48.38 checking for sysroot... no
16:20:09 [2023-09-08T16:20:09.431Z] #80 48.38 checking for a working dd... /bin/dd
16:20:09 [2023-09-08T16:20:09.431Z] #80 48.39 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:20:09 [2023-09-08T16:20:09.431Z] #80 48.42 checking for mt... no
16:20:09 [2023-09-08T16:20:09.431Z] #80 48.42 checking if : is a manifest tool... no
16:20:09 [2023-09-08T16:20:09.431Z] #80 48.42 checking how to run the C preprocessor... gcc -E
16:20:09 [2023-09-08T16:20:09.688Z] #80 48.55 checking for ANSI C header files... yes
16:20:09 [2023-09-08T16:20:09.688Z] #80 48.71 checking for sys/types.h... yes
16:20:09 [2023-09-08T16:20:09.945Z] #80 48.76 checking for sys/stat.h... yes
16:20:09 [2023-09-08T16:20:09.945Z] #80 48.81 checking for stdlib.h... yes
16:20:09 [2023-09-08T16:20:09.945Z] #80 48.86 checking for string.h... yes
16:20:09 [2023-09-08T16:20:09.945Z] #80 48.92 checking for memory.h... yes
16:20:10 [2023-09-08T16:20:10.202Z] #80 49.01 checking for strings.h... yes
16:20:10 [2023-09-08T16:20:10.202Z] #80 49.07 checking for inttypes.h... yes
16:20:10 [2023-09-08T16:20:10.202Z] #80 49.11 checking for stdint.h... yes
16:20:10 [2023-09-08T16:20:10.202Z] #80 49.18 checking for unistd.h... yes
16:20:10 [2023-09-08T16:20:10.459Z] #80 49.24 checking for dlfcn.h... yes
16:20:10 [2023-09-08T16:20:10.459Z] #80 49.29 checking for objdir... .libs
16:20:10 [2023-09-08T16:20:10.459Z] #80 49.37 checking if gcc supports -fno-rtti -fno-exceptions... no
16:20:10 [2023-09-08T16:20:10.459Z] #80 49.40 checking for gcc option to produce PIC... -fPIC -DPIC
16:20:10 [2023-09-08T16:20:10.459Z] #80 49.40 checking if gcc PIC flag -fPIC -DPIC works... yes
16:20:10 [2023-09-08T16:20:10.459Z] #80 49.43 checking if gcc static flag -static works... yes
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.50 checking if gcc supports -c -o file.o... yes
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.54 checking if gcc supports -c -o file.o... (cached) yes
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.54 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.55 checking dynamic linker characteristics... GNU/Linux ld.so
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.63 checking how to hardcode library paths into programs... immediate
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.63 checking whether stripping libraries is possible... yes
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.63 checking if libtool supports shared libraries... yes
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.63 checking whether to build shared libraries... no
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.63 checking whether to build static libraries... yes
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.63 checking float.h usability... yes
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.67 checking float.h presence... yes
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.68 checking for float.h... yes
16:20:10 [2023-09-08T16:20:10.715Z] #80 49.69 checking limits.h usability... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.73 checking limits.h presence... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.74 checking for limits.h... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.75 checking stddef.h usability... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.78 checking stddef.h presence... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.80 checking for stddef.h... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.81 checking for stdlib.h... (cached) yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.81 checking for string.h... (cached) yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.82 checking sys/time.h usability... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.86 checking sys/time.h presence... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.87 checking for sys/time.h... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.88 checking for inline... inline
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.90 checking for size_t... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.99 checking for stdlib.h... (cached) yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 49.99 checking for GNU libc compatible malloc... yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 50.04 checking for stdlib.h... (cached) yes
16:20:10 [2023-09-08T16:20:10.971Z] #80 50.04 checking for GNU libc compatible realloc... yes
16:20:11 [2023-09-08T16:20:11.227Z] #80 50.09 checking for working strtod... yes
16:20:11 [2023-09-08T16:20:11.227Z] #80 50.16 checking for gettimeofday... yes
16:20:11 [2023-09-08T16:20:11.227Z] #80 50.21 checking for memset... yes
16:20:11 [2023-09-08T16:20:11.227Z] #80 50.27 checking for strspn... yes
16:20:11 [2023-09-08T16:20:11.484Z] #80 50.35 checking that generated files are newer than configure... done
16:20:11 [2023-09-08T16:20:11.484Z] #80 50.35 configure: creating ./config.status
16:20:12 [2023-09-08T16:20:12.047Z] #80 51.04 config.status: creating Makefile
16:20:12 [2023-09-08T16:20:12.304Z] #80 51.05 config.status: creating config.h
16:20:12 [2023-09-08T16:20:12.304Z] #80 51.06 config.status: executing depfiles commands
16:20:12 [2023-09-08T16:20:12.304Z] #80 51.12 config.status: executing libtool commands
16:20:12 [2023-09-08T16:20:12.304Z] #80 51.34   GEN      .version
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.34 make  install-recursive
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.34 make[1]: Entering directory '/tmp/crun-build'
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.37 Making install in libocispec
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.38 make[2]: Entering directory '/tmp/crun-build/libocispec'
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.40 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.40 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.40 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.41 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.47 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.48 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.48 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.48 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.48 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.48 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.48 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.48 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.48 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.50 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.50 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.50 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.50 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.50 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.50 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 51.50 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
16:20:12 [2023-09-08T16:20:12.560Z] #80 ...
16:20:12 [2023-09-08T16:20:12.560Z] 
16:20:12 [2023-09-08T16:20:12.560Z] #76 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
16:20:12 [2023-09-08T16:20:12.560Z] #76 37.92 + bin/containerd
16:20:12 [2023-09-08T16:20:12.560Z] #76 37.92 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.3 -X github.com/containerd/containerd/version.Revision=7880925980b188f4c97b462f709d0db8e8962aff -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd
16:20:12 [2023-09-08T16:20:12.817Z] #76 ...
16:20:12 [2023-09-08T16:20:12.817Z] 
16:20:12 [2023-09-08T16:20:12.817Z] #80 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.78 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.79 make  install-recursive
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.80 make[3]: Entering directory '/tmp/crun-build/libocispec'
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.81 Making install in yajl
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.82 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.82   CC       verify/json_verify-json_verify.o
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.82   CC       src/libyajl_la-yajl.lo
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.82   CC       src/libyajl_la-yajl_alloc.lo
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.82   CC       src/libyajl_la-yajl_gen.lo
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.82   CC       src/libyajl_la-yajl_parser.lo
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.82   CC       src/libyajl_la-yajl_buf.lo
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.82   CC       src/libyajl_la-yajl_encode.lo
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.83   CC       src/libyajl_la-yajl_tree.lo
16:20:12 [2023-09-08T16:20:12.817Z] #80 51.83   CC       src/libyajl_la-yajl_lex.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.20   CCLD     libyajl.la
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.29   CCLD     verify/json_verify
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.39 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.39 make[5]: Nothing to be done for 'install-exec-am'.
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.39 make[5]: Nothing to be done for 'install-data-am'.
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.39 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.39 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.40 make[4]: Entering directory '/tmp/crun-build/libocispec'
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/validate.o
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/image_spec_schema_config_schema.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/image_spec_schema_defs.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/image_spec_schema_content_descriptor.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/image_spec_schema_image_index_schema.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/runtime_spec_schema_config_linux.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/runtime_spec_schema_config_zos.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/runtime_spec_schema_config_schema.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.42   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.43   CC       src/ocispec/runtime_spec_schema_config_vm.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.43   CC       src/ocispec/runtime_spec_schema_config_windows.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.44   CC       src/ocispec/runtime_spec_schema_defs.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.44   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.44   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.44   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.45   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.45   CC       src/ocispec/runtime_spec_schema_state_schema.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.45   CC       src/ocispec/runtime_spec_schema_features_linux.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.45   CC       src/ocispec/runtime_spec_schema_features_schema.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.45   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
16:20:13 [2023-09-08T16:20:13.380Z] #80 52.48   CC       src/ocispec/basic_test_double_array_item.lo
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.48   CC       src/ocispec/basic_test_double_array.lo
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.49   CC       src/ocispec/basic_test_top_array_int.lo
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.51   CC       src/ocispec/basic_test_top_array_string.lo
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.51   CC       src/ocispec/basic_test_top_double_array_int.lo
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.52   CC       src/ocispec/basic_test_top_double_array_obj.lo
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.52   CC       src/ocispec/basic_test_top_double_array_refobj.lo
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.52   CC       src/ocispec/basic_test_top_double_array_string.lo
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.52   CC       src/ocispec/read-file.lo
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.54   CC       src/ocispec/json_common.lo
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.55   CC       tests/test-1.o
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.56   CC       tests/test-2.o
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.57   CC       tests/test-3.o
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.59   CC       tests/test-4.o
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.61   CC       tests/test-5.o
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.62   CC       tests/test-6.o
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.65   CC       tests/test-7.o
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.66   CC       tests/test-8.o
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.67   CC       tests/test-9.o
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.69   CC       tests/test-10.o
16:20:13 [2023-09-08T16:20:13.637Z] #80 52.70   CC       tests/test-11.o
16:20:16 [2023-09-08T16:20:16.166Z] #80 55.15   CCLD     libocispec.la
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.27   CCLD     src/ocispec/validate
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.27   CCLD     tests/test-1
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.27   CCLD     tests/test-2
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.27   CCLD     tests/test-3
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.27   CCLD     tests/test-4
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.27   CCLD     tests/test-5
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.28   CCLD     tests/test-6
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.28   CCLD     tests/test-7
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.28   CCLD     tests/test-8
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.29 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.29   CCLD     tests/test-9
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.31   CCLD     tests/test-10
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.31   CCLD     tests/test-11
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.40 libtool: link: ar cr libocispec.a 
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.41 libtool: link: ranlib libocispec.a
16:20:16 [2023-09-08T16:20:16.422Z] #80 55.50 make[5]: Entering directory '/tmp/crun-build/libocispec'
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.52 make[5]: Leaving directory '/tmp/crun-build/libocispec'
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.52 make[4]: Leaving directory '/tmp/crun-build/libocispec'
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.52 make[3]: Leaving directory '/tmp/crun-build/libocispec'
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.52 make[2]: Leaving directory '/tmp/crun-build/libocispec'
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.53 make[2]: Entering directory '/tmp/crun-build'
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-crun.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-run.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-delete.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-pause.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-kill.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-unpause.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-spec.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-list.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-oci_features.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-exec.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.56   CC       src/crun-create.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.57   CC       src/crun-start.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.59   CC       src/crun-state.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.60   CC       src/crun-update.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.60   CC       src/crun-ps.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.62   CC       src/crun-checkpoint.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.66   CC       src/crun-restore.o
16:20:16 [2023-09-08T16:20:16.679Z] #80 55.68   CC       src/libcrun/crun-cloned_binary.o
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.82   CC       src/libcrun/libcrun_la-utils.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.82   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.83   CC       src/libcrun/libcrun_la-cgroup-resources.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.83   CC       src/libcrun/libcrun_la-cgroup-setup.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.83   CC       src/libcrun/libcrun_la-cgroup-utils.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.83   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.83   CC       src/libcrun/libcrun_la-chroot_realpath.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.83   CC       src/libcrun/libcrun_la-cgroup.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.83   CC       src/libcrun/libcrun_la-container.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.83   CC       src/libcrun/libcrun_la-cloned_binary.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.84   CC       src/libcrun/libcrun_la-custom-handler.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.84   CC       src/libcrun/libcrun_la-ebpf.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.84   CC       src/libcrun/libcrun_la-criu.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.84   CC       src/libcrun/libcrun_la-error.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.85   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.85   CC       src/libcrun/handlers/libcrun_la-krun.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.85   CC       src/libcrun/handlers/libcrun_la-mono.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.87   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.88   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.88   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.88   CC       src/libcrun/libcrun_la-io_priority.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.89   CC       src/libcrun/libcrun_la-linux.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.89   CC       src/libcrun/libcrun_la-mount_flags.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.89   CC       src/libcrun/libcrun_la-scheduler.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.89   CC       src/libcrun/libcrun_la-seccomp.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.89   CC       src/libcrun/libcrun_la-seccomp_notify.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.89   CC       src/libcrun/libcrun_la-signals.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.90   CC       src/libcrun/libcrun_la-status.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.90   CC       src/libcrun/libcrun_la-terminal.lo
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.91   CC       tests/init.o
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.91   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.92   CC       src/libcrun/libcrun_testing_a-utils.o
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.92   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.92   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.92   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.95   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.97   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
16:20:16 [2023-09-08T16:20:16.936Z] #80 55.99   CC       src/libcrun/libcrun_testing_a-cgroup.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.00   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.03   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.03   CC       src/libcrun/libcrun_testing_a-container.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.09   CC       src/libcrun/libcrun_testing_a-criu.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.09   CC       src/libcrun/libcrun_testing_a-custom-handler.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.14   CC       src/libcrun/libcrun_testing_a-ebpf.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.16   CC       src/libcrun/libcrun_testing_a-error.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.18   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.20   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.23   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.24   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
16:20:17 [2023-09-08T16:20:17.193Z] #80 56.26   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
16:20:17 [2023-09-08T16:20:17.452Z] #80 56.29   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
16:20:17 [2023-09-08T16:20:17.452Z] #80 56.33   CC       src/libcrun/libcrun_testing_a-io_priority.o
16:20:17 [2023-09-08T16:20:17.452Z] #80 56.39   CC       src/libcrun/libcrun_testing_a-linux.o
16:20:17 [2023-09-08T16:20:17.452Z] #80 56.40   CC       src/libcrun/libcrun_testing_a-mount_flags.o
16:20:17 [2023-09-08T16:20:17.452Z] #80 56.41   CC       src/libcrun/libcrun_testing_a-scheduler.o
16:20:17 [2023-09-08T16:20:17.452Z] #80 56.44   CC       src/libcrun/libcrun_testing_a-seccomp.o
16:20:18 [2023-09-08T16:20:18.384Z] #80 57.20   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
16:20:18 [2023-09-08T16:20:18.384Z] #80 57.22   CC       src/libcrun/libcrun_testing_a-signals.o
16:20:18 [2023-09-08T16:20:18.384Z] #80 57.24   CC       src/libcrun/libcrun_testing_a-status.o
16:20:18 [2023-09-08T16:20:18.384Z] #80 57.25   CC       src/libcrun/libcrun_testing_a-terminal.o
16:20:18 [2023-09-08T16:20:18.384Z] #80 57.25   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
16:20:18 [2023-09-08T16:20:18.384Z] #80 57.30   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
16:20:18 [2023-09-08T16:20:18.384Z] #80 57.33   CCLD     tests/init
16:20:20 [2023-09-08T16:20:20.276Z] #80 59.07   CCLD     libcrun.la
16:20:20 [2023-09-08T16:20:20.276Z] #80 59.26   CCLD     crun
16:20:20 [2023-09-08T16:20:20.532Z] #80 59.48   AR       libcrun_testing.a
16:20:20 [2023-09-08T16:20:20.532Z] #80 59.48 ar: `u' modifier ignored since `D' is the default (see `U')
16:20:20 [2023-09-08T16:20:20.532Z] #80 59.50   CCLD     tests/tests_libcrun_utils
16:20:20 [2023-09-08T16:20:20.532Z] #80 59.50   CCLD     tests/tests_libcrun_errors
16:20:20 [2023-09-08T16:20:20.532Z] #80 59.50   CCLD     tests/tests_libcrun_fuzzer
16:20:20 [2023-09-08T16:20:20.788Z] #80 59.65 make[3]: Entering directory '/tmp/crun-build'
16:20:20 [2023-09-08T16:20:20.788Z] #80 59.72  /bin/mkdir -p '/usr/local/share/man/man1'
16:20:20 [2023-09-08T16:20:20.788Z] #80 59.72  /bin/mkdir -p '/usr/local/lib'
16:20:20 [2023-09-08T16:20:20.788Z] #80 59.72  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
16:20:20 [2023-09-08T16:20:20.788Z] #80 59.73  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
16:20:20 [2023-09-08T16:20:20.788Z] #80 59.74 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
16:20:20 [2023-09-08T16:20:20.788Z] #80 59.74 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
16:20:20 [2023-09-08T16:20:20.788Z] #80 59.75 libtool: install: chmod 644 /usr/local/lib/libcrun.a
16:20:20 [2023-09-08T16:20:20.788Z] #80 59.75 libtool: install: ranlib /usr/local/lib/libcrun.a
16:20:20 [2023-09-08T16:20:20.788Z] #80 59.86 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 ----------------------------------------------------------------------
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 Libraries have been installed in:
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86    /usr/local/lib
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 If you ever happen to want to link against installed libraries
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 in a given directory, LIBDIR, you must either use libtool, and
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 specify the full pathname of the library, or use the '-LLIBDIR'
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 flag during linking and do at least one of the following:
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86      during execution
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86    - add LIBDIR to the 'LD_RUN_PATH' environment variable
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86      during linking
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 See any operating system documentation about shared libraries for
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 more information, such as the ld(1) and ld.so(8) manual pages.
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86 ----------------------------------------------------------------------
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.86  /bin/mkdir -p '/build'
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.87   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.89 libtool: install: /usr/bin/install -c crun /build/crun
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.90 make[3]: Leaving directory '/tmp/crun-build'
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.90 make[2]: Leaving directory '/tmp/crun-build'
16:20:21 [2023-09-08T16:20:21.044Z] #80 59.90 make[1]: Leaving directory '/tmp/crun-build'
16:20:23 [2023-09-08T16:20:23.560Z] #80 DONE 62.4s
16:20:23 [2023-09-08T16:20:23.560Z] 
16:20:23 [2023-09-08T16:20:23.560Z] #76 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
16:20:23 [2023-09-08T16:20:23.560Z] #76 52.73 + bin/containerd-stress
16:20:23 [2023-09-08T16:20:23.560Z] #76 52.73 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.3 -X github.com/containerd/containerd/version.Revision=7880925980b188f4c97b462f709d0db8e8962aff -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd-stress
16:20:23 [2023-09-08T16:20:23.560Z] #76 55.10 + bin/containerd-shim
16:20:23 [2023-09-08T16:20:23.560Z] #76 55.66 + bin/containerd-shim-runc-v1
16:20:23 [2023-09-08T16:20:23.560Z] #76 56.48 + bin/containerd-shim-runc-v2
16:20:23 [2023-09-08T16:20:23.560Z] #76 57.19 + binaries
16:20:23 [2023-09-08T16:20:23.560Z] #76 DONE 58.9s
16:20:24 [2023-09-08T16:20:24.126Z] 
16:20:24 [2023-09-08T16:20:24.126Z] #94 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
16:20:25 [2023-09-08T16:20:25.489Z] #94 DONE 1.1s
16:20:25 [2023-09-08T16:20:25.489Z] 
16:20:25 [2023-09-08T16:20:25.489Z] #95 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
16:20:25 [2023-09-08T16:20:25.489Z] #95 DONE 0.2s
16:20:25 [2023-09-08T16:20:25.489Z] 
16:20:25 [2023-09-08T16:20:25.489Z] #96 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
16:20:25 [2023-09-08T16:20:25.745Z] #96 DONE 0.4s
16:20:26 [2023-09-08T16:20:26.001Z] 
16:20:26 [2023-09-08T16:20:26.001Z] #97 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
16:20:26 [2023-09-08T16:20:26.001Z] #97 DONE 0.0s
16:20:26 [2023-09-08T16:20:26.001Z] 
16:20:26 [2023-09-08T16:20:26.001Z] #98 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
16:20:26 [2023-09-08T16:20:26.001Z] #98 DONE 0.0s
16:20:26 [2023-09-08T16:20:26.001Z] 
16:20:26 [2023-09-08T16:20:26.001Z] #99 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
16:20:26 [2023-09-08T16:20:26.001Z] #99 DONE 0.0s
16:20:26 [2023-09-08T16:20:26.001Z] 
16:20:26 [2023-09-08T16:20:26.001Z] #100 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
16:20:26 [2023-09-08T16:20:26.562Z] #100 DONE 0.5s
16:20:26 [2023-09-08T16:20:26.562Z] 
16:20:26 [2023-09-08T16:20:26.562Z] #101 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
16:20:26 [2023-09-08T16:20:26.562Z] #101 DONE 0.2s
16:20:26 [2023-09-08T16:20:26.562Z] 
16:20:26 [2023-09-08T16:20:26.562Z] #102 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
16:20:26 [2023-09-08T16:20:26.562Z] #102 DONE 0.0s
16:20:26 [2023-09-08T16:20:26.817Z] 
16:20:26 [2023-09-08T16:20:26.817Z] #103 [dev-base  1/13] RUN groupadd -r docker
16:20:26 [2023-09-08T16:20:26.817Z] #103 DONE 0.3s
16:20:27 [2023-09-08T16:20:27.073Z] 
16:20:27 [2023-09-08T16:20:27.073Z] #104 [dev-base  2/13] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
16:20:27 [2023-09-08T16:20:27.329Z] #104 DONE 0.4s
16:20:27 [2023-09-08T16:20:27.584Z] 
16:20:27 [2023-09-08T16:20:27.584Z] #105 [dev-base  3/13] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:20:27 [2023-09-08T16:20:27.840Z] #105 0.350 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:20:27 [2023-09-08T16:20:27.840Z] #105 DONE 0.4s
16:20:27 [2023-09-08T16:20:27.840Z] 
16:20:27 [2023-09-08T16:20:27.840Z] #106 [dev-base  4/13] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:20:28 [2023-09-08T16:20:28.096Z] #106 DONE 0.4s
16:20:28 [2023-09-08T16:20:28.096Z] 
16:20:28 [2023-09-08T16:20:28.096Z] #107 [dev-base  5/13] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:20:28 [2023-09-08T16:20:28.658Z] #107 DONE 0.3s
16:20:28 [2023-09-08T16:20:28.658Z] 
16:20:28 [2023-09-08T16:20:28.658Z] #108 [dev-base  6/13] RUN ldconfig
16:20:28 [2023-09-08T16:20:28.658Z] #108 DONE 0.4s
16:20:28 [2023-09-08T16:20:28.914Z] 
16:20:28 [2023-09-08T16:20:28.914Z] #109 [dev-base  7/13] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
16:20:29 [2023-09-08T16:20:29.170Z] #109 DONE 0.4s
16:20:29 [2023-09-08T16:20:29.170Z] 
16:20:29 [2023-09-08T16:20:29.170Z] #110 [dev-base  8/13] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:20:29 [2023-09-08T16:20:29.732Z] #110 0.633 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:20:29 [2023-09-08T16:20:29.732Z] #110 0.643 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:20:29 [2023-09-08T16:20:29.988Z] #110 0.644 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:20:29 [2023-09-08T16:20:29.988Z] #110 0.765 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:20:29 [2023-09-08T16:20:29.988Z] #110 0.881 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [242 kB]
16:20:30 [2023-09-08T16:20:30.243Z] #110 0.992 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
16:20:30 [2023-09-08T16:20:30.804Z] #110 1.702 Fetched 8535 kB in 1s (6435 kB/s)
16:20:31 [2023-09-08T16:20:31.365Z] #110 1.702 Reading package lists...
16:20:31 [2023-09-08T16:20:31.926Z] #110 2.216 Reading package lists...
16:20:31 [2023-09-08T16:20:31.926Z] #110 2.714 Building dependency tree...
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.008 The following additional packages will be installed:
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.008   dmsetup libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcryptsetup12
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.008   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.008   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnetfilter-conntrack3
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.009   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.009   python3-distutils python3-lib2to3 python3-pkg-resources systemd vim-runtime
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.009   xxd
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.010 Suggested packages:
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.010   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.010   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.010   ctags vim-doc vim-scripts xfsdump acl attr quota
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.010 Recommended packages:
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.010   libatm1 nftables libpam-cap build-essential python3-dev dbus
16:20:32 [2023-09-08T16:20:32.182Z] #110 3.010   systemd-timesyncd | time-daemon unzip
16:20:32 [2023-09-08T16:20:32.745Z] #110 3.333 The following NEW packages will be installed:
16:20:32 [2023-09-08T16:20:32.745Z] #110 3.334   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
16:20:32 [2023-09-08T16:20:32.745Z] #110 3.334   libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12
16:20:32 [2023-09-08T16:20:32.745Z] #110 3.334   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
16:20:32 [2023-09-08T16:20:32.745Z] #110 3.334   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
16:20:32 [2023-09-08T16:20:32.745Z] #110 3.334   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
16:20:32 [2023-09-08T16:20:32.745Z] #110 3.334   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.334   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.335   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.335   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.335   xz-utils zip zstd
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.608 0 upgraded, 59 newly installed, 0 to remove and 1 not upgraded.
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.608 Need to get 32.1 MB of archives.
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.608 After this operation, 124 MB of additional disk space will be used.
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.608 Get:1 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.611 Get:2 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.612 Get:3 http://deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.613 Get:4 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.615 Get:5 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.616 Get:6 http://deb.debian.org/debian-security bullseye-security/main arm64 libjson-c5 arm64 0.15-2+deb11u1 [41.6 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.617 Get:7 http://deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.627 Get:8 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.631 Get:9 http://deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.632 Get:10 http://deb.debian.org/debian bullseye-updates/main arm64 systemd arm64 247.3-7+deb11u4 [4155 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.646 Get:11 http://deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.647 Get:12 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.648 Get:13 http://deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.648 Get:14 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.649 Get:15 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.649 Get:16 http://deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.649 Get:17 http://deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.654 Get:18 http://deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.655 Get:19 http://deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.656 Get:20 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.658 Get:21 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.658 Get:22 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.659 Get:23 http://deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.662 Get:24 http://deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.664 Get:25 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.665 Get:26 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.666 Get:27 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.673 Get:28 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.675 Get:29 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.676 Get:30 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.678 Get:31 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.678 Get:32 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.679 Get:33 http://deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.680 Get:34 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.682 Get:35 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:20:32 [2023-09-08T16:20:32.746Z] #110 3.734 Get:36 http://deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.735 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.736 Get:38 http://deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.736 Get:39 http://deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.737 Get:40 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.737 Get:41 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.738 Get:42 http://deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.739 Get:43 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.740 Get:44 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.749 Get:45 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.750 Get:46 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.751 Get:47 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.752 Get:48 http://deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.754 Get:49 http://deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.754 Get:50 http://deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.756 Get:51 http://deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.761 Get:52 http://deb.debian.org/debian bullseye-updates/main arm64 systemd-journal-remote arm64 247.3-7+deb11u4 [161 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.761 Get:53 http://deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.763 Get:54 http://deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.764 Get:55 http://deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
16:20:33 [2023-09-08T16:20:33.001Z] #110 3.871 Get:56 http://deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
16:20:33 [2023-09-08T16:20:33.257Z] #110 3.878 Get:57 http://deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
16:20:33 [2023-09-08T16:20:33.257Z] #110 3.883 Get:58 http://deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
16:20:33 [2023-09-08T16:20:33.257Z] #110 3.884 Get:59 http://deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
16:20:33 [2023-09-08T16:20:33.257Z] #110 4.059 debconf: delaying package configuration, since apt-utils is not installed
16:20:33 [2023-09-08T16:20:33.257Z] #110 4.100 Fetched 32.1 MB in 1s (59.0 MB/s)
16:20:33 [2023-09-08T16:20:33.257Z] #110 4.130 Selecting previously unselected package libapparmor1:arm64.
16:20:33 [2023-09-08T16:20:33.257Z] #110 4.130 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
16:20:33 [2023-09-08T16:20:33.257Z] #110 4.139 Preparing to unpack .../00-libapparmor1_2.13.6-10_arm64.deb ...
16:20:33 [2023-09-08T16:20:33.257Z] #110 4.146 Unpacking libapparmor1:arm64 (2.13.6-10) ...
16:20:33 [2023-09-08T16:20:33.257Z] #110 4.190 Selecting previously unselected package libcap2:arm64.
16:20:33 [2023-09-08T16:20:33.257Z] #110 4.191 Preparing to unpack .../01-libcap2_1%3a2.44-1_arm64.deb ...
16:20:33 [2023-09-08T16:20:33.257Z] #110 4.196 Unpacking libcap2:arm64 (1:2.44-1) ...
16:20:33 [2023-09-08T16:20:33.257Z] #110 4.232 Selecting previously unselected package libargon2-1:arm64.
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.234 Preparing to unpack .../02-libargon2-1_0~20171227-0.2_arm64.deb ...
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.238 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.276 Selecting previously unselected package dmsetup.
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.277 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.281 Unpacking dmsetup (2:1.02.175-2.1) ...
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.323 Selecting previously unselected package libdevmapper1.02.1:arm64.
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.324 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.327 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.370 Selecting previously unselected package libjson-c5:arm64.
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.371 Preparing to unpack .../05-libjson-c5_0.15-2+deb11u1_arm64.deb ...
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.376 Unpacking libjson-c5:arm64 (0.15-2+deb11u1) ...
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.414 Selecting previously unselected package libcryptsetup12:arm64.
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.416 Preparing to unpack .../06-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.420 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
16:20:33 [2023-09-08T16:20:33.513Z] #110 4.470 Selecting previously unselected package libip4tc2:arm64.
16:20:33 [2023-09-08T16:20:33.768Z] #110 4.472 Preparing to unpack .../07-libip4tc2_1.8.7-1_arm64.deb ...
16:20:33 [2023-09-08T16:20:33.768Z] #110 4.476 Unpacking libip4tc2:arm64 (1.8.7-1) ...
16:20:33 [2023-09-08T16:20:33.768Z] #110 4.513 Selecting previously unselected package libkmod2:arm64.
16:20:33 [2023-09-08T16:20:33.768Z] #110 4.515 Preparing to unpack .../08-libkmod2_28-1_arm64.deb ...
16:20:33 [2023-09-08T16:20:33.768Z] #110 4.518 Unpacking libkmod2:arm64 (28-1) ...
16:20:33 [2023-09-08T16:20:33.768Z] #110 4.563 Selecting previously unselected package systemd.
16:20:33 [2023-09-08T16:20:33.768Z] #110 4.564 Preparing to unpack .../09-systemd_247.3-7+deb11u4_arm64.deb ...
16:20:33 [2023-09-08T16:20:33.768Z] #110 4.611 Unpacking systemd (247.3-7+deb11u4) ...
16:20:34 [2023-09-08T16:20:34.023Z] #110 4.974 Selecting previously unselected package pigz.
16:20:34 [2023-09-08T16:20:34.023Z] #110 4.976 Preparing to unpack .../10-pigz_2.6-1_arm64.deb ...
16:20:34 [2023-09-08T16:20:34.023Z] #110 4.979 Unpacking pigz (2.6-1) ...
16:20:34 [2023-09-08T16:20:34.024Z] #110 5.016 Selecting previously unselected package libelf1:arm64.
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.018 Preparing to unpack .../11-libelf1_0.183-1_arm64.deb ...
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.021 Unpacking libelf1:arm64 (0.183-1) ...
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.072 Selecting previously unselected package libbpf0:arm64.
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.074 Preparing to unpack .../12-libbpf0_1%3a0.3-2_arm64.deb ...
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.077 Unpacking libbpf0:arm64 (1:0.3-2) ...
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.115 Selecting previously unselected package libmnl0:arm64.
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.116 Preparing to unpack .../13-libmnl0_1.0.4-3_arm64.deb ...
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.120 Unpacking libmnl0:arm64 (1.0.4-3) ...
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.156 Selecting previously unselected package libxtables12:arm64.
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.157 Preparing to unpack .../14-libxtables12_1.8.7-1_arm64.deb ...
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.161 Unpacking libxtables12:arm64 (1.8.7-1) ...
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.188 Selecting previously unselected package libcap2-bin.
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.190 Preparing to unpack .../15-libcap2-bin_1%3a2.44-1_arm64.deb ...
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.193 Unpacking libcap2-bin (1:2.44-1) ...
16:20:34 [2023-09-08T16:20:34.279Z] #110 5.232 Selecting previously unselected package iproute2.
16:20:34 [2023-09-08T16:20:34.535Z] #110 5.233 Preparing to unpack .../16-iproute2_5.10.0-4_arm64.deb ...
16:20:34 [2023-09-08T16:20:34.535Z] #110 5.237 Unpacking iproute2 (5.10.0-4) ...
16:20:34 [2023-09-08T16:20:34.535Z] #110 5.330 Selecting previously unselected package xxd.
16:20:34 [2023-09-08T16:20:34.535Z] #110 5.332 Preparing to unpack .../17-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:20:34 [2023-09-08T16:20:34.535Z] #110 5.335 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:20:34 [2023-09-08T16:20:34.535Z] #110 5.381 Selecting previously unselected package vim-common.
16:20:34 [2023-09-08T16:20:34.535Z] #110 5.383 Preparing to unpack .../18-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:20:34 [2023-09-08T16:20:34.535Z] #110 5.392 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:20:34 [2023-09-08T16:20:34.535Z] #110 5.442 Selecting previously unselected package bash-completion.
16:20:34 [2023-09-08T16:20:34.790Z] #110 5.444 Preparing to unpack .../19-bash-completion_1%3a2.11-2_all.deb ...
16:20:35 [2023-09-08T16:20:35.352Z] #110 6.083 Unpacking bash-completion (1:2.11-2) ...
16:20:35 [2023-09-08T16:20:35.352Z] #110 6.188 Selecting previously unselected package bzip2.
16:20:35 [2023-09-08T16:20:35.352Z] #110 6.191 Preparing to unpack .../20-bzip2_1.0.8-4_arm64.deb ...
16:20:35 [2023-09-08T16:20:35.352Z] #110 6.194 Unpacking bzip2 (1.0.8-4) ...
16:20:35 [2023-09-08T16:20:35.352Z] #110 6.231 Selecting previously unselected package xz-utils.
16:20:35 [2023-09-08T16:20:35.352Z] #110 6.233 Preparing to unpack .../21-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:20:35 [2023-09-08T16:20:35.352Z] #110 6.238 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:20:35 [2023-09-08T16:20:35.352Z] #110 6.289 Selecting previously unselected package apparmor.
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.291 Preparing to unpack .../22-apparmor_2.13.6-10_arm64.deb ...
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.314 Unpacking apparmor (2.13.6-10) ...
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.406 Selecting previously unselected package inetutils-ping.
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.408 Preparing to unpack .../23-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.412 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.462 Selecting previously unselected package libip6tc2:arm64.
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.464 Preparing to unpack .../24-libip6tc2_1.8.7-1_arm64.deb ...
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.468 Unpacking libip6tc2:arm64 (1.8.7-1) ...
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.503 Selecting previously unselected package libnfnetlink0:arm64.
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.506 Preparing to unpack .../25-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
16:20:35 [2023-09-08T16:20:35.607Z] #110 6.512 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.553 Selecting previously unselected package libnetfilter-conntrack3:arm64.
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.555 Preparing to unpack .../26-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.559 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.596 Selecting previously unselected package libnftnl11:arm64.
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.598 Preparing to unpack .../27-libnftnl11_1.1.9-1_arm64.deb ...
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.602 Unpacking libnftnl11:arm64 (1.1.9-1) ...
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.639 Selecting previously unselected package iptables.
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.641 Preparing to unpack .../28-iptables_1.8.7-1_arm64.deb ...
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.646 Unpacking iptables (1.8.7-1) ...
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.712 Selecting previously unselected package libonig5:arm64.
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.715 Preparing to unpack .../29-libonig5_6.9.6-1.1_arm64.deb ...
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.719 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:20:35 [2023-09-08T16:20:35.863Z] #110 6.770 Selecting previously unselected package libjq1:arm64.
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.772 Preparing to unpack .../30-libjq1_1.6-2.1_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.777 Unpacking libjq1:arm64 (1.6-2.1) ...
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.814 Selecting previously unselected package jq.
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.816 Preparing to unpack .../31-jq_1.6-2.1_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.820 Unpacking jq (1.6-2.1) ...
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.857 Selecting previously unselected package libaio1:arm64.
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.859 Preparing to unpack .../32-libaio1_0.3.112-9_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.863 Unpacking libaio1:arm64 (0.3.112-9) ...
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.900 Selecting previously unselected package libgpm2:arm64.
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.902 Preparing to unpack .../33-libgpm2_1.20.7-8_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.905 Unpacking libgpm2:arm64 (1.20.7-8) ...
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.939 Selecting previously unselected package libicu67:arm64.
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.942 Preparing to unpack .../34-libicu67_67.1-7_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.119Z] #110 6.948 Unpacking libicu67:arm64 (67.1-7) ...
16:20:36 [2023-09-08T16:20:36.681Z] #110 7.611 Selecting previously unselected package libinih1:arm64.
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.613 Preparing to unpack .../35-libinih1_53-1+b2_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.617 Unpacking libinih1:arm64 (53-1+b2) ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.648 Selecting previously unselected package libmicrohttpd12:arm64.
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.651 Preparing to unpack .../36-libmicrohttpd12_0.9.72-2_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.656 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.701 Selecting previously unselected package libnet1:arm64.
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.704 Preparing to unpack .../37-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.709 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.747 Selecting previously unselected package libnl-3-200:arm64.
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.749 Preparing to unpack .../38-libnl-3-200_3.4.0-1+b1_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.753 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.790 Selecting previously unselected package libprotobuf-c1:arm64.
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.792 Preparing to unpack .../39-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.796 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.830 Selecting previously unselected package libyajl2:arm64.
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.832 Preparing to unpack .../40-libyajl2_2.1.0-3_arm64.deb ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.835 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:20:36 [2023-09-08T16:20:36.937Z] #110 7.863 Selecting previously unselected package net-tools.
16:20:37 [2023-09-08T16:20:37.193Z] #110 7.865 Preparing to unpack .../41-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
16:20:37 [2023-09-08T16:20:37.193Z] #110 7.871 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
16:20:37 [2023-09-08T16:20:37.193Z] #110 7.918 Selecting previously unselected package patch.
16:20:37 [2023-09-08T16:20:37.193Z] #110 7.920 Preparing to unpack .../42-patch_2.7.6-7_arm64.deb ...
16:20:37 [2023-09-08T16:20:37.193Z] #110 7.923 Unpacking patch (2.7.6-7) ...
16:20:37 [2023-09-08T16:20:37.193Z] #110 7.958 Selecting previously unselected package python-pip-whl.
16:20:37 [2023-09-08T16:20:37.193Z] #110 7.960 Preparing to unpack .../43-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
16:20:37 [2023-09-08T16:20:37.193Z] #110 7.964 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
16:20:37 [2023-09-08T16:20:37.193Z] #110 8.097 Selecting previously unselected package python3-lib2to3.
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.099 Preparing to unpack .../44-python3-lib2to3_3.9.2-1_all.deb ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.102 Unpacking python3-lib2to3 (3.9.2-1) ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.143 Selecting previously unselected package python3-distutils.
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.145 Preparing to unpack .../45-python3-distutils_3.9.2-1_all.deb ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.151 Unpacking python3-distutils (3.9.2-1) ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.194 Selecting previously unselected package python3-pkg-resources.
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.196 Preparing to unpack .../46-python3-pkg-resources_52.0.0-4_all.deb ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.200 Unpacking python3-pkg-resources (52.0.0-4) ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.244 Selecting previously unselected package python3-setuptools.
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.246 Preparing to unpack .../47-python3-setuptools_52.0.0-4_all.deb ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.249 Unpacking python3-setuptools (52.0.0-4) ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.305 Selecting previously unselected package python3-wheel.
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.307 Preparing to unpack .../48-python3-wheel_0.34.2-1_all.deb ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.311 Unpacking python3-wheel (0.34.2-1) ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.343 Selecting previously unselected package python3-pip.
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.345 Preparing to unpack .../49-python3-pip_20.3.4-4+deb11u1_all.deb ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.348 Unpacking python3-pip (20.3.4-4+deb11u1) ...
16:20:37 [2023-09-08T16:20:37.448Z] #110 8.414 Selecting previously unselected package sudo.
16:20:37 [2023-09-08T16:20:37.704Z] #110 8.416 Preparing to unpack .../50-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
16:20:37 [2023-09-08T16:20:37.704Z] #110 8.421 Unpacking sudo (1.9.5p2-3+deb11u1) ...
16:20:37 [2023-09-08T16:20:37.704Z] #110 8.533 Selecting previously unselected package systemd-journal-remote.
16:20:37 [2023-09-08T16:20:37.704Z] #110 8.536 Preparing to unpack .../51-systemd-journal-remote_247.3-7+deb11u4_arm64.deb ...
16:20:37 [2023-09-08T16:20:37.704Z] #110 8.541 Unpacking systemd-journal-remote (247.3-7+deb11u4) ...
16:20:37 [2023-09-08T16:20:37.704Z] #110 8.575 Selecting previously unselected package thin-provisioning-tools.
16:20:37 [2023-09-08T16:20:37.704Z] #110 8.577 Preparing to unpack .../52-thin-provisioning-tools_0.9.0-1_arm64.deb ...
16:20:37 [2023-09-08T16:20:37.704Z] #110 8.580 Unpacking thin-provisioning-tools (0.9.0-1) ...
16:20:37 [2023-09-08T16:20:37.704Z] #110 8.637 Selecting previously unselected package uidmap.
16:20:37 [2023-09-08T16:20:37.960Z] #110 8.639 Preparing to unpack .../53-uidmap_1%3a4.8.1-1_arm64.deb ...
16:20:37 [2023-09-08T16:20:37.960Z] #110 8.642 Unpacking uidmap (1:4.8.1-1) ...
16:20:37 [2023-09-08T16:20:37.960Z] #110 8.686 Selecting previously unselected package vim-runtime.
16:20:37 [2023-09-08T16:20:37.960Z] #110 8.688 Preparing to unpack .../54-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
16:20:37 [2023-09-08T16:20:37.960Z] #110 8.699 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
16:20:37 [2023-09-08T16:20:37.960Z] #110 8.709 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
16:20:37 [2023-09-08T16:20:37.960Z] #110 8.712 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
16:20:38 [2023-09-08T16:20:38.521Z] #110 9.261 Selecting previously unselected package vim.
16:20:38 [2023-09-08T16:20:38.521Z] #110 9.263 Preparing to unpack .../55-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:20:38 [2023-09-08T16:20:38.521Z] #110 9.272 Unpacking vim (2:8.2.2434-3+deb11u1) ...
16:20:38 [2023-09-08T16:20:38.521Z] #110 9.396 Selecting previously unselected package xfsprogs.
16:20:38 [2023-09-08T16:20:38.521Z] #110 9.399 Preparing to unpack .../56-xfsprogs_5.10.0-4_arm64.deb ...
16:20:38 [2023-09-08T16:20:38.521Z] #110 9.403 Unpacking xfsprogs (5.10.0-4) ...
16:20:38 [2023-09-08T16:20:38.521Z] #110 9.495 Selecting previously unselected package zip.
16:20:38 [2023-09-08T16:20:38.777Z] #110 9.497 Preparing to unpack .../57-zip_3.0-12_arm64.deb ...
16:20:38 [2023-09-08T16:20:38.777Z] #110 9.501 Unpacking zip (3.0-12) ...
16:20:38 [2023-09-08T16:20:38.777Z] #110 9.542 Selecting previously unselected package zstd.
16:20:38 [2023-09-08T16:20:38.777Z] #110 9.544 Preparing to unpack .../58-zstd_1.4.8+dfsg-2.1_arm64.deb ...
16:20:38 [2023-09-08T16:20:38.777Z] #110 9.547 Unpacking zstd (1.4.8+dfsg-2.1) ...
16:20:38 [2023-09-08T16:20:38.777Z] #110 9.633 Setting up python3-pkg-resources (52.0.0-4) ...
16:20:39 [2023-09-08T16:20:39.032Z] #110 9.821 Setting up libip4tc2:arm64 (1.8.7-1) ...
16:20:39 [2023-09-08T16:20:39.032Z] #110 9.831 Setting up net-tools (1.60+git20181103.0eebece-1) ...
16:20:39 [2023-09-08T16:20:39.032Z] #110 9.841 Setting up libapparmor1:arm64 (2.13.6-10) ...
16:20:39 [2023-09-08T16:20:39.032Z] #110 9.850 Setting up libgpm2:arm64 (1.20.7-8) ...
16:20:39 [2023-09-08T16:20:39.032Z] #110 9.860 Setting up libicu67:arm64 (67.1-7) ...
16:20:39 [2023-09-08T16:20:39.032Z] #110 9.870 Setting up libip6tc2:arm64 (1.8.7-1) ...
16:20:39 [2023-09-08T16:20:39.032Z] #110 9.881 Setting up libinih1:arm64 (53-1+b2) ...
16:20:39 [2023-09-08T16:20:39.032Z] #110 9.891 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 9.900 Setting up uidmap (1:4.8.1-1) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 9.909 Setting up libyajl2:arm64 (2.1.0-3) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 9.921 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 9.932 Setting up bzip2 (1.0.8-4) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 9.943 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 9.952 Setting up python3-wheel (0.34.2-1) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 10.09 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 10.10 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 10.11 Setting up libcap2:arm64 (1:2.44-1) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 10.12 Setting up libcap2-bin (1:2.44-1) ...
16:20:39 [2023-09-08T16:20:39.290Z] #110 10.13 Setting up apparmor (2.13.6-10) ...
16:20:40 [2023-09-08T16:20:40.216Z] #110 10.85 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
16:20:40 [2023-09-08T16:20:40.216Z] #110 10.91 Setting up zip (3.0-12) ...
16:20:40 [2023-09-08T16:20:40.216Z] #110 10.92 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:20:40 [2023-09-08T16:20:40.216Z] #110 10.94 Setting up bash-completion (1:2.11-2) ...
16:20:40 [2023-09-08T16:20:40.778Z] #110 11.67 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:20:40 [2023-09-08T16:20:40.778Z] #110 11.68 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:20:40 [2023-09-08T16:20:40.778Z] #110 11.69 Setting up libmnl0:arm64 (1.0.4-3) ...
16:20:40 [2023-09-08T16:20:40.778Z] #110 11.70 Setting up patch (2.7.6-7) ...
16:20:40 [2023-09-08T16:20:40.778Z] #110 11.71 Setting up sudo (1.9.5p2-3+deb11u1) ...
16:20:40 [2023-09-08T16:20:40.778Z] #110 11.75 invoke-rc.d: could not determine current runlevel
16:20:40 [2023-09-08T16:20:40.778Z] #110 11.75 invoke-rc.d: policy-rc.d denied execution of start.
16:20:40 [2023-09-08T16:20:40.778Z] #110 11.76 Setting up libxtables12:arm64 (1.8.7-1) ...
16:20:41 [2023-09-08T16:20:41.036Z] #110 11.77 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
16:20:41 [2023-09-08T16:20:41.036Z] #110 11.79 Setting up pigz (2.6-1) ...
16:20:41 [2023-09-08T16:20:41.036Z] #110 11.80 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:20:41 [2023-09-08T16:20:41.036Z] #110 11.81 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
16:20:41 [2023-09-08T16:20:41.036Z] #110 11.83 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
16:20:41 [2023-09-08T16:20:41.036Z] #110 11.84 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
16:20:41 [2023-09-08T16:20:41.036Z] #110 12.02 Setting up libaio1:arm64 (0.3.112-9) ...
16:20:41 [2023-09-08T16:20:41.291Z] #110 12.03 Setting up python3-lib2to3 (3.9.2-1) ...
16:20:41 [2023-09-08T16:20:41.291Z] #110 12.13 Setting up libelf1:arm64 (0.183-1) ...
16:20:41 [2023-09-08T16:20:41.291Z] #110 12.15 Setting up libjson-c5:arm64 (0.15-2+deb11u1) ...
16:20:41 [2023-09-08T16:20:41.291Z] #110 12.16 Setting up zstd (1.4.8+dfsg-2.1) ...
16:20:41 [2023-09-08T16:20:41.291Z] #110 12.17 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:20:41 [2023-09-08T16:20:41.291Z] #110 12.19 Setting up libkmod2:arm64 (28-1) ...
16:20:41 [2023-09-08T16:20:41.291Z] #110 12.20 Setting up python3-distutils (3.9.2-1) ...
16:20:41 [2023-09-08T16:20:41.547Z] #110 12.33 Setting up vim (2:8.2.2434-3+deb11u1) ...
16:20:41 [2023-09-08T16:20:41.547Z] #110 12.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:20:41 [2023-09-08T16:20:41.547Z] #110 12.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:20:41 [2023-09-08T16:20:41.547Z] #110 12.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:20:41 [2023-09-08T16:20:41.548Z] #110 12.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:20:41 [2023-09-08T16:20:41.548Z] #110 12.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:20:41 [2023-09-08T16:20:41.548Z] #110 12.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:20:41 [2023-09-08T16:20:41.548Z] #110 12.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:20:41 [2023-09-08T16:20:41.548Z] #110 12.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:20:41 [2023-09-08T16:20:41.548Z] #110 12.38 Setting up python3-setuptools (52.0.0-4) ...
16:20:42 [2023-09-08T16:20:42.109Z] #110 12.70 Setting up libjq1:arm64 (1.6-2.1) ...
16:20:42 [2023-09-08T16:20:42.109Z] #110 12.71 Setting up libnftnl11:arm64 (1.1.9-1) ...
16:20:42 [2023-09-08T16:20:42.109Z] #110 12.72 Setting up thin-provisioning-tools (0.9.0-1) ...
16:20:42 [2023-09-08T16:20:42.109Z] #110 12.74 Setting up python3-pip (20.3.4-4+deb11u1) ...
16:20:42 [2023-09-08T16:20:42.364Z] #110 12.99 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.00 Setting up jq (1.6-2.1) ...
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.01 Setting up libbpf0:arm64 (1:0.3-2) ...
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.03 Setting up iptables (1.8.7-1) ...
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.04 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.04 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.05 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.05 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.06 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.06 Setting up iproute2 (5.10.0-4) ...
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.19 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.20 Setting up dmsetup (2:1.02.175-2.1) ...
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.21 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.22 Setting up systemd (247.3-7+deb11u4) ...
16:20:42 [2023-09-08T16:20:42.364Z] #110 13.26 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
16:20:42 [2023-09-08T16:20:42.620Z] #110 13.26 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
16:20:42 [2023-09-08T16:20:42.621Z] #110 13.27 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
16:20:42 [2023-09-08T16:20:42.621Z] #110 13.27 Initializing machine ID from random generator.
16:20:42 [2023-09-08T16:20:42.876Z] #110 13.64 Setting up systemd-journal-remote (247.3-7+deb11u4) ...
16:20:42 [2023-09-08T16:20:42.876Z] #110 13.76 Setting up xfsprogs (5.10.0-4) ...
16:20:42 [2023-09-08T16:20:42.876Z] #110 13.77 System has not been booted with systemd as init system (PID 1). Can't operate.
16:20:42 [2023-09-08T16:20:42.876Z] #110 13.77 Failed to connect to bus: Host is down
16:20:42 [2023-09-08T16:20:42.876Z] #110 13.78 Processing triggers for libc-bin (2.31-13+deb11u6) ...
16:20:44 [2023-09-08T16:20:44.240Z] #110 DONE 15.0s
16:20:44 [2023-09-08T16:20:44.240Z] 
16:20:44 [2023-09-08T16:20:44.240Z] #111 [dev-base  9/13] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
16:20:44 [2023-09-08T16:20:44.495Z] #111 0.343 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:20:44 [2023-09-08T16:20:44.495Z] #111 0.346 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:20:44 [2023-09-08T16:20:44.495Z] #111 0.350 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:20:44 [2023-09-08T16:20:44.495Z] #111 DONE 0.4s
16:20:44 [2023-09-08T16:20:44.495Z] 
16:20:44 [2023-09-08T16:20:44.495Z] #112 [dev-base 10/13] RUN pip3 install yamllint==1.27.1
16:20:51 [2023-09-08T16:20:51.025Z] #112 5.578 Collecting yamllint==1.27.1
16:20:51 [2023-09-08T16:20:51.281Z] #112 6.603   Downloading yamllint-1.27.1.tar.gz (129 kB)
16:20:51 [2023-09-08T16:20:51.537Z] #112 6.892 Collecting pathspec>=0.5.3
16:20:51 [2023-09-08T16:20:51.537Z] #112 6.895   Downloading pathspec-0.11.2-py3-none-any.whl (29 kB)
16:20:51 [2023-09-08T16:20:51.537Z] #112 7.000 Collecting pyyaml
16:20:51 [2023-09-08T16:20:51.537Z] #112 7.005   Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
16:20:51 [2023-09-08T16:20:51.537Z] #112 7.079 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
16:20:51 [2023-09-08T16:20:51.537Z] #112 7.083 Building wheels for collected packages: yamllint
16:20:51 [2023-09-08T16:20:51.537Z] #112 7.084   Building wheel for yamllint (setup.py): started
16:20:52 [2023-09-08T16:20:52.098Z] #112 7.321   Building wheel for yamllint (setup.py): finished with status 'done'
16:20:52 [2023-09-08T16:20:52.098Z] #112 7.321   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=550f7e6af20300b00668f6006cbf0cdd5df36918c46c090c3e60f943ef1aad52
16:20:52 [2023-09-08T16:20:52.098Z] #112 7.321   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
16:20:52 [2023-09-08T16:20:52.098Z] #112 7.324 Successfully built yamllint
16:20:52 [2023-09-08T16:20:52.098Z] #112 7.330 Installing collected packages: pyyaml, pathspec, yamllint
16:20:52 [2023-09-08T16:20:52.098Z] #112 7.443 Successfully installed pathspec-0.11.2 pyyaml-6.0.1 yamllint-1.27.1
16:20:52 [2023-09-08T16:20:52.098Z] #112 DONE 7.5s
16:20:52 [2023-09-08T16:20:52.098Z] 
16:20:52 [2023-09-08T16:20:52.098Z] #113 [dev-base 11/13] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             gcc             pkg-config             dpkg-dev             libapparmor-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
16:20:52 [2023-09-08T16:20:52.659Z] #113 0.596 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:20:52 [2023-09-08T16:20:52.659Z] #113 0.596 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
16:20:52 [2023-09-08T16:20:52.659Z] #113 0.596 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:20:53 [2023-09-08T16:20:53.476Z] #113 0.939 Reading package lists...
16:20:54 [2023-09-08T16:20:54.037Z] #113 1.453 Reading package lists...
16:20:54 [2023-09-08T16:20:54.038Z] #113 1.961 Building dependency tree...
16:20:54 [2023-09-08T16:20:54.293Z] #113 2.093 Reading state information...
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.266 gcc is already the newest version (4:10.2.1-1).
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.266 pkg-config is already the newest version (0.29.2-1).
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.266 The following additional packages will be installed:
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.267   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libffi-dev
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.267   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.267   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.267   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.267   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev uuid-dev
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.267   zlib1g-dev
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.269 Suggested packages:
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.269   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.269   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.269 Recommended packages:
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.269   build-essential fakeroot libalgorithm-merge-perl
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.482 The following NEW packages will be installed:
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.482   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.482   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.483   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.483   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.483   libpcrecpp0v5 libseccomp-dev libsecret-1-0 libsecret-1-dev libsecret-common
16:20:54 [2023-09-08T16:20:54.548Z] #113 2.483   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev uuid-dev zlib1g-dev
16:20:54 [2023-09-08T16:20:54.804Z] #113 2.757 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
16:20:54 [2023-09-08T16:20:54.804Z] #113 2.757 Need to get 10.2 MB of archives.
16:20:54 [2023-09-08T16:20:54.804Z] #113 2.757 After this operation, 41.2 MB of additional disk space will be used.
16:20:54 [2023-09-08T16:20:54.804Z] #113 2.757 Get:1 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
16:20:54 [2023-09-08T16:20:54.804Z] #113 2.809 Get:2 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.816 Get:3 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.817 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.817 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.818 Get:6 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.818 Get:7 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.819 Get:8 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.820 Get:9 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.821 Get:10 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.823 Get:11 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.840 Get:12 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.840 Get:13 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.849 Get:14 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.862 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.863 Get:16 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.874 Get:17 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.874 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.878 Get:19 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.879 Get:20 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.879 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.881 Get:22 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.897 Get:23 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.898 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.902 Get:25 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.903 Get:26 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.943 Get:27 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.944 Get:28 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.945 Get:29 http://deb.debian.org/debian bullseye-updates/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB]
16:20:55 [2023-09-08T16:20:55.060Z] #113 2.946 Get:30 http://deb.debian.org/debian bullseye-updates/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB]
16:20:55 [2023-09-08T16:20:55.316Z] #113 3.107 debconf: delaying package configuration, since apt-utils is not installed
16:20:55 [2023-09-08T16:20:55.316Z] #113 3.141 Fetched 10.2 MB in 0s (22.3 MB/s)
16:20:55 [2023-09-08T16:20:55.316Z] #113 3.164 Selecting previously unselected package dpkg-dev.
16:20:55 [2023-09-08T16:20:55.316Z] #113 3.164 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21239 files and directories currently installed.)
16:20:55 [2023-09-08T16:20:55.316Z] #113 3.175 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
16:20:55 [2023-09-08T16:20:55.316Z] #113 3.179 Unpacking dpkg-dev (1.20.12) ...
16:20:55 [2023-09-08T16:20:55.316Z] #113 3.304 Selecting previously unselected package libgirepository-1.0-1:arm64.
16:20:55 [2023-09-08T16:20:55.316Z] #113 3.307 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
16:20:55 [2023-09-08T16:20:55.316Z] #113 3.316 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
16:20:55 [2023-09-08T16:20:55.316Z] #113 3.348 Selecting previously unselected package gir1.2-glib-2.0:arm64.
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.351 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.354 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.391 Selecting previously unselected package libsecret-common.
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.393 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.397 Unpacking libsecret-common (0.20.4-2) ...
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.445 Selecting previously unselected package libsecret-1-0:arm64.
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.447 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.452 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.490 Selecting previously unselected package gir1.2-secret-1:arm64.
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.492 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.495 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.522 Selecting previously unselected package libapparmor-dev:arm64.
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.524 Preparing to unpack .../06-libapparmor-dev_2.13.6-10_arm64.deb ...
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.527 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
16:20:55 [2023-09-08T16:20:55.572Z] #113 3.566 Selecting previously unselected package uuid-dev:arm64.
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.568 Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.572 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.612 Selecting previously unselected package libblkid-dev:arm64.
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.614 Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.622 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.667 Selecting previously unselected package libffi-dev:arm64.
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.669 Preparing to unpack .../09-libffi-dev_3.3-6_arm64.deb ...
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.672 Unpacking libffi-dev:arm64 (3.3-6) ...
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.702 Selecting previously unselected package libglib2.0-data.
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.704 Preparing to unpack .../10-libglib2.0-data_2.66.8-1_all.deb ...
16:20:55 [2023-09-08T16:20:55.828Z] #113 3.708 Unpacking libglib2.0-data (2.66.8-1) ...
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.834 Selecting previously unselected package libglib2.0-bin.
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.836 Preparing to unpack .../11-libglib2.0-bin_2.66.8-1_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.839 Unpacking libglib2.0-bin (2.66.8-1) ...
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.879 Selecting previously unselected package libglib2.0-dev-bin.
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.881 Preparing to unpack .../12-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.885 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.925 Selecting previously unselected package libsepol1-dev:arm64.
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.928 Preparing to unpack .../13-libsepol1-dev_3.1-1_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.931 Unpacking libsepol1-dev:arm64 (3.1-1) ...
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.988 Selecting previously unselected package libpcre2-16-0:arm64.
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.990 Preparing to unpack .../14-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.084Z] #113 3.993 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:20:56 [2023-09-08T16:20:56.084Z] #113 4.044 Selecting previously unselected package libpcre2-32-0:arm64.
16:20:56 [2023-09-08T16:20:56.339Z] #113 4.047 Preparing to unpack .../15-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.050 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.094 Selecting previously unselected package libpcre2-posix2:arm64.
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.097 Preparing to unpack .../16-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.102 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.133 Selecting previously unselected package libpcre2-dev:arm64.
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.135 Preparing to unpack .../17-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.141 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.216 Selecting previously unselected package libselinux1-dev:arm64.
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.219 Preparing to unpack .../18-libselinux1-dev_3.1-3_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.222 Unpacking libselinux1-dev:arm64 (3.1-3) ...
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.276 Selecting previously unselected package libmount-dev:arm64.
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.278 Preparing to unpack .../19-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.283 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
16:20:56 [2023-09-08T16:20:56.340Z] #113 4.320 Selecting previously unselected package libpcre16-3:arm64.
16:20:56 [2023-09-08T16:20:56.595Z] #113 4.322 Preparing to unpack .../20-libpcre16-3_2%3a8.39-13_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.326 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.377 Selecting previously unselected package libpcre32-3:arm64.
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.379 Preparing to unpack .../21-libpcre32-3_2%3a8.39-13_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.383 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.429 Selecting previously unselected package libpcrecpp0v5:arm64.
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.431 Preparing to unpack .../22-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.435 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.468 Selecting previously unselected package libpcre3-dev:arm64.
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.470 Preparing to unpack .../23-libpcre3-dev_2%3a8.39-13_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.473 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
16:20:56 [2023-09-08T16:20:56.596Z] #113 4.547 Selecting previously unselected package zlib1g-dev:arm64.
16:20:56 [2023-09-08T16:20:56.851Z] #113 4.549 Preparing to unpack .../24-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.851Z] #113 4.553 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
16:20:56 [2023-09-08T16:20:56.851Z] #113 4.592 Selecting previously unselected package libglib2.0-dev:arm64.
16:20:56 [2023-09-08T16:20:56.851Z] #113 4.595 Preparing to unpack .../25-libglib2.0-dev_2.66.8-1_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.851Z] #113 4.598 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
16:20:56 [2023-09-08T16:20:56.851Z] #113 4.777 Selecting previously unselected package libseccomp-dev:arm64.
16:20:56 [2023-09-08T16:20:56.851Z] #113 4.780 Preparing to unpack .../26-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:20:56 [2023-09-08T16:20:56.851Z] #113 4.783 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:20:56 [2023-09-08T16:20:56.851Z] #113 4.821 Selecting previously unselected package libsecret-1-dev:arm64.
16:20:57 [2023-09-08T16:20:57.107Z] #113 4.824 Preparing to unpack .../27-libsecret-1-dev_0.20.4-2_arm64.deb ...
16:20:57 [2023-09-08T16:20:57.107Z] #113 4.828 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
16:20:57 [2023-09-08T16:20:57.107Z] #113 4.881 Selecting previously unselected package libsystemd-dev:arm64.
16:20:57 [2023-09-08T16:20:57.107Z] #113 4.883 Preparing to unpack .../28-libsystemd-dev_247.3-7+deb11u4_arm64.deb ...
16:20:57 [2023-09-08T16:20:57.107Z] #113 4.887 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ...
16:20:57 [2023-09-08T16:20:57.107Z] #113 4.979 Selecting previously unselected package libudev-dev:arm64.
16:20:57 [2023-09-08T16:20:57.107Z] #113 4.981 Preparing to unpack .../29-libudev-dev_247.3-7+deb11u4_arm64.deb ...
16:20:57 [2023-09-08T16:20:57.107Z] #113 4.986 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ...
16:20:57 [2023-09-08T16:20:57.107Z] #113 5.107 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.118 Setting up libglib2.0-dev-bin (2.66.8-1) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.273 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.282 Setting up libpcre16-3:arm64 (2:8.39-13) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.290 Setting up libsepol1-dev:arm64 (3.1-1) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.299 Setting up libffi-dev:arm64 (3.3-6) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.308 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.319 Setting up dpkg-dev (1.20.12) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.338 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.346 Setting up libglib2.0-data (2.66.8-1) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.355 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
16:20:57 [2023-09-08T16:20:57.363Z] #113 5.364 Setting up libpcre32-3:arm64 (2:8.39-13) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.374 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.384 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.393 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.402 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.411 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.422 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.432 Setting up libsecret-common (0.20.4-2) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.443 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.457 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.466 Setting up libselinux1-dev:arm64 (3.1-3) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.475 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.487 Setting up libglib2.0-bin (2.66.8-1) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.497 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.507 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.517 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.527 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.538 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.548 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.558 No schema files found: doing nothing.
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.563 Processing triggers for libc-bin (2.31-13+deb11u6) ...
16:20:57 [2023-09-08T16:20:57.618Z] #113 5.583 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
16:20:57 [2023-09-08T16:20:57.874Z] #113 DONE 5.9s
16:20:58 [2023-09-08T16:20:58.130Z] 
16:20:58 [2023-09-08T16:20:58.130Z] #114 [dev-base 12/13] COPY --link --from=dockercli             /build/ /usr/local/cli
16:20:58 [2023-09-08T16:20:58.690Z] #114 DONE 0.6s
16:20:58 [2023-09-08T16:20:58.690Z] 
16:20:58 [2023-09-08T16:20:58.690Z] #115 [dev-base 13/13] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
16:20:58 [2023-09-08T16:20:58.946Z] #115 DONE 0.4s
16:20:59 [2023-09-08T16:20:59.201Z] 
16:20:59 [2023-09-08T16:20:59.201Z] #116 [dev 1/1] COPY --link . .
16:21:00 [2023-09-08T16:21:00.128Z] #116 DONE 1.1s
16:21:00 [2023-09-08T16:21:00.128Z] 
16:21:00 [2023-09-08T16:21:00.128Z] #117 exporting to image
16:21:00 [2023-09-08T16:21:00.128Z] #117 exporting layers
16:21:01 [2023-09-08T16:21:01.056Z] #117 exporting layers 1.0s done
16:21:01 [2023-09-08T16:21:01.056Z] #117 writing image sha256:9314aa82cba0a9ca287c9f1b940f2bed983ceb825eca53baae57979c15094e04 done
16:21:01 [2023-09-08T16:21:01.056Z] #117 naming to docker.io/library/docker:cd00a469f739a80b86c8c533858935b13fb5b9ec done
16:21:01 [2023-09-08T16:21:01.056Z] #117 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
16:21:01 [2023-09-08T16:21:01.346Z] + sudo modprobe ip6table_filter
[Pipeline] sh
16:21:01 [2023-09-08T16:21:01.662Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46406/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cd00a469f739a80b86c8c533858935b13fb5b9ec -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cd00a469f739a80b86c8c533858935b13fb5b9ec hack/test/unit
16:21:03 [2023-09-08T16:21:03.550Z] + BUILDFLAGS=(-tags 'netgo journald')
16:21:03 [2023-09-08T16:21:03.550Z] + TESTFLAGS+=' -test.timeout=5m'
16:21:03 [2023-09-08T16:21:03.550Z] + TESTDIRS=./...
16:21:03 [2023-09-08T16:21:03.550Z] + exclude_paths='/vendor/|/integration'
16:21:03 [2023-09-08T16:21:03.550Z] ++ go list ./...
16:21:03 [2023-09-08T16:21:03.550Z] ++ grep -vE '(/vendor/|/integration)'
16:21:04 [2023-09-08T16:21:04.114Z] + pkg_list='github.com/docker/docker/api
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/backend/build
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/httpstatus
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/httputils
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/middleware
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/build
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/checkpoint
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/container
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/debug
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/distribution
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/grpc
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/image
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/network
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/plugin
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/session
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/swarm
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/system
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/server/router/volume
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/backend
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/blkiodev
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/checkpoint
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/container
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/events
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/filters
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/image
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/mount
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/network
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/plugins/logdriver
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/registry
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/strslice
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/swarm
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/swarm/runtime
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/system
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/time
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/versions
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/versions/v1p19
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/versions/v1p20
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/api/types/volume
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/builder-next
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/builder-next/exporter
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/builder-next/exporter/overrides
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/builder-next/worker
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/builder-next/worker/label
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/dockerfile
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/remotecontext
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/remotecontext/git
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/builder/remotecontext/urlutil
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/cli/debug
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/cli/winresources/docker-proxy
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/cli/winresources/dockerd
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/client
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/client/buildkit
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/cmd/docker-proxy
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/cmd/dockerd
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/cmd/dockerd/trap
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/container
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/container/stream
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/contrib/apparmor
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/contrib/httpserver
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/cluster
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/cluster/convert
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/cluster/executor
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/cluster/executor/container
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/cluster/provider
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/config
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/containerd
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/events
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/events/testutils
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/graphdriver
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/graphdriver/copy
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/graphdriver/register
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/graphdriver/vfs
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/graphdriver/zfs
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/images
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/initlayer
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/links
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/listeners
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/awslogs
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/fluentd
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/gcplogs
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/gelf
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/journald
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/local
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/logentries
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/loggertest
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/loggerutils
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/splunk
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/syslog
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/logger/templates
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/names
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/network
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/snapshotter
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/daemon/stats
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/distribution
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/distribution/metadata
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/distribution/utils
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/distribution/xfer
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/dockerversion
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/errdefs
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/image
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/image/cache
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/image/spec/specs-go
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/image/spec/specs-go/v1
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/image/tarexport
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/image/v1
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/internal/mod
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/internal/mounttree
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/internal/multierror
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/internal/test/suite
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/internal/testutils
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/internal/testutils/netnsutils
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/internal/unshare
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/layer
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/libcontainerd
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/libcontainerd/queue
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/libcontainerd/remote
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/libcontainerd/shimopts
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/libcontainerd/supervisor
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/libcontainerd/types
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/libnetwork
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/libnetwork/bitmap
16:21:04 [2023-09-08T16:21:04.114Z] github.com/docker/docker/libnetwork/cluster
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/config
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/datastore
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/diagnostic
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/discoverapi
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/driverapi
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/host
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/null
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/overlay
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/remote
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/windows
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drvregistry
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/etchosts
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/internal/caller
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/internal/kvstore
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipam
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipamapi
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipams/builtin
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipams/null
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipams/remote
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipamutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipbits
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/iptables
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/netlabel
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/netutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/networkdb
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ns
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/options
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/osl
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/osl/kernel
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/portallocator
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/portmapper
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/resolvconf
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/scope
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/types
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/oci
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/oci/caps
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/opts
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/aaparser
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/archive
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/authorization
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/broadcaster
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/capabilities
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/chrootarchive
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/containerfs
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/directory
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/dmesg
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/fileutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/homedir
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/idtools
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/ioutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/jsonmessage
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/longpath
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/loopback
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/meminfo
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/namesgenerator
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/parsers
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/parsers/kernel
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/pidfile
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/platform
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/platforms
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/plugingetter
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/plugins
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/plugins/transport
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/pools
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/process
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/progress
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/reexec
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/rootless
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/rootless/specconv
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/stack
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/stdcopy
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/streamformatter
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/stringid
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/sysinfo
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/system
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/tailfile
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/tarsum
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/useragent
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/plugin
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/plugin/executor/containerd
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/plugin/v2
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/profiles/apparmor
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/profiles/seccomp
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/quota
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/reference
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/registry
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/registry/resumable
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/restartmanager
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/runconfig
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/runconfig/opts
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil/daemon
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil/environment
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil/fakecontext
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil/fakegit
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil/fakestorage
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil/fixtures/load
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil/fixtures/plugin
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil/registry
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/testutil/request
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/volume
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/volume/drivers
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/volume/local
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/volume/mounts
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/volume/service
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/volume/service/opts
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/volume/testutils'
16:21:04 [2023-09-08T16:21:04.115Z] ++ grep --fixed-strings -v /libnetwork
16:21:04 [2023-09-08T16:21:04.115Z] ++ echo 'github.com/docker/docker/api
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/backend/build
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/httpstatus
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/httputils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/middleware
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/build
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/checkpoint
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/container
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/debug
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/distribution
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/grpc
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/image
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/network
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/plugin
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/session
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/swarm
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/system
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/server/router/volume
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/backend
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/blkiodev
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/checkpoint
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/container
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/events
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/filters
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/image
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/mount
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/network
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/plugins/logdriver
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/registry
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/strslice
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/swarm
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/swarm/runtime
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/system
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/time
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/versions
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/versions/v1p19
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/versions/v1p20
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/api/types/volume
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/builder-next
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/builder-next/exporter
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/builder-next/exporter/overrides
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/builder-next/worker
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/builder-next/worker/label
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/dockerfile
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/remotecontext
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/remotecontext/git
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/builder/remotecontext/urlutil
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/cli/debug
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/cli/winresources/docker-proxy
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/cli/winresources/dockerd
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/client
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/client/buildkit
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/cmd/docker-proxy
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/cmd/dockerd
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/cmd/dockerd/trap
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/container
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/container/stream
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/contrib/apparmor
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/contrib/httpserver
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/cluster
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/cluster/convert
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/cluster/executor
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/cluster/executor/container
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/cluster/provider
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/config
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/containerd
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/events
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/events/testutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/graphdriver
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/graphdriver/copy
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/graphdriver/register
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/graphdriver/vfs
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/graphdriver/zfs
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/images
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/initlayer
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/links
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/listeners
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/awslogs
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/fluentd
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/gcplogs
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/gelf
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/journald
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/local
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/logentries
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/loggertest
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/loggerutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/splunk
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/syslog
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/logger/templates
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/names
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/network
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/snapshotter
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/daemon/stats
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/distribution
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/distribution/metadata
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/distribution/utils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/distribution/xfer
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/dockerversion
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/errdefs
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/image
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/image/cache
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/image/spec/specs-go
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/image/spec/specs-go/v1
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/image/tarexport
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/image/v1
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/internal/mod
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/internal/mounttree
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/internal/multierror
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/internal/test/suite
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/internal/testutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/internal/testutils/netnsutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/internal/unshare
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/layer
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libcontainerd
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libcontainerd/queue
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libcontainerd/remote
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libcontainerd/shimopts
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libcontainerd/supervisor
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libcontainerd/types
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/bitmap
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cluster
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/config
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/datastore
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/diagnostic
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/discoverapi
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/driverapi
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/host
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/null
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/overlay
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/remote
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/windows
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/drvregistry
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/etchosts
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/internal/caller
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/internal/kvstore
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipam
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipamapi
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipams/builtin
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipams/null
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipams/remote
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipamutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ipbits
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/iptables
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/netlabel
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/netutils
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/networkdb
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/ns
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/options
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/osl
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/osl/kernel
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/portallocator
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/portmapper
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/resolvconf
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/scope
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/libnetwork/types
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/oci
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/oci/caps
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/opts
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/aaparser
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/archive
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/authorization
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/broadcaster
16:21:04 [2023-09-08T16:21:04.115Z] github.com/docker/docker/pkg/capabilities
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/chrootarchive
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/containerfs
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/directory
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/dmesg
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/fileutils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/homedir
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/idtools
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/ioutils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/jsonmessage
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/longpath
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/loopback
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/meminfo
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/namesgenerator
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/parsers
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/parsers/kernel
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/pidfile
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/platform
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/platforms
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugingetter
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugins
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugins/transport
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/pools
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/process
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/progress
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/reexec
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/rootless
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/rootless/specconv
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/stack
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/stdcopy
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/streamformatter
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/stringid
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/sysinfo
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/system
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/tailfile
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/tarsum
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/useragent
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/plugin
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/plugin/executor/containerd
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/plugin/v2
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/profiles/apparmor
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/profiles/seccomp
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/quota
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/reference
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/registry
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/registry/resumable
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/restartmanager
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/runconfig
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/runconfig/opts
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/daemon
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/environment
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fakecontext
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fakegit
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fakestorage
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fixtures/load
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fixtures/plugin
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/registry
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/request
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/drivers
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/local
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/mounts
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/service
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/service/opts
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/testutils'
16:21:04 [2023-09-08T16:21:04.116Z] + base_pkg_list='github.com/docker/docker/api
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/backend/build
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/httpstatus
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/httputils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/middleware
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/build
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/checkpoint
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/container
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/debug
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/distribution
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/grpc
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/image
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/network
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/plugin
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/session
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/swarm
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/system
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/volume
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/backend
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/blkiodev
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/checkpoint
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/container
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/events
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/filters
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/image
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/mount
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/network
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/plugins/logdriver
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/registry
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/strslice
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/swarm
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/swarm/runtime
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/system
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/time
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/versions
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/versions/v1p19
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/versions/v1p20
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/volume
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/exporter
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/exporter/overrides
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/worker
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/worker/label
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/dockerfile
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/remotecontext
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/remotecontext/git
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/remotecontext/urlutil
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/cli/debug
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/cli/winresources/docker-proxy
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/cli/winresources/dockerd
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/client
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/client/buildkit
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/cmd/docker-proxy
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/cmd/dockerd
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/cmd/dockerd/trap
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/container
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/container/stream
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/contrib/apparmor
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/contrib/httpserver
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/cluster
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/cluster/convert
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/cluster/executor
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/cluster/executor/container
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/cluster/provider
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/config
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/containerd
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/events
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/events/testutils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/graphdriver
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/graphdriver/copy
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/graphdriver/register
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/graphdriver/vfs
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/graphdriver/zfs
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/images
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/initlayer
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/links
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/listeners
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/awslogs
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/fluentd
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/gcplogs
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/gelf
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/journald
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/local
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/logentries
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/loggertest
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/loggerutils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/splunk
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/syslog
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/logger/templates
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/names
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/network
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/snapshotter
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/daemon/stats
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/distribution
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/distribution/metadata
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/distribution/utils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/distribution/xfer
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/dockerversion
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/errdefs
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/image
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/image/cache
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/image/spec/specs-go
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/image/spec/specs-go/v1
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/image/tarexport
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/image/v1
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/internal/mod
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/internal/mounttree
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/internal/multierror
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/internal/test/suite
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/internal/testutils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/internal/testutils/netnsutils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/internal/unshare
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/layer
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/libcontainerd
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/libcontainerd/queue
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/libcontainerd/remote
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/libcontainerd/shimopts
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/libcontainerd/supervisor
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/libcontainerd/types
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/oci
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/oci/caps
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/opts
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/aaparser
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/archive
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/authorization
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/broadcaster
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/capabilities
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/chrootarchive
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/containerfs
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/directory
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/dmesg
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/fileutils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/homedir
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/idtools
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/ioutils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/jsonmessage
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/longpath
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/loopback
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/meminfo
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/namesgenerator
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/parsers
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/parsers/kernel
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/pidfile
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/platform
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/platforms
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugingetter
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugins
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/plugins/transport
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/pools
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/process
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/progress
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/reexec
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/rootless
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/rootless/specconv
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/stack
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/stdcopy
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/streamformatter
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/stringid
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/sysinfo
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/system
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/tailfile
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/tarsum
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/pkg/useragent
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/plugin
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/plugin/executor/containerd
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/plugin/v2
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/profiles/apparmor
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/profiles/seccomp
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/quota
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/reference
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/registry
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/registry/resumable
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/restartmanager
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/runconfig
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/runconfig/opts
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/daemon
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/environment
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fakecontext
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fakegit
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fakestorage
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fixtures/load
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fixtures/plugin
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/registry
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/testutil/request
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/drivers
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/local
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/mounts
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/service
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/service/opts
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/volume/testutils'
16:21:04 [2023-09-08T16:21:04.116Z] ++ grep --fixed-strings /libnetwork
16:21:04 [2023-09-08T16:21:04.116Z] ++ echo 'github.com/docker/docker/api
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/backend/build
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/httpstatus
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/httputils
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/middleware
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/build
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/checkpoint
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/container
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/debug
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/distribution
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/grpc
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/image
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/network
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/plugin
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/session
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/swarm
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/system
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/server/router/volume
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/backend
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/blkiodev
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/checkpoint
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/container
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/events
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/filters
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/image
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/mount
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/network
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/plugins/logdriver
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/registry
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/strslice
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/swarm
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/swarm/runtime
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/system
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/time
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/versions
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/versions/v1p19
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/versions/v1p20
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/api/types/volume
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/exporter
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/exporter/overrides
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/worker
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/builder-next/worker/label
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/dockerfile
16:21:04 [2023-09-08T16:21:04.116Z] github.com/docker/docker/builder/remotecontext
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/builder/remotecontext/git
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/builder/remotecontext/urlutil
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/cli/debug
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/cli/winresources/docker-proxy
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/cli/winresources/dockerd
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/client
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/client/buildkit
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/cmd/docker-proxy
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/cmd/dockerd
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/cmd/dockerd/trap
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/container
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/container/stream
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/contrib/apparmor
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/contrib/httpserver
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/cluster
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/cluster/convert
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/cluster/executor
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/cluster/executor/container
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/cluster/provider
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/config
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/containerd
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/events
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/events/testutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/graphdriver
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/graphdriver/copy
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/graphdriver/register
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/graphdriver/vfs
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/graphdriver/zfs
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/images
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/initlayer
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/links
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/listeners
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/awslogs
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/fluentd
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/gcplogs
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/gelf
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/journald
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/local
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/logentries
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/loggertest
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/loggerutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/splunk
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/syslog
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/logger/templates
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/names
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/network
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/snapshotter
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/daemon/stats
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/distribution
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/distribution/metadata
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/distribution/utils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/distribution/xfer
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/dockerversion
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/errdefs
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/image
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/image/cache
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/image/spec/specs-go
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/image/spec/specs-go/v1
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/image/tarexport
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/image/v1
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/internal/mod
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/internal/mounttree
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/internal/multierror
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/internal/test/suite
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/internal/testutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/internal/testutils/netnsutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/internal/unshare
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/layer
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libcontainerd
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libcontainerd/queue
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libcontainerd/remote
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libcontainerd/shimopts
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libcontainerd/supervisor
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libcontainerd/types
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/bitmap
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cluster
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/config
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/datastore
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/diagnostic
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/discoverapi
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/driverapi
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/host
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/null
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/overlay
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/remote
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/windows
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drvregistry
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/etchosts
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/internal/caller
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/internal/kvstore
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipam
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipamapi
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipams/builtin
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipams/null
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipams/remote
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipamutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipbits
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/iptables
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/netlabel
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/netutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/networkdb
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ns
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/options
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/osl
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/osl/kernel
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/portallocator
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/portmapper
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/resolvconf
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/scope
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/types
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/oci
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/oci/caps
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/opts
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/aaparser
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/archive
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/authorization
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/broadcaster
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/capabilities
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/chrootarchive
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/containerfs
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/directory
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/dmesg
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/fileutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/homedir
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/idtools
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/ioutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/jsonmessage
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/longpath
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/loopback
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/meminfo
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/namesgenerator
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/parsers
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/parsers/kernel
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/pidfile
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/platform
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/platforms
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/plugingetter
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/plugins
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/plugins/transport
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/pools
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/process
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/progress
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/reexec
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/rootless
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/rootless/specconv
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/stack
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/stdcopy
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/streamformatter
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/stringid
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/sysinfo
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/system
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/tailfile
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/tarsum
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/pkg/useragent
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/plugin
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/plugin/executor/containerd
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/plugin/v2
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/profiles/apparmor
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/profiles/seccomp
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/quota
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/reference
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/registry
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/registry/resumable
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/restartmanager
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/runconfig
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/runconfig/opts
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil/daemon
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil/environment
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil/fakecontext
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil/fakegit
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil/fakestorage
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil/fixtures/load
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil/fixtures/plugin
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil/registry
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/testutil/request
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/volume
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/volume/drivers
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/volume/local
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/volume/mounts
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/volume/service
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/volume/service/opts
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/volume/testutils'
16:21:04 [2023-09-08T16:21:04.117Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/bitmap
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cluster
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/config
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/datastore
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/diagnostic
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/discoverapi
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/driverapi
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/host
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/null
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/overlay
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/remote
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/windows
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/drvregistry
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/etchosts
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/internal/caller
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/internal/kvstore
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipam
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipamapi
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipams/builtin
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipams/null
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipams/remote
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipamutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ipbits
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/iptables
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/netlabel
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/netutils
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/networkdb
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/ns
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/options
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/osl
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/osl/kernel
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/portallocator
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/portmapper
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/resolvconf
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/scope
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/types'
16:21:04 [2023-09-08T16:21:04.117Z] + echo 'github.com/docker/docker/libnetwork
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/bitmap
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cluster
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:21:04 [2023-09-08T16:21:04.117Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/config
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/datastore
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/diagnostic
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/discoverapi
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/driverapi
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/host
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/null
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/overlay
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/remote
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/windows
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drvregistry
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/etchosts
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/internal/caller
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/internal/kvstore
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/ipam
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/ipamapi
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/ipams/builtin
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/ipams/null
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/ipams/remote
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/ipamutils
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/ipbits
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/iptables
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/netlabel
16:21:04 [2023-09-08T16:21:04.118Z] + grep --fixed-strings libnetwork/drivers/bridge
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/netutils
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/networkdb
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/ns
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/options
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/osl
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/osl/kernel
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/portallocator
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/portmapper
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/resolvconf
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/scope
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/types'
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:04 [2023-09-08T16:21:04.118Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:04 [2023-09-08T16:21:04.118Z] + type docker-proxy
16:21:04 [2023-09-08T16:21:04.118Z] hack/test/unit: line 25: type: docker-proxy: not found
16:21:04 [2023-09-08T16:21:04.118Z] + hack/make.sh binary-proxy install-proxy
16:21:04 [2023-09-08T16:21:04.118Z] 
16:21:04 [2023-09-08T16:21:04.118Z] Removing bundles/
16:21:04 [2023-09-08T16:21:04.118Z] 
16:21:04 [2023-09-08T16:21:04.118Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
16:21:04 [2023-09-08T16:21:04.118Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
16:21:04 [2023-09-08T16:21:04.118Z] + tee /go/src/github.com/docker/docker/go.mod
16:21:04 [2023-09-08T16:21:04.118Z] module github.com/docker/docker
16:21:04 [2023-09-08T16:21:04.118Z] 
16:21:04 [2023-09-08T16:21:04.118Z] go 1.19
16:21:04 [2023-09-08T16:21:04.118Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
16:21:04 [2023-09-08T16:21:04.118Z] + GO111MODULE=on
16:21:04 [2023-09-08T16:21:04.118Z] + 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=cd00a469f739a80b86c8c533858935b13fb5b9ec" -X "github.com/docker/docker/dockerversion.BuildTime=2023-09-08T16:21:03.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 ' github.com/docker/docker/cmd/docker-proxy
16:21:08 [2023-09-08T16:21:08.286Z] + rm -f /go/src/github.com/docker/docker/go.mod
16:21:08 [2023-09-08T16:21:08.286Z] Created binary: bundles/binary-proxy/docker-proxy
16:21:08 [2023-09-08T16:21:08.286Z] 
16:21:08 [2023-09-08T16:21:08.286Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
16:21:08 [2023-09-08T16:21:08.286Z] Installing docker-proxy to /usr/local/bin/
16:21:08 [2023-09-08T16:21:08.286Z] 
16:21:08 [2023-09-08T16:21:08.286Z] + mkdir -p bundles
16:21:08 [2023-09-08T16:21:08.286Z] + '[' -n 'github.com/docker/docker/api
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/backend/build
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/httpstatus
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/httputils
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/middleware
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/build
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/checkpoint
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/container
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/debug
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/distribution
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/grpc
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/image
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/network
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/plugin
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/session
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/swarm
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/system
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/server/router/volume
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/backend
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/blkiodev
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/checkpoint
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/container
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/events
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/filters
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/image
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/mount
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/network
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/plugins/logdriver
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/registry
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/strslice
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/swarm
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/swarm/runtime
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/system
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/time
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/versions
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/versions/v1p19
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/versions/v1p20
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/api/types/volume
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/builder-next
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/builder-next/exporter
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/builder-next/exporter/overrides
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/builder-next/worker
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/builder-next/worker/label
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/dockerfile
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/remotecontext
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/remotecontext/git
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/builder/remotecontext/urlutil
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/cli/debug
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/cli/winresources/docker-proxy
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/cli/winresources/dockerd
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/client
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/client/buildkit
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/cmd/docker-proxy
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/cmd/dockerd
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/cmd/dockerd/trap
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/container
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/container/stream
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/contrib/apparmor
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/contrib/httpserver
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/cluster
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/cluster/convert
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/cluster/executor
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/cluster/executor/container
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/cluster/provider
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/config
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/containerd
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/events
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/events/testutils
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/graphdriver
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/graphdriver/copy
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/graphdriver/register
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/graphdriver/vfs
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/graphdriver/zfs
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/images
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/initlayer
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/links
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/listeners
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/awslogs
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/fluentd
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/gcplogs
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/gelf
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/journald
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/local
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/logentries
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/loggertest
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/loggerutils
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/splunk
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/syslog
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/logger/templates
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/names
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/network
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/snapshotter
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/daemon/stats
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/distribution
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/distribution/metadata
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/distribution/utils
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/distribution/xfer
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/dockerversion
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/errdefs
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/image
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/image/cache
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/image/spec/specs-go
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/image/spec/specs-go/v1
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/image/tarexport
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/image/v1
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/internal/mod
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/internal/mounttree
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/internal/multierror
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/internal/test/suite
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/internal/testutils
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/internal/testutils/netnsutils
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/internal/unshare
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/layer
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/libcontainerd
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/libcontainerd/queue
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/libcontainerd/remote
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/libcontainerd/shimopts
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/libcontainerd/supervisor
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/libcontainerd/types
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/oci
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/oci/caps
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/opts
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/aaparser
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/archive
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/authorization
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/broadcaster
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/capabilities
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/chrootarchive
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/containerfs
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/directory
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/dmesg
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/fileutils
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/homedir
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/idtools
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/ioutils
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/jsonmessage
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/longpath
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/loopback
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/meminfo
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/namesgenerator
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/parsers
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/parsers/kernel
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/pidfile
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/platform
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/platforms
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/plugingetter
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/plugins
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/plugins/transport
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/pools
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/process
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/progress
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/reexec
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/rootless
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/rootless/specconv
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/stack
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/stdcopy
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/streamformatter
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/stringid
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/sysinfo
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/system
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/tailfile
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/tarsum
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/pkg/useragent
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/plugin
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/plugin/executor/containerd
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/plugin/v2
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/profiles/apparmor
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/profiles/seccomp
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/quota
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/reference
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/registry
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/registry/resumable
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/restartmanager
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/runconfig
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/runconfig/opts
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil/daemon
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil/environment
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil/fakecontext
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil/fakegit
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil/fakestorage
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil/fixtures/load
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil/fixtures/plugin
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil/registry
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/testutil/request
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/volume
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/volume/drivers
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/volume/local
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/volume/mounts
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/volume/service
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/volume/service/opts
16:21:08 [2023-09-08T16:21:08.286Z] github.com/docker/docker/volume/testutils' ']'
16:21:08 [2023-09-08T16:21:08.287Z] + 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/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/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/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror 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/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/platforms github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
16:21:09 [2023-09-08T16:21:09.216Z] ?   	github.com/docker/docker/api	[no test files]
16:21:15 [2023-09-08T16:21:15.768Z] 	github.com/docker/docker/api/server	coverage: 13.0% of statements
16:21:15 [2023-09-08T16:21:15.768Z] ok  	github.com/docker/docker/api/server	0.010s	coverage: 13.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/server/httputils	coverage: 28.3% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 28.3% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 6.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/server/router/volume	0.007s	coverage: 66.7% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/types/network	coverage: 77.5% of statements
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/types/filters	coverage: 94.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/types/filters	0.005s	coverage: 94.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/types/container	coverage: 83.7% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/types/container	0.006s	coverage: 83.7% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/types/network	0.007s	coverage: 77.5% of statements
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/types/registry	coverage: 54.2% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/types/registry	0.008s	coverage: 54.2% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/system	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.028s	coverage: 100.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/cli/debug	0.028s	coverage: 100.0% of statements
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/builder/remotecontext	coverage: 33.5% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/builder/remotecontext	0.076s	coverage: 33.5% of statements
16:21:37 [2023-09-08T16:21:37.666Z] 	github.com/docker/docker/builder/dockerfile	coverage: 50.1% of statements
16:21:37 [2023-09-08T16:21:37.666Z] ok  	github.com/docker/docker/builder/dockerfile	0.113s	coverage: 50.1% of statements
16:21:38 [2023-09-08T16:21:38.596Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
16:21:38 [2023-09-08T16:21:38.596Z] 	github.com/docker/docker/client	coverage: 77.2% of statements
16:21:38 [2023-09-08T16:21:38.596Z] ok  	github.com/docker/docker/client	0.130s	coverage: 77.2% of statements
16:21:38 [2023-09-08T16:21:38.596Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 68.2% of statements
16:21:38 [2023-09-08T16:21:38.596Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.148s	coverage: 68.2% of statements
16:21:42 [2023-09-08T16:21:42.774Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 82.5% of statements
16:21:42 [2023-09-08T16:21:42.774Z] ok  	github.com/docker/docker/builder/remotecontext/git	5.219s	coverage: 82.5% of statements
16:21:50 [2023-09-08T16:21:50.894Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
16:21:50 [2023-09-08T16:21:50.894Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:21:50 [2023-09-08T16:21:50.894Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:21:50 [2023-09-08T16:21:50.894Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:21:50 [2023-09-08T16:21:50.894Z] 	github.com/docker/docker/container	coverage: 36.5% of statements
16:21:50 [2023-09-08T16:21:50.894Z] ok  	github.com/docker/docker/container	0.154s	coverage: 36.5% of statements
16:21:50 [2023-09-08T16:21:50.894Z] 	github.com/docker/docker/cmd/dockerd	coverage: 29.6% of statements
16:21:50 [2023-09-08T16:21:50.894Z] ok  	github.com/docker/docker/cmd/dockerd	0.310s	coverage: 29.6% of statements
16:21:52 [2023-09-08T16:21:52.785Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
16:21:52 [2023-09-08T16:21:52.785Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.436s	coverage: 0.0% of statements
16:21:53 [2023-09-08T16:21:53.713Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:21:53 [2023-09-08T16:21:53.713Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
16:21:53 [2023-09-08T16:21:53.713Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.014s	coverage: 65.3% of statements
16:21:53 [2023-09-08T16:21:53.713Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 39.2% of statements
16:21:53 [2023-09-08T16:21:53.713Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.019s	coverage: 39.2% of statements
16:21:53 [2023-09-08T16:21:53.713Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
16:21:53 [2023-09-08T16:21:53.713Z] ok  	github.com/docker/docker/daemon/cluster	0.053s	coverage: 0.5% of statements
16:21:53 [2023-09-08T16:21:53.970Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:21:53 [2023-09-08T16:21:53.970Z] 	github.com/docker/docker/daemon/config	coverage: 75.7% of statements
16:21:53 [2023-09-08T16:21:53.970Z] ok  	github.com/docker/docker/daemon/config	0.053s	coverage: 75.7% of statements
16:21:55 [2023-09-08T16:21:55.335Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:21:55 [2023-09-08T16:21:55.335Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.3% of statements
16:21:55 [2023-09-08T16:21:55.335Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.3% of statements
16:21:55 [2023-09-08T16:21:55.335Z] 	github.com/docker/docker/daemon/containerd	coverage: 1.0% of statements
16:21:55 [2023-09-08T16:21:55.335Z] ok  	github.com/docker/docker/daemon/containerd	0.021s	coverage: 1.0% of statements
16:21:55 [2023-09-08T16:21:55.335Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
16:21:55 [2023-09-08T16:21:55.335Z] ok  	github.com/docker/docker/daemon/events	0.061s	coverage: 50.0% of statements
16:21:55 [2023-09-08T16:21:55.335Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
16:21:55 [2023-09-08T16:21:55.335Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.8% of statements
16:21:55 [2023-09-08T16:21:55.591Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 59.6% of statements
16:21:55 [2023-09-08T16:21:55.591Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.183s	coverage: 59.6% of statements
16:21:56 [2023-09-08T16:21:56.153Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:21:56 [2023-09-08T16:21:56.153Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
16:21:56 [2023-09-08T16:21:56.153Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
16:21:56 [2023-09-08T16:21:56.409Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:21:56 [2023-09-08T16:21:56.409Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:21:56 [2023-09-08T16:21:56.409Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 60.2% of statements
16:21:56 [2023-09-08T16:21:56.409Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.165s	coverage: 60.2% of statements
16:21:56 [2023-09-08T16:21:56.409Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 60.9% of statements
16:21:56 [2023-09-08T16:21:56.409Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.025s	coverage: 60.9% of statements
16:21:56 [2023-09-08T16:21:56.971Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
16:21:56 [2023-09-08T16:21:56.971Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
16:21:57 [2023-09-08T16:21:57.533Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.0% of statements
16:21:57 [2023-09-08T16:21:57.533Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.485s	coverage: 13.0% of statements
16:21:57 [2023-09-08T16:21:57.533Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:21:57 [2023-09-08T16:21:57.533Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:21:57 [2023-09-08T16:21:57.533Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
16:21:57 [2023-09-08T16:21:57.533Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
16:21:57 [2023-09-08T16:21:57.533Z] 	github.com/docker/docker/daemon/images	coverage: 3.0% of statements
16:21:57 [2023-09-08T16:21:57.533Z] ok  	github.com/docker/docker/daemon/images	0.029s	coverage: 3.0% of statements
16:21:57 [2023-09-08T16:21:57.791Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
16:21:57 [2023-09-08T16:21:57.791Z] ok  	github.com/docker/docker/daemon/logger	0.219s	coverage: 43.2% of statements
16:21:58 [2023-09-08T16:21:58.047Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:21:58 [2023-09-08T16:21:58.047Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
16:21:58 [2023-09-08T16:21:58.047Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.011s	coverage: 53.6% of statements
16:21:58 [2023-09-08T16:21:58.303Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 78.3% of statements
16:21:58 [2023-09-08T16:21:58.303Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.120s	coverage: 78.3% of statements
16:21:58 [2023-09-08T16:21:58.303Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
16:21:58 [2023-09-08T16:21:58.303Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.025s	coverage: 68.2% of statements
16:21:58 [2023-09-08T16:21:58.559Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
16:21:58 [2023-09-08T16:21:58.559Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
16:21:58 [2023-09-08T16:21:58.559Z] 	github.com/docker/docker/daemon/logger/journald/internal/export	coverage: 88.2% of statements
16:21:58 [2023-09-08T16:21:58.559Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
16:21:58 [2023-09-08T16:21:58.817Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
16:21:58 [2023-09-08T16:21:58.817Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
16:21:58 [2023-09-08T16:21:58.817Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
16:21:58 [2023-09-08T16:21:58.817Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.053s	coverage: 76.8% of statements
16:21:58 [2023-09-08T16:21:58.817Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:21:58 [2023-09-08T16:21:58.817Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
16:21:59 [2023-09-08T16:21:59.073Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
16:21:59 [2023-09-08T16:21:59.073Z] ok  	github.com/docker/docker/daemon/logger/local	0.049s	coverage: 79.4% of statements
16:21:59 [2023-09-08T16:21:59.636Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 63.5% of statements
16:21:59 [2023-09-08T16:21:59.637Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.021s	coverage: 63.5% of statements
16:21:59 [2023-09-08T16:21:59.637Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
16:21:59 [2023-09-08T16:21:59.637Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.028s	coverage: 31.5% of statements
16:21:59 [2023-09-08T16:21:59.637Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:21:59 [2023-09-08T16:21:59.637Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
16:21:59 [2023-09-08T16:21:59.637Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
16:21:59 [2023-09-08T16:21:59.637Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
16:21:59 [2023-09-08T16:21:59.637Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.008s	coverage: 46.8% of statements
16:22:00 [2023-09-08T16:22:00.207Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
16:22:00 [2023-09-08T16:22:00.207Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:22:00 [2023-09-08T16:22:00.207Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 74.5% of statements
16:22:00 [2023-09-08T16:22:00.207Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
16:22:00 [2023-09-08T16:22:00.207Z] ok  	github.com/docker/docker/daemon/network	0.009s	coverage: 63.8% of statements
16:22:00 [2023-09-08T16:22:00.207Z] ok  	github.com/docker/docker/daemon/logger/journald	1.412s	coverage: 74.5% of statements
16:22:00 [2023-09-08T16:22:00.769Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:22:01 [2023-09-08T16:22:01.025Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
16:22:01 [2023-09-08T16:22:01.025Z] 	github.com/docker/docker/dockerversion	coverage: 100.0% of statements
16:22:01 [2023-09-08T16:22:01.025Z] ok  	github.com/docker/docker/dockerversion	0.004s	coverage: 100.0% of statements
16:22:01 [2023-09-08T16:22:01.025Z] ok  	github.com/docker/docker/errdefs	0.012s	coverage: 77.7% of statements
16:22:01 [2023-09-08T16:22:01.025Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
16:22:01 [2023-09-08T16:22:01.025Z] ok  	github.com/docker/docker/distribution/metadata	0.030s	coverage: 44.4% of statements
16:22:01 [2023-09-08T16:22:01.025Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
16:22:01 [2023-09-08T16:22:01.025Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.452s	coverage: 82.5% of statements
16:22:01 [2023-09-08T16:22:01.586Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
16:22:01 [2023-09-08T16:22:01.586Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
16:22:01 [2023-09-08T16:22:01.586Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
16:22:01 [2023-09-08T16:22:01.586Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
16:22:01 [2023-09-08T16:22:01.586Z] 	github.com/docker/docker/image	coverage: 84.6% of statements
16:22:01 [2023-09-08T16:22:01.586Z] ok  	github.com/docker/docker/image	0.030s	coverage: 84.6% of statements
16:22:01 [2023-09-08T16:22:01.842Z] ?   	github.com/docker/docker/image/v1	[no test files]
16:22:01 [2023-09-08T16:22:01.842Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
16:22:01 [2023-09-08T16:22:01.842Z] 	github.com/docker/docker/internal/mod	coverage: 66.7% of statements
16:22:01 [2023-09-08T16:22:01.842Z] ok  	github.com/docker/docker/internal/mod	0.002s	coverage: 66.7% of statements
16:22:01 [2023-09-08T16:22:01.842Z] 	github.com/docker/docker/internal/multierror	coverage: 88.9% of statements
16:22:01 [2023-09-08T16:22:01.842Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
16:22:01 [2023-09-08T16:22:01.842Z] 	github.com/docker/docker/image/tarexport	coverage: 0.6% of statements
16:22:01 [2023-09-08T16:22:01.842Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.6% of statements
16:22:01 [2023-09-08T16:22:01.842Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:22:01 [2023-09-08T16:22:01.842Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
16:22:01 [2023-09-08T16:22:01.842Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
16:22:01 [2023-09-08T16:22:01.842Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
16:22:02 [2023-09-08T16:22:02.403Z] 	github.com/docker/docker/distribution	coverage: 29.5% of statements
16:22:02 [2023-09-08T16:22:02.403Z] ok  	github.com/docker/docker/distribution	1.515s	coverage: 29.5% of statements
16:22:02 [2023-09-08T16:22:02.965Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:22:02 [2023-09-08T16:22:02.965Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:22:02 [2023-09-08T16:22:02.965Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
16:22:02 [2023-09-08T16:22:02.965Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:22:02 [2023-09-08T16:22:02.965Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:22:02 [2023-09-08T16:22:02.965Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
16:22:02 [2023-09-08T16:22:02.965Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
16:22:02 [2023-09-08T16:22:02.965Z] 	github.com/docker/docker/distribution/xfer	coverage: 84.9% of statements
16:22:02 [2023-09-08T16:22:02.965Z] ok  	github.com/docker/docker/distribution/xfer	2.178s	coverage: 84.9% of statements
16:22:03 [2023-09-08T16:22:03.528Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:22:03 [2023-09-08T16:22:03.528Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
16:22:03 [2023-09-08T16:22:03.528Z] ok  	github.com/docker/docker/pkg/aaparser	0.008s	coverage: 52.9% of statements
16:22:03 [2023-09-08T16:22:03.528Z] 	github.com/docker/docker/oci	coverage: 38.1% of statements
16:22:03 [2023-09-08T16:22:03.528Z] ok  	github.com/docker/docker/oci	0.027s	coverage: 38.1% of statements
16:22:03 [2023-09-08T16:22:03.529Z] 	github.com/docker/docker/opts	coverage: 67.9% of statements
16:22:03 [2023-09-08T16:22:03.529Z] ok  	github.com/docker/docker/opts	0.056s	coverage: 67.9% of statements
16:22:03 [2023-09-08T16:22:03.785Z] 	github.com/docker/docker/daemon	coverage: 17.2% of statements
16:22:03 [2023-09-08T16:22:03.785Z] ok  	github.com/docker/docker/daemon	10.932s	coverage: 17.2% of statements
16:22:04 [2023-09-08T16:22:04.041Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
16:22:04 [2023-09-08T16:22:04.041Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
16:22:04 [2023-09-08T16:22:04.041Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
16:22:04 [2023-09-08T16:22:04.041Z] ok  	github.com/docker/docker/pkg/broadcaster	0.005s	coverage: 100.0% of statements
16:22:04 [2023-09-08T16:22:04.041Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
16:22:04 [2023-09-08T16:22:04.041Z] 	github.com/docker/docker/pkg/containerfs	coverage: 28.6% of statements
16:22:04 [2023-09-08T16:22:04.041Z] ok  	github.com/docker/docker/pkg/directory	0.007s	coverage: 81.8% of statements
16:22:04 [2023-09-08T16:22:04.041Z] ok  	github.com/docker/docker/pkg/containerfs	0.018s	coverage: 28.6% of statements
16:22:04 [2023-09-08T16:22:04.298Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
16:22:04 [2023-09-08T16:22:04.298Z] ok  	github.com/docker/docker/pkg/dmesg	0.015s	coverage: 83.3% of statements
16:22:04 [2023-09-08T16:22:04.298Z] 	github.com/docker/docker/pkg/fileutils	coverage: 56.4% of statements
16:22:04 [2023-09-08T16:22:04.298Z] ok  	github.com/docker/docker/pkg/fileutils	0.009s	coverage: 56.4% of statements
16:22:04 [2023-09-08T16:22:04.298Z] 	github.com/docker/docker/pkg/homedir	coverage: 8.3% of statements
16:22:04 [2023-09-08T16:22:04.298Z] ok  	github.com/docker/docker/pkg/homedir	0.010s	coverage: 8.3% of statements
16:22:04 [2023-09-08T16:22:04.298Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 83.7% of statements
16:22:04 [2023-09-08T16:22:04.298Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.282s	coverage: 83.7% of statements
16:22:04 [2023-09-08T16:22:04.555Z] 	github.com/docker/docker/pkg/archive	coverage: 81.4% of statements
16:22:04 [2023-09-08T16:22:04.555Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
16:22:04 [2023-09-08T16:22:04.555Z] ok  	github.com/docker/docker/pkg/authorization	0.464s	coverage: 68.3% of statements
16:22:04 [2023-09-08T16:22:04.555Z] ok  	github.com/docker/docker/pkg/archive	0.467s	coverage: 81.4% of statements
16:22:04 [2023-09-08T16:22:04.555Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
16:22:04 [2023-09-08T16:22:04.555Z] 	github.com/docker/docker/pkg/longpath	coverage: 45.5% of statements
16:22:04 [2023-09-08T16:22:04.555Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 92.3% of statements
16:22:04 [2023-09-08T16:22:04.555Z] ok  	github.com/docker/docker/pkg/longpath	0.005s	coverage: 45.5% of statements
16:22:04 [2023-09-08T16:22:04.811Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.006s	coverage: 92.3% of statements
16:22:04 [2023-09-08T16:22:04.811Z] 	github.com/docker/docker/pkg/meminfo	coverage: 75.0% of statements
16:22:04 [2023-09-08T16:22:04.811Z] ok  	github.com/docker/docker/pkg/meminfo	0.003s	coverage: 75.0% of statements
16:22:04 [2023-09-08T16:22:04.811Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
16:22:04 [2023-09-08T16:22:04.811Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
16:22:04 [2023-09-08T16:22:04.811Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
16:22:04 [2023-09-08T16:22:04.811Z] ok  	github.com/docker/docker/pkg/parsers	0.008s	coverage: 97.0% of statements
16:22:04 [2023-09-08T16:22:04.811Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
16:22:04 [2023-09-08T16:22:04.811Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
16:22:05 [2023-09-08T16:22:05.067Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:22:05 [2023-09-08T16:22:05.067Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
16:22:05 [2023-09-08T16:22:05.067Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:22:05 [2023-09-08T16:22:05.067Z] 	github.com/docker/docker/pkg/pidfile	coverage: 94.1% of statements
16:22:05 [2023-09-08T16:22:05.067Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 94.1% of statements
16:22:05 [2023-09-08T16:22:05.067Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.2% of statements
16:22:05 [2023-09-08T16:22:05.067Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.2% of statements
16:22:05 [2023-09-08T16:22:05.067Z] 	github.com/docker/docker/pkg/idtools	coverage: 69.7% of statements
16:22:05 [2023-09-08T16:22:05.067Z] ok  	github.com/docker/docker/pkg/idtools	0.345s	coverage: 69.7% of statements
16:22:05 [2023-09-08T16:22:05.067Z] 	github.com/docker/docker/pkg/ioutils	coverage: 72.3% of statements
16:22:05 [2023-09-08T16:22:05.067Z] ok  	github.com/docker/docker/pkg/ioutils	0.396s	coverage: 72.3% of statements
16:22:05 [2023-09-08T16:22:05.628Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:22:05 [2023-09-08T16:22:05.628Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:22:05 [2023-09-08T16:22:05.628Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
16:22:05 [2023-09-08T16:22:05.628Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
16:22:05 [2023-09-08T16:22:05.628Z] ok  	github.com/docker/docker/pkg/pools	0.005s	coverage: 88.2% of statements
16:22:05 [2023-09-08T16:22:05.628Z] 	github.com/docker/docker/pkg/process	coverage: 21.7% of statements
16:22:05 [2023-09-08T16:22:05.628Z] ok  	github.com/docker/docker/pkg/process	0.006s	coverage: 21.7% of statements
16:22:05 [2023-09-08T16:22:05.628Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
16:22:05 [2023-09-08T16:22:05.628Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 90.0% of statements
16:22:05 [2023-09-08T16:22:05.628Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.008s	coverage: 90.0% of statements
16:22:05 [2023-09-08T16:22:05.884Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
16:22:05 [2023-09-08T16:22:05.884Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
16:22:05 [2023-09-08T16:22:05.884Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
16:22:05 [2023-09-08T16:22:05.884Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
16:22:05 [2023-09-08T16:22:05.884Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
16:22:05 [2023-09-08T16:22:05.884Z] ok  	github.com/docker/docker/pkg/stack	0.007s	coverage: 90.9% of statements
16:22:05 [2023-09-08T16:22:05.884Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
16:22:05 [2023-09-08T16:22:05.884Z] ok  	github.com/docker/docker/pkg/reexec	0.024s	coverage: 82.4% of statements
16:22:05 [2023-09-08T16:22:05.884Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
16:22:05 [2023-09-08T16:22:05.884Z] ok  	github.com/docker/docker/pkg/stdcopy	0.007s	coverage: 100.0% of statements
16:22:06 [2023-09-08T16:22:06.140Z] 	github.com/docker/docker/pkg/stringid	coverage: 61.9% of statements
16:22:06 [2023-09-08T16:22:06.140Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 61.9% of statements
16:22:06 [2023-09-08T16:22:06.140Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
16:22:06 [2023-09-08T16:22:06.140Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
16:22:06 [2023-09-08T16:22:06.397Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
16:22:06 [2023-09-08T16:22:06.397Z] ok  	github.com/docker/docker/pkg/useragent	0.003s	coverage: 88.9% of statements
16:22:06 [2023-09-08T16:22:06.397Z] 	github.com/docker/docker/pkg/system	coverage: 43.1% of statements
16:22:06 [2023-09-08T16:22:06.397Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 43.1% of statements
16:22:06 [2023-09-08T16:22:06.397Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 53.4% of statements
16:22:06 [2023-09-08T16:22:06.397Z] ok  	github.com/docker/docker/pkg/sysinfo	0.008s	coverage: 53.4% of statements
16:22:06 [2023-09-08T16:22:06.397Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
16:22:06 [2023-09-08T16:22:06.397Z] ok  	github.com/docker/docker/pkg/tailfile	0.040s	coverage: 88.6% of statements
16:22:06 [2023-09-08T16:22:06.397Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.1% of statements
16:22:06 [2023-09-08T16:22:06.397Z] ok  	github.com/docker/docker/pkg/tarsum	0.050s	coverage: 89.1% of statements
16:22:07 [2023-09-08T16:22:07.325Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:22:07 [2023-09-08T16:22:07.325Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
16:22:07 [2023-09-08T16:22:07.325Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
16:22:07 [2023-09-08T16:22:07.325Z] ok  	github.com/docker/docker/plugin/v2	0.007s	coverage: 14.4% of statements
16:22:07 [2023-09-08T16:22:07.325Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
16:22:07 [2023-09-08T16:22:07.325Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
16:22:07 [2023-09-08T16:22:07.581Z] 	github.com/docker/docker/reference	coverage: 83.0% of statements
16:22:07 [2023-09-08T16:22:07.581Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 83.0% of statements
16:22:07 [2023-09-08T16:22:07.581Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.9% of statements
16:22:07 [2023-09-08T16:22:07.581Z] ok  	github.com/docker/docker/pkg/plugins	2.013s	coverage: 74.9% of statements
16:22:07 [2023-09-08T16:22:07.581Z] 	github.com/docker/docker/plugin	coverage: 23.3% of statements
16:22:07 [2023-09-08T16:22:07.581Z] ok  	github.com/docker/docker/plugin	0.521s	coverage: 23.3% of statements
16:22:07 [2023-09-08T16:22:07.838Z] 	github.com/docker/docker/restartmanager	coverage: 46.2% of statements
16:22:07 [2023-09-08T16:22:07.838Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 46.2% of statements
16:22:07 [2023-09-08T16:22:07.838Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
16:22:07 [2023-09-08T16:22:07.838Z] ok  	github.com/docker/docker/registry/resumable	0.028s	coverage: 100.0% of statements
16:22:08 [2023-09-08T16:22:08.094Z] 	github.com/docker/docker/quota	coverage: 69.2% of statements
16:22:08 [2023-09-08T16:22:08.094Z] ok  	github.com/docker/docker/quota	0.575s	coverage: 69.2% of statements
16:22:08 [2023-09-08T16:22:08.094Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:22:08 [2023-09-08T16:22:08.094Z] 	github.com/docker/docker/runconfig	coverage: 63.6% of statements
16:22:08 [2023-09-08T16:22:08.094Z] ok  	github.com/docker/docker/runconfig	0.010s	coverage: 63.6% of statements
16:22:08 [2023-09-08T16:22:08.094Z] 	github.com/docker/docker/registry	coverage: 64.9% of statements
16:22:08 [2023-09-08T16:22:08.094Z] ok  	github.com/docker/docker/registry	0.136s	coverage: 64.9% of statements
16:22:08 [2023-09-08T16:22:08.349Z] 	github.com/docker/docker/testutil	coverage: 8.2% of statements
16:22:08 [2023-09-08T16:22:08.349Z] ok  	github.com/docker/docker/testutil	0.007s	coverage: 8.2% of statements
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:22:08 [2023-09-08T16:22:08.605Z] ?   	github.com/docker/docker/volume	[no test files]
16:22:09 [2023-09-08T16:22:09.167Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
16:22:09 [2023-09-08T16:22:09.167Z] ok  	github.com/docker/docker/volume/drivers	0.007s	coverage: 36.1% of statements
16:22:09 [2023-09-08T16:22:09.167Z] 	github.com/docker/docker/volume/mounts	coverage: 65.7% of statements
16:22:09 [2023-09-08T16:22:09.167Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 65.7% of statements
16:22:09 [2023-09-08T16:22:09.423Z] 	github.com/docker/docker/volume/local	coverage: 74.6% of statements
16:22:09 [2023-09-08T16:22:09.423Z] ok  	github.com/docker/docker/volume/local	0.125s	coverage: 74.6% of statements
16:22:09 [2023-09-08T16:22:09.678Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:22:09 [2023-09-08T16:22:09.678Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:22:09 [2023-09-08T16:22:09.678Z] 	github.com/docker/docker/volume/service	coverage: 71.8% of statements
16:22:09 [2023-09-08T16:22:09.678Z] ok  	github.com/docker/docker/volume/service	0.012s	coverage: 71.8% of statements
16:22:10 [2023-09-08T16:22:10.241Z] 	github.com/docker/docker/layer	coverage: 68.7% of statements
16:22:10 [2023-09-08T16:22:10.241Z] ok  	github.com/docker/docker/layer	7.229s	coverage: 68.7% of statements
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === Skipped
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     network_proxy_test.go:210: No support for dual stack yet
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver btrfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver btrfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver btrfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver btrfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver btrfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:68: No driver to put!
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z] time="2023-09-08T16:21:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: driver not supported
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z] time="2023-09-08T16:21:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: driver not supported
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z] time="2023-09-08T16:21:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: driver not supported
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z] time="2023-09-08T16:21:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: driver not supported
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z] time="2023-09-08T16:21:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: driver not supported
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:68: No driver to put!
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     overlay_test.go:61: Cannot run test with naive change algorithm
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver zfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver zfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver zfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver zfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:41: Driver zfs not supported
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     graphtest_unix.go:68: No driver to put!
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
16:22:10 [2023-09-08T16:22:10.241Z]     validate_test.go:70: only tested on Windows
16:22:10 [2023-09-08T16:22:10.241Z] 
16:22:10 [2023-09-08T16:22:10.241Z] DONE 3142 tests, 27 skipped in 62.067s
16:22:10 [2023-09-08T16:22:10.241Z] + '[' -n 'github.com/docker/docker/libnetwork
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/bitmap
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/cluster
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/config
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/datastore
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/diagnostic
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/discoverapi
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/driverapi
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/bridge
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/host
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/null
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/overlay
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/remote
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/windows
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/drvregistry
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/etchosts
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/internal/caller
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/internal/kvstore
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/ipam
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/ipamapi
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/ipams/builtin
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/ipams/null
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/ipams/remote
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/ipamutils
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/ipbits
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/iptables
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/netlabel
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/netutils
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/networkdb
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/ns
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/options
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/osl
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/osl/kernel
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/portallocator
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/portmapper
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/resolvconf
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/scope
16:22:10 [2023-09-08T16:22:10.241Z] github.com/docker/docker/libnetwork/types' ']'
16:22:10 [2023-09-08T16:22:10.241Z] + 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/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb 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
16:23:06 [2023-09-08T16:23:06.403Z] 	github.com/docker/docker/libnetwork	coverage: 43.0% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ok  	github.com/docker/docker/libnetwork	44.696s	coverage: 43.0% of statements
16:23:06 [2023-09-08T16:23:06.403Z] 	github.com/docker/docker/libnetwork/bitmap	coverage: 96.1% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] 	github.com/docker/docker/libnetwork/config	coverage: 10.3% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ok  	github.com/docker/docker/libnetwork/config	0.011s	coverage: 10.3% of statements
16:23:06 [2023-09-08T16:23:06.403Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 16.2% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 16.2% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
16:23:06 [2023-09-08T16:23:06.403Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 62.2% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.935s	coverage: 62.2% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 40.0% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
16:23:06 [2023-09-08T16:23:06.403Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 5.0% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.795s	coverage: 5.0% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.6% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
16:23:06 [2023-09-08T16:23:06.403Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 40.0% of statements
16:23:06 [2023-09-08T16:23:06.403Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
16:23:07 [2023-09-08T16:23:07.331Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 1.4% of statements
16:23:07 [2023-09-08T16:23:07.331Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.009s	coverage: 1.4% of statements
16:23:07 [2023-09-08T16:23:07.587Z] 	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	coverage: 45.0% of statements
16:23:07 [2023-09-08T16:23:07.587Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.004s	coverage: 45.0% of statements
16:23:07 [2023-09-08T16:23:07.843Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 62.7% of statements
16:23:07 [2023-09-08T16:23:07.843Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 62.7% of statements
16:23:08 [2023-09-08T16:23:08.404Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.2% of statements
16:23:08 [2023-09-08T16:23:08.404Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.2% of statements
16:23:08 [2023-09-08T16:23:08.404Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
16:23:08 [2023-09-08T16:23:08.404Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
16:23:08 [2023-09-08T16:23:08.404Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
16:23:08 [2023-09-08T16:23:08.965Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 87.0% of statements
16:23:08 [2023-09-08T16:23:08.965Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.019s	coverage: 87.0% of statements
16:23:09 [2023-09-08T16:23:09.221Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.0% of statements
16:23:09 [2023-09-08T16:23:09.221Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 81.0% of statements
16:23:09 [2023-09-08T16:23:09.477Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
16:23:09 [2023-09-08T16:23:09.477Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
16:23:09 [2023-09-08T16:23:09.477Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
16:23:09 [2023-09-08T16:23:09.477Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
16:23:21 [2023-09-08T16:23:21.644Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
16:23:21 [2023-09-08T16:23:21.644Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
16:23:23 [2023-09-08T16:23:23.533Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 80.0% of statements
16:23:23 [2023-09-08T16:23:23.533Z] ok  	github.com/docker/docker/libnetwork/ipam	3.222s	coverage: 80.0% of statements
16:23:23 [2023-09-08T16:23:23.533Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
16:23:23 [2023-09-08T16:23:23.533Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
16:23:23 [2023-09-08T16:23:23.533Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 63.2% of statements
16:23:23 [2023-09-08T16:23:23.533Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
16:23:24 [2023-09-08T16:23:24.095Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 48.7% of statements
16:23:24 [2023-09-08T16:23:24.095Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 48.7% of statements
16:23:24 [2023-09-08T16:23:24.095Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
16:23:24 [2023-09-08T16:23:24.095Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 80.0% of statements
16:23:24 [2023-09-08T16:23:24.095Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
16:23:24 [2023-09-08T16:23:24.657Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 86.4% of statements
16:23:24 [2023-09-08T16:23:24.657Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.274s	coverage: 86.4% of statements
16:23:24 [2023-09-08T16:23:24.912Z] 	github.com/docker/docker/libnetwork/ipbits	coverage: 100.0% of statements
16:23:24 [2023-09-08T16:23:24.912Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
16:23:25 [2023-09-08T16:23:25.472Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 39.9% of statements
16:23:25 [2023-09-08T16:23:25.472Z] ok  	github.com/docker/docker/libnetwork/iptables	0.222s	coverage: 39.9% of statements
16:23:25 [2023-09-08T16:23:25.472Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
16:23:26 [2023-09-08T16:23:26.034Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 54.9% of statements
16:23:26 [2023-09-08T16:23:26.034Z] ok  	github.com/docker/docker/libnetwork/netutils	0.015s	coverage: 54.9% of statements
16:25:47 [2023-09-08T16:25:47.425Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 58.6% of statements
16:25:47 [2023-09-08T16:25:47.425Z] ok  	github.com/docker/docker/libnetwork/networkdb	131.465s	coverage: 58.6% of statements
16:25:47 [2023-09-08T16:25:47.425Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
16:25:47 [2023-09-08T16:25:47.425Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
16:25:47 [2023-09-08T16:25:47.425Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
16:25:47 [2023-09-08T16:25:47.425Z] 	github.com/docker/docker/libnetwork/osl	coverage: 39.5% of statements
16:25:47 [2023-09-08T16:25:47.425Z] ok  	github.com/docker/docker/libnetwork/osl	4.439s	coverage: 39.5% of statements
16:25:47 [2023-09-08T16:25:47.425Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
16:25:47 [2023-09-08T16:25:47.426Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
16:25:47 [2023-09-08T16:25:47.426Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
16:25:47 [2023-09-08T16:25:47.426Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
16:25:47 [2023-09-08T16:25:47.426Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 46.3% of statements
16:25:47 [2023-09-08T16:25:47.426Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.639s	coverage: 46.3% of statements
16:25:47 [2023-09-08T16:25:47.426Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 84.9% of statements
16:25:47 [2023-09-08T16:25:47.426Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 84.9% of statements
16:25:47 [2023-09-08T16:25:47.426Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
16:25:47 [2023-09-08T16:25:47.426Z] 	github.com/docker/docker/libnetwork/types	coverage: 41.7% of statements
16:25:47 [2023-09-08T16:25:47.426Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
16:25:47 [2023-09-08T16:25:47.426Z] 
16:25:47 [2023-09-08T16:25:47.426Z] === Skipped
16:25:47 [2023-09-08T16:25:47.426Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
16:25:47 [2023-09-08T16:25:47.426Z]     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
16:25:47 [2023-09-08T16:25:47.426Z] 
16:25:47 [2023-09-08T16:25:47.426Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
16:25:47 [2023-09-08T16:25:47.426Z]     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
16:25:47 [2023-09-08T16:25:47.426Z] 
16:25:47 [2023-09-08T16:25:47.426Z] DONE 344 tests, 2 skipped in 215.477s
Post stage
[Pipeline] junit
16:25:47 [2023-09-08T16:25:47.436Z] Recording test results
16:25:48 [2023-09-08T16:25:48.600Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:25:48 [2023-09-08T16:25:48.939Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46406/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cd00a469f739a80b86c8c533858935b13fb5b9ec -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:cd00a469f739a80b86c8c533858935b13fb5b9ec hack/make.sh dynbinary test-integration
16:25:49 [2023-09-08T16:25:49.206Z] 
16:25:49 [2023-09-08T16:25:49.206Z] Removing bundles/
16:25:49 [2023-09-08T16:25:49.206Z] 
16:25:49 [2023-09-08T16:25:49.206Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:25:49 [2023-09-08T16:25:49.206Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
16:25:49 [2023-09-08T16:25:49.206Z] + tee /go/src/github.com/docker/docker/go.mod
16:25:49 [2023-09-08T16:25:49.206Z] module github.com/docker/docker
16:25:49 [2023-09-08T16:25:49.206Z] 
16:25:49 [2023-09-08T16:25:49.206Z] go 1.19
16:25:49 [2023-09-08T16:25:49.206Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
16:25:49 [2023-09-08T16:25:49.206Z] + GO111MODULE=on
16:25:49 [2023-09-08T16:25:49.206Z] + 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=cd00a469f739a80b86c8c533858935b13fb5b9ec" -X "github.com/docker/docker/dockerversion.BuildTime=2023-09-08T16:25:48.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="   ' github.com/docker/docker/cmd/dockerd
16:26:27 [2023-09-08T16:26:27.911Z] + rm -f /go/src/github.com/docker/docker/go.mod
16:26:27 [2023-09-08T16:26:27.911Z] Created binary: bundles/dynbinary-daemon/dockerd
16:26:27 [2023-09-08T16:26:27.911Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
16:26:27 [2023-09-08T16:26:27.911Z] + tee /go/src/github.com/docker/docker/go.mod
16:26:27 [2023-09-08T16:26:27.911Z] module github.com/docker/docker
16:26:27 [2023-09-08T16:26:27.911Z] 
16:26:27 [2023-09-08T16:26:27.911Z] go 1.19
16:26:27 [2023-09-08T16:26:27.911Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
16:26:27 [2023-09-08T16:26:27.911Z] + GO111MODULE=on
16:26:27 [2023-09-08T16:26:27.911Z] + 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=cd00a469f739a80b86c8c533858935b13fb5b9ec" -X "github.com/docker/docker/dockerversion.BuildTime=2023-09-08T16:25:48.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="   ' github.com/docker/docker/cmd/docker-proxy
16:26:27 [2023-09-08T16:26:27.911Z] + rm -f /go/src/github.com/docker/docker/go.mod
16:26:27 [2023-09-08T16:26:27.911Z] Created binary: bundles/dynbinary-daemon/docker-proxy
16:26:27 [2023-09-08T16:26:27.911Z] 
16:26:27 [2023-09-08T16:26:27.911Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:26:27 [2023-09-08T16:26:27.911Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:26:27 [2023-09-08T16:26:27.911Z] HOSTNAME=6aa2202b95d6
16:26:27 [2023-09-08T16:26:27.911Z] TESTDEBUG=0
16:26:27 [2023-09-08T16:26:27.911Z] DEST=bundles/test-integration
16:26:27 [2023-09-08T16:26:27.911Z] PWD=/go/src/github.com/docker/docker
16:26:27 [2023-09-08T16:26:27.911Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
16:26:27 [2023-09-08T16:26:27.911Z] DOCKER_GITCOMMIT=cd00a469f739a80b86c8c533858935b13fb5b9ec
16:26:27 [2023-09-08T16:26:27.911Z] container=docker
16:26:27 [2023-09-08T16:26:27.911Z] HOME=/root
16:26:27 [2023-09-08T16:26:27.911Z] CONTAINERD_NAMESPACE=moby
16:26:27 [2023-09-08T16:26:27.911Z] GOLANG_VERSION=1.20.7
16:26:27 [2023-09-08T16:26:27.911Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:26:27 [2023-09-08T16:26:27.911Z] VALIDATE_BRANCH=master
16:26:27 [2023-09-08T16:26:27.911Z] TERM=xterm
16:26:27 [2023-09-08T16:26:27.911Z] DOCKER_PKG=github.com/docker/docker
16:26:27 [2023-09-08T16:26:27.911Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
16:26:27 [2023-09-08T16:26:27.911Z] SHLVL=1
16:26:27 [2023-09-08T16:26:27.911Z] TIMEOUT=120m
16:26:27 [2023-09-08T16:26:27.911Z] DOCKER_GRAPHDRIVER=overlay2
16:26:27 [2023-09-08T16:26:27.911Z] GO111MODULE=off
16:26:27 [2023-09-08T16:26:27.911Z] DOCKER_EXPERIMENTAL=1
16:26:27 [2023-09-08T16:26:27.911Z] TEST_SKIP_INTEGRATION_CLI=1
16:26:27 [2023-09-08T16:26:27.911Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:26:27 [2023-09-08T16:26:27.911Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:26:27 [2023-09-08T16:26:27.911Z] GOPATH=/go
16:26:27 [2023-09-08T16:26:27.911Z] PKG_CONFIG=pkg-config
16:26:27 [2023-09-08T16:26:27.911Z] _=/usr/bin/env
16:26:27 [2023-09-08T16:26:27.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:26:45 [2023-09-08T16:26:45.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
16:26:45 [2023-09-08T16:26:45.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:26:46 [2023-09-08T16:26:46.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:26:48 [2023-09-08T16:26:48.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
16:26:52 [2023-09-08T16:26:52.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:26:55 [2023-09-08T16:26:55.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
16:26:55 [2023-09-08T16:26:55.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:26:57 [2023-09-08T16:26:57.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:26:58 [2023-09-08T16:26:58.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:26:59 [2023-09-08T16:26:59.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:26:59 [2023-09-08T16:26:59.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:27:01 [2023-09-08T16:27:01.084Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:27:02 [2023-09-08T16:27:02.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:27:04 [2023-09-08T16:27:04.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:27:05 [2023-09-08T16:27:05.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:27:06 [2023-09-08T16:27:06.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:27:07 [2023-09-08T16:27:07.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:27:08 [2023-09-08T16:27:08.370Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:27:09 [2023-09-08T16:27:09.768Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:27:10 [2023-09-08T16:27:10.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:27:11 [2023-09-08T16:27:11.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:27:13 [2023-09-08T16:27:13.103Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:27:13 [2023-09-08T16:27:13.103Z] Using test binary /usr/local/cli-integration/docker
16:27:13 [2023-09-08T16:27:13.103Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:27:13 [2023-09-08T16:27:13.103Z] +++ /etc/init.d/apparmor start
16:27:13 [2023-09-08T16:27:13.103Z] Not: starting.
16:27:13 [2023-09-08T16:27:13.103Z] INFO: Waiting for daemon to start...
16:27:13 [2023-09-08T16:27:13.103Z] Starting dockerd
16:27:13 [2023-09-08T16:27:13.103Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.iFki4CmVjX/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
16:27:19 [2023-09-08T16:27:19.634Z] .
16:27:19 [2023-09-08T16:27:19.634Z] ---> Making bundle: .build-empty-images (in bundles/test-integration)
16:27:19 [2023-09-08T16:27:19.634Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:27:19 [2023-09-08T16:27:19.634Z] ++++ docker load
16:27:19 [2023-09-08T16:27:19.634Z] Loaded image: emptyfs:latest
16:27:19 [2023-09-08T16:27:19.634Z] ++++ tar -cC bundles/test-integration/dangling .
16:27:19 [2023-09-08T16:27:19.634Z] ++++ docker load
16:27:19 [2023-09-08T16:27:19.634Z] Loaded image ID: sha256:0df1207206e5288f4a989a2f13d1f5b3c4e70467702c1d5d21dfc9f002b7bd43
16:27:19 [2023-09-08T16:27:19.634Z] Running integration-test (iteration 1)
16:27:19 [2023-09-08T16:27:19.634Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
16:27:19 [2023-09-08T16:27:19.634Z] ++ 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
16:27:19 [2023-09-08T16:27:19.634Z] ++ set -e
16:27:19 [2023-09-08T16:27:19.634Z] ++ '[' -n 0 ']'
16:27:19 [2023-09-08T16:27:19.634Z] ++ set -x
16:27:19 [2023-09-08T16:27:19.634Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:27:19 [2023-09-08T16:27:19.634Z] Loaded image: busybox:latest
16:27:19 [2023-09-08T16:27:19.634Z] Loaded image: busybox:glibc
16:27:20 [2023-09-08T16:27:20.196Z] Loaded image: debian:bullseye-slim
16:27:20 [2023-09-08T16:27:20.196Z] Loaded image: hello-world:latest
16:27:20 [2023-09-08T16:27:20.196Z] Loaded image: arm32v7/hello-world:latest
16:27:20 [2023-09-08T16:27:20.196Z] INFO: Testing against a local daemon
16:27:20 [2023-09-08T16:27:20.196Z] === RUN   TestCgroupNamespacesBuild
16:27:21 [2023-09-08T16:27:21.559Z] --- PASS: TestCgroupNamespacesBuild (1.11s)
16:27:21 [2023-09-08T16:27:21.559Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:27:22 [2023-09-08T16:27:22.486Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.09s)
16:27:22 [2023-09-08T16:27:22.486Z] === RUN   TestBuildWithSession
16:27:22 [2023-09-08T16:27:22.486Z]     build_session_test.go:26: TODO: BuildKit
16:27:22 [2023-09-08T16:27:22.486Z] --- SKIP: TestBuildWithSession (0.00s)
16:27:22 [2023-09-08T16:27:22.486Z] === RUN   TestBuildSquashParent
16:27:26 [2023-09-08T16:27:26.650Z] --- PASS: TestBuildSquashParent (3.52s)
16:27:26 [2023-09-08T16:27:26.650Z] === RUN   TestBuildWithRemoveAndForceRemove
16:27:26 [2023-09-08T16:27:26.650Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:27:26 [2023-09-08T16:27:26.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:27:26 [2023-09-08T16:27:26.650Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:27:26 [2023-09-08T16:27:26.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:27:26 [2023-09-08T16:27:26.650Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:27:26 [2023-09-08T16:27:26.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:27:26 [2023-09-08T16:27:26.650Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:27:26 [2023-09-08T16:27:26.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:27:26 [2023-09-08T16:27:26.650Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:27:26 [2023-09-08T16:27:26.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:27:26 [2023-09-08T16:27:26.650Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:27:26 [2023-09-08T16:27:26.650Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:27:26 [2023-09-08T16:27:26.650Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:27:26 [2023-09-08T16:27:26.650Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:27:26 [2023-09-08T16:27:26.650Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:27:26 [2023-09-08T16:27:26.650Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:27:26 [2023-09-08T16:27:26.650Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:27:26 [2023-09-08T16:27:26.650Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:27:29 [2023-09-08T16:27:29.165Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
16:27:29 [2023-09-08T16:27:29.165Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.26s)
16:27:29 [2023-09-08T16:27:29.165Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.38s)
16:27:29 [2023-09-08T16:27:29.165Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.67s)
16:27:29 [2023-09-08T16:27:29.165Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.99s)
16:27:29 [2023-09-08T16:27:29.165Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.16s)
16:27:29 [2023-09-08T16:27:29.165Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.24s)
16:27:29 [2023-09-08T16:27:29.165Z] === RUN   TestBuildMultiStageCopy
16:27:29 [2023-09-08T16:27:29.165Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:27:30 [2023-09-08T16:27:30.093Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:27:30 [2023-09-08T16:27:30.349Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:27:30 [2023-09-08T16:27:30.349Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
16:27:30 [2023-09-08T16:27:30.349Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:27:30 [2023-09-08T16:27:30.349Z] --- PASS: TestBuildMultiStageCopy (1.14s)
16:27:30 [2023-09-08T16:27:30.349Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.92s)
16:27:30 [2023-09-08T16:27:30.349Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.04s)
16:27:30 [2023-09-08T16:27:30.349Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.05s)
16:27:30 [2023-09-08T16:27:30.349Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.07s)
16:27:30 [2023-09-08T16:27:30.349Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.06s)
16:27:30 [2023-09-08T16:27:30.349Z] === RUN   TestBuildMultiStageParentConfig
16:27:30 [2023-09-08T16:27:30.604Z] --- PASS: TestBuildMultiStageParentConfig (0.25s)
16:27:30 [2023-09-08T16:27:30.604Z] === RUN   TestBuildLabelWithTargets
16:27:31 [2023-09-08T16:27:31.166Z] --- PASS: TestBuildLabelWithTargets (0.41s)
16:27:31 [2023-09-08T16:27:31.166Z] === RUN   TestBuildWithEmptyLayers
16:27:31 [2023-09-08T16:27:31.166Z] --- PASS: TestBuildWithEmptyLayers (0.07s)
16:27:31 [2023-09-08T16:27:31.166Z] === RUN   TestBuildMultiStageOnBuild
16:27:32 [2023-09-08T16:27:32.093Z] --- PASS: TestBuildMultiStageOnBuild (1.01s)
16:27:32 [2023-09-08T16:27:32.093Z] === RUN   TestBuildUncleanTarFilenames
16:27:32 [2023-09-08T16:27:32.349Z] --- PASS: TestBuildUncleanTarFilenames (0.10s)
16:27:32 [2023-09-08T16:27:32.349Z] === RUN   TestBuildMultiStageLayerLeak
16:27:33 [2023-09-08T16:27:33.276Z] --- PASS: TestBuildMultiStageLayerLeak (0.99s)
16:27:33 [2023-09-08T16:27:33.276Z] === RUN   TestBuildWithHugeFile
16:28:29 [2023-09-08T16:28:29.437Z] --- PASS: TestBuildWithHugeFile (49.96s)
16:28:29 [2023-09-08T16:28:29.437Z] === RUN   TestBuildWCOWSandboxSize
16:28:29 [2023-09-08T16:28:29.437Z]     build_test.go:525: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:28:29 [2023-09-08T16:28:29.437Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
16:28:29 [2023-09-08T16:28:29.437Z] === RUN   TestBuildWithEmptyDockerfile
16:28:29 [2023-09-08T16:28:29.437Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:28:29 [2023-09-08T16:28:29.437Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:28:29 [2023-09-08T16:28:29.437Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:28:29 [2023-09-08T16:28:29.437Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:28:29 [2023-09-08T16:28:29.437Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:28:29 [2023-09-08T16:28:29.437Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:28:29 [2023-09-08T16:28:29.437Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:28:29 [2023-09-08T16:28:29.437Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:28:29 [2023-09-08T16:28:29.437Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:28:29 [2023-09-08T16:28:29.437Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
16:28:29 [2023-09-08T16:28:29.437Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
16:28:29 [2023-09-08T16:28:29.437Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
16:28:29 [2023-09-08T16:28:29.437Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
16:28:29 [2023-09-08T16:28:29.437Z] === RUN   TestBuildPreserveOwnership
16:28:29 [2023-09-08T16:28:29.437Z] === RUN   TestBuildPreserveOwnership/copy_from
16:28:29 [2023-09-08T16:28:29.437Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:28:29 [2023-09-08T16:28:29.438Z] --- PASS: TestBuildPreserveOwnership (2.06s)
16:28:29 [2023-09-08T16:28:29.438Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.42s)
16:28:29 [2023-09-08T16:28:29.438Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.63s)
16:28:29 [2023-09-08T16:28:29.438Z] === RUN   TestBuildPlatformInvalid
16:28:29 [2023-09-08T16:28:29.438Z] --- PASS: TestBuildPlatformInvalid (0.02s)
16:28:29 [2023-09-08T16:28:29.438Z] === RUN   TestBuildkitHistoryTracePropagation
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1] parsed dial target is: {Scheme:unix Authority: URL:{Scheme:unix Opaque: User: Host: Path:/run/buildkit/buildkitd.sock RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1] Resolver state updated: {\n  \"Addresses\": [\n    {\n      \"Addr\": \"/run/buildkit/buildkitd.sock\",\n      \"ServerName\": \"\",\n      \"Attributes\": {},\n      \"BalancerAttributes\": null,\n      \"Type\": 0,\n      \"Metadata\": null\n    }\n  ],\n  \"ServiceConfig\": null,\n  \"Attributes\": null\n} (resolver returned new addresses)" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:25Z" level=info msg="[core] [Server #4] Server created" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z]     build_traces_test.go:84: Waiting for trace to be available
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:29Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:29Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:29Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] time="2023-09-08T16:28:29Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
16:28:29 [2023-09-08T16:28:29.438Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s)
16:28:29 [2023-09-08T16:28:29.438Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
16:28:29 [2023-09-08T16:28:29.999Z] Loaded image: busybox:latest
16:28:29 [2023-09-08T16:28:29.999Z] Loaded image: busybox:glibc
16:28:30 [2023-09-08T16:28:30.926Z] Loaded image: debian:bullseye-slim
16:28:30 [2023-09-08T16:28:30.926Z] Loaded image: hello-world:latest
16:28:30 [2023-09-08T16:28:30.926Z] Loaded image: arm32v7/hello-world:latest
16:28:39 [2023-09-08T16:28:39.008Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.89s)
16:28:39 [2023-09-08T16:28:39.008Z] PASS
16:28:39 [2023-09-08T16:28:39.008Z] 
16:28:39 [2023-09-08T16:28:39.008Z] === Skipped
16:28:39 [2023-09-08T16:28:39.008Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
16:28:39 [2023-09-08T16:28:39.008Z]     build_session_test.go:26: TODO: BuildKit
16:28:39 [2023-09-08T16:28:39.008Z] 
16:28:39 [2023-09-08T16:28:39.008Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
16:28:39 [2023-09-08T16:28:39.008Z]     build_test.go:525: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:28:39 [2023-09-08T16:28:39.008Z] 
16:28:39 [2023-09-08T16:28:39.008Z] DONE 35 tests, 2 skipped in 79.167s
16:28:39 [2023-09-08T16:28:39.008Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
16:28:39 [2023-09-08T16:28:39.008Z] ++ 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
16:28:39 [2023-09-08T16:28:39.008Z] ++ set -e
16:28:39 [2023-09-08T16:28:39.008Z] ++ '[' -n 0 ']'
16:28:39 [2023-09-08T16:28:39.008Z] ++ set -x
16:28:39 [2023-09-08T16:28:39.008Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:28:39 [2023-09-08T16:28:39.008Z] INFO: Testing against a local daemon
16:28:39 [2023-09-08T16:28:39.008Z] === RUN   TestNoNewPrivileges
16:28:43 [2023-09-08T16:28:43.172Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
16:28:43 [2023-09-08T16:28:43.427Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
16:28:43 [2023-09-08T16:28:43.988Z] --- PASS: TestNoNewPrivileges (5.70s)
16:28:43 [2023-09-08T16:28:43.988Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.35s)
16:28:43 [2023-09-08T16:28:43.988Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.40s)
16:28:43 [2023-09-08T16:28:43.988Z] PASS
16:28:43 [2023-09-08T16:28:43.988Z] 
16:28:43 [2023-09-08T16:28:43.988Z] DONE 3 tests in 5.731s
16:28:43 [2023-09-08T16:28:43.988Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
16:28:43 [2023-09-08T16:28:43.988Z] ++ 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
16:28:43 [2023-09-08T16:28:43.988Z] ++ set -e
16:28:43 [2023-09-08T16:28:43.988Z] ++ '[' -n 0 ']'
16:28:43 [2023-09-08T16:28:43.988Z] ++ set -x
16:28:43 [2023-09-08T16:28:43.988Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:28:43 [2023-09-08T16:28:43.988Z] INFO: Testing against a local daemon
16:28:43 [2023-09-08T16:28:43.988Z] === RUN   TestConfigInspect
16:28:45 [2023-09-08T16:28:45.876Z] --- PASS: TestConfigInspect (1.87s)
16:28:45 [2023-09-08T16:28:45.876Z] === RUN   TestConfigList
16:28:47 [2023-09-08T16:28:47.240Z] === RUN   TestConfigList/test_filter_by_name
16:28:47 [2023-09-08T16:28:47.240Z] === RUN   TestConfigList/test_filter_by_id
16:28:47 [2023-09-08T16:28:47.240Z] === RUN   TestConfigList/test_filter_by_label_key_only
16:28:47 [2023-09-08T16:28:47.240Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
16:28:47 [2023-09-08T16:28:47.240Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
16:28:47 [2023-09-08T16:28:47.801Z] --- PASS: TestConfigList (1.88s)
16:28:47 [2023-09-08T16:28:47.801Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
16:28:47 [2023-09-08T16:28:47.801Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
16:28:47 [2023-09-08T16:28:47.801Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
16:28:47 [2023-09-08T16:28:47.801Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
16:28:47 [2023-09-08T16:28:47.801Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
16:28:47 [2023-09-08T16:28:47.801Z] === RUN   TestConfigsCreateAndDelete
16:28:49 [2023-09-08T16:28:49.688Z] --- PASS: TestConfigsCreateAndDelete (1.92s)
16:28:49 [2023-09-08T16:28:49.688Z] === RUN   TestConfigsUpdate
16:28:51 [2023-09-08T16:28:51.576Z] --- PASS: TestConfigsUpdate (1.52s)
16:28:51 [2023-09-08T16:28:51.576Z] === RUN   TestTemplatedConfig
16:28:54 [2023-09-08T16:28:54.089Z] --- PASS: TestTemplatedConfig (2.62s)
16:28:54 [2023-09-08T16:28:54.089Z] === RUN   TestConfigCreateResolve
16:28:55 [2023-09-08T16:28:55.976Z] --- PASS: TestConfigCreateResolve (1.83s)
16:28:55 [2023-09-08T16:28:55.976Z] PASS
16:28:55 [2023-09-08T16:28:55.976Z] === RUN   TestConfigInspect
16:28:57 [2023-09-08T16:28:57.863Z] --- PASS: TestConfigInspect (1.95s)
16:28:57 [2023-09-08T16:28:57.863Z] === RUN   TestConfigList
16:28:58 [2023-09-08T16:28:58.789Z] === RUN   TestConfigList/test_filter_by_name
16:28:58 [2023-09-08T16:28:58.789Z] === RUN   TestConfigList/test_filter_by_id
16:28:58 [2023-09-08T16:28:58.789Z] === RUN   TestConfigList/test_filter_by_label_key_only
16:28:58 [2023-09-08T16:28:58.789Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
16:28:58 [2023-09-08T16:28:58.789Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
16:28:59 [2023-09-08T16:28:59.715Z] --- PASS: TestConfigList (1.92s)
16:28:59 [2023-09-08T16:28:59.715Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
16:28:59 [2023-09-08T16:28:59.715Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
16:28:59 [2023-09-08T16:28:59.715Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
16:28:59 [2023-09-08T16:28:59.715Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
16:28:59 [2023-09-08T16:28:59.715Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
16:28:59 [2023-09-08T16:28:59.715Z] === RUN   TestConfigsCreateAndDelete
16:29:01 [2023-09-08T16:29:01.603Z] --- PASS: TestConfigsCreateAndDelete (1.93s)
16:29:01 [2023-09-08T16:29:01.603Z] === RUN   TestConfigsUpdate
16:29:03 [2023-09-08T16:29:03.490Z] --- PASS: TestConfigsUpdate (1.85s)
16:29:03 [2023-09-08T16:29:03.490Z] === RUN   TestTemplatedConfig
16:29:06 [2023-09-08T16:29:06.004Z] --- PASS: TestTemplatedConfig (2.60s)
16:29:06 [2023-09-08T16:29:06.005Z] === RUN   TestConfigCreateResolve
16:29:07 [2023-09-08T16:29:07.892Z] --- PASS: TestConfigCreateResolve (1.93s)
16:29:07 [2023-09-08T16:29:07.892Z] PASS
16:29:07 [2023-09-08T16:29:07.892Z] 
16:29:07 [2023-09-08T16:29:07.892Z] DONE 22 tests in 23.859s
16:29:07 [2023-09-08T16:29:07.892Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
16:29:07 [2023-09-08T16:29:07.892Z] ++ 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
16:29:07 [2023-09-08T16:29:07.892Z] ++ set -e
16:29:07 [2023-09-08T16:29:07.892Z] ++ '[' -n 0 ']'
16:29:07 [2023-09-08T16:29:07.892Z] ++ set -x
16:29:07 [2023-09-08T16:29:07.892Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:29:07 [2023-09-08T16:29:07.892Z] INFO: Testing against a local daemon
16:29:07 [2023-09-08T16:29:07.892Z] === RUN   TestAttach
16:29:07 [2023-09-08T16:29:07.892Z] === RUN   TestAttach/without_TTY
16:29:07 [2023-09-08T16:29:07.892Z] === PAUSE TestAttach/without_TTY
16:29:07 [2023-09-08T16:29:07.892Z] === RUN   TestAttach/with_TTY
16:29:07 [2023-09-08T16:29:07.892Z] === PAUSE TestAttach/with_TTY
16:29:07 [2023-09-08T16:29:07.892Z] === CONT  TestAttach/without_TTY
16:29:07 [2023-09-08T16:29:07.892Z] === CONT  TestAttach/with_TTY
16:29:07 [2023-09-08T16:29:07.892Z] --- PASS: TestAttach (0.02s)
16:29:07 [2023-09-08T16:29:07.892Z]     --- PASS: TestAttach/without_TTY (0.03s)
16:29:07 [2023-09-08T16:29:07.892Z]     --- PASS: TestAttach/with_TTY (0.03s)
16:29:07 [2023-09-08T16:29:07.892Z] === RUN   TestCreateWithCDIDevices
16:29:09 [2023-09-08T16:29:09.257Z] --- PASS: TestCreateWithCDIDevices (1.01s)
16:29:09 [2023-09-08T16:29:09.257Z] === RUN   TestCDISpecDirsAreInSystemInfo
16:29:09 [2023-09-08T16:29:09.257Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default
16:29:09 [2023-09-08T16:29:09.512Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned
16:29:10 [2023-09-08T16:29:10.074Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice
16:29:10 [2023-09-08T16:29:10.635Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice
16:29:11 [2023-09-08T16:29:11.196Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice
16:29:11 [2023-09-08T16:29:11.757Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice
16:29:12 [2023-09-08T16:29:12.013Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice
16:29:12 [2023-09-08T16:29:12.574Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice
16:29:13 [2023-09-08T16:29:13.135Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.17s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default (0.52s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned (0.52s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice (0.52s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice (0.52s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice (0.52s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice (0.52s)
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestCheckpoint
16:29:13 [2023-09-08T16:29:13.135Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:29:13 [2023-09-08T16:29:13.135Z] --- SKIP: TestCheckpoint (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/commit
16:29:13 [2023-09-08T16:29:13.135Z] === PAUSE TestContainerInvalidJSON/commit
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/create
16:29:13 [2023-09-08T16:29:13.135Z] === PAUSE TestContainerInvalidJSON/containers/create
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
16:29:13 [2023-09-08T16:29:13.135Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
16:29:13 [2023-09-08T16:29:13.135Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
16:29:13 [2023-09-08T16:29:13.135Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:29:13 [2023-09-08T16:29:13.135Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
16:29:13 [2023-09-08T16:29:13.135Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
16:29:13 [2023-09-08T16:29:13.135Z] === CONT  TestContainerInvalidJSON/commit
16:29:13 [2023-09-08T16:29:13.135Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
16:29:13 [2023-09-08T16:29:13.135Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
16:29:13 [2023-09-08T16:29:13.135Z] === CONT  TestContainerInvalidJSON/containers/create
16:29:13 [2023-09-08T16:29:13.135Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
16:29:13 [2023-09-08T16:29:13.135Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
16:29:13 [2023-09-08T16:29:13.135Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/commit/empty_body
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
16:29:13 [2023-09-08T16:29:13.135Z] --- PASS: TestContainerInvalidJSON (0.01s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:29:13 [2023-09-08T16:29:13.135Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
16:29:13 [2023-09-08T16:29:13.135Z] === RUN   TestCopyFromContainerPathIsNotDir
16:29:13 [2023-09-08T16:29:13.391Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
16:29:13 [2023-09-08T16:29:13.391Z] === RUN   TestCopyToContainerPathDoesNotExist
16:29:13 [2023-09-08T16:29:13.391Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
16:29:13 [2023-09-08T16:29:13.391Z] === RUN   TestCopyEmptyFile
16:29:13 [2023-09-08T16:29:13.391Z] --- PASS: TestCopyEmptyFile (0.05s)
16:29:13 [2023-09-08T16:29:13.391Z] === RUN   TestCopyToContainerPathIsNotDir
16:29:13 [2023-09-08T16:29:13.391Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
16:29:13 [2023-09-08T16:29:13.391Z] === RUN   TestCopyFromContainer
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer//
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/.
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer//.
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/./
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer//./
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer//bar/root
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer//bar/root/
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer//bar/root/.
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/bar/quux
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/bar/quux/
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/bar/quux/.
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
16:29:13 [2023-09-08T16:29:13.953Z] === RUN   TestCopyFromContainer/bar/notarget
16:29:14 [2023-09-08T16:29:14.208Z] --- PASS: TestCopyFromContainer (0.69s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer// (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/. (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer//. (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:29:14 [2023-09-08T16:29:14.208Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:29:14 [2023-09-08T16:29:14.208Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:29:14 [2023-09-08T16:29:14.208Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:29:14 [2023-09-08T16:29:14.208Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:29:14 [2023-09-08T16:29:14.208Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:29:14 [2023-09-08T16:29:14.208Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:29:14 [2023-09-08T16:29:14.208Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:29:14 [2023-09-08T16:29:14.208Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:29:14 [2023-09-08T16:29:14.208Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:29:14 [2023-09-08T16:29:14.208Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
16:29:14 [2023-09-08T16:29:14.208Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
16:29:14 [2023-09-08T16:29:14.209Z] === RUN   TestCreateLinkToNonExistingContainer
16:29:14 [2023-09-08T16:29:14.209Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s)
16:29:14 [2023-09-08T16:29:14.209Z] === RUN   TestCreateWithInvalidEnv
16:29:14 [2023-09-08T16:29:14.209Z] === RUN   TestCreateWithInvalidEnv/0
16:29:14 [2023-09-08T16:29:14.209Z] === PAUSE TestCreateWithInvalidEnv/0
16:29:14 [2023-09-08T16:29:14.209Z] === RUN   TestCreateWithInvalidEnv/1
16:29:14 [2023-09-08T16:29:14.209Z] === PAUSE TestCreateWithInvalidEnv/1
16:29:14 [2023-09-08T16:29:14.209Z] === RUN   TestCreateWithInvalidEnv/2
16:29:14 [2023-09-08T16:29:14.209Z] === PAUSE TestCreateWithInvalidEnv/2
16:29:14 [2023-09-08T16:29:14.209Z] === CONT  TestCreateWithInvalidEnv/0
16:29:14 [2023-09-08T16:29:14.209Z] === CONT  TestCreateWithInvalidEnv/2
16:29:14 [2023-09-08T16:29:14.209Z] === CONT  TestCreateWithInvalidEnv/1
16:29:14 [2023-09-08T16:29:14.209Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
16:29:14 [2023-09-08T16:29:14.209Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
16:29:14 [2023-09-08T16:29:14.209Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:29:14 [2023-09-08T16:29:14.209Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
16:29:14 [2023-09-08T16:29:14.209Z] === RUN   TestCreateTmpfsMountsTarget
16:29:14 [2023-09-08T16:29:14.209Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
16:29:14 [2023-09-08T16:29:14.209Z] === RUN   TestCreateWithCustomMaskedPaths
16:29:15 [2023-09-08T16:29:15.578Z] --- PASS: TestCreateWithCustomMaskedPaths (1.25s)
16:29:15 [2023-09-08T16:29:15.578Z] === RUN   TestCreateWithCustomReadonlyPaths
16:29:16 [2023-09-08T16:29:16.942Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.34s)
16:29:16 [2023-09-08T16:29:16.942Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:29:16 [2023-09-08T16:29:16.943Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:29:16 [2023-09-08T16:29:16.943Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:29:16 [2023-09-08T16:29:16.943Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:29:16 [2023-09-08T16:29:16.943Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:29:16 [2023-09-08T16:29:16.943Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:29:16 [2023-09-08T16:29:16.943Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:29:16 [2023-09-08T16:29:16.943Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:29:16 [2023-09-08T16:29:16.943Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:29:16 [2023-09-08T16:29:16.943Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:29:16 [2023-09-08T16:29:16.943Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:29:16 [2023-09-08T16:29:16.943Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:29:16 [2023-09-08T16:29:16.943Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:29:16 [2023-09-08T16:29:16.943Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:29:16 [2023-09-08T16:29:16.943Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:29:16 [2023-09-08T16:29:16.943Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:29:16 [2023-09-08T16:29:16.943Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
16:29:16 [2023-09-08T16:29:16.943Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
16:29:16 [2023-09-08T16:29:16.943Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
16:29:16 [2023-09-08T16:29:16.943Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
16:29:16 [2023-09-08T16:29:16.943Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
16:29:16 [2023-09-08T16:29:16.943Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
16:29:16 [2023-09-08T16:29:16.943Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
16:29:17 [2023-09-08T16:29:17.198Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreateDifferentPlatform
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreateDifferentPlatform/different_os
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:29:17 [2023-09-08T16:29:17.198Z] --- PASS: TestCreateDifferentPlatform (0.01s)
16:29:17 [2023-09-08T16:29:17.198Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:29:17 [2023-09-08T16:29:17.198Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:29:17 [2023-09-08T16:29:17.198Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
16:29:17 [2023-09-08T16:29:17.198Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.03s)
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreateInvalidHostConfig
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
16:29:17 [2023-09-08T16:29:17.198Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
16:29:17 [2023-09-08T16:29:17.198Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
16:29:17 [2023-09-08T16:29:17.198Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:29:17 [2023-09-08T16:29:17.198Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
16:29:17 [2023-09-08T16:29:17.198Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
16:29:17 [2023-09-08T16:29:17.198Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
16:29:17 [2023-09-08T16:29:17.198Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
16:29:17 [2023-09-08T16:29:17.198Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
16:29:17 [2023-09-08T16:29:17.198Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
16:29:17 [2023-09-08T16:29:17.198Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
16:29:17 [2023-09-08T16:29:17.198Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestContainerStartOnDaemonRestart
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestContainerStartOnDaemonRestart
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestDaemonRestartIpcMode
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestDaemonRestartIpcMode
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestDaemonHostGatewayIP
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestDaemonHostGatewayIP
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestRestartDaemonWithRestartingContainer
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestRestartDaemonWithRestartingContainer
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestHardRestartWhenContainerIsRunning
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestHardRestartWhenContainerIsRunning
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestContainerKillOnDaemonStart
16:29:17 [2023-09-08T16:29:17.198Z] === PAUSE TestContainerKillOnDaemonStart
16:29:17 [2023-09-08T16:29:17.198Z] === RUN   TestDiff
16:29:17 [2023-09-08T16:29:17.759Z] --- PASS: TestDiff (0.43s)
16:29:17 [2023-09-08T16:29:17.759Z] === RUN   TestExecConsoleSize
16:29:18 [2023-09-08T16:29:18.320Z] --- PASS: TestExecConsoleSize (0.54s)
16:29:18 [2023-09-08T16:29:18.320Z] === RUN   TestExecWithCloseStdin
16:29:18 [2023-09-08T16:29:18.881Z] --- PASS: TestExecWithCloseStdin (0.53s)
16:29:18 [2023-09-08T16:29:18.881Z] === RUN   TestExec
16:29:19 [2023-09-08T16:29:19.442Z] --- PASS: TestExec (0.54s)
16:29:19 [2023-09-08T16:29:19.442Z] === RUN   TestExecUser
16:29:19 [2023-09-08T16:29:19.697Z] --- PASS: TestExecUser (0.50s)
16:29:19 [2023-09-08T16:29:19.697Z] === RUN   TestExportContainerAndImportImage
16:29:20 [2023-09-08T16:29:20.258Z] --- PASS: TestExportContainerAndImportImage (0.50s)
16:29:20 [2023-09-08T16:29:20.258Z] === RUN   TestExportContainerAfterDaemonRestart
16:29:26 [2023-09-08T16:29:26.791Z] --- PASS: TestExportContainerAfterDaemonRestart (6.12s)
16:29:26 [2023-09-08T16:29:26.791Z] === RUN   TestHealthCheckWorkdir
16:29:27 [2023-09-08T16:29:27.047Z] --- PASS: TestHealthCheckWorkdir (0.67s)
16:29:27 [2023-09-08T16:29:27.047Z] === RUN   TestHealthKillContainer
16:29:35 [2023-09-08T16:29:35.128Z] --- PASS: TestHealthKillContainer (7.93s)
16:29:35 [2023-09-08T16:29:35.128Z] === RUN   TestHealthCheckProcessKilled
16:29:35 [2023-09-08T16:29:35.690Z] --- PASS: TestHealthCheckProcessKilled (0.64s)
16:29:35 [2023-09-08T16:29:35.690Z] === RUN   TestHealthStartInterval
16:29:37 [2023-09-08T16:29:37.054Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:37 [2023-09-08T16:29:37.054Z]         }
16:29:37 [2023-09-08T16:29:37.054Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:37 [2023-09-08T16:29:37.054Z]         }
16:29:37 [2023-09-08T16:29:37.310Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:37 [2023-09-08T16:29:37.310Z]         }
16:29:37 [2023-09-08T16:29:37.310Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:37 [2023-09-08T16:29:37.310Z]         }
16:29:37 [2023-09-08T16:29:37.310Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:37 [2023-09-08T16:29:37.310Z]         }
16:29:37 [2023-09-08T16:29:37.565Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:37 [2023-09-08T16:29:37.565Z]         }
16:29:37 [2023-09-08T16:29:37.565Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:37 [2023-09-08T16:29:37.565Z]         }
16:29:37 [2023-09-08T16:29:37.821Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:37 [2023-09-08T16:29:37.821Z]         }
16:29:37 [2023-09-08T16:29:37.821Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:37 [2023-09-08T16:29:37.821Z]         }
16:29:37 [2023-09-08T16:29:37.821Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:37 [2023-09-08T16:29:37.821Z]         }
16:29:38 [2023-09-08T16:29:38.076Z]     health_test.go:141: &{2023-09-08 16:29:36.7897422 +0000 UTC 2023-09-08 16:29:36.849027503 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:38 [2023-09-08T16:29:38.076Z]         }
16:29:38 [2023-09-08T16:29:38.076Z]     health_test.go:141: &{2023-09-08 16:29:37.853894902 +0000 UTC 2023-09-08 16:29:37.912330184 +0000 UTC 1 2}
16:29:38 [2023-09-08T16:29:38.332Z]     health_test.go:141: &{2023-09-08 16:29:37.853894902 +0000 UTC 2023-09-08 16:29:37.912330184 +0000 UTC 1 2}
16:29:38 [2023-09-08T16:29:38.332Z]     health_test.go:141: &{2023-09-08 16:29:37.853894902 +0000 UTC 2023-09-08 16:29:37.912330184 +0000 UTC 1 2}
16:29:38 [2023-09-08T16:29:38.332Z]     health_test.go:141: &{2023-09-08 16:29:37.853894902 +0000 UTC 2023-09-08 16:29:37.912330184 +0000 UTC 1 2}
16:29:38 [2023-09-08T16:29:38.587Z]     health_test.go:141: &{2023-09-08 16:29:37.853894902 +0000 UTC 2023-09-08 16:29:37.912330184 +0000 UTC 1 2}
16:29:38 [2023-09-08T16:29:38.587Z]     health_test.go:141: &{2023-09-08 16:29:37.853894902 +0000 UTC 2023-09-08 16:29:37.912330184 +0000 UTC 1 2}
16:29:38 [2023-09-08T16:29:38.843Z]     health_test.go:141: &{2023-09-08 16:29:37.853894902 +0000 UTC 2023-09-08 16:29:37.912330184 +0000 UTC 1 2}
16:29:38 [2023-09-08T16:29:38.843Z]     health_test.go:141: &{2023-09-08 16:29:37.853894902 +0000 UTC 2023-09-08 16:29:37.912330184 +0000 UTC 1 2}
16:29:38 [2023-09-08T16:29:38.843Z]     health_test.go:141: &{2023-09-08 16:29:37.853894902 +0000 UTC 2023-09-08 16:29:37.912330184 +0000 UTC 1 2}
16:29:39 [2023-09-08T16:29:39.099Z]     health_test.go:141: &{2023-09-08 16:29:37.853894902 +0000 UTC 2023-09-08 16:29:37.912330184 +0000 UTC 1 2}
16:29:39 [2023-09-08T16:29:39.099Z]     health_test.go:169: 1.06419856s
16:29:40 [2023-09-08T16:29:40.024Z]     health_test.go:169: 1.06419856s
16:29:41 [2023-09-08T16:29:41.432Z]     health_test.go:169: 1.06419856s
16:29:42 [2023-09-08T16:29:42.357Z]     health_test.go:169: 1.06419856s
16:29:43 [2023-09-08T16:29:43.283Z]     health_test.go:169: 1.06419856s
16:29:44 [2023-09-08T16:29:44.209Z]     health_test.go:169: 1.06419856s
16:29:45 [2023-09-08T16:29:45.137Z]     health_test.go:169: 1.06419856s
16:29:46 [2023-09-08T16:29:46.064Z]     health_test.go:169: 1.06419856s
16:29:47 [2023-09-08T16:29:47.427Z]     health_test.go:169: 1.06419856s
16:29:48 [2023-09-08T16:29:48.352Z]     health_test.go:169: 1.06419856s
16:29:49 [2023-09-08T16:29:49.278Z]     health_test.go:169: 1.06419856s
16:29:50 [2023-09-08T16:29:50.204Z]     health_test.go:169: 1.06419856s
16:29:51 [2023-09-08T16:29:51.130Z]     health_test.go:169: 1.06419856s
16:29:52 [2023-09-08T16:29:52.056Z]     health_test.go:169: 1.06419856s
16:29:53 [2023-09-08T16:29:53.419Z]     health_test.go:169: 1.06419856s
16:29:54 [2023-09-08T16:29:54.345Z]     health_test.go:169: 1.06419856s
16:29:55 [2023-09-08T16:29:55.270Z]     health_test.go:169: 1.06419856s
16:29:56 [2023-09-08T16:29:56.196Z]     health_test.go:169: 1.06419856s
16:29:57 [2023-09-08T16:29:57.122Z]     health_test.go:169: 1.06419856s
16:29:58 [2023-09-08T16:29:58.048Z]     health_test.go:169: 1.06419856s
16:29:59 [2023-09-08T16:29:59.410Z]     health_test.go:169: 1.06419856s
16:30:00 [2023-09-08T16:30:00.336Z]     health_test.go:169: 1.06419856s
16:30:01 [2023-09-08T16:30:01.262Z]     health_test.go:169: 1.06419856s
16:30:02 [2023-09-08T16:30:02.188Z]     health_test.go:169: 1.06419856s
16:30:03 [2023-09-08T16:30:03.114Z]     health_test.go:169: 1.06419856s
16:30:04 [2023-09-08T16:30:04.476Z]     health_test.go:169: 1.06419856s
16:30:05 [2023-09-08T16:30:05.402Z]     health_test.go:169: 1.06419856s
16:30:06 [2023-09-08T16:30:06.328Z]     health_test.go:169: 1.06419856s
16:30:07 [2023-09-08T16:30:07.254Z]     health_test.go:169: 1.06419856s
16:30:08 [2023-09-08T16:30:08.180Z]     health_test.go:169: 1.06419856s
16:30:09 [2023-09-08T16:30:09.543Z] --- PASS: TestHealthStartInterval (33.69s)
16:30:09 [2023-09-08T16:30:09.543Z] === RUN   TestInspectCpusetInConfigPre120
16:30:09 [2023-09-08T16:30:09.799Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s)
16:30:09 [2023-09-08T16:30:09.799Z] === RUN   TestInspectAnnotations
16:30:09 [2023-09-08T16:30:09.799Z] --- PASS: TestInspectAnnotations (0.04s)
16:30:09 [2023-09-08T16:30:09.799Z] === RUN   TestIpcModeNone
16:30:10 [2023-09-08T16:30:10.361Z] --- PASS: TestIpcModeNone (0.52s)
16:30:10 [2023-09-08T16:30:10.361Z] === RUN   TestIpcModePrivate
16:30:10 [2023-09-08T16:30:10.616Z]     ipcmode_linux_test.go:88: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
16:30:10 [2023-09-08T16:30:10.872Z] --- PASS: TestIpcModePrivate (0.53s)
16:30:10 [2023-09-08T16:30:10.872Z] === RUN   TestIpcModeShareable
16:30:11 [2023-09-08T16:30:11.127Z]     ipcmode_linux_test.go:88: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
16:30:11 [2023-09-08T16:30:11.383Z] --- PASS: TestIpcModeShareable (0.53s)
16:30:11 [2023-09-08T16:30:11.383Z] === RUN   TestAPIIpcModeShareableAndContainer
16:30:12 [2023-09-08T16:30:12.748Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.14s)
16:30:12 [2023-09-08T16:30:12.748Z] === RUN   TestAPIIpcModeHost
16:30:12 [2023-09-08T16:30:12.748Z] --- PASS: TestAPIIpcModeHost (0.33s)
16:30:12 [2023-09-08T16:30:12.748Z] === RUN   TestDaemonIpcModeShareable
16:30:13 [2023-09-08T16:30:13.675Z]     ipcmode_linux_test.go:256: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
16:30:13 [2023-09-08T16:30:13.931Z] --- PASS: TestDaemonIpcModeShareable (1.12s)
16:30:13 [2023-09-08T16:30:13.931Z] === RUN   TestDaemonIpcModePrivate
16:30:14 [2023-09-08T16:30:14.858Z]     ipcmode_linux_test.go:256: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
16:30:15 [2023-09-08T16:30:15.113Z] --- PASS: TestDaemonIpcModePrivate (1.10s)
16:30:15 [2023-09-08T16:30:15.113Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:30:16 [2023-09-08T16:30:16.041Z]     ipcmode_linux_test.go:256: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
16:30:16 [2023-09-08T16:30:16.296Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.10s)
16:30:16 [2023-09-08T16:30:16.296Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:30:17 [2023-09-08T16:30:17.223Z]     ipcmode_linux_test.go:256: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
16:30:17 [2023-09-08T16:30:17.223Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.07s)
16:30:17 [2023-09-08T16:30:17.223Z] === RUN   TestIpcModeOlderClient
16:30:17 [2023-09-08T16:30:17.223Z] === PAUSE TestIpcModeOlderClient
16:30:17 [2023-09-08T16:30:17.223Z] === RUN   TestKillContainerInvalidSignal
16:30:17 [2023-09-08T16:30:17.784Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
16:30:17 [2023-09-08T16:30:17.784Z] === RUN   TestKillContainer
16:30:17 [2023-09-08T16:30:17.784Z] === RUN   TestKillContainer/no_signal
16:30:18 [2023-09-08T16:30:18.346Z] === RUN   TestKillContainer/non_killing_signal
16:30:18 [2023-09-08T16:30:18.346Z] === RUN   TestKillContainer/killing_signal
16:30:19 [2023-09-08T16:30:19.272Z] --- PASS: TestKillContainer (1.35s)
16:30:19 [2023-09-08T16:30:19.272Z]     --- PASS: TestKillContainer/no_signal (0.50s)
16:30:19 [2023-09-08T16:30:19.272Z]     --- PASS: TestKillContainer/non_killing_signal (0.23s)
16:30:19 [2023-09-08T16:30:19.272Z]     --- PASS: TestKillContainer/killing_signal (0.40s)
16:30:19 [2023-09-08T16:30:19.272Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:30:19 [2023-09-08T16:30:19.272Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:30:19 [2023-09-08T16:30:19.528Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:30:20 [2023-09-08T16:30:20.089Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.88s)
16:30:20 [2023-09-08T16:30:20.089Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s)
16:30:20 [2023-09-08T16:30:20.089Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.23s)
16:30:20 [2023-09-08T16:30:20.089Z] === RUN   TestKillStoppedContainer
16:30:20 [2023-09-08T16:30:20.089Z] --- PASS: TestKillStoppedContainer (0.03s)
16:30:20 [2023-09-08T16:30:20.089Z] === RUN   TestKillStoppedContainerAPIPre120
16:30:20 [2023-09-08T16:30:20.089Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s)
16:30:20 [2023-09-08T16:30:20.089Z] === RUN   TestKillDifferentUserContainer
16:30:20 [2023-09-08T16:30:20.344Z] --- PASS: TestKillDifferentUserContainer (0.43s)
16:30:20 [2023-09-08T16:30:20.344Z] === RUN   TestInspectOomKilledTrue
16:30:20 [2023-09-08T16:30:20.906Z] --- PASS: TestInspectOomKilledTrue (0.50s)
16:30:20 [2023-09-08T16:30:20.906Z] === RUN   TestInspectOomKilledFalse
16:30:21 [2023-09-08T16:30:21.467Z] --- PASS: TestInspectOomKilledFalse (0.41s)
16:30:21 [2023-09-08T16:30:21.467Z] === RUN   TestLinksEtcHostsContentMatch
16:30:21 [2023-09-08T16:30:21.723Z] --- PASS: TestLinksEtcHostsContentMatch (0.26s)
16:30:21 [2023-09-08T16:30:21.723Z] === RUN   TestLinksContainerNames
16:30:22 [2023-09-08T16:30:22.650Z] --- PASS: TestLinksContainerNames (0.94s)
16:30:22 [2023-09-08T16:30:22.650Z] === RUN   TestLogsFollowTailEmpty
16:30:22 [2023-09-08T16:30:22.906Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
16:30:22 [2023-09-08T16:30:22.906Z] === RUN   TestLogs
16:30:22 [2023-09-08T16:30:22.906Z] === RUN   TestLogs/driver_local
16:30:22 [2023-09-08T16:30:22.906Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === RUN   TestLogs/driver_local/tty/only_stdout
16:30:22 [2023-09-08T16:30:22.906Z] === PAUSE TestLogs/driver_local/tty/only_stdout
16:30:22 [2023-09-08T16:30:22.906Z] === RUN   TestLogs/driver_local/tty/only_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === PAUSE TestLogs/driver_local/tty/only_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
16:30:22 [2023-09-08T16:30:22.906Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
16:30:22 [2023-09-08T16:30:22.906Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === CONT  TestLogs/driver_local/tty/only_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
16:30:22 [2023-09-08T16:30:22.906Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
16:30:22 [2023-09-08T16:30:22.906Z] === CONT  TestLogs/driver_local/tty/only_stdout
16:30:24 [2023-09-08T16:30:24.798Z] === RUN   TestLogs/driver_json-file
16:30:24 [2023-09-08T16:30:24.798Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
16:30:24 [2023-09-08T16:30:24.798Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
16:30:24 [2023-09-08T16:30:24.798Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
16:30:24 [2023-09-08T16:30:24.798Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
16:30:24 [2023-09-08T16:30:24.798Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
16:30:24 [2023-09-08T16:30:24.798Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
16:30:24 [2023-09-08T16:30:24.798Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
16:30:26 [2023-09-08T16:30:26.686Z] --- PASS: TestLogs (3.58s)
16:30:26 [2023-09-08T16:30:26.686Z]     --- PASS: TestLogs/driver_local (0.01s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.82s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.96s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.44s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.58s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.70s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.76s)
16:30:26 [2023-09-08T16:30:26.686Z]     --- PASS: TestLogs/driver_json-file (0.01s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.14s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.36s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.47s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.69s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.72s)
16:30:26 [2023-09-08T16:30:26.686Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.79s)
16:30:26 [2023-09-08T16:30:26.686Z] === RUN   TestContainerNetworkMountsNoChown
16:30:26 [2023-09-08T16:30:26.942Z] --- PASS: TestContainerNetworkMountsNoChown (0.48s)
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/default
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/default
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/private
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/private
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rprivate
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rprivate
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/slave
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/slave
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rslave
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rslave
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/shared
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/shared
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rshared
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rshared
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/default
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/rslave
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/rprivate
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/default/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/private
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/slave
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/shared
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/rshared
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/private/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/private/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/private/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/private/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/default/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:30:26 [2023-09-08T16:30:26.942Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:30:26 [2023-09-08T16:30:26.942Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/default/mount_root
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/default/bind_root
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:30:27 [2023-09-08T16:30:27.198Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:30:27 [2023-09-08T16:30:27.198Z] --- PASS: TestMountDaemonRoot (0.02s)
16:30:27 [2023-09-08T16:30:27.198Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
16:30:27 [2023-09-08T16:30:27.198Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
16:30:27 [2023-09-08T16:30:27.198Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s)
16:30:27 [2023-09-08T16:30:27.198Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
16:30:27 [2023-09-08T16:30:27.198Z] === RUN   TestContainerBindMountNonRecursive
16:30:28 [2023-09-08T16:30:28.562Z] --- PASS: TestContainerBindMountNonRecursive (1.10s)
16:30:28 [2023-09-08T16:30:28.562Z] === RUN   TestContainerVolumesMountedAsShared
16:30:28 [2023-09-08T16:30:28.818Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s)
16:30:28 [2023-09-08T16:30:28.818Z] === RUN   TestContainerVolumesMountedAsSlave
16:30:29 [2023-09-08T16:30:29.074Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s)
16:30:29 [2023-09-08T16:30:29.074Z] === RUN   TestContainerCopyLeaksMounts
16:30:29 [2023-09-08T16:30:29.635Z] --- PASS: TestContainerCopyLeaksMounts (0.55s)
16:30:29 [2023-09-08T16:30:29.635Z] === RUN   TestContainerBindMountRecursivelyReadOnly
16:30:31 [2023-09-08T16:30:31.000Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.53s)
16:30:31 [2023-09-08T16:30:31.000Z] === RUN   TestNetworkNat
16:30:31 [2023-09-08T16:30:31.561Z] --- PASS: TestNetworkNat (0.48s)
16:30:31 [2023-09-08T16:30:31.561Z] === RUN   TestNetworkLocalhostTCPNat
16:30:32 [2023-09-08T16:30:32.122Z] --- PASS: TestNetworkLocalhostTCPNat (0.49s)
16:30:32 [2023-09-08T16:30:32.122Z] === RUN   TestNetworkLoopbackNat
16:30:34 [2023-09-08T16:30:34.636Z] --- PASS: TestNetworkLoopbackNat (2.65s)
16:30:34 [2023-09-08T16:30:34.636Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
16:30:34 [2023-09-08T16:30:34.892Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
16:30:34 [2023-09-08T16:30:34.892Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
16:30:34 [2023-09-08T16:30:34.892Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
16:30:34 [2023-09-08T16:30:34.892Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
16:30:35 [2023-09-08T16:30:35.148Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.45s)
16:30:35 [2023-09-08T16:30:35.148Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s)
16:30:35 [2023-09-08T16:30:35.148Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
16:30:35 [2023-09-08T16:30:35.148Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
16:30:35 [2023-09-08T16:30:35.148Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
16:30:35 [2023-09-08T16:30:35.148Z] === RUN   TestPause
16:30:35 [2023-09-08T16:30:35.709Z] --- PASS: TestPause (0.50s)
16:30:35 [2023-09-08T16:30:35.709Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:30:35 [2023-09-08T16:30:35.709Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:30:35 [2023-09-08T16:30:35.709Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
16:30:35 [2023-09-08T16:30:35.709Z] === RUN   TestPauseStopPausedContainer
16:30:36 [2023-09-08T16:30:36.271Z] --- PASS: TestPauseStopPausedContainer (0.49s)
16:30:36 [2023-09-08T16:30:36.271Z] === RUN   TestPIDModeHost
16:30:37 [2023-09-08T16:30:37.197Z] --- PASS: TestPIDModeHost (1.09s)
16:30:37 [2023-09-08T16:30:37.197Z] === RUN   TestPIDModeContainer
16:30:37 [2023-09-08T16:30:37.197Z] === RUN   TestPIDModeContainer/non-existing_container
16:30:37 [2023-09-08T16:30:37.197Z] === RUN   TestPIDModeContainer/non-running_container
16:30:37 [2023-09-08T16:30:37.453Z] === RUN   TestPIDModeContainer/running_container
16:30:38 [2023-09-08T16:30:38.380Z] --- PASS: TestPIDModeContainer (1.11s)
16:30:38 [2023-09-08T16:30:38.381Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
16:30:38 [2023-09-08T16:30:38.381Z]     --- PASS: TestPIDModeContainer/non-running_container (0.15s)
16:30:38 [2023-09-08T16:30:38.381Z]     --- PASS: TestPIDModeContainer/running_container (0.49s)
16:30:38 [2023-09-08T16:30:38.381Z] === RUN   TestPsFilter
16:30:38 [2023-09-08T16:30:38.381Z] === RUN   TestPsFilter/since
16:30:38 [2023-09-08T16:30:38.381Z] === RUN   TestPsFilter/before
16:30:38 [2023-09-08T16:30:38.381Z] --- PASS: TestPsFilter (0.09s)
16:30:38 [2023-09-08T16:30:38.381Z]     --- PASS: TestPsFilter/since (0.00s)
16:30:38 [2023-09-08T16:30:38.381Z]     --- PASS: TestPsFilter/before (0.00s)
16:30:38 [2023-09-08T16:30:38.381Z] === RUN   TestRemoveContainerWithRemovedVolume
16:30:38 [2023-09-08T16:30:38.942Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
16:30:38 [2023-09-08T16:30:38.942Z] === RUN   TestRemoveContainerWithVolume
16:30:39 [2023-09-08T16:30:39.198Z] --- PASS: TestRemoveContainerWithVolume (0.46s)
16:30:39 [2023-09-08T16:30:39.198Z] === RUN   TestRemoveContainerRunning
16:30:39 [2023-09-08T16:30:39.759Z] --- PASS: TestRemoveContainerRunning (0.44s)
16:30:39 [2023-09-08T16:30:39.759Z] === RUN   TestRemoveContainerForceRemoveRunning
16:30:40 [2023-09-08T16:30:40.320Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.47s)
16:30:40 [2023-09-08T16:30:40.320Z] === RUN   TestRemoveInvalidContainer
16:30:40 [2023-09-08T16:30:40.320Z] --- PASS: TestRemoveInvalidContainer (0.01s)
16:30:40 [2023-09-08T16:30:40.320Z] === RUN   TestRenameLinkedContainer
16:30:42 [2023-09-08T16:30:42.207Z] --- PASS: TestRenameLinkedContainer (1.83s)
16:30:42 [2023-09-08T16:30:42.207Z] === RUN   TestRenameStoppedContainer
16:30:42 [2023-09-08T16:30:42.463Z] --- PASS: TestRenameStoppedContainer (0.43s)
16:30:42 [2023-09-08T16:30:42.463Z] === RUN   TestRenameRunningContainerAndReuse
16:30:43 [2023-09-08T16:30:43.389Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s)
16:30:43 [2023-09-08T16:30:43.389Z] === RUN   TestRenameInvalidName
16:30:43 [2023-09-08T16:30:43.951Z] --- PASS: TestRenameInvalidName (0.49s)
16:30:43 [2023-09-08T16:30:43.951Z] === RUN   TestRenameAnonymousContainer
16:30:45 [2023-09-08T16:30:45.839Z] --- PASS: TestRenameAnonymousContainer (1.66s)
16:30:45 [2023-09-08T16:30:45.839Z] === RUN   TestRenameContainerWithSameName
16:30:46 [2023-09-08T16:30:46.095Z] --- PASS: TestRenameContainerWithSameName (0.45s)
16:30:46 [2023-09-08T16:30:46.095Z] === RUN   TestRenameContainerWithLinkedContainer
16:30:47 [2023-09-08T16:30:47.023Z] --- PASS: TestRenameContainerWithLinkedContainer (0.96s)
16:30:47 [2023-09-08T16:30:47.023Z] === RUN   TestResize
16:30:47 [2023-09-08T16:30:47.023Z] === RUN   TestResize/success
16:30:47 [2023-09-08T16:30:47.278Z] === RUN   TestResize/invalid_size
16:30:47 [2023-09-08T16:30:47.534Z] === RUN   TestResize/invalid_state
16:30:48 [2023-09-08T16:30:48.096Z] --- PASS: TestResize (0.99s)
16:30:48 [2023-09-08T16:30:48.096Z]     --- PASS: TestResize/success (0.24s)
16:30:48 [2023-09-08T16:30:48.096Z]     --- PASS: TestResize/invalid_size (0.27s)
16:30:48 [2023-09-08T16:30:48.096Z]     --- PASS: TestResize/invalid_state (0.02s)
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:30:48 [2023-09-08T16:30:48.096Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:30:49 [2023-09-08T16:30:49.464Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:30:49 [2023-09-08T16:30:49.464Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:30:49 [2023-09-08T16:30:49.464Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:49 [2023-09-08T16:30:49.720Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:50 [2023-09-08T16:30:50.282Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:30:50 [2023-09-08T16:30:50.282Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:50 [2023-09-08T16:30:50.538Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:30:51 [2023-09-08T16:30:51.466Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:30:54 [2023-09-08T16:30:54.732Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.88s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.29s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.31s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.72s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.35s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.41s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.43s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.15s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.15s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.23s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.95s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.56s)
16:30:54 [2023-09-08T16:30:54.732Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.27s)
16:30:54 [2023-09-08T16:30:54.732Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
16:30:54 [2023-09-08T16:30:54.732Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
16:30:55 [2023-09-08T16:30:55.659Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
16:30:56 [2023-09-08T16:30:56.587Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.95s)
16:30:56 [2023-09-08T16:30:56.587Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.95s)
16:30:56 [2023-09-08T16:30:56.587Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.99s)
16:30:56 [2023-09-08T16:30:56.587Z] === RUN   TestCgroupNamespacesRun
16:30:57 [2023-09-08T16:30:57.513Z] --- PASS: TestCgroupNamespacesRun (1.15s)
16:30:57 [2023-09-08T16:30:57.513Z] === RUN   TestCgroupNamespacesRunPrivileged
16:30:58 [2023-09-08T16:30:58.878Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s)
16:30:58 [2023-09-08T16:30:58.878Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:30:59 [2023-09-08T16:30:59.807Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s)
16:30:59 [2023-09-08T16:30:59.807Z] === RUN   TestCgroupNamespacesRunHostMode
16:31:01 [2023-09-08T16:31:01.174Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s)
16:31:01 [2023-09-08T16:31:01.174Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:31:02 [2023-09-08T16:31:02.100Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s)
16:31:02 [2023-09-08T16:31:02.100Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
16:31:03 [2023-09-08T16:31:03.027Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.05s)
16:31:03 [2023-09-08T16:31:03.027Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:31:03 [2023-09-08T16:31:03.588Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
16:31:03 [2023-09-08T16:31:03.588Z] === RUN   TestCgroupNamespacesRunOlderClient
16:31:04 [2023-09-08T16:31:04.952Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.10s)
16:31:04 [2023-09-08T16:31:04.952Z] === RUN   TestNISDomainname
16:31:05 [2023-09-08T16:31:05.513Z] --- PASS: TestNISDomainname (0.60s)
16:31:05 [2023-09-08T16:31:05.513Z] === RUN   TestHostnameDnsResolution
16:31:06 [2023-09-08T16:31:06.075Z] --- PASS: TestHostnameDnsResolution (0.73s)
16:31:06 [2023-09-08T16:31:06.075Z] === RUN   TestUnprivilegedPortsAndPing
16:31:06 [2023-09-08T16:31:06.636Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s)
16:31:06 [2023-09-08T16:31:06.636Z] === RUN   TestPrivilegedHostDevices
16:31:07 [2023-09-08T16:31:07.197Z] --- PASS: TestPrivilegedHostDevices (0.58s)
16:31:07 [2023-09-08T16:31:07.197Z] === RUN   TestRunConsoleSize
16:31:07 [2023-09-08T16:31:07.758Z] --- PASS: TestRunConsoleSize (0.43s)
16:31:07 [2023-09-08T16:31:07.758Z] === RUN   TestRunWithAlternativeContainerdShim
16:31:14 [2023-09-08T16:31:14.290Z] --- PASS: TestRunWithAlternativeContainerdShim (5.49s)
16:31:14 [2023-09-08T16:31:14.290Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
16:31:14 [2023-09-08T16:31:14.290Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.10s)
16:31:14 [2023-09-08T16:31:14.290Z] === RUN   TestStats
16:31:16 [2023-09-08T16:31:16.804Z] --- PASS: TestStats (2.47s)
16:31:16 [2023-09-08T16:31:16.804Z] === RUN   TestStopContainerWithTimeout
16:31:16 [2023-09-08T16:31:16.804Z] === RUN   TestStopContainerWithTimeout/0
16:31:16 [2023-09-08T16:31:16.804Z] === PAUSE TestStopContainerWithTimeout/0
16:31:16 [2023-09-08T16:31:16.804Z] === RUN   TestStopContainerWithTimeout/1
16:31:16 [2023-09-08T16:31:16.804Z] === PAUSE TestStopContainerWithTimeout/1
16:31:16 [2023-09-08T16:31:16.804Z] === RUN   TestStopContainerWithTimeout/3
16:31:16 [2023-09-08T16:31:16.804Z] === PAUSE TestStopContainerWithTimeout/3
16:31:16 [2023-09-08T16:31:16.804Z] === RUN   TestStopContainerWithTimeout/-1
16:31:16 [2023-09-08T16:31:16.804Z] === PAUSE TestStopContainerWithTimeout/-1
16:31:16 [2023-09-08T16:31:16.804Z] === CONT  TestStopContainerWithTimeout/0
16:31:16 [2023-09-08T16:31:16.804Z] === CONT  TestStopContainerWithTimeout/3
16:31:16 [2023-09-08T16:31:16.804Z] === CONT  TestStopContainerWithTimeout/-1
16:31:16 [2023-09-08T16:31:16.804Z] === CONT  TestStopContainerWithTimeout/1
16:31:20 [2023-09-08T16:31:20.069Z] --- PASS: TestStopContainerWithTimeout (0.04s)
16:31:20 [2023-09-08T16:31:20.069Z]     --- PASS: TestStopContainerWithTimeout/0 (0.89s)
16:31:20 [2023-09-08T16:31:20.069Z]     --- PASS: TestStopContainerWithTimeout/1 (2.06s)
16:31:20 [2023-09-08T16:31:20.069Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.72s)
16:31:20 [2023-09-08T16:31:20.069Z]     --- PASS: TestStopContainerWithTimeout/3 (3.00s)
16:31:20 [2023-09-08T16:31:20.069Z] === RUN   TestStopContainerWithTimeoutCancel
16:31:20 [2023-09-08T16:31:20.069Z] === PAUSE TestStopContainerWithTimeoutCancel
16:31:20 [2023-09-08T16:31:20.069Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:31:21 [2023-09-08T16:31:21.958Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.96s)
16:31:21 [2023-09-08T16:31:21.958Z] === RUN   TestUpdateMemory
16:31:22 [2023-09-08T16:31:22.222Z] --- PASS: TestUpdateMemory (0.56s)
16:31:22 [2023-09-08T16:31:22.222Z] === RUN   TestUpdateCPUQuota
16:31:23 [2023-09-08T16:31:23.174Z] --- PASS: TestUpdateCPUQuota (0.89s)
16:31:23 [2023-09-08T16:31:23.174Z] === RUN   TestUpdatePidsLimit
16:31:23 [2023-09-08T16:31:23.174Z] === RUN   TestUpdatePidsLimit/update_from_none
16:31:23 [2023-09-08T16:31:23.434Z] === RUN   TestUpdatePidsLimit/no_change
16:31:23 [2023-09-08T16:31:23.705Z] === RUN   TestUpdatePidsLimit/update_lower
16:31:23 [2023-09-08T16:31:23.963Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
16:31:23 [2023-09-08T16:31:23.963Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
16:31:24 [2023-09-08T16:31:24.221Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
16:31:24 [2023-09-08T16:31:24.479Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
16:31:25 [2023-09-08T16:31:25.426Z] --- PASS: TestUpdatePidsLimit (2.00s)
16:31:25 [2023-09-08T16:31:25.426Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.23s)
16:31:25 [2023-09-08T16:31:25.426Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
16:31:25 [2023-09-08T16:31:25.426Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
16:31:25 [2023-09-08T16:31:25.426Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
16:31:25 [2023-09-08T16:31:25.426Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
16:31:25 [2023-09-08T16:31:25.426Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
16:31:25 [2023-09-08T16:31:25.426Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
16:31:25 [2023-09-08T16:31:25.426Z] === RUN   TestUpdateRestartPolicy
16:31:37 [2023-09-08T16:31:37.748Z] --- PASS: TestUpdateRestartPolicy (10.87s)
16:31:37 [2023-09-08T16:31:37.748Z] === RUN   TestUpdateRestartWithAutoRemove
16:31:37 [2023-09-08T16:31:37.748Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
16:31:37 [2023-09-08T16:31:37.748Z] === RUN   TestWaitNonBlocked
16:31:37 [2023-09-08T16:31:37.748Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:31:37 [2023-09-08T16:31:37.748Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:31:37 [2023-09-08T16:31:37.748Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:31:37 [2023-09-08T16:31:37.748Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:31:37 [2023-09-08T16:31:37.748Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:31:37 [2023-09-08T16:31:37.748Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:31:37 [2023-09-08T16:31:37.748Z] --- PASS: TestWaitNonBlocked (0.02s)
16:31:37 [2023-09-08T16:31:37.748Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.81s)
16:31:37 [2023-09-08T16:31:37.748Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.86s)
16:31:37 [2023-09-08T16:31:37.748Z] === RUN   TestWaitBlocked
16:31:37 [2023-09-08T16:31:37.748Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:31:37 [2023-09-08T16:31:37.748Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:31:37 [2023-09-08T16:31:37.748Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:31:37 [2023-09-08T16:31:37.748Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:31:37 [2023-09-08T16:31:37.748Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:31:37 [2023-09-08T16:31:37.748Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:31:38 [2023-09-08T16:31:38.310Z] --- PASS: TestWaitBlocked (0.03s)
16:31:38 [2023-09-08T16:31:38.310Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.84s)
16:31:38 [2023-09-08T16:31:38.310Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.87s)
16:31:38 [2023-09-08T16:31:38.310Z] === RUN   TestWaitConditions
16:31:38 [2023-09-08T16:31:38.310Z] === RUN   TestWaitConditions/default
16:31:38 [2023-09-08T16:31:38.310Z] === PAUSE TestWaitConditions/default
16:31:38 [2023-09-08T16:31:38.310Z] === RUN   TestWaitConditions/not-running
16:31:38 [2023-09-08T16:31:38.310Z] === PAUSE TestWaitConditions/not-running
16:31:38 [2023-09-08T16:31:38.310Z] === RUN   TestWaitConditions/next-exit
16:31:38 [2023-09-08T16:31:38.310Z] === PAUSE TestWaitConditions/next-exit
16:31:38 [2023-09-08T16:31:38.310Z] === RUN   TestWaitConditions/removed
16:31:38 [2023-09-08T16:31:38.310Z] === PAUSE TestWaitConditions/removed
16:31:38 [2023-09-08T16:31:38.310Z] === CONT  TestWaitConditions/default
16:31:38 [2023-09-08T16:31:38.310Z] === CONT  TestWaitConditions/next-exit
16:31:38 [2023-09-08T16:31:38.310Z] === CONT  TestWaitConditions/removed
16:31:38 [2023-09-08T16:31:38.310Z] === CONT  TestWaitConditions/not-running
16:31:38 [2023-09-08T16:31:38.310Z]     wait_test.go:148: ContainerID = b08db4c08ae000d11fa64b20f755c9a8c0c9446b56cdbc69ae64397edbad95e5
16:31:38 [2023-09-08T16:31:38.310Z]     wait_test.go:148: ContainerID = c13d9241e5653dcc78d87c310822fc54878a7c9b74894ed49923a9ef089449db
16:31:38 [2023-09-08T16:31:38.310Z]     wait_test.go:148: ContainerID = d213841cce73b2e9658727772d5d7d1a133ce937234a4e67094676325b907211
16:31:38 [2023-09-08T16:31:38.310Z]     wait_test.go:148: ContainerID = 9a6505d03221e4c29c9ce4d6b820d44d5bc3366d233059327c20149e27629b80
16:31:39 [2023-09-08T16:31:39.674Z] --- PASS: TestWaitConditions (0.04s)
16:31:39 [2023-09-08T16:31:39.674Z]     --- PASS: TestWaitConditions/removed (0.94s)
16:31:39 [2023-09-08T16:31:39.674Z]     --- PASS: TestWaitConditions/not-running (0.98s)
16:31:39 [2023-09-08T16:31:39.674Z]     --- PASS: TestWaitConditions/next-exit (1.21s)
16:31:39 [2023-09-08T16:31:39.674Z]     --- PASS: TestWaitConditions/default (1.27s)
16:31:39 [2023-09-08T16:31:39.674Z] === RUN   TestWaitRestartedContainer
16:31:39 [2023-09-08T16:31:39.674Z] === RUN   TestWaitRestartedContainer/default
16:31:39 [2023-09-08T16:31:39.674Z] === PAUSE TestWaitRestartedContainer/default
16:31:39 [2023-09-08T16:31:39.674Z] === RUN   TestWaitRestartedContainer/not-running
16:31:39 [2023-09-08T16:31:39.674Z] === PAUSE TestWaitRestartedContainer/not-running
16:31:39 [2023-09-08T16:31:39.674Z] === RUN   TestWaitRestartedContainer/next-exit
16:31:39 [2023-09-08T16:31:39.674Z] === PAUSE TestWaitRestartedContainer/next-exit
16:31:39 [2023-09-08T16:31:39.674Z] === CONT  TestWaitRestartedContainer/default
16:31:39 [2023-09-08T16:31:39.674Z] === CONT  TestWaitRestartedContainer/next-exit
16:31:39 [2023-09-08T16:31:39.674Z] === CONT  TestWaitRestartedContainer/not-running
16:31:41 [2023-09-08T16:31:41.562Z] --- PASS: TestWaitRestartedContainer (0.01s)
16:31:41 [2023-09-08T16:31:41.562Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.88s)
16:31:41 [2023-09-08T16:31:41.562Z]     --- PASS: TestWaitRestartedContainer/not-running (1.88s)
16:31:41 [2023-09-08T16:31:41.562Z]     --- PASS: TestWaitRestartedContainer/default (1.92s)
16:31:41 [2023-09-08T16:31:41.562Z] === CONT  TestHardRestartWhenContainerIsRunning
16:31:41 [2023-09-08T16:31:41.562Z] === CONT  TestContainerKillOnDaemonStart
16:31:41 [2023-09-08T16:31:41.562Z] === CONT  TestIpcModeOlderClient
16:31:41 [2023-09-08T16:31:41.563Z] === CONT  TestRestartDaemonWithRestartingContainer
16:31:41 [2023-09-08T16:31:41.563Z] === CONT  TestDaemonHostGatewayIP
16:31:41 [2023-09-08T16:31:41.563Z] === CONT  TestDaemonRestartIpcMode
16:31:41 [2023-09-08T16:31:41.563Z] === CONT  TestStopContainerWithTimeoutCancel
16:31:41 [2023-09-08T16:31:41.563Z] === CONT  TestContainerStartOnDaemonRestart
16:31:41 [2023-09-08T16:31:41.563Z] --- PASS: TestIpcModeOlderClient (0.06s)
16:31:43 [2023-09-08T16:31:43.452Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
16:31:43 [2023-09-08T16:31:43.452Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
16:31:43 [2023-09-08T16:31:43.708Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.31s)
16:31:43 [2023-09-08T16:31:43.708Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
16:31:43 [2023-09-08T16:31:43.708Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.40s)
16:31:43 [2023-09-08T16:31:43.964Z] --- PASS: TestContainerStartOnDaemonRestart (2.57s)
16:31:44 [2023-09-08T16:31:44.891Z] --- PASS: TestDaemonHostGatewayIP (3.24s)
16:31:45 [2023-09-08T16:31:45.146Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.71s)
16:31:45 [2023-09-08T16:31:45.146Z] --- PASS: TestDaemonRestartIpcMode (3.71s)
16:31:45 [2023-09-08T16:31:45.146Z] --- PASS: TestStopContainerWithTimeoutCancel (3.74s)
16:31:53 [2023-09-08T16:31:53.226Z] --- PASS: TestContainerKillOnDaemonStart (11.67s)
16:31:53 [2023-09-08T16:31:53.226Z] PASS
16:31:53 [2023-09-08T16:31:53.226Z] 
16:31:53 [2023-09-08T16:31:53.226Z] === Skipped
16:31:53 [2023-09-08T16:31:53.226Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
16:31:53 [2023-09-08T16:31:53.226Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:31:53 [2023-09-08T16:31:53.226Z] 
16:31:53 [2023-09-08T16:31:53.226Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
16:31:53 [2023-09-08T16:31:53.226Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:31:53 [2023-09-08T16:31:53.226Z] 
16:31:53 [2023-09-08T16:31:53.226Z] DONE 312 tests, 2 skipped in 165.313s
16:31:53 [2023-09-08T16:31:53.226Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
16:31:53 [2023-09-08T16:31:53.226Z] ++ 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
16:31:53 [2023-09-08T16:31:53.226Z] ++ set -e
16:31:53 [2023-09-08T16:31:53.226Z] ++ '[' -n 0 ']'
16:31:53 [2023-09-08T16:31:53.226Z] ++ set -x
16:31:53 [2023-09-08T16:31:53.226Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:31:53 [2023-09-08T16:31:53.226Z] INFO: Testing against a local daemon
16:31:53 [2023-09-08T16:31:53.226Z] === RUN   TestConfigDaemonID
16:31:54 [2023-09-08T16:31:54.589Z]     daemon_test.go:60: [d4f5f406a697e] daemon is not started
16:31:54 [2023-09-08T16:31:54.589Z] --- PASS: TestConfigDaemonID (1.04s)
16:31:54 [2023-09-08T16:31:54.589Z] === RUN   TestDaemonConfigValidation
16:31:54 [2023-09-08T16:31:54.589Z] === RUN   TestDaemonConfigValidation/config_with_no_content
16:31:54 [2023-09-08T16:31:54.589Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
16:31:54 [2023-09-08T16:31:54.590Z] === RUN   TestDaemonConfigValidation/config_with_{}
16:31:54 [2023-09-08T16:31:54.590Z] === PAUSE TestDaemonConfigValidation/config_with_{}
16:31:54 [2023-09-08T16:31:54.590Z] === RUN   TestDaemonConfigValidation/invalid_config
16:31:54 [2023-09-08T16:31:54.590Z] === PAUSE TestDaemonConfigValidation/invalid_config
16:31:54 [2023-09-08T16:31:54.590Z] === RUN   TestDaemonConfigValidation/malformed_config
16:31:54 [2023-09-08T16:31:54.590Z] === PAUSE TestDaemonConfigValidation/malformed_config
16:31:54 [2023-09-08T16:31:54.590Z] === RUN   TestDaemonConfigValidation/valid_config
16:31:54 [2023-09-08T16:31:54.590Z] === PAUSE TestDaemonConfigValidation/valid_config
16:31:54 [2023-09-08T16:31:54.590Z] === CONT  TestDaemonConfigValidation/config_with_no_content
16:31:54 [2023-09-08T16:31:54.590Z] === CONT  TestDaemonConfigValidation/malformed_config
16:31:54 [2023-09-08T16:31:54.590Z] === CONT  TestDaemonConfigValidation/invalid_config
16:31:54 [2023-09-08T16:31:54.590Z] === CONT  TestDaemonConfigValidation/valid_config
16:31:54 [2023-09-08T16:31:54.590Z] === CONT  TestDaemonConfigValidation/config_with_{}
16:31:54 [2023-09-08T16:31:54.590Z] --- PASS: TestDaemonConfigValidation (0.00s)
16:31:54 [2023-09-08T16:31:54.590Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
16:31:54 [2023-09-08T16:31:54.590Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
16:31:54 [2023-09-08T16:31:54.590Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
16:31:54 [2023-09-08T16:31:54.590Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
16:31:54 [2023-09-08T16:31:54.590Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
16:31:54 [2023-09-08T16:31:54.590Z] === RUN   TestConfigDaemonSeccompProfiles
16:31:54 [2023-09-08T16:31:54.590Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
16:31:55 [2023-09-08T16:31:55.516Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
16:31:56 [2023-09-08T16:31:56.442Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
16:31:57 [2023-09-08T16:31:57.369Z]     daemon_test.go:179: [dadef83e0ed21] daemon is not started
16:31:57 [2023-09-08T16:31:57.369Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
16:31:57 [2023-09-08T16:31:57.369Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
16:31:57 [2023-09-08T16:31:57.369Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
16:31:57 [2023-09-08T16:31:57.369Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
16:31:57 [2023-09-08T16:31:57.369Z] === RUN   TestDaemonProxy
16:31:57 [2023-09-08T16:31:57.369Z] === RUN   TestDaemonProxy/environment_variables
16:31:57 [2023-09-08T16:31:57.369Z] === PAUSE TestDaemonProxy/environment_variables
16:31:57 [2023-09-08T16:31:57.369Z] === RUN   TestDaemonProxy/command-line_options
16:31:57 [2023-09-08T16:31:57.369Z] === PAUSE TestDaemonProxy/command-line_options
16:31:57 [2023-09-08T16:31:57.369Z] === RUN   TestDaemonProxy/configuration_file
16:31:57 [2023-09-08T16:31:57.369Z] === PAUSE TestDaemonProxy/configuration_file
16:31:57 [2023-09-08T16:31:57.369Z] === RUN   TestDaemonProxy/conflicting_options
16:31:57 [2023-09-08T16:31:57.930Z] === RUN   TestDaemonProxy/reload_sanitized
16:31:57 [2023-09-08T16:31:57.930Z] === PAUSE TestDaemonProxy/reload_sanitized
16:31:57 [2023-09-08T16:31:57.930Z] === CONT  TestDaemonProxy/environment_variables
16:31:57 [2023-09-08T16:31:57.930Z] === CONT  TestDaemonProxy/configuration_file
16:31:57 [2023-09-08T16:31:57.930Z] === CONT  TestDaemonProxy/command-line_options
16:31:57 [2023-09-08T16:31:57.930Z] === CONT  TestDaemonProxy/reload_sanitized
16:31:59 [2023-09-08T16:31:59.817Z] --- PASS: TestDaemonProxy (0.50s)
16:31:59 [2023-09-08T16:31:59.817Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
16:31:59 [2023-09-08T16:31:59.817Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
16:31:59 [2023-09-08T16:31:59.817Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
16:31:59 [2023-09-08T16:31:59.817Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
16:31:59 [2023-09-08T16:31:59.817Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
16:31:59 [2023-09-08T16:31:59.817Z] === RUN   TestLiveRestore
16:31:59 [2023-09-08T16:31:59.817Z] === RUN   TestLiveRestore/volume_references
16:31:59 [2023-09-08T16:31:59.817Z] === PAUSE TestLiveRestore/volume_references
16:31:59 [2023-09-08T16:31:59.817Z] === CONT  TestLiveRestore/volume_references
16:32:00 [2023-09-08T16:32:00.377Z] === RUN   TestLiveRestore/volume_references/restartPolicy
16:32:00 [2023-09-08T16:32:00.377Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
16:32:01 [2023-09-08T16:32:01.304Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
16:32:02 [2023-09-08T16:32:02.231Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
16:32:03 [2023-09-08T16:32:03.158Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
16:32:04 [2023-09-08T16:32:04.521Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
16:32:05 [2023-09-08T16:32:05.082Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
16:32:05 [2023-09-08T16:32:05.643Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
16:32:06 [2023-09-08T16:32:06.569Z] --- PASS: TestLiveRestore (0.00s)
16:32:06 [2023-09-08T16:32:06.569Z]     --- PASS: TestLiveRestore/volume_references (6.93s)
16:32:06 [2023-09-08T16:32:06.569Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.92s)
16:32:06 [2023-09-08T16:32:06.569Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.95s)
16:32:06 [2023-09-08T16:32:06.569Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.02s)
16:32:06 [2023-09-08T16:32:06.569Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.97s)
16:32:06 [2023-09-08T16:32:06.569Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.98s)
16:32:06 [2023-09-08T16:32:06.569Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.47s)
16:32:06 [2023-09-08T16:32:06.569Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.45s)
16:32:06 [2023-09-08T16:32:06.569Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.95s)
16:32:06 [2023-09-08T16:32:06.569Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
16:32:07 [2023-09-08T16:32:07.496Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s)
16:32:07 [2023-09-08T16:32:07.496Z] PASS
16:32:07 [2023-09-08T16:32:07.496Z] 
16:32:07 [2023-09-08T16:32:07.496Z] DONE 28 tests in 14.127s
16:32:07 [2023-09-08T16:32:07.496Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
16:32:07 [2023-09-08T16:32:07.496Z] ++ 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
16:32:07 [2023-09-08T16:32:07.496Z] ++ set -e
16:32:07 [2023-09-08T16:32:07.496Z] ++ '[' -n 0 ']'
16:32:07 [2023-09-08T16:32:07.496Z] ++ set -x
16:32:07 [2023-09-08T16:32:07.496Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:32:07 [2023-09-08T16:32:07.496Z] INFO: Testing against a local daemon
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestCommitInheritsEnv
16:32:07 [2023-09-08T16:32:07.496Z] --- PASS: TestCommitInheritsEnv (0.14s)
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportExtremelyLargeImageWorks
16:32:07 [2023-09-08T16:32:07.496Z]     import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out
16:32:07 [2023-09-08T16:32:07.496Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportWithCustomPlatform
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportWithCustomPlatform/#00
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportWithCustomPlatform/_______
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportWithCustomPlatform//
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportWithCustomPlatform/linux
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportWithCustomPlatform/LINUX
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportWithCustomPlatform/macos
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportWithCustomPlatform/macos/arm64
16:32:07 [2023-09-08T16:32:07.496Z] === RUN   TestImportWithCustomPlatform/nintendo64
16:32:07 [2023-09-08T16:32:07.752Z] --- PASS: TestImportWithCustomPlatform (0.11s)
16:32:07 [2023-09-08T16:32:07.752Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
16:32:07 [2023-09-08T16:32:07.752Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
16:32:07 [2023-09-08T16:32:07.752Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
16:32:07 [2023-09-08T16:32:07.752Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
16:32:07 [2023-09-08T16:32:07.752Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
16:32:07 [2023-09-08T16:32:07.752Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
16:32:07 [2023-09-08T16:32:07.752Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
16:32:07 [2023-09-08T16:32:07.752Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
16:32:07 [2023-09-08T16:32:07.752Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
16:32:07 [2023-09-08T16:32:07.752Z] === RUN   TestImageInspectEmptyTagsAndDigests
16:32:07 [2023-09-08T16:32:07.752Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
16:32:07 [2023-09-08T16:32:07.752Z] === RUN   TestImagesFilterMultiReference
16:32:07 [2023-09-08T16:32:07.752Z] --- PASS: TestImagesFilterMultiReference (0.05s)
16:32:07 [2023-09-08T16:32:07.752Z] === RUN   TestImagesFilterBeforeSince
16:32:08 [2023-09-08T16:32:08.010Z]     list_test.go:87: ImageList: ID=sha256:3e77a12488cb51ce70ce89a660f155ca4dac99ff37aaea268342b73ed8454435 RepoTags=[testimagesfilterbeforesince:v3]
16:32:08 [2023-09-08T16:32:08.010Z]     list_test.go:87: ImageList: ID=sha256:c9af5a6b3fdd30cc70c686a9092c97486739a8571eb2d2b937ad9747cbc77109 RepoTags=[testimagesfilterbeforesince:v1]
16:32:08 [2023-09-08T16:32:08.010Z]     list_test.go:87: ImageList: ID=sha256:71949806fdf93e326e0adcfa728890aee4542c89e7d258f74282455875870081 RepoTags=[testimagesfilterbeforesince:v2]
16:32:08 [2023-09-08T16:32:08.010Z] --- PASS: TestImagesFilterBeforeSince (0.21s)
16:32:08 [2023-09-08T16:32:08.010Z] === RUN   TestAPIImagesFilters
16:32:08 [2023-09-08T16:32:08.010Z] === RUN   TestAPIImagesFilters/repository_regex
16:32:08 [2023-09-08T16:32:08.010Z] === PAUSE TestAPIImagesFilters/repository_regex
16:32:08 [2023-09-08T16:32:08.010Z] === RUN   TestAPIImagesFilters/image_name_regex
16:32:08 [2023-09-08T16:32:08.010Z] === PAUSE TestAPIImagesFilters/image_name_regex
16:32:08 [2023-09-08T16:32:08.010Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
16:32:08 [2023-09-08T16:32:08.010Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
16:32:08 [2023-09-08T16:32:08.010Z] === RUN   TestAPIImagesFilters/registry_port_regex
16:32:08 [2023-09-08T16:32:08.010Z] === PAUSE TestAPIImagesFilters/registry_port_regex
16:32:08 [2023-09-08T16:32:08.010Z] === CONT  TestAPIImagesFilters/repository_regex
16:32:08 [2023-09-08T16:32:08.010Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
16:32:08 [2023-09-08T16:32:08.010Z] === CONT  TestAPIImagesFilters/registry_port_regex
16:32:08 [2023-09-08T16:32:08.010Z] === CONT  TestAPIImagesFilters/image_name_regex
16:32:08 [2023-09-08T16:32:08.010Z] --- PASS: TestAPIImagesFilters (0.04s)
16:32:08 [2023-09-08T16:32:08.010Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
16:32:08 [2023-09-08T16:32:08.010Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
16:32:08 [2023-09-08T16:32:08.010Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
16:32:08 [2023-09-08T16:32:08.010Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
16:32:08 [2023-09-08T16:32:08.010Z] === RUN   TestPruneDontDeleteUsedDangling
16:32:08 [2023-09-08T16:32:08.010Z] --- PASS: TestPruneDontDeleteUsedDangling (0.03s)
16:32:08 [2023-09-08T16:32:08.010Z] === RUN   TestImagePullPlatformInvalid
16:32:08 [2023-09-08T16:32:08.010Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
16:32:08 [2023-09-08T16:32:08.010Z] === RUN   TestImagePullStoredfDigestForOtherRepo
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.892407297Z" 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.19.9 instance.id=e0cb8d5c-187e-4847-9eb0-8b3ec6d05649 version=2.8.2 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.892492122Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=e0cb8d5c-187e-4847-9eb0-8b3ec6d05649 version=2.8.2 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.892503216Z" level=info msg="Starting upload purge in 57m0s" go.version=go1.19.9 instance.id=e0cb8d5c-187e-4847-9eb0-8b3ec6d05649 version=2.8.2 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.892786277Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.9 instance.id=e0cb8d5c-187e-4847-9eb0-8b3ec6d05649 version=2.8.2 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.985122755Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8a21b3fc-25fb-44df-af40-a1167e7b42ed http.request.method=GET http.request.remoteaddr="127.0.0.1:58698" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.985170952Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8a21b3fc-25fb-44df-af40-a1167e7b42ed http.request.method=GET http.request.remoteaddr="127.0.0.1:58698" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.132704ms http.response.status=200 http.response.written=2 
16:32:08 [2023-09-08T16:32:08.010Z] 127.0.0.1 - - [08/Sep/2023:16:32:07 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.987583084Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b6b6a70e-4457-4d93-8bac-9a1ba67a9a96 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.987594194Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=167536df-d79f-4cac-ad50-86cc43c8946d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.987632734Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b6b6a70e-4457-4d93-8bac-9a1ba67a9a96 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.987632717Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=167536df-d79f-4cac-ad50-86cc43c8946d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.987748041Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b6b6a70e-4457-4d93-8bac-9a1ba67a9a96 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=38.121µ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=37f36302-831d-4b70-a07b-197d39ba270a trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.987784012Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=167536df-d79f-4cac-ad50-86cc43c8946d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=27.61µ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=d2fe92fa-80b2-4143-affb-a9c8452db96e trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.987873071Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b6b6a70e-4457-4d93-8bac-9a1ba67a9a96 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.137931ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] 127.0.0.1 - - [08/Sep/2023:16:32:07 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown"
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.987939688Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b err.message="blob unknown to registry" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=167536df-d79f-4cac-ad50-86cc43c8946d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.217619ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] 127.0.0.1 - - [08/Sep/2023:16:32:07 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown"
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989504344Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4da856b2-a746-49ac-8c4c-e7bd34886d02 http.request.method=POST http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989554281Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4da856b2-a746-49ac-8c4c-e7bd34886d02 http.request.method=POST http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989610281Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c9d308c-4ac6-41d4-b429-4e5a2a9927cd http.request.method=POST http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989664361Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c9d308c-4ac6-41d4-b429-4e5a2a9927cd http.request.method=POST http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989681173Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02/startedat")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4da856b2-a746-49ac-8c4c-e7bd34886d02 http.request.method=POST http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=97.723µ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=b69e8bd8-0eae-486d-8834-a9cc83bf6fe5 trace.line=110 vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989731914Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02/data", false)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4da856b2-a746-49ac-8c4c-e7bd34886d02 http.request.method=POST http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=22.252µ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=9920e1b5-0ff8-43a4-9274-b799d3da294e trace.line=142 vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989754888Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a/startedat")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c9d308c-4ac6-41d4-b429-4e5a2a9927cd http.request.method=POST http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=60.111µ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=5145557e-dcb5-4fc0-993f-d13676911d6f trace.line=110 vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989799516Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a/data", false)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c9d308c-4ac6-41d4-b429-4e5a2a9927cd http.request.method=POST http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=21.128µ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=b5af2044-bc75-4687-869a-2502f1bf182d trace.line=142 vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.98981431Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02/hashstates/sha256/0")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4da856b2-a746-49ac-8c4c-e7bd34886d02 http.request.method=POST http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=41.567µ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=4bc80f01-004b-4c5f-8f28-f623bf77f274 trace.line=110 vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989932833Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a/hashstates/sha256/0")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c9d308c-4ac6-41d4-b429-4e5a2a9927cd http.request.method=POST http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=52.308µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=9b0a05d2-5ccf-4bb7-b83f-57dc1378149e trace.line=110 vars.name=test 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989983886Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4da856b2-a746-49ac-8c4c-e7bd34886d02 http.request.method=POST http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.869067ms http.response.status=202 http.response.written=0 
16:32:08 [2023-09-08T16:32:08.010Z] 127.0.0.1 - - [08/Sep/2023:16:32:07 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown"
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.989998015Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c9d308c-4ac6-41d4-b429-4e5a2a9927cd http.request.method=POST http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.858745ms http.response.status=202 http.response.written=0 
16:32:08 [2023-09-08T16:32:08.010Z] 127.0.0.1 - - [08/Sep/2023:16:32:07 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown"
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.991232545Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.991302666Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.010Z] time="2023-09-08T16:32:07.991362974Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a/startedat")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=32.402µ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=325ee48a-5d37-4c5f-b8e3-7e6f8c0a2313 trace.line=95 vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.991413272Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a/data", true)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=20.636µ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=9b81d40c-5a9d-4d46-adca-e7827b8481df trace.line=142 vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.991477928Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.991609293Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a/hashstates/sha256/194")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=39.967µ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=358740b5-60e0-4c3f-9139-5cbe32ed26c7 trace.line=110 vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.991655176Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=14.359µ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=2aa9332f-7c8c-44bd-a3f5-7cdf05265e96 trace.line=155 vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.99169548Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=11.208µ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=cc09287a-05dc-42eb-bd6a-85a82bdb9b9e trace.line=155 vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.991724501Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=8.608µ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=1e1526c0-d5bf-478a-b2ec-710ee6435698 trace.line=155 vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.992271153Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a/data", "/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data"" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=471.928µ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=9bf284ae-000b-4e7e-a7d1-32d233730b38 trace.line=185 vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.992608269Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=70.942µ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=53c216ae-ab2f-4244-b06d-d9faa42558c8 trace.line=110 vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.992737821Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=94.827µ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=b47201bd-5cd2-4d05-8972-64239b93bec2 trace.line=202 vars.name=test vars.uuid=4a3cbf54-b863-4fcf-b579-74842fd5839a 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.992867519Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c37ad374-c937-4798-ab90-b3fd6ee0e811 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58714" http.request.uri="/v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.269363ms http.response.status=201 http.response.written=0 
16:32:08 [2023-09-08T16:32:08.011Z] 127.0.0.1 - - [08/Sep/2023:16:32:07 +0000] "PUT /v2/test/blobs/uploads/4a3cbf54-b863-4fcf-b579-74842fd5839a?_state=aSAuwAkfXmhKRJ5cy35quc3LiWfaehTXRt6O8BsWmSN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRhM2NiZjU0LWI4NjMtNGZjZi1iNTc5LTc0ODQyZmQ1ODM5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk2NzgzMzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.992937025Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993017608Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993075766Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02/startedat")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=33.551µ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=21ca2068-9b2a-4253-9c72-18b1fba6ff27 trace.line=95 vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993130363Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02/data", true)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=19.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).Writer" trace.id=8ebf0774-1fbe-409c-a3cc-271c211f4502 trace.line=142 vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993176468Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993241469Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02/hashstates/sha256/68")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=33.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=46363e13-b70a-4c99-86b9-09186b7aa719 trace.line=110 vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993277941Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=10.363µ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=a0c90086-e6ae-4d3c-b872-73d00835cdf5 trace.line=155 vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993315963Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=11.939µ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=4eabe70c-8978-442a-9c7b-b5496468af1c trace.line=155 vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993346437Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=8.64µ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=7718abc9-b573-4886-b40b-eb3df57dd4b6 trace.line=155 vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993403964Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02/data", "/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data"" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=37.259µ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=42c290c1-e8c0-4a85-92e2-553397ae575b trace.line=185 vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993466758Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=33.6µ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=31e82122-79c2-4af0-83f3-ca5bed5d869a trace.line=110 vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.011Z] time="2023-09-08T16:32:07.993560715Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=71.919µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=b1af3a68-5572-4e64-96d4-158024b925a4 trace.line=202 vars.name=test vars.uuid=de5cdac0-567c-4ba2-b332-7e897aac9e02 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.993630491Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=4239f92c-9429-455a-b7e8-f3efb11287c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.099402ms http.response.status=201 http.response.written=0 
16:32:08 [2023-09-08T16:32:08.012Z] 127.0.0.1 - - [08/Sep/2023:16:32:07 +0000] "PUT /v2/test/blobs/uploads/de5cdac0-567c-4ba2-b332-7e897aac9e02?_state=hP9kGTcHsqRu4f4sxipNgemBJM8mPqnMlLbWwXOlQwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlNWNkYWMwLTU2N2MtNGJhMi1iMzMyLTdlODk3YWFjOWUwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0wOFQxNjozMjowNy45ODk1NjU5MzJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.994493148Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=59702b15-365f-4f14-9c90-c90a6638862b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.994527404Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=59702b15-365f-4f14-9c90-c90a6638862b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.994579121Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=59702b15-365f-4f14-9c90-c90a6638862b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=24.664µ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=6f4253a8-abba-40df-8a53-b5f66e793c33 trace.line=95 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.994637599Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=59702b15-365f-4f14-9c90-c90a6638862b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="722.331µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] 127.0.0.1 - - [08/Sep/2023:16:32:07 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.22+unknown"
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.995518406Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.995552826Z" level=debug msg=PutImageManifest go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.995699411Z" level=debug msg="Putting a Docker Manifest!" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.995715354Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.995725216Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.995790365Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=35.02µ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=4dd4b08b-34a7-4c00-8c0a-f631bbfb9639 trace.line=95 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.995839161Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=13.842µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=2ea93eff-320c-46d0-8797-8c323e3c0faf trace.line=155 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.995883896Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=17.288µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d7f2e265-23ed-45a7-b6e9-477be0118738 trace.line=95 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.995923937Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=10.42µ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=734e4bd9-0026-4d04-9cc5-02f2af425e3a trace.line=155 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.995962238Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=11.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=e68ce6bc-b100-4a69-8eee-359b95756cec trace.line=155 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.996033738Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=46.179µ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=9ae32c27-ed4b-4e66-8607-3766f34a99a2 trace.line=110 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.996115428Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=50.765µ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=fe915a0e-625f-4994-a15b-f03a7de4d5ac trace.line=110 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.996265837Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=56.254µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4e6c5870-21ef-4c54-9fd2-01dfc50d54c6 trace.line=110 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.996319778Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=29.654µ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=d6525df9-969b-4089-ba6a-9f4b1a087cb7 trace.line=110 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.996356012Z" level=debug msg="Succeeded in putting manifest!" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:07.996370067Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=51b61b2e-5e75-4b61-a4ce-857709927240 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58708" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.418802ms http.response.status=201 http.response.written=0 
16:32:08 [2023-09-08T16:32:08.012Z] 127.0.0.1 - - [08/Sep/2023:16:32:07 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:08.001169282Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3b16eba0-7e31-4641-8e6a-31d3e8349aa7 http.request.method=GET http.request.remoteaddr="127.0.0.1:58728" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:08.001208093Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3b16eba0-7e31-4641-8e6a-31d3e8349aa7 http.request.method=GET http.request.remoteaddr="127.0.0.1:58728" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.20747ms http.response.status=200 http.response.written=2 
16:32:08 [2023-09-08T16:32:08.012Z] 127.0.0.1 - - [08/Sep/2023:16:32:07 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:08.003092692Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e24572a3-e2b8-4df1-9d7d-71e4493a303c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58732" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:08.003132618Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e24572a3-e2b8-4df1-9d7d-71e4493a303c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58732" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:08.003206924Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e24572a3-e2b8-4df1-9d7d-71e4493a303c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58732" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.719µ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=4dad4493-4ee8-4a04-8171-7cbd697b536c trace.line=95 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:08.003230629Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e24572a3-e2b8-4df1-9d7d-71e4493a303c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58732" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:08.003273739Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e24572a3-e2b8-4df1-9d7d-71e4493a303c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58732" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.282µ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=fdce5727-354b-4ad0-8506-8730cf28a452 trace.line=95 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:08.00331835Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e24572a3-e2b8-4df1-9d7d-71e4493a303c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58732" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.761µ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=7e2521ca-7b60-4400-9d03-d50af545c522 trace.line=155 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.012Z] time="2023-09-08T16:32:08.00335931Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e24572a3-e2b8-4df1-9d7d-71e4493a303c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58732" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.192µ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=610435bd-9e25-4a70-8e1d-9d647b18160e trace.line=125 vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.013Z] time="2023-09-08T16:32:08.003405136Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e24572a3-e2b8-4df1-9d7d-71e4493a303c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58732" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
16:32:08 [2023-09-08T16:32:08.013Z] time="2023-09-08T16:32:08.003491396Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e24572a3-e2b8-4df1-9d7d-71e4493a303c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58732" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-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.135363ms http.response.status=200 http.response.written=417 
16:32:08 [2023-09-08T16:32:08.013Z] 127.0.0.1 - - [08/Sep/2023:16:32:08 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:32:08 [2023-09-08T16:32:08.269Z] time="2023-09-08T16:32:08.016484649Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=807cfb95-8945-43d3-9ea2-829f83493fe2 http.request.method=GET http.request.remoteaddr="127.0.0.1:58742" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.269Z] time="2023-09-08T16:32:08.01652602Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=807cfb95-8945-43d3-9ea2-829f83493fe2 http.request.method=GET http.request.remoteaddr="127.0.0.1:58742" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.269Z] time="2023-09-08T16:32:08.016540436Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=807cfb95-8945-43d3-9ea2-829f83493fe2 http.request.method=GET http.request.remoteaddr="127.0.0.1:58742" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.269Z] time="2023-09-08T16:32:08.016606799Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=807cfb95-8945-43d3-9ea2-829f83493fe2 http.request.method=GET http.request.remoteaddr="127.0.0.1:58742" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.44µ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=ed11d4ed-e2e2-4802-aebd-0153c7fa1160 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.269Z] time="2023-09-08T16:32:08.016661117Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=807cfb95-8945-43d3-9ea2-829f83493fe2 http.request.method=GET http.request.remoteaddr="127.0.0.1:58742" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.886µ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=9c6ac0c9-4a98-40f8-a733-4938cc34d4fe trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.016699829Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=807cfb95-8945-43d3-9ea2-829f83493fe2 http.request.method=GET http.request.remoteaddr="127.0.0.1:58742" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.743µ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=b68f1b47-1a7a-45e5-9fcb-99f0f71eeede trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.016733479Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=807cfb95-8945-43d3-9ea2-829f83493fe2 http.request.method=GET http.request.remoteaddr="127.0.0.1:58742" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.016822324Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=807cfb95-8945-43d3-9ea2-829f83493fe2 http.request.method=GET http.request.remoteaddr="127.0.0.1:58742" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-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.114308ms http.response.status=200 http.response.written=417 
16:32:08 [2023-09-08T16:32:08.270Z] 127.0.0.1 - - [08/Sep/2023:16:32:08 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023250048Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023303217Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023425794Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=34.108µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=59f1a5f1-f140-4612-a4c0-8d4505790869 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023649942Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=27.061µ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=c5cc6cf6-3c1d-4774-b53f-cb763e855788 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023714344Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.905µ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=cb05165d-7251-4595-a3db-d482ba36ec82 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023754385Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.265µ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=03b15ad2-6e47-438c-90cb-f47a9cb378b7 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023783957Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023791825Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.477µ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=9017bbb3-addb-47a8-8340-3116c92b4992 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023826205Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.207µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=a57bad87-b5ad-45f9-917b-ea9a02bfb6f5 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023831144Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023893405Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.473µ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=5702e0c3-5d05-49d6-8551-cc3c571cd2bd trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023895268Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.419µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=a09c4385-74ea-4b4b-8376-ea052b9161db trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023943883Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.207µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=32536198-8fd2-4aca-a58f-6a74b1636644 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.023984909Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.024µ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=489aac8c-0354-41fb-a968-c0f8fe7d0347 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.024021545Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.527µ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=b35cc92e-0b6e-4c0d-aa99-f329648955fc trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.024053299Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.067µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f826d0bb-bf8f-4c1a-96ea-7ddd7bd835e4 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.025016723Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=6.482µ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=70ec6f3a-32ed-4f21-951c-da66269ff410 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.02512078Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=30.72µ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=b81f528a-2985-4eb4-966c-58e5a258de57 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.025534722Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=31.885µ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=3358fe98-7a5c-4e77-84ae-be61796f2e96 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.025622509Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.44µ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=3743bb0a-9313-474e-b77a-17d60df55e8c trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.025542418Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.477µ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=915b6612-ae38-4ca6-bead-39d00840ac42 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.025815756Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dbc63425-4153-4212-990a-4b10c2084f6d http.request.method=GET http.request.remoteaddr="127.0.0.1:58752" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.540513ms http.response.status=200 http.response.written=194 
16:32:08 [2023-09-08T16:32:08.270Z] time="2023-09-08T16:32:08.025834644Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=110.605µ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=a7eb37f9-ac4a-4b96-b08f-f176495d950c trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
16:32:08 [2023-09-08T16:32:08.270Z] 127.0.0.1 - - [08/Sep/2023:16:32:08 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:32:08 [2023-09-08T16:32:08.271Z] time="2023-09-08T16:32:08.025911256Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9e3d34dc-c23f-4363-86df-b490f85b94b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:58766" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.510482ms http.response.status=200 http.response.written=68 
16:32:08 [2023-09-08T16:32:08.271Z] 127.0.0.1 - - [08/Sep/2023:16:32:08 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:32:08 [2023-09-08T16:32:08.271Z] time="2023-09-08T16:32:08.037959489Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=809fdb02-dfbb-4267-ab78-654f0c93cb65 http.request.method=GET http.request.remoteaddr="127.0.0.1:58784" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
16:32:08 [2023-09-08T16:32:08.271Z] time="2023-09-08T16:32:08.037996322Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=809fdb02-dfbb-4267-ab78-654f0c93cb65 http.request.method=GET http.request.remoteaddr="127.0.0.1:58784" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="792.142µs" http.response.status=200 http.response.written=2 
16:32:08 [2023-09-08T16:32:08.271Z] 127.0.0.1 - - [08/Sep/2023:16:32:08 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:32:08 [2023-09-08T16:32:08.271Z] time="2023-09-08T16:32:08.042871648Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b4fe1598-c36f-4072-86ed-7ca6f72b1337 http.request.method=GET http.request.remoteaddr="127.0.0.1:58792" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.271Z] time="2023-09-08T16:32:08.042913216Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b4fe1598-c36f-4072-86ed-7ca6f72b1337 http.request.method=GET http.request.remoteaddr="127.0.0.1:58792" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.271Z] time="2023-09-08T16:32:08.042928666Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b4fe1598-c36f-4072-86ed-7ca6f72b1337 http.request.method=GET http.request.remoteaddr="127.0.0.1:58792" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.271Z] time="2023-09-08T16:32:08.042986315Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b4fe1598-c36f-4072-86ed-7ca6f72b1337 http.request.method=GET http.request.remoteaddr="127.0.0.1:58792" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=27.857µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4a8d8473-dd06-4e56-8501-ee23304f0a21 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.271Z] time="2023-09-08T16:32:08.043033421Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b4fe1598-c36f-4072-86ed-7ca6f72b1337 http.request.method=GET http.request.remoteaddr="127.0.0.1:58792" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-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).GetContent" trace.id=9da32239-c31f-4642-a9ef-a44862334f2c trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.271Z] time="2023-09-08T16:32:08.04309619Z" 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.19.9 http.request.host="127.0.0.1:5000" http.request.id=b4fe1598-c36f-4072-86ed-7ca6f72b1337 http.request.method=GET http.request.remoteaddr="127.0.0.1:58792" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="923.202µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
16:32:08 [2023-09-08T16:32:08.271Z] 127.0.0.1 - - [08/Sep/2023:16:32:08 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.20.7 git-commit/cd00a469f739a80b86c8c533858935b13fb5b9ec kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:32:08 [2023-09-08T16:32:08.271Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s)
16:32:08 [2023-09-08T16:32:08.271Z] === RUN   TestRemoveImageOrphaning
16:32:08 [2023-09-08T16:32:08.271Z] --- PASS: TestRemoveImageOrphaning (0.15s)
16:32:08 [2023-09-08T16:32:08.271Z] === RUN   TestRemoveByDigest
16:32:08 [2023-09-08T16:32:08.271Z]     remove_test.go:63: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
16:32:08 [2023-09-08T16:32:08.271Z] --- SKIP: TestRemoveByDigest (0.00s)
16:32:08 [2023-09-08T16:32:08.271Z] === RUN   TestRemoveImageGarbageCollector
16:32:08 [2023-09-08T16:32:08.271Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
16:32:08 [2023-09-08T16:32:08.271Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
16:32:08 [2023-09-08T16:32:08.271Z] === RUN   TestSaveCheckTimes
16:32:08 [2023-09-08T16:32:08.271Z] === PAUSE TestSaveCheckTimes
16:32:08 [2023-09-08T16:32:08.271Z] === RUN   TestSaveRepoWithMultipleImages
16:32:09 [2023-09-08T16:32:09.198Z] --- PASS: TestSaveRepoWithMultipleImages (0.96s)
16:32:09 [2023-09-08T16:32:09.198Z] === RUN   TestSaveDirectoryPermissions
16:32:10 [2023-09-08T16:32:10.124Z] --- PASS: TestSaveDirectoryPermissions (0.93s)
16:32:10 [2023-09-08T16:32:10.124Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:32:10 [2023-09-08T16:32:10.380Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagUsingDigestAlgorithmAsName
16:32:10 [2023-09-08T16:32:10.380Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagValidPrefixedRepo
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
16:32:10 [2023-09-08T16:32:10.380Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
16:32:10 [2023-09-08T16:32:10.380Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagValidPrefixedRepo/foooo:t
16:32:10 [2023-09-08T16:32:10.380Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
16:32:10 [2023-09-08T16:32:10.380Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
16:32:10 [2023-09-08T16:32:10.380Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
16:32:10 [2023-09-08T16:32:10.380Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
16:32:10 [2023-09-08T16:32:10.380Z] === CONT  TestTagValidPrefixedRepo/foooo:t
16:32:10 [2023-09-08T16:32:10.380Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
16:32:10 [2023-09-08T16:32:10.380Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
16:32:10 [2023-09-08T16:32:10.380Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
16:32:10 [2023-09-08T16:32:10.380Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s)
16:32:10 [2023-09-08T16:32:10.380Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
16:32:10 [2023-09-08T16:32:10.380Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.02s)
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagExistedNameWithoutForce
16:32:10 [2023-09-08T16:32:10.380Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagOfficialNames
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
16:32:10 [2023-09-08T16:32:10.380Z] --- PASS: TestTagOfficialNames (0.05s)
16:32:10 [2023-09-08T16:32:10.380Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
16:32:10 [2023-09-08T16:32:10.380Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
16:32:10 [2023-09-08T16:32:10.380Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
16:32:10 [2023-09-08T16:32:10.380Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
16:32:10 [2023-09-08T16:32:10.380Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
16:32:10 [2023-09-08T16:32:10.380Z] === RUN   TestTagMatchesDigest
16:32:10 [2023-09-08T16:32:10.380Z] --- PASS: TestTagMatchesDigest (0.01s)
16:32:10 [2023-09-08T16:32:10.380Z] === CONT  TestSaveCheckTimes
16:32:10 [2023-09-08T16:32:10.380Z] --- PASS: TestSaveCheckTimes (0.03s)
16:32:10 [2023-09-08T16:32:10.380Z] PASS
16:32:10 [2023-09-08T16:32:10.380Z] 
16:32:10 [2023-09-08T16:32:10.380Z] === Skipped
16:32:10 [2023-09-08T16:32:10.380Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
16:32:10 [2023-09-08T16:32:10.380Z]     import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out
16:32:10 [2023-09-08T16:32:10.380Z] 
16:32:10 [2023-09-08T16:32:10.380Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
16:32:10 [2023-09-08T16:32:10.380Z]     remove_test.go:63: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
16:32:10 [2023-09-08T16:32:10.380Z] 
16:32:10 [2023-09-08T16:32:10.380Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
16:32:10 [2023-09-08T16:32:10.380Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
16:32:10 [2023-09-08T16:32:10.380Z] 
16:32:10 [2023-09-08T16:32:10.380Z] DONE 44 tests, 3 skipped in 3.070s
16:32:10 [2023-09-08T16:32:10.380Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
16:32:10 [2023-09-08T16:32:10.381Z] ++ 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
16:32:10 [2023-09-08T16:32:10.381Z] ++ set -e
16:32:10 [2023-09-08T16:32:10.381Z] ++ '[' -n 0 ']'
16:32:10 [2023-09-08T16:32:10.381Z] ++ set -x
16:32:10 [2023-09-08T16:32:10.381Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:32:10 [2023-09-08T16:32:10.381Z] === RUN   TestStripANSICommands
16:32:10 [2023-09-08T16:32:10.381Z] === RUN   TestStripANSICommands/#00
16:32:10 [2023-09-08T16:32:10.381Z] === RUN   TestStripANSICommands/#01
16:32:10 [2023-09-08T16:32:10.381Z] --- PASS: TestStripANSICommands (0.00s)
16:32:10 [2023-09-08T16:32:10.381Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
16:32:10 [2023-09-08T16:32:10.381Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
16:32:10 [2023-09-08T16:32:10.381Z] PASS
16:32:10 [2023-09-08T16:32:10.381Z] 
16:32:10 [2023-09-08T16:32:10.381Z] DONE 3 tests in 0.009s
16:32:10 [2023-09-08T16:32:10.381Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
16:32:10 [2023-09-08T16:32:10.381Z] ++ 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
16:32:10 [2023-09-08T16:32:10.381Z] ++ set -e
16:32:10 [2023-09-08T16:32:10.381Z] ++ '[' -n 0 ']'
16:32:10 [2023-09-08T16:32:10.381Z] ++ set -x
16:32:10 [2023-09-08T16:32:10.381Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:32:10 [2023-09-08T16:32:10.381Z] INFO: Testing against a local daemon
16:32:10 [2023-09-08T16:32:10.381Z] === RUN   TestNetworkCreateDelete
16:32:10 [2023-09-08T16:32:10.636Z] --- PASS: TestNetworkCreateDelete (0.19s)
16:32:10 [2023-09-08T16:32:10.636Z] === RUN   TestDockerNetworkDeletePreferID
16:32:11 [2023-09-08T16:32:11.198Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s)
16:32:11 [2023-09-08T16:32:11.198Z] === RUN   TestDaemonDNSFallback
16:32:17 [2023-09-08T16:32:17.731Z] --- PASS: TestDaemonDNSFallback (6.21s)
16:32:17 [2023-09-08T16:32:17.731Z] === RUN   TestInspectNetwork
16:32:20 [2023-09-08T16:32:20.246Z] === RUN   TestInspectNetwork/full_network_id
16:32:20 [2023-09-08T16:32:20.246Z] === RUN   TestInspectNetwork/partial_network_id
16:32:20 [2023-09-08T16:32:20.246Z] === RUN   TestInspectNetwork/network_name
16:32:20 [2023-09-08T16:32:20.246Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
16:32:24 [2023-09-08T16:32:24.410Z] --- PASS: TestInspectNetwork (7.03s)
16:32:24 [2023-09-08T16:32:24.410Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
16:32:24 [2023-09-08T16:32:24.410Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
16:32:24 [2023-09-08T16:32:24.410Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
16:32:24 [2023-09-08T16:32:24.410Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
16:32:24 [2023-09-08T16:32:24.410Z] === RUN   TestRunContainerWithBridgeNone
16:32:25 [2023-09-08T16:32:25.774Z] --- PASS: TestRunContainerWithBridgeNone (1.33s)
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/create
16:32:25 [2023-09-08T16:32:25.774Z] === PAUSE TestNetworkInvalidJSON/networks/create
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
16:32:25 [2023-09-08T16:32:25.774Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
16:32:25 [2023-09-08T16:32:25.774Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
16:32:25 [2023-09-08T16:32:25.774Z] === CONT  TestNetworkInvalidJSON/networks/create
16:32:25 [2023-09-08T16:32:25.774Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
16:32:25 [2023-09-08T16:32:25.774Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
16:32:25 [2023-09-08T16:32:25.774Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
16:32:25 [2023-09-08T16:32:25.774Z] --- PASS: TestNetworkInvalidJSON (0.01s)
16:32:25 [2023-09-08T16:32:25.774Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
16:32:25 [2023-09-08T16:32:25.774Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
16:32:25 [2023-09-08T16:32:25.775Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
16:32:25 [2023-09-08T16:32:25.775Z] === RUN   TestNetworkList
16:32:25 [2023-09-08T16:32:25.775Z] === RUN   TestNetworkList//networks
16:32:25 [2023-09-08T16:32:25.775Z] === PAUSE TestNetworkList//networks
16:32:25 [2023-09-08T16:32:25.775Z] === RUN   TestNetworkList//networks/
16:32:25 [2023-09-08T16:32:25.775Z] === PAUSE TestNetworkList//networks/
16:32:25 [2023-09-08T16:32:25.775Z] === CONT  TestNetworkList//networks
16:32:25 [2023-09-08T16:32:25.775Z] === CONT  TestNetworkList//networks/
16:32:25 [2023-09-08T16:32:25.775Z] --- PASS: TestNetworkList (0.01s)
16:32:25 [2023-09-08T16:32:25.775Z]     --- PASS: TestNetworkList//networks (0.00s)
16:32:25 [2023-09-08T16:32:25.775Z]     --- PASS: TestNetworkList//networks/ (0.00s)
16:32:25 [2023-09-08T16:32:25.775Z] === RUN   TestHostIPv4BridgeLabel
16:32:26 [2023-09-08T16:32:26.336Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
16:32:26 [2023-09-08T16:32:26.336Z] === RUN   TestDefaultNetworkOpts
16:32:26 [2023-09-08T16:32:26.336Z] === RUN   TestDefaultNetworkOpts/default_value
16:32:27 [2023-09-08T16:32:27.700Z] === RUN   TestDefaultNetworkOpts/cmdline_value
16:32:29 [2023-09-08T16:32:29.064Z] === RUN   TestDefaultNetworkOpts/config-from_value
16:32:30 [2023-09-08T16:32:30.428Z] --- PASS: TestDefaultNetworkOpts (3.97s)
16:32:30 [2023-09-08T16:32:30.428Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.38s)
16:32:30 [2023-09-08T16:32:30.428Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.30s)
16:32:30 [2023-09-08T16:32:30.428Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.29s)
16:32:30 [2023-09-08T16:32:30.428Z] === RUN   TestDaemonRestartWithLiveRestore
16:32:31 [2023-09-08T16:32:31.355Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
16:32:31 [2023-09-08T16:32:31.355Z] === RUN   TestDaemonDefaultNetworkPools
16:32:32 [2023-09-08T16:32:32.282Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s)
16:32:32 [2023-09-08T16:32:32.282Z] === RUN   TestDaemonRestartWithExistingNetwork
16:32:33 [2023-09-08T16:32:33.209Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
16:32:33 [2023-09-08T16:32:33.209Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:32:34 [2023-09-08T16:32:34.573Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s)
16:32:34 [2023-09-08T16:32:34.573Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:32:35 [2023-09-08T16:32:35.134Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s)
16:32:35 [2023-09-08T16:32:35.134Z] === RUN   TestServiceWithPredefinedNetwork
16:32:37 [2023-09-08T16:32:37.647Z] --- PASS: TestServiceWithPredefinedNetwork (2.20s)
16:32:37 [2023-09-08T16:32:37.647Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:32:37 [2023-09-08T16:32:37.647Z]     service_test.go:256: FLAKY_TEST
16:32:37 [2023-09-08T16:32:37.647Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:32:37 [2023-09-08T16:32:37.647Z] === RUN   TestServiceWithDataPathPortInit
16:32:52 [2023-09-08T16:32:52.481Z] --- PASS: TestServiceWithDataPathPortInit (13.67s)
16:32:52 [2023-09-08T16:32:52.481Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:32:53 [2023-09-08T16:32:53.408Z]     service_test.go:448: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ww74hkriiyy2j71l6dkmpj3mk Created:2023-09-08 16:32:52.217296314 +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[46e672765c8a0749f861cff5de0152fba269402f0f431b05637fcc0e78ff9cef:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v1uioq5vn8sw9bfr55lrzzc7j EndpointID:bc6315493cc91e6c17f3c8ec57960a67c2fad289df27b3bdab225c83a7195ca5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b37d169ee430ef7d7c4e857d38e37c329e6a1ea65032f2bc55d3c95ca2e739a7 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:f113041fbd24 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v1uioq5vn8sw9bfr55lrzzc7j EndpointID:bc6315493cc91e6c17f3c8ec57960a67c2fad289df27b3bdab225c83a7195ca5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
16:32:58 [2023-09-08T16:32:58.648Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.70s)
16:32:58 [2023-09-08T16:32:58.648Z] PASS
16:32:58 [2023-09-08T16:32:58.648Z] 
16:32:58 [2023-09-08T16:32:58.648Z] === Skipped
16:32:58 [2023-09-08T16:32:58.648Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:32:58 [2023-09-08T16:32:58.648Z]     service_test.go:256: FLAKY_TEST
16:32:58 [2023-09-08T16:32:58.648Z] 
16:32:58 [2023-09-08T16:32:58.648Z] DONE 42 tests, 1 skipped in 47.288s
16:32:58 [2023-09-08T16:32:58.648Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
16:32:58 [2023-09-08T16:32:58.649Z] ++ 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
16:32:58 [2023-09-08T16:32:58.649Z] ++ set -e
16:32:58 [2023-09-08T16:32:58.649Z] ++ '[' -n 0 ']'
16:32:58 [2023-09-08T16:32:58.649Z] ++ set -x
16:32:58 [2023-09-08T16:32:58.649Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:32:58 [2023-09-08T16:32:58.649Z] INFO: Testing against a local daemon
16:32:58 [2023-09-08T16:32:58.649Z] === RUN   TestDockerNetworkIpvlanPersistance
16:32:58 [2023-09-08T16:32:58.649Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:32:58 [2023-09-08T16:32:58.649Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
16:32:58 [2023-09-08T16:32:58.649Z] === RUN   TestDockerNetworkIpvlan
16:32:58 [2023-09-08T16:32:58.649Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:32:58 [2023-09-08T16:32:58.649Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:32:58 [2023-09-08T16:32:58.649Z] PASS
16:32:58 [2023-09-08T16:32:58.649Z] 
16:32:58 [2023-09-08T16:32:58.649Z] === Skipped
16:32:58 [2023-09-08T16:32:58.649Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
16:32:58 [2023-09-08T16:32:58.649Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:32:58 [2023-09-08T16:32:58.649Z] 
16:32:58 [2023-09-08T16:32:58.649Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:32:58 [2023-09-08T16:32:58.649Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:32:58 [2023-09-08T16:32:58.649Z] 
16:32:58 [2023-09-08T16:32:58.649Z] DONE 2 tests, 2 skipped in 0.042s
16:32:58 [2023-09-08T16:32:58.649Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
16:32:58 [2023-09-08T16:32:58.649Z] ++ 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
16:32:58 [2023-09-08T16:32:58.649Z] ++ set -e
16:32:58 [2023-09-08T16:32:58.649Z] ++ '[' -n 0 ']'
16:32:58 [2023-09-08T16:32:58.649Z] ++ set -x
16:32:58 [2023-09-08T16:32:58.649Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:32:58 [2023-09-08T16:32:58.649Z] INFO: Testing against a local daemon
16:32:58 [2023-09-08T16:32:58.649Z] === RUN   TestDockerNetworkMacvlanPersistance
16:32:59 [2023-09-08T16:32:59.210Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s)
16:32:59 [2023-09-08T16:32:59.210Z] === RUN   TestDockerNetworkMacvlan
16:32:59 [2023-09-08T16:32:59.210Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:32:59 [2023-09-08T16:32:59.771Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:33:00 [2023-09-08T16:33:00.332Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:33:00 [2023-09-08T16:33:00.894Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:33:01 [2023-09-08T16:33:01.455Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:33:02 [2023-09-08T16:33:02.015Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:33:02 [2023-09-08T16:33:02.576Z] --- PASS: TestDockerNetworkMacvlan (3.52s)
16:33:02 [2023-09-08T16:33:02.576Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.59s)
16:33:02 [2023-09-08T16:33:02.576Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.59s)
16:33:02 [2023-09-08T16:33:02.576Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.59s)
16:33:02 [2023-09-08T16:33:02.576Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.59s)
16:33:02 [2023-09-08T16:33:02.576Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.58s)
16:33:02 [2023-09-08T16:33:02.577Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s)
16:33:02 [2023-09-08T16:33:02.577Z] PASS
16:33:02 [2023-09-08T16:33:02.577Z] === RUN   TestDockerNetworkMacvlanPersistance
16:33:03 [2023-09-08T16:33:03.941Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.15s)
16:33:03 [2023-09-08T16:33:03.941Z] === RUN   TestDockerNetworkMacvlan
16:33:03 [2023-09-08T16:33:03.941Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:33:04 [2023-09-08T16:33:04.503Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:33:05 [2023-09-08T16:33:05.064Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:33:05 [2023-09-08T16:33:05.624Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:33:06 [2023-09-08T16:33:06.185Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:33:06 [2023-09-08T16:33:06.746Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:33:07 [2023-09-08T16:33:07.307Z] --- PASS: TestDockerNetworkMacvlan (3.51s)
16:33:07 [2023-09-08T16:33:07.307Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.58s)
16:33:07 [2023-09-08T16:33:07.307Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.59s)
16:33:07 [2023-09-08T16:33:07.307Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.58s)
16:33:07 [2023-09-08T16:33:07.307Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.59s)
16:33:07 [2023-09-08T16:33:07.307Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.59s)
16:33:07 [2023-09-08T16:33:07.307Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s)
16:33:07 [2023-09-08T16:33:07.307Z] PASS
16:33:07 [2023-09-08T16:33:07.307Z] 
16:33:07 [2023-09-08T16:33:07.307Z] DONE 16 tests in 9.470s
16:33:07 [2023-09-08T16:33:07.307Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
16:33:07 [2023-09-08T16:33:07.307Z] ++ 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
16:33:07 [2023-09-08T16:33:07.307Z] ++ set -e
16:33:07 [2023-09-08T16:33:07.307Z] ++ '[' -n 0 ']'
16:33:07 [2023-09-08T16:33:07.307Z] ++ set -x
16:33:07 [2023-09-08T16:33:07.307Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:33:07 [2023-09-08T16:33:07.307Z] testing: warning: no tests to run
16:33:07 [2023-09-08T16:33:07.307Z] PASS
16:33:07 [2023-09-08T16:33:07.307Z] 
16:33:07 [2023-09-08T16:33:07.307Z] DONE 0 tests in 0.008s
16:33:07 [2023-09-08T16:33:07.307Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
16:33:07 [2023-09-08T16:33:07.307Z] ++ 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
16:33:07 [2023-09-08T16:33:07.307Z] ++ set -e
16:33:07 [2023-09-08T16:33:07.307Z] ++ '[' -n 0 ']'
16:33:07 [2023-09-08T16:33:07.307Z] ++ set -x
16:33:07 [2023-09-08T16:33:07.307Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:33:07 [2023-09-08T16:33:07.307Z] INFO: Testing against a local daemon
16:33:07 [2023-09-08T16:33:07.307Z] === RUN   TestAuthZPluginAllowRequest
16:33:08 [2023-09-08T16:33:08.671Z] --- PASS: TestAuthZPluginAllowRequest (1.08s)
16:33:08 [2023-09-08T16:33:08.671Z] === RUN   TestAuthZPluginTLS
16:33:08 [2023-09-08T16:33:08.926Z] --- PASS: TestAuthZPluginTLS (0.55s)
16:33:08 [2023-09-08T16:33:08.926Z] === RUN   TestAuthZPluginDenyRequest
16:33:09 [2023-09-08T16:33:09.487Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
16:33:09 [2023-09-08T16:33:09.487Z] === RUN   TestAuthZPluginAPIDenyResponse
16:33:10 [2023-09-08T16:33:10.048Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
16:33:10 [2023-09-08T16:33:10.048Z] === RUN   TestAuthZPluginDenyResponse
16:33:10 [2023-09-08T16:33:10.608Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
16:33:10 [2023-09-08T16:33:10.609Z] === RUN   TestAuthZPluginAllowEventStream
16:33:11 [2023-09-08T16:33:11.535Z] 2023/09/08 16:33:11 http: panic serving 127.0.0.1:60982: runtime error: invalid memory address or nil pointer dereference
16:33:11 [2023-09-08T16:33:11.535Z] goroutine 163 [running]:
16:33:11 [2023-09-08T16:33:11.535Z] net/http.(*conn).serve.func1()
16:33:11 [2023-09-08T16:33:11.535Z] 	/usr/local/go/src/net/http/server.go:1854 +0xb0
16:33:11 [2023-09-08T16:33:11.535Z] panic({0xb04b60, 0x162bfe0})
16:33:11 [2023-09-08T16:33:11.535Z] 	/usr/local/go/src/runtime/panic.go:890 +0x248
16:33:11 [2023-09-08T16:33:11.535Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xdfe450, 0x40005e46c0}, 0xffff8da8cbf8?)
16:33:11 [2023-09-08T16:33:11.535Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
16:33:11 [2023-09-08T16:33:11.535Z] net/http.HandlerFunc.ServeHTTP(0x4000204400?, {0xdfe450?, 0x40005e46c0?}, 0x411d94?)
16:33:11 [2023-09-08T16:33:11.535Z] 	/usr/local/go/src/net/http/server.go:2122 +0x38
16:33:11 [2023-09-08T16:33:11.535Z] net/http.(*ServeMux).ServeHTTP(0xdfe918?, {0xdfe450, 0x40005e46c0}, 0x4000204400)
16:33:11 [2023-09-08T16:33:11.535Z] 	/usr/local/go/src/net/http/server.go:2500 +0x13c
16:33:11 [2023-09-08T16:33:11.535Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x40001a6000, {0xdfd7c0?, 0x4000518620}, 0x4000204100)
16:33:11 [2023-09-08T16:33:11.535Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:189 +0x9ac
16:33:11 [2023-09-08T16:33:11.535Z] net/http.serverHandler.ServeHTTP({0xdf4338?}, {0xdfd7c0, 0x4000518620}, 0x4000204100)
16:33:11 [2023-09-08T16:33:11.535Z] 	/usr/local/go/src/net/http/server.go:2936 +0x2c0
16:33:11 [2023-09-08T16:33:11.535Z] net/http.(*conn).serve(0x40002235f0, {0xdfe918, 0x40002160c0})
16:33:11 [2023-09-08T16:33:11.535Z] 	/usr/local/go/src/net/http/server.go:1995 +0x518
16:33:11 [2023-09-08T16:33:11.535Z] created by net/http.(*Server).Serve
16:33:11 [2023-09-08T16:33:11.535Z] 	/usr/local/go/src/net/http/server.go:3089 +0x4e8
16:33:12 [2023-09-08T16:33:12.462Z] 2023/09/08 16:33:12 http: panic serving 127.0.0.1:60984: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
16:33:12 [2023-09-08T16:33:12.462Z] goroutine 193 [running]:
16:33:12 [2023-09-08T16:33:12.462Z] net/http.(*conn).serve.func1()
16:33:12 [2023-09-08T16:33:12.462Z] 	/usr/local/go/src/net/http/server.go:1854 +0xb0
16:33:12 [2023-09-08T16:33:12.462Z] panic({0xaa96a0, 0x4000410b30})
16:33:12 [2023-09-08T16:33:12.462Z] 	/usr/local/go/src/runtime/panic.go:890 +0x248
16:33:12 [2023-09-08T16:33:12.462Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xdfe450, 0x40005e47e0}, 0xffff8da8cbf8?)
16:33:12 [2023-09-08T16:33:12.462Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x36c
16:33:12 [2023-09-08T16:33:12.462Z] net/http.HandlerFunc.ServeHTTP(0x4000204800?, {0xdfe450?, 0x40005e47e0?}, 0x411d94?)
16:33:12 [2023-09-08T16:33:12.462Z] 	/usr/local/go/src/net/http/server.go:2122 +0x38
16:33:12 [2023-09-08T16:33:12.462Z] net/http.(*ServeMux).ServeHTTP(0xdfe918?, {0xdfe450, 0x40005e47e0}, 0x4000204800)
16:33:12 [2023-09-08T16:33:12.462Z] 	/usr/local/go/src/net/http/server.go:2500 +0x13c
16:33:12 [2023-09-08T16:33:12.462Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x40001a6000, {0xdfd7c0?, 0x4000518700}, 0x4000201100)
16:33:12 [2023-09-08T16:33:12.462Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:189 +0x9ac
16:33:12 [2023-09-08T16:33:12.462Z] net/http.serverHandler.ServeHTTP({0x4000216c00?}, {0xdfd7c0, 0x4000518700}, 0x4000201100)
16:33:12 [2023-09-08T16:33:12.462Z] 	/usr/local/go/src/net/http/server.go:2936 +0x2c0
16:33:12 [2023-09-08T16:33:12.462Z] net/http.(*conn).serve(0x40005bc510, {0xdfe918, 0x40002160c0})
16:33:12 [2023-09-08T16:33:12.462Z] 	/usr/local/go/src/net/http/server.go:1995 +0x518
16:33:12 [2023-09-08T16:33:12.462Z] created by net/http.(*Server).Serve
16:33:12 [2023-09-08T16:33:12.462Z] 	/usr/local/go/src/net/http/server.go:3089 +0x4e8
16:33:14 [2023-09-08T16:33:14.348Z] 2023/09/08 16:33:14 http: panic serving 127.0.0.1:60992: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
16:33:14 [2023-09-08T16:33:14.348Z] goroutine 96 [running]:
16:33:14 [2023-09-08T16:33:14.348Z] net/http.(*conn).serve.func1()
16:33:14 [2023-09-08T16:33:14.348Z] 	/usr/local/go/src/net/http/server.go:1854 +0xb0
16:33:14 [2023-09-08T16:33:14.348Z] panic({0xaa96a0, 0x4000410bc0})
16:33:14 [2023-09-08T16:33:14.348Z] 	/usr/local/go/src/runtime/panic.go:890 +0x248
16:33:14 [2023-09-08T16:33:14.348Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xdfe450, 0x40005e4900}, 0xffff8da8cbf8?)
16:33:14 [2023-09-08T16:33:14.348Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x36c
16:33:14 [2023-09-08T16:33:14.348Z] net/http.HandlerFunc.ServeHTTP(0x4000204d00?, {0xdfe450?, 0x40005e4900?}, 0x411d94?)
16:33:14 [2023-09-08T16:33:14.348Z] 	/usr/local/go/src/net/http/server.go:2122 +0x38
16:33:14 [2023-09-08T16:33:14.348Z] net/http.(*ServeMux).ServeHTTP(0xdfe918?, {0xdfe450, 0x40005e4900}, 0x4000204d00)
16:33:14 [2023-09-08T16:33:14.348Z] 	/usr/local/go/src/net/http/server.go:2500 +0x13c
16:33:14 [2023-09-08T16:33:14.348Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x40001a6000, {0xdfd7c0?, 0x40005187e0}, 0x4000204900)
16:33:14 [2023-09-08T16:33:14.348Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:189 +0x9ac
16:33:14 [2023-09-08T16:33:14.348Z] net/http.serverHandler.ServeHTTP({0x40004070e0?}, {0xdfd7c0, 0x40005187e0}, 0x4000204900)
16:33:14 [2023-09-08T16:33:14.348Z] 	/usr/local/go/src/net/http/server.go:2936 +0x2c0
16:33:14 [2023-09-08T16:33:14.348Z] net/http.(*conn).serve(0x40005bd440, {0xdfe918, 0x40002160c0})
16:33:14 [2023-09-08T16:33:14.348Z] 	/usr/local/go/src/net/http/server.go:1995 +0x518
16:33:14 [2023-09-08T16:33:14.348Z] created by net/http.(*Server).Serve
16:33:14 [2023-09-08T16:33:14.348Z] 	/usr/local/go/src/net/http/server.go:3089 +0x4e8
16:33:16 [2023-09-08T16:33:16.860Z] --- PASS: TestAuthZPluginAllowEventStream (6.08s)
16:33:16 [2023-09-08T16:33:16.860Z] === RUN   TestAuthZPluginErrorResponse
16:33:17 [2023-09-08T16:33:17.116Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
16:33:17 [2023-09-08T16:33:17.116Z] === RUN   TestAuthZPluginErrorRequest
16:33:17 [2023-09-08T16:33:17.676Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
16:33:17 [2023-09-08T16:33:17.676Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:33:18 [2023-09-08T16:33:18.237Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
16:33:18 [2023-09-08T16:33:18.237Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:33:19 [2023-09-08T16:33:19.601Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.14s)
16:33:19 [2023-09-08T16:33:19.601Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:33:20 [2023-09-08T16:33:20.528Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.14s)
16:33:20 [2023-09-08T16:33:20.528Z] === RUN   TestAuthZPluginHeader
16:33:21 [2023-09-08T16:33:21.089Z] --- PASS: TestAuthZPluginHeader (0.60s)
16:33:21 [2023-09-08T16:33:21.089Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:33:21 [2023-09-08T16:33:21.089Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
16:33:21 [2023-09-08T16:33:21.089Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:33:21 [2023-09-08T16:33:21.089Z] === RUN   TestAuthZPluginV2Disable
16:33:21 [2023-09-08T16:33:21.089Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
16:33:21 [2023-09-08T16:33:21.089Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
16:33:21 [2023-09-08T16:33:21.089Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:33:21 [2023-09-08T16:33:21.089Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
16:33:21 [2023-09-08T16:33:21.089Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:33:21 [2023-09-08T16:33:21.089Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:33:21 [2023-09-08T16:33:21.089Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
16:33:21 [2023-09-08T16:33:21.089Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:33:21 [2023-09-08T16:33:21.089Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:33:39 [2023-09-08T16:33:39.126Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
16:33:39 [2023-09-08T16:33:39.126Z] PASS
16:33:39 [2023-09-08T16:33:39.126Z] 
16:33:39 [2023-09-08T16:33:39.126Z] === Skipped
16:33:39 [2023-09-08T16:33:39.126Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
16:33:39 [2023-09-08T16:33:39.126Z] 
16:33:39 [2023-09-08T16:33:39.126Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
16:33:39 [2023-09-08T16:33:39.126Z] 
16:33:39 [2023-09-08T16:33:39.126Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
16:33:39 [2023-09-08T16:33:39.126Z] 
16:33:39 [2023-09-08T16:33:39.126Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
16:33:39 [2023-09-08T16:33:39.126Z] 
16:33:39 [2023-09-08T16:33:39.126Z] DONE 17 tests, 4 skipped in 30.702s
16:33:39 [2023-09-08T16:33:39.126Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
16:33:39 [2023-09-08T16:33:39.126Z] ++ 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
16:33:39 [2023-09-08T16:33:39.126Z] ++ set -e
16:33:39 [2023-09-08T16:33:39.126Z] ++ '[' -n 0 ']'
16:33:39 [2023-09-08T16:33:39.126Z] ++ set -x
16:33:39 [2023-09-08T16:33:39.126Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:33:39 [2023-09-08T16:33:39.126Z] INFO: Testing against a local daemon
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
16:33:39 [2023-09-08T16:33:39.126Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
16:33:39 [2023-09-08T16:33:39.126Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/pull
16:33:39 [2023-09-08T16:33:39.126Z] === PAUSE TestPluginInvalidJSON/plugins/pull
16:33:39 [2023-09-08T16:33:39.126Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
16:33:39 [2023-09-08T16:33:39.126Z] === CONT  TestPluginInvalidJSON/plugins/pull
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
16:33:39 [2023-09-08T16:33:39.126Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
16:33:39 [2023-09-08T16:33:39.126Z] --- PASS: TestPluginInvalidJSON (0.01s)
16:33:39 [2023-09-08T16:33:39.126Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInstall
16:33:39 [2023-09-08T16:33:39.126Z] === RUN   TestPluginInstall/no_auth
16:33:41 [2023-09-08T16:33:41.014Z] time="2023-09-08T16:33:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:41 [2023-09-08T16:33:41.014Z] time="2023-09-08T16:33:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4e29f90d9931c795dfde40fe257b5caa1ea671c152d5e6f6c573871ca9508077" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:41 [2023-09-08T16:33:41.014Z] time="2023-09-08T16:33:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:41 [2023-09-08T16:33:41.014Z] time="2023-09-08T16:33:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4e29f90d9931c795dfde40fe257b5caa1ea671c152d5e6f6c573871ca9508077" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:41 [2023-09-08T16:33:41.014Z] === RUN   TestPluginInstall/with_htpasswd
16:33:41 [2023-09-08T16:33:41.270Z] time="2023-09-08T16:33:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:41 [2023-09-08T16:33:41.270Z] time="2023-09-08T16:33:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4e29f90d9931c795dfde40fe257b5caa1ea671c152d5e6f6c573871ca9508077" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:41 [2023-09-08T16:33:41.270Z] time="2023-09-08T16:33:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:41 [2023-09-08T16:33:41.270Z] time="2023-09-08T16:33:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4e29f90d9931c795dfde40fe257b5caa1ea671c152d5e6f6c573871ca9508077" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:41 [2023-09-08T16:33:41.525Z] === RUN   TestPluginInstall/with_insecure
16:33:42 [2023-09-08T16:33:42.452Z] time="2023-09-08T16:33:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:42 [2023-09-08T16:33:42.452Z] time="2023-09-08T16:33:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9b41f14d2b3d902cb6be61fe678401bc12623d6aeafb730c9c2ba8d99d6f8e0f" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:42 [2023-09-08T16:33:42.453Z] time="2023-09-08T16:33:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:42 [2023-09-08T16:33:42.453Z] time="2023-09-08T16:33:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9b41f14d2b3d902cb6be61fe678401bc12623d6aeafb730c9c2ba8d99d6f8e0f" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:42 [2023-09-08T16:33:42.453Z]     plugin_test.go:204: [d5244209af8ec] daemon is not started
16:33:42 [2023-09-08T16:33:42.453Z] --- PASS: TestPluginInstall (4.31s)
16:33:42 [2023-09-08T16:33:42.453Z]     --- PASS: TestPluginInstall/no_auth (2.92s)
16:33:42 [2023-09-08T16:33:42.453Z]     --- PASS: TestPluginInstall/with_htpasswd (0.48s)
16:33:42 [2023-09-08T16:33:42.453Z]     --- PASS: TestPluginInstall/with_insecure (0.91s)
16:33:42 [2023-09-08T16:33:42.453Z] === RUN   TestPluginsWithRuntimes
16:33:43 [2023-09-08T16:33:43.816Z] === RUN   TestPluginsWithRuntimes/No_Args
16:33:44 [2023-09-08T16:33:44.743Z] === RUN   TestPluginsWithRuntimes/With_Args
16:33:45 [2023-09-08T16:33:45.669Z] --- PASS: TestPluginsWithRuntimes (3.33s)
16:33:45 [2023-09-08T16:33:45.669Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.90s)
16:33:45 [2023-09-08T16:33:45.669Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
16:33:45 [2023-09-08T16:33:45.669Z] === RUN   TestPluginBackCompatMediaTypes
16:33:46 [2023-09-08T16:33:46.230Z] --- PASS: TestPluginBackCompatMediaTypes (0.48s)
16:33:46 [2023-09-08T16:33:46.230Z] PASS
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
16:33:46 [2023-09-08T16:33:46.230Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
16:33:46 [2023-09-08T16:33:46.230Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/pull
16:33:46 [2023-09-08T16:33:46.230Z] === PAUSE TestPluginInvalidJSON/plugins/pull
16:33:46 [2023-09-08T16:33:46.230Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
16:33:46 [2023-09-08T16:33:46.230Z] === CONT  TestPluginInvalidJSON/plugins/pull
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
16:33:46 [2023-09-08T16:33:46.230Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
16:33:46 [2023-09-08T16:33:46.230Z] --- PASS: TestPluginInvalidJSON (0.01s)
16:33:46 [2023-09-08T16:33:46.230Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInstall
16:33:46 [2023-09-08T16:33:46.230Z] === RUN   TestPluginInstall/no_auth
16:33:46 [2023-09-08T16:33:46.486Z] time="2023-09-08T16:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:46 [2023-09-08T16:33:46.486Z] time="2023-09-08T16:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d9a87194fb6dce54d76ff8e65e508a4a20c215453d00d083b5ec96998ab0ca5d" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:46 [2023-09-08T16:33:46.486Z] time="2023-09-08T16:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:46 [2023-09-08T16:33:46.486Z] time="2023-09-08T16:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d9a87194fb6dce54d76ff8e65e508a4a20c215453d00d083b5ec96998ab0ca5d" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:46 [2023-09-08T16:33:46.742Z] === RUN   TestPluginInstall/with_htpasswd
16:33:46 [2023-09-08T16:33:46.998Z] time="2023-09-08T16:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:46 [2023-09-08T16:33:46.998Z] time="2023-09-08T16:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d9a87194fb6dce54d76ff8e65e508a4a20c215453d00d083b5ec96998ab0ca5d" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:46 [2023-09-08T16:33:46.998Z] time="2023-09-08T16:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:46 [2023-09-08T16:33:46.998Z] time="2023-09-08T16:33:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d9a87194fb6dce54d76ff8e65e508a4a20c215453d00d083b5ec96998ab0ca5d" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:46 [2023-09-08T16:33:46.998Z] === RUN   TestPluginInstall/with_insecure
16:33:47 [2023-09-08T16:33:47.924Z] time="2023-09-08T16:33:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:47 [2023-09-08T16:33:47.924Z] time="2023-09-08T16:33:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a0188960c8435f286088675b7809623e59c7d14c76360b71f4c2a28f24789a6" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:47 [2023-09-08T16:33:47.924Z] time="2023-09-08T16:33:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:47 [2023-09-08T16:33:47.924Z] time="2023-09-08T16:33:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a0188960c8435f286088675b7809623e59c7d14c76360b71f4c2a28f24789a6" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:47 [2023-09-08T16:33:47.924Z]     plugin_test.go:204: [da0fda3ee30ff] daemon is not started
16:33:47 [2023-09-08T16:33:47.924Z] --- PASS: TestPluginInstall (1.81s)
16:33:47 [2023-09-08T16:33:47.924Z]     --- PASS: TestPluginInstall/no_auth (0.45s)
16:33:47 [2023-09-08T16:33:47.924Z]     --- PASS: TestPluginInstall/with_htpasswd (0.45s)
16:33:47 [2023-09-08T16:33:47.924Z]     --- PASS: TestPluginInstall/with_insecure (0.91s)
16:33:47 [2023-09-08T16:33:47.924Z] === RUN   TestPluginsWithRuntimes
16:33:49 [2023-09-08T16:33:49.813Z] === RUN   TestPluginsWithRuntimes/No_Args
16:33:50 [2023-09-08T16:33:50.374Z] === RUN   TestPluginsWithRuntimes/With_Args
16:33:51 [2023-09-08T16:33:51.300Z] --- PASS: TestPluginsWithRuntimes (3.36s)
16:33:51 [2023-09-08T16:33:51.300Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.96s)
16:33:51 [2023-09-08T16:33:51.300Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
16:33:51 [2023-09-08T16:33:51.300Z] === RUN   TestPluginBackCompatMediaTypes
16:33:51 [2023-09-08T16:33:51.861Z] --- PASS: TestPluginBackCompatMediaTypes (0.48s)
16:33:51 [2023-09-08T16:33:51.861Z] PASS
16:33:51 [2023-09-08T16:33:51.861Z] 
16:33:51 [2023-09-08T16:33:51.861Z] DONE 48 tests in 13.832s
16:33:51 [2023-09-08T16:33:51.861Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
16:33:51 [2023-09-08T16:33:51.861Z] ++ 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
16:33:51 [2023-09-08T16:33:51.861Z] ++ set -e
16:33:51 [2023-09-08T16:33:51.861Z] ++ '[' -n 0 ']'
16:33:51 [2023-09-08T16:33:51.861Z] ++ set -x
16:33:51 [2023-09-08T16:33:51.862Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:33:51 [2023-09-08T16:33:51.862Z] INFO: Testing against a local daemon
16:33:51 [2023-09-08T16:33:51.862Z] === RUN   TestExternalGraphDriver
16:33:52 [2023-09-08T16:33:52.423Z] === RUN   TestExternalGraphDriver/json
16:33:52 [2023-09-08T16:33:52.423Z] === RUN   TestExternalGraphDriver/spec
16:33:52 [2023-09-08T16:33:52.423Z] === RUN   TestExternalGraphDriver/pull
16:33:52 [2023-09-08T16:33:52.423Z] --- PASS: TestExternalGraphDriver (0.34s)
16:33:52 [2023-09-08T16:33:52.423Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
16:33:52 [2023-09-08T16:33:52.423Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
16:33:52 [2023-09-08T16:33:52.423Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
16:33:52 [2023-09-08T16:33:52.423Z] === RUN   TestGraphdriverPluginV2
16:33:52 [2023-09-08T16:33:52.679Z]     external_test.go:415: (*Execution).NotAmd64-fm
16:33:52 [2023-09-08T16:33:52.679Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
16:33:52 [2023-09-08T16:33:52.679Z] PASS
16:33:52 [2023-09-08T16:33:52.679Z] 
16:33:52 [2023-09-08T16:33:52.679Z] === Skipped
16:33:52 [2023-09-08T16:33:52.679Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
16:33:52 [2023-09-08T16:33:52.679Z]     external_test.go:415: (*Execution).NotAmd64-fm
16:33:52 [2023-09-08T16:33:52.679Z] 
16:33:52 [2023-09-08T16:33:52.679Z] DONE 5 tests, 1 skipped in 0.700s
16:33:52 [2023-09-08T16:33:52.679Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
16:33:52 [2023-09-08T16:33:52.679Z] ++ 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
16:33:52 [2023-09-08T16:33:52.679Z] ++ set -e
16:33:52 [2023-09-08T16:33:52.679Z] ++ '[' -n 0 ']'
16:33:52 [2023-09-08T16:33:52.679Z] ++ set -x
16:33:52 [2023-09-08T16:33:52.679Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:33:52 [2023-09-08T16:33:52.679Z] INFO: Testing against a local daemon
16:33:52 [2023-09-08T16:33:52.679Z] === RUN   TestContinueAfterPluginCrash
16:33:52 [2023-09-08T16:33:52.679Z] === PAUSE TestContinueAfterPluginCrash
16:33:52 [2023-09-08T16:33:52.679Z] === RUN   TestReadPluginNoRead
16:33:52 [2023-09-08T16:33:52.679Z] === PAUSE TestReadPluginNoRead
16:33:52 [2023-09-08T16:33:52.679Z] === RUN   TestDaemonStartWithLogOpt
16:33:52 [2023-09-08T16:33:52.679Z] === PAUSE TestDaemonStartWithLogOpt
16:33:52 [2023-09-08T16:33:52.679Z] === CONT  TestContinueAfterPluginCrash
16:33:52 [2023-09-08T16:33:52.679Z] === CONT  TestDaemonStartWithLogOpt
16:33:52 [2023-09-08T16:33:52.679Z] === CONT  TestReadPluginNoRead
16:33:54 [2023-09-08T16:33:54.567Z] === RUN   TestReadPluginNoRead/default
16:33:55 [2023-09-08T16:33:55.495Z] --- PASS: TestDaemonStartWithLogOpt (2.64s)
16:33:56 [2023-09-08T16:33:56.056Z] === RUN   TestReadPluginNoRead/disabled_caching
16:33:57 [2023-09-08T16:33:57.420Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:33:58 [2023-09-08T16:33:58.348Z]     read_test.go:93: [d72bd9dab62ce] daemon is not started
16:33:58 [2023-09-08T16:33:58.348Z] --- PASS: TestReadPluginNoRead (5.71s)
16:33:58 [2023-09-08T16:33:58.348Z]     --- PASS: TestReadPluginNoRead/default (1.26s)
16:33:58 [2023-09-08T16:33:58.348Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.19s)
16:33:58 [2023-09-08T16:33:58.348Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s)
16:34:00 [2023-09-08T16:34:00.236Z] --- PASS: TestContinueAfterPluginCrash (7.60s)
16:34:00 [2023-09-08T16:34:00.236Z] PASS
16:34:00 [2023-09-08T16:34:00.236Z] 
16:34:00 [2023-09-08T16:34:00.236Z] DONE 6 tests in 7.642s
16:34:00 [2023-09-08T16:34:00.236Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
16:34:00 [2023-09-08T16:34:00.236Z] ++ 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
16:34:00 [2023-09-08T16:34:00.236Z] ++ set -e
16:34:00 [2023-09-08T16:34:00.236Z] ++ '[' -n 0 ']'
16:34:00 [2023-09-08T16:34:00.236Z] ++ set -x
16:34:00 [2023-09-08T16:34:00.236Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:34:00 [2023-09-08T16:34:00.236Z] testing: warning: no tests to run
16:34:00 [2023-09-08T16:34:00.236Z] PASS
16:34:00 [2023-09-08T16:34:00.236Z] 
16:34:00 [2023-09-08T16:34:00.236Z] DONE 0 tests in 0.008s
16:34:00 [2023-09-08T16:34:00.236Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
16:34:00 [2023-09-08T16:34:00.236Z] ++ 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
16:34:00 [2023-09-08T16:34:00.236Z] ++ set -e
16:34:00 [2023-09-08T16:34:00.236Z] ++ '[' -n 0 ']'
16:34:00 [2023-09-08T16:34:00.236Z] ++ set -x
16:34:00 [2023-09-08T16:34:00.236Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:34:00 [2023-09-08T16:34:00.236Z] INFO: Testing against a local daemon
16:34:00 [2023-09-08T16:34:00.236Z] === RUN   TestPluginWithDevMounts
16:34:00 [2023-09-08T16:34:00.236Z] === PAUSE TestPluginWithDevMounts
16:34:00 [2023-09-08T16:34:00.236Z] === CONT  TestPluginWithDevMounts
16:34:02 [2023-09-08T16:34:02.125Z] --- PASS: TestPluginWithDevMounts (1.52s)
16:34:02 [2023-09-08T16:34:02.125Z] PASS
16:34:02 [2023-09-08T16:34:02.125Z] 
16:34:02 [2023-09-08T16:34:02.125Z] DONE 1 tests in 1.556s
16:34:02 [2023-09-08T16:34:02.125Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
16:34:02 [2023-09-08T16:34:02.125Z] ++ 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
16:34:02 [2023-09-08T16:34:02.125Z] ++ set -e
16:34:02 [2023-09-08T16:34:02.125Z] ++ '[' -n 0 ']'
16:34:02 [2023-09-08T16:34:02.125Z] ++ set -x
16:34:02 [2023-09-08T16:34:02.125Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:34:02 [2023-09-08T16:34:02.125Z] INFO: Testing against a local daemon
16:34:02 [2023-09-08T16:34:02.125Z] === RUN   TestSecretInspect
16:34:04 [2023-09-08T16:34:04.013Z] --- PASS: TestSecretInspect (1.92s)
16:34:04 [2023-09-08T16:34:04.013Z] === RUN   TestSecretList
16:34:05 [2023-09-08T16:34:05.901Z] --- PASS: TestSecretList (1.84s)
16:34:05 [2023-09-08T16:34:05.901Z] === RUN   TestSecretsCreateAndDelete
16:34:07 [2023-09-08T16:34:07.790Z] --- PASS: TestSecretsCreateAndDelete (1.95s)
16:34:07 [2023-09-08T16:34:07.790Z] === RUN   TestSecretsUpdate
16:34:09 [2023-09-08T16:34:09.677Z] --- PASS: TestSecretsUpdate (1.96s)
16:34:09 [2023-09-08T16:34:09.677Z] === RUN   TestTemplatedSecret
16:34:12 [2023-09-08T16:34:12.323Z] --- PASS: TestTemplatedSecret (2.65s)
16:34:12 [2023-09-08T16:34:12.323Z] === RUN   TestSecretCreateResolve
16:34:14 [2023-09-08T16:34:14.211Z] --- PASS: TestSecretCreateResolve (1.89s)
16:34:14 [2023-09-08T16:34:14.211Z] PASS
16:34:14 [2023-09-08T16:34:14.211Z] 
16:34:14 [2023-09-08T16:34:14.211Z] DONE 6 tests in 12.240s
16:34:14 [2023-09-08T16:34:14.211Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
16:34:14 [2023-09-08T16:34:14.211Z] ++ 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
16:34:14 [2023-09-08T16:34:14.211Z] ++ set -e
16:34:14 [2023-09-08T16:34:14.211Z] ++ '[' -n 0 ']'
16:34:14 [2023-09-08T16:34:14.211Z] ++ set -x
16:34:14 [2023-09-08T16:34:14.211Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:34:14 [2023-09-08T16:34:14.211Z] INFO: Testing against a local daemon
16:34:14 [2023-09-08T16:34:14.211Z] === RUN   TestServiceCreateInit
16:34:14 [2023-09-08T16:34:14.211Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:34:18 [2023-09-08T16:34:18.377Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:34:21 [2023-09-08T16:34:21.642Z] --- PASS: TestServiceCreateInit (7.52s)
16:34:21 [2023-09-08T16:34:21.642Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.75s)
16:34:21 [2023-09-08T16:34:21.642Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.77s)
16:34:21 [2023-09-08T16:34:21.642Z] === RUN   TestCreateServiceMultipleTimes
16:34:36 [2023-09-08T16:34:36.477Z] --- PASS: TestCreateServiceMultipleTimes (14.75s)
16:34:36 [2023-09-08T16:34:36.477Z] === RUN   TestCreateServiceConflict
16:34:38 [2023-09-08T16:34:38.364Z] --- PASS: TestCreateServiceConflict (1.85s)
16:34:38 [2023-09-08T16:34:38.364Z] === RUN   TestCreateServiceMaxReplicas
16:34:40 [2023-09-08T16:34:40.878Z] --- PASS: TestCreateServiceMaxReplicas (2.48s)
16:34:40 [2023-09-08T16:34:40.878Z] === RUN   TestCreateWithDuplicateNetworkNames
16:34:55 [2023-09-08T16:34:55.711Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.83s)
16:34:55 [2023-09-08T16:34:55.712Z] === RUN   TestCreateServiceSecretFileMode
16:35:07 [2023-09-08T16:35:07.874Z] --- PASS: TestCreateServiceSecretFileMode (12.54s)
16:35:07 [2023-09-08T16:35:07.874Z] === RUN   TestCreateServiceConfigFileMode
16:35:20 [2023-09-08T16:35:20.037Z] --- PASS: TestCreateServiceConfigFileMode (12.46s)
16:35:20 [2023-09-08T16:35:20.037Z] === RUN   TestCreateServiceSysctls
16:35:21 [2023-09-08T16:35:21.925Z] --- PASS: TestCreateServiceSysctls (3.26s)
16:35:21 [2023-09-08T16:35:21.925Z] === RUN   TestCreateServiceCapabilities
16:35:24 [2023-09-08T16:35:24.439Z] --- PASS: TestCreateServiceCapabilities (2.52s)
16:35:24 [2023-09-08T16:35:24.439Z] === RUN   TestInspect
16:35:27 [2023-09-08T16:35:27.703Z] --- PASS: TestInspect (2.81s)
16:35:27 [2023-09-08T16:35:27.703Z] === RUN   TestCreateJob
16:35:30 [2023-09-08T16:35:30.966Z] --- PASS: TestCreateJob (3.24s)
16:35:30 [2023-09-08T16:35:30.966Z] === RUN   TestReplicatedJob
16:35:36 [2023-09-08T16:35:36.269Z] --- PASS: TestReplicatedJob (5.07s)
16:35:36 [2023-09-08T16:35:36.269Z] === RUN   TestUpdateReplicatedJob
16:35:38 [2023-09-08T16:35:38.785Z] --- PASS: TestUpdateReplicatedJob (3.27s)
16:35:38 [2023-09-08T16:35:38.785Z] === RUN   TestServiceListWithStatuses
16:35:38 [2023-09-08T16:35:38.785Z]     list_test.go:33: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:35:38 [2023-09-08T16:35:38.785Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:35:38 [2023-09-08T16:35:38.785Z] === RUN   TestDockerNetworkConnectAlias
16:35:42 [2023-09-08T16:35:42.964Z] --- PASS: TestDockerNetworkConnectAlias (4.09s)
16:35:42 [2023-09-08T16:35:42.964Z] === RUN   TestDockerNetworkReConnect
16:35:46 [2023-09-08T16:35:46.284Z] --- PASS: TestDockerNetworkReConnect (3.16s)
16:35:46 [2023-09-08T16:35:46.284Z] === RUN   TestServicePlugin
16:35:46 [2023-09-08T16:35:46.284Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
16:35:46 [2023-09-08T16:35:46.284Z] --- SKIP: TestServicePlugin (0.00s)
16:35:46 [2023-09-08T16:35:46.284Z] === RUN   TestServiceUpdateLabel
16:35:48 [2023-09-08T16:35:48.214Z] --- PASS: TestServiceUpdateLabel (1.96s)
16:35:48 [2023-09-08T16:35:48.214Z] === RUN   TestServiceUpdateSecrets
16:36:04 [2023-09-08T16:36:04.563Z] --- PASS: TestServiceUpdateSecrets (14.47s)
16:36:04 [2023-09-08T16:36:04.563Z] === RUN   TestServiceUpdateConfigs
16:36:16 [2023-09-08T16:36:16.729Z] --- PASS: TestServiceUpdateConfigs (14.36s)
16:36:16 [2023-09-08T16:36:16.729Z] === RUN   TestServiceUpdateNetwork
16:36:28 [2023-09-08T16:36:28.897Z] --- PASS: TestServiceUpdateNetwork (12.18s)
16:36:28 [2023-09-08T16:36:28.897Z] === RUN   TestServiceUpdatePidsLimit
16:36:30 [2023-09-08T16:36:30.261Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:36:30 [2023-09-08T16:36:30.822Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:36:38 [2023-09-08T16:36:38.905Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:36:45 [2023-09-08T16:36:45.439Z] --- PASS: TestServiceUpdatePidsLimit (16.31s)
16:36:45 [2023-09-08T16:36:45.439Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
16:36:45 [2023-09-08T16:36:45.439Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
16:36:45 [2023-09-08T16:36:45.439Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.77s)
16:36:45 [2023-09-08T16:36:45.439Z] PASS
16:36:45 [2023-09-08T16:36:45.439Z] 
16:36:45 [2023-09-08T16:36:45.439Z] === Skipped
16:36:45 [2023-09-08T16:36:45.439Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
16:36:45 [2023-09-08T16:36:45.439Z]     list_test.go:33: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:36:45 [2023-09-08T16:36:45.439Z] 
16:36:45 [2023-09-08T16:36:45.439Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
16:36:45 [2023-09-08T16:36:45.439Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
16:36:45 [2023-09-08T16:36:45.439Z] 
16:36:45 [2023-09-08T16:36:45.439Z] DONE 27 tests, 2 skipped in 151.177s
16:36:45 [2023-09-08T16:36:45.439Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
16:36:45 [2023-09-08T16:36:45.439Z] ++ 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
16:36:45 [2023-09-08T16:36:45.439Z] ++ set -e
16:36:45 [2023-09-08T16:36:45.439Z] ++ '[' -n 0 ']'
16:36:45 [2023-09-08T16:36:45.439Z] ++ set -x
16:36:45 [2023-09-08T16:36:45.439Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:36:45 [2023-09-08T16:36:45.439Z] INFO: Testing against a local daemon
16:36:45 [2023-09-08T16:36:45.439Z] === RUN   TestSessionCreate
16:36:45 [2023-09-08T16:36:45.439Z] --- PASS: TestSessionCreate (0.02s)
16:36:45 [2023-09-08T16:36:45.439Z] === RUN   TestSessionCreateWithBadUpgrade
16:36:45 [2023-09-08T16:36:45.439Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
16:36:45 [2023-09-08T16:36:45.439Z] PASS
16:36:45 [2023-09-08T16:36:45.439Z] 
16:36:45 [2023-09-08T16:36:45.439Z] DONE 2 tests in 0.064s
16:36:45 [2023-09-08T16:36:45.439Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
16:36:45 [2023-09-08T16:36:45.439Z] ++ 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
16:36:45 [2023-09-08T16:36:45.439Z] ++ set -e
16:36:45 [2023-09-08T16:36:45.439Z] ++ '[' -n 0 ']'
16:36:45 [2023-09-08T16:36:45.439Z] ++ set -x
16:36:45 [2023-09-08T16:36:45.439Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:36:45 [2023-09-08T16:36:45.439Z] INFO: Testing against a local daemon
16:36:45 [2023-09-08T16:36:45.439Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:36:45 [2023-09-08T16:36:45.439Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:36:45 [2023-09-08T16:36:45.439Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:36:45 [2023-09-08T16:36:45.439Z] === RUN   TestDiskUsage
16:36:45 [2023-09-08T16:36:45.439Z] === PAUSE TestDiskUsage
16:36:45 [2023-09-08T16:36:45.439Z] === RUN   TestEventsExecDie
16:36:46 [2023-09-08T16:36:46.000Z] --- PASS: TestEventsExecDie (0.55s)
16:36:46 [2023-09-08T16:36:46.000Z] === RUN   TestEventsBackwardsCompatible
16:36:46 [2023-09-08T16:36:46.000Z] --- PASS: TestEventsBackwardsCompatible (0.03s)
16:36:46 [2023-09-08T16:36:46.000Z] === RUN   TestEventsVolumeCreate
16:36:46 [2023-09-08T16:36:46.000Z] --- PASS: TestEventsVolumeCreate (0.04s)
16:36:46 [2023-09-08T16:36:46.000Z] === RUN   TestInfoBinaryCommits
16:36:46 [2023-09-08T16:36:46.000Z] --- PASS: TestInfoBinaryCommits (0.02s)
16:36:46 [2023-09-08T16:36:46.000Z] === RUN   TestInfoAPIVersioned
16:36:46 [2023-09-08T16:36:46.000Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:36:46 [2023-09-08T16:36:46.000Z] === RUN   TestInfoAPI
16:36:46 [2023-09-08T16:36:46.000Z] --- PASS: TestInfoAPI (0.02s)
16:36:46 [2023-09-08T16:36:46.000Z] === RUN   TestInfoAPIWarnings
16:37:04 [2023-09-08T16:37:04.036Z] --- PASS: TestInfoAPIWarnings (16.54s)
16:37:04 [2023-09-08T16:37:04.036Z] === RUN   TestInfoDebug
16:37:04 [2023-09-08T16:37:04.036Z] --- PASS: TestInfoDebug (0.52s)
16:37:04 [2023-09-08T16:37:04.036Z] === RUN   TestInfoInsecureRegistries
16:37:04 [2023-09-08T16:37:04.036Z] --- PASS: TestInfoInsecureRegistries (0.52s)
16:37:04 [2023-09-08T16:37:04.036Z] === RUN   TestInfoRegistryMirrors
16:37:04 [2023-09-08T16:37:04.292Z] --- PASS: TestInfoRegistryMirrors (0.52s)
16:37:04 [2023-09-08T16:37:04.292Z] === RUN   TestLoginFailsWithBadCredentials
16:37:05 [2023-09-08T16:37:05.218Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s)
16:37:05 [2023-09-08T16:37:05.218Z] === RUN   TestPingCacheHeaders
16:37:05 [2023-09-08T16:37:05.218Z] --- PASS: TestPingCacheHeaders (0.02s)
16:37:05 [2023-09-08T16:37:05.218Z] === RUN   TestPingGet
16:37:05 [2023-09-08T16:37:05.218Z] --- PASS: TestPingGet (0.01s)
16:37:05 [2023-09-08T16:37:05.218Z] === RUN   TestPingHead
16:37:05 [2023-09-08T16:37:05.218Z] --- PASS: TestPingHead (0.02s)
16:37:05 [2023-09-08T16:37:05.218Z] === RUN   TestPingSwarmHeader
16:37:05 [2023-09-08T16:37:05.779Z] === RUN   TestPingSwarmHeader/before_swarm_init
16:37:06 [2023-09-08T16:37:06.340Z] === RUN   TestPingSwarmHeader/after_swarm_init
16:37:07 [2023-09-08T16:37:07.266Z] === RUN   TestPingSwarmHeader/after_swarm_leave
16:37:07 [2023-09-08T16:37:07.266Z] --- PASS: TestPingSwarmHeader (2.03s)
16:37:07 [2023-09-08T16:37:07.266Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
16:37:07 [2023-09-08T16:37:07.266Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
16:37:07 [2023-09-08T16:37:07.266Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
16:37:07 [2023-09-08T16:37:07.266Z] === RUN   TestPingBuilderHeader
16:37:07 [2023-09-08T16:37:07.266Z] === RUN   TestPingBuilderHeader/default_config
16:37:07 [2023-09-08T16:37:07.827Z] === RUN   TestPingBuilderHeader/buildkit_disabled
16:37:08 [2023-09-08T16:37:08.388Z] --- PASS: TestPingBuilderHeader (1.04s)
16:37:08 [2023-09-08T16:37:08.388Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
16:37:08 [2023-09-08T16:37:08.388Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
16:37:08 [2023-09-08T16:37:08.388Z] === RUN   TestVersion
16:37:08 [2023-09-08T16:37:08.388Z] --- PASS: TestVersion (0.02s)
16:37:08 [2023-09-08T16:37:08.388Z] === CONT  TestDiskUsage
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty/container_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty/image_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty/volume_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty/build-cache_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty/container,_volume_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
16:37:08 [2023-09-08T16:37:08.949Z] === RUN   TestDiskUsage/after_container.Run
16:37:09 [2023-09-08T16:37:09.205Z] === RUN   TestDiskUsage/after_container.Run/container_types
16:37:09 [2023-09-08T16:37:09.205Z] === RUN   TestDiskUsage/after_container.Run/image_types
16:37:09 [2023-09-08T16:37:09.205Z] === RUN   TestDiskUsage/after_container.Run/volume_types
16:37:09 [2023-09-08T16:37:09.205Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
16:37:09 [2023-09-08T16:37:09.205Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
16:37:09 [2023-09-08T16:37:09.205Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
16:37:09 [2023-09-08T16:37:09.205Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
16:37:09 [2023-09-08T16:37:09.205Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
16:37:09 [2023-09-08T16:37:09.205Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
16:37:09 [2023-09-08T16:37:09.205Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
16:37:09 [2023-09-08T16:37:09.461Z] --- PASS: TestDiskUsage (1.05s)
16:37:09 [2023-09-08T16:37:09.461Z]     --- PASS: TestDiskUsage/empty (0.01s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]     --- PASS: TestDiskUsage/after_container.Run (0.27s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z] PASS
16:37:09 [2023-09-08T16:37:09.461Z] 
16:37:09 [2023-09-08T16:37:09.461Z] === Skipped
16:37:09 [2023-09-08T16:37:09.461Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:37:09 [2023-09-08T16:37:09.461Z] 
16:37:09 [2023-09-08T16:37:09.461Z] DONE 57 tests, 1 skipped in 24.000s
16:37:09 [2023-09-08T16:37:09.461Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
16:37:09 [2023-09-08T16:37:09.461Z] ++ 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
16:37:09 [2023-09-08T16:37:09.461Z] ++ set -e
16:37:09 [2023-09-08T16:37:09.461Z] ++ '[' -n 0 ']'
16:37:09 [2023-09-08T16:37:09.461Z] ++ set -x
16:37:09 [2023-09-08T16:37:09.461Z] ++ 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.iFki4CmVjX/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= 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
16:37:09 [2023-09-08T16:37:09.461Z] INFO: Testing against a local daemon
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesCreateAndList
16:37:09 [2023-09-08T16:37:09.461Z] --- PASS: TestVolumesCreateAndList (0.02s)
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesRemove
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesRemove/volume_in_use
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesRemove/volume_not_in_use
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesRemove/non-existing_volume
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesRemove/non-existing_volume_force
16:37:09 [2023-09-08T16:37:09.461Z] --- PASS: TestVolumesRemove (0.04s)
16:37:09 [2023-09-08T16:37:09.461Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
16:37:09 [2023-09-08T16:37:09.461Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesRemoveSwarmEnabled
16:37:09 [2023-09-08T16:37:09.461Z] === PAUSE TestVolumesRemoveSwarmEnabled
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesInspect
16:37:09 [2023-09-08T16:37:09.461Z] --- PASS: TestVolumesInspect (0.01s)
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesInvalidJSON
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesInvalidJSON/volumes/create
16:37:09 [2023-09-08T16:37:09.461Z] === PAUSE TestVolumesInvalidJSON/volumes/create
16:37:09 [2023-09-08T16:37:09.461Z] === CONT  TestVolumesInvalidJSON/volumes/create
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
16:37:09 [2023-09-08T16:37:09.461Z] --- PASS: TestVolumesInvalidJSON (0.01s)
16:37:09 [2023-09-08T16:37:09.461Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumePruneAnonymous
16:37:09 [2023-09-08T16:37:09.461Z] --- PASS: TestVolumePruneAnonymous (0.03s)
16:37:09 [2023-09-08T16:37:09.461Z] === RUN   TestVolumePruneAnonFromImage
16:37:09 [2023-09-08T16:37:09.717Z] --- PASS: TestVolumePruneAnonFromImage (0.17s)
16:37:09 [2023-09-08T16:37:09.717Z] === CONT  TestVolumesRemoveSwarmEnabled
16:37:11 [2023-09-08T16:37:11.081Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
16:37:11 [2023-09-08T16:37:11.081Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
16:37:11 [2023-09-08T16:37:11.081Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
16:37:11 [2023-09-08T16:37:11.081Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
16:37:11 [2023-09-08T16:37:11.642Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.91s)
16:37:11 [2023-09-08T16:37:11.642Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
16:37:11 [2023-09-08T16:37:11.642Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
16:37:11 [2023-09-08T16:37:11.642Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
16:37:11 [2023-09-08T16:37:11.642Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
16:37:11 [2023-09-08T16:37:11.642Z] PASS
16:37:11 [2023-09-08T16:37:11.642Z] 
16:37:11 [2023-09-08T16:37:11.642Z] DONE 20 tests in 2.224s
16:37:11 [2023-09-08T16:37:11.642Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:37:11 [2023-09-08T16:37:11.897Z] ++++ cat bundles/test-integration/docker.pid
16:37:11 [2023-09-08T16:37:11.898Z] +++ kill 23368
16:37:13 [2023-09-08T16:37:13.261Z] +++ /etc/init.d/apparmor stop
16:37:13 [2023-09-08T16:37:13.261Z] Leaving: AppArmorNo profiles have been unloaded.
16:37:13 [2023-09-08T16:37:13.261Z] 
16:37:13 [2023-09-08T16:37:13.261Z] Unloading profiles will leave already running processes permanently
16:37:13 [2023-09-08T16:37:13.261Z] unconfined, which can lead to unexpected situations.
16:37:13 [2023-09-08T16:37:13.261Z] 
16:37:13 [2023-09-08T16:37:13.261Z] To set a process to complain mode, use the command line tool
16:37:13 [2023-09-08T16:37:13.261Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:37:13 [2023-09-08T16:37:13.261Z] +++ true
16:37:13 [2023-09-08T16:37:13.261Z] exiting test-integration
16:37:13 [2023-09-08T16:37:13.261Z] ++ exit 0
16:37:13 [2023-09-08T16:37:13.261Z] 
Post stage
[Pipeline] junit
16:37:14 [2023-09-08T16:37:14.198Z] Recording test results
16:37:14 [2023-09-08T16:37:14.383Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:37:14 [2023-09-08T16:37:14.711Z] + echo Ensuring container killed.
16:37:14 [2023-09-08T16:37:14.711Z] Ensuring container killed.
16:37:14 [2023-09-08T16:37:14.711Z] + docker rm -vf docker-pr7
16:37:14 [2023-09-08T16:37:14.711Z] Error response from daemon: No such container: docker-pr7
[Pipeline] sh
16:37:14 [2023-09-08T16:37:14.983Z] + echo Chowning /workspace to jenkins user
16:37:14 [2023-09-08T16:37:14.983Z] Chowning /workspace to jenkins user
16:37:14 [2023-09-08T16:37:14.983Z] + id -u
16:37:14 [2023-09-08T16:37:14.983Z] + id -g
16:37:14 [2023-09-08T16:37:14.983Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46406:/workspace busybox chown -R 1000:1000 /workspace
16:37:14 [2023-09-08T16:37:14.983Z] Unable to find image 'busybox:latest' locally
16:37:14 [2023-09-08T16:37:14.983Z] latest: Pulling from library/busybox
16:37:15 [2023-09-08T16:37:15.239Z] 8a0af25e8c2e: Already exists
16:37:15 [2023-09-08T16:37:15.239Z] Digest: sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79
16:37:15 [2023-09-08T16:37:15.495Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:37:16 [2023-09-08T16:37:16.697Z] + bundleName=arm64-integration
16:37:16 [2023-09-08T16:37:16.697Z] + echo Creating arm64-integration-bundles.tar.gz
16:37:16 [2023-09-08T16:37:16.697Z] Creating arm64-integration-bundles.tar.gz
16:37:16 [2023-09-08T16:37:16.697Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log+  -o -name *.prof -o -name *-report.xml ) -print
16:37:16 [2023-09-08T16:37:16.697Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
16:37:16 [2023-09-08T16:37:16.962Z] Archiving artifacts
16:37:18 [2023-09-08T16:37:18.144Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-46406/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:37:18 [2023-09-08T16:37:18.440Z] + make clean
16:37:18 [2023-09-08T16:37:18.440Z] docker volume rm -f docker-dev-cache docker-mod-cache
16:37:18 [2023-09-08T16:37:18.440Z] docker-dev-cache
16:37:18 [2023-09-08T16:37:18.440Z] 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