Skip to content
Success

Console Output

Pull request #46377 opened
17:20:31 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 3a4a04e462a357468f6193f7f36cadc68a786da6+d390f86080f4786eac6694922753b56682ef517d (bddf3fb61f15bc1917438bd4ab202be2e88dbcb1)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-46377@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
17:20:34 [2023-08-30T17:20:34.288Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
17:20:34 [2023-08-30T17:20:34.292Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
17:20:49 [2023-08-30T17:20:49.481Z] Still waiting to schedule task
17:20:49 [2023-08-30T17:20:49.482Z]EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ed69e4b9243f6f6a)’ is offline
17:21:21 [2023-08-30T17:21:21.299Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ed69e4b9243f6f6a) in /home/ubuntu/workspace/moby_PR-46377
[Pipeline] {
[Pipeline] checkout
17:21:21 [2023-08-30T17:21:21.501Z] The recommended git tool is: git
17:21:23 [2023-08-30T17:21:23.368Z] using credential docker-jenkins-github-credentials
17:21:23 [2023-08-30T17:21:23.384Z] Cloning the remote Git repository
17:21:23 [2023-08-30T17:21:23.384Z] Cloning with configured refspecs honoured and without tags
17:21:23 [2023-08-30T17:21:23.385Z] Cloning repository https://github.com/moby/moby.git
17:21:23 [2023-08-30T17:21:23.437Z]  > git init /home/ubuntu/workspace/moby_PR-46377 # timeout=10
17:21:23 [2023-08-30T17:21:23.873Z] Fetching upstream changes from https://github.com/moby/moby.git
17:21:23 [2023-08-30T17:21:23.874Z]  > git --version # timeout=10
17:21:23 [2023-08-30T17:21:23.877Z]  > git --version # 'git version 2.25.1'
17:21:23 [2023-08-30T17:21:23.877Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:21:23 [2023-08-30T17:21:23.879Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46377/head:refs/remotes/origin/PR-46377 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:21:38 [2023-08-30T17:21:38.190Z] Fetching without tags
17:21:38 [2023-08-30T17:21:38.389Z] Merging remotes/origin/master commit d390f86080f4786eac6694922753b56682ef517d into PR head commit 3a4a04e462a357468f6193f7f36cadc68a786da6
17:21:39 [2023-08-30T17:21:39.296Z] Merge succeeded, producing 3a4a04e462a357468f6193f7f36cadc68a786da6
17:21:39 [2023-08-30T17:21:39.296Z] Checking out Revision 3a4a04e462a357468f6193f7f36cadc68a786da6 (PR-46377)
17:21:38 [2023-08-30T17:21:38.167Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:21:38 [2023-08-30T17:21:38.171Z]  > git config --add remote.origin.fetch +refs/pull/46377/head:refs/remotes/origin/PR-46377 # timeout=10
17:21:38 [2023-08-30T17:21:38.175Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:21:38 [2023-08-30T17:21:38.181Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:21:38 [2023-08-30T17:21:38.189Z] Fetching upstream changes from https://github.com/moby/moby.git
17:21:38 [2023-08-30T17:21:38.189Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:21:38 [2023-08-30T17:21:38.191Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46377/head:refs/remotes/origin/PR-46377 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:21:38 [2023-08-30T17:21:38.392Z]  > git config core.sparsecheckout # timeout=10
17:21:38 [2023-08-30T17:21:38.395Z]  > git checkout -f 3a4a04e462a357468f6193f7f36cadc68a786da6 # timeout=10
17:21:39 [2023-08-30T17:21:39.271Z]  > git remote # timeout=10
17:21:39 [2023-08-30T17:21:39.275Z]  > git config --get remote.origin.url # timeout=10
17:21:39 [2023-08-30T17:21:39.279Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:21:39 [2023-08-30T17:21:39.280Z]  > git merge d390f86080f4786eac6694922753b56682ef517d # timeout=10
17:21:39 [2023-08-30T17:21:39.288Z]  > git rev-parse HEAD^{commit} # timeout=10
17:21:39 [2023-08-30T17:21:39.295Z]  > git config core.sparsecheckout # timeout=10
17:21:39 [2023-08-30T17:21:39.298Z]  > git checkout -f 3a4a04e462a357468f6193f7f36cadc68a786da6 # timeout=10
17:21:43 [2023-08-30T17:21:43.271Z] Commit message: "distribution: simplify mocks"
17:21:43 [2023-08-30T17:21:43.271Z] First time build. Skipping changelog.
17:21:43 [2023-08-30T17:21:43.288Z]  > git --version # timeout=10
17:21:43 [2023-08-30T17:21:43.291Z]  > git --version # 'git version 2.25.1'
17:21:43 [2023-08-30T17:21:43.294Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:21:44 [2023-08-30T17:21:44.102Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46377:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
17:21:48 [2023-08-30T17:21:48.294Z] Unable to find image 'alpine:latest' locally
17:21:48 [2023-08-30T17:21:48.294Z] latest: Pulling from library/alpine
17:21:48 [2023-08-30T17:21:48.294Z] 9fda8d8052c6: Pulling fs layer
17:21:49 [2023-08-30T17:21:49.231Z] 9fda8d8052c6: Verifying Checksum
17:21:49 [2023-08-30T17:21:49.231Z] 9fda8d8052c6: Download complete
17:21:49 [2023-08-30T17:21:49.231Z] 9fda8d8052c6: Pull complete
17:21:49 [2023-08-30T17:21:49.491Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
17:21:49 [2023-08-30T17:21:49.491Z] Status: Downloaded newer image for alpine:latest
17:21:57 [2023-08-30T17:21:57.611Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
17:21:57 [2023-08-30T17:21:57.696Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ed69e4b9243f6f6a) in /home/ubuntu/workspace/moby_PR-46377
[Pipeline] {
[Pipeline] checkout
17:21:57 [2023-08-30T17:21:57.720Z] The recommended git tool is: git
17:21:57 [2023-08-30T17:21:57.728Z] using credential docker-jenkins-github-credentials
17:21:57 [2023-08-30T17:21:57.747Z] Fetching changes from the remote Git repository
17:21:57 [2023-08-30T17:21:57.753Z] Fetching without tags
17:21:58 [2023-08-30T17:21:58.132Z] Merging remotes/origin/master commit d390f86080f4786eac6694922753b56682ef517d into PR head commit 3a4a04e462a357468f6193f7f36cadc68a786da6
17:21:58 [2023-08-30T17:21:58.511Z] Merge succeeded, producing 3a4a04e462a357468f6193f7f36cadc68a786da6
17:21:58 [2023-08-30T17:21:58.511Z] Checking out Revision 3a4a04e462a357468f6193f7f36cadc68a786da6 (PR-46377)
17:21:58 [2023-08-30T17:21:58.570Z] Commit message: "distribution: simplify mocks"
17:21:58 [2023-08-30T17:21:58.582Z]  > git --version # timeout=10
17:21:58 [2023-08-30T17:21:58.585Z]  > git --version # 'git version 2.25.1'
17:21:58 [2023-08-30T17:21:58.587Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
17:21:57 [2023-08-30T17:21:57.745Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-46377/.git # timeout=10
17:21:57 [2023-08-30T17:21:57.750Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:21:57 [2023-08-30T17:21:57.756Z] Fetching upstream changes from https://github.com/moby/moby.git
17:21:57 [2023-08-30T17:21:57.756Z]  > git --version # timeout=10
17:21:57 [2023-08-30T17:21:57.759Z]  > git --version # 'git version 2.25.1'
17:21:57 [2023-08-30T17:21:57.759Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:21:57 [2023-08-30T17:21:57.760Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46377/head:refs/remotes/origin/PR-46377 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:21:58 [2023-08-30T17:21:58.135Z]  > git config core.sparsecheckout # timeout=10
17:21:58 [2023-08-30T17:21:58.138Z]  > git checkout -f 3a4a04e462a357468f6193f7f36cadc68a786da6 # timeout=10
17:21:58 [2023-08-30T17:21:58.493Z]  > git remote # timeout=10
17:21:58 [2023-08-30T17:21:58.496Z]  > git config --get remote.origin.url # timeout=10
17:21:58 [2023-08-30T17:21:58.499Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:21:58 [2023-08-30T17:21:58.500Z]  > git merge d390f86080f4786eac6694922753b56682ef517d # timeout=10
17:21:58 [2023-08-30T17:21:58.508Z]  > git rev-parse HEAD^{commit} # timeout=10
17:21:58 [2023-08-30T17:21:58.514Z]  > git config core.sparsecheckout # timeout=10
17:21:58 [2023-08-30T17:21:58.517Z]  > git checkout -f 3a4a04e462a357468f6193f7f36cadc68a786da6 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
17:21:59 [2023-08-30T17:21:59.307Z] + docker version
17:21:59 [2023-08-30T17:21:59.307Z] Client: Docker Engine - Community
17:21:59 [2023-08-30T17:21:59.307Z]  Version:           24.0.2
17:21:59 [2023-08-30T17:21:59.307Z]  API version:       1.43
17:21:59 [2023-08-30T17:21:59.307Z]  Go version:        go1.20.4
17:21:59 [2023-08-30T17:21:59.307Z]  Git commit:        cb74dfc
17:21:59 [2023-08-30T17:21:59.307Z]  Built:             Thu May 25 21:52:41 2023
17:21:59 [2023-08-30T17:21:59.307Z]  OS/Arch:           linux/arm64
17:21:59 [2023-08-30T17:21:59.307Z]  Context:           default
17:21:59 [2023-08-30T17:21:59.307Z] 
17:21:59 [2023-08-30T17:21:59.307Z] Server: Docker Engine - Community
17:21:59 [2023-08-30T17:21:59.307Z]  Engine:
17:21:59 [2023-08-30T17:21:59.307Z]   Version:          24.0.2
17:21:59 [2023-08-30T17:21:59.307Z]   API version:      1.43 (minimum version 1.12)
17:21:59 [2023-08-30T17:21:59.307Z]   Go version:       go1.20.4
17:21:59 [2023-08-30T17:21:59.307Z]   Git commit:       659604f
17:21:59 [2023-08-30T17:21:59.307Z]   Built:            Thu May 25 21:52:41 2023
17:21:59 [2023-08-30T17:21:59.307Z]   OS/Arch:          linux/arm64
17:21:59 [2023-08-30T17:21:59.307Z]   Experimental:     true
17:21:59 [2023-08-30T17:21:59.307Z]  containerd:
17:21:59 [2023-08-30T17:21:59.307Z]   Version:          1.6.21
17:21:59 [2023-08-30T17:21:59.307Z]   GitCommit:        3dce8eb055cbb6872793272b4f20ed16117344f8
17:21:59 [2023-08-30T17:21:59.307Z]  runc:
17:21:59 [2023-08-30T17:21:59.307Z]   Version:          1.1.7
17:21:59 [2023-08-30T17:21:59.307Z]   GitCommit:        v1.1.7-0-g860f061
17:21:59 [2023-08-30T17:21:59.307Z]  docker-init:
17:21:59 [2023-08-30T17:21:59.307Z]   Version:          0.19.0
17:21:59 [2023-08-30T17:21:59.307Z]   GitCommit:        de40ad0
[Pipeline] sh
17:21:59 [2023-08-30T17:21:59.589Z] + docker info
17:22:07 [2023-08-30T17:22:07.707Z] Client: Docker Engine - Community
17:22:07 [2023-08-30T17:22:07.707Z]  Version:    24.0.2
17:22:07 [2023-08-30T17:22:07.707Z]  Context:    default
17:22:07 [2023-08-30T17:22:07.707Z]  Debug Mode: false
17:22:07 [2023-08-30T17:22:07.707Z]  Plugins:
17:22:07 [2023-08-30T17:22:07.707Z]   buildx: Docker Buildx (Docker Inc.)
17:22:07 [2023-08-30T17:22:07.707Z]     Version:  v0.11.0
17:22:07 [2023-08-30T17:22:07.707Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
17:22:07 [2023-08-30T17:22:07.707Z]   compose: Docker Compose (Docker Inc.)
17:22:07 [2023-08-30T17:22:07.707Z]     Version:  v2.19.1
17:22:07 [2023-08-30T17:22:07.707Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
17:22:07 [2023-08-30T17:22:07.707Z] 
17:22:07 [2023-08-30T17:22:07.707Z] Server:
17:22:07 [2023-08-30T17:22:07.707Z]  Containers: 0
17:22:07 [2023-08-30T17:22:07.707Z]   Running: 0
17:22:07 [2023-08-30T17:22:07.707Z]   Paused: 0
17:22:07 [2023-08-30T17:22:07.707Z]   Stopped: 0
17:22:07 [2023-08-30T17:22:07.707Z]  Images: 1
17:22:07 [2023-08-30T17:22:07.707Z]  Server Version: 24.0.2
17:22:07 [2023-08-30T17:22:07.707Z]  Storage Driver: overlay2
17:22:07 [2023-08-30T17:22:07.707Z]   Backing Filesystem: extfs
17:22:07 [2023-08-30T17:22:07.707Z]   Supports d_type: true
17:22:07 [2023-08-30T17:22:07.707Z]   Using metacopy: false
17:22:07 [2023-08-30T17:22:07.707Z]   Native Overlay Diff: true
17:22:07 [2023-08-30T17:22:07.707Z]   userxattr: false
17:22:07 [2023-08-30T17:22:07.707Z]  Logging Driver: json-file
17:22:07 [2023-08-30T17:22:07.707Z]  Cgroup Driver: cgroupfs
17:22:07 [2023-08-30T17:22:07.707Z]  Cgroup Version: 1
17:22:07 [2023-08-30T17:22:07.707Z]  Plugins:
17:22:07 [2023-08-30T17:22:07.707Z]   Volume: local
17:22:07 [2023-08-30T17:22:07.707Z]   Network: bridge host ipvlan macvlan null overlay
17:22:07 [2023-08-30T17:22:07.707Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:22:07 [2023-08-30T17:22:07.707Z]  Swarm: inactive
17:22:07 [2023-08-30T17:22:07.707Z]  Runtimes: io.containerd.runc.v2 runc
17:22:07 [2023-08-30T17:22:07.707Z]  Default Runtime: runc
17:22:07 [2023-08-30T17:22:07.707Z]  Init Binary: docker-init
17:22:07 [2023-08-30T17:22:07.707Z]  containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
17:22:07 [2023-08-30T17:22:07.707Z]  runc version: v1.1.7-0-g860f061
17:22:07 [2023-08-30T17:22:07.707Z]  init version: de40ad0
17:22:07 [2023-08-30T17:22:07.707Z]  Security Options:
17:22:07 [2023-08-30T17:22:07.707Z]   apparmor
17:22:07 [2023-08-30T17:22:07.707Z]   seccomp
17:22:07 [2023-08-30T17:22:07.707Z]    Profile: builtin
17:22:07 [2023-08-30T17:22:07.707Z]  Kernel Version: 5.15.0-1039-aws
17:22:07 [2023-08-30T17:22:07.707Z]  Operating System: Ubuntu 20.04.6 LTS
17:22:07 [2023-08-30T17:22:07.707Z]  OSType: linux
17:22:07 [2023-08-30T17:22:07.707Z]  Architecture: aarch64
17:22:07 [2023-08-30T17:22:07.707Z]  CPUs: 8
17:22:07 [2023-08-30T17:22:07.707Z]  Total Memory: 30.64GiB
17:22:07 [2023-08-30T17:22:07.707Z]  Name: ip-10-100-116-232
17:22:07 [2023-08-30T17:22:07.707Z]  ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5
17:22:07 [2023-08-30T17:22:07.707Z]  Docker Root Dir: /var/lib/docker
17:22:07 [2023-08-30T17:22:07.707Z]  Debug Mode: false
17:22:07 [2023-08-30T17:22:07.707Z]  Experimental: true
17:22:07 [2023-08-30T17:22:07.707Z]  Insecure Registries:
17:22:07 [2023-08-30T17:22:07.707Z]   127.0.0.0/8
17:22:07 [2023-08-30T17:22:07.707Z]  Live Restore Enabled: true
17:22:07 [2023-08-30T17:22:07.707Z] 
[Pipeline] sh
17:22:07 [2023-08-30T17:22:07.989Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:22:07 [2023-08-30T17:22:07.989Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:22:07 [2023-08-30T17:22:07.989Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-46377/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
17:22:07 [2023-08-30T17:22:07.989Z] + bash /home/ubuntu/workspace/moby_PR-46377/check-config.sh
17:22:07 [2023-08-30T17:22:07.989Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
17:22:07 [2023-08-30T17:22:07.989Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ...
17:22:07 [2023-08-30T17:22:07.989Z] 
17:22:07 [2023-08-30T17:22:07.989Z] Generally Necessary:
17:22:07 [2023-08-30T17:22:07.989Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
17:22:07 [2023-08-30T17:22:07.989Z] - apparmor: enabled and tools installed
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_NAMESPACES: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_NET_NS: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_PID_NS: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_IPC_NS: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_UTS_NS: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_CGROUPS: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_CGROUP_CPUACCT: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_CGROUP_DEVICE: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_CGROUP_FREEZER: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_CGROUP_SCHED: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_CPUSETS: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_MEMCG: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_KEYS: enabled
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_VETH: enabled (as module)
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_BRIDGE: enabled (as module)
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_IP_NF_FILTER: enabled (as module)
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
17:22:08 [2023-08-30T17:22:08.249Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_IP_NF_NAT: enabled (as module)
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_NF_NAT: enabled (as module)
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_POSIX_MQUEUE: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_CGROUP_BPF: enabled
17:22:08 [2023-08-30T17:22:08.508Z] 
17:22:08 [2023-08-30T17:22:08.508Z] Optional Features:
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_USER_NS: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_SECCOMP: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_SECCOMP_FILTER: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_CGROUP_PIDS: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_MEMCG_SWAP: enabled
17:22:08 [2023-08-30T17:22:08.508Z]     (cgroup swap accounting is currently enabled)
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_BLK_CGROUP: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_BLK_DEV_THROTTLING: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_CGROUP_PERF: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_CGROUP_HUGETLB: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_CGROUP_NET_PRIO: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_CFS_BANDWIDTH: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_FAIR_GROUP_SCHED: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_RT_GROUP_SCHED: missing
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_IP_VS: enabled (as module)
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_IP_VS_NFCT: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_IP_VS_PROTO_TCP: enabled
17:22:08 [2023-08-30T17:22:08.508Z] - CONFIG_IP_VS_PROTO_UDP: enabled
17:22:08 [2023-08-30T17:22:08.767Z] - CONFIG_IP_VS_RR: enabled (as module)
17:22:08 [2023-08-30T17:22:08.767Z] - CONFIG_SECURITY_SELINUX: enabled
17:22:08 [2023-08-30T17:22:08.767Z] - CONFIG_SECURITY_APPARMOR: enabled
17:22:08 [2023-08-30T17:22:08.767Z] - CONFIG_EXT4_FS: enabled
17:22:08 [2023-08-30T17:22:08.767Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
17:22:08 [2023-08-30T17:22:08.767Z] - CONFIG_EXT4_FS_SECURITY: enabled
17:22:08 [2023-08-30T17:22:08.767Z] - Network Drivers:
17:22:08 [2023-08-30T17:22:08.767Z]   - "overlay":
17:22:08 [2023-08-30T17:22:08.767Z]     - CONFIG_VXLAN: enabled (as module)
17:22:08 [2023-08-30T17:22:08.767Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
17:22:08 [2023-08-30T17:22:08.767Z]       Optional (for encrypted networks):
17:22:08 [2023-08-30T17:22:08.767Z]       - CONFIG_CRYPTO: enabled
17:22:08 [2023-08-30T17:22:08.767Z]       - CONFIG_CRYPTO_AEAD: enabled
17:22:08 [2023-08-30T17:22:08.767Z]       - CONFIG_CRYPTO_GCM: enabled
17:22:08 [2023-08-30T17:22:08.767Z]       - CONFIG_CRYPTO_SEQIV: enabled
17:22:08 [2023-08-30T17:22:08.767Z]       - CONFIG_CRYPTO_GHASH: enabled
17:22:08 [2023-08-30T17:22:08.767Z]       - CONFIG_XFRM: enabled
17:22:08 [2023-08-30T17:22:08.767Z]       - CONFIG_XFRM_USER: enabled (as module)
17:22:08 [2023-08-30T17:22:08.767Z]       - CONFIG_XFRM_ALGO: enabled (as module)
17:22:08 [2023-08-30T17:22:08.767Z]       - CONFIG_INET_ESP: enabled (as module)
17:22:08 [2023-08-30T17:22:08.767Z]   - "ipvlan":
17:22:08 [2023-08-30T17:22:08.767Z]     - CONFIG_IPVLAN: enabled (as module)
17:22:08 [2023-08-30T17:22:08.767Z]   - "macvlan":
17:22:08 [2023-08-30T17:22:08.767Z]     - CONFIG_MACVLAN: enabled (as module)
17:22:08 [2023-08-30T17:22:08.767Z]     - CONFIG_DUMMY: enabled (as module)
17:22:08 [2023-08-30T17:22:08.767Z]   - "ftp,tftp client in container":
17:22:09 [2023-08-30T17:22:09.026Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
17:22:09 [2023-08-30T17:22:09.026Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
17:22:09 [2023-08-30T17:22:09.026Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
17:22:09 [2023-08-30T17:22:09.026Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
17:22:09 [2023-08-30T17:22:09.026Z] - Storage Drivers:
17:22:09 [2023-08-30T17:22:09.026Z]   - "aufs":
17:22:09 [2023-08-30T17:22:09.026Z]     - CONFIG_AUFS_FS: enabled (as module)
17:22:09 [2023-08-30T17:22:09.026Z]   - "btrfs":
17:22:09 [2023-08-30T17:22:09.026Z]     - CONFIG_BTRFS_FS: enabled (as module)
17:22:09 [2023-08-30T17:22:09.026Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
17:22:09 [2023-08-30T17:22:09.026Z]   - "devicemapper":
17:22:09 [2023-08-30T17:22:09.026Z]     - CONFIG_BLK_DEV_DM: enabled
17:22:09 [2023-08-30T17:22:09.026Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
17:22:09 [2023-08-30T17:22:09.026Z]   - "overlay":
17:22:09 [2023-08-30T17:22:09.026Z]     - CONFIG_OVERLAY_FS: enabled (as module)
17:22:09 [2023-08-30T17:22:09.026Z]   - "zfs":
17:22:09 [2023-08-30T17:22:09.026Z]     - /dev/zfs: present
17:22:09 [2023-08-30T17:22:09.026Z]     - zfs command: missing
17:22:09 [2023-08-30T17:22:09.026Z]     - zpool command: missing
17:22:09 [2023-08-30T17:22:09.026Z] 
17:22:09 [2023-08-30T17:22:09.026Z] Limits:
17:22:09 [2023-08-30T17:22:09.026Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
17:22:09 [2023-08-30T17:22:09.026Z] 
17:22:09 [2023-08-30T17:22:09.026Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
17:22:09 [2023-08-30T17:22:09.323Z] + docker build --force-rm -t docker:3a4a04e462a357468f6193f7f36cadc68a786da6 .
17:22:09 [2023-08-30T17:22:09.581Z] #0 building with "default" instance using docker driver
17:22:09 [2023-08-30T17:22:09.581Z] 
17:22:09 [2023-08-30T17:22:09.581Z] #1 [internal] load .dockerignore
17:22:09 [2023-08-30T17:22:09.581Z] #1 transferring context: 113B done
17:22:09 [2023-08-30T17:22:09.581Z] #1 DONE 0.0s
17:22:09 [2023-08-30T17:22:09.581Z] 
17:22:09 [2023-08-30T17:22:09.581Z] #2 [internal] load build definition from Dockerfile
17:22:09 [2023-08-30T17:22:09.581Z] #2 transferring dockerfile: 28.05kB done
17:22:09 [2023-08-30T17:22:09.581Z] #2 DONE 0.0s
17:22:09 [2023-08-30T17:22:09.581Z] 
17:22:09 [2023-08-30T17:22:09.581Z] #3 resolve image config for docker.io/docker/dockerfile:1
17:22:10 [2023-08-30T17:22:10.149Z] #3 DONE 0.5s
17:22:10 [2023-08-30T17:22:10.149Z] 
17:22:10 [2023-08-30T17:22:10.149Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
17:22:10 [2023-08-30T17:22:10.149Z] #4 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done
17:22:10 [2023-08-30T17:22:10.149Z] #4 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done
17:22:10 [2023-08-30T17:22:10.149Z] #4 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done
17:22:10 [2023-08-30T17:22:10.149Z] #4 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done
17:22:10 [2023-08-30T17:22:10.149Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0B / 11.02MB 0.1s
17:22:10 [2023-08-30T17:22:10.149Z] #4 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d
17:22:10 [2023-08-30T17:22:10.407Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done
17:22:10 [2023-08-30T17:22:10.407Z] #4 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done
17:22:10 [2023-08-30T17:22:10.407Z] #4 DONE 0.4s
17:22:10 [2023-08-30T17:22:10.666Z] 
17:22:10 [2023-08-30T17:22:10.666Z] #5 [internal] load metadata for docker.io/docker/buildx-bin:0.11.2
17:22:12 [2023-08-30T17:22:12.570Z] #5 DONE 2.0s
17:22:12 [2023-08-30T17:22:12.570Z] 
17:22:12 [2023-08-30T17:22:12.570Z] #6 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
17:22:12 [2023-08-30T17:22:12.570Z] #6 DONE 2.0s
17:22:12 [2023-08-30T17:22:12.570Z] 
17:22:12 [2023-08-30T17:22:12.570Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
17:22:12 [2023-08-30T17:22:12.570Z] #7 DONE 2.0s
17:22:12 [2023-08-30T17:22:12.570Z] 
17:22:12 [2023-08-30T17:22:12.570Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:22:12 [2023-08-30T17:22:12.570Z] #8 ...
17:22:12 [2023-08-30T17:22:12.570Z] 
17:22:12 [2023-08-30T17:22:12.570Z] #9 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1
17:22:12 [2023-08-30T17:22:12.570Z] #9 DONE 2.2s
17:22:12 [2023-08-30T17:22:12.570Z] 
17:22:12 [2023-08-30T17:22:12.570Z] #10 [internal] load metadata for docker.io/distribution/distribution:2.8.2
17:22:12 [2023-08-30T17:22:12.570Z] #10 DONE 2.2s
17:22:12 [2023-08-30T17:22:12.829Z] 
17:22:12 [2023-08-30T17:22:12.829Z] #11 [internal] load metadata for docker.io/library/busybox:latest
17:22:12 [2023-08-30T17:22:12.829Z] #11 DONE 2.3s
17:22:12 [2023-08-30T17:22:12.829Z] 
17:22:12 [2023-08-30T17:22:12.829Z] #12 [internal] load metadata for docker.io/library/golang:1.20.7-bullseye
17:22:13 [2023-08-30T17:22:13.088Z] #12 DONE 2.4s
17:22:13 [2023-08-30T17:22:13.088Z] 
17:22:13 [2023-08-30T17:22:13.088Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:22:13 [2023-08-30T17:22:13.088Z] #8 DONE 2.5s
17:22:13 [2023-08-30T17:22:13.347Z] 
17:22:13 [2023-08-30T17:22:13.347Z] #13 [internal] load build context
17:22:14 [2023-08-30T17:22:14.290Z] #13 transferring context: 72.06MB 1.1s done
17:22:14 [2023-08-30T17:22:14.290Z] #13 DONE 1.2s
17:22:14 [2023-08-30T17:22:14.290Z] 
17:22:14 [2023-08-30T17:22:14.290Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
17:22:14 [2023-08-30T17:22:14.290Z] #14 resolve docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99 0.3s done
17:22:14 [2023-08-30T17:22:14.290Z] #14 sha256:1c030fd1c5b9dab54619b938b399b16c64ff5db0f1ac8bbcbc1d4f2b1c957c76 1.58kB / 1.58kB done
17:22:14 [2023-08-30T17:22:14.290Z] #14 sha256:e837d9f05c625de5b814b851adbc03559ba02ea7078f57c81a01e18fc65bf42b 53.70MB / 53.70MB 0.7s done
17:22:14 [2023-08-30T17:22:14.290Z] #14 sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99 1.86kB / 1.86kB done
17:22:14 [2023-08-30T17:22:14.290Z] #14 sha256:2031acc47e4016991ab6e1545e7dacfc608f1bf4a9d60d21ae27faaddb63cf56 7.07kB / 7.07kB done
17:22:14 [2023-08-30T17:22:14.290Z] #14 sha256:9abd0588cbb35597a784666f0dc97746829b8b4b730b73e8781fb90678ffef22 15.75MB / 15.75MB 0.3s done
17:22:14 [2023-08-30T17:22:14.290Z] #14 sha256:85a8864a846a08e10fbf877e73678d1f0803227b00a1b16d9ba948070c6e58f6 50.33MB / 54.68MB 0.8s
17:22:14 [2023-08-30T17:22:14.290Z] #14 sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 32.51MB / 81.44MB 0.8s
17:22:14 [2023-08-30T17:22:14.290Z] #14 extracting sha256:e837d9f05c625de5b814b851adbc03559ba02ea7078f57c81a01e18fc65bf42b 0.1s
17:22:14 [2023-08-30T17:22:14.290Z] #14 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 0B / 95.56MB 0.8s
17:22:14 [2023-08-30T17:22:14.549Z] #14 sha256:85a8864a846a08e10fbf877e73678d1f0803227b00a1b16d9ba948070c6e58f6 54.68MB / 54.68MB 0.9s
17:22:14 [2023-08-30T17:22:14.549Z] #14 sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 50.33MB / 81.44MB 0.9s
17:22:14 [2023-08-30T17:22:14.549Z] #14 sha256:85a8864a846a08e10fbf877e73678d1f0803227b00a1b16d9ba948070c6e58f6 54.68MB / 54.68MB 1.0s done
17:22:14 [2023-08-30T17:22:14.549Z] #14 sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 65.01MB / 81.44MB 1.1s
17:22:14 [2023-08-30T17:22:14.549Z] #14 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 17.83MB / 95.56MB 1.1s
17:22:14 [2023-08-30T17:22:14.549Z] #14 sha256:e39520c676da7d710492019f341848138c28ca672056c94b3f03efc92d62f02a 156B / 156B 1.0s done
17:22:15 [2023-08-30T17:22:15.118Z] #14 sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 69.21MB / 81.44MB 1.4s
17:22:15 [2023-08-30T17:22:15.118Z] #14 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 29.36MB / 95.56MB 1.4s
17:22:15 [2023-08-30T17:22:15.118Z] #14 sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 77.59MB / 81.44MB 1.7s
17:22:15 [2023-08-30T17:22:15.118Z] #14 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 48.23MB / 95.56MB 1.7s
17:22:15 [2023-08-30T17:22:15.686Z] #14 ...
17:22:15 [2023-08-30T17:22:15.686Z] 
17:22:15 [2023-08-30T17:22:15.686Z] #15 [compose 1/1] FROM docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b
17:22:15 [2023-08-30T17:22:15.686Z] #15 resolve docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b 0.3s done
17:22:15 [2023-08-30T17:22:15.686Z] #15 sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b 8.43kB / 8.43kB done
17:22:15 [2023-08-30T17:22:15.686Z] #15 sha256:3fe5e1176d135e30c230bea731562ab9e3bd22009cbebd801811d167eb2a3380 482B / 482B done
17:22:15 [2023-08-30T17:22:15.686Z] #15 sha256:00178eb749e7591f4a7e6b4ba276167adc842bb0c9a687933e659ae969c6bbd3 2.21kB / 2.21kB done
17:22:15 [2023-08-30T17:22:15.686Z] #15 sha256:f5e8ab814ac629aeebc62eaeff34d5c333254d1c01eb50102e1ab9c3c68e040b 16.30MB / 16.30MB 1.7s done
17:22:15 [2023-08-30T17:22:15.686Z] #15 extracting sha256:f5e8ab814ac629aeebc62eaeff34d5c333254d1c01eb50102e1ab9c3c68e040b 0.2s done
17:22:15 [2023-08-30T17:22:15.686Z] #15 DONE 2.4s
17:22:15 [2023-08-30T17:22:15.686Z] 
17:22:15 [2023-08-30T17:22:15.686Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
17:22:15 [2023-08-30T17:22:15.686Z] #14 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 60.82MB / 95.56MB 2.0s
17:22:15 [2023-08-30T17:22:15.686Z] #14 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 66.06MB / 95.56MB 2.1s
17:22:15 [2023-08-30T17:22:15.945Z] #14 ...
17:22:15 [2023-08-30T17:22:15.945Z] 
17:22:15 [2023-08-30T17:22:15.945Z] #16 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:22:15 [2023-08-30T17:22:15.945Z] #16 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.3s done
17:22:15 [2023-08-30T17:22:15.945Z] #16 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
17:22:15 [2023-08-30T17:22:15.945Z] #16 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
17:22:15 [2023-08-30T17:22:15.945Z] #16 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
17:22:15 [2023-08-30T17:22:15.945Z] #16 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.0s done
17:22:15 [2023-08-30T17:22:15.945Z] #16 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s done
17:22:15 [2023-08-30T17:22:15.945Z] #16 DONE 2.7s
17:22:15 [2023-08-30T17:22:15.945Z] 
17:22:15 [2023-08-30T17:22:15.946Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
17:22:15 [2023-08-30T17:22:15.946Z] #14 ...
17:22:15 [2023-08-30T17:22:15.946Z] 
17:22:15 [2023-08-30T17:22:15.946Z] #17 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79
17:22:15 [2023-08-30T17:22:15.946Z] #17 resolve docker.io/library/busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 0.3s done
17:22:15 [2023-08-30T17:22:15.946Z] #17 sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 2.29kB / 2.29kB done
17:22:15 [2023-08-30T17:22:15.946Z] #17 sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11 528B / 528B done
17:22:15 [2023-08-30T17:22:15.946Z] #17 sha256:fc9db2894f4e4b8c296b8c9dab7e18a6e78de700d21bc0cfaf5c78484226db9c 1.47kB / 1.47kB done
17:22:15 [2023-08-30T17:22:15.946Z] #17 sha256:8a0af25e8c2e5dc07c14df3b857877f58bf10c944685cb717b81c5a90974a5ee 1.92MB / 1.92MB 2.2s done
17:22:15 [2023-08-30T17:22:15.946Z] #17 extracting sha256:8a0af25e8c2e5dc07c14df3b857877f58bf10c944685cb717b81c5a90974a5ee 0.1s done
17:22:15 [2023-08-30T17:22:15.946Z] #17 DONE 2.8s
17:22:15 [2023-08-30T17:22:15.946Z] 
17:22:15 [2023-08-30T17:22:15.946Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
17:22:15 [2023-08-30T17:22:15.946Z] #14 extracting sha256:e837d9f05c625de5b814b851adbc03559ba02ea7078f57c81a01e18fc65bf42b 1.7s done
17:22:15 [2023-08-30T17:22:15.946Z] #14 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 83.89MB / 95.56MB 2.4s
17:22:15 [2023-08-30T17:22:15.946Z] #14 ...
17:22:15 [2023-08-30T17:22:15.946Z] 
17:22:15 [2023-08-30T17:22:15.946Z] #18 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:1beb7cf458bdfe71b5220cb2069eb45e3fc7eb77a1ccfb169eaebf5f6c4809ab
17:22:15 [2023-08-30T17:22:15.946Z] #18 resolve docker.io/library/debian:bullseye@sha256:1beb7cf458bdfe71b5220cb2069eb45e3fc7eb77a1ccfb169eaebf5f6c4809ab 0.4s done
17:22:15 [2023-08-30T17:22:15.946Z] #18 sha256:42336fd1e6984b68afbf5c44d2583e8eaba3b96ab4ecb89ac5f8cd9775f96f7f 529B / 529B done
17:22:15 [2023-08-30T17:22:15.946Z] #18 sha256:4c26a989498112aa2445f8b49116e71205127a096c51316cb029c48a178286bc 1.48kB / 1.48kB done
17:22:15 [2023-08-30T17:22:15.946Z] #18 sha256:e837d9f05c625de5b814b851adbc03559ba02ea7078f57c81a01e18fc65bf42b 53.70MB / 53.70MB 0.7s done
17:22:15 [2023-08-30T17:22:15.946Z] #18 sha256:1beb7cf458bdfe71b5220cb2069eb45e3fc7eb77a1ccfb169eaebf5f6c4809ab 1.85kB / 1.85kB done
17:22:15 [2023-08-30T17:22:15.946Z] #18 DONE 3.0s
17:22:15 [2023-08-30T17:22:15.946Z] 
17:22:15 [2023-08-30T17:22:15.946Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
17:22:15 [2023-08-30T17:22:15.946Z] #14 extracting sha256:9abd0588cbb35597a784666f0dc97746829b8b4b730b73e8781fb90678ffef22
17:22:16 [2023-08-30T17:22:16.205Z] #14 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 94.37MB / 95.56MB 2.6s
17:22:16 [2023-08-30T17:22:16.464Z] #14 sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 95.56MB / 95.56MB 2.8s done
17:22:16 [2023-08-30T17:22:16.464Z] #14 extracting sha256:9abd0588cbb35597a784666f0dc97746829b8b4b730b73e8781fb90678ffef22 0.4s done
17:22:16 [2023-08-30T17:22:16.723Z] #14 ...
17:22:16 [2023-08-30T17:22:16.723Z] 
17:22:16 [2023-08-30T17:22:16.723Z] #19 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647
17:22:16 [2023-08-30T17:22:16.723Z] #19 resolve docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647 0.3s done
17:22:16 [2023-08-30T17:22:16.723Z] #19 sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647 8.43kB / 8.43kB done
17:22:16 [2023-08-30T17:22:16.723Z] #19 sha256:72063b8434af3e33c5e482f4432eaa293a62d010f907a8e61de4aca2b897f168 482B / 482B done
17:22:16 [2023-08-30T17:22:16.723Z] #19 sha256:a6921127aa893540af6281ca86f9acb7d5de67c0e34f407ff27705836995d407 1.14kB / 1.14kB done
17:22:16 [2023-08-30T17:22:16.723Z] #19 sha256:83dd0f3a655166fb7a4047920553ab005e8ddd63e1444c9bcf8c215b26da129f 15.77MB / 15.77MB 2.6s done
17:22:16 [2023-08-30T17:22:16.723Z] #19 extracting sha256:83dd0f3a655166fb7a4047920553ab005e8ddd63e1444c9bcf8c215b26da129f 0.3s done
17:22:16 [2023-08-30T17:22:16.723Z] #19 DONE 3.6s
17:22:16 [2023-08-30T17:22:16.723Z] 
17:22:16 [2023-08-30T17:22:16.723Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
17:22:16 [2023-08-30T17:22:16.723Z] #14 extracting sha256:85a8864a846a08e10fbf877e73678d1f0803227b00a1b16d9ba948070c6e58f6
17:22:16 [2023-08-30T17:22:16.723Z] #14 ...
17:22:16 [2023-08-30T17:22:16.723Z] 
17:22:16 [2023-08-30T17:22:16.723Z] #20 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
17:22:16 [2023-08-30T17:22:16.723Z] #20 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.3s done
17:22:16 [2023-08-30T17:22:16.723Z] #20 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
17:22:16 [2023-08-30T17:22:16.723Z] #20 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done
17:22:16 [2023-08-30T17:22:16.723Z] #20 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done
17:22:16 [2023-08-30T17:22:16.723Z] #20 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 3.0s
17:22:16 [2023-08-30T17:22:16.723Z] #20 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done
17:22:16 [2023-08-30T17:22:16.723Z] #20 ...
17:22:16 [2023-08-30T17:22:16.723Z] 
17:22:16 [2023-08-30T17:22:16.723Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
17:22:18 [2023-08-30T17:22:18.102Z] #14 ...
17:22:18 [2023-08-30T17:22:18.102Z] 
17:22:18 [2023-08-30T17:22:18.102Z] #21 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.2@sha256:5d9a57b8024989a7f460cc4c44552fc8e0a183598962a916aafa276861cdae77
17:22:18 [2023-08-30T17:22:18.102Z] #21 resolve docker.io/distribution/distribution:2.8.2@sha256:5d9a57b8024989a7f460cc4c44552fc8e0a183598962a916aafa276861cdae77 0.4s done
17:22:18 [2023-08-30T17:22:18.102Z] #21 sha256:5d9a57b8024989a7f460cc4c44552fc8e0a183598962a916aafa276861cdae77 4.67kB / 4.67kB done
17:22:18 [2023-08-30T17:22:18.102Z] #21 sha256:53383dd1e02ae76917d592b584075acdfd90b257f3096437f093a4984cb08e1e 1.05kB / 1.05kB done
17:22:18 [2023-08-30T17:22:18.102Z] #21 sha256:72483cff642c2b49b78d76e5fa966cab301bed36c296a5eabba9d0bd2ec6a7c8 3.42kB / 3.42kB done
17:22:18 [2023-08-30T17:22:18.102Z] #21 sha256:547446be3368f442c50ff95e2a2a9c85110b6b41bbb3c75b7e5ebb115f478b57 2.71MB / 2.71MB 2.9s done
17:22:18 [2023-08-30T17:22:18.102Z] #21 sha256:74b206d31b33476c6c62eaef4d08665f1c7e3faaf84ecc4ae2c2b41fa2006dd5 284.78kB / 284.78kB 3.0s
17:22:18 [2023-08-30T17:22:18.102Z] #21 extracting sha256:547446be3368f442c50ff95e2a2a9c85110b6b41bbb3c75b7e5ebb115f478b57 0.1s done
17:22:18 [2023-08-30T17:22:18.102Z] #21 extracting sha256:74b206d31b33476c6c62eaef4d08665f1c7e3faaf84ecc4ae2c2b41fa2006dd5 0.0s done
17:22:18 [2023-08-30T17:22:18.102Z] #21 sha256:6c49486ccb38a739841b2f3b45e4e5f425dbaf1ca00b4f904822e107d2d3c0d9 5.38MB / 5.38MB 3.8s done
17:22:18 [2023-08-30T17:22:18.102Z] #21 extracting sha256:e99d6ac351b75848bab20b56bcc49a85e48099ead9de78c0483c25a3403404dd done
17:22:18 [2023-08-30T17:22:18.102Z] #21 extracting sha256:6c49486ccb38a739841b2f3b45e4e5f425dbaf1ca00b4f904822e107d2d3c0d9 0.1s done
17:22:18 [2023-08-30T17:22:18.102Z] #21 ...
17:22:18 [2023-08-30T17:22:18.102Z] 
17:22:18 [2023-08-30T17:22:18.102Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:c95c52c458a2678251e0769ea13c710b0c52814771c53a495f53b9e87f9c0e99
17:22:18 [2023-08-30T17:22:18.361Z] #14 extracting sha256:85a8864a846a08e10fbf877e73678d1f0803227b00a1b16d9ba948070c6e58f6 1.7s done
17:22:18 [2023-08-30T17:22:18.622Z] #14 extracting sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c
17:22:20 [2023-08-30T17:22:20.001Z] #14 extracting sha256:3554db3712f687c05665f601b7fbdc22e34adfd69378c3c655439c82370db65c 1.4s done
17:22:20 [2023-08-30T17:22:20.001Z] #14 extracting sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9
17:22:25 [2023-08-30T17:22:25.273Z] #14 extracting sha256:2bb9cf12e73109d539df362490fb171ded7e5c00c377950d7e311d1dcac478e9 4.4s done
17:22:25 [2023-08-30T17:22:25.273Z] #14 extracting sha256:e39520c676da7d710492019f341848138c28ca672056c94b3f03efc92d62f02a done
17:22:25 [2023-08-30T17:22:25.532Z] #14 DONE 12.4s
17:22:25 [2023-08-30T17:22:25.532Z] 
17:22:25 [2023-08-30T17:22:25.532Z] #22 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
17:22:25 [2023-08-30T17:22:25.532Z] #22 0.727 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 0.771 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 0.772 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 0.932 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 1.059 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [240 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 1.179 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 1.982 Fetched 8534 kB in 2s (5637 kB/s)
17:22:25 [2023-08-30T17:22:25.532Z] #22 1.982 Reading package lists...
17:22:25 [2023-08-30T17:22:25.532Z] #22 2.554 Reading package lists...
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.109 Building dependency tree...
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.582 The following additional packages will be installed:
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.583   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.584   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.586 Recommended packages:
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.586   libldap-common publicsuffix libsasl2-modules
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.698 The following NEW packages will be installed:
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.699   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.699   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.700   libssh2-1 openssl
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.977 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.977 Need to get 2945 kB of archives.
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.977 After this operation, 6484 kB of additional disk space will be used.
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.977 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u5 [832 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 3.994 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.004 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.026 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.027 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.028 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.030 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.030 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.031 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.031 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.032 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.050 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.052 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.053 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.054 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.221 debconf: delaying package configuration, since apt-utils is not installed
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.264 Fetched 2945 kB in 0s (8576 kB/s)
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.331 Selecting previously unselected package openssl.
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.331 (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.)
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.336 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u5_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.383 Unpacking openssl (1.1.1n-0+deb11u5) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.797 Selecting previously unselected package ca-certificates.
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.798 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 4.869 Unpacking ca-certificates (20210119) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 5.419 Selecting previously unselected package libbrotli1:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 5.421 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 5.447 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 5.863 Selecting previously unselected package libsasl2-modules-db:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 5.865 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 5.929 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 6.100 Selecting previously unselected package libsasl2-2:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 6.101 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 6.159 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 6.474 Selecting previously unselected package libldap-2.4-2:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 6.475 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 6.545 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 7.135 Selecting previously unselected package libnghttp2-14:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 7.136 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 7.224 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 7.488 Selecting previously unselected package libpsl5:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 7.489 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 7.556 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 8.227 Selecting previously unselected package librtmp1:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 8.229 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 8.253 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 8.591 Selecting previously unselected package libssh2-1:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 8.593 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 8.609 Unpacking libssh2-1:arm64 (1.9.0-2) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 8.989 Selecting previously unselected package libcurl4:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 8.990 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 9.045 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 9.164 Selecting previously unselected package curl.
17:22:25 [2023-08-30T17:22:25.532Z] #22 9.165 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 9.173 Unpacking curl (7.74.0-1.3+deb11u7) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 9.398 Selecting previously unselected package libonig5:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 9.399 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 9.408 Unpacking libonig5:arm64 (6.9.6-1.1) ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 9.502 Selecting previously unselected package libjq1:arm64.
17:22:25 [2023-08-30T17:22:25.532Z] #22 9.503 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.532Z] #22 9.512 Unpacking libjq1:arm64 (1.6-2.1) ...
17:22:25 [2023-08-30T17:22:25.791Z] #22 9.664 Selecting previously unselected package jq.
17:22:25 [2023-08-30T17:22:25.791Z] #22 9.665 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
17:22:25 [2023-08-30T17:22:25.791Z] #22 9.671 Unpacking jq (1.6-2.1) ...
17:22:25 [2023-08-30T17:22:25.791Z] #22 9.783 Setting up libpsl5:arm64 (0.21.0-1.2) ...
17:22:26 [2023-08-30T17:22:26.050Z] #22 9.804 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
17:22:26 [2023-08-30T17:22:26.050Z] #22 9.852 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
17:22:26 [2023-08-30T17:22:26.050Z] #22 9.864 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
17:22:26 [2023-08-30T17:22:26.050Z] #22 9.876 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:22:26 [2023-08-30T17:22:26.050Z] #22 9.887 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
17:22:26 [2023-08-30T17:22:26.050Z] #22 ...
17:22:26 [2023-08-30T17:22:26.050Z] 
17:22:26 [2023-08-30T17:22:26.050Z] #23 [build-dummy 2/2] RUN mkdir -p /build
17:22:26 [2023-08-30T17:22:26.050Z] #23 DONE 10.1s
17:22:26 [2023-08-30T17:22:26.050Z] 
17:22:26 [2023-08-30T17:22:26.050Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
17:22:26 [2023-08-30T17:22:26.050Z] #24 DONE 8.2s
17:22:26 [2023-08-30T17:22:26.050Z] 
17:22:26 [2023-08-30T17:22:26.050Z] #25 [base 2/5] COPY --from=xx / /
17:22:26 [2023-08-30T17:22:26.050Z] #25 DONE 0.1s
17:22:26 [2023-08-30T17:22:26.050Z] 
17:22:26 [2023-08-30T17:22:26.050Z] #26 [binary-dummy 1/1] COPY --from=build-dummy /build /build
17:22:26 [2023-08-30T17:22:26.050Z] #26 DONE 0.0s
17:22:26 [2023-08-30T17:22:26.050Z] 
17:22:26 [2023-08-30T17:22:26.050Z] #27 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
17:22:26 [2023-08-30T17:22:26.619Z] #27 DONE 0.6s
17:22:26 [2023-08-30T17:22:26.619Z] 
17:22:26 [2023-08-30T17:22:26.619Z] #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
17:22:27 [2023-08-30T17:22:27.187Z] #28 DONE 0.4s
17:22:27 [2023-08-30T17:22:27.187Z] 
17:22:27 [2023-08-30T17:22:27.187Z] #29 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
17:22:27 [2023-08-30T17:22:27.755Z] #29 0.731 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:22:27 [2023-08-30T17:22:27.755Z] #29 ...
17:22:27 [2023-08-30T17:22:27.755Z] 
17:22:27 [2023-08-30T17:22:27.755Z] #22 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
17:22:27 [2023-08-30T17:22:27.755Z] #22 9.898 Setting up libssh2-1:arm64 (1.9.0-2) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 9.908 Setting up openssl (1.1.1n-0+deb11u5) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 9.934 Setting up libonig5:arm64 (6.9.6-1.1) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 9.955 Setting up libjq1:arm64 (1.6-2.1) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 9.975 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 9.988 Setting up ca-certificates (20210119) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 10.47 Updating certificates in /etc/ssl/certs...
17:22:27 [2023-08-30T17:22:27.755Z] #22 11.05 129 added, 0 removed; done.
17:22:27 [2023-08-30T17:22:27.755Z] #22 11.09 Setting up jq (1.6-2.1) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 11.10 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 11.11 Setting up curl (7.74.0-1.3+deb11u7) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 11.12 Processing triggers for libc-bin (2.31-13+deb11u6) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 11.14 Processing triggers for ca-certificates (20210119) ...
17:22:27 [2023-08-30T17:22:27.755Z] #22 11.15 Updating certificates in /etc/ssl/certs...
17:22:27 [2023-08-30T17:22:27.755Z] #22 11.61 0 added, 0 removed; done.
17:22:27 [2023-08-30T17:22:27.755Z] #22 11.61 Running hooks in /etc/ca-certificates/update.d...
17:22:27 [2023-08-30T17:22:27.755Z] #22 11.61 done.
17:22:27 [2023-08-30T17:22:27.755Z] #22 DONE 11.7s
17:22:27 [2023-08-30T17:22:27.755Z] 
17:22:27 [2023-08-30T17:22:27.755Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
17:22:27 [2023-08-30T17:22:27.755Z] #30 DONE 0.0s
17:22:27 [2023-08-30T17:22:27.755Z] 
17:22:27 [2023-08-30T17:22:27.755Z] #29 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
17:22:27 [2023-08-30T17:22:27.755Z] #29 0.742 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
17:22:27 [2023-08-30T17:22:27.755Z] #29 0.742 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
17:22:27 [2023-08-30T17:22:27.755Z] #29 0.877 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
17:22:28 [2023-08-30T17:22:28.014Z] #29 1.008 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [240 kB]
17:22:28 [2023-08-30T17:22:28.014Z] #29 1.119 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
17:22:28 [2023-08-30T17:22:28.950Z] #29 1.853 Fetched 8534 kB in 1s (6187 kB/s)
17:22:29 [2023-08-30T17:22:29.517Z] #29 1.853 Reading package lists...
17:22:30 [2023-08-30T17:22:30.085Z] #29 2.420 Reading package lists...
17:22:30 [2023-08-30T17:22:30.343Z] #29 2.975 Building dependency tree...
17:22:30 [2023-08-30T17:22:30.343Z] #29 3.150 Reading state information...
17:22:30 [2023-08-30T17:22:30.602Z] #29 3.444 The following additional packages will be installed:
17:22:30 [2023-08-30T17:22:30.602Z] #29 3.445   libmagic-mgc libmagic1
17:22:30 [2023-08-30T17:22:30.602Z] #29 3.478 The following NEW packages will be installed:
17:22:30 [2023-08-30T17:22:30.602Z] #29 3.480   file libmagic-mgc libmagic1
17:22:30 [2023-08-30T17:22:30.861Z] #29 3.758 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
17:22:30 [2023-08-30T17:22:30.861Z] #29 3.758 Need to get 463 kB of archives.
17:22:30 [2023-08-30T17:22:30.861Z] #29 3.758 After this operation, 7063 kB of additional disk space will be used.
17:22:30 [2023-08-30T17:22:30.861Z] #29 3.758 Get:1 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
17:22:30 [2023-08-30T17:22:30.861Z] #29 3.762 Get:2 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
17:22:30 [2023-08-30T17:22:30.861Z] #29 3.765 Get:3 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
17:22:30 [2023-08-30T17:22:30.861Z] #29 3.907 debconf: delaying package configuration, since apt-utils is not installed
17:22:30 [2023-08-30T17:22:30.861Z] #29 3.951 Fetched 463 kB in 0s (1691 kB/s)
17:22:30 [2023-08-30T17:22:30.861Z] #29 3.973 Selecting previously unselected package libmagic-mgc.
17:22:31 [2023-08-30T17:22:31.120Z] #29 3.973 (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.)
17:22:31 [2023-08-30T17:22:31.120Z] #29 3.984 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_arm64.deb ...
17:22:31 [2023-08-30T17:22:31.120Z] #29 3.990 Unpacking libmagic-mgc (1:5.39-3) ...
17:22:31 [2023-08-30T17:22:31.120Z] #29 4.066 Selecting previously unselected package libmagic1:arm64.
17:22:31 [2023-08-30T17:22:31.120Z] #29 4.068 Preparing to unpack .../libmagic1_1%3a5.39-3_arm64.deb ...
17:22:31 [2023-08-30T17:22:31.120Z] #29 4.076 Unpacking libmagic1:arm64 (1:5.39-3) ...
17:22:31 [2023-08-30T17:22:31.120Z] #29 4.113 Selecting previously unselected package file.
17:22:31 [2023-08-30T17:22:31.120Z] #29 4.115 Preparing to unpack .../file_1%3a5.39-3_arm64.deb ...
17:22:31 [2023-08-30T17:22:31.120Z] #29 4.122 Unpacking file (1:5.39-3) ...
17:22:31 [2023-08-30T17:22:31.120Z] #29 4.166 Setting up libmagic-mgc (1:5.39-3) ...
17:22:31 [2023-08-30T17:22:31.120Z] #29 4.178 Setting up libmagic1:arm64 (1:5.39-3) ...
17:22:31 [2023-08-30T17:22:31.380Z] #29 4.197 Setting up file (1:5.39-3) ...
17:22:31 [2023-08-30T17:22:31.380Z] #29 4.208 Processing triggers for libc-bin (2.31-13+deb11u6) ...
17:22:31 [2023-08-30T17:22:31.380Z] #29 DONE 4.4s
17:22:31 [2023-08-30T17:22:31.380Z] 
17:22:31 [2023-08-30T17:22:31.380Z] #31 [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
17:22:31 [2023-08-30T17:22:31.639Z] #31 ...
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #32 [containerd-src 1/3] WORKDIR /usr/src/containerd
17:22:31 [2023-08-30T17:22:31.639Z] #32 DONE 0.1s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
17:22:31 [2023-08-30T17:22:31.639Z] #33 DONE 0.1s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #34 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
17:22:31 [2023-08-30T17:22:31.639Z] #34 DONE 0.1s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #35 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
17:22:31 [2023-08-30T17:22:31.639Z] #35 DONE 0.2s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #36 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
17:22:31 [2023-08-30T17:22:31.639Z] #36 DONE 0.2s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #37 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
17:22:31 [2023-08-30T17:22:31.639Z] #37 DONE 0.2s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #38 [swagger-src 1/3] WORKDIR /usr/src/swagger
17:22:31 [2023-08-30T17:22:31.639Z] #38 DONE 0.3s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #39 [tini-src 1/3] WORKDIR /usr/src/tini
17:22:31 [2023-08-30T17:22:31.639Z] #39 DONE 0.3s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #40 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
17:22:31 [2023-08-30T17:22:31.639Z] #40 DONE 0.3s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #41 [delve-build 1/2] WORKDIR /usr/src/delve
17:22:31 [2023-08-30T17:22:31.639Z] #41 DONE 0.3s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #42 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
17:22:31 [2023-08-30T17:22:31.639Z] #42 DONE 0.3s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #43 [registry-src 1/2] WORKDIR /usr/src/registry
17:22:31 [2023-08-30T17:22:31.639Z] #43 DONE 0.3s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
17:22:31 [2023-08-30T17:22:31.639Z] #44 DONE 0.3s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #45 [runc-src 1/3] WORKDIR /usr/src/runc
17:22:31 [2023-08-30T17:22:31.639Z] #45 DONE 0.3s
17:22:31 [2023-08-30T17:22:31.639Z] 
17:22:31 [2023-08-30T17:22:31.639Z] #46 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
17:22:32 [2023-08-30T17:22:32.207Z] #46 ...
17:22:32 [2023-08-30T17:22:32.207Z] 
17:22:32 [2023-08-30T17:22:32.207Z] #47 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.545 hint: Using 'master' as the name for the initial branch. This default branch name
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.545 hint: is subject to change. To configure the initial branch name to use in all
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.545 hint: of your new repositories, which will suppress this warning, call:
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.545 hint: 
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.545 hint: 	git config --global init.defaultBranch <name>
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.545 hint: 
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.545 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.545 hint: 'development'. The just-created branch can be renamed via this command:
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.545 hint: 
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.545 hint: 	git branch -m <name>
17:22:32 [2023-08-30T17:22:32.207Z] #47 0.546 Initialized empty Git repository in /usr/src/containerd/.git/
17:22:32 [2023-08-30T17:22:32.207Z] #47 DONE 0.6s
17:22:32 [2023-08-30T17:22:32.207Z] 
17:22:32 [2023-08-30T17:22:32.207Z] #48 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.562 hint: Using 'master' as the name for the initial branch. This default branch name
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.562 hint: is subject to change. To configure the initial branch name to use in all
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.562 hint: of your new repositories, which will suppress this warning, call:
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.562 hint: 
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.562 hint: 	git config --global init.defaultBranch <name>
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.562 hint: 
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.562 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.562 hint: 'development'. The just-created branch can be renamed via this command:
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.562 hint: 
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.562 hint: 	git branch -m <name>
17:22:32 [2023-08-30T17:22:32.207Z] #48 0.563 Initialized empty Git repository in /usr/src/rootlesskit/.git/
17:22:32 [2023-08-30T17:22:32.207Z] #48 DONE 0.6s
17:22:32 [2023-08-30T17:22:32.207Z] 
17:22:32 [2023-08-30T17:22:32.207Z] #49 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:22:32 [2023-08-30T17:22:32.775Z] #49 ...
17:22:32 [2023-08-30T17:22:32.775Z] 
17:22:32 [2023-08-30T17:22:32.775Z] #50 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.975 hint: Using 'master' as the name for the initial branch. This default branch name
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.975 hint: is subject to change. To configure the initial branch name to use in all
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.975 hint: of your new repositories, which will suppress this warning, call:
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.975 hint: 
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.975 hint: 	git config --global init.defaultBranch <name>
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.975 hint: 
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.975 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.975 hint: 'development'. The just-created branch can be renamed via this command:
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.975 hint: 
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.975 hint: 	git branch -m <name>
17:22:32 [2023-08-30T17:22:32.775Z] #50 0.976 Initialized empty Git repository in /usr/src/swagger/.git/
17:22:32 [2023-08-30T17:22:32.775Z] #50 DONE 1.1s
17:22:33 [2023-08-30T17:22:33.034Z] 
17:22:33 [2023-08-30T17:22:33.034Z] #51 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
17:22:33 [2023-08-30T17:22:33.294Z] #51 ...
17:22:33 [2023-08-30T17:22:33.294Z] 
17:22:33 [2023-08-30T17:22:33.294Z] #52 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.531 hint: Using 'master' as the name for the initial branch. This default branch name
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.531 hint: is subject to change. To configure the initial branch name to use in all
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.531 hint: of your new repositories, which will suppress this warning, call:
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.531 hint: 
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.531 hint: 	git config --global init.defaultBranch <name>
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.531 hint: 
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.531 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.531 hint: 'development'. The just-created branch can be renamed via this command:
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.531 hint: 
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.531 hint: 	git branch -m <name>
17:22:33 [2023-08-30T17:22:33.294Z] #52 1.532 Initialized empty Git repository in /usr/src/tini/.git/
17:22:33 [2023-08-30T17:22:33.294Z] #52 DONE 1.7s
17:22:33 [2023-08-30T17:22:33.294Z] 
17:22:33 [2023-08-30T17:22:33.294Z] #53 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.488 hint: Using 'master' as the name for the initial branch. This default branch name
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.488 hint: is subject to change. To configure the initial branch name to use in all
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.488 hint: of your new repositories, which will suppress this warning, call:
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.488 hint: 
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.488 hint: 	git config --global init.defaultBranch <name>
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.488 hint: 
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.488 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.488 hint: 'development'. The just-created branch can be renamed via this command:
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.488 hint: 
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.488 hint: 	git branch -m <name>
17:22:33 [2023-08-30T17:22:33.294Z] #53 1.490 Initialized empty Git repository in /usr/src/delve/.git/
17:22:33 [2023-08-30T17:22:33.294Z] #53 DONE 1.7s
17:22:33 [2023-08-30T17:22:33.554Z] 
17:22:33 [2023-08-30T17:22:33.554Z] #54 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:22:37 [2023-08-30T17:22:37.907Z] #54 ...
17:22:37 [2023-08-30T17:22:37.907Z] 
17:22:37 [2023-08-30T17:22:37.907Z] #46 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.618 hint: Using 'master' as the name for the initial branch. This default branch name
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.618 hint: is subject to change. To configure the initial branch name to use in all
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.618 hint: of your new repositories, which will suppress this warning, call:
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.618 hint: 
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.618 hint: 	git config --global init.defaultBranch <name>
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.618 hint: 
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.618 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.618 hint: 'development'. The just-created branch can be renamed via this command:
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.618 hint: 
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.618 hint: 	git branch -m <name>
17:22:37 [2023-08-30T17:22:37.907Z] #46 2.698 Initialized empty Git repository in /usr/src/runc/.git/
17:22:37 [2023-08-30T17:22:37.907Z] #46 DONE 5.7s
17:22:37 [2023-08-30T17:22:37.907Z] 
17:22:37 [2023-08-30T17:22:37.907Z] #55 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.300 hint: Using 'master' as the name for the initial branch. This default branch name
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.300 hint: is subject to change. To configure the initial branch name to use in all
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.300 hint: of your new repositories, which will suppress this warning, call:
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.300 hint: 
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.300 hint: 	git config --global init.defaultBranch <name>
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.300 hint: 
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.300 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.300 hint: 'development'. The just-created branch can be renamed via this command:
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.300 hint: 
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.300 hint: 	git branch -m <name>
17:22:37 [2023-08-30T17:22:37.907Z] #55 2.305 Initialized empty Git repository in /usr/src/registry/.git/
17:22:37 [2023-08-30T17:22:37.907Z] #55 DONE 5.8s
17:22:37 [2023-08-30T17:22:37.907Z] 
17:22:37 [2023-08-30T17:22:37.907Z] #56 [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
17:22:37 [2023-08-30T17:22:37.907Z] #56 1.917 go: downloading github.com/golangci/golangci-lint v1.54.2
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.646 go: downloading github.com/fatih/color v1.15.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.658 go: downloading github.com/spf13/cobra v1.7.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.658 go: downloading github.com/spf13/pflag v1.0.5
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.658 go: downloading github.com/spf13/viper v1.12.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.658 go: downloading gopkg.in/yaml.v3 v3.0.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.665 go: downloading github.com/gofrs/flock v0.8.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.670 go: downloading golang.org/x/tools v0.12.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.670 go: downloading github.com/hashicorp/go-version v1.6.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.866 go: downloading github.com/ldez/gomoddirectives v0.2.3
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.867 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.867 go: downloading github.com/mitchellh/mapstructure v1.5.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 2.867 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.029 go: downloading github.com/hashicorp/go-multierror v1.1.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.073 go: downloading github.com/mattn/go-colorable v0.1.13
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.074 go: downloading github.com/sirupsen/logrus v1.9.3
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.078 go: downloading github.com/stretchr/testify v1.8.4
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.127 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.176 go: downloading github.com/mattn/go-isatty v0.0.17
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.255 go: downloading github.com/fsnotify/fsnotify v1.5.4
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.261 go: downloading github.com/spf13/afero v1.8.2
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.273 go: downloading github.com/spf13/cast v1.5.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.318 go: downloading github.com/spf13/jwalterweatherman v1.1.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.319 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.329 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.377 go: downloading 4d63.com/gochecknoglobals v0.2.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.413 go: downloading github.com/4meepo/tagalign v1.3.2
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.426 go: downloading github.com/Abirdcfly/dupword v0.0.12
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.507 go: downloading github.com/Antonboom/errname v0.1.12
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.507 go: downloading github.com/Antonboom/nilnil v0.1.7
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.514 go: downloading github.com/BurntSushi/toml v1.3.2
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.764 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.771 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.899 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.992 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
17:22:37 [2023-08-30T17:22:37.907Z] #56 3.995 go: downloading github.com/alexkohler/prealloc v1.0.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.000 go: downloading github.com/alingse/asasalint v0.0.11
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.014 go: downloading github.com/ashanbrown/forbidigo v1.6.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.058 go: downloading github.com/ashanbrown/makezero v1.1.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.153 go: downloading github.com/bkielbasa/cyclop v1.2.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.153 go: downloading github.com/blizzy78/varnamelen v0.8.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.153 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.159 go: downloading github.com/breml/bidichk v0.2.4
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.172 go: downloading github.com/breml/errchkjson v0.3.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.227 go: downloading github.com/butuzov/ireturn v0.2.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.292 go: downloading github.com/butuzov/mirror v1.1.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.295 go: downloading github.com/charithe/durationcheck v0.0.10
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.296 go: downloading github.com/curioswitch/go-reassign v0.2.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.364 go: downloading github.com/daixiang0/gci v0.11.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.435 go: downloading github.com/denis-tingaikin/go-header v0.4.3
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.436 go: downloading github.com/esimonov/ifshort v1.0.4
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.436 go: downloading github.com/firefart/nonamedreturns v1.0.4
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.437 go: downloading github.com/fzipp/gocyclo v0.6.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.603 go: downloading github.com/go-critic/go-critic v0.9.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.613 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.658 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.658 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.658 go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.918 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
17:22:37 [2023-08-30T17:22:37.907Z] #56 4.919 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.072 go: downloading github.com/golangci/misspell v0.4.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.077 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.117 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.130 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.155 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.167 go: downloading github.com/hexops/gotextdiff v1.0.3
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.170 go: downloading github.com/jgautheron/goconst v1.5.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.172 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.181 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.209 go: downloading github.com/julz/importas v0.1.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.213 go: downloading github.com/kisielk/errcheck v1.6.3
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.243 go: downloading github.com/kkHAIKE/contextcheck v1.1.4
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.245 go: downloading github.com/kulti/thelper v0.6.3
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.245 go: downloading github.com/kunwardeep/paralleltest v1.0.8
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.246 go: downloading github.com/kyoh86/exportloopref v0.1.11
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.283 go: downloading github.com/ldez/tagliatelle v0.5.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.283 go: downloading github.com/leonklingele/grouper v1.1.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.291 go: downloading github.com/lufeee/execinquery v1.2.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.292 go: downloading github.com/maratori/testableexamples v1.0.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.327 go: downloading github.com/maratori/testpackage v1.1.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.339 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.388 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.389 go: downloading github.com/mgechev/revive v1.3.2
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.483 go: downloading github.com/moricho/tparallel v0.3.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.484 go: downloading github.com/nakabonne/nestif v0.3.1
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.486 go: downloading github.com/nishanths/exhaustive v0.11.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.498 go: downloading github.com/nishanths/predeclared v0.2.2
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.503 go: downloading github.com/nunnatsa/ginkgolinter v0.13.5
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.627 go: downloading github.com/polyfloyd/go-errorlint v1.4.4
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.662 go: downloading github.com/ryancurrah/gomodguard v1.3.0
17:22:37 [2023-08-30T17:22:37.907Z] #56 5.662 go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.669 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.681 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.710 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.789 go: downloading github.com/securego/gosec/v2 v2.17.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.850 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.856 go: downloading github.com/sivchari/containedctx v1.0.3
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.857 go: downloading github.com/sivchari/nosnakecase v1.7.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.857 go: downloading github.com/sivchari/tenv v1.7.1
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.860 go: downloading github.com/sonatard/noctx v0.0.2
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.946 go: downloading github.com/sourcegraph/go-diff v0.7.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 5.949 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.007 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.021 go: downloading github.com/tdakkota/asciicheck v0.2.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.022 go: downloading github.com/tetafro/godot v1.4.14
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.048 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.066 go: downloading github.com/timonwong/loggercheck v0.9.4
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.068 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.077 go: downloading github.com/ultraware/whitespace v0.0.5
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.078 go: downloading github.com/ultraware/funlen v0.1.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.080 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.085 go: downloading github.com/uudashr/gocognit v1.0.7
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.096 go: downloading github.com/xen0n/gosmopolitan v1.2.1
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.184 go: downloading github.com/yagipy/maintidx v1.0.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.233 go: downloading github.com/yeya24/promlinter v0.2.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.237 go: downloading github.com/ykadowak/zerologlint v0.1.3
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.282 go: downloading gitlab.com/bosi/decorder v0.4.0
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.287 go: downloading go.tmz.dev/musttag v0.7.2
17:22:37 [2023-08-30T17:22:37.908Z] #56 6.295 go: downloading honnef.co/go/tools v0.4.5
17:22:37 [2023-08-30T17:22:37.908Z] #56 ...
17:22:37 [2023-08-30T17:22:37.908Z] 
17:22:37 [2023-08-30T17:22:37.908Z] #57 [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
17:22:37 [2023-08-30T17:22:37.908Z] #57 2.192 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
17:22:37 [2023-08-30T17:22:37.908Z] #57 2.750 #=#=#                                                                         
17:22:37 [2023-08-30T17:22:37.908Z] #57 2.997 #=#=#                                                                         

######################################################################## 100.0%
17:22:37 [2023-08-30T17:22:37.908Z] #57 3.242 
17:22:37 [2023-08-30T17:22:37.908Z] #57 5.456 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
17:22:37 [2023-08-30T17:22:37.908Z] #57 6.080 #=#=#                                                                         
17:22:37 [2023-08-30T17:22:37.908Z] #57 6.329 #=#=#                                                                         

                                                                           0.8%
######################################################################## 100.0%
17:22:37 [2023-08-30T17:22:37.908Z] #57 6.679 
17:22:37 [2023-08-30T17:22:37.908Z] #57 9.022 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
17:22:38 [2023-08-30T17:22:38.167Z] #57 ...
17:22:38 [2023-08-30T17:22:38.167Z] 
17:22:38 [2023-08-30T17:22:38.167Z] #49 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:22:38 [2023-08-30T17:22:38.167Z] #49 DONE 5.9s
17:22:38 [2023-08-30T17:22:38.167Z] 
17:22:38 [2023-08-30T17:22:38.167Z] #56 [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
17:22:38 [2023-08-30T17:22:38.167Z] #56 6.611 go: downloading mvdan.cc/gofumpt v0.5.0
17:22:38 [2023-08-30T17:22:38.167Z] #56 6.745 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
17:22:38 [2023-08-30T17:22:38.167Z] #56 6.749 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
17:22:38 [2023-08-30T17:22:38.167Z] #56 6.882 go: downloading golang.org/x/mod v0.12.0
17:22:38 [2023-08-30T17:22:38.427Z] #56 6.906 go: downloading github.com/hashicorp/errwrap v1.0.0
17:22:38 [2023-08-30T17:22:38.690Z] #56 7.138 go: downloading github.com/davecgh/go-spew v1.1.1
17:22:38 [2023-08-30T17:22:38.690Z] #56 7.198 go: downloading github.com/pmezard/go-difflib v1.0.0
17:22:38 [2023-08-30T17:22:38.690Z] #56 ...
17:22:38 [2023-08-30T17:22:38.690Z] 
17:22:38 [2023-08-30T17:22:38.690Z] #58 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:22:38 [2023-08-30T17:22:38.690Z] #58 DONE 5.3s
17:22:38 [2023-08-30T17:22:38.690Z] 
17:22:38 [2023-08-30T17:22:38.690Z] #59 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
17:22:38 [2023-08-30T17:22:38.690Z] #59 0.861 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
17:22:38 [2023-08-30T17:22:38.690Z] #59 0.861 + mkdir /build
17:22:38 [2023-08-30T17:22:38.690Z] #59 DONE 1.0s
17:22:38 [2023-08-30T17:22:38.690Z] 
17:22:38 [2023-08-30T17:22:38.690Z] #56 [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
17:22:38 [2023-08-30T17:22:38.690Z] #56 7.201 go: downloading golang.org/x/sys v0.11.0
17:22:38 [2023-08-30T17:22:38.690Z] #56 7.202 go: downloading github.com/stretchr/objx v0.5.0
17:22:38 [2023-08-30T17:22:38.690Z] #56 7.203 go: downloading github.com/subosito/gotenv v1.4.1
17:22:38 [2023-08-30T17:22:38.690Z] #56 7.204 go: downloading github.com/hashicorp/hcl v1.0.0
17:22:38 [2023-08-30T17:22:38.690Z] #56 7.206 go: downloading gopkg.in/ini.v1 v1.67.0
17:22:38 [2023-08-30T17:22:38.690Z] #56 7.230 go: downloading github.com/magiconair/properties v1.8.6
17:22:38 [2023-08-30T17:22:38.950Z] #56 7.368 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
17:22:38 [2023-08-30T17:22:38.950Z] #56 7.368 go: downloading golang.org/x/text v0.12.0
17:22:39 [2023-08-30T17:22:39.210Z] #56 7.700 go: downloading github.com/fatih/structtag v1.2.0
17:22:39 [2023-08-30T17:22:39.210Z] #56 7.706 go: downloading github.com/gobwas/glob v0.2.3
17:22:39 [2023-08-30T17:22:39.210Z] #56 7.751 go: downloading github.com/google/go-cmp v0.5.9
17:22:39 [2023-08-30T17:22:39.210Z] #56 7.823 go: downloading gopkg.in/yaml.v2 v2.4.0
17:22:39 [2023-08-30T17:22:39.210Z] #56 7.911 go: downloading github.com/pelletier/go-toml v1.9.5
17:22:39 [2023-08-30T17:22:39.210Z] #56 7.916 go: downloading golang.org/x/sync v0.3.0
17:22:39 [2023-08-30T17:22:39.210Z] #56 7.917 go: downloading go.uber.org/zap v1.24.0
17:22:39 [2023-08-30T17:22:39.470Z] #56 8.134 go: downloading github.com/kisielk/gotool v1.0.0
17:22:39 [2023-08-30T17:22:39.730Z] #56 8.268 go: downloading github.com/go-toolsmith/astcast v1.1.0
17:22:39 [2023-08-30T17:22:39.730Z] #56 8.427 go: downloading github.com/go-toolsmith/astcopy v1.1.0
17:22:39 [2023-08-30T17:22:39.989Z] #56 8.515 go: downloading github.com/go-toolsmith/astequal v1.1.0
17:22:39 [2023-08-30T17:22:39.989Z] #56 8.516 go: downloading github.com/go-toolsmith/astfmt v1.1.0
17:22:40 [2023-08-30T17:22:40.249Z] #56 8.811 go: downloading github.com/go-toolsmith/astp v1.1.0
17:22:40 [2023-08-30T17:22:40.249Z] #56 8.853 go: downloading github.com/go-toolsmith/strparse v1.1.0
17:22:40 [2023-08-30T17:22:40.249Z] #56 8.935 go: downloading github.com/go-toolsmith/typep v1.1.0
17:22:40 [2023-08-30T17:22:40.510Z] #56 9.070 go: downloading github.com/quasilyte/go-ruleguard v0.4.0
17:22:40 [2023-08-30T17:22:40.510Z] #56 9.070 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
17:22:40 [2023-08-30T17:22:40.510Z] #56 9.071 go: downloading github.com/gostaticanalysis/comment v1.4.2
17:22:40 [2023-08-30T17:22:40.510Z] #56 9.085 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
17:22:40 [2023-08-30T17:22:40.770Z] #56 ...
17:22:40 [2023-08-30T17:22:40.770Z] 
17:22:40 [2023-08-30T17:22:40.770Z] #51 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
17:22:40 [2023-08-30T17:22:40.770Z] #51 DONE 8.0s
17:22:40 [2023-08-30T17:22:40.770Z] 
17:22:40 [2023-08-30T17:22:40.770Z] #57 [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
17:22:40 [2023-08-30T17:22:40.770Z] #57 10.86 #=#=#                                                                         
17:22:40 [2023-08-30T17:22:40.770Z] #57 11.06 #=#=#                                                                         
##O#-#                                                                        

                                                                           0.0%
#########                                                                 12.8%
########################                                                  34.1%
###################################################                       71.6%
######################################################################## 100.0%
17:22:40 [2023-08-30T17:22:40.770Z] #57 12.20 
17:22:41 [2023-08-30T17:22:41.340Z] #57 ...
17:22:41 [2023-08-30T17:22:41.340Z] 
17:22:41 [2023-08-30T17:22:41.340Z] #60 [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
17:22:41 [2023-08-30T17:22:41.340Z] #60 1.837 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:22:41 [2023-08-30T17:22:41.340Z] #60 1.849 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
17:22:41 [2023-08-30T17:22:41.340Z] #60 1.849 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
17:22:41 [2023-08-30T17:22:41.340Z] #60 2.029 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
17:22:41 [2023-08-30T17:22:41.340Z] #60 2.152 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [240 kB]
17:22:41 [2023-08-30T17:22:41.340Z] #60 2.287 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
17:22:41 [2023-08-30T17:22:41.340Z] #60 3.098 Fetched 8534 kB in 2s (5649 kB/s)
17:22:41 [2023-08-30T17:22:41.340Z] #60 3.098 Reading package lists...
17:22:41 [2023-08-30T17:22:41.340Z] #60 4.436 Hit:1 http://deb.debian.org/debian bullseye InRelease
17:22:41 [2023-08-30T17:22:41.340Z] #60 4.436 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
17:22:41 [2023-08-30T17:22:41.340Z] #60 4.436 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
17:22:41 [2023-08-30T17:22:41.340Z] #60 5.694 Reading package lists...
17:22:41 [2023-08-30T17:22:41.340Z] #60 6.808 + apt-get  install -y --no-install-recommends gcc libc6-dev
17:22:41 [2023-08-30T17:22:41.340Z] #60 6.821 Reading package lists...
17:22:41 [2023-08-30T17:22:41.340Z] #60 7.692 Building dependency tree...
17:22:41 [2023-08-30T17:22:41.340Z] #60 8.797 gcc is already the newest version (4:10.2.1-1).
17:22:41 [2023-08-30T17:22:41.340Z] #60 8.797 libc6-dev is already the newest version (2.31-13+deb11u6).
17:22:41 [2023-08-30T17:22:41.340Z] #60 8.797 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
17:22:41 [2023-08-30T17:22:41.340Z] #60 DONE 9.5s
17:22:41 [2023-08-30T17:22:41.340Z] 
17:22:41 [2023-08-30T17:22:41.340Z] #54 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:22:41 [2023-08-30T17:22:41.340Z] #54 DONE 7.8s
17:22:41 [2023-08-30T17:22:41.340Z] 
17:22:41 [2023-08-30T17:22:41.340Z] #61 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.9" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:22:41 [2023-08-30T17:22:41.340Z] #61 DONE 3.8s
17:22:41 [2023-08-30T17:22:41.340Z] 
17:22:41 [2023-08-30T17:22:41.340Z] #56 [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
17:22:41 [2023-08-30T17:22:41.340Z] #56 9.493 go: downloading github.com/ettle/strcase v0.1.1
17:22:41 [2023-08-30T17:22:41.340Z] #56 9.496 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1
17:22:41 [2023-08-30T17:22:41.340Z] #56 9.496 go: downloading github.com/Masterminds/semver v1.5.0
17:22:41 [2023-08-30T17:22:41.340Z] #56 9.684 go: downloading github.com/prometheus/client_golang v1.12.1
17:22:41 [2023-08-30T17:22:41.340Z] #56 9.737 go: downloading github.com/prometheus/client_model v0.2.0
17:22:41 [2023-08-30T17:22:41.340Z] #56 9.881 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
17:22:41 [2023-08-30T17:22:41.340Z] #56 9.936 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
17:22:41 [2023-08-30T17:22:41.340Z] #56 9.964 go: downloading go.uber.org/atomic v1.7.0
17:22:41 [2023-08-30T17:22:41.341Z] #56 9.979 go: downloading go.uber.org/multierr v1.6.0
17:22:41 [2023-08-30T17:22:41.341Z] #56 9.979 go: downloading github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8
17:22:41 [2023-08-30T17:22:41.627Z] #56 10.03 go: downloading github.com/olekukonko/tablewriter v0.0.5
17:22:41 [2023-08-30T17:22:41.627Z] #56 ...
17:22:41 [2023-08-30T17:22:41.627Z] 
17:22:41 [2023-08-30T17:22:41.628Z] #62 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
17:22:41 [2023-08-30T17:22:41.628Z] #62 2.892 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 2.913 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 2.940 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 3.102 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 3.460 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [240 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 3.857 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 4.698 Fetched 8534 kB in 2s (4168 kB/s)
17:22:41 [2023-08-30T17:22:41.628Z] #62 4.698 Reading package lists...
17:22:41 [2023-08-30T17:22:41.628Z] #62 5.463 Reading package lists...
17:22:41 [2023-08-30T17:22:41.628Z] #62 6.372 Building dependency tree...
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.059 python3 is already the newest version (3.9.2-3).
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.059 The following additional packages will be installed:
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.061   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.062   patch xz-utils
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.066 Suggested packages:
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.066   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.066   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.066   m4-doc ed diffutils-doc
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.066 Recommended packages:
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.066   fakeroot libalgorithm-merge-perl libltdl-dev
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.283 The following NEW packages will be installed:
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.283   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.283   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.283   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.692 0 upgraded, 20 newly installed, 0 to remove and 1 not upgraded.
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.692 Need to get 5458 kB of archives.
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.692 After this operation, 11.6 MB of additional disk space will be used.
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.692 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.695 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.702 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.705 Get:4 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.708 Get:5 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.710 Get:6 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.716 Get:7 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.723 Get:8 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.726 Get:9 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.773 Get:10 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.773 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.779 Get:12 http://deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.779 Get:13 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.779 Get:14 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.779 Get:15 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.779 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.779 Get:17 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.780 Get:18 http://deb.debian.org/debian bullseye-updates/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.781 Get:19 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 7.781 Get:20 http://deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
17:22:41 [2023-08-30T17:22:41.628Z] #62 8.095 debconf: delaying package configuration, since apt-utils is not installed
17:22:41 [2023-08-30T17:22:41.628Z] #62 8.261 Fetched 5458 kB in 0s (12.0 MB/s)
17:22:41 [2023-08-30T17:22:41.628Z] #62 8.476 Selecting previously unselected package bzip2.
17:22:41 [2023-08-30T17:22:41.628Z] #62 8.476 (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.)
17:22:41 [2023-08-30T17:22:41.628Z] #62 8.491 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
17:22:41 [2023-08-30T17:22:41.628Z] #62 8.548 Unpacking bzip2 (1.0.8-4) ...
17:22:41 [2023-08-30T17:22:41.628Z] #62 9.122 Selecting previously unselected package xz-utils.
17:22:41 [2023-08-30T17:22:41.628Z] #62 9.124 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
17:22:41 [2023-08-30T17:22:41.628Z] #62 9.159 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
17:22:41 [2023-08-30T17:22:41.628Z] #62 9.572 Selecting previously unselected package libsigsegv2:arm64.
17:22:41 [2023-08-30T17:22:41.628Z] #62 9.577 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
17:22:41 [2023-08-30T17:22:41.628Z] #62 9.690 Unpacking libsigsegv2:arm64 (2.13-1) ...
17:22:41 [2023-08-30T17:22:41.628Z] #62 9.878 Selecting previously unselected package m4.
17:22:41 [2023-08-30T17:22:41.628Z] #62 9.881 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
17:22:41 [2023-08-30T17:22:41.628Z] #62 9.887 Unpacking m4 (1.4.18-5) ...
17:22:41 [2023-08-30T17:22:41.628Z] #62 10.10 Selecting previously unselected package autoconf.
17:22:41 [2023-08-30T17:22:41.628Z] #62 10.10 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
17:22:41 [2023-08-30T17:22:41.628Z] #62 10.18 Unpacking autoconf (2.69-14) ...
17:22:41 [2023-08-30T17:22:41.628Z] #62 ...
17:22:41 [2023-08-30T17:22:41.628Z] 
17:22:41 [2023-08-30T17:22:41.628Z] #63 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
17:22:41 [2023-08-30T17:22:41.628Z] #63 1.778 go: downloading mvdan.cc/sh/v3 v3.6.0
17:22:41 [2023-08-30T17:22:41.628Z] #63 2.243 go: downloading golang.org/x/term v0.3.0
17:22:41 [2023-08-30T17:22:41.628Z] #63 2.259 go: downloading mvdan.cc/editorconfig v0.2.0
17:22:41 [2023-08-30T17:22:41.628Z] #63 2.259 go: downloading github.com/google/renameio/v2 v2.0.0
17:22:41 [2023-08-30T17:22:41.628Z] #63 2.259 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
17:22:41 [2023-08-30T17:22:41.628Z] #63 2.302 go: downloading golang.org/x/sys v0.3.0
17:22:41 [2023-08-30T17:22:41.893Z] #63 ...
17:22:41 [2023-08-30T17:22:41.894Z] 
17:22:41 [2023-08-30T17:22:41.894Z] #64 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
17:22:41 [2023-08-30T17:22:41.894Z] #64 4.435 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #64 4.462 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #64 4.462 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #64 4.941 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #64 5.572 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [240 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #64 6.035 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #64 7.223 Fetched 8534 kB in 3s (2807 kB/s)
17:22:41 [2023-08-30T17:22:41.894Z] #64 7.223 Reading package lists...
17:22:41 [2023-08-30T17:22:41.894Z] #64 8.431 Reading package lists...
17:22:41 [2023-08-30T17:22:41.894Z] #64 9.219 Building dependency tree...
17:22:41 [2023-08-30T17:22:41.894Z] #64 9.927 The following additional packages will be installed:
17:22:41 [2023-08-30T17:22:41.894Z] #64 9.927   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
17:22:41 [2023-08-30T17:22:41.894Z] #64 9.935 Suggested packages:
17:22:41 [2023-08-30T17:22:41.894Z] #64 9.935   cmake-doc ninja-build lrzip
17:22:41 [2023-08-30T17:22:41.894Z] #64 10.03 The following NEW packages will be installed:
17:22:41 [2023-08-30T17:22:41.894Z] #64 10.03   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
17:22:41 [2023-08-30T17:22:41.894Z] #64 ...
17:22:41 [2023-08-30T17:22:41.894Z] 
17:22:41 [2023-08-30T17:22:41.894Z] #65 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
17:22:41 [2023-08-30T17:22:41.894Z] #65 4.197 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #65 4.209 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #65 4.211 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #65 4.449 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #65 4.890 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [240 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #65 5.599 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #65 6.748 Fetched 8534 kB in 3s (3023 kB/s)
17:22:41 [2023-08-30T17:22:41.894Z] #65 6.748 Reading package lists...
17:22:41 [2023-08-30T17:22:41.894Z] #65 8.477 Hit:1 http://deb.debian.org/debian bullseye InRelease
17:22:41 [2023-08-30T17:22:41.894Z] #65 8.477 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
17:22:41 [2023-08-30T17:22:41.894Z] #65 8.477 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
17:22:41 [2023-08-30T17:22:41.894Z] #65 9.865 Reading package lists...
17:22:41 [2023-08-30T17:22:41.894Z] #65 ...
17:22:41 [2023-08-30T17:22:41.894Z] 
17:22:41 [2023-08-30T17:22:41.894Z] #66 [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
17:22:41 [2023-08-30T17:22:41.894Z] #66 4.183 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #66 4.195 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #66 4.200 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #66 4.398 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #66 4.880 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [240 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #66 5.487 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
17:22:41 [2023-08-30T17:22:41.894Z] #66 6.877 Fetched 8534 kB in 3s (2852 kB/s)
17:22:41 [2023-08-30T17:22:41.894Z] #66 6.877 Reading package lists...
17:22:41 [2023-08-30T17:22:41.894Z] #66 8.123 Hit:1 http://deb.debian.org/debian bullseye InRelease
17:22:41 [2023-08-30T17:22:41.894Z] #66 8.123 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
17:22:41 [2023-08-30T17:22:41.894Z] #66 8.123 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
17:22:42 [2023-08-30T17:22:42.153Z] #66 9.693 Reading package lists...
17:22:42 [2023-08-30T17:22:42.153Z] #66 10.42 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
17:22:42 [2023-08-30T17:22:42.153Z] #66 10.44 Reading package lists...
17:22:42 [2023-08-30T17:22:42.153Z] #66 ...
17:22:42 [2023-08-30T17:22:42.153Z] 
17:22:42 [2023-08-30T17:22:42.153Z] #67 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
17:22:42 [2023-08-30T17:22:42.153Z] #67 2.193 go: downloading gotest.tools/gotestsum v1.8.2
17:22:42 [2023-08-30T17:22:42.153Z] #67 3.349 go: downloading github.com/dnephin/pflag v1.0.7
17:22:42 [2023-08-30T17:22:42.153Z] #67 3.349 go: downloading github.com/fatih/color v1.13.0
17:22:42 [2023-08-30T17:22:42.153Z] #67 3.349 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
17:22:42 [2023-08-30T17:22:42.153Z] #67 3.357 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
17:22:42 [2023-08-30T17:22:42.153Z] #67 3.364 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
17:22:42 [2023-08-30T17:22:42.153Z] #67 3.367 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
17:22:42 [2023-08-30T17:22:42.153Z] #67 3.367 go: downloading golang.org/x/tools v0.1.11
17:22:42 [2023-08-30T17:22:42.153Z] #67 3.413 go: downloading github.com/mattn/go-colorable v0.1.12
17:22:42 [2023-08-30T17:22:42.153Z] #67 3.426 go: downloading github.com/mattn/go-isatty v0.0.14
17:22:42 [2023-08-30T17:22:42.153Z] #67 4.680 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
17:22:42 [2023-08-30T17:22:42.153Z] #67 ...
17:22:42 [2023-08-30T17:22:42.153Z] 
17:22:42 [2023-08-30T17:22:42.153Z] #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
17:22:42 [2023-08-30T17:22:42.153Z] #68 3.018 go: downloading github.com/pelletier/go-toml v1.8.1
17:22:42 [2023-08-30T17:22:42.417Z] #68 ...
17:22:42 [2023-08-30T17:22:42.417Z] 
17:22:42 [2023-08-30T17:22:42.417Z] #69 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
17:22:42 [2023-08-30T17:22:42.678Z] #69 ...
17:22:42 [2023-08-30T17:22:42.678Z] 
17:22:42 [2023-08-30T17:22:42.678Z] #70 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.3" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:22:42 [2023-08-30T17:22:42.678Z] #70 ...
17:22:42 [2023-08-30T17:22:42.678Z] 
17:22:42 [2023-08-30T17:22:42.678Z] #71 [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
17:22:42 [2023-08-30T17:22:42.678Z] #71 ...
17:22:42 [2023-08-30T17:22:42.678Z] 
17:22:42 [2023-08-30T17:22:42.678Z] #31 [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
17:22:42 [2023-08-30T17:22:42.678Z] #31 1.307 go: downloading github.com/tc-hib/go-winres v0.3.0
17:22:42 [2023-08-30T17:22:42.678Z] #31 1.950 go: downloading github.com/urfave/cli/v2 v2.3.0
17:22:42 [2023-08-30T17:22:42.678Z] #31 1.950 go: downloading github.com/tc-hib/winres v0.1.6
17:22:42 [2023-08-30T17:22:42.678Z] #31 2.175 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
17:22:42 [2023-08-30T17:22:42.678Z] #31 2.175 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
17:22:42 [2023-08-30T17:22:42.678Z] #31 2.195 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
17:22:42 [2023-08-30T17:22:42.678Z] #31 2.214 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:22:42 [2023-08-30T17:22:42.938Z] #31 ...
17:22:42 [2023-08-30T17:22:42.938Z] 
17:22:42 [2023-08-30T17:22:42.938Z] #64 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
17:22:42 [2023-08-30T17:22:42.938Z] #64 10.36 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
17:22:42 [2023-08-30T17:22:42.938Z] #64 10.36 Need to get 15.1 MB of archives.
17:22:42 [2023-08-30T17:22:42.938Z] #64 10.36 After this operation, 66.8 MB of additional disk space will be used.
17:22:42 [2023-08-30T17:22:42.938Z] #64 10.36 Get:1 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
17:22:42 [2023-08-30T17:22:42.938Z] #64 10.44 Get:2 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
17:22:42 [2023-08-30T17:22:42.938Z] #64 10.75 Get:3 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB]
17:22:42 [2023-08-30T17:22:42.938Z] #64 10.89 Get:4 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
17:22:42 [2023-08-30T17:22:42.938Z] #64 10.94 Get:5 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
17:22:42 [2023-08-30T17:22:42.938Z] #64 10.99 Get:6 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
17:22:42 [2023-08-30T17:22:42.938Z] #64 11.06 Get:7 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
17:22:42 [2023-08-30T17:22:42.938Z] #64 11.12 Get:8 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
17:22:43 [2023-08-30T17:22:43.879Z] #64 12.05 debconf: delaying package configuration, since apt-utils is not installed
17:22:44 [2023-08-30T17:22:44.448Z] #64 12.50 Fetched 15.1 MB in 1s (11.0 MB/s)
17:22:44 [2023-08-30T17:22:44.449Z] #64 12.79 Selecting previously unselected package cmake-data.
17:22:44 [2023-08-30T17:22:44.449Z] #64 12.80 (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.)
17:22:44 [2023-08-30T17:22:44.449Z] #64 12.81 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
17:22:44 [2023-08-30T17:22:44.449Z] #64 12.88 Unpacking cmake-data (3.18.4-2+deb11u1) ...
17:22:47 [2023-08-30T17:22:47.298Z] #64 15.16 Selecting previously unselected package libicu67:arm64.
17:22:47 [2023-08-30T17:22:47.298Z] #64 15.17 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
17:22:47 [2023-08-30T17:22:47.298Z] #64 15.25 Unpacking libicu67:arm64 (67.1-7) ...
17:22:47 [2023-08-30T17:22:47.869Z] #64 ...
17:22:47 [2023-08-30T17:22:47.869Z] 
17:22:47 [2023-08-30T17:22:47.869Z] #65 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
17:22:47 [2023-08-30T17:22:47.869Z] #65 9.865 Reading package lists...
17:22:47 [2023-08-30T17:22:47.869Z] #65 10.69 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
17:22:47 [2023-08-30T17:22:47.869Z] #65 10.77 Reading package lists...
17:22:47 [2023-08-30T17:22:47.869Z] #65 11.68 Building dependency tree...
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.60 gcc is already the newest version (4:10.2.1-1).
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.60 The following additional packages will be installed:
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.60   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.60   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.60   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.60   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.60   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.61   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.61 Suggested packages:
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.61   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
17:22:47 [2023-08-30T17:22:47.869Z] #65 12.61   | libgdk-pixbuf2.0-dev libxml2-utils
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.00 The following NEW packages will be installed:
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.00   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.00   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.00   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.00   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.00   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.00   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.32 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.32 Need to get 7950 kB of archives.
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.32 After this operation, 39.9 MB of additional disk space will be used.
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.32 Get:1 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.32 Get:2 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.33 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.33 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.33 Get:5 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.33 Get:6 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.33 Get:7 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.45 Get:8 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.47 Get:9 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.47 Get:10 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.48 Get:11 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.49 Get:12 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.52 Get:13 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.53 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.53 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.54 Get:16 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.54 Get:17 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.56 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.56 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.56 Get:20 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.56 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.58 Get:22 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.60 Get:23 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.60 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.66 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.66 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.66 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.67 Get:28 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.67 Get:29 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 13.71 Get:30 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.21 debconf: delaying package configuration, since apt-utils is not installed
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.30 Fetched 7950 kB in 1s (11.3 MB/s)
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.43 Selecting previously unselected package libgirepository-1.0-1:arm64.
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.43 (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.)
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.45 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.56 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.76 Selecting previously unselected package gir1.2-glib-2.0:arm64.
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.76 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.78 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.87 Selecting previously unselected package libsecret-common.
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.88 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
17:22:47 [2023-08-30T17:22:47.869Z] #65 14.90 Unpacking libsecret-common (0.20.4-2) ...
17:22:47 [2023-08-30T17:22:47.869Z] #65 15.14 Selecting previously unselected package libsecret-1-0:arm64.
17:22:47 [2023-08-30T17:22:47.869Z] #65 15.14 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
17:22:47 [2023-08-30T17:22:47.869Z] #65 15.17 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
17:22:47 [2023-08-30T17:22:47.869Z] #65 15.38 Selecting previously unselected package gir1.2-secret-1:arm64.
17:22:47 [2023-08-30T17:22:47.869Z] #65 15.38 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
17:22:47 [2023-08-30T17:22:47.869Z] #65 15.44 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
17:22:48 [2023-08-30T17:22:48.145Z] #65 16.49 Selecting previously unselected package uuid-dev:arm64.
17:22:48 [2023-08-30T17:22:48.406Z] #65 16.66 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
17:22:48 [2023-08-30T17:22:48.406Z] #65 16.86 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
17:22:49 [2023-08-30T17:22:49.346Z] #65 17.24 Selecting previously unselected package libblkid-dev:arm64.
17:22:49 [2023-08-30T17:22:49.346Z] #65 17.25 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
17:22:49 [2023-08-30T17:22:49.346Z] #65 17.66 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
17:22:50 [2023-08-30T17:22:50.285Z] #65 18.39 Selecting previously unselected package libbtrfs0:arm64.
17:22:50 [2023-08-30T17:22:50.285Z] #65 18.39 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
17:22:50 [2023-08-30T17:22:50.285Z] #65 18.49 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
17:22:50 [2023-08-30T17:22:50.549Z] #65 19.02 Selecting previously unselected package libbtrfs-dev:arm64.
17:22:50 [2023-08-30T17:22:50.810Z] #65 19.03 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
17:22:51 [2023-08-30T17:22:51.070Z] #65 19.18 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
17:22:51 [2023-08-30T17:22:51.330Z] #65 ...
17:22:51 [2023-08-30T17:22:51.331Z] 
17:22:51 [2023-08-30T17:22:51.331Z] #72 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
17:22:51 [2023-08-30T17:22:51.331Z] #72 1.516 go: downloading github.com/sirupsen/logrus v1.9.0
17:22:51 [2023-08-30T17:22:51.331Z] #72 1.532 go: downloading github.com/urfave/cli/v2 v2.23.5
17:22:51 [2023-08-30T17:22:51.331Z] #72 1.629 go: downloading github.com/moby/vpnkit v0.5.0
17:22:51 [2023-08-30T17:22:51.331Z] #72 1.643 go: downloading github.com/google/uuid v1.3.0
17:22:51 [2023-08-30T17:22:51.331Z] #72 1.643 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:22:51 [2023-08-30T17:22:51.331Z] #72 1.714 go: downloading golang.org/x/sys v0.2.0
17:22:51 [2023-08-30T17:22:51.331Z] #72 1.767 go: downloading github.com/gorilla/mux v1.8.0
17:22:51 [2023-08-30T17:22:51.331Z] #72 1.884 go: downloading github.com/moby/sys/mountinfo v0.6.2
17:22:51 [2023-08-30T17:22:51.331Z] #72 2.272 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
17:22:51 [2023-08-30T17:22:51.331Z] #72 3.086 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
17:22:51 [2023-08-30T17:22:51.331Z] #72 3.086 go: downloading golang.org/x/net v0.1.0
17:22:51 [2023-08-30T17:22:51.331Z] #72 3.242 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
17:22:51 [2023-08-30T17:22:51.331Z] #72 3.245 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
17:22:51 [2023-08-30T17:22:51.331Z] #72 ...
17:22:51 [2023-08-30T17:22:51.331Z] 
17:22:51 [2023-08-30T17:22:51.331Z] #73 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
17:22:51 [2023-08-30T17:22:51.591Z] #73 ...
17:22:51 [2023-08-30T17:22:51.591Z] 
17:22:51 [2023-08-30T17:22:51.591Z] #65 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
17:22:51 [2023-08-30T17:22:51.591Z] #65 19.64 Selecting previously unselected package libelf1:arm64.
17:22:51 [2023-08-30T17:22:51.591Z] #65 19.65 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
17:22:51 [2023-08-30T17:22:51.591Z] #65 19.72 Unpacking libelf1:arm64 (0.183-1) ...
17:22:51 [2023-08-30T17:22:51.591Z] #65 ...
17:22:51 [2023-08-30T17:22:51.591Z] 
17:22:51 [2023-08-30T17:22:51.591Z] #56 [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
17:22:51 [2023-08-30T17:22:51.591Z] #56 10.12 go: downloading github.com/quasilyte/gogrep v0.5.0
17:22:51 [2023-08-30T17:22:51.591Z] #56 10.17 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
17:22:51 [2023-08-30T17:22:51.591Z] #56 10.27 go: downloading github.com/golang/protobuf v1.5.2
17:22:51 [2023-08-30T17:22:51.591Z] #56 10.32 go: downloading github.com/beorn7/perks v1.0.1
17:22:51 [2023-08-30T17:22:51.591Z] #56 10.38 go: downloading github.com/cespare/xxhash/v2 v2.1.2
17:22:51 [2023-08-30T17:22:51.591Z] #56 10.54 go: downloading github.com/prometheus/common v0.32.1
17:22:51 [2023-08-30T17:22:51.591Z] #56 10.71 go: downloading github.com/prometheus/procfs v0.7.3
17:22:51 [2023-08-30T17:22:51.591Z] #56 10.72 go: downloading google.golang.org/protobuf v1.28.0
17:22:51 [2023-08-30T17:22:51.591Z] #56 10.78 go: downloading github.com/mattn/go-runewidth v0.0.9
17:22:51 [2023-08-30T17:22:51.591Z] #56 11.57 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
17:22:51 [2023-08-30T17:22:51.851Z] #56 ...
17:22:51 [2023-08-30T17:22:51.851Z] 
17:22:51 [2023-08-30T17:22:51.851Z] #65 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
17:22:51 [2023-08-30T17:22:51.851Z] #65 20.05 Selecting previously unselected package libffi-dev:arm64.
17:22:51 [2023-08-30T17:22:51.851Z] #65 20.06 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
17:22:51 [2023-08-30T17:22:51.851Z] #65 20.20 Unpacking libffi-dev:arm64 (3.3-6) ...
17:22:52 [2023-08-30T17:22:52.111Z] #65 ...
17:22:52 [2023-08-30T17:22:52.111Z] 
17:22:52 [2023-08-30T17:22:52.111Z] #62 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
17:22:52 [2023-08-30T17:22:52.111Z] #62 10.64 Selecting previously unselected package autotools-dev.
17:22:52 [2023-08-30T17:22:52.111Z] #62 10.64 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 10.65 Unpacking autotools-dev (20180224.1+nmu1) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 11.24 Selecting previously unselected package automake.
17:22:52 [2023-08-30T17:22:52.111Z] #62 11.25 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 11.37 Unpacking automake (1:1.16.3-2) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 12.60 Selecting previously unselected package patch.
17:22:52 [2023-08-30T17:22:52.111Z] #62 12.64 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 12.81 Unpacking patch (2.7.6-7) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 13.19 Selecting previously unselected package dpkg-dev.
17:22:52 [2023-08-30T17:22:52.111Z] #62 13.19 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 13.22 Unpacking dpkg-dev (1.20.12) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.00 Selecting previously unselected package build-essential.
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.01 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.02 Unpacking build-essential (12.9) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.36 Selecting previously unselected package libcap2:arm64.
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.36 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.41 Unpacking libcap2:arm64 (1:2.44-1) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.59 Selecting previously unselected package libcap-dev:arm64.
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.59 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.61 Unpacking libcap-dev:arm64 (1:2.44-1) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.97 Selecting previously unselected package libprotobuf-c1:arm64.
17:22:52 [2023-08-30T17:22:52.111Z] #62 14.97 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 15.00 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 15.08 Selecting previously unselected package libprotobuf-c-dev:arm64.
17:22:52 [2023-08-30T17:22:52.111Z] #62 15.08 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 15.09 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 15.28 Selecting previously unselected package libseccomp-dev:arm64.
17:22:52 [2023-08-30T17:22:52.111Z] #62 15.28 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 15.30 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 15.46 Selecting previously unselected package libsystemd-dev:arm64.
17:22:52 [2023-08-30T17:22:52.111Z] #62 15.47 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u4_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 15.51 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 17.40 Selecting previously unselected package libtool.
17:22:52 [2023-08-30T17:22:52.111Z] #62 17.40 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 17.80 Unpacking libtool (2.4.6-15) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 18.54 Selecting previously unselected package libudev-dev:arm64.
17:22:52 [2023-08-30T17:22:52.111Z] #62 18.54 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u4_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 18.56 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 19.49 Selecting previously unselected package libyajl2:arm64.
17:22:52 [2023-08-30T17:22:52.111Z] #62 19.49 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 19.56 Unpacking libyajl2:arm64 (2.1.0-3) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 19.96 Selecting previously unselected package libyajl-dev:arm64.
17:22:52 [2023-08-30T17:22:52.111Z] #62 19.96 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 19.97 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 20.51 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 20.77 Setting up libyajl2:arm64 (2.1.0-3) ...
17:22:52 [2023-08-30T17:22:52.111Z] #62 ...
17:22:52 [2023-08-30T17:22:52.111Z] 
17:22:52 [2023-08-30T17:22:52.111Z] #57 [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
17:22:52 [2023-08-30T17:22:52.111Z] #57 14.52 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
17:22:52 [2023-08-30T17:22:52.111Z] #57 15.29 #=#=#                                                                         
17:22:52 [2023-08-30T17:22:52.111Z] #57 15.67 #=#=#                                                                         

######################################################################## 100.0%
17:22:52 [2023-08-30T17:22:52.111Z] #57 16.10 
17:22:52 [2023-08-30T17:22:52.111Z] #57 17.93 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
17:22:52 [2023-08-30T17:22:52.111Z] #57 18.98 #=#=#                                                                         
17:22:52 [2023-08-30T17:22:52.111Z] #57 19.24 #=#=#                                                                         

######################################################################## 100.0%
17:22:52 [2023-08-30T17:22:52.111Z] #57 20.01 
17:22:52 [2023-08-30T17:22:52.111Z] #57 20.57 Download of images into '/build' complete.
17:22:52 [2023-08-30T17:22:52.111Z] #57 20.57 Use something like the following to load the result into a Docker daemon:
17:22:52 [2023-08-30T17:22:52.111Z] #57 20.57   tar -cC '/build' . | docker load
17:22:52 [2023-08-30T17:22:52.371Z] #57 ...
17:22:52 [2023-08-30T17:22:52.371Z] 
17:22:52 [2023-08-30T17:22:52.371Z] #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
17:22:52 [2023-08-30T17:22:52.371Z] #68 21.03 tomll can be used in two ways:
17:22:52 [2023-08-30T17:22:52.371Z] #68 21.03 Writing to STDIN and reading from STDOUT:
17:22:52 [2023-08-30T17:22:52.371Z] #68 21.03   cat file.toml | tomll > file.toml
17:22:52 [2023-08-30T17:22:52.371Z] #68 21.03 
17:22:52 [2023-08-30T17:22:52.371Z] #68 21.03 Reading and updating a list of files:
17:22:52 [2023-08-30T17:22:52.371Z] #68 21.03   tomll a.toml b.toml c.toml
17:22:52 [2023-08-30T17:22:52.371Z] #68 21.03 
17:22:52 [2023-08-30T17:22:52.371Z] #68 21.03 When given a list of files, tomll will modify all files in place without asking.
17:22:53 [2023-08-30T17:22:53.456Z] #68 ...
17:22:53 [2023-08-30T17:22:53.456Z] 
17:22:53 [2023-08-30T17:22:53.456Z] #66 [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
17:22:53 [2023-08-30T17:22:53.456Z] #66 10.44 Reading package lists...
17:22:53 [2023-08-30T17:22:53.456Z] #66 11.29 Building dependency tree...
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.03 gcc is already the newest version (4:10.2.1-1).
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.03 libc6-dev is already the newest version (2.31-13+deb11u6).
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.03 The following additional packages will be installed:
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.03   bzip2 patch xz-utils
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.04 Suggested packages:
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.04   bzip2-doc debian-keyring seccomp ed diffutils-doc
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.04 Recommended packages:
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.04   build-essential fakeroot libalgorithm-merge-perl
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.14 The following NEW packages will be installed:
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.14   bzip2 dpkg-dev libseccomp-dev patch xz-utils
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.42 0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.42 Need to get 2790 kB of archives.
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.42 After this operation, 4077 kB of additional disk space will be used.
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.42 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.53 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.56 Get:3 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.57 Get:4 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
17:22:53 [2023-08-30T17:22:53.456Z] #66 12.66 Get:5 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.08 debconf: delaying package configuration, since apt-utils is not installed
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.25 Fetched 2790 kB in 1s (5427 kB/s)
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.31 Selecting previously unselected package bzip2.
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.31 (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.)
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.35 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.44 Unpacking bzip2 (1.0.8-4) ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.59 Selecting previously unselected package xz-utils.
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.60 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.65 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.86 Selecting previously unselected package patch.
17:22:53 [2023-08-30T17:22:53.456Z] #66 13.86 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 14.03 Unpacking patch (2.7.6-7) ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 14.26 Selecting previously unselected package dpkg-dev.
17:22:53 [2023-08-30T17:22:53.456Z] #66 14.27 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 14.31 Unpacking dpkg-dev (1.20.12) ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 15.03 Selecting previously unselected package libseccomp-dev:arm64.
17:22:53 [2023-08-30T17:22:53.456Z] #66 15.03 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 15.04 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 15.23 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 15.32 Setting up bzip2 (1.0.8-4) ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 15.39 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 15.45 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:22:53 [2023-08-30T17:22:53.456Z] #66 15.85 Setting up patch (2.7.6-7) ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 16.75 Setting up dpkg-dev (1.20.12) ...
17:22:53 [2023-08-30T17:22:53.456Z] #66 ...
17:22:53 [2023-08-30T17:22:53.456Z] 
17:22:53 [2023-08-30T17:22:53.456Z] #65 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
17:22:53 [2023-08-30T17:22:53.456Z] #65 21.00 Selecting previously unselected package libglib2.0-data.
17:22:53 [2023-08-30T17:22:53.456Z] #65 21.00 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
17:22:53 [2023-08-30T17:22:53.456Z] #65 21.00 Unpacking libglib2.0-data (2.66.8-1) ...
17:22:54 [2023-08-30T17:22:54.025Z] #65 22.24 Selecting previously unselected package libglib2.0-bin.
17:22:54 [2023-08-30T17:22:54.025Z] #65 22.24 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
17:22:54 [2023-08-30T17:22:54.025Z] #65 22.52 Unpacking libglib2.0-bin (2.66.8-1) ...
17:22:54 [2023-08-30T17:22:54.717Z] #65 ...
17:22:54 [2023-08-30T17:22:54.717Z] 
17:22:54 [2023-08-30T17:22:54.717Z] #74 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
17:22:55 [2023-08-30T17:22:55.103Z] #74 ...
17:22:55 [2023-08-30T17:22:55.103Z] 
17:22:55 [2023-08-30T17:22:55.103Z] #64 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
17:22:55 [2023-08-30T17:22:55.103Z] #64 19.89 Selecting previously unselected package libxml2:arm64.
17:22:55 [2023-08-30T17:22:55.103Z] #64 19.89 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ...
17:22:55 [2023-08-30T17:22:55.103Z] #64 19.95 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
17:22:55 [2023-08-30T17:22:55.103Z] #64 20.57 Selecting previously unselected package libarchive13:arm64.
17:22:55 [2023-08-30T17:22:55.103Z] #64 20.65 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
17:22:55 [2023-08-30T17:22:55.103Z] #64 21.09 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
17:22:55 [2023-08-30T17:22:55.103Z] #64 22.06 Selecting previously unselected package libjsoncpp24:arm64.
17:22:55 [2023-08-30T17:22:55.103Z] #64 22.07 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
17:22:55 [2023-08-30T17:22:55.103Z] #64 22.19 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
17:22:55 [2023-08-30T17:22:55.671Z] #64 23.93 Selecting previously unselected package librhash0:arm64.
17:22:55 [2023-08-30T17:22:55.671Z] #64 23.93 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
17:22:55 [2023-08-30T17:22:55.931Z] #64 24.12 Unpacking librhash0:arm64 (1.4.1-2) ...
17:22:57 [2023-08-30T17:22:57.311Z] #64 25.32 Selecting previously unselected package libuv1:arm64.
17:22:57 [2023-08-30T17:22:57.311Z] #64 25.32 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
17:22:57 [2023-08-30T17:22:57.311Z] #64 ...
17:22:57 [2023-08-30T17:22:57.311Z] 
17:22:57 [2023-08-30T17:22:57.311Z] #31 [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
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.89 NAME:
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90    go-winres - A tool for embedding resources in Windows executables
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90 
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90 USAGE:
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90    go-winres [global options] command [command options] [arguments...]
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90 
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90 COMMANDS:
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90    init     Create an initial ./winres/winres.json
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90    make     Make syso files for the "go build" command
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90    simply   Make syso files for the "go build" command (simplified)
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90    extract  Extract all resources from an executable
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90    patch    Replace resources in an executable file (exe, dll)
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90    help, h  Shows a list of commands or help for one command
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90 
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90 GLOBAL OPTIONS:
17:22:57 [2023-08-30T17:22:57.311Z] #31 23.90    --help, -h  show help (default: false)
17:23:02 [2023-08-30T17:23:02.596Z] #31 ...
17:23:02 [2023-08-30T17:23:02.596Z] 
17:23:02 [2023-08-30T17:23:02.596Z] #62 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
17:23:02 [2023-08-30T17:23:02.596Z] #62 20.98 Setting up bzip2 (1.0.8-4) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 21.69 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 22.48 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 23.47 Setting up libcap2:arm64 (1:2.44-1) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 24.26 Setting up autotools-dev (20180224.1+nmu1) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 24.76 Setting up libsigsegv2:arm64 (2.13-1) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 24.90 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 25.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:23:02 [2023-08-30T17:23:02.596Z] #62 25.03 Setting up patch (2.7.6-7) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 25.13 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 25.39 Setting up libyajl-dev:arm64 (2.1.0-3) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 25.56 Setting up libcap-dev:arm64 (1:2.44-1) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 26.06 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 26.48 Setting up libtool (2.4.6-15) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 26.83 Setting up m4 (1.4.18-5) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 27.14 Setting up dpkg-dev (1.20.12) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 27.86 Setting up autoconf (2.69-14) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 28.87 Setting up build-essential (12.9) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 29.31 Setting up automake (1:1.16.3-2) ...
17:23:02 [2023-08-30T17:23:02.596Z] #62 29.54 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
17:23:02 [2023-08-30T17:23:02.597Z] #62 29.74 Processing triggers for libc-bin (2.31-13+deb11u6) ...
17:23:02 [2023-08-30T17:23:02.597Z] #62 ...
17:23:02 [2023-08-30T17:23:02.597Z] 
17:23:02 [2023-08-30T17:23:02.597Z] #65 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
17:23:02 [2023-08-30T17:23:02.597Z] #65 24.11 Selecting previously unselected package python3-lib2to3.
17:23:02 [2023-08-30T17:23:02.597Z] #65 24.11 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 24.26 Unpacking python3-lib2to3 (3.9.2-1) ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 25.10 Selecting previously unselected package python3-distutils.
17:23:02 [2023-08-30T17:23:02.597Z] #65 25.10 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 25.15 Unpacking python3-distutils (3.9.2-1) ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 26.30 Selecting previously unselected package libglib2.0-dev-bin.
17:23:02 [2023-08-30T17:23:02.597Z] #65 26.30 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 26.45 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 27.18 Selecting previously unselected package libsepol1-dev:arm64.
17:23:02 [2023-08-30T17:23:02.597Z] #65 27.19 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 27.33 Unpacking libsepol1-dev:arm64 (3.1-1) ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 28.87 Selecting previously unselected package libpcre2-16-0:arm64.
17:23:02 [2023-08-30T17:23:02.597Z] #65 28.88 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 29.00 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 29.66 Selecting previously unselected package libpcre2-32-0:arm64.
17:23:02 [2023-08-30T17:23:02.597Z] #65 29.66 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
17:23:02 [2023-08-30T17:23:02.597Z] #65 29.79 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
17:23:02 [2023-08-30T17:23:02.857Z] #65 31.20 Selecting previously unselected package libpcre2-posix2:arm64.
17:23:02 [2023-08-30T17:23:02.857Z] #65 31.20 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
17:23:03 [2023-08-30T17:23:03.117Z] #65 31.36 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
17:23:03 [2023-08-30T17:23:03.689Z] #65 31.85 Selecting previously unselected package libpcre2-dev:arm64.
17:23:03 [2023-08-30T17:23:03.689Z] #65 31.86 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
17:23:03 [2023-08-30T17:23:03.689Z] #65 ...
17:23:03 [2023-08-30T17:23:03.689Z] 
17:23:03 [2023-08-30T17:23:03.689Z] #67 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
17:23:03 [2023-08-30T17:23:03.689Z] #67 32.30 gotestsum version dev
17:23:04 [2023-08-30T17:23:04.258Z] #67 ...
17:23:04 [2023-08-30T17:23:04.258Z] 
17:23:04 [2023-08-30T17:23:04.258Z] #63 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
17:23:04 [2023-08-30T17:23:04.258Z] #63 22.63 v3.6.0
17:23:04 [2023-08-30T17:23:04.258Z] #63 ...
17:23:04 [2023-08-30T17:23:04.258Z] 
17:23:04 [2023-08-30T17:23:04.258Z] #65 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
17:23:04 [2023-08-30T17:23:04.258Z] #65 32.08 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
17:23:04 [2023-08-30T17:23:04.258Z] #65 32.58 Selecting previously unselected package libselinux1-dev:arm64.
17:23:04 [2023-08-30T17:23:04.258Z] #65 32.59 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
17:23:04 [2023-08-30T17:23:04.258Z] #65 32.63 Unpacking libselinux1-dev:arm64 (3.1-3) ...
17:23:04 [2023-08-30T17:23:04.827Z] #65 33.03 Selecting previously unselected package libmount-dev:arm64.
17:23:04 [2023-08-30T17:23:04.827Z] #65 33.04 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
17:23:04 [2023-08-30T17:23:04.827Z] #65 33.12 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
17:23:05 [2023-08-30T17:23:05.473Z] #65 33.57 Selecting previously unselected package libpcre16-3:arm64.
17:23:05 [2023-08-30T17:23:05.473Z] #65 33.58 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
17:23:05 [2023-08-30T17:23:05.473Z] #65 33.60 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
17:23:06 [2023-08-30T17:23:06.434Z] #65 34.55 Selecting previously unselected package libpcre32-3:arm64.
17:23:06 [2023-08-30T17:23:06.434Z] #65 34.55 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
17:23:06 [2023-08-30T17:23:06.434Z] #65 34.63 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
17:23:06 [2023-08-30T17:23:06.696Z] #65 35.20 Selecting previously unselected package libpcrecpp0v5:arm64.
17:23:06 [2023-08-30T17:23:06.956Z] #65 35.20 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
17:23:06 [2023-08-30T17:23:06.956Z] #65 35.29 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
17:23:07 [2023-08-30T17:23:07.216Z] #65 ...
17:23:07 [2023-08-30T17:23:07.216Z] 
17:23:07 [2023-08-30T17:23:07.216Z] #64 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
17:23:07 [2023-08-30T17:23:07.216Z] #64 25.44 Unpacking libuv1:arm64 (1.40.0-2) ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 26.18 Selecting previously unselected package cmake.
17:23:07 [2023-08-30T17:23:07.216Z] #64 26.19 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 26.31 Unpacking cmake (3.18.4-2+deb11u1) ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 28.17 Setting up libicu67:arm64 (67.1-7) ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 28.79 Setting up libuv1:arm64 (1.40.0-2) ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 29.17 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 29.48 Setting up librhash0:arm64 (1.4.1-2) ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 29.78 Setting up cmake-data (3.18.4-2+deb11u1) ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 30.70 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 31.28 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 31.62 Setting up cmake (3.18.4-2+deb11u1) ...
17:23:07 [2023-08-30T17:23:07.216Z] #64 31.80 Processing triggers for libc-bin (2.31-13+deb11u6) ...
17:23:07 [2023-08-30T17:23:07.475Z] #64 ...
17:23:07 [2023-08-30T17:23:07.475Z] 
17:23:07 [2023-08-30T17:23:07.475Z] #65 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
17:23:07 [2023-08-30T17:23:07.475Z] #65 35.75 Selecting previously unselected package libpcre3-dev:arm64.
17:23:07 [2023-08-30T17:23:07.475Z] #65 35.76 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
17:23:07 [2023-08-30T17:23:07.475Z] #65 35.83 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
17:23:08 [2023-08-30T17:23:08.046Z] #65 36.40 Selecting previously unselected package zlib1g-dev:arm64.
17:23:08 [2023-08-30T17:23:08.046Z] #65 36.40 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
17:23:08 [2023-08-30T17:23:08.306Z] #65 36.56 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
17:23:08 [2023-08-30T17:23:08.565Z] #65 36.94 Selecting previously unselected package libglib2.0-dev:arm64.
17:23:08 [2023-08-30T17:23:08.825Z] #65 36.94 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
17:23:08 [2023-08-30T17:23:08.825Z] #65 37.00 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
17:23:09 [2023-08-30T17:23:09.764Z] #65 37.89 Selecting previously unselected package libsecret-1-dev:arm64.
17:23:09 [2023-08-30T17:23:09.764Z] #65 37.89 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
17:23:09 [2023-08-30T17:23:09.764Z] #65 37.95 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
17:23:10 [2023-08-30T17:23:10.334Z] #65 38.45 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
17:23:10 [2023-08-30T17:23:10.334Z] #65 38.64 Setting up libpcre16-3:arm64 (2:8.39-13) ...
17:23:10 [2023-08-30T17:23:10.334Z] #65 38.84 Setting up libsepol1-dev:arm64 (3.1-1) ...
17:23:10 [2023-08-30T17:23:10.914Z] #65 39.04 Setting up libffi-dev:arm64 (3.3-6) ...
17:23:11 [2023-08-30T17:23:11.174Z] #65 39.32 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
17:23:11 [2023-08-30T17:23:11.174Z] #65 39.51 Setting up libbtrfs0:arm64 (5.10.1-2) ...
17:23:11 [2023-08-30T17:23:11.434Z] #65 39.70 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
17:23:11 [2023-08-30T17:23:11.730Z] #65 39.85 Setting up libglib2.0-data (2.66.8-1) ...
17:23:11 [2023-08-30T17:23:11.730Z] #65 40.01 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
17:23:12 [2023-08-30T17:23:12.021Z] #65 40.40 Setting up libpcre32-3:arm64 (2:8.39-13) ...
17:23:12 [2023-08-30T17:23:12.281Z] #65 40.64 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
17:23:12 [2023-08-30T17:23:12.541Z] #65 40.84 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
17:23:12 [2023-08-30T17:23:12.812Z] #65 41.01 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
17:23:12 [2023-08-30T17:23:12.812Z] #65 41.22 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
17:23:13 [2023-08-30T17:23:13.072Z] #65 41.37 Setting up python3-lib2to3 (3.9.2-1) ...
17:23:13 [2023-08-30T17:23:13.641Z] #65 41.76 Setting up libelf1:arm64 (0.183-1) ...
17:23:13 [2023-08-30T17:23:13.641Z] #65 41.88 Setting up libsecret-common (0.20.4-2) ...
17:23:13 [2023-08-30T17:23:13.904Z] #65 42.04 Setting up python3-distutils (3.9.2-1) ...
17:23:14 [2023-08-30T17:23:14.164Z] #65 42.37 Setting up libglib2.0-dev-bin (2.66.8-1) ...
17:23:14 [2023-08-30T17:23:14.733Z] #65 42.94 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
17:23:14 [2023-08-30T17:23:14.733Z] #65 43.11 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
17:23:15 [2023-08-30T17:23:15.000Z] #65 43.26 Setting up libselinux1-dev:arm64 (3.1-3) ...
17:23:15 [2023-08-30T17:23:15.000Z] #65 43.38 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
17:23:15 [2023-08-30T17:23:15.260Z] #65 43.54 Setting up libglib2.0-bin (2.66.8-1) ...
17:23:15 [2023-08-30T17:23:15.520Z] #65 43.68 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
17:23:15 [2023-08-30T17:23:15.520Z] #65 43.84 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
17:23:15 [2023-08-30T17:23:15.520Z] #65 43.89 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
17:23:15 [2023-08-30T17:23:15.780Z] #65 44.01 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
17:23:15 [2023-08-30T17:23:15.780Z] #65 44.11 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
17:23:16 [2023-08-30T17:23:16.079Z] #65 44.35 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
17:23:16 [2023-08-30T17:23:16.079Z] #65 44.50 No schema files found: doing nothing.
17:23:16 [2023-08-30T17:23:16.079Z] #65 44.51 Processing triggers for libc-bin (2.31-13+deb11u6) ...
17:23:16 [2023-08-30T17:23:16.719Z] #65 44.95 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
17:23:22 [2023-08-30T17:23:22.003Z] #65 ...
17:23:22 [2023-08-30T17:23:22.003Z] 
17:23:22 [2023-08-30T17:23:22.003Z] #57 [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
17:23:22 [2023-08-30T17:23:22.003Z] #57 DONE 54.0s
17:23:22 [2023-08-30T17:23:22.003Z] 
17:23:22 [2023-08-30T17:23:22.003Z] #65 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
17:23:22 [2023-08-30T17:23:22.263Z] #65 ...
17:23:22 [2023-08-30T17:23:22.263Z] 
17:23:22 [2023-08-30T17:23:22.263Z] #63 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
17:23:22 [2023-08-30T17:23:22.263Z] #63 DONE 50.8s
17:23:22 [2023-08-30T17:23:22.263Z] 
17:23:22 [2023-08-30T17:23:22.263Z] #70 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.3" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:23:22 [2023-08-30T17:23:22.263Z] #70 DONE 50.1s
17:23:22 [2023-08-30T17:23:22.263Z] 
17:23:22 [2023-08-30T17:23:22.263Z] #75 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
17:23:22 [2023-08-30T17:23:22.263Z] #75 ...
17:23:22 [2023-08-30T17:23:22.263Z] 
17:23:22 [2023-08-30T17:23:22.263Z] #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
17:23:22 [2023-08-30T17:23:22.263Z] #68 DONE 50.9s
17:23:22 [2023-08-30T17:23:22.263Z] 
17:23:22 [2023-08-30T17:23:22.263Z] #31 [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
17:23:22 [2023-08-30T17:23:22.263Z] #31 DONE 50.9s
17:23:22 [2023-08-30T17:23:22.263Z] 
17:23:22 [2023-08-30T17:23:22.263Z] #67 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
17:23:22 [2023-08-30T17:23:22.263Z] #67 DONE 50.9s
17:23:22 [2023-08-30T17:23:22.263Z] 
17:23:22 [2023-08-30T17:23:22.263Z] #62 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
17:23:22 [2023-08-30T17:23:22.263Z] #62 DONE 50.9s
17:23:22 [2023-08-30T17:23:22.523Z] 
17:23:22 [2023-08-30T17:23:22.523Z] #66 [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
17:23:22 [2023-08-30T17:23:22.523Z] #66 DONE 50.9s
17:23:22 [2023-08-30T17:23:22.523Z] 
17:23:22 [2023-08-30T17:23:22.523Z] #65 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
17:23:22 [2023-08-30T17:23:22.523Z] #65 DONE 50.9s
17:23:22 [2023-08-30T17:23:22.523Z] 
17:23:22 [2023-08-30T17:23:22.523Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
17:23:22 [2023-08-30T17:23:22.523Z] #76 ...
17:23:22 [2023-08-30T17:23:22.523Z] 
17:23:22 [2023-08-30T17:23:22.523Z] #64 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
17:23:22 [2023-08-30T17:23:22.523Z] #64 DONE 50.8s
17:23:22 [2023-08-30T17:23:22.523Z] 
17:23:22 [2023-08-30T17:23:22.523Z] #72 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
17:23:22 [2023-08-30T17:23:22.523Z] #72 DONE 41.4s
17:23:22 [2023-08-30T17:23:22.784Z] 
17:23:22 [2023-08-30T17:23:22.784Z] #77 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
17:23:22 [2023-08-30T17:23:22.784Z] #77 DONE 0.4s
17:23:22 [2023-08-30T17:23:22.784Z] 
17:23:22 [2023-08-30T17:23:22.784Z] #78 [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
17:23:23 [2023-08-30T17:23:23.353Z] #78 ...
17:23:23 [2023-08-30T17:23:23.353Z] 
17:23:23 [2023-08-30T17:23:23.353Z] #75 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
17:23:23 [2023-08-30T17:23:23.353Z] #75 DONE 0.8s
17:23:23 [2023-08-30T17:23:23.353Z] 
17:23:23 [2023-08-30T17:23:23.354Z] #79 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
17:23:23 [2023-08-30T17:23:23.354Z] #79 DONE 0.2s
17:23:23 [2023-08-30T17:23:23.354Z] 
17:23:23 [2023-08-30T17:23:23.354Z] #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
17:23:24 [2023-08-30T17:23:24.734Z] #80 2.003 Cloning into '/tmp/crun-build'...
17:23:25 [2023-08-30T17:23:25.676Z] #80 3.153 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
17:23:25 [2023-08-30T17:23:25.676Z] #80 3.167 Cloning into '/tmp/crun-build/libocispec'...
17:23:26 [2023-08-30T17:23:26.247Z] #80 3.630 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
17:23:26 [2023-08-30T17:23:26.247Z] #80 3.636 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
17:23:26 [2023-08-30T17:23:26.247Z] #80 3.637 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
17:23:26 [2023-08-30T17:23:26.247Z] #80 3.637 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
17:23:26 [2023-08-30T17:23:26.247Z] #80 3.646 Cloning into '/tmp/crun-build/libocispec/image-spec'...
17:23:26 [2023-08-30T17:23:26.247Z] #80 ...
17:23:26 [2023-08-30T17:23:26.247Z] 
17:23:26 [2023-08-30T17:23:26.247Z] #73 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
17:23:26 [2023-08-30T17:23:26.247Z] #73 DONE 45.0s
17:23:26 [2023-08-30T17:23:26.247Z] 
17:23:26 [2023-08-30T17:23:26.247Z] #81 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:23:28 [2023-08-30T17:23:28.788Z] #81 ...
17:23:28 [2023-08-30T17:23:28.788Z] 
17:23:28 [2023-08-30T17:23:28.788Z] #74 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
17:23:28 [2023-08-30T17:23:28.788Z] #74 DONE 44.0s
17:23:28 [2023-08-30T17:23:28.788Z] 
17:23:28 [2023-08-30T17:23:28.788Z] #78 [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
17:23:28 [2023-08-30T17:23:28.788Z] #78 3.303 Hit:1 http://deb.debian.org/debian bullseye InRelease
17:23:28 [2023-08-30T17:23:28.788Z] #78 3.303 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
17:23:28 [2023-08-30T17:23:28.788Z] #78 3.303 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
17:23:28 [2023-08-30T17:23:28.788Z] #78 4.695 Reading package lists...
17:23:28 [2023-08-30T17:23:28.788Z] #78 5.330 + apt-get  install -y --no-install-recommends gcc libc6-dev
17:23:28 [2023-08-30T17:23:28.788Z] #78 5.342 Reading package lists...
17:23:28 [2023-08-30T17:23:28.788Z] #78 5.927 Building dependency tree...
17:23:28 [2023-08-30T17:23:28.788Z] #78 6.132 Reading state information...
17:23:29 [2023-08-30T17:23:29.048Z] #78 6.493 gcc is already the newest version (4:10.2.1-1).
17:23:29 [2023-08-30T17:23:29.048Z] #78 6.493 libc6-dev is already the newest version (2.31-13+deb11u6).
17:23:29 [2023-08-30T17:23:29.048Z] #78 6.493 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
17:23:29 [2023-08-30T17:23:29.308Z] #78 DONE 6.8s
17:23:29 [2023-08-30T17:23:29.308Z] 
17:23:29 [2023-08-30T17:23:29.308Z] #81 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:23:29 [2023-08-30T17:23:29.308Z] #81 2.618 + bin/ctr
17:23:29 [2023-08-30T17:23:29.308Z] #81 2.618 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
17:23:29 [2023-08-30T17:23:29.308Z] #81 ...
17:23:29 [2023-08-30T17:23:29.308Z] 
17:23:29 [2023-08-30T17:23:29.308Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
17:23:29 [2023-08-30T17:23:29.308Z] #82 DONE 0.9s
17:23:29 [2023-08-30T17:23:29.568Z] 
17:23:29 [2023-08-30T17:23:29.568Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
17:23:30 [2023-08-30T17:23:30.137Z] #83 DONE 0.8s
17:23:30 [2023-08-30T17:23:30.137Z] 
17:23:30 [2023-08-30T17:23:30.137Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
17:23:31 [2023-08-30T17:23:31.518Z] #84 DONE 1.1s
17:23:31 [2023-08-30T17:23:31.518Z] 
17:23:31 [2023-08-30T17:23:31.518Z] #85 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.085 -- The C compiler identification is GNU 10.2.1
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.099 -- Detecting C compiler ABI info
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.231 -- Detecting C compiler ABI info - done
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.249 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.249 -- Detecting C compile features
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.250 -- Detecting C compile features - done
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.260 -- Performing Test HAS_BUILTIN_FORTIFY
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.340 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.393 -- Configuring done
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.397 -- Generating done
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.415 -- Build files have been written to: /go/src/github.com/krallin/tini
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.495 Scanning dependencies of target tini-static
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.511 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.777 [100%] Linking C executable tini-static
17:23:31 [2023-08-30T17:23:31.518Z] #85 1.933 [100%] Built target tini-static
17:23:32 [2023-08-30T17:23:32.900Z] #85 DONE 3.3s
17:23:32 [2023-08-30T17:23:32.900Z] 
17:23:32 [2023-08-30T17:23:32.900Z] #86 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
17:23:32 [2023-08-30T17:23:32.900Z] #86 DONE 1.4s
17:23:32 [2023-08-30T17:23:32.900Z] 
17:23:32 [2023-08-30T17:23:32.900Z] #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
17:23:32 [2023-08-30T17:23:32.900Z] #80 4.337 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
17:23:32 [2023-08-30T17:23:32.900Z] #80 4.843 Cloning into '/tmp/crun-build/libocispec/yajl'...
17:23:32 [2023-08-30T17:23:32.900Z] #80 5.273 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
17:23:32 [2023-08-30T17:23:32.900Z] #80 5.387 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
17:23:32 [2023-08-30T17:23:32.900Z] #80 5.483 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
17:23:32 [2023-08-30T17:23:32.900Z] #80 10.42 aclocal: warning: couldn't open directory 'm4': No such file or directory
17:23:33 [2023-08-30T17:23:33.470Z] #80 ...
17:23:33 [2023-08-30T17:23:33.470Z] 
17:23:33 [2023-08-30T17:23:33.470Z] #87 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
17:23:33 [2023-08-30T17:23:33.470Z] #87 DONE 0.1s
17:23:33 [2023-08-30T17:23:33.470Z] 
17:23:33 [2023-08-30T17:23:33.470Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
17:23:33 [2023-08-30T17:23:33.470Z] #76 3.003 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 .
17:23:33 [2023-08-30T17:23:33.470Z] #76 ...
17:23:33 [2023-08-30T17:23:33.470Z] 
17:23:33 [2023-08-30T17:23:33.470Z] #88 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
17:23:33 [2023-08-30T17:23:33.470Z] #88 DONE 0.0s
17:23:33 [2023-08-30T17:23:33.470Z] 
17:23:33 [2023-08-30T17:23:33.470Z] #89 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
17:23:37 [2023-08-30T17:23:37.668Z] #89 DONE 3.3s
17:23:37 [2023-08-30T17:23:37.668Z] 
17:23:37 [2023-08-30T17:23:37.668Z] #69 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
17:23:37 [2023-08-30T17:23:37.668Z] #69 62.70 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
17:23:37 [2023-08-30T17:23:37.668Z] #69 62.80 Docker version unknown-version, build unknown-commit
17:23:37 [2023-08-30T17:23:37.668Z] #69 DONE 65.3s
17:23:37 [2023-08-30T17:23:37.668Z] 
17:23:37 [2023-08-30T17:23:37.668Z] #90 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
17:23:37 [2023-08-30T17:23:37.668Z] #90 DONE 0.1s
17:23:37 [2023-08-30T17:23:37.668Z] 
17:23:37 [2023-08-30T17:23:37.668Z] #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
17:23:37 [2023-08-30T17:23:37.668Z] #80 14.00 libtoolize: putting auxiliary files in '.'.
17:23:37 [2023-08-30T17:23:37.668Z] #80 14.00 libtoolize: copying file './ltmain.sh'
17:23:37 [2023-08-30T17:23:37.668Z] #80 14.68 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
17:23:37 [2023-08-30T17:23:37.668Z] #80 14.68 libtoolize: and rerunning libtoolize and aclocal.
17:23:37 [2023-08-30T17:23:37.668Z] #80 14.68 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
17:23:37 [2023-08-30T17:23:37.668Z] #80 ...
17:23:37 [2023-08-30T17:23:37.668Z] 
17:23:37 [2023-08-30T17:23:37.668Z] #56 [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
17:23:37 [2023-08-30T17:23:37.668Z] #56 65.77 golangci-lint has version v1.54.2 built with go1.20.7 from (unknown, mod sum: "h1:oR9zxfWYxt7hFqk6+fw6Enr+E7F0SN2nqHhJYyIb0yo=") on (unknown)
17:23:37 [2023-08-30T17:23:37.668Z] #56 DONE 66.0s
17:23:37 [2023-08-30T17:23:37.668Z] 
17:23:37 [2023-08-30T17:23:37.668Z] #81 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:23:38 [2023-08-30T17:23:38.238Z] #81 ...
17:23:38 [2023-08-30T17:23:38.238Z] 
17:23:38 [2023-08-30T17:23:38.238Z] #91 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
17:23:38 [2023-08-30T17:23:38.809Z] #91 DONE 0.8s
17:23:38 [2023-08-30T17:23:38.809Z] 
17:23:38 [2023-08-30T17:23:38.809Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
17:23:39 [2023-08-30T17:23:39.071Z] #76 ...
17:23:39 [2023-08-30T17:23:39.071Z] 
17:23:39 [2023-08-30T17:23:39.071Z] #92 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
17:23:39 [2023-08-30T17:23:39.331Z] #92 DONE 0.2s
17:23:39 [2023-08-30T17:23:39.331Z] 
17:23:39 [2023-08-30T17:23:39.331Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
17:23:39 [2023-08-30T17:23:39.904Z] #76 ...
17:23:39 [2023-08-30T17:23:39.904Z] 
17:23:39 [2023-08-30T17:23:39.904Z] #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
17:23:39 [2023-08-30T17:23:39.904Z] #80 17.55 configure.ac:7: installing './compile'
17:23:39 [2023-08-30T17:23:39.904Z] #80 17.55 configure.ac:11: installing './config.guess'
17:23:39 [2023-08-30T17:23:39.904Z] #80 17.56 configure.ac:11: installing './config.sub'
17:23:39 [2023-08-30T17:23:39.904Z] #80 17.56 configure.ac:8: installing './install-sh'
17:23:39 [2023-08-30T17:23:39.904Z] #80 17.56 configure.ac:8: installing './missing'
17:23:39 [2023-08-30T17:23:39.904Z] #80 17.59 Makefile.am: installing './depcomp'
17:23:40 [2023-08-30T17:23:40.475Z] #80 18.16 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
17:23:40 [2023-08-30T17:23:40.475Z] #80 18.16 libtoolize: copying file 'build-aux/ltmain.sh'
17:23:40 [2023-08-30T17:23:40.734Z] #80 18.30 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
17:23:40 [2023-08-30T17:23:40.734Z] #80 18.30 libtoolize: copying file 'm4/libtool.m4'
17:23:40 [2023-08-30T17:23:40.995Z] #80 ...
17:23:40 [2023-08-30T17:23:40.995Z] 
17:23:40 [2023-08-30T17:23:40.995Z] #71 [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
17:23:40 [2023-08-30T17:23:40.995Z] #71 68.65 Docker version 24.0.2, build cb74dfc
17:23:40 [2023-08-30T17:23:40.995Z] #71 DONE 69.2s
17:23:40 [2023-08-30T17:23:40.995Z] 
17:23:40 [2023-08-30T17:23:40.995Z] #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
17:23:40 [2023-08-30T17:23:40.995Z] #80 18.43 libtoolize: copying file 'm4/ltoptions.m4'
17:23:40 [2023-08-30T17:23:40.995Z] #80 18.57 libtoolize: copying file 'm4/ltsugar.m4'
17:23:40 [2023-08-30T17:23:40.995Z] #80 18.68 libtoolize: copying file 'm4/ltversion.m4'
17:23:41 [2023-08-30T17:23:41.255Z] #80 18.86 libtoolize: copying file 'm4/lt~obsolete.m4'
17:23:41 [2023-08-30T17:23:41.514Z] #80 19.01 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
17:23:44 [2023-08-30T17:23:44.055Z] #80 21.79 configure.ac:7: installing 'build-aux/compile'
17:23:44 [2023-08-30T17:23:44.055Z] #80 21.79 configure.ac:9: installing 'build-aux/config.guess'
17:23:44 [2023-08-30T17:23:44.315Z] #80 21.79 configure.ac:9: installing 'build-aux/config.sub'
17:23:44 [2023-08-30T17:23:44.315Z] #80 21.80 configure.ac:11: installing 'build-aux/install-sh'
17:23:44 [2023-08-30T17:23:44.315Z] #80 21.80 configure.ac:11: installing 'build-aux/missing'
17:23:44 [2023-08-30T17:23:44.315Z] #80 21.84 Makefile.am: installing 'build-aux/depcomp'
17:23:44 [2023-08-30T17:23:44.315Z] #80 21.86 parallel-tests: installing 'build-aux/test-driver'
17:23:45 [2023-08-30T17:23:45.255Z] #80 22.69 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
17:23:45 [2023-08-30T17:23:45.255Z] #80 22.69 libtoolize: copying file 'build-aux/ltmain.sh'
17:23:45 [2023-08-30T17:23:45.515Z] #80 23.06 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
17:23:45 [2023-08-30T17:23:45.515Z] #80 23.06 libtoolize: copying file 'm4/libtool.m4'
17:23:45 [2023-08-30T17:23:45.515Z] #80 23.17 libtoolize: copying file 'm4/ltoptions.m4'
17:23:45 [2023-08-30T17:23:45.515Z] #80 23.23 libtoolize: copying file 'm4/ltsugar.m4'
17:23:45 [2023-08-30T17:23:45.775Z] #80 23.30 libtoolize: copying file 'm4/ltversion.m4'
17:23:45 [2023-08-30T17:23:45.775Z] #80 23.33 libtoolize: copying file 'm4/lt~obsolete.m4'
17:23:46 [2023-08-30T17:23:46.345Z] #80 ...
17:23:46 [2023-08-30T17:23:46.345Z] 
17:23:46 [2023-08-30T17:23:46.345Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
17:23:46 [2023-08-30T17:23:46.345Z] #76 DONE 23.8s
17:23:46 [2023-08-30T17:23:46.605Z] 
17:23:46 [2023-08-30T17:23:46.606Z] #81 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:23:46 [2023-08-30T17:23:46.866Z] #81 ...
17:23:46 [2023-08-30T17:23:46.866Z] 
17:23:46 [2023-08-30T17:23:46.866Z] #93 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
17:23:47 [2023-08-30T17:23:47.126Z] #93 DONE 0.1s
17:23:47 [2023-08-30T17:23:47.126Z] 
17:23:47 [2023-08-30T17:23:47.126Z] #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
17:23:49 [2023-08-30T17:23:49.034Z] #80 26.58 configure.ac:11: installing 'build-aux/compile'
17:23:49 [2023-08-30T17:23:49.034Z] #80 26.58 configure.ac:11: installing 'build-aux/config.guess'
17:23:49 [2023-08-30T17:23:49.034Z] #80 26.58 configure.ac:11: installing 'build-aux/config.sub'
17:23:49 [2023-08-30T17:23:49.034Z] #80 26.59 configure.ac:13: installing 'build-aux/install-sh'
17:23:49 [2023-08-30T17:23:49.034Z] #80 26.59 configure.ac:13: installing 'build-aux/missing'
17:23:49 [2023-08-30T17:23:49.034Z] #80 26.59 configure.ac:8: installing 'build-aux/tap-driver.sh'
17:23:49 [2023-08-30T17:23:49.034Z] #80 26.64 Makefile.am: installing 'build-aux/depcomp'
17:23:49 [2023-08-30T17:23:49.292Z] #80 26.97 checking build system type... aarch64-unknown-linux-gnu
17:23:49 [2023-08-30T17:23:49.292Z] #80 27.04 checking host system type... aarch64-unknown-linux-gnu
17:23:49 [2023-08-30T17:23:49.292Z] #80 27.04 checking how to print strings... printf
17:23:49 [2023-08-30T17:23:49.551Z] #80 27.04 checking for gcc... gcc
17:23:49 [2023-08-30T17:23:49.551Z] #80 27.08 checking whether the C compiler works... yes
17:23:49 [2023-08-30T17:23:49.551Z] #80 27.12 checking for C compiler default output file name... a.out
17:23:49 [2023-08-30T17:23:49.551Z] #80 27.12 checking for suffix of executables... 
17:23:49 [2023-08-30T17:23:49.551Z] #80 27.17 checking whether we are cross compiling... no
17:23:49 [2023-08-30T17:23:49.551Z] #80 27.22 checking for suffix of object files... o
17:23:49 [2023-08-30T17:23:49.551Z] #80 27.26 checking whether we are using the GNU C compiler... yes
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.29 checking whether gcc accepts -g... yes
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.33 checking for gcc option to accept ISO C89... none needed
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.38 checking whether gcc understands -c and -o together... yes
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.43 checking for a sed that does not truncate output... /bin/sed
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.45 checking for grep that handles long lines and -e... /bin/grep
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.45 checking for egrep... /bin/grep -E
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.45 checking for fgrep... /bin/grep -F
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.46 checking for ld used by gcc... /usr/bin/ld
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.47 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.47 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.47 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.51 checking whether ln -s works... yes
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.51 checking the maximum length of command line arguments... 1572864
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.52 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.52 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.52 checking for /usr/bin/ld option to reload object files... -r
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.52 checking for objdump... objdump
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.52 checking how to recognize dependent libraries... pass_all
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.52 checking for dlltool... no
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.52 checking how to associate runtime and link libraries... printf %s\n
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.52 checking for ar... ar
17:23:49 [2023-08-30T17:23:49.810Z] #80 27.52 checking for archiver @FILE support... @
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.56 checking for strip... strip
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.56 checking for ranlib... ranlib
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.56 checking for gawk... no
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.56 checking for mawk... mawk
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.56 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.65 checking for sysroot... no
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.65 checking for a working dd... /bin/dd
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.66 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.67 checking for mt... no
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.67 checking if : is a manifest tool... no
17:23:50 [2023-08-30T17:23:50.069Z] #80 27.67 checking how to run the C preprocessor... gcc -E
17:23:50 [2023-08-30T17:23:50.327Z] #80 27.74 checking for ANSI C header files... yes
17:23:50 [2023-08-30T17:23:50.327Z] #80 27.87 checking for sys/types.h... yes
17:23:50 [2023-08-30T17:23:50.327Z] #80 27.91 checking for sys/stat.h... yes
17:23:50 [2023-08-30T17:23:50.327Z] #80 27.96 checking for stdlib.h... yes
17:23:50 [2023-08-30T17:23:50.327Z] #80 28.01 checking for string.h... yes
17:23:50 [2023-08-30T17:23:50.587Z] #80 28.05 checking for memory.h... yes
17:23:50 [2023-08-30T17:23:50.587Z] #80 28.09 checking for strings.h... yes
17:23:50 [2023-08-30T17:23:50.587Z] #80 28.14 checking for inttypes.h... yes
17:23:50 [2023-08-30T17:23:50.587Z] #80 28.18 checking for stdint.h... yes
17:23:50 [2023-08-30T17:23:50.587Z] #80 28.22 checking for unistd.h... yes
17:23:50 [2023-08-30T17:23:50.587Z] #80 28.27 checking for dlfcn.h... yes
17:23:50 [2023-08-30T17:23:50.846Z] #80 28.31 checking for objdir... .libs
17:23:50 [2023-08-30T17:23:50.846Z] #80 28.41 checking if gcc supports -fno-rtti -fno-exceptions... no
17:23:50 [2023-08-30T17:23:50.846Z] #80 28.45 checking for gcc option to produce PIC... -fPIC -DPIC
17:23:50 [2023-08-30T17:23:50.846Z] #80 28.45 checking if gcc PIC flag -fPIC -DPIC works... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.49 checking if gcc static flag -static works... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.57 checking if gcc supports -c -o file.o... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.61 checking if gcc supports -c -o file.o... (cached) yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.61 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.63 checking dynamic linker characteristics... GNU/Linux ld.so
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.70 checking how to hardcode library paths into programs... immediate
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.70 checking whether stripping libraries is possible... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.70 checking if libtool supports shared libraries... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.70 checking whether to build shared libraries... no
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.70 checking whether to build static libraries... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.70 checking for a BSD-compatible install... /usr/bin/install -c
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.71 checking whether build environment is sane... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.72 checking for a thread-safe mkdir -p... /bin/mkdir -p
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.73 checking whether make sets $(MAKE)... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.74 checking whether make supports the include directive... yes (GNU style)
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.75 checking whether make supports nested variables... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.77 checking whether UID '0' is supported by ustar format... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.77 checking whether GID '0' is supported by ustar format... yes
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.77 checking how to create a ustar tar archive... gnutar
17:23:51 [2023-08-30T17:23:51.104Z] #80 28.79 checking dependency style of gcc... gcc3
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.84 checking whether to enable maintainer-specific portions of Makefiles... yes
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.84 checking whether make supports nested variables... (cached) yes
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.84 checking for gawk... (cached) mawk
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.84 checking for a sed that does not truncate output... (cached) /bin/sed
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.84 checking for gcc... (cached) gcc
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.87 checking whether we are using the GNU C compiler... (cached) yes
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.87 checking whether gcc accepts -g... (cached) yes
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.87 checking for gcc option to accept ISO C89... (cached) none needed
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.87 checking whether gcc understands -c and -o together... (cached) yes
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.87 checking for a Python interpreter with version >= 3... python3
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.89 checking for python3... /usr/bin/python3
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.89 checking for python3 version... 3.9
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.90 checking for python3 platform... linux
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.92 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.95 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.99 checking for go-md2man... no
17:23:51 [2023-08-30T17:23:51.363Z] #80 28.99 checking error.h usability... yes
17:23:51 [2023-08-30T17:23:51.363Z] #80 29.03 checking error.h presence... yes
17:23:51 [2023-08-30T17:23:51.363Z] #80 29.05 checking for error.h... yes
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.06 checking linux/openat2.h usability... yes
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.09 checking linux/openat2.h presence... yes
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.11 checking for linux/openat2.h... yes
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.12 checking stdatomic.h usability... yes
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.15 checking stdatomic.h presence... yes
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.17 checking for stdatomic.h... yes
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.18 checking linux/ioprio.h usability... no
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.21 checking linux/ioprio.h presence... no
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.23 checking for linux/ioprio.h... no
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.23 checking for atomic_int... yes
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.29 checking for atomic_bool... yes
17:23:51 [2023-08-30T17:23:51.621Z] #80 29.34 checking for copy_file_range... yes
17:23:51 [2023-08-30T17:23:51.880Z] #80 29.41 checking for fgetxattr... yes
17:23:51 [2023-08-30T17:23:51.880Z] #80 29.47 checking for statx... yes
17:23:51 [2023-08-30T17:23:51.880Z] #80 29.52 checking for fgetpwent_r... yes
17:23:51 [2023-08-30T17:23:51.880Z] #80 29.58 checking for issetugid... no
17:23:52 [2023-08-30T17:23:52.138Z] #80 29.64 checking for pkg-config... /usr/bin/pkg-config
17:23:52 [2023-08-30T17:23:52.138Z] #80 29.64 checking pkg-config is at least version 0.9.0... yes
17:23:52 [2023-08-30T17:23:52.138Z] #80 29.64 checking for library containing yajl_tree_get... -lyajl
17:23:52 [2023-08-30T17:23:52.138Z] #80 29.75 checking for yajl >= 2.0.0... yes
17:23:52 [2023-08-30T17:23:52.138Z] #80 29.76 checking sys/capability.h usability... yes
17:23:52 [2023-08-30T17:23:52.138Z] #80 29.80 checking sys/capability.h presence... yes
17:23:52 [2023-08-30T17:23:52.138Z] #80 29.82 checking for sys/capability.h... yes
17:23:52 [2023-08-30T17:23:52.400Z] #80 29.82 checking for library containing cap_from_name... -lcap
17:23:52 [2023-08-30T17:23:52.400Z] #80 29.92 checking for library containing gcry_check_version... no
17:23:52 [2023-08-30T17:23:52.400Z] #80 30.03 checking for library containing dlopen... -ldl
17:23:52 [2023-08-30T17:23:52.659Z] #80 30.15 checking seccomp.h usability... yes
17:23:52 [2023-08-30T17:23:52.659Z] #80 30.20 checking seccomp.h presence... yes
17:23:52 [2023-08-30T17:23:52.659Z] #80 30.22 checking for seccomp.h... yes
17:23:52 [2023-08-30T17:23:52.659Z] #80 30.22 checking for library containing seccomp_rule_add... -lseccomp
17:23:52 [2023-08-30T17:23:52.659Z] #80 30.34 checking for library containing seccomp_arch_resolve_name... none required
17:23:52 [2023-08-30T17:23:52.659Z] #80 30.39 checking systemd/sd-bus.h usability... yes
17:23:52 [2023-08-30T17:23:52.919Z] #80 30.44 checking systemd/sd-bus.h presence... yes
17:23:52 [2023-08-30T17:23:52.919Z] #80 30.47 checking for systemd/sd-bus.h... yes
17:23:52 [2023-08-30T17:23:52.919Z] #80 30.48 checking for library containing sd_bus_match_signal_async... -lsystemd
17:23:52 [2023-08-30T17:23:52.919Z] #80 30.59 checking for sd_notify_barrier... yes
17:23:52 [2023-08-30T17:23:52.919Z] #80 30.67 checking linux/bpf.h usability... yes
17:23:53 [2023-08-30T17:23:53.179Z] #80 30.72 checking linux/bpf.h presence... yes
17:23:53 [2023-08-30T17:23:53.179Z] #80 30.74 checking for linux/bpf.h... yes
17:23:53 [2023-08-30T17:23:53.179Z] #80 30.74 checking compilation for eBPF... yes
17:23:53 [2023-08-30T17:23:53.179Z] #80 30.78 checking for criu >= 3.15... no
17:23:53 [2023-08-30T17:23:53.179Z] #80 30.79 configure: CRIU headers not found, building without CRIU support
17:23:53 [2023-08-30T17:23:53.179Z] #80 30.79 checking for criu > 3.16... no
17:23:53 [2023-08-30T17:23:53.179Z] #80 30.80 configure: CRIU version doesn't support join-ns API
17:23:53 [2023-08-30T17:23:53.179Z] #80 30.80 checking for criu > 3.16.1... no
17:23:53 [2023-08-30T17:23:53.179Z] #80 30.82 configure: CRIU version doesn't support for pre-dumping
17:23:53 [2023-08-30T17:23:53.179Z] #80 30.82 checking for new mount API (fsconfig)... no
17:23:53 [2023-08-30T17:23:53.439Z] #80 30.88 yes
17:23:53 [2023-08-30T17:23:53.439Z] #80 30.89 checking for seccomp notify API... yes
17:23:53 [2023-08-30T17:23:53.439Z] #80 30.93 checking for gperf... no
17:23:53 [2023-08-30T17:23:53.439Z] #80 30.93 configure: gperf not found - cannot rebuild signal parser code
17:23:53 [2023-08-30T17:23:53.439Z] #80 30.93 checking for library containing argp_parse... none required
17:23:53 [2023-08-30T17:23:53.439Z] #80 31.06 checking that generated files are newer than configure... done
17:23:53 [2023-08-30T17:23:53.439Z] #80 31.06 configure: creating ./config.status
17:23:54 [2023-08-30T17:23:54.821Z] #80 32.37 config.status: creating Makefile
17:23:54 [2023-08-30T17:23:54.821Z] #80 32.42 config.status: creating config.h
17:23:54 [2023-08-30T17:23:54.821Z] #80 32.45 config.status: executing libtool commands
17:23:54 [2023-08-30T17:23:54.821Z] #80 32.47 config.status: executing depfiles commands
17:23:55 [2023-08-30T17:23:55.760Z] #80 33.10 === configuring in libocispec (/tmp/crun-build/libocispec)
17:23:55 [2023-08-30T17:23:55.760Z] #80 33.11 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
17:23:55 [2023-08-30T17:23:55.760Z] #80 33.28 checking for gcc... gcc
17:23:55 [2023-08-30T17:23:55.760Z] #80 33.31 checking whether the C compiler works... yes
17:23:55 [2023-08-30T17:23:55.760Z] #80 33.36 checking for C compiler default output file name... a.out
17:23:55 [2023-08-30T17:23:55.760Z] #80 33.37 checking for suffix of executables... 
17:23:55 [2023-08-30T17:23:55.760Z] #80 33.41 checking whether we are cross compiling... no
17:23:55 [2023-08-30T17:23:55.760Z] #80 33.46 checking for suffix of object files... o
17:23:56 [2023-08-30T17:23:56.020Z] #80 33.50 checking whether we are using the GNU C compiler... yes
17:23:56 [2023-08-30T17:23:56.020Z] #80 33.53 checking whether gcc accepts -g... yes
17:23:56 [2023-08-30T17:23:56.020Z] #80 33.56 checking for gcc option to accept ISO C89... none needed
17:23:56 [2023-08-30T17:23:56.020Z] #80 33.61 checking whether gcc understands -c and -o together... yes
17:23:56 [2023-08-30T17:23:56.020Z] #80 33.66 checking how to run the C preprocessor... gcc -E
17:23:56 [2023-08-30T17:23:56.280Z] #80 33.79 checking for grep that handles long lines and -e... /bin/grep
17:23:56 [2023-08-30T17:23:56.280Z] #80 33.79 checking for egrep... /bin/grep -E
17:23:56 [2023-08-30T17:23:56.280Z] #80 33.79 checking for ANSI C header files... yes
17:23:56 [2023-08-30T17:23:56.280Z] #80 33.96 checking for sys/types.h... yes
17:23:56 [2023-08-30T17:23:56.540Z] #80 34.01 checking for sys/stat.h... yes
17:23:56 [2023-08-30T17:23:56.540Z] #80 34.07 checking for stdlib.h... yes
17:23:56 [2023-08-30T17:23:56.540Z] #80 34.12 checking for string.h... yes
17:23:56 [2023-08-30T17:23:56.540Z] #80 34.19 checking for memory.h... yes
17:23:56 [2023-08-30T17:23:56.800Z] #80 34.25 checking for strings.h... yes
17:23:56 [2023-08-30T17:23:56.800Z] #80 34.30 checking for inttypes.h... yes
17:23:56 [2023-08-30T17:23:56.800Z] #80 34.37 checking for stdint.h... yes
17:23:56 [2023-08-30T17:23:56.800Z] #80 34.44 checking for unistd.h... yes
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.49 checking minix/config.h usability... no
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.53 checking minix/config.h presence... no
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.56 checking for minix/config.h... no
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.56 checking whether it is safe to define __EXTENSIONS__... yes
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.63 checking build system type... aarch64-unknown-linux-gnu
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.72 checking host system type... aarch64-unknown-linux-gnu
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.73 checking how to print strings... printf
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.74 checking for a sed that does not truncate output... /bin/sed
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.75 checking for fgrep... /bin/grep -F
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.76 checking for ld used by gcc... /usr/bin/ld
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.78 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.78 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:23:57 [2023-08-30T17:23:57.060Z] #80 34.80 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.86 checking whether ln -s works... yes
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.86 checking the maximum length of command line arguments... 1572864
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.90 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.90 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.90 checking for /usr/bin/ld option to reload object files... -r
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.90 checking for objdump... objdump
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.90 checking how to recognize dependent libraries... pass_all
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.90 checking for dlltool... no
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.90 checking how to associate runtime and link libraries... printf %s\n
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.90 checking for ar... ar
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.90 checking for archiver @FILE support... @
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.95 checking for strip... strip
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.95 checking for ranlib... ranlib
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.95 checking for gawk... no
17:23:57 [2023-08-30T17:23:57.322Z] #80 34.95 checking for mawk... mawk
17:23:57 [2023-08-30T17:23:57.581Z] #80 34.95 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:23:57 [2023-08-30T17:23:57.582Z] #80 35.09 checking for sysroot... no
17:23:57 [2023-08-30T17:23:57.582Z] #80 35.09 checking for a working dd... /bin/dd
17:23:57 [2023-08-30T17:23:57.582Z] #80 35.10 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
17:23:57 [2023-08-30T17:23:57.582Z] #80 35.10 checking for mt... no
17:23:57 [2023-08-30T17:23:57.582Z] #80 35.11 checking if : is a manifest tool... no
17:23:57 [2023-08-30T17:23:57.582Z] #80 35.11 checking for dlfcn.h... yes
17:23:57 [2023-08-30T17:23:57.582Z] #80 35.18 checking for objdir... .libs
17:23:57 [2023-08-30T17:23:57.841Z] #80 35.30 checking if gcc supports -fno-rtti -fno-exceptions... no
17:23:57 [2023-08-30T17:23:57.841Z] #80 35.35 checking for gcc option to produce PIC... -fPIC -DPIC
17:23:57 [2023-08-30T17:23:57.841Z] #80 35.35 checking if gcc PIC flag -fPIC -DPIC works... yes
17:23:57 [2023-08-30T17:23:57.841Z] #80 35.39 checking if gcc static flag -static works... yes
17:23:57 [2023-08-30T17:23:57.841Z] #80 35.48 checking if gcc supports -c -o file.o... yes
17:23:57 [2023-08-30T17:23:57.841Z] #80 35.53 checking if gcc supports -c -o file.o... (cached) yes
17:23:57 [2023-08-30T17:23:57.841Z] #80 35.53 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.56 checking dynamic linker characteristics... GNU/Linux ld.so
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.67 checking how to hardcode library paths into programs... immediate
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.67 checking whether stripping libraries is possible... yes
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.67 checking if libtool supports shared libraries... yes
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.67 checking whether to build shared libraries... no
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.67 checking whether to build static libraries... yes
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.67 checking for a BSD-compatible install... /usr/bin/install -c
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.69 checking whether build environment is sane... yes
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.72 checking for a thread-safe mkdir -p... /bin/mkdir -p
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.73 checking whether make sets $(MAKE)... yes
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.75 checking whether make supports the include directive... yes (GNU style)
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.77 checking whether make supports nested variables... yes
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.79 checking whether UID '0' is supported by ustar format... yes
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.79 checking whether GID '0' is supported by ustar format... yes
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.79 checking how to create a ustar tar archive... gnutar
17:23:58 [2023-08-30T17:23:58.101Z] #80 35.82 checking dependency style of gcc... gcc3
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.87 checking whether to enable maintainer-specific portions of Makefiles... yes
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.87 checking whether make supports nested variables... (cached) yes
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.87 checking for pkg-config... /usr/bin/pkg-config
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.87 checking pkg-config is at least version 0.9.0... yes
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.87 checking for yajl >= 2.1.0... yes
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.89 checking for a sed that does not truncate output... (cached) /bin/sed
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.89 checking for gcc... (cached) gcc
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.92 checking whether we are using the GNU C compiler... (cached) yes
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.92 checking whether gcc accepts -g... (cached) yes
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.92 checking for gcc option to accept ISO C89... (cached) none needed
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.92 checking whether gcc understands -c and -o together... (cached) yes
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.93 checking for a Python interpreter with version >= 3... python3
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.95 checking for python3... /usr/bin/python3
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.95 checking for python3 version... 3.9
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.97 checking for python3 platform... linux
17:23:58 [2023-08-30T17:23:58.361Z] #80 35.98 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
17:23:58 [2023-08-30T17:23:58.361Z] #80 36.03 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
17:23:58 [2023-08-30T17:23:58.930Z] #80 36.12 checking that generated files are newer than configure... done
17:23:59 [2023-08-30T17:23:59.189Z] #80 36.71 configure: creating ./config.status
17:24:00 [2023-08-30T17:24:00.569Z] #80 38.06 config.status: creating Makefile
17:24:00 [2023-08-30T17:24:00.569Z] #80 38.08 config.status: creating ocispec.pc
17:24:00 [2023-08-30T17:24:00.569Z] #80 38.09 config.status: creating config.h
17:24:00 [2023-08-30T17:24:00.569Z] #80 38.11 config.status: executing libtool commands
17:24:00 [2023-08-30T17:24:00.569Z] #80 38.13 config.status: executing depfiles commands
17:24:00 [2023-08-30T17:24:00.569Z] #80 38.35 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
17:24:00 [2023-08-30T17:24:00.828Z] #80 38.36 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
17:24:00 [2023-08-30T17:24:00.828Z] #80 38.46 checking for gcc... gcc
17:24:00 [2023-08-30T17:24:00.828Z] #80 38.49 checking whether the C compiler works... yes
17:24:00 [2023-08-30T17:24:00.828Z] #80 38.53 checking for C compiler default output file name... a.out
17:24:00 [2023-08-30T17:24:00.828Z] #80 38.54 checking for suffix of executables... 
17:24:01 [2023-08-30T17:24:01.086Z] #80 38.58 checking whether we are cross compiling... no
17:24:01 [2023-08-30T17:24:01.086Z] #80 38.63 checking for suffix of object files... o
17:24:01 [2023-08-30T17:24:01.086Z] #80 38.66 checking whether we are using the GNU C compiler... yes
17:24:01 [2023-08-30T17:24:01.086Z] #80 38.68 checking whether gcc accepts -g... yes
17:24:01 [2023-08-30T17:24:01.086Z] #80 38.71 checking for gcc option to accept ISO C89... none needed
17:24:01 [2023-08-30T17:24:01.086Z] #80 38.75 checking whether gcc understands -c and -o together... yes
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.80 checking for a BSD-compatible install... /usr/bin/install -c
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.81 checking whether build environment is sane... yes
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.82 checking for a thread-safe mkdir -p... /bin/mkdir -p
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.82 checking for gawk... no
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.83 checking for mawk... mawk
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.83 checking whether make sets $(MAKE)... yes
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.84 checking whether make supports the include directive... yes (GNU style)
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.85 checking whether make supports nested variables... yes
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.86 checking whether UID '0' is supported by ustar format... yes
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.86 checking whether GID '0' is supported by ustar format... yes
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.86 checking how to create a ustar tar archive... gnutar
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.88 checking dependency style of gcc... gcc3
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.93 checking whether to enable maintainer-specific portions of Makefiles... yes
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.93 checking whether make supports nested variables... (cached) yes
17:24:01 [2023-08-30T17:24:01.346Z] #80 38.94 checking build system type... aarch64-unknown-linux-gnu
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.01 checking host system type... aarch64-unknown-linux-gnu
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.01 checking how to print strings... printf
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.01 checking for a sed that does not truncate output... /bin/sed
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.02 checking for grep that handles long lines and -e... /bin/grep
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.02 checking for egrep... /bin/grep -E
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.02 checking for fgrep... /bin/grep -F
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.03 checking for ld used by gcc... /usr/bin/ld
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.03 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.04 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.04 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.08 checking whether ln -s works... yes
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.08 checking the maximum length of command line arguments... 1572864
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.09 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.09 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.09 checking for /usr/bin/ld option to reload object files... -r
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.09 checking for objdump... objdump
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.09 checking how to recognize dependent libraries... pass_all
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.09 checking for dlltool... no
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.09 checking how to associate runtime and link libraries... printf %s\n
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.09 checking for ar... ar
17:24:01 [2023-08-30T17:24:01.346Z] #80 39.09 checking for archiver @FILE support... @
17:24:01 [2023-08-30T17:24:01.605Z] #80 39.13 checking for strip... strip
17:24:01 [2023-08-30T17:24:01.605Z] #80 39.13 checking for ranlib... ranlib
17:24:01 [2023-08-30T17:24:01.605Z] #80 39.13 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:24:01 [2023-08-30T17:24:01.605Z] #80 39.22 checking for sysroot... no
17:24:01 [2023-08-30T17:24:01.605Z] #80 39.22 checking for a working dd... /bin/dd
17:24:01 [2023-08-30T17:24:01.605Z] #80 39.23 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
17:24:01 [2023-08-30T17:24:01.605Z] #80 39.23 checking for mt... no
17:24:01 [2023-08-30T17:24:01.605Z] #80 39.23 checking if : is a manifest tool... no
17:24:01 [2023-08-30T17:24:01.605Z] #80 39.24 checking how to run the C preprocessor... gcc -E
17:24:01 [2023-08-30T17:24:01.864Z] #80 39.30 checking for ANSI C header files... yes
17:24:01 [2023-08-30T17:24:01.864Z] #80 39.46 checking for sys/types.h... yes
17:24:01 [2023-08-30T17:24:01.864Z] #80 39.50 checking for sys/stat.h... yes
17:24:01 [2023-08-30T17:24:01.864Z] #80 39.54 checking for stdlib.h... yes
17:24:01 [2023-08-30T17:24:01.864Z] #80 39.59 checking for string.h... yes
17:24:02 [2023-08-30T17:24:02.124Z] #80 39.63 checking for memory.h... yes
17:24:02 [2023-08-30T17:24:02.124Z] #80 39.68 checking for strings.h... yes
17:24:02 [2023-08-30T17:24:02.124Z] #80 39.72 checking for inttypes.h... 
17:24:02 [2023-08-30T17:24:02.124Z] #80 ...
17:24:02 [2023-08-30T17:24:02.124Z] 
17:24:02 [2023-08-30T17:24:02.124Z] #81 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:24:02 [2023-08-30T17:24:02.124Z] #81 25.92 + bin/containerd
17:24:02 [2023-08-30T17:24:02.124Z] #81 25.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
17:24:02 [2023-08-30T17:24:02.124Z] #81 ...
17:24:02 [2023-08-30T17:24:02.124Z] 
17:24:02 [2023-08-30T17:24:02.124Z] #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
17:24:02 [2023-08-30T17:24:02.124Z] #80 39.72 checking for inttypes.h... yes
17:24:02 [2023-08-30T17:24:02.124Z] #80 39.77 checking for stdint.h... yes
17:24:02 [2023-08-30T17:24:02.124Z] #80 39.81 checking for unistd.h... yes
17:24:02 [2023-08-30T17:24:02.383Z] #80 39.86 checking for dlfcn.h... yes
17:24:02 [2023-08-30T17:24:02.383Z] #80 39.89 checking for objdir... .libs
17:24:02 [2023-08-30T17:24:02.383Z] #80 39.97 checking if gcc supports -fno-rtti -fno-exceptions... no
17:24:02 [2023-08-30T17:24:02.383Z] #80 40.01 checking for gcc option to produce PIC... -fPIC -DPIC
17:24:02 [2023-08-30T17:24:02.384Z] #80 40.01 checking if gcc PIC flag -fPIC -DPIC works... yes
17:24:02 [2023-08-30T17:24:02.384Z] #80 40.03 checking if gcc static flag -static works... yes
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.12 checking if gcc supports -c -o file.o... yes
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.17 checking if gcc supports -c -o file.o... (cached) yes
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.17 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.18 checking dynamic linker characteristics... GNU/Linux ld.so
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.25 checking how to hardcode library paths into programs... immediate
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.25 checking whether stripping libraries is possible... yes
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.25 checking if libtool supports shared libraries... yes
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.25 checking whether to build shared libraries... no
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.25 checking whether to build static libraries... yes
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.25 checking float.h usability... yes
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.29 checking float.h presence... yes
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.30 checking for float.h... yes
17:24:02 [2023-08-30T17:24:02.642Z] #80 40.31 checking limits.h usability... yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.35 checking limits.h presence... yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.37 checking for limits.h... yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.37 checking stddef.h usability... yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.41 checking stddef.h presence... yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.42 checking for stddef.h... yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.43 checking for stdlib.h... (cached) yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.44 checking for string.h... (cached) yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.45 checking sys/time.h usability... yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.49 checking sys/time.h presence... yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.51 checking for sys/time.h... yes
17:24:02 [2023-08-30T17:24:02.901Z] #80 40.51 checking for inline... inline
17:24:03 [2023-08-30T17:24:03.159Z] #80 40.53 checking for size_t... yes
17:24:03 [2023-08-30T17:24:03.159Z] #80 40.61 checking for stdlib.h... (cached) yes
17:24:03 [2023-08-30T17:24:03.159Z] #80 40.61 checking for GNU libc compatible malloc... yes
17:24:03 [2023-08-30T17:24:03.159Z] #80 40.67 checking for stdlib.h... (cached) yes
17:24:03 [2023-08-30T17:24:03.159Z] #80 40.67 checking for GNU libc compatible realloc... yes
17:24:03 [2023-08-30T17:24:03.159Z] #80 40.72 checking for working strtod... yes
17:24:03 [2023-08-30T17:24:03.159Z] #80 40.79 checking for gettimeofday... yes
17:24:03 [2023-08-30T17:24:03.159Z] #80 40.85 checking for memset... yes
17:24:03 [2023-08-30T17:24:03.159Z] #80 40.91 checking for strspn... yes
17:24:03 [2023-08-30T17:24:03.418Z] #80 40.99 checking that generated files are newer than configure... done
17:24:03 [2023-08-30T17:24:03.418Z] #80 41.00 configure: creating ./config.status
17:24:03 [2023-08-30T17:24:03.985Z] #80 41.65 config.status: creating Makefile
17:24:03 [2023-08-30T17:24:03.986Z] #80 41.67 config.status: creating config.h
17:24:04 [2023-08-30T17:24:04.245Z] #80 41.68 config.status: executing depfiles commands
17:24:04 [2023-08-30T17:24:04.245Z] #80 41.74 config.status: executing libtool commands
17:24:04 [2023-08-30T17:24:04.505Z] #80 41.99   GEN      .version
17:24:04 [2023-08-30T17:24:04.505Z] #80 41.99 make  install-recursive
17:24:04 [2023-08-30T17:24:04.505Z] #80 41.99 make[1]: Entering directory '/tmp/crun-build'
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.02 Making install in libocispec
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.03 make[2]: Entering directory '/tmp/crun-build/libocispec'
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.05 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.05 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.05 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.07 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.10 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.12 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.12 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.12 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.12 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.12 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.12 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.12 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.12 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.14 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.14 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.14 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.14 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.14 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.14 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
17:24:04 [2023-08-30T17:24:04.505Z] #80 42.14 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.43 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.44 make  install-recursive
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.44 make[3]: Entering directory '/tmp/crun-build/libocispec'
17:24:04 [2023-08-30T17:24:04.764Z] #80 42.46 Making install in yajl
17:24:04 [2023-08-30T17:24:04.765Z] #80 42.46 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
17:24:04 [2023-08-30T17:24:04.765Z] #80 42.47   CC       verify/json_verify-json_verify.o
17:24:04 [2023-08-30T17:24:04.765Z] #80 42.47   CC       src/libyajl_la-yajl_alloc.lo
17:24:04 [2023-08-30T17:24:04.765Z] #80 42.47   CC       src/libyajl_la-yajl.lo
17:24:04 [2023-08-30T17:24:04.765Z] #80 42.47   CC       src/libyajl_la-yajl_gen.lo
17:24:04 [2023-08-30T17:24:04.765Z] #80 42.47   CC       src/libyajl_la-yajl_parser.lo
17:24:04 [2023-08-30T17:24:04.765Z] #80 42.47   CC       src/libyajl_la-yajl_buf.lo
17:24:04 [2023-08-30T17:24:04.765Z] #80 42.47   CC       src/libyajl_la-yajl_encode.lo
17:24:04 [2023-08-30T17:24:04.765Z] #80 42.48   CC       src/libyajl_la-yajl_lex.lo
17:24:04 [2023-08-30T17:24:04.765Z] #80 42.48   CC       src/libyajl_la-yajl_tree.lo
17:24:05 [2023-08-30T17:24:05.333Z] #80 42.86   CCLD     libyajl.la
17:24:05 [2023-08-30T17:24:05.333Z] #80 42.96   CCLD     verify/json_verify
17:24:05 [2023-08-30T17:24:05.333Z] #80 43.06 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
17:24:05 [2023-08-30T17:24:05.333Z] #80 43.06 make[5]: Nothing to be done for 'install-exec-am'.
17:24:05 [2023-08-30T17:24:05.333Z] #80 43.06 make[5]: Nothing to be done for 'install-data-am'.
17:24:05 [2023-08-30T17:24:05.333Z] #80 43.06 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.06 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.06 make[4]: Entering directory '/tmp/crun-build/libocispec'
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/validate.o
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/image_spec_schema_config_schema.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/image_spec_schema_content_descriptor.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/image_spec_schema_defs.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/image_spec_schema_image_index_schema.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/runtime_spec_schema_config_linux.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/runtime_spec_schema_config_zos.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/runtime_spec_schema_config_schema.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.09   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.10   CC       src/ocispec/runtime_spec_schema_config_vm.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.10   CC       src/ocispec/runtime_spec_schema_config_windows.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.11   CC       src/ocispec/runtime_spec_schema_defs.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.12   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.12   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.12   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.12   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.12   CC       src/ocispec/runtime_spec_schema_state_schema.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.13   CC       src/ocispec/runtime_spec_schema_features_linux.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.13   CC       src/ocispec/runtime_spec_schema_features_schema.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.13   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.15   CC       src/ocispec/basic_test_double_array_item.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.15   CC       src/ocispec/basic_test_double_array.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.15   CC       src/ocispec/basic_test_top_array_int.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.16   CC       src/ocispec/basic_test_top_array_string.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.16   CC       src/ocispec/basic_test_top_double_array_int.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.17   CC       src/ocispec/basic_test_top_double_array_obj.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.18   CC       src/ocispec/basic_test_top_double_array_refobj.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.20   CC       src/ocispec/basic_test_top_double_array_string.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.22   CC       src/ocispec/read-file.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.22   CC       src/ocispec/json_common.lo
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.23   CC       tests/test-1.o
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.27   CC       tests/test-2.o
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.28   CC       tests/test-3.o
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.31   CC       tests/test-4.o
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.34   CC       tests/test-5.o
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.35   CC       tests/test-6.o
17:24:05 [2023-08-30T17:24:05.593Z] #80 43.37   CC       tests/test-7.o
17:24:05 [2023-08-30T17:24:05.852Z] #80 43.38   CC       tests/test-8.o
17:24:05 [2023-08-30T17:24:05.852Z] #80 43.39   CC       tests/test-9.o
17:24:05 [2023-08-30T17:24:05.852Z] #80 43.41   CC       tests/test-10.o
17:24:05 [2023-08-30T17:24:05.852Z] #80 43.43   CC       tests/test-11.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.59   CCLD     libocispec.la
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.72   CCLD     tests/test-1
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.72   CCLD     tests/test-2
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.72   CCLD     tests/test-3
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.72   CCLD     src/ocispec/validate
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.72   CCLD     tests/test-4
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.72   CCLD     tests/test-5
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.72   CCLD     tests/test-6
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.72   CCLD     tests/test-7
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.73   CCLD     tests/test-8
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.73   CCLD     tests/test-9
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.73   CCLD     tests/test-10
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.74 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.74   CCLD     tests/test-11
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.86 libtool: link: ar cr libocispec.a 
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.86 libtool: link: ranlib libocispec.a
17:24:08 [2023-08-30T17:24:08.388Z] #80 45.97 make[5]: Entering directory '/tmp/crun-build/libocispec'
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.00 make[5]: Leaving directory '/tmp/crun-build/libocispec'
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.00 make[4]: Leaving directory '/tmp/crun-build/libocispec'
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.00 make[3]: Leaving directory '/tmp/crun-build/libocispec'
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.00 make[2]: Leaving directory '/tmp/crun-build/libocispec'
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.00 make[2]: Entering directory '/tmp/crun-build'
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.03   CC       src/crun-crun.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.03   CC       src/crun-run.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.03   CC       src/crun-delete.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.03   CC       src/crun-kill.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.03   CC       src/crun-pause.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.03   CC       src/crun-unpause.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.03   CC       src/crun-oci_features.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.03   CC       src/crun-spec.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.04   CC       src/crun-exec.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.05   CC       src/crun-list.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.06   CC       src/crun-create.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.07   CC       src/crun-start.o
17:24:08 [2023-08-30T17:24:08.388Z] #80 46.08   CC       src/crun-state.o
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.09   CC       src/crun-update.o
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.10   CC       src/crun-ps.o
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.13   CC       src/crun-checkpoint.o
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.14   CC       src/crun-restore.o
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.14   CC       src/libcrun/crun-cloned_binary.o
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.14   CC       src/libcrun/libcrun_la-utils.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.16   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.21   CC       src/libcrun/libcrun_la-cgroup-resources.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.24   CC       src/libcrun/libcrun_la-cgroup-setup.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.25   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.28   CC       src/libcrun/libcrun_la-cgroup-utils.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.29   CC       src/libcrun/libcrun_la-cgroup.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.29   CC       src/libcrun/libcrun_la-chroot_realpath.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.30   CC       src/libcrun/libcrun_la-cloned_binary.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.30   CC       src/libcrun/libcrun_la-container.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.31   CC       src/libcrun/libcrun_la-criu.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.31   CC       src/libcrun/libcrun_la-custom-handler.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.32   CC       src/libcrun/libcrun_la-ebpf.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.33   CC       src/libcrun/libcrun_la-error.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.33   CC       src/libcrun/handlers/libcrun_la-krun.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.34   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.34   CC       src/libcrun/handlers/libcrun_la-mono.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.34   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.35   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.35   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.36   CC       src/libcrun/libcrun_la-io_priority.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.36   CC       src/libcrun/libcrun_la-linux.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.36   CC       src/libcrun/libcrun_la-mount_flags.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.38   CC       src/libcrun/libcrun_la-scheduler.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.39   CC       src/libcrun/libcrun_la-seccomp.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.39   CC       src/libcrun/libcrun_la-seccomp_notify.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.41   CC       src/libcrun/libcrun_la-signals.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.41   CC       src/libcrun/libcrun_la-status.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.41   CC       src/libcrun/libcrun_la-terminal.lo
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.41   CC       tests/init.o
17:24:08 [2023-08-30T17:24:08.648Z] #80 46.44   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.45   CC       src/libcrun/libcrun_testing_a-utils.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.48   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.49   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.50   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.51   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.61   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.62   CC       src/libcrun/libcrun_testing_a-cgroup.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.63   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.65   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.67   CC       src/libcrun/libcrun_testing_a-container.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.68   CC       src/libcrun/libcrun_testing_a-criu.o
17:24:08 [2023-08-30T17:24:08.908Z] #80 46.69   CC       src/libcrun/libcrun_testing_a-custom-handler.o
17:24:09 [2023-08-30T17:24:09.168Z] #80 46.71   CC       src/libcrun/libcrun_testing_a-ebpf.o
17:24:09 [2023-08-30T17:24:09.168Z] #80 46.73   CC       src/libcrun/libcrun_testing_a-error.o
17:24:09 [2023-08-30T17:24:09.168Z] #80 46.75   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
17:24:09 [2023-08-30T17:24:09.168Z] #80 46.76   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
17:24:09 [2023-08-30T17:24:09.168Z] #80 46.80   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
17:24:09 [2023-08-30T17:24:09.168Z] #80 46.82   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
17:24:09 [2023-08-30T17:24:09.168Z] #80 46.85   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
17:24:09 [2023-08-30T17:24:09.428Z] #80 46.95   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
17:24:09 [2023-08-30T17:24:09.428Z] #80 46.96   CC       src/libcrun/libcrun_testing_a-io_priority.o
17:24:09 [2023-08-30T17:24:09.428Z] #80 47.00   CC       src/libcrun/libcrun_testing_a-linux.o
17:24:09 [2023-08-30T17:24:09.428Z] #80 47.03   CC       src/libcrun/libcrun_testing_a-mount_flags.o
17:24:09 [2023-08-30T17:24:09.428Z] #80 47.09   CC       src/libcrun/libcrun_testing_a-scheduler.o
17:24:09 [2023-08-30T17:24:09.687Z] #80 47.17   CC       src/libcrun/libcrun_testing_a-seccomp.o
17:24:09 [2023-08-30T17:24:09.947Z] #80 47.46   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
17:24:09 [2023-08-30T17:24:09.947Z] #80 47.46   CC       src/libcrun/libcrun_testing_a-signals.o
17:24:09 [2023-08-30T17:24:09.947Z] #80 47.46   CC       src/libcrun/libcrun_testing_a-status.o
17:24:09 [2023-08-30T17:24:09.947Z] #80 47.48   CC       src/libcrun/libcrun_testing_a-terminal.o
17:24:09 [2023-08-30T17:24:09.947Z] #80 47.50   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
17:24:09 [2023-08-30T17:24:09.947Z] #80 47.60   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
17:24:10 [2023-08-30T17:24:10.207Z] #80 47.70   CCLD     tests/init
17:24:12 [2023-08-30T17:24:12.113Z] #80 49.80   AR       libcrun_testing.a
17:24:12 [2023-08-30T17:24:12.113Z] #80 49.80 ar: `u' modifier ignored since `D' is the default (see `U')
17:24:12 [2023-08-30T17:24:12.113Z] #80 49.82   CCLD     tests/tests_libcrun_utils
17:24:12 [2023-08-30T17:24:12.371Z] #80 49.83   CCLD     tests/tests_libcrun_errors
17:24:12 [2023-08-30T17:24:12.371Z] #80 49.83   CCLD     tests/tests_libcrun_fuzzer
17:24:12 [2023-08-30T17:24:12.371Z] #80 49.94   CCLD     libcrun.la
17:24:12 [2023-08-30T17:24:12.630Z] #80 50.14   CCLD     crun
17:24:12 [2023-08-30T17:24:12.630Z] #80 50.33 make[3]: Entering directory '/tmp/crun-build'
17:24:12 [2023-08-30T17:24:12.888Z] #80 50.41  /bin/mkdir -p '/usr/local/share/man/man1'
17:24:12 [2023-08-30T17:24:12.888Z] #80 50.41  /bin/mkdir -p '/usr/local/lib'
17:24:12 [2023-08-30T17:24:12.888Z] #80 50.41  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
17:24:12 [2023-08-30T17:24:12.888Z] #80 50.42  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
17:24:12 [2023-08-30T17:24:12.888Z] #80 50.43 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
17:24:12 [2023-08-30T17:24:12.888Z] #80 50.43 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
17:24:12 [2023-08-30T17:24:12.888Z] #80 50.44 libtool: install: chmod 644 /usr/local/lib/libcrun.a
17:24:12 [2023-08-30T17:24:12.888Z] #80 50.44 libtool: install: ranlib /usr/local/lib/libcrun.a
17:24:12 [2023-08-30T17:24:12.888Z] #80 50.52 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 ----------------------------------------------------------------------
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 Libraries have been installed in:
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52    /usr/local/lib
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 If you ever happen to want to link against installed libraries
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 in a given directory, LIBDIR, you must either use libtool, and
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 specify the full pathname of the library, or use the '-LLIBDIR'
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 flag during linking and do at least one of the following:
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52      during execution
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52    - add LIBDIR to the 'LD_RUN_PATH' environment variable
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52      during linking
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 See any operating system documentation about shared libraries for
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 more information, such as the ld(1) and ld.so(8) manual pages.
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52 ----------------------------------------------------------------------
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52  /bin/mkdir -p '/build'
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.52   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.55 libtool: install: /usr/bin/install -c crun /build/crun
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.55 make[3]: Leaving directory '/tmp/crun-build'
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.55 make[2]: Leaving directory '/tmp/crun-build'
17:24:12 [2023-08-30T17:24:12.889Z] #80 50.55 make[1]: Leaving directory '/tmp/crun-build'
17:24:13 [2023-08-30T17:24:13.455Z] #80 DONE 50.9s
17:24:13 [2023-08-30T17:24:13.455Z] 
17:24:13 [2023-08-30T17:24:13.455Z] #81 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
17:24:13 [2023-08-30T17:24:13.455Z] #81 40.75 + bin/containerd-stress
17:24:13 [2023-08-30T17:24:13.455Z] #81 40.75 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
17:24:13 [2023-08-30T17:24:13.455Z] #81 42.38 + bin/containerd-shim
17:24:13 [2023-08-30T17:24:13.455Z] #81 43.76 + bin/containerd-shim-runc-v1
17:24:13 [2023-08-30T17:24:13.455Z] #81 45.21 + bin/containerd-shim-runc-v2
17:24:13 [2023-08-30T17:24:13.455Z] #81 46.08 + binaries
17:24:13 [2023-08-30T17:24:13.455Z] #81 DONE 47.1s
17:24:14 [2023-08-30T17:24:14.022Z] 
17:24:14 [2023-08-30T17:24:14.022Z] #94 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
17:24:14 [2023-08-30T17:24:14.022Z] #94 DONE 0.2s
17:24:14 [2023-08-30T17:24:14.280Z] 
17:24:14 [2023-08-30T17:24:14.280Z] #95 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
17:24:14 [2023-08-30T17:24:14.280Z] #95 DONE 0.1s
17:24:14 [2023-08-30T17:24:14.280Z] 
17:24:14 [2023-08-30T17:24:14.280Z] #96 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
17:24:14 [2023-08-30T17:24:14.539Z] #96 DONE 0.4s
17:24:14 [2023-08-30T17:24:14.539Z] 
17:24:14 [2023-08-30T17:24:14.539Z] #97 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
17:24:14 [2023-08-30T17:24:14.539Z] #97 DONE 0.0s
17:24:14 [2023-08-30T17:24:14.797Z] 
17:24:14 [2023-08-30T17:24:14.797Z] #98 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
17:24:14 [2023-08-30T17:24:14.797Z] #98 DONE 0.0s
17:24:14 [2023-08-30T17:24:14.797Z] 
17:24:14 [2023-08-30T17:24:14.797Z] #99 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
17:24:14 [2023-08-30T17:24:14.797Z] #99 DONE 0.0s
17:24:14 [2023-08-30T17:24:14.797Z] 
17:24:14 [2023-08-30T17:24:14.797Z] #100 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
17:24:15 [2023-08-30T17:24:15.363Z] #100 DONE 0.8s
17:24:15 [2023-08-30T17:24:15.621Z] 
17:24:15 [2023-08-30T17:24:15.621Z] #101 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
17:24:16 [2023-08-30T17:24:16.995Z] #101 DONE 1.3s
17:24:16 [2023-08-30T17:24:16.995Z] 
17:24:16 [2023-08-30T17:24:16.995Z] #102 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
17:24:16 [2023-08-30T17:24:16.995Z] #102 DONE 0.0s
17:24:16 [2023-08-30T17:24:16.995Z] 
17:24:16 [2023-08-30T17:24:16.995Z] #103 [dev-base  1/13] RUN groupadd -r docker
17:24:16 [2023-08-30T17:24:16.995Z] #103 DONE 0.2s
17:24:17 [2023-08-30T17:24:17.254Z] 
17:24:17 [2023-08-30T17:24:17.254Z] #104 [dev-base  2/13] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
17:24:17 [2023-08-30T17:24:17.517Z] #104 DONE 0.4s
17:24:17 [2023-08-30T17:24:17.517Z] 
17:24:17 [2023-08-30T17:24:17.517Z] #105 [dev-base  3/13] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
17:24:17 [2023-08-30T17:24:17.775Z] #105 0.358 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
17:24:18 [2023-08-30T17:24:18.033Z] #105 DONE 0.4s
17:24:18 [2023-08-30T17:24:18.033Z] 
17:24:18 [2023-08-30T17:24:18.033Z] #106 [dev-base  4/13] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
17:24:18 [2023-08-30T17:24:18.291Z] #106 DONE 0.4s
17:24:18 [2023-08-30T17:24:18.291Z] 
17:24:18 [2023-08-30T17:24:18.291Z] #107 [dev-base  5/13] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
17:24:18 [2023-08-30T17:24:18.549Z] #107 DONE 0.4s
17:24:18 [2023-08-30T17:24:18.549Z] 
17:24:18 [2023-08-30T17:24:18.549Z] #108 [dev-base  6/13] RUN ldconfig
17:24:19 [2023-08-30T17:24:19.116Z] #108 DONE 0.4s
17:24:19 [2023-08-30T17:24:19.116Z] 
17:24:19 [2023-08-30T17:24:19.116Z] #109 [dev-base  7/13] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
17:24:19 [2023-08-30T17:24:19.374Z] #109 DONE 0.4s
17:24:19 [2023-08-30T17:24:19.632Z] 
17:24:19 [2023-08-30T17:24:19.632Z] #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
17:24:20 [2023-08-30T17:24:20.198Z] #110 0.610 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
17:24:20 [2023-08-30T17:24:20.198Z] #110 0.621 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
17:24:20 [2023-08-30T17:24:20.198Z] #110 0.621 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
17:24:20 [2023-08-30T17:24:20.198Z] #110 0.752 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
17:24:20 [2023-08-30T17:24:20.199Z] #110 0.886 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [240 kB]
17:24:20 [2023-08-30T17:24:20.457Z] #110 1.006 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
17:24:21 [2023-08-30T17:24:21.391Z] #110 1.793 Fetched 8534 kB in 1s (5914 kB/s)
17:24:21 [2023-08-30T17:24:21.649Z] #110 1.793 Reading package lists...
17:24:22 [2023-08-30T17:24:22.472Z] #110 2.368 Reading package lists...
17:24:22 [2023-08-30T17:24:22.730Z] #110 2.928 Building dependency tree...
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.411 The following additional packages will be installed:
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.411   dmsetup libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcryptsetup12
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.411   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.411   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnetfilter-conntrack3
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.412   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.412   python3-distutils python3-lib2to3 python3-pkg-resources systemd vim-runtime
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.412   xxd
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.415 Suggested packages:
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.415   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.415   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.415   ctags vim-doc vim-scripts xfsdump acl attr quota
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.415 Recommended packages:
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.415   libatm1 nftables libpam-cap build-essential python3-dev dbus
17:24:22 [2023-08-30T17:24:22.988Z] #110 3.415   systemd-timesyncd | time-daemon unzip
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.753 The following NEW packages will be installed:
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.753   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.753   libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.753   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.753   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.753   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.754   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.754   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.754   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.754   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
17:24:23 [2023-08-30T17:24:23.246Z] #110 3.754   xz-utils zip zstd
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.043 0 upgraded, 59 newly installed, 0 to remove and 1 not upgraded.
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.043 Need to get 32.1 MB of archives.
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.043 After this operation, 124 MB of additional disk space will be used.
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.043 Get:1 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.048 Get:2 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.049 Get:3 http://deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.051 Get:4 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.053 Get:5 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.054 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.055 Get:7 http://deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.056 Get:8 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
17:24:23 [2023-08-30T17:24:23.504Z] #110 4.057 Get:9 http://deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.059 Get:10 http://deb.debian.org/debian bullseye-updates/main arm64 systemd arm64 247.3-7+deb11u4 [4155 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.145 Get:11 http://deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.146 Get:12 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.147 Get:13 http://deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.147 Get:14 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.148 Get:15 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.185 Get:16 http://deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.185 Get:17 http://deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.190 Get:18 http://deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.195 Get:19 http://deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.196 Get:20 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.197 Get:21 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.198 Get:22 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.199 Get:23 http://deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.202 Get:24 http://deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
17:24:23 [2023-08-30T17:24:23.505Z] #110 4.233 Get:25 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.234 Get:26 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.234 Get:27 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.235 Get:28 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.236 Get:29 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.238 Get:30 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.239 Get:31 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.242 Get:32 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.243 Get:33 http://deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.243 Get:34 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.244 Get:35 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.481 Get:36 http://deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.481 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.481 Get:38 http://deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.482 Get:39 http://deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
17:24:23 [2023-08-30T17:24:23.763Z] #110 4.496 Get:40 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.496 Get:41 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.496 Get:42 http://deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.498 Get:43 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.499 Get:44 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.542 Get:45 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.549 Get:46 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.550 Get:47 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.551 Get:48 http://deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.573 Get:49 http://deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.573 Get:50 http://deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.575 Get:51 http://deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
17:24:24 [2023-08-30T17:24:24.020Z] #110 4.618 Get:52 http://deb.debian.org/debian bullseye-updates/main arm64 systemd-journal-remote arm64 247.3-7+deb11u4 [161 kB]
17:24:24 [2023-08-30T17:24:24.279Z] #110 4.619 Get:53 http://deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
17:24:24 [2023-08-30T17:24:24.279Z] #110 4.638 Get:54 http://deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
17:24:24 [2023-08-30T17:24:24.279Z] #110 4.639 Get:55 http://deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
17:24:24 [2023-08-30T17:24:24.279Z] #110 4.778 Get:56 http://deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
17:24:24 [2023-08-30T17:24:24.279Z] #110 4.810 Get:57 http://deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
17:24:24 [2023-08-30T17:24:24.279Z] #110 4.840 Get:58 http://deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
17:24:24 [2023-08-30T17:24:24.279Z] #110 4.841 Get:59 http://deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
17:24:24 [2023-08-30T17:24:24.537Z] #110 5.036 debconf: delaying package configuration, since apt-utils is not installed
17:24:24 [2023-08-30T17:24:24.537Z] #110 5.079 Fetched 32.1 MB in 1s (29.8 MB/s)
17:24:24 [2023-08-30T17:24:24.537Z] #110 5.109 Selecting previously unselected package libapparmor1:arm64.
17:24:24 [2023-08-30T17:24:24.537Z] #110 5.109 (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.)
17:24:24 [2023-08-30T17:24:24.537Z] #110 5.119 Preparing to unpack .../00-libapparmor1_2.13.6-10_arm64.deb ...
17:24:24 [2023-08-30T17:24:24.537Z] #110 5.126 Unpacking libapparmor1:arm64 (2.13.6-10) ...
17:24:24 [2023-08-30T17:24:24.537Z] #110 5.167 Selecting previously unselected package libcap2:arm64.
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.170 Preparing to unpack .../01-libcap2_1%3a2.44-1_arm64.deb ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.174 Unpacking libcap2:arm64 (1:2.44-1) ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.210 Selecting previously unselected package libargon2-1:arm64.
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.212 Preparing to unpack .../02-libargon2-1_0~20171227-0.2_arm64.deb ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.216 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.250 Selecting previously unselected package dmsetup.
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.252 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.257 Unpacking dmsetup (2:1.02.175-2.1) ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.299 Selecting previously unselected package libdevmapper1.02.1:arm64.
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.301 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.306 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.347 Selecting previously unselected package libjson-c5:arm64.
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.349 Preparing to unpack .../05-libjson-c5_0.15-2_arm64.deb ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.353 Unpacking libjson-c5:arm64 (0.15-2) ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.391 Selecting previously unselected package libcryptsetup12:arm64.
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.393 Preparing to unpack .../06-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.397 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
17:24:24 [2023-08-30T17:24:24.795Z] #110 5.447 Selecting previously unselected package libip4tc2:arm64.
17:24:25 [2023-08-30T17:24:25.053Z] #110 5.450 Preparing to unpack .../07-libip4tc2_1.8.7-1_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.053Z] #110 5.454 Unpacking libip4tc2:arm64 (1.8.7-1) ...
17:24:25 [2023-08-30T17:24:25.053Z] #110 5.491 Selecting previously unselected package libkmod2:arm64.
17:24:25 [2023-08-30T17:24:25.053Z] #110 5.494 Preparing to unpack .../08-libkmod2_28-1_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.053Z] #110 5.498 Unpacking libkmod2:arm64 (28-1) ...
17:24:25 [2023-08-30T17:24:25.053Z] #110 5.542 Selecting previously unselected package systemd.
17:24:25 [2023-08-30T17:24:25.053Z] #110 5.544 Preparing to unpack .../09-systemd_247.3-7+deb11u4_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.053Z] #110 5.592 Unpacking systemd (247.3-7+deb11u4) ...
17:24:25 [2023-08-30T17:24:25.312Z] #110 5.965 Selecting previously unselected package pigz.
17:24:25 [2023-08-30T17:24:25.312Z] #110 5.967 Preparing to unpack .../10-pigz_2.6-1_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.312Z] #110 5.971 Unpacking pigz (2.6-1) ...
17:24:25 [2023-08-30T17:24:25.312Z] #110 6.010 Selecting previously unselected package libelf1:arm64.
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.013 Preparing to unpack .../11-libelf1_0.183-1_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.016 Unpacking libelf1:arm64 (0.183-1) ...
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.066 Selecting previously unselected package libbpf0:arm64.
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.069 Preparing to unpack .../12-libbpf0_1%3a0.3-2_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.073 Unpacking libbpf0:arm64 (1:0.3-2) ...
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.116 Selecting previously unselected package libmnl0:arm64.
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.118 Preparing to unpack .../13-libmnl0_1.0.4-3_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.122 Unpacking libmnl0:arm64 (1.0.4-3) ...
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.158 Selecting previously unselected package libxtables12:arm64.
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.160 Preparing to unpack .../14-libxtables12_1.8.7-1_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.164 Unpacking libxtables12:arm64 (1.8.7-1) ...
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.197 Selecting previously unselected package libcap2-bin.
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.199 Preparing to unpack .../15-libcap2-bin_1%3a2.44-1_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.203 Unpacking libcap2-bin (1:2.44-1) ...
17:24:25 [2023-08-30T17:24:25.570Z] #110 6.242 Selecting previously unselected package iproute2.
17:24:25 [2023-08-30T17:24:25.829Z] #110 6.245 Preparing to unpack .../16-iproute2_5.10.0-4_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.829Z] #110 6.249 Unpacking iproute2 (5.10.0-4) ...
17:24:25 [2023-08-30T17:24:25.829Z] #110 6.349 Selecting previously unselected package xxd.
17:24:25 [2023-08-30T17:24:25.829Z] #110 6.351 Preparing to unpack .../17-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
17:24:25 [2023-08-30T17:24:25.829Z] #110 6.355 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
17:24:25 [2023-08-30T17:24:25.829Z] #110 6.403 Selecting previously unselected package vim-common.
17:24:25 [2023-08-30T17:24:25.829Z] #110 6.405 Preparing to unpack .../18-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
17:24:25 [2023-08-30T17:24:25.829Z] #110 6.415 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
17:24:25 [2023-08-30T17:24:25.829Z] #110 6.486 Selecting previously unselected package bash-completion.
17:24:26 [2023-08-30T17:24:26.087Z] #110 6.488 Preparing to unpack .../19-bash-completion_1%3a2.11-2_all.deb ...
17:24:26 [2023-08-30T17:24:26.654Z] #110 7.156 Unpacking bash-completion (1:2.11-2) ...
17:24:26 [2023-08-30T17:24:26.654Z] #110 7.266 Selecting previously unselected package bzip2.
17:24:26 [2023-08-30T17:24:26.654Z] #110 7.268 Preparing to unpack .../20-bzip2_1.0.8-4_arm64.deb ...
17:24:26 [2023-08-30T17:24:26.654Z] #110 7.271 Unpacking bzip2 (1.0.8-4) ...
17:24:26 [2023-08-30T17:24:26.654Z] #110 7.306 Selecting previously unselected package xz-utils.
17:24:26 [2023-08-30T17:24:26.654Z] #110 7.308 Preparing to unpack .../21-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
17:24:26 [2023-08-30T17:24:26.654Z] #110 7.312 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
17:24:26 [2023-08-30T17:24:26.654Z] #110 7.370 Selecting previously unselected package apparmor.
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.372 Preparing to unpack .../22-apparmor_2.13.6-10_arm64.deb ...
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.395 Unpacking apparmor (2.13.6-10) ...
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.488 Selecting previously unselected package inetutils-ping.
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.491 Preparing to unpack .../23-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.495 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.543 Selecting previously unselected package libip6tc2:arm64.
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.545 Preparing to unpack .../24-libip6tc2_1.8.7-1_arm64.deb ...
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.549 Unpacking libip6tc2:arm64 (1.8.7-1) ...
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.584 Selecting previously unselected package libnfnetlink0:arm64.
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.587 Preparing to unpack .../25-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
17:24:26 [2023-08-30T17:24:26.912Z] #110 7.591 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.623 Selecting previously unselected package libnetfilter-conntrack3:arm64.
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.625 Preparing to unpack .../26-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.630 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.671 Selecting previously unselected package libnftnl11:arm64.
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.673 Preparing to unpack .../27-libnftnl11_1.1.9-1_arm64.deb ...
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.677 Unpacking libnftnl11:arm64 (1.1.9-1) ...
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.714 Selecting previously unselected package iptables.
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.716 Preparing to unpack .../28-iptables_1.8.7-1_arm64.deb ...
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.720 Unpacking iptables (1.8.7-1) ...
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.791 Selecting previously unselected package libonig5:arm64.
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.793 Preparing to unpack .../29-libonig5_6.9.6-1.1_arm64.deb ...
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.797 Unpacking libonig5:arm64 (6.9.6-1.1) ...
17:24:27 [2023-08-30T17:24:27.170Z] #110 7.844 Selecting previously unselected package libjq1:arm64.
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.846 Preparing to unpack .../30-libjq1_1.6-2.1_arm64.deb ...
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.850 Unpacking libjq1:arm64 (1.6-2.1) ...
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.888 Selecting previously unselected package jq.
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.890 Preparing to unpack .../31-jq_1.6-2.1_arm64.deb ...
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.894 Unpacking jq (1.6-2.1) ...
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.932 Selecting previously unselected package libaio1:arm64.
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.934 Preparing to unpack .../32-libaio1_0.3.112-9_arm64.deb ...
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.938 Unpacking libaio1:arm64 (0.3.112-9) ...
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.973 Selecting previously unselected package libgpm2:arm64.
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.976 Preparing to unpack .../33-libgpm2_1.20.7-8_arm64.deb ...
17:24:27 [2023-08-30T17:24:27.428Z] #110 7.980 Unpacking libgpm2:arm64 (1.20.7-8) ...
17:24:27 [2023-08-30T17:24:27.428Z] #110 8.021 Selecting previously unselected package libicu67:arm64.
17:24:27 [2023-08-30T17:24:27.428Z] #110 8.024 Preparing to unpack .../34-libicu67_67.1-7_arm64.deb ...
17:24:27 [2023-08-30T17:24:27.428Z] #110 8.028 Unpacking libicu67:arm64 (67.1-7) ...
17:24:27 [2023-08-30T17:24:27.994Z] #110 8.702 Selecting previously unselected package libinih1:arm64.
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.704 Preparing to unpack .../35-libinih1_53-1+b2_arm64.deb ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.708 Unpacking libinih1:arm64 (53-1+b2) ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.743 Selecting previously unselected package libmicrohttpd12:arm64.
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.746 Preparing to unpack .../36-libmicrohttpd12_0.9.72-2_arm64.deb ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.749 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.789 Selecting previously unselected package libnet1:arm64.
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.791 Preparing to unpack .../37-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.795 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.837 Selecting previously unselected package libnl-3-200:arm64.
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.840 Preparing to unpack .../38-libnl-3-200_3.4.0-1+b1_arm64.deb ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.844 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.881 Selecting previously unselected package libprotobuf-c1:arm64.
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.883 Preparing to unpack .../39-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.887 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.925 Selecting previously unselected package libyajl2:arm64.
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.927 Preparing to unpack .../40-libyajl2_2.1.0-3_arm64.deb ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.931 Unpacking libyajl2:arm64 (2.1.0-3) ...
17:24:28 [2023-08-30T17:24:28.253Z] #110 8.960 Selecting previously unselected package net-tools.
17:24:28 [2023-08-30T17:24:28.511Z] #110 8.963 Preparing to unpack .../41-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
17:24:28 [2023-08-30T17:24:28.511Z] #110 8.966 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
17:24:28 [2023-08-30T17:24:28.511Z] #110 9.053 Selecting previously unselected package patch.
17:24:28 [2023-08-30T17:24:28.511Z] #110 9.056 Preparing to unpack .../42-patch_2.7.6-7_arm64.deb ...
17:24:28 [2023-08-30T17:24:28.511Z] #110 9.060 Unpacking patch (2.7.6-7) ...
17:24:28 [2023-08-30T17:24:28.511Z] #110 9.096 Selecting previously unselected package python-pip-whl.
17:24:28 [2023-08-30T17:24:28.511Z] #110 9.099 Preparing to unpack .../43-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
17:24:28 [2023-08-30T17:24:28.511Z] #110 9.102 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
17:24:28 [2023-08-30T17:24:28.511Z] #110 9.237 Selecting previously unselected package python3-lib2to3.
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.240 Preparing to unpack .../44-python3-lib2to3_3.9.2-1_all.deb ...
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.244 Unpacking python3-lib2to3 (3.9.2-1) ...
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.285 Selecting previously unselected package python3-distutils.
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.288 Preparing to unpack .../45-python3-distutils_3.9.2-1_all.deb ...
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.291 Unpacking python3-distutils (3.9.2-1) ...
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.334 Selecting previously unselected package python3-pkg-resources.
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.336 Preparing to unpack .../46-python3-pkg-resources_52.0.0-4_all.deb ...
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.340 Unpacking python3-pkg-resources (52.0.0-4) ...
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.387 Selecting previously unselected package python3-setuptools.
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.389 Preparing to unpack .../47-python3-setuptools_52.0.0-4_all.deb ...
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.393 Unpacking python3-setuptools (52.0.0-4) ...
17:24:28 [2023-08-30T17:24:28.769Z] #110 9.452 Selecting previously unselected package python3-wheel.
17:24:29 [2023-08-30T17:24:29.027Z] #110 9.455 Preparing to unpack .../48-python3-wheel_0.34.2-1_all.deb ...
17:24:29 [2023-08-30T17:24:29.027Z] #110 9.459 Unpacking python3-wheel (0.34.2-1) ...
17:24:29 [2023-08-30T17:24:29.027Z] #110 9.495 Selecting previously unselected package python3-pip.
17:24:29 [2023-08-30T17:24:29.027Z] #110 9.498 Preparing to unpack .../49-python3-pip_20.3.4-4+deb11u1_all.deb ...
17:24:29 [2023-08-30T17:24:29.027Z] #110 9.501 Unpacking python3-pip (20.3.4-4+deb11u1) ...
17:24:29 [2023-08-30T17:24:29.027Z] #110 9.568 Selecting previously unselected package sudo.
17:24:29 [2023-08-30T17:24:29.027Z] #110 9.571 Preparing to unpack .../50-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
17:24:29 [2023-08-30T17:24:29.027Z] #110 9.577 Unpacking sudo (1.9.5p2-3+deb11u1) ...
17:24:29 [2023-08-30T17:24:29.027Z] #110 9.688 Selecting previously unselected package systemd-journal-remote.
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.690 Preparing to unpack .../51-systemd-journal-remote_247.3-7+deb11u4_arm64.deb ...
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.694 Unpacking systemd-journal-remote (247.3-7+deb11u4) ...
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.735 Selecting previously unselected package thin-provisioning-tools.
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.738 Preparing to unpack .../52-thin-provisioning-tools_0.9.0-1_arm64.deb ...
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.741 Unpacking thin-provisioning-tools (0.9.0-1) ...
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.798 Selecting previously unselected package uidmap.
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.800 Preparing to unpack .../53-uidmap_1%3a4.8.1-1_arm64.deb ...
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.804 Unpacking uidmap (1:4.8.1-1) ...
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.854 Selecting previously unselected package vim-runtime.
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.856 Preparing to unpack .../54-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.868 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.878 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
17:24:29 [2023-08-30T17:24:29.285Z] #110 9.882 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
17:24:29 [2023-08-30T17:24:29.851Z] #110 10.45 Selecting previously unselected package vim.
17:24:29 [2023-08-30T17:24:29.851Z] #110 10.45 Preparing to unpack .../55-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
17:24:29 [2023-08-30T17:24:29.851Z] #110 10.46 Unpacking vim (2:8.2.2434-3+deb11u1) ...
17:24:30 [2023-08-30T17:24:30.109Z] #110 10.59 Selecting previously unselected package xfsprogs.
17:24:30 [2023-08-30T17:24:30.109Z] #110 10.59 Preparing to unpack .../56-xfsprogs_5.10.0-4_arm64.deb ...
17:24:30 [2023-08-30T17:24:30.109Z] #110 10.59 Unpacking xfsprogs (5.10.0-4) ...
17:24:30 [2023-08-30T17:24:30.109Z] #110 10.69 Selecting previously unselected package zip.
17:24:30 [2023-08-30T17:24:30.109Z] #110 10.69 Preparing to unpack .../57-zip_3.0-12_arm64.deb ...
17:24:30 [2023-08-30T17:24:30.109Z] #110 10.70 Unpacking zip (3.0-12) ...
17:24:30 [2023-08-30T17:24:30.109Z] #110 10.74 Selecting previously unselected package zstd.
17:24:30 [2023-08-30T17:24:30.109Z] #110 10.74 Preparing to unpack .../58-zstd_1.4.8+dfsg-2.1_arm64.deb ...
17:24:30 [2023-08-30T17:24:30.109Z] #110 10.75 Unpacking zstd (1.4.8+dfsg-2.1) ...
17:24:30 [2023-08-30T17:24:30.109Z] #110 10.83 Setting up python3-pkg-resources (52.0.0-4) ...
17:24:30 [2023-08-30T17:24:30.368Z] #110 11.04 Setting up libip4tc2:arm64 (1.8.7-1) ...
17:24:30 [2023-08-30T17:24:30.368Z] #110 11.05 Setting up net-tools (1.60+git20181103.0eebece-1) ...
17:24:30 [2023-08-30T17:24:30.368Z] #110 11.06 Setting up libapparmor1:arm64 (2.13.6-10) ...
17:24:30 [2023-08-30T17:24:30.368Z] #110 11.07 Setting up libgpm2:arm64 (1.20.7-8) ...
17:24:30 [2023-08-30T17:24:30.368Z] #110 11.08 Setting up libicu67:arm64 (67.1-7) ...
17:24:30 [2023-08-30T17:24:30.368Z] #110 11.09 Setting up libip6tc2:arm64 (1.8.7-1) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.10 Setting up libinih1:arm64 (53-1+b2) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.11 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.12 Setting up uidmap (1:4.8.1-1) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.13 Setting up libyajl2:arm64 (2.1.0-3) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.14 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.15 Setting up bzip2 (1.0.8-4) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.16 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.18 Setting up python3-wheel (0.34.2-1) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.33 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.34 Setting up xxd (2:8.2.2434-3+deb11u1) ...
17:24:30 [2023-08-30T17:24:30.626Z] #110 11.35 Setting up libcap2:arm64 (1:2.44-1) ...
17:24:30 [2023-08-30T17:24:30.884Z] #110 11.36 Setting up libcap2-bin (1:2.44-1) ...
17:24:30 [2023-08-30T17:24:30.884Z] #110 11.37 Setting up apparmor (2.13.6-10) ...
17:24:31 [2023-08-30T17:24:31.819Z] #110 12.13 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
17:24:31 [2023-08-30T17:24:31.819Z] #110 12.21 Setting up zip (3.0-12) ...
17:24:31 [2023-08-30T17:24:31.819Z] #110 12.22 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
17:24:31 [2023-08-30T17:24:31.819Z] #110 12.25 Setting up bash-completion (1:2.11-2) ...
17:24:32 [2023-08-30T17:24:32.385Z] #110 13.02 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
17:24:32 [2023-08-30T17:24:32.385Z] #110 13.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:24:32 [2023-08-30T17:24:32.385Z] #110 13.04 Setting up libmnl0:arm64 (1.0.4-3) ...
17:24:32 [2023-08-30T17:24:32.385Z] #110 13.05 Setting up patch (2.7.6-7) ...
17:24:32 [2023-08-30T17:24:32.385Z] #110 13.07 Setting up sudo (1.9.5p2-3+deb11u1) ...
17:24:32 [2023-08-30T17:24:32.644Z] #110 13.17 invoke-rc.d: could not determine current runlevel
17:24:32 [2023-08-30T17:24:32.644Z] #110 13.17 invoke-rc.d: policy-rc.d denied execution of start.
17:24:32 [2023-08-30T17:24:32.644Z] #110 13.18 Setting up libxtables12:arm64 (1.8.7-1) ...
17:24:32 [2023-08-30T17:24:32.644Z] #110 13.19 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
17:24:32 [2023-08-30T17:24:32.644Z] #110 13.20 Setting up pigz (2.6-1) ...
17:24:32 [2023-08-30T17:24:32.644Z] #110 13.22 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
17:24:32 [2023-08-30T17:24:32.644Z] #110 13.23 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
17:24:32 [2023-08-30T17:24:32.644Z] #110 13.25 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
17:24:32 [2023-08-30T17:24:32.644Z] #110 13.26 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
17:24:32 [2023-08-30T17:24:32.902Z] #110 13.60 Setting up libaio1:arm64 (0.3.112-9) ...
17:24:33 [2023-08-30T17:24:33.160Z] #110 13.63 Setting up python3-lib2to3 (3.9.2-1) ...
17:24:33 [2023-08-30T17:24:33.160Z] #110 13.74 Setting up libelf1:arm64 (0.183-1) ...
17:24:33 [2023-08-30T17:24:33.160Z] #110 13.75 Setting up libjson-c5:arm64 (0.15-2) ...
17:24:33 [2023-08-30T17:24:33.160Z] #110 13.76 Setting up zstd (1.4.8+dfsg-2.1) ...
17:24:33 [2023-08-30T17:24:33.160Z] #110 13.78 Setting up libonig5:arm64 (6.9.6-1.1) ...
17:24:33 [2023-08-30T17:24:33.160Z] #110 13.79 Setting up libkmod2:arm64 (28-1) ...
17:24:33 [2023-08-30T17:24:33.160Z] #110 13.80 Setting up python3-distutils (3.9.2-1) ...
17:24:33 [2023-08-30T17:24:33.419Z] #110 13.93 Setting up vim (2:8.2.2434-3+deb11u1) ...
17:24:33 [2023-08-30T17:24:33.419Z] #110 13.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
17:24:33 [2023-08-30T17:24:33.419Z] #110 13.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
17:24:33 [2023-08-30T17:24:33.419Z] #110 13.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
17:24:33 [2023-08-30T17:24:33.419Z] #110 13.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
17:24:33 [2023-08-30T17:24:33.419Z] #110 13.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
17:24:33 [2023-08-30T17:24:33.419Z] #110 13.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
17:24:33 [2023-08-30T17:24:33.419Z] #110 13.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
17:24:33 [2023-08-30T17:24:33.419Z] #110 13.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
17:24:33 [2023-08-30T17:24:33.419Z] #110 13.99 Setting up python3-setuptools (52.0.0-4) ...
17:24:33 [2023-08-30T17:24:33.677Z] #110 14.33 Setting up libjq1:arm64 (1.6-2.1) ...
17:24:33 [2023-08-30T17:24:33.935Z] #110 14.34 Setting up libnftnl11:arm64 (1.1.9-1) ...
17:24:33 [2023-08-30T17:24:33.935Z] #110 14.35 Setting up thin-provisioning-tools (0.9.0-1) ...
17:24:33 [2023-08-30T17:24:33.935Z] #110 14.36 Setting up python3-pip (20.3.4-4+deb11u1) ...
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.63 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.64 Setting up jq (1.6-2.1) ...
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.66 Setting up libbpf0:arm64 (1:0.3-2) ...
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.67 Setting up iptables (1.8.7-1) ...
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.68 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.69 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.69 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.70 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.70 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.71 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.71 Setting up iproute2 (5.10.0-4) ...
17:24:34 [2023-08-30T17:24:34.194Z] #110 14.91 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
17:24:34 [2023-08-30T17:24:34.452Z] #110 14.92 Setting up dmsetup (2:1.02.175-2.1) ...
17:24:34 [2023-08-30T17:24:34.452Z] #110 14.94 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
17:24:34 [2023-08-30T17:24:34.452Z] #110 14.95 Setting up systemd (247.3-7+deb11u4) ...
17:24:34 [2023-08-30T17:24:34.452Z] #110 15.04 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
17:24:34 [2023-08-30T17:24:34.452Z] #110 15.05 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
17:24:34 [2023-08-30T17:24:34.452Z] #110 15.05 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
17:24:34 [2023-08-30T17:24:34.452Z] #110 15.06 Initializing machine ID from random generator.
17:24:34 [2023-08-30T17:24:34.710Z] #110 15.45 Setting up systemd-journal-remote (247.3-7+deb11u4) ...
17:24:34 [2023-08-30T17:24:34.969Z] #110 15.58 Setting up xfsprogs (5.10.0-4) ...
17:24:35 [2023-08-30T17:24:35.227Z] #110 15.59 System has not been booted with systemd as init system (PID 1). Can't operate.
17:24:35 [2023-08-30T17:24:35.227Z] #110 15.59 Failed to connect to bus: Host is down
17:24:35 [2023-08-30T17:24:35.227Z] #110 15.59 Processing triggers for libc-bin (2.31-13+deb11u6) ...
17:24:36 [2023-08-30T17:24:36.601Z] #110 DONE 16.9s
17:24:36 [2023-08-30T17:24:36.601Z] 
17:24:36 [2023-08-30T17:24:36.601Z] #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
17:24:36 [2023-08-30T17:24:36.601Z] #111 0.343 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
17:24:36 [2023-08-30T17:24:36.601Z] #111 0.347 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
17:24:36 [2023-08-30T17:24:36.601Z] #111 0.350 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
17:24:36 [2023-08-30T17:24:36.601Z] #111 DONE 0.4s
17:24:36 [2023-08-30T17:24:36.860Z] 
17:24:36 [2023-08-30T17:24:36.860Z] #112 [dev-base 10/13] RUN pip3 install yamllint==1.27.1
17:24:43 [2023-08-30T17:24:43.418Z] #112 5.765 Collecting yamllint==1.27.1
17:24:43 [2023-08-30T17:24:43.676Z] #112 6.789   Downloading yamllint-1.27.1.tar.gz (129 kB)
17:24:43 [2023-08-30T17:24:43.934Z] #112 7.110 Collecting pathspec>=0.5.3
17:24:43 [2023-08-30T17:24:43.934Z] #112 7.119   Downloading pathspec-0.11.2-py3-none-any.whl (29 kB)
17:24:44 [2023-08-30T17:24:44.191Z] #112 7.230 Collecting pyyaml
17:24:44 [2023-08-30T17:24:44.191Z] #112 7.236   Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
17:24:44 [2023-08-30T17:24:44.191Z] #112 7.254 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
17:24:44 [2023-08-30T17:24:44.191Z] #112 7.258 Building wheels for collected packages: yamllint
17:24:44 [2023-08-30T17:24:44.191Z] #112 7.259   Building wheel for yamllint (setup.py): started
17:24:44 [2023-08-30T17:24:44.450Z] #112 7.526   Building wheel for yamllint (setup.py): finished with status 'done'
17:24:44 [2023-08-30T17:24:44.450Z] #112 7.527   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=e33e235eee2780629a612e7e633e7782f55cd794197379d477b338927669acc4
17:24:44 [2023-08-30T17:24:44.450Z] #112 7.527   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
17:24:44 [2023-08-30T17:24:44.450Z] #112 7.529 Successfully built yamllint
17:24:44 [2023-08-30T17:24:44.450Z] #112 7.536 Installing collected packages: pyyaml, pathspec, yamllint
17:24:44 [2023-08-30T17:24:44.450Z] #112 7.655 Successfully installed pathspec-0.11.2 pyyaml-6.0.1 yamllint-1.27.1
17:24:44 [2023-08-30T17:24:44.450Z] #112 DONE 7.8s
17:24:44 [2023-08-30T17:24:44.708Z] 
17:24:44 [2023-08-30T17:24:44.708Z] #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
17:24:44 [2023-08-30T17:24:44.966Z] #113 0.593 Hit:1 http://deb.debian.org/debian bullseye InRelease
17:24:44 [2023-08-30T17:24:44.966Z] #113 0.593 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
17:24:44 [2023-08-30T17:24:44.966Z] #113 0.593 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
17:24:46 [2023-08-30T17:24:46.098Z] #113 0.968 Reading package lists...
17:24:46 [2023-08-30T17:24:46.665Z] #113 1.543 Reading package lists...
17:24:46 [2023-08-30T17:24:46.923Z] #113 2.114 Building dependency tree...
17:24:46 [2023-08-30T17:24:46.923Z] #113 2.295 Reading state information...
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.591 gcc is already the newest version (4:10.2.1-1).
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.591 pkg-config is already the newest version (0.29.2-1).
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.591 The following additional packages will be installed:
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.591   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libffi-dev
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.591   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.592   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.592   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.593   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev uuid-dev
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.593   zlib1g-dev
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.596 Suggested packages:
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.596   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.596   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.596 Recommended packages:
17:24:47 [2023-08-30T17:24:47.181Z] #113 2.596   build-essential fakeroot libalgorithm-merge-perl
17:24:47 [2023-08-30T17:24:47.439Z] #113 2.816 The following NEW packages will be installed:
17:24:47 [2023-08-30T17:24:47.439Z] #113 2.816   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
17:24:47 [2023-08-30T17:24:47.439Z] #113 2.816   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
17:24:47 [2023-08-30T17:24:47.439Z] #113 2.817   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
17:24:47 [2023-08-30T17:24:47.439Z] #113 2.817   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
17:24:47 [2023-08-30T17:24:47.439Z] #113 2.817   libpcrecpp0v5 libseccomp-dev libsecret-1-0 libsecret-1-dev libsecret-common
17:24:47 [2023-08-30T17:24:47.439Z] #113 2.818   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev uuid-dev zlib1g-dev
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.099 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.099 Need to get 10.2 MB of archives.
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.099 After this operation, 41.2 MB of additional disk space will be used.
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.099 Get:1 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.117 Get:2 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.118 Get:3 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.119 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.121 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.123 Get:6 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.124 Get:7 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.137 Get:8 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.139 Get:9 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.141 Get:10 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.142 Get:11 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.148 Get:12 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.149 Get:13 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.150 Get:14 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.154 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.155 Get:16 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.156 Get:17 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.177 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.193 Get:19 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.194 Get:20 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
17:24:47 [2023-08-30T17:24:47.697Z] #113 3.209 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
17:24:47 [2023-08-30T17:24:47.955Z] #113 3.211 Get:22 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
17:24:47 [2023-08-30T17:24:47.956Z] #113 3.212 Get:23 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
17:24:47 [2023-08-30T17:24:47.956Z] #113 3.213 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
17:24:47 [2023-08-30T17:24:47.956Z] #113 3.216 Get:25 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
17:24:47 [2023-08-30T17:24:47.956Z] #113 3.217 Get:26 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
17:24:47 [2023-08-30T17:24:47.956Z] #113 3.259 Get:27 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
17:24:47 [2023-08-30T17:24:47.956Z] #113 3.259 Get:28 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
17:24:47 [2023-08-30T17:24:47.956Z] #113 3.271 Get:29 http://deb.debian.org/debian bullseye-updates/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB]
17:24:47 [2023-08-30T17:24:47.956Z] #113 3.272 Get:30 http://deb.debian.org/debian bullseye-updates/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB]
17:24:48 [2023-08-30T17:24:48.214Z] #113 3.512 debconf: delaying package configuration, since apt-utils is not installed
17:24:48 [2023-08-30T17:24:48.214Z] #113 3.558 Fetched 10.2 MB in 0s (22.9 MB/s)
17:24:48 [2023-08-30T17:24:48.214Z] #113 3.583 Selecting previously unselected package dpkg-dev.
17:24:48 [2023-08-30T17:24:48.214Z] #113 3.583 (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.)
17:24:48 [2023-08-30T17:24:48.214Z] #113 3.597 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
17:24:48 [2023-08-30T17:24:48.214Z] #113 3.601 Unpacking dpkg-dev (1.20.12) ...
17:24:48 [2023-08-30T17:24:48.214Z] #113 3.728 Selecting previously unselected package libgirepository-1.0-1:arm64.
17:24:48 [2023-08-30T17:24:48.214Z] #113 3.730 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.214Z] #113 3.738 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
17:24:48 [2023-08-30T17:24:48.214Z] #113 3.772 Selecting previously unselected package gir1.2-glib-2.0:arm64.
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.775 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.779 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.823 Selecting previously unselected package libsecret-common.
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.826 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.832 Unpacking libsecret-common (0.20.4-2) ...
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.886 Selecting previously unselected package libsecret-1-0:arm64.
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.889 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.893 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.934 Selecting previously unselected package gir1.2-secret-1:arm64.
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.937 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.941 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.971 Selecting previously unselected package libapparmor-dev:arm64.
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.974 Preparing to unpack .../06-libapparmor-dev_2.13.6-10_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.472Z] #113 3.979 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
17:24:48 [2023-08-30T17:24:48.472Z] #113 4.020 Selecting previously unselected package uuid-dev:arm64.
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.023 Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.027 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.072 Selecting previously unselected package libblkid-dev:arm64.
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.075 Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.085 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.134 Selecting previously unselected package libffi-dev:arm64.
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.137 Preparing to unpack .../09-libffi-dev_3.3-6_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.142 Unpacking libffi-dev:arm64 (3.3-6) ...
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.175 Selecting previously unselected package libglib2.0-data.
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.178 Preparing to unpack .../10-libglib2.0-data_2.66.8-1_all.deb ...
17:24:48 [2023-08-30T17:24:48.730Z] #113 4.183 Unpacking libglib2.0-data (2.66.8-1) ...
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.315 Selecting previously unselected package libglib2.0-bin.
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.318 Preparing to unpack .../11-libglib2.0-bin_2.66.8-1_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.321 Unpacking libglib2.0-bin (2.66.8-1) ...
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.367 Selecting previously unselected package libglib2.0-dev-bin.
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.370 Preparing to unpack .../12-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.374 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.415 Selecting previously unselected package libsepol1-dev:arm64.
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.418 Preparing to unpack .../13-libsepol1-dev_3.1-1_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.421 Unpacking libsepol1-dev:arm64 (3.1-1) ...
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.485 Selecting previously unselected package libpcre2-16-0:arm64.
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.488 Preparing to unpack .../14-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.492 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
17:24:48 [2023-08-30T17:24:48.988Z] #113 4.543 Selecting previously unselected package libpcre2-32-0:arm64.
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.546 Preparing to unpack .../15-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.549 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.597 Selecting previously unselected package libpcre2-posix2:arm64.
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.599 Preparing to unpack .../16-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.604 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.639 Selecting previously unselected package libpcre2-dev:arm64.
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.642 Preparing to unpack .../17-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.647 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.724 Selecting previously unselected package libselinux1-dev:arm64.
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.727 Preparing to unpack .../18-libselinux1-dev_3.1-3_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.730 Unpacking libselinux1-dev:arm64 (3.1-3) ...
17:24:49 [2023-08-30T17:24:49.246Z] #113 4.791 Selecting previously unselected package libmount-dev:arm64.
17:24:49 [2023-08-30T17:24:49.504Z] #113 4.794 Preparing to unpack .../19-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.798 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.840 Selecting previously unselected package libpcre16-3:arm64.
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.843 Preparing to unpack .../20-libpcre16-3_2%3a8.39-13_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.846 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.896 Selecting previously unselected package libpcre32-3:arm64.
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.898 Preparing to unpack .../21-libpcre32-3_2%3a8.39-13_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.903 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.952 Selecting previously unselected package libpcrecpp0v5:arm64.
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.955 Preparing to unpack .../22-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.959 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.991 Selecting previously unselected package libpcre3-dev:arm64.
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.994 Preparing to unpack .../23-libpcre3-dev_2%3a8.39-13_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 4.998 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 5.076 Selecting previously unselected package zlib1g-dev:arm64.
17:24:49 [2023-08-30T17:24:49.505Z] #113 5.079 Preparing to unpack .../24-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 5.084 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
17:24:49 [2023-08-30T17:24:49.505Z] #113 5.127 Selecting previously unselected package libglib2.0-dev:arm64.
17:24:49 [2023-08-30T17:24:49.763Z] #113 5.130 Preparing to unpack .../25-libglib2.0-dev_2.66.8-1_arm64.deb ...
17:24:49 [2023-08-30T17:24:49.763Z] #113 5.133 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.319 Selecting previously unselected package libseccomp-dev:arm64.
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.322 Preparing to unpack .../26-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.325 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.363 Selecting previously unselected package libsecret-1-dev:arm64.
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.365 Preparing to unpack .../27-libsecret-1-dev_0.20.4-2_arm64.deb ...
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.369 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.425 Selecting previously unselected package libsystemd-dev:arm64.
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.428 Preparing to unpack .../28-libsystemd-dev_247.3-7+deb11u4_arm64.deb ...
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.432 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ...
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.527 Selecting previously unselected package libudev-dev:arm64.
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.530 Preparing to unpack .../29-libudev-dev_247.3-7+deb11u4_arm64.deb ...
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.534 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ...
17:24:50 [2023-08-30T17:24:50.021Z] #113 5.639 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
17:24:50 [2023-08-30T17:24:50.279Z] #113 5.650 Setting up libglib2.0-dev-bin (2.66.8-1) ...
17:24:50 [2023-08-30T17:24:50.279Z] #113 5.820 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
17:24:50 [2023-08-30T17:24:50.279Z] #113 5.832 Setting up libpcre16-3:arm64 (2:8.39-13) ...
17:24:50 [2023-08-30T17:24:50.279Z] #113 5.846 Setting up libsepol1-dev:arm64 (3.1-1) ...
17:24:50 [2023-08-30T17:24:50.279Z] #113 5.856 Setting up libffi-dev:arm64 (3.3-6) ...
17:24:50 [2023-08-30T17:24:50.279Z] #113 5.867 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
17:24:50 [2023-08-30T17:24:50.279Z] #113 5.878 Setting up dpkg-dev (1.20.12) ...
17:24:50 [2023-08-30T17:24:50.279Z] #113 5.897 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 5.909 Setting up libglib2.0-data (2.66.8-1) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 5.919 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 5.929 Setting up libpcre32-3:arm64 (2:8.39-13) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 5.940 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 5.952 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 5.964 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 5.974 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 5.983 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 5.992 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 6.004 Setting up libsecret-common (0.20.4-2) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 6.016 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 6.033 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 6.042 Setting up libselinux1-dev:arm64 (3.1-3) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 6.051 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 6.061 Setting up libglib2.0-bin (2.66.8-1) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 6.072 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 6.085 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 6.095 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
17:24:50 [2023-08-30T17:24:50.537Z] #113 6.105 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
17:24:50 [2023-08-30T17:24:50.795Z] #113 6.115 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
17:24:50 [2023-08-30T17:24:50.795Z] #113 6.128 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
17:24:50 [2023-08-30T17:24:50.795Z] #113 6.139 No schema files found: doing nothing.
17:24:50 [2023-08-30T17:24:50.795Z] #113 6.144 Processing triggers for libc-bin (2.31-13+deb11u6) ...
17:24:50 [2023-08-30T17:24:50.795Z] #113 6.165 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
17:24:51 [2023-08-30T17:24:51.054Z] #113 DONE 6.5s
17:24:51 [2023-08-30T17:24:51.054Z] 
17:24:51 [2023-08-30T17:24:51.054Z] #114 [dev-base 12/13] COPY --link --from=dockercli             /build/ /usr/local/cli
17:24:51 [2023-08-30T17:24:51.988Z] #114 DONE 0.9s
17:24:51 [2023-08-30T17:24:51.988Z] 
17:24:51 [2023-08-30T17:24:51.988Z] #115 [dev-base 13/13] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
17:24:52 [2023-08-30T17:24:52.246Z] #115 DONE 0.6s
17:24:52 [2023-08-30T17:24:52.504Z] 
17:24:52 [2023-08-30T17:24:52.504Z] #116 [dev 1/1] COPY --link . .
17:24:53 [2023-08-30T17:24:53.879Z] #116 DONE 1.2s
17:24:53 [2023-08-30T17:24:53.879Z] 
17:24:53 [2023-08-30T17:24:53.879Z] #117 exporting to image
17:24:53 [2023-08-30T17:24:53.879Z] #117 exporting layers
17:24:54 [2023-08-30T17:24:54.814Z] #117 exporting layers 1.0s done
17:24:54 [2023-08-30T17:24:54.814Z] #117 writing image sha256:2ae36583610f59b0210ad81caf9eb72e4637de399e5befea8629ca6bd0366c6a done
17:24:54 [2023-08-30T17:24:54.814Z] #117 naming to docker.io/library/docker:3a4a04e462a357468f6193f7f36cadc68a786da6 done
17:24:54 [2023-08-30T17:24:54.814Z] #117 DONE 1.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
17:24:55 [2023-08-30T17:24:55.111Z] + sudo modprobe ip6table_filter
[Pipeline] sh
17:24:55 [2023-08-30T17:24:55.391Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46377/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3a4a04e462a357468f6193f7f36cadc68a786da6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3a4a04e462a357468f6193f7f36cadc68a786da6 hack/test/unit
17:24:55 [2023-08-30T17:24:55.649Z] + BUILDFLAGS=(-tags 'netgo journald')
17:24:55 [2023-08-30T17:24:55.649Z] + TESTFLAGS+=' -test.timeout=5m'
17:24:55 [2023-08-30T17:24:55.649Z] + TESTDIRS=./...
17:24:55 [2023-08-30T17:24:55.649Z] + exclude_paths='/vendor/|/integration'
17:24:55 [2023-08-30T17:24:55.649Z] ++ go list ./...
17:24:55 [2023-08-30T17:24:55.649Z] ++ grep -vE '(/vendor/|/integration)'
17:24:56 [2023-08-30T17:24:56.218Z] + pkg_list='github.com/docker/docker/api
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/backend/build
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/httpstatus
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/httputils
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/middleware
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/build
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/checkpoint
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/container
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/debug
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/distribution
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/grpc
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/image
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/network
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/plugin
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/session
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/swarm
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/system
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/server/router/volume
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/backend
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/blkiodev
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/checkpoint
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/container
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/events
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/filters
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/image
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/mount
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/network
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/plugins/logdriver
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/registry
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/strslice
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/swarm
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/swarm/runtime
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/system
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/time
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/versions
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/versions/v1p19
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/versions/v1p20
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/api/types/volume
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/builder-next
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/builder-next/exporter
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/builder-next/worker
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/builder-next/worker/label
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/dockerfile
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/remotecontext
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/remotecontext/git
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/builder/remotecontext/urlutil
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/cli/debug
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/cli/winresources/docker-proxy
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/cli/winresources/dockerd
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/client
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/client/buildkit
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/cmd/docker-proxy
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/cmd/dockerd
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/cmd/dockerd/trap
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/container
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/container/stream
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/contrib/apparmor
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/contrib/httpserver
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/cluster
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/cluster/convert
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/cluster/executor
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/cluster/executor/container
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/cluster/provider
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/config
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/containerd
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/events
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/events/testutils
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/graphdriver
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/graphdriver/copy
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/graphdriver/register
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/graphdriver/vfs
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/graphdriver/zfs
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/images
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/initlayer
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/links
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/listeners
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/awslogs
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/fluentd
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/gcplogs
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/gelf
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/journald
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/local
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/logentries
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/loggertest
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/loggerutils
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/splunk
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/syslog
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/logger/templates
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/names
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/network
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/snapshotter
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/daemon/stats
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/distribution
17:24:56 [2023-08-30T17:24:56.218Z] github.com/docker/docker/distribution/metadata
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/distribution/utils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/distribution/xfer
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/dockerversion
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/errdefs
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/image
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/image/cache
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/image/tarexport
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/image/v1
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/mod
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/mounttree
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/multierror
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/test/suite
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/testutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/testutils/netnsutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/unshare
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/layer
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd/queue
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd/remote
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd/shimopts
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd/supervisor
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd/types
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/bitmap
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cluster
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/config
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/datastore
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/diagnostic
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/discoverapi
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/driverapi
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/host
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/null
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/overlay
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/remote
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/windows
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drvregistry
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/etchosts
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/internal/caller
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/internal/kvstore
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipam
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipamapi
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipams/builtin
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipams/null
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipams/remote
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipamutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipbits
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/iptables
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/netlabel
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/netutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/networkdb
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ns
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/options
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/osl
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/osl/kernel
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/portallocator
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/portmapper
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/resolvconf
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/scope
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/types
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/oci
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/oci/caps
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/opts
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/aaparser
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/archive
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/authorization
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/broadcaster
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/capabilities
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/chrootarchive
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/containerfs
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/directory
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/dmesg
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/fileutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/homedir
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/idtools
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/ioutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/jsonmessage
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/longpath
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/loopback
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/meminfo
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/namesgenerator
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/parsers
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/parsers/kernel
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/pidfile
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/platform
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/platforms
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/plugingetter
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/plugins
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/plugins/transport
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/pools
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/process
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/progress
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/reexec
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/rootless
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/rootless/specconv
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/stack
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/stdcopy
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/streamformatter
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/stringid
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/sysinfo
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/system
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/tailfile
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/tarsum
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/pkg/useragent
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/plugin
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/plugin/executor/containerd
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/plugin/v2
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/profiles/apparmor
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/profiles/seccomp
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/quota
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/reference
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/registry
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/registry/resumable
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/restartmanager
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/runconfig
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/runconfig/opts
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil/daemon
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil/environment
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil/fakecontext
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil/fakegit
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil/fakestorage
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil/fixtures/load
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil/fixtures/plugin
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil/registry
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/testutil/request
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/volume
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/volume/drivers
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/volume/local
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/volume/mounts
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/volume/service
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/volume/service/opts
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/volume/testutils'
17:24:56 [2023-08-30T17:24:56.219Z] ++ grep --fixed-strings -v /libnetwork
17:24:56 [2023-08-30T17:24:56.219Z] ++ echo 'github.com/docker/docker/api
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/backend/build
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/httpstatus
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/httputils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/middleware
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/build
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/checkpoint
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/container
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/debug
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/distribution
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/grpc
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/image
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/network
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/plugin
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/session
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/swarm
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/system
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/server/router/volume
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/backend
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/blkiodev
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/checkpoint
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/container
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/events
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/filters
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/image
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/mount
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/network
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/plugins/logdriver
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/registry
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/strslice
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/swarm
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/swarm/runtime
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/system
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/time
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/versions
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/versions/v1p19
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/versions/v1p20
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/api/types/volume
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/builder-next
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/builder-next/exporter
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/builder-next/worker
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/builder-next/worker/label
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/dockerfile
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/remotecontext
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/remotecontext/git
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/builder/remotecontext/urlutil
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/cli/debug
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/cli/winresources/docker-proxy
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/cli/winresources/dockerd
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/client
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/client/buildkit
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/cmd/docker-proxy
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/cmd/dockerd
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/cmd/dockerd/trap
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/container
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/container/stream
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/contrib/apparmor
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/contrib/httpserver
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/cluster
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/cluster/convert
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/cluster/executor
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/cluster/executor/container
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/cluster/provider
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/config
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/containerd
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/events
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/events/testutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/graphdriver
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/graphdriver/copy
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/graphdriver/register
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/graphdriver/vfs
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/graphdriver/zfs
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/images
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/initlayer
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/links
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/listeners
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/awslogs
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/fluentd
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/gcplogs
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/gelf
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/journald
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/local
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/logentries
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/loggertest
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/loggerutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/splunk
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/syslog
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/logger/templates
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/names
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/network
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/snapshotter
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/daemon/stats
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/distribution
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/distribution/metadata
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/distribution/utils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/distribution/xfer
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/dockerversion
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/errdefs
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/image
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/image/cache
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/image/tarexport
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/image/v1
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/mod
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/mounttree
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/multierror
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/test/suite
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/testutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/testutils/netnsutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/internal/unshare
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/layer
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd/queue
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd/remote
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd/shimopts
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd/supervisor
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libcontainerd/types
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/bitmap
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cluster
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/config
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/datastore
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/diagnostic
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/discoverapi
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/driverapi
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/host
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/null
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/overlay
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/remote
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/windows
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/drvregistry
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/etchosts
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/internal/caller
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/internal/kvstore
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipam
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipamapi
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipams/builtin
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipams/null
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipams/remote
17:24:56 [2023-08-30T17:24:56.219Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/ipamutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/ipbits
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/iptables
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/netlabel
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/netutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/networkdb
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/ns
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/options
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/osl
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/osl/kernel
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/portallocator
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/portmapper
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/resolvconf
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/scope
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libnetwork/types
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/oci
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/oci/caps
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/opts
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/aaparser
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/archive
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/authorization
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/broadcaster
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/capabilities
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/chrootarchive
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/containerfs
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/directory
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/dmesg
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/fileutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/homedir
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/idtools
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/ioutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/jsonmessage
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/longpath
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/loopback
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/meminfo
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/namesgenerator
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/parsers
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/parsers/kernel
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/pidfile
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/platform
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/platforms
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugingetter
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugins
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugins/transport
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/pools
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/process
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/progress
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/reexec
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/rootless
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/rootless/specconv
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/stack
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/stdcopy
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/streamformatter
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/stringid
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/sysinfo
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/system
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/tailfile
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/tarsum
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/useragent
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/plugin
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/plugin/executor/containerd
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/plugin/v2
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/profiles/apparmor
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/profiles/seccomp
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/quota
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/reference
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/registry
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/registry/resumable
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/restartmanager
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/runconfig
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/runconfig/opts
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/daemon
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/environment
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fakecontext
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fakegit
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fakestorage
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fixtures/load
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fixtures/plugin
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/registry
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/request
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/drivers
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/local
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/mounts
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/service
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/service/opts
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/testutils'
17:24:56 [2023-08-30T17:24:56.220Z] + base_pkg_list='github.com/docker/docker/api
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/backend/build
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/httpstatus
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/httputils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/middleware
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/build
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/checkpoint
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/container
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/debug
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/distribution
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/grpc
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/image
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/network
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/plugin
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/session
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/swarm
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/system
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/volume
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/backend
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/blkiodev
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/checkpoint
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/container
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/events
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/filters
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/image
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/mount
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/network
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/plugins/logdriver
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/registry
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/strslice
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/swarm
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/swarm/runtime
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/system
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/time
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/versions
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/versions/v1p19
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/versions/v1p20
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/volume
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/builder-next
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/builder-next/exporter
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/builder-next/worker
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/builder-next/worker/label
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/dockerfile
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/remotecontext
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/remotecontext/git
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/builder/remotecontext/urlutil
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/cli/debug
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/cli/winresources/docker-proxy
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/cli/winresources/dockerd
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/client
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/client/buildkit
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/cmd/docker-proxy
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/cmd/dockerd
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/cmd/dockerd/trap
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/container
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/container/stream
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/contrib/apparmor
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/contrib/httpserver
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/cluster
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/cluster/convert
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/cluster/executor
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/cluster/executor/container
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/cluster/provider
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/config
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/containerd
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/events
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/events/testutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/graphdriver
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/graphdriver/copy
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/graphdriver/register
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/graphdriver/vfs
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/graphdriver/zfs
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/images
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/initlayer
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/links
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/listeners
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/awslogs
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/fluentd
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/gcplogs
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/gelf
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/journald
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/local
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/logentries
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/loggertest
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/loggerutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/splunk
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/syslog
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/logger/templates
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/names
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/network
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/snapshotter
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/daemon/stats
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/distribution
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/distribution/metadata
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/distribution/utils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/distribution/xfer
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/dockerversion
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/errdefs
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/image
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/image/cache
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/image/tarexport
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/image/v1
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/internal/mod
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/internal/mounttree
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/internal/multierror
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/internal/test/suite
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/internal/testutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/internal/testutils/netnsutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/internal/unshare
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/layer
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libcontainerd
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libcontainerd/queue
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libcontainerd/remote
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libcontainerd/shimopts
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libcontainerd/supervisor
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/libcontainerd/types
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/oci
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/oci/caps
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/opts
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/aaparser
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/archive
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/authorization
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/broadcaster
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/capabilities
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/chrootarchive
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/containerfs
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/directory
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/dmesg
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/fileutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/homedir
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/idtools
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/ioutils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/jsonmessage
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/longpath
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/loopback
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/meminfo
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/namesgenerator
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/parsers
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/parsers/kernel
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/pidfile
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/platform
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/platforms
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugingetter
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugins
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/plugins/transport
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/pools
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/process
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/progress
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/reexec
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/rootless
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/rootless/specconv
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/stack
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/stdcopy
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/streamformatter
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/stringid
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/sysinfo
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/system
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/tailfile
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/tarsum
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/pkg/useragent
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/plugin
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/plugin/executor/containerd
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/plugin/v2
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/profiles/apparmor
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/profiles/seccomp
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/quota
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/reference
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/registry
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/registry/resumable
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/restartmanager
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/runconfig
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/runconfig/opts
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/daemon
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/environment
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fakecontext
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fakegit
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fakestorage
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fixtures/load
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fixtures/plugin
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/registry
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/testutil/request
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/drivers
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/local
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/mounts
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/service
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/service/opts
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/volume/testutils'
17:24:56 [2023-08-30T17:24:56.220Z] ++ grep --fixed-strings /libnetwork
17:24:56 [2023-08-30T17:24:56.220Z] ++ echo 'github.com/docker/docker/api
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/backend/build
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/httpstatus
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/httputils
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/middleware
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/build
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/checkpoint
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/container
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/debug
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/distribution
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/grpc
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/image
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/network
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/plugin
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/session
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/swarm
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/system
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/server/router/volume
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/backend
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/blkiodev
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/checkpoint
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/container
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/events
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/filters
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/image
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/mount
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/network
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/plugins/logdriver
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/registry
17:24:56 [2023-08-30T17:24:56.220Z] github.com/docker/docker/api/types/strslice
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/api/types/swarm
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/api/types/swarm/runtime
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/api/types/system
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/api/types/time
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/api/types/versions
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/api/types/versions/v1p19
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/api/types/versions/v1p20
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/api/types/volume
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/builder-next
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/builder-next/exporter
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/builder-next/worker
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/builder-next/worker/label
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/dockerfile
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/remotecontext
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/remotecontext/git
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/builder/remotecontext/urlutil
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/cli/debug
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/cli/winresources/docker-proxy
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/cli/winresources/dockerd
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/client
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/client/buildkit
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/cmd/docker-proxy
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/cmd/dockerd
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/cmd/dockerd/trap
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/container
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/container/stream
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/contrib/apparmor
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/contrib/httpserver
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/cluster
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/cluster/convert
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/cluster/executor
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/cluster/executor/container
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/cluster/provider
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/config
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/containerd
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/events
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/events/testutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/graphdriver
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/graphdriver/copy
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/graphdriver/register
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/graphdriver/vfs
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/graphdriver/zfs
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/images
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/initlayer
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/links
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/listeners
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/awslogs
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/fluentd
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/gcplogs
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/gelf
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/journald
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/local
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/logentries
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/loggertest
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/loggerutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/splunk
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/syslog
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/logger/templates
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/names
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/network
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/snapshotter
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/daemon/stats
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/distribution
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/distribution/metadata
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/distribution/utils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/distribution/xfer
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/dockerversion
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/errdefs
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/image
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/image/cache
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/image/tarexport
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/image/v1
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/internal/mod
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/internal/mounttree
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/internal/multierror
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/internal/test/suite
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/internal/testutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/internal/testutils/netnsutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/internal/unshare
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/layer
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libcontainerd
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libcontainerd/queue
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libcontainerd/remote
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libcontainerd/shimopts
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libcontainerd/supervisor
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libcontainerd/types
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/bitmap
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cluster
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/config
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/datastore
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/diagnostic
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/discoverapi
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/driverapi
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/host
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/null
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/overlay
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/remote
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/windows
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drvregistry
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/etchosts
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/internal/caller
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/internal/kvstore
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipam
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipamapi
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipams/builtin
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipams/null
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipams/remote
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipamutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipbits
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/iptables
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/netlabel
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/netutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/networkdb
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ns
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/options
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/osl
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/osl/kernel
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/portallocator
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/portmapper
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/resolvconf
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/scope
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/types
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/oci
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/oci/caps
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/opts
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/aaparser
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/archive
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/authorization
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/broadcaster
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/capabilities
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/chrootarchive
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/containerfs
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/directory
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/dmesg
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/fileutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/homedir
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/idtools
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/ioutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/jsonmessage
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/longpath
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/loopback
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/meminfo
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/namesgenerator
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/parsers
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/parsers/kernel
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/pidfile
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/platform
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/platforms
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/plugingetter
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/plugins
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/plugins/transport
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/pools
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/process
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/progress
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/reexec
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/rootless
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/rootless/specconv
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/stack
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/stdcopy
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/streamformatter
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/stringid
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/sysinfo
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/system
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/tailfile
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/tarsum
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/pkg/useragent
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/plugin
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/plugin/executor/containerd
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/plugin/v2
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/profiles/apparmor
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/profiles/seccomp
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/quota
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/reference
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/registry
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/registry/resumable
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/restartmanager
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/runconfig
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/runconfig/opts
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil/daemon
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil/environment
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil/fakecontext
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil/fakegit
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil/fakestorage
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil/fixtures/load
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil/fixtures/plugin
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil/registry
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/testutil/request
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/volume
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/volume/drivers
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/volume/local
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/volume/mounts
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/volume/service
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/volume/service/opts
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/volume/testutils'
17:24:56 [2023-08-30T17:24:56.221Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/bitmap
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cluster
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/config
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/datastore
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/diagnostic
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/discoverapi
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/driverapi
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/host
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/null
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/overlay
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/remote
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/windows
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/drvregistry
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/etchosts
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/internal/caller
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/internal/kvstore
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipam
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipamapi
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipams/builtin
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipams/null
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipams/remote
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipamutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ipbits
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/iptables
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/netlabel
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/netutils
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/networkdb
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/ns
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/options
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/osl
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/osl/kernel
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/portallocator
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/portmapper
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/resolvconf
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/scope
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/types'
17:24:56 [2023-08-30T17:24:56.221Z] + echo 'github.com/docker/docker/libnetwork
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/bitmap
17:24:56 [2023-08-30T17:24:56.221Z] github.com/docker/docker/libnetwork/cluster
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/config
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/datastore
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/diagnostic
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/discoverapi
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/driverapi
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/host
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/null
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/overlay
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/remote
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/windows
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drvregistry
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/etchosts
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/internal/caller
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/internal/kvstore
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/ipam
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/ipamapi
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/ipams/builtin
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/ipams/null
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/ipams/remote
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/ipamutils
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/ipbits
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/iptables
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/netlabel
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/netutils
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/networkdb
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/ns
17:24:56 [2023-08-30T17:24:56.222Z] + grep --fixed-strings libnetwork/drivers/bridge
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/options
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/osl
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/osl/kernel
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/portallocator
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/portmapper
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/resolvconf
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/scope
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/types'
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:56 [2023-08-30T17:24:56.222Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:56 [2023-08-30T17:24:56.222Z] + type docker-proxy
17:24:56 [2023-08-30T17:24:56.222Z] hack/test/unit: line 25: type: docker-proxy: not found
17:24:56 [2023-08-30T17:24:56.222Z] + hack/make.sh binary-proxy install-proxy
17:24:56 [2023-08-30T17:24:56.222Z] 
17:24:56 [2023-08-30T17:24:56.222Z] Removing bundles/
17:24:56 [2023-08-30T17:24:56.222Z] 
17:24:56 [2023-08-30T17:24:56.222Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
17:24:56 [2023-08-30T17:24:56.481Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
17:24:56 [2023-08-30T17:24:56.481Z] + tee /go/src/github.com/docker/docker/go.mod
17:24:56 [2023-08-30T17:24:56.481Z] module github.com/docker/docker
17:24:56 [2023-08-30T17:24:56.481Z] 
17:24:56 [2023-08-30T17:24:56.481Z] go 1.19
17:24:56 [2023-08-30T17:24:56.481Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:24:56 [2023-08-30T17:24:56.481Z] + GO111MODULE=on
17:24:56 [2023-08-30T17:24:56.481Z] + 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=3a4a04e462a357468f6193f7f36cadc68a786da6" -X "github.com/docker/docker/dockerversion.BuildTime=2023-08-30T17:24:56.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
17:25:00 [2023-08-30T17:25:00.669Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:25:00 [2023-08-30T17:25:00.669Z] Created binary: bundles/binary-proxy/docker-proxy
17:25:00 [2023-08-30T17:25:00.669Z] 
17:25:00 [2023-08-30T17:25:00.669Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
17:25:00 [2023-08-30T17:25:00.669Z] Installing docker-proxy to /usr/local/bin/
17:25:00 [2023-08-30T17:25:00.669Z] 
17:25:00 [2023-08-30T17:25:00.669Z] + mkdir -p bundles
17:25:00 [2023-08-30T17:25:00.669Z] + '[' -n 'github.com/docker/docker/api
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/backend/build
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/httpstatus
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/httputils
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/middleware
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/build
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/checkpoint
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/container
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/debug
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/distribution
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/grpc
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/image
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/network
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/plugin
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/session
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/swarm
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/system
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/server/router/volume
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/backend
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/blkiodev
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/checkpoint
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/container
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/events
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/filters
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/image
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/mount
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/network
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/plugins/logdriver
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/registry
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/strslice
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/swarm
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/swarm/runtime
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/system
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/time
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/versions
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/versions/v1p19
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/versions/v1p20
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/api/types/volume
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/builder-next
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/builder-next/exporter
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/builder-next/worker
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/builder-next/worker/label
17:25:00 [2023-08-30T17:25:00.669Z] github.com/docker/docker/builder/dockerfile
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/builder/remotecontext
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/builder/remotecontext/git
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/builder/remotecontext/urlutil
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/cli/debug
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/cli/winresources/docker-proxy
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/cli/winresources/dockerd
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/client
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/client/buildkit
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/cmd/docker-proxy
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/cmd/dockerd
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/cmd/dockerd/trap
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/container
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/container/stream
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/contrib/apparmor
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/contrib/httpserver
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/cluster
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/cluster/convert
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/cluster/executor
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/cluster/executor/container
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/cluster/provider
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/config
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/containerd
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/events
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/events/testutils
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/graphdriver
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/graphdriver/copy
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/graphdriver/register
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/graphdriver/vfs
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/graphdriver/zfs
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/images
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/initlayer
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/links
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/listeners
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/awslogs
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/fluentd
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/gcplogs
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/gelf
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/journald
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/local
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/logentries
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/loggertest
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/loggerutils
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/splunk
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/syslog
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/logger/templates
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/names
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/network
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/snapshotter
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/daemon/stats
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/distribution
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/distribution/metadata
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/distribution/utils
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/distribution/xfer
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/dockerversion
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/errdefs
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/image
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/image/cache
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/image/tarexport
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/image/v1
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/internal/mod
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/internal/mounttree
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/internal/multierror
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/internal/test/suite
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/internal/testutils
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/internal/testutils/netnsutils
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/internal/unshare
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/layer
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/libcontainerd
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/libcontainerd/queue
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/libcontainerd/remote
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/libcontainerd/shimopts
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/libcontainerd/supervisor
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/libcontainerd/types
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/oci
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/oci/caps
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/opts
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/aaparser
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/archive
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/authorization
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/broadcaster
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/capabilities
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/chrootarchive
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/containerfs
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/directory
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/dmesg
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/fileutils
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/homedir
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/idtools
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/ioutils
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/jsonmessage
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/longpath
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/loopback
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/meminfo
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/namesgenerator
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/parsers
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/parsers/kernel
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/pidfile
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/platform
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/platforms
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/plugingetter
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/plugins
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/plugins/transport
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/pools
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/process
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/progress
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/reexec
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/rootless
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/rootless/specconv
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/stack
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/stdcopy
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/streamformatter
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/stringid
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/sysinfo
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/system
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/tailfile
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/tarsum
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/pkg/useragent
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/plugin
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/plugin/executor/containerd
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/plugin/v2
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/profiles/apparmor
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/profiles/seccomp
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/quota
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/reference
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/registry
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/registry/resumable
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/restartmanager
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/runconfig
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/runconfig/opts
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil/daemon
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil/environment
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil/fakecontext
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil/fakegit
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil/fakestorage
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil/fixtures/load
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil/fixtures/plugin
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil/registry
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/testutil/request
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/volume
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/volume/drivers
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/volume/local
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/volume/mounts
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/volume/service
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/volume/service/opts
17:25:00 [2023-08-30T17:25:00.670Z] github.com/docker/docker/volume/testutils' ']'
17:25:00 [2023-08-30T17:25:00.670Z] + 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/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
17:25:01 [2023-08-30T17:25:01.606Z] ?   	github.com/docker/docker/api	[no test files]
17:25:09 [2023-08-30T17:25:09.742Z] 	github.com/docker/docker/api/server	coverage: 13.0% of statements
17:25:09 [2023-08-30T17:25:09.742Z] ok  	github.com/docker/docker/api/server	0.036s	coverage: 13.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/server/httputils	coverage: 28.3% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/server/httputils	0.006s	coverage: 28.3% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/server/middleware	0.007s	coverage: 37.7% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/server/router/swarm	0.006s	coverage: 6.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/server/router/volume	0.012s	coverage: 66.7% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/events	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/image	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/types/registry	coverage: 54.2% of statements
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/types/network	coverage: 77.5% of statements
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/types/filters	coverage: 94.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/types/network	0.004s	coverage: 77.5% of statements
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/types/container	coverage: 83.7% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/types/registry	0.006s	coverage: 54.2% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/types/filters	0.006s	coverage: 94.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/types/container	0.007s	coverage: 83.7% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/system	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/api/types/time	0.004s	coverage: 100.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.014s	coverage: 100.0% of statements
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/builder/remotecontext	coverage: 33.5% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/builder/remotecontext	0.057s	coverage: 33.5% of statements
17:25:31 [2023-08-30T17:25:31.694Z] 	github.com/docker/docker/builder/dockerfile	coverage: 50.1% of statements
17:25:31 [2023-08-30T17:25:31.694Z] ok  	github.com/docker/docker/builder/dockerfile	0.083s	coverage: 50.1% of statements
17:25:32 [2023-08-30T17:25:32.263Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
17:25:32 [2023-08-30T17:25:32.263Z] 	github.com/docker/docker/client	coverage: 77.4% of statements
17:25:32 [2023-08-30T17:25:32.263Z] ok  	github.com/docker/docker/client	0.082s	coverage: 77.4% of statements
17:25:32 [2023-08-30T17:25:32.523Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 66.5% of statements
17:25:32 [2023-08-30T17:25:32.523Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.278s	coverage: 66.5% of statements
17:25:37 [2023-08-30T17:25:37.801Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 82.5% of statements
17:25:37 [2023-08-30T17:25:37.801Z] ok  	github.com/docker/docker/builder/remotecontext/git	6.117s	coverage: 82.5% of statements
17:25:45 [2023-08-30T17:25:45.936Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
17:25:45 [2023-08-30T17:25:45.936Z] ?   	github.com/docker/docker/container/stream	[no test files]
17:25:45 [2023-08-30T17:25:45.936Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
17:25:45 [2023-08-30T17:25:45.936Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
17:25:45 [2023-08-30T17:25:45.936Z] 	github.com/docker/docker/container	coverage: 36.4% of statements
17:25:45 [2023-08-30T17:25:45.936Z] ok  	github.com/docker/docker/container	0.132s	coverage: 36.4% of statements
17:25:45 [2023-08-30T17:25:45.936Z] 	github.com/docker/docker/cmd/dockerd	coverage: 30.3% of statements
17:25:45 [2023-08-30T17:25:45.936Z] ok  	github.com/docker/docker/cmd/dockerd	0.217s	coverage: 30.3% of statements
17:25:46 [2023-08-30T17:25:46.871Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
17:25:46 [2023-08-30T17:25:46.871Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.454s	coverage: 0.0% of statements
17:25:48 [2023-08-30T17:25:48.248Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
17:25:48 [2023-08-30T17:25:48.248Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
17:25:48 [2023-08-30T17:25:48.248Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.014s	coverage: 65.3% of statements
17:25:48 [2023-08-30T17:25:48.248Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 39.2% of statements
17:25:48 [2023-08-30T17:25:48.248Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.020s	coverage: 39.2% of statements
17:25:48 [2023-08-30T17:25:48.507Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
17:25:48 [2023-08-30T17:25:48.507Z] ok  	github.com/docker/docker/daemon/cluster	0.062s	coverage: 0.5% of statements
17:25:49 [2023-08-30T17:25:49.087Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
17:25:49 [2023-08-30T17:25:49.087Z] 	github.com/docker/docker/daemon/config	coverage: 75.7% of statements
17:25:49 [2023-08-30T17:25:49.087Z] ok  	github.com/docker/docker/daemon/config	0.044s	coverage: 75.7% of statements
17:25:50 [2023-08-30T17:25:50.023Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
17:25:50 [2023-08-30T17:25:50.023Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.3% of statements
17:25:50 [2023-08-30T17:25:50.023Z] ok  	github.com/docker/docker/daemon/graphdriver	0.020s	coverage: 2.3% of statements
17:25:50 [2023-08-30T17:25:50.023Z] 	github.com/docker/docker/daemon/containerd	coverage: 0.7% of statements
17:25:50 [2023-08-30T17:25:50.023Z] ok  	github.com/docker/docker/daemon/containerd	0.024s	coverage: 0.7% of statements
17:25:50 [2023-08-30T17:25:50.023Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
17:25:50 [2023-08-30T17:25:50.023Z] ok  	github.com/docker/docker/daemon/events	0.060s	coverage: 50.0% of statements
17:25:50 [2023-08-30T17:25:50.590Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
17:25:50 [2023-08-30T17:25:50.590Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.8% of statements
17:25:50 [2023-08-30T17:25:50.590Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 59.6% of statements
17:25:50 [2023-08-30T17:25:50.590Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.182s	coverage: 59.6% of statements
17:25:50 [2023-08-30T17:25:50.849Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
17:25:50 [2023-08-30T17:25:50.849Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
17:25:50 [2023-08-30T17:25:50.849Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.010s	coverage: 1.9% of statements
17:25:51 [2023-08-30T17:25:51.108Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
17:25:51 [2023-08-30T17:25:51.108Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
17:25:51 [2023-08-30T17:25:51.366Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 60.2% of statements
17:25:51 [2023-08-30T17:25:51.366Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.217s	coverage: 60.2% of statements
17:25:51 [2023-08-30T17:25:51.625Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 60.9% of statements
17:25:51 [2023-08-30T17:25:51.625Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.011s	coverage: 60.9% of statements
17:25:51 [2023-08-30T17:25:51.883Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
17:25:51 [2023-08-30T17:25:51.883Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.013s	coverage: 3.0% of statements
17:25:52 [2023-08-30T17:25:52.451Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.0% of statements
17:25:52 [2023-08-30T17:25:52.451Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.457s	coverage: 13.0% of statements
17:25:52 [2023-08-30T17:25:52.451Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
17:25:52 [2023-08-30T17:25:52.451Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
17:25:52 [2023-08-30T17:25:52.451Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
17:25:52 [2023-08-30T17:25:52.451Z] ok  	github.com/docker/docker/daemon/links	0.007s	coverage: 93.0% of statements
17:25:52 [2023-08-30T17:25:52.451Z] 	github.com/docker/docker/daemon/images	coverage: 3.0% of statements
17:25:52 [2023-08-30T17:25:52.451Z] ok  	github.com/docker/docker/daemon/images	0.023s	coverage: 3.0% of statements
17:25:52 [2023-08-30T17:25:52.710Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
17:25:52 [2023-08-30T17:25:52.710Z] ok  	github.com/docker/docker/daemon/logger	0.223s	coverage: 43.2% of statements
17:25:52 [2023-08-30T17:25:52.969Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 78.3% of statements
17:25:52 [2023-08-30T17:25:52.969Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.122s	coverage: 78.3% of statements
17:25:53 [2023-08-30T17:25:53.228Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:25:53 [2023-08-30T17:25:53.228Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
17:25:53 [2023-08-30T17:25:53.228Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.010s	coverage: 68.2% of statements
17:25:53 [2023-08-30T17:25:53.228Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
17:25:53 [2023-08-30T17:25:53.228Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.013s	coverage: 53.6% of statements
17:25:53 [2023-08-30T17:25:53.488Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
17:25:53 [2023-08-30T17:25:53.488Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
17:25:53 [2023-08-30T17:25:53.488Z] 	github.com/docker/docker/daemon/logger/journald/internal/export	coverage: 88.2% of statements
17:25:53 [2023-08-30T17:25:53.488Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.010s	coverage: 88.2% of statements
17:25:53 [2023-08-30T17:25:53.748Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
17:25:53 [2023-08-30T17:25:53.748Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.007s	coverage: 87.2% of statements
17:25:54 [2023-08-30T17:25:54.007Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
17:25:54 [2023-08-30T17:25:54.007Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
17:25:54 [2023-08-30T17:25:54.007Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
17:25:54 [2023-08-30T17:25:54.007Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.109s	coverage: 76.8% of statements
17:25:54 [2023-08-30T17:25:54.007Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
17:25:54 [2023-08-30T17:25:54.007Z] ok  	github.com/docker/docker/daemon/logger/local	0.035s	coverage: 79.4% of statements
17:25:54 [2023-08-30T17:25:54.576Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 63.5% of statements
17:25:54 [2023-08-30T17:25:54.576Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.032s	coverage: 63.5% of statements
17:25:54 [2023-08-30T17:25:54.576Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
17:25:54 [2023-08-30T17:25:54.576Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.026s	coverage: 31.5% of statements
17:25:54 [2023-08-30T17:25:54.834Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:25:54 [2023-08-30T17:25:54.834Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
17:25:54 [2023-08-30T17:25:54.834Z] ok  	github.com/docker/docker/daemon/logger/templates	0.007s	coverage: 8.3% of statements
17:25:54 [2023-08-30T17:25:54.834Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
17:25:54 [2023-08-30T17:25:54.834Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.009s	coverage: 46.8% of statements
17:25:55 [2023-08-30T17:25:55.093Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
17:25:55 [2023-08-30T17:25:55.093Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:25:55 [2023-08-30T17:25:55.093Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
17:25:55 [2023-08-30T17:25:55.093Z] ok  	github.com/docker/docker/daemon/network	0.006s	coverage: 63.8% of statements
17:25:55 [2023-08-30T17:25:55.352Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 74.5% of statements
17:25:55 [2023-08-30T17:25:55.352Z] ok  	github.com/docker/docker/daemon/logger/journald	1.658s	coverage: 74.5% of statements
17:25:55 [2023-08-30T17:25:55.919Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:25:55 [2023-08-30T17:25:55.919Z] 	github.com/docker/docker/dockerversion	coverage: 100.0% of statements
17:25:55 [2023-08-30T17:25:55.919Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
17:25:55 [2023-08-30T17:25:55.919Z] ok  	github.com/docker/docker/dockerversion	0.004s	coverage: 100.0% of statements
17:25:55 [2023-08-30T17:25:55.919Z] ok  	github.com/docker/docker/errdefs	0.007s	coverage: 77.7% of statements
17:25:55 [2023-08-30T17:25:55.919Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
17:25:55 [2023-08-30T17:25:55.919Z] ok  	github.com/docker/docker/distribution/metadata	0.039s	coverage: 44.4% of statements
17:25:56 [2023-08-30T17:25:56.178Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
17:25:56 [2023-08-30T17:25:56.178Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.485s	coverage: 82.5% of statements
17:25:56 [2023-08-30T17:25:56.745Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
17:25:56 [2023-08-30T17:25:56.745Z] ok  	github.com/docker/docker/image/cache	0.012s	coverage: 19.2% of statements
17:25:56 [2023-08-30T17:25:56.745Z] 	github.com/docker/docker/image	coverage: 84.8% of statements
17:25:56 [2023-08-30T17:25:56.745Z] ok  	github.com/docker/docker/image	0.028s	coverage: 84.8% of statements
17:25:56 [2023-08-30T17:25:56.745Z] ?   	github.com/docker/docker/image/v1	[no test files]
17:25:56 [2023-08-30T17:25:56.745Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
17:25:56 [2023-08-30T17:25:56.745Z] 	github.com/docker/docker/internal/mod	coverage: 66.7% of statements
17:25:56 [2023-08-30T17:25:56.745Z] ok  	github.com/docker/docker/internal/mod	0.003s	coverage: 66.7% of statements
17:25:56 [2023-08-30T17:25:56.745Z] 	github.com/docker/docker/image/tarexport	coverage: 0.6% of statements
17:25:56 [2023-08-30T17:25:56.745Z] ok  	github.com/docker/docker/image/tarexport	0.010s	coverage: 0.6% of statements
17:25:57 [2023-08-30T17:25:57.004Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:25:57 [2023-08-30T17:25:57.004Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
17:25:57 [2023-08-30T17:25:57.004Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
17:25:57 [2023-08-30T17:25:57.004Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
17:25:57 [2023-08-30T17:25:57.004Z] 	github.com/docker/docker/internal/multierror	coverage: 88.9% of statements
17:25:57 [2023-08-30T17:25:57.004Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
17:25:57 [2023-08-30T17:25:57.572Z] 	github.com/docker/docker/distribution	coverage: 29.6% of statements
17:25:57 [2023-08-30T17:25:57.572Z] ok  	github.com/docker/docker/distribution	1.516s	coverage: 29.6% of statements
17:25:58 [2023-08-30T17:25:58.139Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:25:58 [2023-08-30T17:25:58.139Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:25:58 [2023-08-30T17:25:58.139Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
17:25:58 [2023-08-30T17:25:58.139Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:25:58 [2023-08-30T17:25:58.139Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:25:58 [2023-08-30T17:25:58.139Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
17:25:58 [2023-08-30T17:25:58.139Z] ok  	github.com/docker/docker/libcontainerd/queue	0.025s	coverage: 100.0% of statements
17:25:58 [2023-08-30T17:25:58.139Z] 	github.com/docker/docker/distribution/xfer	coverage: 84.9% of statements
17:25:58 [2023-08-30T17:25:58.140Z] ok  	github.com/docker/docker/distribution/xfer	2.177s	coverage: 84.9% of statements
17:25:58 [2023-08-30T17:25:58.399Z] 	github.com/docker/docker/daemon	coverage: 17.2% of statements
17:25:58 [2023-08-30T17:25:58.399Z] ok  	github.com/docker/docker/daemon	10.825s	coverage: 17.2% of statements
17:25:58 [2023-08-30T17:25:58.659Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:25:58 [2023-08-30T17:25:58.659Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
17:25:58 [2023-08-30T17:25:58.659Z] ok  	github.com/docker/docker/pkg/aaparser	0.014s	coverage: 52.9% of statements
17:25:58 [2023-08-30T17:25:58.659Z] 	github.com/docker/docker/oci	coverage: 38.1% of statements
17:25:58 [2023-08-30T17:25:58.659Z] ok  	github.com/docker/docker/oci	0.016s	coverage: 38.1% of statements
17:25:58 [2023-08-30T17:25:58.659Z] 	github.com/docker/docker/opts	coverage: 67.9% of statements
17:25:58 [2023-08-30T17:25:58.659Z] ok  	github.com/docker/docker/opts	0.030s	coverage: 67.9% of statements
17:25:59 [2023-08-30T17:25:59.228Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
17:25:59 [2023-08-30T17:25:59.228Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
17:25:59 [2023-08-30T17:25:59.228Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
17:25:59 [2023-08-30T17:25:59.228Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
17:25:59 [2023-08-30T17:25:59.228Z] 	github.com/docker/docker/pkg/containerfs	coverage: 28.6% of statements
17:25:59 [2023-08-30T17:25:59.228Z] ok  	github.com/docker/docker/pkg/containerfs	0.005s	coverage: 28.6% of statements
17:25:59 [2023-08-30T17:25:59.228Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
17:25:59 [2023-08-30T17:25:59.228Z] ok  	github.com/docker/docker/pkg/directory	0.020s	coverage: 81.8% of statements
17:25:59 [2023-08-30T17:25:59.487Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
17:25:59 [2023-08-30T17:25:59.487Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
17:25:59 [2023-08-30T17:25:59.487Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 83.7% of statements
17:25:59 [2023-08-30T17:25:59.487Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.251s	coverage: 83.7% of statements
17:25:59 [2023-08-30T17:25:59.487Z] 	github.com/docker/docker/pkg/homedir	coverage: 8.3% of statements
17:25:59 [2023-08-30T17:25:59.487Z] 	github.com/docker/docker/pkg/fileutils	coverage: 56.4% of statements
17:25:59 [2023-08-30T17:25:59.487Z] ok  	github.com/docker/docker/pkg/homedir	0.005s	coverage: 8.3% of statements
17:25:59 [2023-08-30T17:25:59.487Z] ok  	github.com/docker/docker/pkg/fileutils	0.013s	coverage: 56.4% of statements
17:25:59 [2023-08-30T17:25:59.487Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
17:25:59 [2023-08-30T17:25:59.487Z] ok  	github.com/docker/docker/pkg/authorization	0.340s	coverage: 68.3% of statements
17:25:59 [2023-08-30T17:25:59.487Z] 	github.com/docker/docker/pkg/archive	coverage: 81.0% of statements
17:25:59 [2023-08-30T17:25:59.487Z] ok  	github.com/docker/docker/pkg/archive	0.434s	coverage: 81.0% of statements
17:25:59 [2023-08-30T17:25:59.747Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
17:25:59 [2023-08-30T17:25:59.747Z] 	github.com/docker/docker/pkg/meminfo	coverage: 75.0% of statements
17:25:59 [2023-08-30T17:25:59.747Z] ok  	github.com/docker/docker/pkg/meminfo	0.003s	coverage: 75.0% of statements
17:25:59 [2023-08-30T17:25:59.747Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 92.3% of statements
17:25:59 [2023-08-30T17:25:59.747Z] 	github.com/docker/docker/pkg/longpath	coverage: 45.5% of statements
17:25:59 [2023-08-30T17:25:59.747Z] ok  	github.com/docker/docker/pkg/longpath	0.006s	coverage: 45.5% of statements
17:25:59 [2023-08-30T17:25:59.747Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.010s	coverage: 92.3% of statements
17:26:00 [2023-08-30T17:26:00.006Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
17:26:00 [2023-08-30T17:26:00.007Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
17:26:00 [2023-08-30T17:26:00.007Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
17:26:00 [2023-08-30T17:26:00.007Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
17:26:00 [2023-08-30T17:26:00.007Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
17:26:00 [2023-08-30T17:26:00.007Z] ok  	github.com/docker/docker/pkg/parsers	0.009s	coverage: 97.0% of statements
17:26:00 [2023-08-30T17:26:00.266Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:26:00 [2023-08-30T17:26:00.266Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
17:26:00 [2023-08-30T17:26:00.266Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:26:00 [2023-08-30T17:26:00.266Z] 	github.com/docker/docker/pkg/pidfile	coverage: 94.1% of statements
17:26:00 [2023-08-30T17:26:00.266Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.2% of statements
17:26:00 [2023-08-30T17:26:00.266Z] ok  	github.com/docker/docker/pkg/pidfile	0.014s	coverage: 94.1% of statements
17:26:00 [2023-08-30T17:26:00.266Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.014s	coverage: 90.2% of statements
17:26:00 [2023-08-30T17:26:00.266Z] 	github.com/docker/docker/pkg/ioutils	coverage: 71.9% of statements
17:26:00 [2023-08-30T17:26:00.266Z] ok  	github.com/docker/docker/pkg/ioutils	0.384s	coverage: 71.9% of statements
17:26:00 [2023-08-30T17:26:00.266Z] 	github.com/docker/docker/pkg/idtools	coverage: 69.8% of statements
17:26:00 [2023-08-30T17:26:00.266Z] ok  	github.com/docker/docker/pkg/idtools	0.416s	coverage: 69.8% of statements
17:26:00 [2023-08-30T17:26:00.833Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:26:00 [2023-08-30T17:26:00.833Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:26:00 [2023-08-30T17:26:00.833Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 90.0% of statements
17:26:00 [2023-08-30T17:26:00.833Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.005s	coverage: 90.0% of statements
17:26:00 [2023-08-30T17:26:00.833Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
17:26:00 [2023-08-30T17:26:00.833Z] ok  	github.com/docker/docker/pkg/pools	0.005s	coverage: 88.2% of statements
17:26:00 [2023-08-30T17:26:00.833Z] 	github.com/docker/docker/pkg/process	coverage: 21.7% of statements
17:26:00 [2023-08-30T17:26:00.833Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
17:26:00 [2023-08-30T17:26:00.833Z] ok  	github.com/docker/docker/pkg/process	0.005s	coverage: 21.7% of statements
17:26:00 [2023-08-30T17:26:00.833Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
17:26:01 [2023-08-30T17:26:01.092Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
17:26:01 [2023-08-30T17:26:01.092Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
17:26:01 [2023-08-30T17:26:01.092Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
17:26:01 [2023-08-30T17:26:01.092Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
17:26:01 [2023-08-30T17:26:01.092Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
17:26:01 [2023-08-30T17:26:01.092Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
17:26:01 [2023-08-30T17:26:01.092Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
17:26:01 [2023-08-30T17:26:01.092Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
17:26:01 [2023-08-30T17:26:01.092Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
17:26:01 [2023-08-30T17:26:01.092Z] ok  	github.com/docker/docker/pkg/reexec	0.013s	coverage: 82.4% of statements
17:26:01 [2023-08-30T17:26:01.351Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
17:26:01 [2023-08-30T17:26:01.351Z] 	github.com/docker/docker/pkg/stringid	coverage: 61.9% of statements
17:26:01 [2023-08-30T17:26:01.351Z] ok  	github.com/docker/docker/pkg/stringid	0.008s	coverage: 61.9% of statements
17:26:01 [2023-08-30T17:26:01.351Z] ok  	github.com/docker/docker/pkg/streamformatter	0.012s	coverage: 66.2% of statements
17:26:01 [2023-08-30T17:26:01.611Z] 	github.com/docker/docker/pkg/system	coverage: 43.1% of statements
17:26:01 [2023-08-30T17:26:01.611Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 43.1% of statements
17:26:01 [2023-08-30T17:26:01.611Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 53.4% of statements
17:26:01 [2023-08-30T17:26:01.611Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.4% of statements
17:26:01 [2023-08-30T17:26:01.611Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
17:26:01 [2023-08-30T17:26:01.611Z] ok  	github.com/docker/docker/pkg/useragent	0.003s	coverage: 88.9% of statements
17:26:01 [2023-08-30T17:26:01.611Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
17:26:01 [2023-08-30T17:26:01.611Z] ok  	github.com/docker/docker/pkg/tailfile	0.043s	coverage: 88.6% of statements
17:26:01 [2023-08-30T17:26:01.611Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.1% of statements
17:26:01 [2023-08-30T17:26:01.611Z] ok  	github.com/docker/docker/pkg/tarsum	0.059s	coverage: 89.1% of statements
17:26:02 [2023-08-30T17:26:02.546Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:26:02 [2023-08-30T17:26:02.546Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
17:26:02 [2023-08-30T17:26:02.546Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
17:26:02 [2023-08-30T17:26:02.546Z] ok  	github.com/docker/docker/plugin/v2	0.010s	coverage: 14.4% of statements
17:26:02 [2023-08-30T17:26:02.546Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
17:26:02 [2023-08-30T17:26:02.546Z] ok  	github.com/docker/docker/profiles/seccomp	0.018s	coverage: 86.0% of statements
17:26:02 [2023-08-30T17:26:02.812Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.9% of statements
17:26:02 [2023-08-30T17:26:02.812Z] ok  	github.com/docker/docker/pkg/plugins	2.014s	coverage: 74.9% of statements
17:26:02 [2023-08-30T17:26:02.812Z] 	github.com/docker/docker/reference	coverage: 83.0% of statements
17:26:02 [2023-08-30T17:26:02.812Z] ok  	github.com/docker/docker/reference	0.016s	coverage: 83.0% of statements
17:26:03 [2023-08-30T17:26:03.070Z] 	github.com/docker/docker/plugin	coverage: 23.3% of statements
17:26:03 [2023-08-30T17:26:03.070Z] ok  	github.com/docker/docker/plugin	0.533s	coverage: 23.3% of statements
17:26:03 [2023-08-30T17:26:03.329Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:26:03 [2023-08-30T17:26:03.329Z] 	github.com/docker/docker/testutil	coverage: 62.5% of statements
17:26:03 [2023-08-30T17:26:03.329Z] ok  	github.com/docker/docker/testutil	0.004s	coverage: 62.5% of statements
17:26:03 [2023-08-30T17:26:03.329Z] 	github.com/docker/docker/restartmanager	coverage: 46.2% of statements
17:26:03 [2023-08-30T17:26:03.329Z] ok  	github.com/docker/docker/restartmanager	0.006s	coverage: 46.2% of statements
17:26:03 [2023-08-30T17:26:03.329Z] 	github.com/docker/docker/runconfig	coverage: 63.6% of statements
17:26:03 [2023-08-30T17:26:03.329Z] ok  	github.com/docker/docker/runconfig	0.010s	coverage: 63.6% of statements
17:26:03 [2023-08-30T17:26:03.329Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
17:26:03 [2023-08-30T17:26:03.329Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
17:26:03 [2023-08-30T17:26:03.329Z] 	github.com/docker/docker/registry	coverage: 64.9% of statements
17:26:03 [2023-08-30T17:26:03.329Z] ok  	github.com/docker/docker/registry	0.116s	coverage: 64.9% of statements
17:26:03 [2023-08-30T17:26:03.895Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:26:03 [2023-08-30T17:26:03.895Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:26:03 [2023-08-30T17:26:03.895Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:26:04 [2023-08-30T17:26:04.288Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:26:04 [2023-08-30T17:26:04.288Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:26:04 [2023-08-30T17:26:04.288Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:26:04 [2023-08-30T17:26:04.288Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:26:04 [2023-08-30T17:26:04.288Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:26:04 [2023-08-30T17:26:04.288Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:26:04 [2023-08-30T17:26:04.288Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:26:04 [2023-08-30T17:26:04.288Z] ?   	github.com/docker/docker/volume	[no test files]
17:26:04 [2023-08-30T17:26:04.855Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
17:26:04 [2023-08-30T17:26:04.855Z] ok  	github.com/docker/docker/volume/drivers	0.007s	coverage: 36.1% of statements
17:26:04 [2023-08-30T17:26:04.855Z] 	github.com/docker/docker/volume/mounts	coverage: 65.7% of statements
17:26:04 [2023-08-30T17:26:04.855Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 65.7% of statements
17:26:04 [2023-08-30T17:26:04.855Z] 	github.com/docker/docker/quota	coverage: 12.5% of statements
17:26:04 [2023-08-30T17:26:04.855Z] ok  	github.com/docker/docker/quota	2.175s	coverage: 12.5% of statements
17:26:05 [2023-08-30T17:26:05.113Z] 	github.com/docker/docker/layer	coverage: 68.7% of statements
17:26:05 [2023-08-30T17:26:05.113Z] ok  	github.com/docker/docker/layer	7.092s	coverage: 68.7% of statements
17:26:05 [2023-08-30T17:26:05.371Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:26:05 [2023-08-30T17:26:05.371Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:26:05 [2023-08-30T17:26:05.371Z] 	github.com/docker/docker/volume/service	coverage: 71.8% of statements
17:26:05 [2023-08-30T17:26:05.371Z] ok  	github.com/docker/docker/volume/service	0.013s	coverage: 71.8% of statements
17:26:05 [2023-08-30T17:26:05.629Z] 	github.com/docker/docker/volume/local	coverage: 70.1% of statements
17:26:05 [2023-08-30T17:26:05.629Z] ok  	github.com/docker/docker/volume/local	0.870s	coverage: 70.1% of statements
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === Skipped
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     network_proxy_test.go:210: No support for dual stack yet
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver btrfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver btrfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver btrfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver btrfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver btrfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:68: No driver to put!
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z] time="2023-08-30T17:25:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z] time="2023-08-30T17:25:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z] time="2023-08-30T17:25:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z] time="2023-08-30T17:25:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z] time="2023-08-30T17:25:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:68: No driver to put!
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     overlay_test.go:61: Cannot run test with naive change algorithm
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver zfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver zfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver zfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver zfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:41: Driver zfs not supported
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     graphtest_unix.go:68: No driver to put!
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
17:26:05 [2023-08-30T17:26:05.888Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: quota TestBlockDev/testBlockDevQuotaDisabled (0.43s)
17:26:05 [2023-08-30T17:26:05.888Z]     testhelpers.go:84: no /proc/fs/xfs
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: quota TestBlockDev/testBlockDevQuotaEnabled (0.44s)
17:26:05 [2023-08-30T17:26:05.888Z]     testhelpers.go:84: no /proc/fs/xfs
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.888Z] === SKIP: quota TestBlockDev/testSmallerThanQuota (0.43s)
17:26:05 [2023-08-30T17:26:05.888Z]     testhelpers.go:84: no /proc/fs/xfs
17:26:05 [2023-08-30T17:26:05.888Z] 
17:26:05 [2023-08-30T17:26:05.889Z] === SKIP: quota TestBlockDev/testBiggerThanQuota (0.44s)
17:26:05 [2023-08-30T17:26:05.889Z]     testhelpers.go:84: no /proc/fs/xfs
17:26:05 [2023-08-30T17:26:05.889Z] 
17:26:05 [2023-08-30T17:26:05.889Z] === SKIP: quota TestBlockDev/testRetrieveQuota (0.43s)
17:26:05 [2023-08-30T17:26:05.889Z]     testhelpers.go:84: no /proc/fs/xfs
17:26:05 [2023-08-30T17:26:05.889Z] 
17:26:05 [2023-08-30T17:26:05.889Z] === SKIP: volume/local TestQuota/testVolWithQuota (0.43s)
17:26:05 [2023-08-30T17:26:05.889Z]     testhelpers.go:84: no /proc/fs/xfs
17:26:05 [2023-08-30T17:26:05.889Z] 
17:26:05 [2023-08-30T17:26:05.889Z] === SKIP: volume/local TestQuota/testVolQuotaUnsupported (0.43s)
17:26:05 [2023-08-30T17:26:05.889Z]     testhelpers.go:84: no /proc/fs/xfs
17:26:05 [2023-08-30T17:26:05.889Z] 
17:26:05 [2023-08-30T17:26:05.889Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
17:26:05 [2023-08-30T17:26:05.889Z]     validate_test.go:70: only tested on Windows
17:26:05 [2023-08-30T17:26:05.889Z] 
17:26:05 [2023-08-30T17:26:05.889Z] DONE 3143 tests, 34 skipped in 65.165s
17:26:05 [2023-08-30T17:26:05.889Z] + '[' -n 'github.com/docker/docker/libnetwork
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/bitmap
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/cluster
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/config
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/datastore
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/diagnostic
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/discoverapi
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/driverapi
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/bridge
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/host
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/null
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/overlay
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/remote
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/windows
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/drvregistry
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/etchosts
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/internal/caller
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/internal/kvstore
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/ipam
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/ipamapi
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/ipams/builtin
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/ipams/null
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/ipams/remote
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/ipamutils
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/ipbits
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/iptables
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/netlabel
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/netutils
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/networkdb
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/ns
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/options
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/osl
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/osl/kernel
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/portallocator
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/portmapper
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/resolvconf
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/scope
17:26:05 [2023-08-30T17:26:05.889Z] github.com/docker/docker/libnetwork/types' ']'
17:26:05 [2023-08-30T17:26:05.889Z] + 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
17:27:02 [2023-08-30T17:27:02.109Z] 	github.com/docker/docker/libnetwork	coverage: 43.0% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ok  	github.com/docker/docker/libnetwork	44.446s	coverage: 43.0% of statements
17:27:02 [2023-08-30T17:27:02.109Z] 	github.com/docker/docker/libnetwork/bitmap	coverage: 96.1% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.007s	coverage: 96.1% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
17:27:02 [2023-08-30T17:27:02.109Z] 	github.com/docker/docker/libnetwork/config	coverage: 10.3% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 10.3% of statements
17:27:02 [2023-08-30T17:27:02.109Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 16.2% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ok  	github.com/docker/docker/libnetwork/datastore	0.005s	coverage: 16.2% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:27:02 [2023-08-30T17:27:02.109Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
17:27:02 [2023-08-30T17:27:02.109Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 62.2% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	2.098s	coverage: 62.2% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:27:02 [2023-08-30T17:27:02.109Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 40.0% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 40.0% of statements
17:27:02 [2023-08-30T17:27:02.109Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 5.0% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.780s	coverage: 5.0% of statements
17:27:02 [2023-08-30T17:27:02.109Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:27:02 [2023-08-30T17:27:02.368Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.6% of statements
17:27:02 [2023-08-30T17:27:02.368Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.005s	coverage: 4.6% of statements
17:27:02 [2023-08-30T17:27:02.626Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:27:02 [2023-08-30T17:27:02.884Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 40.0% of statements
17:27:02 [2023-08-30T17:27:02.884Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 40.0% of statements
17:27:03 [2023-08-30T17:27:03.819Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 1.4% of statements
17:27:03 [2023-08-30T17:27:03.819Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.010s	coverage: 1.4% of statements
17:27:04 [2023-08-30T17:27:04.077Z] 	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	coverage: 45.0% of statements
17:27:04 [2023-08-30T17:27:04.077Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.004s	coverage: 45.0% of statements
17:27:04 [2023-08-30T17:27:04.335Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 62.7% of statements
17:27:04 [2023-08-30T17:27:04.335Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 62.7% of statements
17:27:04 [2023-08-30T17:27:04.901Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.2% of statements
17:27:04 [2023-08-30T17:27:04.901Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.2% of statements
17:27:04 [2023-08-30T17:27:04.901Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:27:04 [2023-08-30T17:27:04.901Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
17:27:04 [2023-08-30T17:27:04.901Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:27:05 [2023-08-30T17:27:05.468Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 87.0% of statements
17:27:05 [2023-08-30T17:27:05.468Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.021s	coverage: 87.0% of statements
17:27:05 [2023-08-30T17:27:05.726Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.0% of statements
17:27:05 [2023-08-30T17:27:05.726Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 81.0% of statements
17:27:05 [2023-08-30T17:27:05.984Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
17:27:05 [2023-08-30T17:27:05.984Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
17:27:05 [2023-08-30T17:27:05.984Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
17:27:05 [2023-08-30T17:27:05.984Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
17:27:18 [2023-08-30T17:27:18.186Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
17:27:18 [2023-08-30T17:27:18.186Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
17:27:20 [2023-08-30T17:27:20.718Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 80.0% of statements
17:27:20 [2023-08-30T17:27:20.718Z] ok  	github.com/docker/docker/libnetwork/ipam	3.484s	coverage: 80.0% of statements
17:27:20 [2023-08-30T17:27:20.718Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:27:20 [2023-08-30T17:27:20.718Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:27:20 [2023-08-30T17:27:20.718Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 63.2% of statements
17:27:20 [2023-08-30T17:27:20.718Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 63.2% of statements
17:27:20 [2023-08-30T17:27:20.976Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 48.7% of statements
17:27:20 [2023-08-30T17:27:20.976Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.009s	coverage: 48.7% of statements
17:27:20 [2023-08-30T17:27:20.976Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:27:21 [2023-08-30T17:27:21.234Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 80.0% of statements
17:27:21 [2023-08-30T17:27:21.234Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 80.0% of statements
17:27:21 [2023-08-30T17:27:21.800Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 86.4% of statements
17:27:21 [2023-08-30T17:27:21.800Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.297s	coverage: 86.4% of statements
17:27:22 [2023-08-30T17:27:22.058Z] 	github.com/docker/docker/libnetwork/ipbits	coverage: 100.0% of statements
17:27:22 [2023-08-30T17:27:22.058Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
17:27:22 [2023-08-30T17:27:22.993Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 39.9% of statements
17:27:22 [2023-08-30T17:27:22.993Z] ok  	github.com/docker/docker/libnetwork/iptables	0.234s	coverage: 39.9% of statements
17:27:22 [2023-08-30T17:27:22.993Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
17:27:23 [2023-08-30T17:27:23.251Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 54.9% of statements
17:27:23 [2023-08-30T17:27:23.251Z] ok  	github.com/docker/docker/libnetwork/netutils	0.016s	coverage: 54.9% of statements
17:29:14 [2023-08-30T17:29:14.694Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 58.5% of statements
17:29:14 [2023-08-30T17:29:14.694Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.665s	coverage: 58.5% of statements
17:29:14 [2023-08-30T17:29:14.694Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:29:14 [2023-08-30T17:29:14.694Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
17:29:14 [2023-08-30T17:29:14.694Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
17:29:14 [2023-08-30T17:29:14.694Z] 	github.com/docker/docker/libnetwork/osl	coverage: 39.5% of statements
17:29:14 [2023-08-30T17:29:14.694Z] ok  	github.com/docker/docker/libnetwork/osl	4.467s	coverage: 39.5% of statements
17:29:14 [2023-08-30T17:29:14.694Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
17:29:14 [2023-08-30T17:29:14.694Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.004s	coverage: 20.0% of statements
17:29:14 [2023-08-30T17:29:14.952Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
17:29:14 [2023-08-30T17:29:14.952Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
17:29:16 [2023-08-30T17:29:16.336Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 46.3% of statements
17:29:16 [2023-08-30T17:29:16.336Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.719s	coverage: 46.3% of statements
17:29:16 [2023-08-30T17:29:16.336Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 84.9% of statements
17:29:16 [2023-08-30T17:29:16.336Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 84.9% of statements
17:29:16 [2023-08-30T17:29:16.336Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
17:29:16 [2023-08-30T17:29:16.595Z] 	github.com/docker/docker/libnetwork/types	coverage: 41.7% of statements
17:29:16 [2023-08-30T17:29:16.595Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
17:29:16 [2023-08-30T17:29:16.853Z] 
17:29:16 [2023-08-30T17:29:16.853Z] === Skipped
17:29:16 [2023-08-30T17:29:16.853Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
17:29:16 [2023-08-30T17:29:16.853Z]     firewalld_test.go:29: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory
17:29:16 [2023-08-30T17:29:16.853Z] 
17:29:16 [2023-08-30T17:29:16.853Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
17:29:16 [2023-08-30T17:29:16.853Z]     firewalld_test.go:88: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory
17:29:16 [2023-08-30T17:29:16.853Z] 
17:29:16 [2023-08-30T17:29:16.853Z] DONE 344 tests, 2 skipped in 190.845s
Post stage
[Pipeline] junit
17:29:17 [2023-08-30T17:29:17.434Z] Recording test results
17:29:18 [2023-08-30T17:29:18.726Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:29:19 [2023-08-30T17:29:19.038Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46377/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3a4a04e462a357468f6193f7f36cadc68a786da6 -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:3a4a04e462a357468f6193f7f36cadc68a786da6 hack/make.sh dynbinary test-integration
17:29:19 [2023-08-30T17:29:19.307Z] 
17:29:19 [2023-08-30T17:29:19.307Z] Removing bundles/
17:29:19 [2023-08-30T17:29:19.307Z] 
17:29:19 [2023-08-30T17:29:19.307Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:29:19 [2023-08-30T17:29:19.307Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
17:29:19 [2023-08-30T17:29:19.307Z] + tee /go/src/github.com/docker/docker/go.mod
17:29:19 [2023-08-30T17:29:19.307Z] module github.com/docker/docker
17:29:19 [2023-08-30T17:29:19.307Z] 
17:29:19 [2023-08-30T17:29:19.307Z] go 1.19
17:29:19 [2023-08-30T17:29:19.307Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:29:19 [2023-08-30T17:29:19.307Z] + GO111MODULE=on
17:29:19 [2023-08-30T17:29:19.307Z] + 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=3a4a04e462a357468f6193f7f36cadc68a786da6" -X "github.com/docker/docker/dockerversion.BuildTime=2023-08-30T17:29:19.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
17:29:58 [2023-08-30T17:29:58.127Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:29:58 [2023-08-30T17:29:58.127Z] Created binary: bundles/dynbinary-daemon/dockerd
17:29:58 [2023-08-30T17:29:58.127Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
17:29:58 [2023-08-30T17:29:58.127Z] + tee /go/src/github.com/docker/docker/go.mod
17:29:58 [2023-08-30T17:29:58.127Z] module github.com/docker/docker
17:29:58 [2023-08-30T17:29:58.127Z] 
17:29:58 [2023-08-30T17:29:58.127Z] go 1.19
17:29:58 [2023-08-30T17:29:58.127Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:29:58 [2023-08-30T17:29:58.127Z] + GO111MODULE=on
17:29:58 [2023-08-30T17:29:58.127Z] + 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=3a4a04e462a357468f6193f7f36cadc68a786da6" -X "github.com/docker/docker/dockerversion.BuildTime=2023-08-30T17:29:19.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
17:29:58 [2023-08-30T17:29:58.127Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:29:58 [2023-08-30T17:29:58.128Z] Created binary: bundles/dynbinary-daemon/docker-proxy
17:29:58 [2023-08-30T17:29:58.128Z] 
17:29:58 [2023-08-30T17:29:58.128Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:29:58 [2023-08-30T17:29:58.128Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:29:58 [2023-08-30T17:29:58.128Z] HOSTNAME=971196d1f61d
17:29:58 [2023-08-30T17:29:58.128Z] TESTDEBUG=0
17:29:58 [2023-08-30T17:29:58.128Z] DEST=bundles/test-integration
17:29:58 [2023-08-30T17:29:58.128Z] PWD=/go/src/github.com/docker/docker
17:29:58 [2023-08-30T17:29:58.128Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
17:29:58 [2023-08-30T17:29:58.128Z] DOCKER_GITCOMMIT=3a4a04e462a357468f6193f7f36cadc68a786da6
17:29:58 [2023-08-30T17:29:58.128Z] container=docker
17:29:58 [2023-08-30T17:29:58.128Z] HOME=/root
17:29:58 [2023-08-30T17:29:58.128Z] CONTAINERD_NAMESPACE=moby
17:29:58 [2023-08-30T17:29:58.128Z] GOLANG_VERSION=1.20.7
17:29:58 [2023-08-30T17:29:58.128Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:29:58 [2023-08-30T17:29:58.128Z] VALIDATE_BRANCH=master
17:29:58 [2023-08-30T17:29:58.128Z] TERM=xterm
17:29:58 [2023-08-30T17:29:58.128Z] DOCKER_PKG=github.com/docker/docker
17:29:58 [2023-08-30T17:29:58.128Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
17:29:58 [2023-08-30T17:29:58.128Z] SHLVL=1
17:29:58 [2023-08-30T17:29:58.128Z] TIMEOUT=120m
17:29:58 [2023-08-30T17:29:58.128Z] DOCKER_GRAPHDRIVER=overlay2
17:29:58 [2023-08-30T17:29:58.128Z] GO111MODULE=off
17:29:58 [2023-08-30T17:29:58.128Z] DOCKER_EXPERIMENTAL=1
17:29:58 [2023-08-30T17:29:58.128Z] TEST_SKIP_INTEGRATION_CLI=1
17:29:58 [2023-08-30T17:29:58.128Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:29:58 [2023-08-30T17:29:58.128Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:29:58 [2023-08-30T17:29:58.128Z] GOPATH=/go
17:29:58 [2023-08-30T17:29:58.128Z] PKG_CONFIG=pkg-config
17:29:58 [2023-08-30T17:29:58.128Z] _=/usr/bin/env
17:29:58 [2023-08-30T17:29:58.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
17:30:16 [2023-08-30T17:30:16.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
17:30:16 [2023-08-30T17:30:16.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:30:17 [2023-08-30T17:30:17.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:30:19 [2023-08-30T17:30:19.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:30:23 [2023-08-30T17:30:23.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:30:27 [2023-08-30T17:30:27.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
17:30:27 [2023-08-30T17:30:27.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:30:28 [2023-08-30T17:30:28.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:30:30 [2023-08-30T17:30:30.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:30:31 [2023-08-30T17:30:31.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:30:31 [2023-08-30T17:30:31.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:30:32 [2023-08-30T17:30:32.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:30:34 [2023-08-30T17:30:34.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:30:36 [2023-08-30T17:30:36.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:30:37 [2023-08-30T17:30:37.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:30:37 [2023-08-30T17:30:37.864Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:30:39 [2023-08-30T17:30:39.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:30:40 [2023-08-30T17:30:40.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:30:41 [2023-08-30T17:30:41.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:30:42 [2023-08-30T17:30:42.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:30:43 [2023-08-30T17:30:43.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:30:44 [2023-08-30T17:30:44.996Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:30:44 [2023-08-30T17:30:44.996Z] Using test binary /usr/local/cli-integration/docker
17:30:44 [2023-08-30T17:30:44.996Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:30:44 [2023-08-30T17:30:44.996Z] +++ /etc/init.d/apparmor start
17:30:44 [2023-08-30T17:30:44.996Z] Not: starting.
17:30:44 [2023-08-30T17:30:44.996Z] INFO: Waiting for daemon to start...
17:30:44 [2023-08-30T17:30:44.996Z] Starting dockerd
17:30:44 [2023-08-30T17:30:44.996Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.MZdvnNZ1VW/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
17:30:54 [2023-08-30T17:30:54.964Z] .
17:30:54 [2023-08-30T17:30:54.964Z] ---> Making bundle: .build-empty-images (in bundles/test-integration)
17:30:54 [2023-08-30T17:30:54.964Z] ++++ tar -cC bundles/test-integration/emptyfs .
17:30:54 [2023-08-30T17:30:54.964Z] ++++ docker load
17:30:54 [2023-08-30T17:30:54.964Z] Loaded image: emptyfs:latest
17:30:54 [2023-08-30T17:30:54.964Z] ++++ tar -cC bundles/test-integration/dangling .
17:30:54 [2023-08-30T17:30:54.964Z] ++++ docker load
17:30:54 [2023-08-30T17:30:54.964Z] Loaded image ID: sha256:0df1207206e5288f4a989a2f13d1f5b3c4e70467702c1d5d21dfc9f002b7bd43
17:30:54 [2023-08-30T17:30:54.964Z] Running integration-test (iteration 1)
17:30:54 [2023-08-30T17:30:54.964Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
17:30:54 [2023-08-30T17:30:54.964Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
17:30:54 [2023-08-30T17:30:54.964Z] ++ set -e
17:30:54 [2023-08-30T17:30:54.964Z] ++ '[' -n 0 ']'
17:30:54 [2023-08-30T17:30:54.964Z] ++ set -x
17:30:54 [2023-08-30T17:30:54.964Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
17:30:54 [2023-08-30T17:30:54.964Z] Loaded image: busybox:latest
17:30:54 [2023-08-30T17:30:54.964Z] Loaded image: busybox:glibc
17:30:54 [2023-08-30T17:30:54.964Z] Loaded image: debian:bullseye-slim
17:30:54 [2023-08-30T17:30:54.964Z] Loaded image: hello-world:latest
17:30:54 [2023-08-30T17:30:54.964Z] Loaded image: arm32v7/hello-world:latest
17:30:54 [2023-08-30T17:30:54.964Z] INFO: Testing against a local daemon
17:30:54 [2023-08-30T17:30:54.964Z] === RUN   TestCgroupNamespacesBuild
17:30:56 [2023-08-30T17:30:56.339Z] --- PASS: TestCgroupNamespacesBuild (1.13s)
17:30:56 [2023-08-30T17:30:56.339Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:30:57 [2023-08-30T17:30:57.274Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s)
17:30:57 [2023-08-30T17:30:57.274Z] === RUN   TestBuildWithSession
17:30:57 [2023-08-30T17:30:57.274Z]     build_session_test.go:25: TODO: BuildKit
17:30:57 [2023-08-30T17:30:57.274Z] --- SKIP: TestBuildWithSession (0.00s)
17:30:57 [2023-08-30T17:30:57.274Z] === RUN   TestBuildSquashParent
17:31:00 [2023-08-30T17:31:00.558Z] --- PASS: TestBuildSquashParent (2.93s)
17:31:00 [2023-08-30T17:31:00.558Z] === RUN   TestBuildWithRemoveAndForceRemove
17:31:00 [2023-08-30T17:31:00.558Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:31:00 [2023-08-30T17:31:00.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:31:00 [2023-08-30T17:31:00.558Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:31:00 [2023-08-30T17:31:00.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:31:00 [2023-08-30T17:31:00.558Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:31:00 [2023-08-30T17:31:00.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:31:00 [2023-08-30T17:31:00.558Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:31:00 [2023-08-30T17:31:00.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:31:00 [2023-08-30T17:31:00.558Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:31:00 [2023-08-30T17:31:00.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:31:00 [2023-08-30T17:31:00.558Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:31:00 [2023-08-30T17:31:00.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:31:00 [2023-08-30T17:31:00.558Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:31:00 [2023-08-30T17:31:00.558Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:31:00 [2023-08-30T17:31:00.558Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:31:00 [2023-08-30T17:31:00.558Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:31:00 [2023-08-30T17:31:00.558Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:31:00 [2023-08-30T17:31:00.558Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:31:03 [2023-08-30T17:31:03.843Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
17:31:03 [2023-08-30T17:31:03.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.34s)
17:31:03 [2023-08-30T17:31:03.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.40s)
17:31:03 [2023-08-30T17:31:03.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.48s)
17:31:03 [2023-08-30T17:31:03.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.00s)
17:31:03 [2023-08-30T17:31:03.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.09s)
17:31:03 [2023-08-30T17:31:03.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.13s)
17:31:03 [2023-08-30T17:31:03.843Z] === RUN   TestBuildMultiStageCopy
17:31:03 [2023-08-30T17:31:03.843Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:31:04 [2023-08-30T17:31:04.409Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:31:04 [2023-08-30T17:31:04.409Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:31:04 [2023-08-30T17:31:04.409Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:31:04 [2023-08-30T17:31:04.409Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:31:04 [2023-08-30T17:31:04.409Z] --- PASS: TestBuildMultiStageCopy (1.16s)
17:31:04 [2023-08-30T17:31:04.409Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.94s)
17:31:04 [2023-08-30T17:31:04.409Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s)
17:31:04 [2023-08-30T17:31:04.409Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.05s)
17:31:04 [2023-08-30T17:31:04.409Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.06s)
17:31:04 [2023-08-30T17:31:04.409Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.07s)
17:31:04 [2023-08-30T17:31:04.409Z] === RUN   TestBuildMultiStageParentConfig
17:31:04 [2023-08-30T17:31:04.667Z] --- PASS: TestBuildMultiStageParentConfig (0.26s)
17:31:04 [2023-08-30T17:31:04.667Z] === RUN   TestBuildLabelWithTargets
17:31:05 [2023-08-30T17:31:05.234Z] --- PASS: TestBuildLabelWithTargets (0.40s)
17:31:05 [2023-08-30T17:31:05.234Z] === RUN   TestBuildWithEmptyLayers
17:31:05 [2023-08-30T17:31:05.234Z] --- PASS: TestBuildWithEmptyLayers (0.08s)
17:31:05 [2023-08-30T17:31:05.234Z] === RUN   TestBuildMultiStageOnBuild
17:31:06 [2023-08-30T17:31:06.608Z] --- PASS: TestBuildMultiStageOnBuild (1.23s)
17:31:06 [2023-08-30T17:31:06.608Z] === RUN   TestBuildUncleanTarFilenames
17:31:06 [2023-08-30T17:31:06.608Z] --- PASS: TestBuildUncleanTarFilenames (0.11s)
17:31:06 [2023-08-30T17:31:06.608Z] === RUN   TestBuildMultiStageLayerLeak
17:31:07 [2023-08-30T17:31:07.542Z] --- PASS: TestBuildMultiStageLayerLeak (1.00s)
17:31:07 [2023-08-30T17:31:07.542Z] === RUN   TestBuildWithHugeFile
17:32:15 [2023-08-30T17:32:15.221Z] --- PASS: TestBuildWithHugeFile (64.27s)
17:32:15 [2023-08-30T17:32:15.221Z] === RUN   TestBuildWCOWSandboxSize
17:32:15 [2023-08-30T17:32:15.221Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:32:15 [2023-08-30T17:32:15.221Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
17:32:15 [2023-08-30T17:32:15.221Z] === RUN   TestBuildWithEmptyDockerfile
17:32:15 [2023-08-30T17:32:15.221Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:32:15 [2023-08-30T17:32:15.221Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:32:15 [2023-08-30T17:32:15.221Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:32:15 [2023-08-30T17:32:15.221Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:32:15 [2023-08-30T17:32:15.221Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:32:15 [2023-08-30T17:32:15.221Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:32:15 [2023-08-30T17:32:15.221Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:32:15 [2023-08-30T17:32:15.221Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:32:15 [2023-08-30T17:32:15.221Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:32:15 [2023-08-30T17:32:15.221Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
17:32:15 [2023-08-30T17:32:15.221Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
17:32:15 [2023-08-30T17:32:15.221Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
17:32:15 [2023-08-30T17:32:15.221Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
17:32:15 [2023-08-30T17:32:15.221Z] === RUN   TestBuildPreserveOwnership
17:32:15 [2023-08-30T17:32:15.221Z] === RUN   TestBuildPreserveOwnership/copy_from
17:32:15 [2023-08-30T17:32:15.221Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:32:15 [2023-08-30T17:32:15.221Z] --- PASS: TestBuildPreserveOwnership (2.07s)
17:32:15 [2023-08-30T17:32:15.221Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.51s)
17:32:15 [2023-08-30T17:32:15.221Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.55s)
17:32:15 [2023-08-30T17:32:15.221Z] === RUN   TestBuildPlatformInvalid
17:32:15 [2023-08-30T17:32:15.221Z] --- PASS: TestBuildPlatformInvalid (0.03s)
17:32:15 [2023-08-30T17:32:15.221Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:32:15 [2023-08-30T17:32:15.221Z] Loaded image: busybox:latest
17:32:15 [2023-08-30T17:32:15.221Z] Loaded image: busybox:glibc
17:32:15 [2023-08-30T17:32:15.787Z] Loaded image: debian:bullseye-slim
17:32:15 [2023-08-30T17:32:15.787Z] Loaded image: hello-world:latest
17:32:15 [2023-08-30T17:32:15.787Z] Loaded image: arm32v7/hello-world:latest
17:32:23 [2023-08-30T17:32:23.899Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.99s)
17:32:23 [2023-08-30T17:32:23.899Z] PASS
17:32:23 [2023-08-30T17:32:23.899Z] 
17:32:23 [2023-08-30T17:32:23.899Z] === Skipped
17:32:23 [2023-08-30T17:32:23.899Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
17:32:23 [2023-08-30T17:32:23.899Z]     build_session_test.go:25: TODO: BuildKit
17:32:23 [2023-08-30T17:32:23.899Z] 
17:32:23 [2023-08-30T17:32:23.899Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
17:32:23 [2023-08-30T17:32:23.899Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:32:23 [2023-08-30T17:32:23.899Z] 
17:32:23 [2023-08-30T17:32:23.899Z] DONE 34 tests, 2 skipped in 90.315s
17:32:23 [2023-08-30T17:32:23.899Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
17:32:23 [2023-08-30T17:32:23.899Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m
17:32:23 [2023-08-30T17:32:23.899Z] ++ set -e
17:32:23 [2023-08-30T17:32:23.899Z] ++ '[' -n 0 ']'
17:32:23 [2023-08-30T17:32:23.899Z] ++ set -x
17:32:23 [2023-08-30T17:32:23.899Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m
17:32:23 [2023-08-30T17:32:23.899Z] INFO: Testing against a local daemon
17:32:23 [2023-08-30T17:32:23.899Z] === RUN   TestNoNewPrivileges
17:32:29 [2023-08-30T17:32:29.164Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
17:32:29 [2023-08-30T17:32:29.730Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
17:32:30 [2023-08-30T17:32:30.296Z] --- PASS: TestNoNewPrivileges (6.13s)
17:32:30 [2023-08-30T17:32:30.296Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.40s)
17:32:30 [2023-08-30T17:32:30.296Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.42s)
17:32:30 [2023-08-30T17:32:30.296Z] PASS
17:32:30 [2023-08-30T17:32:30.296Z] 
17:32:30 [2023-08-30T17:32:30.296Z] DONE 3 tests in 6.153s
17:32:30 [2023-08-30T17:32:30.296Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
17:32:30 [2023-08-30T17:32:30.296Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
17:32:30 [2023-08-30T17:32:30.296Z] ++ set -e
17:32:30 [2023-08-30T17:32:30.296Z] ++ '[' -n 0 ']'
17:32:30 [2023-08-30T17:32:30.296Z] ++ set -x
17:32:30 [2023-08-30T17:32:30.297Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
17:32:30 [2023-08-30T17:32:30.297Z] INFO: Testing against a local daemon
17:32:30 [2023-08-30T17:32:30.297Z] === RUN   TestConfigInspect
17:32:32 [2023-08-30T17:32:32.197Z] --- PASS: TestConfigInspect (1.95s)
17:32:32 [2023-08-30T17:32:32.197Z] === RUN   TestConfigList
17:32:34 [2023-08-30T17:32:34.097Z] --- PASS: TestConfigList (1.88s)
17:32:34 [2023-08-30T17:32:34.097Z] === RUN   TestConfigsCreateAndDelete
17:32:35 [2023-08-30T17:32:35.997Z] --- PASS: TestConfigsCreateAndDelete (1.91s)
17:32:35 [2023-08-30T17:32:35.997Z] === RUN   TestConfigsUpdate
17:32:37 [2023-08-30T17:32:37.897Z] --- PASS: TestConfigsUpdate (2.00s)
17:32:37 [2023-08-30T17:32:37.897Z] === RUN   TestTemplatedConfig
17:32:41 [2023-08-30T17:32:41.181Z] --- PASS: TestTemplatedConfig (2.64s)
17:32:41 [2023-08-30T17:32:41.181Z] === RUN   TestConfigCreateResolve
17:32:42 [2023-08-30T17:32:42.556Z] --- PASS: TestConfigCreateResolve (1.94s)
17:32:42 [2023-08-30T17:32:42.556Z] PASS
17:32:42 [2023-08-30T17:32:42.556Z] 
17:32:42 [2023-08-30T17:32:42.556Z] DONE 6 tests in 12.356s
17:32:42 [2023-08-30T17:32:42.556Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
17:32:42 [2023-08-30T17:32:42.556Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
17:32:42 [2023-08-30T17:32:42.556Z] ++ set -e
17:32:42 [2023-08-30T17:32:42.556Z] ++ '[' -n 0 ']'
17:32:42 [2023-08-30T17:32:42.556Z] ++ set -x
17:32:42 [2023-08-30T17:32:42.556Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
17:32:42 [2023-08-30T17:32:42.556Z] INFO: Testing against a local daemon
17:32:42 [2023-08-30T17:32:42.556Z] === RUN   TestAttach
17:32:42 [2023-08-30T17:32:42.556Z] === RUN   TestAttach/without_TTY
17:32:42 [2023-08-30T17:32:42.556Z] === PAUSE TestAttach/without_TTY
17:32:42 [2023-08-30T17:32:42.556Z] === RUN   TestAttach/with_TTY
17:32:42 [2023-08-30T17:32:42.556Z] === PAUSE TestAttach/with_TTY
17:32:42 [2023-08-30T17:32:42.556Z] === CONT  TestAttach/without_TTY
17:32:42 [2023-08-30T17:32:42.556Z] === CONT  TestAttach/with_TTY
17:32:42 [2023-08-30T17:32:42.556Z] --- PASS: TestAttach (0.02s)
17:32:42 [2023-08-30T17:32:42.556Z]     --- PASS: TestAttach/without_TTY (0.03s)
17:32:42 [2023-08-30T17:32:42.556Z]     --- PASS: TestAttach/with_TTY (0.03s)
17:32:42 [2023-08-30T17:32:42.556Z] === RUN   TestCreateWithCDIDevices
17:32:43 [2023-08-30T17:32:43.931Z] --- PASS: TestCreateWithCDIDevices (1.02s)
17:32:43 [2023-08-30T17:32:43.931Z] === RUN   TestCDISpecDirsAreInSystemInfo
17:32:43 [2023-08-30T17:32:43.931Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default
17:32:44 [2023-08-30T17:32:44.190Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned
17:32:44 [2023-08-30T17:32:44.756Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice
17:32:45 [2023-08-30T17:32:45.322Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice
17:32:45 [2023-08-30T17:32:45.888Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice
17:32:46 [2023-08-30T17:32:46.146Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice
17:32:46 [2023-08-30T17:32:46.712Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice
17:32:47 [2023-08-30T17:32:47.279Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice
17:32:47 [2023-08-30T17:32:47.845Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.18s)
17:32:47 [2023-08-30T17:32:47.845Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default (0.52s)
17:32:47 [2023-08-30T17:32:47.845Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned (0.52s)
17:32:47 [2023-08-30T17:32:47.845Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
17:32:47 [2023-08-30T17:32:47.845Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice (0.52s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice (0.52s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice (0.52s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice (0.52s)
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestCheckpoint
17:32:47 [2023-08-30T17:32:47.846Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:32:47 [2023-08-30T17:32:47.846Z] --- SKIP: TestCheckpoint (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/commit
17:32:47 [2023-08-30T17:32:47.846Z] === PAUSE TestContainerInvalidJSON/commit
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/create
17:32:47 [2023-08-30T17:32:47.846Z] === PAUSE TestContainerInvalidJSON/containers/create
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
17:32:47 [2023-08-30T17:32:47.846Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
17:32:47 [2023-08-30T17:32:47.846Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
17:32:47 [2023-08-30T17:32:47.846Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:32:47 [2023-08-30T17:32:47.846Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
17:32:47 [2023-08-30T17:32:47.846Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
17:32:47 [2023-08-30T17:32:47.846Z] === CONT  TestContainerInvalidJSON/commit
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
17:32:47 [2023-08-30T17:32:47.846Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
17:32:47 [2023-08-30T17:32:47.846Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
17:32:47 [2023-08-30T17:32:47.846Z] === CONT  TestContainerInvalidJSON/containers/create
17:32:47 [2023-08-30T17:32:47.846Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
17:32:47 [2023-08-30T17:32:47.846Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
17:32:47 [2023-08-30T17:32:47.846Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/commit/empty_body
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
17:32:47 [2023-08-30T17:32:47.846Z] --- PASS: TestContainerInvalidJSON (0.01s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:32:47 [2023-08-30T17:32:47.846Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestCopyFromContainerPathIsNotDir
17:32:47 [2023-08-30T17:32:47.846Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestCopyToContainerPathDoesNotExist
17:32:47 [2023-08-30T17:32:47.846Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
17:32:47 [2023-08-30T17:32:47.846Z] === RUN   TestCopyEmptyFile
17:32:48 [2023-08-30T17:32:48.104Z] --- PASS: TestCopyEmptyFile (0.05s)
17:32:48 [2023-08-30T17:32:48.104Z] === RUN   TestCopyToContainerPathIsNotDir
17:32:48 [2023-08-30T17:32:48.104Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
17:32:48 [2023-08-30T17:32:48.104Z] === RUN   TestCopyFromContainer
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer//
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/.
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer//.
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/./
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer//./
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer//bar/root
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer//bar/root/
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer//bar/root/.
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/bar/quux
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/bar/quux/
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/bar/quux/.
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCopyFromContainer/bar/notarget
17:32:48 [2023-08-30T17:32:48.671Z] --- PASS: TestCopyFromContainer (0.75s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer// (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/. (0.02s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer//. (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
17:32:48 [2023-08-30T17:32:48.671Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:32:48 [2023-08-30T17:32:48.671Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:32:48 [2023-08-30T17:32:48.671Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:32:48 [2023-08-30T17:32:48.671Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:32:48 [2023-08-30T17:32:48.671Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:32:48 [2023-08-30T17:32:48.671Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:32:48 [2023-08-30T17:32:48.671Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:32:48 [2023-08-30T17:32:48.671Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:32:48 [2023-08-30T17:32:48.929Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
17:32:48 [2023-08-30T17:32:48.929Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:32:48 [2023-08-30T17:32:48.929Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:32:48 [2023-08-30T17:32:48.929Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:32:48 [2023-08-30T17:32:48.929Z] === RUN   TestCreateLinkToNonExistingContainer
17:32:48 [2023-08-30T17:32:48.929Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
17:32:48 [2023-08-30T17:32:48.929Z] === RUN   TestCreateWithInvalidEnv
17:32:48 [2023-08-30T17:32:48.929Z] === RUN   TestCreateWithInvalidEnv/0
17:32:48 [2023-08-30T17:32:48.929Z] === PAUSE TestCreateWithInvalidEnv/0
17:32:48 [2023-08-30T17:32:48.929Z] === RUN   TestCreateWithInvalidEnv/1
17:32:48 [2023-08-30T17:32:48.929Z] === PAUSE TestCreateWithInvalidEnv/1
17:32:48 [2023-08-30T17:32:48.929Z] === RUN   TestCreateWithInvalidEnv/2
17:32:48 [2023-08-30T17:32:48.929Z] === PAUSE TestCreateWithInvalidEnv/2
17:32:48 [2023-08-30T17:32:48.929Z] === CONT  TestCreateWithInvalidEnv/0
17:32:48 [2023-08-30T17:32:48.929Z] === CONT  TestCreateWithInvalidEnv/2
17:32:48 [2023-08-30T17:32:48.929Z] === CONT  TestCreateWithInvalidEnv/1
17:32:48 [2023-08-30T17:32:48.929Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
17:32:48 [2023-08-30T17:32:48.929Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:32:48 [2023-08-30T17:32:48.929Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:32:48 [2023-08-30T17:32:48.929Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:32:48 [2023-08-30T17:32:48.929Z] === RUN   TestCreateTmpfsMountsTarget
17:32:48 [2023-08-30T17:32:48.929Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
17:32:48 [2023-08-30T17:32:48.929Z] === RUN   TestCreateWithCustomMaskedPaths
17:32:50 [2023-08-30T17:32:50.304Z] --- PASS: TestCreateWithCustomMaskedPaths (1.28s)
17:32:50 [2023-08-30T17:32:50.304Z] === RUN   TestCreateWithCustomReadonlyPaths
17:32:51 [2023-08-30T17:32:51.679Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.30s)
17:32:51 [2023-08-30T17:32:51.679Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:32:51 [2023-08-30T17:32:51.679Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:32:51 [2023-08-30T17:32:51.679Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:32:51 [2023-08-30T17:32:51.679Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:32:51 [2023-08-30T17:32:51.679Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:32:51 [2023-08-30T17:32:51.679Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:32:51 [2023-08-30T17:32:51.679Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:32:51 [2023-08-30T17:32:51.679Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:32:51 [2023-08-30T17:32:51.679Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:32:51 [2023-08-30T17:32:51.679Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:32:51 [2023-08-30T17:32:51.679Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:32:51 [2023-08-30T17:32:51.679Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:32:51 [2023-08-30T17:32:51.679Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:32:51 [2023-08-30T17:32:51.679Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:32:51 [2023-08-30T17:32:51.679Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:32:51 [2023-08-30T17:32:51.679Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:32:51 [2023-08-30T17:32:51.679Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
17:32:51 [2023-08-30T17:32:51.679Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
17:32:51 [2023-08-30T17:32:51.679Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
17:32:51 [2023-08-30T17:32:51.679Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
17:32:51 [2023-08-30T17:32:51.679Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
17:32:51 [2023-08-30T17:32:51.679Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:32:51 [2023-08-30T17:32:51.679Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:32:51 [2023-08-30T17:32:51.937Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.44s)
17:32:51 [2023-08-30T17:32:51.937Z] === RUN   TestCreateDifferentPlatform
17:32:51 [2023-08-30T17:32:51.937Z] === RUN   TestCreateDifferentPlatform/different_os
17:32:51 [2023-08-30T17:32:51.937Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:32:51 [2023-08-30T17:32:51.937Z] --- PASS: TestCreateDifferentPlatform (0.01s)
17:32:51 [2023-08-30T17:32:51.937Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:32:51 [2023-08-30T17:32:51.937Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:32:51 [2023-08-30T17:32:51.937Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:32:51 [2023-08-30T17:32:51.937Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
17:32:51 [2023-08-30T17:32:51.937Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:32:51 [2023-08-30T17:32:51.937Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.03s)
17:32:51 [2023-08-30T17:32:51.937Z] === RUN   TestCreateInvalidHostConfig
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
17:32:51 [2023-08-30T17:32:51.938Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
17:32:51 [2023-08-30T17:32:51.938Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
17:32:51 [2023-08-30T17:32:51.938Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:32:51 [2023-08-30T17:32:51.938Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
17:32:51 [2023-08-30T17:32:51.938Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
17:32:51 [2023-08-30T17:32:51.938Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
17:32:51 [2023-08-30T17:32:51.938Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
17:32:51 [2023-08-30T17:32:51.938Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
17:32:51 [2023-08-30T17:32:51.938Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
17:32:51 [2023-08-30T17:32:51.938Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
17:32:51 [2023-08-30T17:32:51.938Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestContainerStartOnDaemonRestart
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestContainerStartOnDaemonRestart
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestDaemonRestartIpcMode
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestDaemonRestartIpcMode
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestDaemonHostGatewayIP
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestDaemonHostGatewayIP
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestRestartDaemonWithRestartingContainer
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestHardRestartWhenContainerIsRunning
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestHardRestartWhenContainerIsRunning
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestContainerKillOnDaemonStart
17:32:51 [2023-08-30T17:32:51.938Z] === PAUSE TestContainerKillOnDaemonStart
17:32:51 [2023-08-30T17:32:51.938Z] === RUN   TestDiff
17:32:52 [2023-08-30T17:32:52.504Z] --- PASS: TestDiff (0.44s)
17:32:52 [2023-08-30T17:32:52.504Z] === RUN   TestExecConsoleSize
17:32:53 [2023-08-30T17:32:53.070Z] --- PASS: TestExecConsoleSize (0.53s)
17:32:53 [2023-08-30T17:32:53.070Z] === RUN   TestExecWithCloseStdin
17:32:53 [2023-08-30T17:32:53.637Z] --- PASS: TestExecWithCloseStdin (0.54s)
17:32:53 [2023-08-30T17:32:53.637Z] === RUN   TestExec
17:32:53 [2023-08-30T17:32:53.895Z] --- PASS: TestExec (0.50s)
17:32:53 [2023-08-30T17:32:53.895Z] === RUN   TestExecUser
17:32:54 [2023-08-30T17:32:54.461Z] --- PASS: TestExecUser (0.52s)
17:32:54 [2023-08-30T17:32:54.461Z] === RUN   TestExportContainerAndImportImage
17:32:55 [2023-08-30T17:32:55.027Z] --- PASS: TestExportContainerAndImportImage (0.50s)
17:32:55 [2023-08-30T17:32:55.028Z] === RUN   TestExportContainerAfterDaemonRestart
17:33:01 [2023-08-30T17:33:01.586Z] --- PASS: TestExportContainerAfterDaemonRestart (6.14s)
17:33:01 [2023-08-30T17:33:01.586Z] === RUN   TestHealthCheckWorkdir
17:33:01 [2023-08-30T17:33:01.845Z] --- PASS: TestHealthCheckWorkdir (0.61s)
17:33:01 [2023-08-30T17:33:01.845Z] === RUN   TestHealthKillContainer
17:33:09 [2023-08-30T17:33:09.953Z] --- PASS: TestHealthKillContainer (7.95s)
17:33:09 [2023-08-30T17:33:09.953Z] === RUN   TestHealthCheckProcessKilled
17:33:10 [2023-08-30T17:33:10.520Z] --- PASS: TestHealthCheckProcessKilled (0.77s)
17:33:10 [2023-08-30T17:33:10.520Z] === RUN   TestHealthStartInterval
17:33:11 [2023-08-30T17:33:11.894Z]     health_test.go:145: &{2023-08-30 17:33:11.605506527 +0000 UTC 2023-08-30 17:33:11.664457313 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:33:11 [2023-08-30T17:33:11.894Z]         }
17:33:11 [2023-08-30T17:33:11.894Z]     health_test.go:145: &{2023-08-30 17:33:11.605506527 +0000 UTC 2023-08-30 17:33:11.664457313 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:33:11 [2023-08-30T17:33:11.894Z]         }
17:33:12 [2023-08-30T17:33:12.152Z]     health_test.go:145: &{2023-08-30 17:33:11.605506527 +0000 UTC 2023-08-30 17:33:11.664457313 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:33:12 [2023-08-30T17:33:12.152Z]         }
17:33:12 [2023-08-30T17:33:12.152Z]     health_test.go:145: &{2023-08-30 17:33:11.605506527 +0000 UTC 2023-08-30 17:33:11.664457313 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:33:12 [2023-08-30T17:33:12.152Z]         }
17:33:12 [2023-08-30T17:33:12.152Z]     health_test.go:145: &{2023-08-30 17:33:11.605506527 +0000 UTC 2023-08-30 17:33:11.664457313 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:33:12 [2023-08-30T17:33:12.152Z]         }
17:33:12 [2023-08-30T17:33:12.410Z]     health_test.go:145: &{2023-08-30 17:33:11.605506527 +0000 UTC 2023-08-30 17:33:11.664457313 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:33:12 [2023-08-30T17:33:12.410Z]         }
17:33:12 [2023-08-30T17:33:12.410Z]     health_test.go:145: &{2023-08-30 17:33:11.605506527 +0000 UTC 2023-08-30 17:33:11.664457313 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:33:12 [2023-08-30T17:33:12.410Z]         }
17:33:12 [2023-08-30T17:33:12.668Z]     health_test.go:145: &{2023-08-30 17:33:11.605506527 +0000 UTC 2023-08-30 17:33:11.664457313 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:33:12 [2023-08-30T17:33:12.668Z]         }
17:33:12 [2023-08-30T17:33:12.668Z]     health_test.go:145: &{2023-08-30 17:33:11.605506527 +0000 UTC 2023-08-30 17:33:11.664457313 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:33:12 [2023-08-30T17:33:12.668Z]         }
17:33:12 [2023-08-30T17:33:12.668Z]     health_test.go:145: &{2023-08-30 17:33:11.605506527 +0000 UTC 2023-08-30 17:33:11.664457313 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:33:12 [2023-08-30T17:33:12.668Z]         }
17:33:12 [2023-08-30T17:33:12.926Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:12 [2023-08-30T17:33:12.926Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:12 [2023-08-30T17:33:12.926Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:13 [2023-08-30T17:33:13.184Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:13 [2023-08-30T17:33:13.184Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:13 [2023-08-30T17:33:13.442Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:13 [2023-08-30T17:33:13.442Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:13 [2023-08-30T17:33:13.442Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:13 [2023-08-30T17:33:13.699Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:13 [2023-08-30T17:33:13.699Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:13 [2023-08-30T17:33:13.957Z]     health_test.go:145: &{2023-08-30 17:33:12.670417654 +0000 UTC 2023-08-30 17:33:12.723996218 +0000 UTC 1 2}
17:33:13 [2023-08-30T17:33:13.957Z]     health_test.go:173: 1.059969101s
17:33:14 [2023-08-30T17:33:14.891Z]     health_test.go:173: 1.059969101s
17:33:16 [2023-08-30T17:33:16.264Z]     health_test.go:173: 1.059969101s
17:33:17 [2023-08-30T17:33:17.198Z]     health_test.go:173: 1.059969101s
17:33:18 [2023-08-30T17:33:18.133Z]     health_test.go:173: 1.059969101s
17:33:19 [2023-08-30T17:33:19.066Z]     health_test.go:173: 1.059969101s
17:33:19 [2023-08-30T17:33:19.999Z]     health_test.go:173: 1.059969101s
17:33:20 [2023-08-30T17:33:20.933Z]     health_test.go:173: 1.059969101s
17:33:21 [2023-08-30T17:33:21.866Z]     health_test.go:173: 1.059969101s
17:33:23 [2023-08-30T17:33:23.240Z]     health_test.go:173: 1.059969101s
17:33:24 [2023-08-30T17:33:24.173Z]     health_test.go:173: 1.059969101s
17:33:25 [2023-08-30T17:33:25.107Z]     health_test.go:173: 1.059969101s
17:33:26 [2023-08-30T17:33:26.040Z]     health_test.go:173: 1.059969101s
17:33:26 [2023-08-30T17:33:26.974Z]     health_test.go:173: 1.059969101s
17:33:27 [2023-08-30T17:33:27.908Z]     health_test.go:173: 1.059969101s
17:33:29 [2023-08-30T17:33:29.281Z]     health_test.go:173: 1.059969101s
17:33:30 [2023-08-30T17:33:30.215Z]     health_test.go:173: 1.059969101s
17:33:31 [2023-08-30T17:33:31.149Z]     health_test.go:173: 1.059969101s
17:33:32 [2023-08-30T17:33:32.083Z]     health_test.go:173: 1.059969101s
17:33:33 [2023-08-30T17:33:33.016Z]     health_test.go:173: 1.059969101s
17:33:33 [2023-08-30T17:33:33.950Z]     health_test.go:173: 1.059969101s
17:33:34 [2023-08-30T17:33:34.884Z]     health_test.go:173: 1.059969101s
17:33:36 [2023-08-30T17:33:36.258Z]     health_test.go:173: 1.059969101s
17:33:37 [2023-08-30T17:33:37.191Z]     health_test.go:173: 1.059969101s
17:33:38 [2023-08-30T17:33:38.125Z]     health_test.go:173: 1.059969101s
17:33:39 [2023-08-30T17:33:39.058Z]     health_test.go:173: 1.059969101s
17:33:39 [2023-08-30T17:33:39.991Z]     health_test.go:173: 1.059969101s
17:33:40 [2023-08-30T17:33:40.925Z]     health_test.go:173: 1.059969101s
17:33:42 [2023-08-30T17:33:42.298Z]     health_test.go:173: 1.059969101s
17:33:43 [2023-08-30T17:33:43.231Z]     health_test.go:173: 1.059969101s
17:33:44 [2023-08-30T17:33:44.165Z] --- PASS: TestHealthStartInterval (33.72s)
17:33:44 [2023-08-30T17:33:44.165Z] === RUN   TestInspectCpusetInConfigPre120
17:33:44 [2023-08-30T17:33:44.731Z] --- PASS: TestInspectCpusetInConfigPre120 (0.46s)
17:33:44 [2023-08-30T17:33:44.731Z] === RUN   TestInspectAnnotations
17:33:44 [2023-08-30T17:33:44.731Z] --- PASS: TestInspectAnnotations (0.04s)
17:33:44 [2023-08-30T17:33:44.731Z] === RUN   TestIpcModeNone
17:33:45 [2023-08-30T17:33:45.297Z] --- PASS: TestIpcModeNone (0.53s)
17:33:45 [2023-08-30T17:33:45.297Z] === RUN   TestIpcModePrivate
17:33:45 [2023-08-30T17:33:45.555Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
17:33:45 [2023-08-30T17:33:45.813Z] --- PASS: TestIpcModePrivate (0.56s)
17:33:45 [2023-08-30T17:33:45.813Z] === RUN   TestIpcModeShareable
17:33:46 [2023-08-30T17:33:46.071Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
17:33:46 [2023-08-30T17:33:46.330Z] --- PASS: TestIpcModeShareable (0.53s)
17:33:46 [2023-08-30T17:33:46.330Z] === RUN   TestAPIIpcModeShareableAndContainer
17:33:48 [2023-08-30T17:33:48.231Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.65s)
17:33:48 [2023-08-30T17:33:48.231Z] === RUN   TestAPIIpcModeHost
17:33:48 [2023-08-30T17:33:48.231Z] --- PASS: TestAPIIpcModeHost (0.34s)
17:33:48 [2023-08-30T17:33:48.231Z] === RUN   TestDaemonIpcModeShareable
17:33:49 [2023-08-30T17:33:49.165Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
17:33:49 [2023-08-30T17:33:49.423Z] --- PASS: TestDaemonIpcModeShareable (1.14s)
17:33:49 [2023-08-30T17:33:49.423Z] === RUN   TestDaemonIpcModePrivate
17:33:50 [2023-08-30T17:33:50.358Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
17:33:50 [2023-08-30T17:33:50.616Z] --- PASS: TestDaemonIpcModePrivate (1.14s)
17:33:50 [2023-08-30T17:33:50.616Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:33:51 [2023-08-30T17:33:51.551Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
17:33:51 [2023-08-30T17:33:51.810Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.14s)
17:33:51 [2023-08-30T17:33:51.810Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:33:52 [2023-08-30T17:33:52.748Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
17:33:52 [2023-08-30T17:33:52.748Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.12s)
17:33:52 [2023-08-30T17:33:52.748Z] === RUN   TestIpcModeOlderClient
17:33:52 [2023-08-30T17:33:52.748Z] === PAUSE TestIpcModeOlderClient
17:33:52 [2023-08-30T17:33:52.748Z] === RUN   TestKillContainerInvalidSignal
17:33:53 [2023-08-30T17:33:53.314Z] --- PASS: TestKillContainerInvalidSignal (0.51s)
17:33:53 [2023-08-30T17:33:53.315Z] === RUN   TestKillContainer
17:33:53 [2023-08-30T17:33:53.315Z] === RUN   TestKillContainer/no_signal
17:33:53 [2023-08-30T17:33:53.881Z] === RUN   TestKillContainer/non_killing_signal
17:33:54 [2023-08-30T17:33:54.139Z] === RUN   TestKillContainer/killing_signal
17:33:54 [2023-08-30T17:33:54.705Z] --- PASS: TestKillContainer (1.48s)
17:33:54 [2023-08-30T17:33:54.705Z]     --- PASS: TestKillContainer/no_signal (0.48s)
17:33:54 [2023-08-30T17:33:54.705Z]     --- PASS: TestKillContainer/non_killing_signal (0.28s)
17:33:54 [2023-08-30T17:33:54.705Z]     --- PASS: TestKillContainer/killing_signal (0.46s)
17:33:54 [2023-08-30T17:33:54.705Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:33:54 [2023-08-30T17:33:54.705Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:33:55 [2023-08-30T17:33:55.272Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:33:55 [2023-08-30T17:33:55.838Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.96s)
17:33:55 [2023-08-30T17:33:55.838Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.49s)
17:33:55 [2023-08-30T17:33:55.838Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s)
17:33:55 [2023-08-30T17:33:55.838Z] === RUN   TestKillStoppedContainer
17:33:55 [2023-08-30T17:33:55.838Z] --- PASS: TestKillStoppedContainer (0.03s)
17:33:55 [2023-08-30T17:33:55.838Z] === RUN   TestKillStoppedContainerAPIPre120
17:33:55 [2023-08-30T17:33:55.838Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s)
17:33:55 [2023-08-30T17:33:55.838Z] === RUN   TestKillDifferentUserContainer
17:33:56 [2023-08-30T17:33:56.405Z] --- PASS: TestKillDifferentUserContainer (0.48s)
17:33:56 [2023-08-30T17:33:56.405Z] === RUN   TestInspectOomKilledTrue
17:33:56 [2023-08-30T17:33:56.976Z] --- PASS: TestInspectOomKilledTrue (0.56s)
17:33:56 [2023-08-30T17:33:56.976Z] === RUN   TestInspectOomKilledFalse
17:33:57 [2023-08-30T17:33:57.239Z] --- PASS: TestInspectOomKilledFalse (0.46s)
17:33:57 [2023-08-30T17:33:57.239Z] === RUN   TestLinksEtcHostsContentMatch
17:33:57 [2023-08-30T17:33:57.498Z] --- PASS: TestLinksEtcHostsContentMatch (0.25s)
17:33:57 [2023-08-30T17:33:57.498Z] === RUN   TestLinksContainerNames
17:33:58 [2023-08-30T17:33:58.434Z] --- PASS: TestLinksContainerNames (0.94s)
17:33:58 [2023-08-30T17:33:58.434Z] === RUN   TestLogsFollowTailEmpty
17:33:59 [2023-08-30T17:33:59.004Z] --- PASS: TestLogsFollowTailEmpty (0.47s)
17:33:59 [2023-08-30T17:33:59.004Z] === RUN   TestLogs
17:33:59 [2023-08-30T17:33:59.004Z] === RUN   TestLogs/driver_local
17:33:59 [2023-08-30T17:33:59.004Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === RUN   TestLogs/driver_local/tty/only_stdout
17:33:59 [2023-08-30T17:33:59.004Z] === PAUSE TestLogs/driver_local/tty/only_stdout
17:33:59 [2023-08-30T17:33:59.004Z] === RUN   TestLogs/driver_local/tty/only_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === PAUSE TestLogs/driver_local/tty/only_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
17:33:59 [2023-08-30T17:33:59.004Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
17:33:59 [2023-08-30T17:33:59.004Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
17:33:59 [2023-08-30T17:33:59.004Z] === CONT  TestLogs/driver_local/tty/only_stderr
17:33:59 [2023-08-30T17:33:59.004Z] === CONT  TestLogs/driver_local/tty/only_stdout
17:33:59 [2023-08-30T17:33:59.004Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === RUN   TestLogs/driver_json-file
17:34:00 [2023-08-30T17:34:00.915Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
17:34:00 [2023-08-30T17:34:00.915Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
17:34:00 [2023-08-30T17:34:00.915Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
17:34:00 [2023-08-30T17:34:00.915Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
17:34:00 [2023-08-30T17:34:00.915Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
17:34:00 [2023-08-30T17:34:00.915Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
17:34:00 [2023-08-30T17:34:00.915Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
17:34:02 [2023-08-30T17:34:02.826Z] --- PASS: TestLogs (3.43s)
17:34:02 [2023-08-30T17:34:02.826Z]     --- PASS: TestLogs/driver_local (0.01s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.77s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.87s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.26s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.60s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.61s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.70s)
17:34:02 [2023-08-30T17:34:02.826Z]     --- PASS: TestLogs/driver_json-file (0.01s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.92s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.18s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.36s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.47s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.65s)
17:34:02 [2023-08-30T17:34:02.826Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.71s)
17:34:02 [2023-08-30T17:34:02.826Z] === RUN   TestContainerNetworkMountsNoChown
17:34:02 [2023-08-30T17:34:02.826Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
17:34:02 [2023-08-30T17:34:02.826Z] === RUN   TestMountDaemonRoot
17:34:02 [2023-08-30T17:34:02.826Z] === RUN   TestMountDaemonRoot/default
17:34:02 [2023-08-30T17:34:02.826Z] === PAUSE TestMountDaemonRoot/default
17:34:02 [2023-08-30T17:34:02.826Z] === RUN   TestMountDaemonRoot/private
17:34:02 [2023-08-30T17:34:02.826Z] === PAUSE TestMountDaemonRoot/private
17:34:02 [2023-08-30T17:34:02.826Z] === RUN   TestMountDaemonRoot/rprivate
17:34:02 [2023-08-30T17:34:02.826Z] === PAUSE TestMountDaemonRoot/rprivate
17:34:02 [2023-08-30T17:34:02.826Z] === RUN   TestMountDaemonRoot/slave
17:34:02 [2023-08-30T17:34:02.826Z] === PAUSE TestMountDaemonRoot/slave
17:34:02 [2023-08-30T17:34:02.826Z] === RUN   TestMountDaemonRoot/rslave
17:34:02 [2023-08-30T17:34:02.826Z] === PAUSE TestMountDaemonRoot/rslave
17:34:02 [2023-08-30T17:34:02.826Z] === RUN   TestMountDaemonRoot/shared
17:34:02 [2023-08-30T17:34:02.826Z] === PAUSE TestMountDaemonRoot/shared
17:34:02 [2023-08-30T17:34:02.826Z] === RUN   TestMountDaemonRoot/rshared
17:34:02 [2023-08-30T17:34:02.826Z] === PAUSE TestMountDaemonRoot/rshared
17:34:02 [2023-08-30T17:34:02.826Z] === CONT  TestMountDaemonRoot/default
17:34:02 [2023-08-30T17:34:02.826Z] === CONT  TestMountDaemonRoot/rslave
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/default/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rshared
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rprivate
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/shared
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/private
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/slave
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/default/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/private/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/private/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/private/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/default/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/private/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:34:02 [2023-08-30T17:34:02.827Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:34:03 [2023-08-30T17:34:03.094Z] === CONT  TestMountDaemonRoot/default/mount_root
17:34:03 [2023-08-30T17:34:03.094Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:34:03 [2023-08-30T17:34:03.094Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:34:03 [2023-08-30T17:34:03.094Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:34:03 [2023-08-30T17:34:03.094Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:34:03 [2023-08-30T17:34:03.094Z] --- PASS: TestMountDaemonRoot (0.02s)
17:34:03 [2023-08-30T17:34:03.094Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
17:34:03 [2023-08-30T17:34:03.094Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
17:34:03 [2023-08-30T17:34:03.094Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
17:34:03 [2023-08-30T17:34:03.094Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
17:34:03 [2023-08-30T17:34:03.094Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
17:34:03 [2023-08-30T17:34:03.094Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
17:34:03 [2023-08-30T17:34:03.094Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
17:34:03 [2023-08-30T17:34:03.094Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
17:34:03 [2023-08-30T17:34:03.094Z] === RUN   TestContainerBindMountNonRecursive
17:34:04 [2023-08-30T17:34:04.474Z] --- PASS: TestContainerBindMountNonRecursive (1.17s)
17:34:04 [2023-08-30T17:34:04.474Z] === RUN   TestContainerVolumesMountedAsShared
17:34:04 [2023-08-30T17:34:04.732Z] --- PASS: TestContainerVolumesMountedAsShared (0.47s)
17:34:04 [2023-08-30T17:34:04.732Z] === RUN   TestContainerVolumesMountedAsSlave
17:34:04 [2023-08-30T17:34:04.990Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s)
17:34:04 [2023-08-30T17:34:04.990Z] === RUN   TestContainerCopyLeaksMounts
17:34:05 [2023-08-30T17:34:05.601Z] --- PASS: TestContainerCopyLeaksMounts (0.57s)
17:34:05 [2023-08-30T17:34:05.601Z] === RUN   TestContainerBindMountRecursivelyReadOnly
17:34:06 [2023-08-30T17:34:06.975Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.47s)
17:34:06 [2023-08-30T17:34:06.975Z] === RUN   TestNetworkNat
17:34:07 [2023-08-30T17:34:07.541Z] --- PASS: TestNetworkNat (0.50s)
17:34:07 [2023-08-30T17:34:07.541Z] === RUN   TestNetworkLocalhostTCPNat
17:34:08 [2023-08-30T17:34:08.107Z] --- PASS: TestNetworkLocalhostTCPNat (0.48s)
17:34:08 [2023-08-30T17:34:08.107Z] === RUN   TestNetworkLoopbackNat
17:34:10 [2023-08-30T17:34:10.636Z] --- PASS: TestNetworkLoopbackNat (2.61s)
17:34:10 [2023-08-30T17:34:10.636Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
17:34:10 [2023-08-30T17:34:10.894Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
17:34:10 [2023-08-30T17:34:10.894Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
17:34:10 [2023-08-30T17:34:10.894Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
17:34:10 [2023-08-30T17:34:10.894Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
17:34:11 [2023-08-30T17:34:11.153Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.49s)
17:34:11 [2023-08-30T17:34:11.153Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s)
17:34:11 [2023-08-30T17:34:11.153Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
17:34:11 [2023-08-30T17:34:11.153Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
17:34:11 [2023-08-30T17:34:11.153Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
17:34:11 [2023-08-30T17:34:11.153Z] === RUN   TestPause
17:34:11 [2023-08-30T17:34:11.718Z] --- PASS: TestPause (0.50s)
17:34:11 [2023-08-30T17:34:11.718Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:34:11 [2023-08-30T17:34:11.718Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:34:11 [2023-08-30T17:34:11.719Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:34:11 [2023-08-30T17:34:11.719Z] === RUN   TestPauseStopPausedContainer
17:34:11 [2023-08-30T17:34:11.977Z] --- PASS: TestPauseStopPausedContainer (0.48s)
17:34:11 [2023-08-30T17:34:11.977Z] === RUN   TestPIDModeHost
17:34:13 [2023-08-30T17:34:13.351Z] --- PASS: TestPIDModeHost (1.06s)
17:34:13 [2023-08-30T17:34:13.351Z] === RUN   TestPIDModeContainer
17:34:13 [2023-08-30T17:34:13.351Z] === RUN   TestPIDModeContainer/non-existing_container
17:34:13 [2023-08-30T17:34:13.351Z] === RUN   TestPIDModeContainer/non-running_container
17:34:13 [2023-08-30T17:34:13.351Z] === RUN   TestPIDModeContainer/running_container
17:34:14 [2023-08-30T17:34:14.289Z] --- PASS: TestPIDModeContainer (1.06s)
17:34:14 [2023-08-30T17:34:14.289Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
17:34:14 [2023-08-30T17:34:14.289Z]     --- PASS: TestPIDModeContainer/non-running_container (0.14s)
17:34:14 [2023-08-30T17:34:14.289Z]     --- PASS: TestPIDModeContainer/running_container (0.48s)
17:34:14 [2023-08-30T17:34:14.289Z] === RUN   TestPsFilter
17:34:14 [2023-08-30T17:34:14.289Z] === RUN   TestPsFilter/since
17:34:14 [2023-08-30T17:34:14.289Z] === RUN   TestPsFilter/before
17:34:14 [2023-08-30T17:34:14.289Z] --- PASS: TestPsFilter (0.09s)
17:34:14 [2023-08-30T17:34:14.289Z]     --- PASS: TestPsFilter/since (0.00s)
17:34:14 [2023-08-30T17:34:14.289Z]     --- PASS: TestPsFilter/before (0.00s)
17:34:14 [2023-08-30T17:34:14.289Z] === RUN   TestRemoveContainerWithRemovedVolume
17:34:14 [2023-08-30T17:34:14.855Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.47s)
17:34:14 [2023-08-30T17:34:14.855Z] === RUN   TestRemoveContainerWithVolume
17:34:15 [2023-08-30T17:34:15.114Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
17:34:15 [2023-08-30T17:34:15.114Z] === RUN   TestRemoveContainerRunning
17:34:15 [2023-08-30T17:34:15.680Z] --- PASS: TestRemoveContainerRunning (0.42s)
17:34:15 [2023-08-30T17:34:15.680Z] === RUN   TestRemoveContainerForceRemoveRunning
17:34:15 [2023-08-30T17:34:15.938Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
17:34:15 [2023-08-30T17:34:15.938Z] === RUN   TestRemoveInvalidContainer
17:34:16 [2023-08-30T17:34:16.197Z] --- PASS: TestRemoveInvalidContainer (0.01s)
17:34:16 [2023-08-30T17:34:16.197Z] === RUN   TestRenameLinkedContainer
17:34:18 [2023-08-30T17:34:18.098Z] --- PASS: TestRenameLinkedContainer (1.83s)
17:34:18 [2023-08-30T17:34:18.098Z] === RUN   TestRenameStoppedContainer
17:34:18 [2023-08-30T17:34:18.356Z] --- PASS: TestRenameStoppedContainer (0.45s)
17:34:18 [2023-08-30T17:34:18.356Z] === RUN   TestRenameRunningContainerAndReuse
17:34:19 [2023-08-30T17:34:19.294Z] --- PASS: TestRenameRunningContainerAndReuse (0.98s)
17:34:19 [2023-08-30T17:34:19.294Z] === RUN   TestRenameInvalidName
17:34:19 [2023-08-30T17:34:19.860Z] --- PASS: TestRenameInvalidName (0.42s)
17:34:19 [2023-08-30T17:34:19.860Z] === RUN   TestRenameAnonymousContainer
17:34:21 [2023-08-30T17:34:21.761Z] --- PASS: TestRenameAnonymousContainer (1.62s)
17:34:21 [2023-08-30T17:34:21.761Z] === RUN   TestRenameContainerWithSameName
17:34:21 [2023-08-30T17:34:21.761Z] --- PASS: TestRenameContainerWithSameName (0.46s)
17:34:21 [2023-08-30T17:34:21.761Z] === RUN   TestRenameContainerWithLinkedContainer
17:34:22 [2023-08-30T17:34:22.696Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s)
17:34:22 [2023-08-30T17:34:22.696Z] === RUN   TestResize
17:34:23 [2023-08-30T17:34:23.262Z] --- PASS: TestResize (0.40s)
17:34:23 [2023-08-30T17:34:23.262Z] === RUN   TestResizeWithInvalidSize
17:34:23 [2023-08-30T17:34:23.828Z] --- PASS: TestResizeWithInvalidSize (0.50s)
17:34:23 [2023-08-30T17:34:23.828Z] === RUN   TestResizeWhenContainerNotStarted
17:34:24 [2023-08-30T17:34:24.087Z] --- PASS: TestResizeWhenContainerNotStarted (0.45s)
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:34:24 [2023-08-30T17:34:24.087Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:34:25 [2023-08-30T17:34:25.990Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:34:26 [2023-08-30T17:34:26.249Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:34:26 [2023-08-30T17:34:26.508Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:34:26 [2023-08-30T17:34:26.767Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:34:26 [2023-08-30T17:34:26.767Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:34:27 [2023-08-30T17:34:27.026Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:34:27 [2023-08-30T17:34:27.284Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:34:27 [2023-08-30T17:34:27.543Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:34:31 [2023-08-30T17:34:31.730Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.97s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.15s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.37s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.63s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.63s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.85s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.28s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.38s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.17s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.21s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.05s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.08s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.34s)
17:34:31 [2023-08-30T17:34:31.730Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.75s)
17:34:31 [2023-08-30T17:34:31.730Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
17:34:31 [2023-08-30T17:34:31.730Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
17:34:32 [2023-08-30T17:34:32.296Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
17:34:33 [2023-08-30T17:34:33.232Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.95s)
17:34:33 [2023-08-30T17:34:33.232Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.94s)
17:34:33 [2023-08-30T17:34:33.232Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.99s)
17:34:33 [2023-08-30T17:34:33.232Z] === RUN   TestCgroupNamespacesRun
17:34:34 [2023-08-30T17:34:34.607Z] --- PASS: TestCgroupNamespacesRun (1.13s)
17:34:34 [2023-08-30T17:34:34.607Z] === RUN   TestCgroupNamespacesRunPrivileged
17:34:35 [2023-08-30T17:34:35.541Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s)
17:34:35 [2023-08-30T17:34:35.541Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:34:36 [2023-08-30T17:34:36.916Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.09s)
17:34:36 [2023-08-30T17:34:36.916Z] === RUN   TestCgroupNamespacesRunHostMode
17:34:37 [2023-08-30T17:34:37.850Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s)
17:34:37 [2023-08-30T17:34:37.850Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:34:38 [2023-08-30T17:34:38.785Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s)
17:34:38 [2023-08-30T17:34:38.785Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:34:40 [2023-08-30T17:34:40.160Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s)
17:34:40 [2023-08-30T17:34:40.160Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:34:40 [2023-08-30T17:34:40.418Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
17:34:40 [2023-08-30T17:34:40.418Z] === RUN   TestCgroupNamespacesRunOlderClient
17:34:41 [2023-08-30T17:34:41.792Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s)
17:34:41 [2023-08-30T17:34:41.793Z] === RUN   TestNISDomainname
17:34:42 [2023-08-30T17:34:42.358Z] --- PASS: TestNISDomainname (0.56s)
17:34:42 [2023-08-30T17:34:42.359Z] === RUN   TestHostnameDnsResolution
17:34:42 [2023-08-30T17:34:42.925Z] --- PASS: TestHostnameDnsResolution (0.72s)
17:34:42 [2023-08-30T17:34:42.925Z] === RUN   TestUnprivilegedPortsAndPing
17:34:43 [2023-08-30T17:34:43.491Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s)
17:34:43 [2023-08-30T17:34:43.492Z] === RUN   TestPrivilegedHostDevices
17:34:44 [2023-08-30T17:34:44.058Z] --- PASS: TestPrivilegedHostDevices (0.54s)
17:34:44 [2023-08-30T17:34:44.058Z] === RUN   TestRunConsoleSize
17:34:44 [2023-08-30T17:34:44.625Z] --- PASS: TestRunConsoleSize (0.45s)
17:34:44 [2023-08-30T17:34:44.625Z] === RUN   TestRunWithAlternativeContainerdShim
17:34:48 [2023-08-30T17:34:48.811Z] --- PASS: TestRunWithAlternativeContainerdShim (4.00s)
17:34:48 [2023-08-30T17:34:48.811Z] === RUN   TestStats
17:34:51 [2023-08-30T17:34:51.341Z] --- PASS: TestStats (2.50s)
17:34:51 [2023-08-30T17:34:51.341Z] === RUN   TestStopContainerWithTimeout
17:34:51 [2023-08-30T17:34:51.341Z] === RUN   TestStopContainerWithTimeout/0
17:34:51 [2023-08-30T17:34:51.341Z] === PAUSE TestStopContainerWithTimeout/0
17:34:51 [2023-08-30T17:34:51.341Z] === RUN   TestStopContainerWithTimeout/1
17:34:51 [2023-08-30T17:34:51.341Z] === PAUSE TestStopContainerWithTimeout/1
17:34:51 [2023-08-30T17:34:51.341Z] === RUN   TestStopContainerWithTimeout/3
17:34:51 [2023-08-30T17:34:51.341Z] === PAUSE TestStopContainerWithTimeout/3
17:34:51 [2023-08-30T17:34:51.341Z] === RUN   TestStopContainerWithTimeout/-1
17:34:51 [2023-08-30T17:34:51.341Z] === PAUSE TestStopContainerWithTimeout/-1
17:34:51 [2023-08-30T17:34:51.341Z] === CONT  TestStopContainerWithTimeout/0
17:34:51 [2023-08-30T17:34:51.341Z] === CONT  TestStopContainerWithTimeout/3
17:34:51 [2023-08-30T17:34:51.341Z] === CONT  TestStopContainerWithTimeout/-1
17:34:51 [2023-08-30T17:34:51.341Z] === CONT  TestStopContainerWithTimeout/1
17:34:53 [2023-08-30T17:34:53.871Z] --- PASS: TestStopContainerWithTimeout (0.04s)
17:34:53 [2023-08-30T17:34:53.871Z]     --- PASS: TestStopContainerWithTimeout/0 (0.84s)
17:34:53 [2023-08-30T17:34:53.871Z]     --- PASS: TestStopContainerWithTimeout/1 (1.79s)
17:34:53 [2023-08-30T17:34:53.871Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.49s)
17:34:53 [2023-08-30T17:34:53.871Z]     --- PASS: TestStopContainerWithTimeout/3 (2.78s)
17:34:53 [2023-08-30T17:34:53.871Z] === RUN   TestStopContainerWithTimeoutCancel
17:34:53 [2023-08-30T17:34:53.871Z] === PAUSE TestStopContainerWithTimeoutCancel
17:34:53 [2023-08-30T17:34:53.871Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:34:55 [2023-08-30T17:34:55.773Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.94s)
17:34:55 [2023-08-30T17:34:55.773Z] === RUN   TestUpdateMemory
17:34:56 [2023-08-30T17:34:56.339Z] --- PASS: TestUpdateMemory (0.57s)
17:34:56 [2023-08-30T17:34:56.339Z] === RUN   TestUpdateCPUQuota
17:34:57 [2023-08-30T17:34:57.274Z] --- PASS: TestUpdateCPUQuota (0.88s)
17:34:57 [2023-08-30T17:34:57.274Z] === RUN   TestUpdatePidsLimit
17:34:57 [2023-08-30T17:34:57.274Z] === RUN   TestUpdatePidsLimit/update_from_none
17:34:57 [2023-08-30T17:34:57.533Z] === RUN   TestUpdatePidsLimit/no_change
17:34:57 [2023-08-30T17:34:57.533Z] === RUN   TestUpdatePidsLimit/update_lower
17:34:57 [2023-08-30T17:34:57.791Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:34:58 [2023-08-30T17:34:58.049Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:34:58 [2023-08-30T17:34:58.307Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:34:58 [2023-08-30T17:34:58.566Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:34:59 [2023-08-30T17:34:59.132Z] --- PASS: TestUpdatePidsLimit (1.97s)
17:34:59 [2023-08-30T17:34:59.132Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
17:34:59 [2023-08-30T17:34:59.132Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
17:34:59 [2023-08-30T17:34:59.132Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
17:34:59 [2023-08-30T17:34:59.132Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
17:34:59 [2023-08-30T17:34:59.132Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.17s)
17:34:59 [2023-08-30T17:34:59.132Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s)
17:34:59 [2023-08-30T17:34:59.132Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
17:34:59 [2023-08-30T17:34:59.132Z] === RUN   TestUpdateRestartPolicy
17:35:11 [2023-08-30T17:35:11.331Z] --- PASS: TestUpdateRestartPolicy (10.86s)
17:35:11 [2023-08-30T17:35:11.331Z] === RUN   TestUpdateRestartWithAutoRemove
17:35:11 [2023-08-30T17:35:11.331Z] --- PASS: TestUpdateRestartWithAutoRemove (0.50s)
17:35:11 [2023-08-30T17:35:11.331Z] === RUN   TestWaitNonBlocked
17:35:11 [2023-08-30T17:35:11.331Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:35:11 [2023-08-30T17:35:11.331Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:35:11 [2023-08-30T17:35:11.331Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:35:11 [2023-08-30T17:35:11.331Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:35:11 [2023-08-30T17:35:11.331Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:35:11 [2023-08-30T17:35:11.331Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:35:11 [2023-08-30T17:35:11.331Z] --- PASS: TestWaitNonBlocked (0.03s)
17:35:11 [2023-08-30T17:35:11.331Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s)
17:35:11 [2023-08-30T17:35:11.331Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s)
17:35:11 [2023-08-30T17:35:11.331Z] === RUN   TestWaitBlocked
17:35:11 [2023-08-30T17:35:11.331Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:35:11 [2023-08-30T17:35:11.331Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:35:11 [2023-08-30T17:35:11.331Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:35:11 [2023-08-30T17:35:11.331Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:35:11 [2023-08-30T17:35:11.331Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:35:11 [2023-08-30T17:35:11.331Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:35:12 [2023-08-30T17:35:12.265Z] --- PASS: TestWaitBlocked (0.03s)
17:35:12 [2023-08-30T17:35:12.265Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s)
17:35:12 [2023-08-30T17:35:12.265Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.86s)
17:35:12 [2023-08-30T17:35:12.265Z] === RUN   TestWaitConditions
17:35:12 [2023-08-30T17:35:12.265Z] === RUN   TestWaitConditions/default
17:35:12 [2023-08-30T17:35:12.265Z] === PAUSE TestWaitConditions/default
17:35:12 [2023-08-30T17:35:12.265Z] === RUN   TestWaitConditions/not-running
17:35:12 [2023-08-30T17:35:12.265Z] === PAUSE TestWaitConditions/not-running
17:35:12 [2023-08-30T17:35:12.265Z] === RUN   TestWaitConditions/next-exit
17:35:12 [2023-08-30T17:35:12.265Z] === PAUSE TestWaitConditions/next-exit
17:35:12 [2023-08-30T17:35:12.265Z] === RUN   TestWaitConditions/removed
17:35:12 [2023-08-30T17:35:12.265Z] === PAUSE TestWaitConditions/removed
17:35:12 [2023-08-30T17:35:12.265Z] === CONT  TestWaitConditions/default
17:35:12 [2023-08-30T17:35:12.265Z] === CONT  TestWaitConditions/next-exit
17:35:12 [2023-08-30T17:35:12.265Z] === CONT  TestWaitConditions/removed
17:35:12 [2023-08-30T17:35:12.265Z] === CONT  TestWaitConditions/not-running
17:35:12 [2023-08-30T17:35:12.265Z]     wait_test.go:146: ContainerID = 35ce12477896d866200eac7068d39f43dbf5868a653da4c98ad9512c91654f32
17:35:12 [2023-08-30T17:35:12.265Z]     wait_test.go:146: ContainerID = b5ff40eef8ad5a9e7701a3f6297981bda6ebe81b61835a72e74f2ea7f38bdde8
17:35:12 [2023-08-30T17:35:12.265Z]     wait_test.go:146: ContainerID = e89502230a6a3aeb993436ff972b45e2b06208537ace225975f18b5f4e4ef112
17:35:12 [2023-08-30T17:35:12.265Z]     wait_test.go:146: ContainerID = 5e9c3af019bd6f2231773d1a26a10990912c0f632b9d5b41d194f9d62d3d1e59
17:35:13 [2023-08-30T17:35:13.641Z] --- PASS: TestWaitConditions (0.03s)
17:35:13 [2023-08-30T17:35:13.641Z]     --- PASS: TestWaitConditions/removed (0.86s)
17:35:13 [2023-08-30T17:35:13.641Z]     --- PASS: TestWaitConditions/not-running (1.16s)
17:35:13 [2023-08-30T17:35:13.641Z]     --- PASS: TestWaitConditions/next-exit (1.32s)
17:35:13 [2023-08-30T17:35:13.641Z]     --- PASS: TestWaitConditions/default (1.37s)
17:35:13 [2023-08-30T17:35:13.641Z] === RUN   TestWaitRestartedContainer
17:35:13 [2023-08-30T17:35:13.641Z] === RUN   TestWaitRestartedContainer/default
17:35:13 [2023-08-30T17:35:13.641Z] === PAUSE TestWaitRestartedContainer/default
17:35:13 [2023-08-30T17:35:13.641Z] === RUN   TestWaitRestartedContainer/not-running
17:35:13 [2023-08-30T17:35:13.641Z] === PAUSE TestWaitRestartedContainer/not-running
17:35:13 [2023-08-30T17:35:13.641Z] === RUN   TestWaitRestartedContainer/next-exit
17:35:13 [2023-08-30T17:35:13.641Z] === PAUSE TestWaitRestartedContainer/next-exit
17:35:13 [2023-08-30T17:35:13.641Z] === CONT  TestWaitRestartedContainer/default
17:35:13 [2023-08-30T17:35:13.641Z] === CONT  TestWaitRestartedContainer/next-exit
17:35:13 [2023-08-30T17:35:13.641Z] === CONT  TestWaitRestartedContainer/not-running
17:35:15 [2023-08-30T17:35:15.543Z] --- PASS: TestWaitRestartedContainer (0.01s)
17:35:15 [2023-08-30T17:35:15.543Z]     --- PASS: TestWaitRestartedContainer/not-running (1.59s)
17:35:15 [2023-08-30T17:35:15.543Z]     --- PASS: TestWaitRestartedContainer/default (1.87s)
17:35:15 [2023-08-30T17:35:15.543Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.94s)
17:35:15 [2023-08-30T17:35:15.543Z] === CONT  TestHardRestartWhenContainerIsRunning
17:35:15 [2023-08-30T17:35:15.543Z] === CONT  TestDaemonRestartIpcMode
17:35:15 [2023-08-30T17:35:15.543Z] === CONT  TestIpcModeOlderClient
17:35:15 [2023-08-30T17:35:15.543Z] === CONT  TestStopContainerWithTimeoutCancel
17:35:15 [2023-08-30T17:35:15.543Z] === CONT  TestRestartDaemonWithRestartingContainer
17:35:15 [2023-08-30T17:35:15.543Z] === CONT  TestDaemonHostGatewayIP
17:35:15 [2023-08-30T17:35:15.543Z] === CONT  TestContainerKillOnDaemonStart
17:35:15 [2023-08-30T17:35:15.543Z] === CONT  TestContainerStartOnDaemonRestart
17:35:15 [2023-08-30T17:35:15.543Z] --- PASS: TestIpcModeOlderClient (0.06s)
17:35:17 [2023-08-30T17:35:17.446Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
17:35:17 [2023-08-30T17:35:17.446Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
17:35:17 [2023-08-30T17:35:17.705Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.14s)
17:35:17 [2023-08-30T17:35:17.705Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
17:35:17 [2023-08-30T17:35:17.705Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.25s)
17:35:18 [2023-08-30T17:35:18.272Z] --- PASS: TestContainerStartOnDaemonRestart (2.86s)
17:35:19 [2023-08-30T17:35:19.208Z] --- PASS: TestDaemonHostGatewayIP (3.66s)
17:35:19 [2023-08-30T17:35:19.208Z] --- PASS: TestStopContainerWithTimeoutCancel (3.73s)
17:35:19 [2023-08-30T17:35:19.467Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.87s)
17:35:19 [2023-08-30T17:35:19.467Z] --- PASS: TestDaemonRestartIpcMode (3.94s)
17:35:27 [2023-08-30T17:35:27.576Z] --- PASS: TestContainerKillOnDaemonStart (11.89s)
17:35:27 [2023-08-30T17:35:27.576Z] PASS
17:35:27 [2023-08-30T17:35:27.576Z] 
17:35:27 [2023-08-30T17:35:27.576Z] === Skipped
17:35:27 [2023-08-30T17:35:27.576Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
17:35:27 [2023-08-30T17:35:27.576Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:35:27 [2023-08-30T17:35:27.576Z] 
17:35:27 [2023-08-30T17:35:27.576Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:35:27 [2023-08-30T17:35:27.576Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:35:27 [2023-08-30T17:35:27.576Z] 
17:35:27 [2023-08-30T17:35:27.576Z] DONE 310 tests, 2 skipped in 164.906s
17:35:27 [2023-08-30T17:35:27.576Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
17:35:27 [2023-08-30T17:35:27.576Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
17:35:27 [2023-08-30T17:35:27.576Z] ++ set -e
17:35:27 [2023-08-30T17:35:27.576Z] ++ '[' -n 0 ']'
17:35:27 [2023-08-30T17:35:27.576Z] ++ set -x
17:35:27 [2023-08-30T17:35:27.576Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
17:35:27 [2023-08-30T17:35:27.576Z] INFO: Testing against a local daemon
17:35:27 [2023-08-30T17:35:27.576Z] === RUN   TestConfigDaemonID
17:35:28 [2023-08-30T17:35:28.509Z]     daemon_test.go:58: [d711ccac34dd0] daemon is not started
17:35:28 [2023-08-30T17:35:28.509Z] --- PASS: TestConfigDaemonID (1.05s)
17:35:28 [2023-08-30T17:35:28.509Z] === RUN   TestDaemonConfigValidation
17:35:28 [2023-08-30T17:35:28.509Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:35:28 [2023-08-30T17:35:28.509Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:35:28 [2023-08-30T17:35:28.509Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:35:28 [2023-08-30T17:35:28.509Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:35:28 [2023-08-30T17:35:28.509Z] === RUN   TestDaemonConfigValidation/invalid_config
17:35:28 [2023-08-30T17:35:28.509Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:35:28 [2023-08-30T17:35:28.509Z] === RUN   TestDaemonConfigValidation/malformed_config
17:35:28 [2023-08-30T17:35:28.509Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:35:28 [2023-08-30T17:35:28.509Z] === RUN   TestDaemonConfigValidation/valid_config
17:35:28 [2023-08-30T17:35:28.509Z] === PAUSE TestDaemonConfigValidation/valid_config
17:35:28 [2023-08-30T17:35:28.509Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:35:28 [2023-08-30T17:35:28.510Z] === CONT  TestDaemonConfigValidation/malformed_config
17:35:28 [2023-08-30T17:35:28.510Z] === CONT  TestDaemonConfigValidation/valid_config
17:35:28 [2023-08-30T17:35:28.510Z] === CONT  TestDaemonConfigValidation/invalid_config
17:35:28 [2023-08-30T17:35:28.510Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:35:28 [2023-08-30T17:35:28.510Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:35:28 [2023-08-30T17:35:28.510Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
17:35:28 [2023-08-30T17:35:28.510Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
17:35:28 [2023-08-30T17:35:28.510Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
17:35:28 [2023-08-30T17:35:28.510Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
17:35:28 [2023-08-30T17:35:28.510Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
17:35:28 [2023-08-30T17:35:28.510Z] === RUN   TestConfigDaemonSeccompProfiles
17:35:28 [2023-08-30T17:35:28.510Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:35:29 [2023-08-30T17:35:29.884Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:35:30 [2023-08-30T17:35:30.819Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:35:31 [2023-08-30T17:35:31.754Z]     daemon_test.go:172: [df7ad7c6b70d9] daemon is not started
17:35:31 [2023-08-30T17:35:31.754Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
17:35:31 [2023-08-30T17:35:31.754Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
17:35:31 [2023-08-30T17:35:31.754Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
17:35:31 [2023-08-30T17:35:31.754Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
17:35:31 [2023-08-30T17:35:31.754Z] === RUN   TestDaemonProxy
17:35:31 [2023-08-30T17:35:31.754Z] === RUN   TestDaemonProxy/environment_variables
17:35:31 [2023-08-30T17:35:31.754Z] === PAUSE TestDaemonProxy/environment_variables
17:35:31 [2023-08-30T17:35:31.754Z] === RUN   TestDaemonProxy/command-line_options
17:35:31 [2023-08-30T17:35:31.754Z] === PAUSE TestDaemonProxy/command-line_options
17:35:31 [2023-08-30T17:35:31.754Z] === RUN   TestDaemonProxy/configuration_file
17:35:31 [2023-08-30T17:35:31.754Z] === PAUSE TestDaemonProxy/configuration_file
17:35:31 [2023-08-30T17:35:31.754Z] === RUN   TestDaemonProxy/conflicting_options
17:35:32 [2023-08-30T17:35:32.320Z] === RUN   TestDaemonProxy/reload_sanitized
17:35:32 [2023-08-30T17:35:32.320Z] === PAUSE TestDaemonProxy/reload_sanitized
17:35:32 [2023-08-30T17:35:32.320Z] === CONT  TestDaemonProxy/environment_variables
17:35:32 [2023-08-30T17:35:32.320Z] === CONT  TestDaemonProxy/configuration_file
17:35:32 [2023-08-30T17:35:32.320Z] === CONT  TestDaemonProxy/command-line_options
17:35:32 [2023-08-30T17:35:32.320Z] === CONT  TestDaemonProxy/reload_sanitized
17:35:34 [2023-08-30T17:35:34.221Z] --- PASS: TestDaemonProxy (0.50s)
17:35:34 [2023-08-30T17:35:34.221Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
17:35:34 [2023-08-30T17:35:34.221Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
17:35:34 [2023-08-30T17:35:34.221Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
17:35:34 [2023-08-30T17:35:34.221Z]     --- PASS: TestDaemonProxy/configuration_file (1.75s)
17:35:34 [2023-08-30T17:35:34.221Z]     --- PASS: TestDaemonProxy/environment_variables (1.76s)
17:35:34 [2023-08-30T17:35:34.221Z] === RUN   TestLiveRestore
17:35:34 [2023-08-30T17:35:34.221Z] === RUN   TestLiveRestore/volume_references
17:35:34 [2023-08-30T17:35:34.221Z] === PAUSE TestLiveRestore/volume_references
17:35:34 [2023-08-30T17:35:34.221Z] === CONT  TestLiveRestore/volume_references
17:35:34 [2023-08-30T17:35:34.480Z] === RUN   TestLiveRestore/volume_references/restartPolicy
17:35:34 [2023-08-30T17:35:34.480Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
17:35:35 [2023-08-30T17:35:35.854Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
17:35:36 [2023-08-30T17:35:36.791Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
17:35:37 [2023-08-30T17:35:37.727Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
17:35:38 [2023-08-30T17:35:38.661Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
17:35:39 [2023-08-30T17:35:39.228Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
17:35:40 [2023-08-30T17:35:40.163Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
17:35:41 [2023-08-30T17:35:41.097Z] --- PASS: TestLiveRestore (0.00s)
17:35:41 [2023-08-30T17:35:41.097Z]     --- PASS: TestLiveRestore/volume_references (6.98s)
17:35:41 [2023-08-30T17:35:41.097Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.98s)
17:35:41 [2023-08-30T17:35:41.097Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.07s)
17:35:41 [2023-08-30T17:35:41.097Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.94s)
17:35:41 [2023-08-30T17:35:41.097Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.99s)
17:35:41 [2023-08-30T17:35:41.097Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.98s)
17:35:41 [2023-08-30T17:35:41.097Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.45s)
17:35:41 [2023-08-30T17:35:41.097Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.45s)
17:35:41 [2023-08-30T17:35:41.097Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.95s)
17:35:41 [2023-08-30T17:35:41.097Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
17:35:41 [2023-08-30T17:35:41.663Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.66s)
17:35:41 [2023-08-30T17:35:41.663Z] PASS
17:35:41 [2023-08-30T17:35:41.663Z] 
17:35:41 [2023-08-30T17:35:41.663Z] DONE 28 tests in 14.205s
17:35:41 [2023-08-30T17:35:41.663Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
17:35:41 [2023-08-30T17:35:41.663Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
17:35:41 [2023-08-30T17:35:41.663Z] ++ set -e
17:35:41 [2023-08-30T17:35:41.663Z] ++ '[' -n 0 ']'
17:35:41 [2023-08-30T17:35:41.663Z] ++ set -x
17:35:41 [2023-08-30T17:35:41.663Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
17:35:41 [2023-08-30T17:35:41.663Z] INFO: Testing against a local daemon
17:35:41 [2023-08-30T17:35:41.663Z] === RUN   TestCommitInheritsEnv
17:35:41 [2023-08-30T17:35:41.921Z] --- PASS: TestCommitInheritsEnv (0.12s)
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportExtremelyLargeImageWorks
17:35:41 [2023-08-30T17:35:41.921Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
17:35:41 [2023-08-30T17:35:41.921Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportWithCustomPlatform
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportWithCustomPlatform/#00
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportWithCustomPlatform/_______
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportWithCustomPlatform//
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportWithCustomPlatform/linux
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportWithCustomPlatform/LINUX
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportWithCustomPlatform/macos
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportWithCustomPlatform/macos/arm64
17:35:41 [2023-08-30T17:35:41.921Z] === RUN   TestImportWithCustomPlatform/nintendo64
17:35:41 [2023-08-30T17:35:41.921Z] --- PASS: TestImportWithCustomPlatform (0.10s)
17:35:41 [2023-08-30T17:35:41.921Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
17:35:41 [2023-08-30T17:35:41.921Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
17:35:41 [2023-08-30T17:35:41.921Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
17:35:41 [2023-08-30T17:35:41.921Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
17:35:41 [2023-08-30T17:35:41.921Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
17:35:41 [2023-08-30T17:35:41.921Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
17:35:41 [2023-08-30T17:35:41.921Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
17:35:41 [2023-08-30T17:35:41.921Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
17:35:41 [2023-08-30T17:35:41.922Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
17:35:41 [2023-08-30T17:35:41.922Z] === RUN   TestImageInspectEmptyTagsAndDigests
17:35:41 [2023-08-30T17:35:41.922Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
17:35:41 [2023-08-30T17:35:41.922Z] === RUN   TestImagesFilterMultiReference
17:35:41 [2023-08-30T17:35:41.922Z] --- PASS: TestImagesFilterMultiReference (0.05s)
17:35:41 [2023-08-30T17:35:41.922Z] === RUN   TestImagesFilterBeforeSince
17:35:42 [2023-08-30T17:35:42.179Z]     list_test.go:87: ImageList: ID=sha256:781a5819c15e3d1dbac7817ce3ea07d827365c70d565e8622b79a3066e7a5740 RepoTags=[testimagesfilterbeforesince:v3]
17:35:42 [2023-08-30T17:35:42.179Z]     list_test.go:87: ImageList: ID=sha256:016dae07cd633d4721628ae250c515b8f9b02ff9fa9eb546fe5e28a7647b9450 RepoTags=[testimagesfilterbeforesince:v1]
17:35:42 [2023-08-30T17:35:42.179Z]     list_test.go:87: ImageList: ID=sha256:fd5165a3eb6b0144cd61e7013f9b23f834a03d73dac157c7ff91090908659107 RepoTags=[testimagesfilterbeforesince:v2]
17:35:42 [2023-08-30T17:35:42.179Z] --- PASS: TestImagesFilterBeforeSince (0.20s)
17:35:42 [2023-08-30T17:35:42.179Z] === RUN   TestAPIImagesFilters
17:35:42 [2023-08-30T17:35:42.179Z] === RUN   TestAPIImagesFilters/repository_regex
17:35:42 [2023-08-30T17:35:42.179Z] === PAUSE TestAPIImagesFilters/repository_regex
17:35:42 [2023-08-30T17:35:42.180Z] === RUN   TestAPIImagesFilters/image_name_regex
17:35:42 [2023-08-30T17:35:42.180Z] === PAUSE TestAPIImagesFilters/image_name_regex
17:35:42 [2023-08-30T17:35:42.180Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
17:35:42 [2023-08-30T17:35:42.180Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
17:35:42 [2023-08-30T17:35:42.180Z] === RUN   TestAPIImagesFilters/registry_port_regex
17:35:42 [2023-08-30T17:35:42.180Z] === PAUSE TestAPIImagesFilters/registry_port_regex
17:35:42 [2023-08-30T17:35:42.180Z] === CONT  TestAPIImagesFilters/repository_regex
17:35:42 [2023-08-30T17:35:42.180Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
17:35:42 [2023-08-30T17:35:42.180Z] === CONT  TestAPIImagesFilters/registry_port_regex
17:35:42 [2023-08-30T17:35:42.180Z] === CONT  TestAPIImagesFilters/image_name_regex
17:35:42 [2023-08-30T17:35:42.180Z] --- PASS: TestAPIImagesFilters (0.03s)
17:35:42 [2023-08-30T17:35:42.180Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
17:35:42 [2023-08-30T17:35:42.180Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
17:35:42 [2023-08-30T17:35:42.180Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
17:35:42 [2023-08-30T17:35:42.180Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
17:35:42 [2023-08-30T17:35:42.180Z] === RUN   TestPruneDontDeleteUsedDangling
17:35:42 [2023-08-30T17:35:42.180Z] --- PASS: TestPruneDontDeleteUsedDangling (0.03s)
17:35:42 [2023-08-30T17:35:42.180Z] === RUN   TestImagePullPlatformInvalid
17:35:42 [2023-08-30T17:35:42.180Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
17:35:42 [2023-08-30T17:35:42.180Z] === RUN   TestImagePullStoredfDigestForOtherRepo
17:35:42 [2023-08-30T17:35:42.180Z] time="2023-08-30T17:35:42.16045965Z" 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=0ba0417e-97e2-4e78-acd9-287746c3c5e5 version=2.8.2 
17:35:42 [2023-08-30T17:35:42.180Z] time="2023-08-30T17:35:42.16053398Z" level=info msg="Starting upload purge in 55m0s" go.version=go1.19.9 instance.id=0ba0417e-97e2-4e78-acd9-287746c3c5e5 version=2.8.2 
17:35:42 [2023-08-30T17:35:42.180Z] time="2023-08-30T17:35:42.160555429Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=0ba0417e-97e2-4e78-acd9-287746c3c5e5 version=2.8.2 
17:35:42 [2023-08-30T17:35:42.180Z] time="2023-08-30T17:35:42.160819076Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.9 instance.id=0ba0417e-97e2-4e78-acd9-287746c3c5e5 version=2.8.2 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.252650844Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4006745a-9e3e-4d78-93e4-5c44d5a30d39 http.request.method=GET http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.252705499Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4006745a-9e3e-4d78-93e4-5c44d5a30d39 http.request.method=GET http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.027292ms http.response.status=200 http.response.written=2 
17:35:42 [2023-08-30T17:35:42.440Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.25525889Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=feb587f3-9026-48f8-9bf1-63566f854934 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.255315202Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=feb587f3-9026-48f8-9bf1-63566f854934 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.255367543Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b56f0028-f70c-4f1c-814d-2c78c236770a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.255408577Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b56f0028-f70c-4f1c-814d-2c78c236770a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.255436614Z" 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=feb587f3-9026-48f8-9bf1-63566f854934 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=47.803µ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=9019a90b-0317-4ffd-8dbe-7d16a345be15 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.255469237Z" 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=b56f0028-f70c-4f1c-814d-2c78c236770a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=29.226µ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=cd06e396-b74d-4c55-989b-3a3bb3f3e455 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.255577832Z" 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=feb587f3-9026-48f8-9bf1-63566f854934 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34432" 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.147613ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown"
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.255656077Z" 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=b56f0028-f70c-4f1c-814d-2c78c236770a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34426" 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.276064ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown"
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.257365151Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=045cc73d-3d68-4196-b470-ed0cf2b44dbd http.request.method=POST http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.257425147Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=045cc73d-3d68-4196-b470-ed0cf2b44dbd http.request.method=POST http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.257498747Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=88c11a45-844a-486f-9fae-d737cfe45c58 http.request.method=POST http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" vars.name=test 
17:35:42 [2023-08-30T17:35:42.440Z] time="2023-08-30T17:35:42.257557414Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=88c11a45-844a-486f-9fae-d737cfe45c58 http.request.method=POST http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" vars.name=test 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.257584737Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f/startedat")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=045cc73d-3d68-4196-b470-ed0cf2b44dbd http.request.method=POST http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=125.974µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=2d95dedf-d461-42c2-b952-6d37437e6051 trace.line=110 vars.name=test 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.257641114Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f/data", false)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=045cc73d-3d68-4196-b470-ed0cf2b44dbd http.request.method=POST http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=23.105µ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=573ce891-3419-4289-929c-3bf3e765f8f5 trace.line=142 vars.name=test 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.257658468Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f/startedat")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=88c11a45-844a-486f-9fae-d737cfe45c58 http.request.method=POST http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=70.63µ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=9cb8dd57-e673-4b8d-8912-ae3844a879be trace.line=110 vars.name=test 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.257714444Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f/data", false)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=88c11a45-844a-486f-9fae-d737cfe45c58 http.request.method=POST http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=25.427µ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=9a7b79bc-860a-43cd-b95a-0f1b7db4da90 trace.line=142 vars.name=test 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.257797299Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f/hashstates/sha256/0")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=88c11a45-844a-486f-9fae-d737cfe45c58 http.request.method=POST http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=45.268µ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=b19228f1-809f-4091-a8cb-06995c3ed119 trace.line=110 vars.name=test 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.257715986Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f/hashstates/sha256/0")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=045cc73d-3d68-4196-b470-ed0cf2b44dbd http.request.method=POST http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" trace.duration=40.271µ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=863e9d38-7720-4ccc-9346-866674586251 trace.line=110 vars.name=test 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.257915724Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=88c11a45-844a-486f-9fae-d737cfe45c58 http.request.method=POST http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.964574ms http.response.status=202 http.response.written=0 
17:35:42 [2023-08-30T17:35:42.441Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown"
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.257938444Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=045cc73d-3d68-4196-b470-ed0cf2b44dbd http.request.method=POST http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.086404ms http.response.status=202 http.response.written=0 
17:35:42 [2023-08-30T17:35:42.441Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown"
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.259563859Z" 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=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.259838173Z" 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=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.259978858Z" 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=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.26024729Z" 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=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.260273645Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f/startedat")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=209.715µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4492f536-8b80-47e0-b81e-4c1dfb78e259 trace.line=95 vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.260329612Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f/startedat")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=40.681µ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=c52b7919-2cec-4066-893f-ed9b40d83fa1 trace.line=95 vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.260354711Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f/data", true)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=37.079µ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=52e8dea2-1c5c-41db-8d9c-fafb9152fb02 trace.line=142 vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.26039193Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f/data", true)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=25.748µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=9d9af03f-ec02-429d-89d1-5058ba243f1f trace.line=142 vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.260405001Z" 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=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.260427754Z" 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=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.26049145Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f/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=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=41.445µ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=e59436e8-282b-4019-ba47-f853926af2e7 trace.line=110 vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.260500632Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f/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=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=35.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).PutContent" trace.id=2f77c9fc-a501-44e3-bf50-3c44732bdf25 trace.line=110 vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.260536037Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=16.607µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=19433b48-f236-41cf-9ed3-c165583fd3ba trace.line=155 vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.260578014Z" 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=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=12.874µ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=d9578020-4b20-4bd8-ba6c-4753e575fcf7 trace.line=155 vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.441Z] time="2023-08-30T17:35:42.260606585Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=8.672µ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=6141bde5-2024-42e1-8a12-971d3ea4afcf trace.line=155 vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.260625629Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=86.442µ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=55b33dc3-d027-4060-beb9-b060368b183c trace.line=155 vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.260685773Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f/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=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=52.718µ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=dd61daa7-0ed6-4401-8833-0d7c909523f0 trace.line=185 vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.260708837Z" 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=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=29.169µ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=ff8814ba-e6c0-4dae-99e2-198a7e44bf37 trace.line=155 vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.260743348Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=12.603µ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=690c1771-874f-49e1-8286-2ba26531f282 trace.line=155 vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.260759816Z" 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=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=46.195µ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=0a9077fe-f701-4c73-9e6a-275dcc7f9dd7 trace.line=110 vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.260809654Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f/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=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=40.361µ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=f5e3db40-5939-42b4-bbde-961282dae752 trace.line=185 vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.26088332Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" trace.duration=98.7µ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=bdccf678-c4e9-44d0-a4f7-ca7a339a22f6 trace.line=202 vars.name=test vars.uuid=f938095f-0fe8-4e4f-8988-53e5c828e58f 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.260896161Z" 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=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=49.658µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=1c4c203d-e23c-402e-b389-29991c7b7cb1 trace.line=110 vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.260972559Z" 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=91cac539-11e4-4c16-8951-3ebff5b24a3c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34432" http.request.uri="/v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.145858ms http.response.status=201 http.response.written=0 
17:35:42 [2023-08-30T17:35:42.442Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "PUT /v2/test/blobs/uploads/f938095f-0fe8-4e4f-8988-53e5c828e58f?_state=Y08EVMnR9WnmKgQuF9WszvQWRJlYKufCteWYNa7Dkz17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY5MzgwOTVmLTBmZTgtNGU0Zi04OTg4LTUzZTVjODI4ZTU4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc0MzgzNjVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.261001055Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" trace.duration=79.713µ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=2c1cfbce-3bad-41a7-8c42-8308c8cd5d9f trace.line=202 vars.name=test vars.uuid=d358c195-3065-4211-b6c0-5fd73a7f6d2f 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.261082024Z" 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=c4c6061e-b8ac-4f17-8d30-3ebf4a557a19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.202376ms http.response.status=201 http.response.written=0 
17:35:42 [2023-08-30T17:35:42.442Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "PUT /v2/test/blobs/uploads/d358c195-3065-4211-b6c0-5fd73a7f6d2f?_state=xIxJB48b6lPEgQw6vCc8IghTtSySgBuy_4OQpPqkyel7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImQzNThjMTk1LTMwNjUtNDIxMS1iNmMwLTVmZDczYTdmNmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0zMFQxNzozNTo0Mi4yNTc1NzA5NTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.262211577Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=edb1b509-1b3d-46e9-a89a-5380e43d2a9f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.26225412Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=edb1b509-1b3d-46e9-a89a-5380e43d2a9f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.262319507Z" 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=edb1b509-1b3d-46e9-a89a-5380e43d2a9f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=33.263µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6850e76a-2919-4334-a22b-dca8b977d752 trace.line=95 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.262397243Z" 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=edb1b509-1b3d-46e9-a89a-5380e43d2a9f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34426" 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="920.035µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.22+unknown"
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.263941188Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.263983724Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.264176323Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.264194374Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.264205656Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.264292664Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=48.46µ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=07ec9526-4864-43c4-9d1c-a37b9046514d trace.line=95 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.264346145Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=17.682µ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=59aafc54-ea77-4c27-85c5-84a21c0c655a trace.line=155 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.264393628Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=18.502µ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=7cdb3041-a29c-420e-89bd-e69a54e412dc trace.line=95 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.442Z] time="2023-08-30T17:35:42.264434457Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=11.758µ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=e3ff2e29-1df6-4994-95b2-4cb3f082b73f trace.line=155 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.264477599Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=14.327µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ca326538-96f0-4220-8fc9-4a6335a90cf5 trace.line=155 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.264556984Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=53.432µ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=24951d83-7614-46ee-8b3c-81f7ebf9b390 trace.line=110 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.264643803Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=50.79µ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=3a6651cf-ae10-4106-ac89-3be5d943d9c6 trace.line=110 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.264816349Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=64.246µ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=b5d5c635-0086-466f-82de-dd143cbbedef trace.line=110 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.264869477Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" trace.duration=28.808µ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=a202a4cb-1656-42d5-9d73-1e1117e663de trace.line=110 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.264907697Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.264925773Z" 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=cc837051-f50c-4b69-8398-3ddab0e0bc66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34426" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.174716ms http.response.status=201 http.response.written=0 
17:35:42 [2023-08-30T17:35:42.443Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.269467213Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4fff47ec-ed35-4daf-91b7-dcdd2dc96f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:34460" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.269512596Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4fff47ec-ed35-4daf-91b7-dcdd2dc96f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:34460" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 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="947.85µs" http.response.status=200 http.response.written=2 
17:35:42 [2023-08-30T17:35:42.443Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.271638713Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a97e840e-74b8-4537-8608-9e007407bb4e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.271678253Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a97e840e-74b8-4537-8608-9e007407bb4e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.27176298Z" 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=a97e840e-74b8-4537-8608-9e007407bb4e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.494µ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=8bc86da6-671a-452e-bfaf-b426d9558cce trace.line=95 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.27179091Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a97e840e-74b8-4537-8608-9e007407bb4e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.271844449Z" 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=a97e840e-74b8-4537-8608-9e007407bb4e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.084µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7df18716-605b-4f7d-95ae-7ef7ed29b558 trace.line=95 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.271897815Z" 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=a97e840e-74b8-4537-8608-9e007407bb4e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.583µ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=dded7922-7118-4850-9273-936f5e33bcda trace.line=155 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.271938307Z" 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=a97e840e-74b8-4537-8608-9e007407bb4e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.586µ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=22f6861a-e78e-4a9d-93fc-81353379a06d trace.line=125 vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.271987399Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a97e840e-74b8-4537-8608-9e007407bb4e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.272096026Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a97e840e-74b8-4537-8608-9e007407bb4e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 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.318591ms http.response.status=200 http.response.written=417 
17:35:42 [2023-08-30T17:35:42.443Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.28073697Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=f4ad7a5e-b82c-4b1c-9c1b-6215c48cde16 http.request.method=GET http.request.remoteaddr="127.0.0.1:34476" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.28079837Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=f4ad7a5e-b82c-4b1c-9c1b-6215c48cde16 http.request.method=GET http.request.remoteaddr="127.0.0.1:34476" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.280814731Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=f4ad7a5e-b82c-4b1c-9c1b-6215c48cde16 http.request.method=GET http.request.remoteaddr="127.0.0.1:34476" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.280905545Z" 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=f4ad7a5e-b82c-4b1c-9c1b-6215c48cde16 http.request.method=GET http.request.remoteaddr="127.0.0.1:34476" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=51.816µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=a9d866ec-3a40-4775-b568-ae2e5739942b trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.280961061Z" 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=f4ad7a5e-b82c-4b1c-9c1b-6215c48cde16 http.request.method=GET http.request.remoteaddr="127.0.0.1:34476" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.206µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b4a5c776-9116-4285-83d0-c5c2dfed6d63 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.28100367Z" 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=f4ad7a5e-b82c-4b1c-9c1b-6215c48cde16 http.request.method=GET http.request.remoteaddr="127.0.0.1:34476" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.988µ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=39f64a64-8447-430a-8184-fe693d02b8bf trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.281040758Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=f4ad7a5e-b82c-4b1c-9c1b-6215c48cde16 http.request.method=GET http.request.remoteaddr="127.0.0.1:34476" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.443Z] time="2023-08-30T17:35:42.281148097Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=f4ad7a5e-b82c-4b1c-9c1b-6215c48cde16 http.request.method=GET http.request.remoteaddr="127.0.0.1:34476" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 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.254771ms http.response.status=200 http.response.written=417 
17:35:42 [2023-08-30T17:35:42.444Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288037637Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288101965Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.28815232Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288196374Z" 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=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=53.465µ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=6240a493-64cf-49e7-8be8-9c093bb57612 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.2882123Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288258528Z" 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=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.012µ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=e56e5c9f-76bf-4f0d-bd2e-8115154aed60 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288282068Z" 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=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.875µ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=e1948844-98bd-40d9-bf76-63c1698d4748 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288310335Z" 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=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.293µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=51a7b91b-72ed-4152-928d-d6cef431a84a trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288333071Z" 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=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.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).Stat" trace.id=05c378fd-06bd-48d4-b234-cc44227b8c40 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288347783Z" 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=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.092µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d18af0d6-34e8-455d-a0aa-ea48f3b66f77 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288377313Z" 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=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.444µ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=60d94464-22fe-4739-bc14-bf0cff2efed2 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288430393Z" 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=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.88µ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=702eddd9-ee60-4634-9532-dfea331819d4 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288468768Z" 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=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.436µ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=772119c4-c4ce-4baf-8b81-34be1fb319e6 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288384271Z" 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=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.526µ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=2e65eb60-64a0-4280-b620-bf827a3622dc trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288600912Z" 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=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.078µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=94ce5a42-ec82-4624-a2ab-6fbb49fb360b trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.28850876Z" 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=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.593µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=56e45278-6ece-4b9d-8feb-09f0dd7a20e1 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.28870117Z" 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=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 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).Reader" trace.id=538ad208-16d6-498a-94c6-47d4b4902443 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.288704403Z" 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=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.647µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=e9590ec3-cd55-46d2-ae40-eeb655c7a5e9 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.289901657Z" 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=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=52.693µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b26c274e-c975-4e51-aff5-c8b58ab108bd trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.289968488Z" 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=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.461µ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=e6176736-af8e-4abc-b653-47ada5d63b60 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.290029772Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3de7a818-67a4-496f-a4fe-8c2137e2c7fa http.request.method=GET http.request.remoteaddr="127.0.0.1:34488" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 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.527638ms http.response.status=200 http.response.written=194 
17:35:42 [2023-08-30T17:35:42.444Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:35:42 [2023-08-30T17:35:42.444Z] time="2023-08-30T17:35:42.290228246Z" 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=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=38.186µ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=f42ce968-fe0d-4337-82cb-42b7fc1fe061 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.445Z] time="2023-08-30T17:35:42.290299295Z" 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=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.362µ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=08bdf88f-0090-4851-89b6-7a0e09f0476f trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:35:42 [2023-08-30T17:35:42.445Z] time="2023-08-30T17:35:42.290356944Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a77bd5d0-20e7-4573-a456-6e250a806ae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 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.879884ms http.response.status=200 http.response.written=68 
17:35:42 [2023-08-30T17:35:42.445Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:35:42 [2023-08-30T17:35:42.445Z] time="2023-08-30T17:35:42.301571825Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=5c9ec78b-96ae-432a-acd0-9457868c01f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34512" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
17:35:42 [2023-08-30T17:35:42.445Z] time="2023-08-30T17:35:42.301621868Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=5c9ec78b-96ae-432a-acd0-9457868c01f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34512" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 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="902.18µs" http.response.status=200 http.response.written=2 
17:35:42 [2023-08-30T17:35:42.445Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:35:42 [2023-08-30T17:35:42.445Z] time="2023-08-30T17:35:42.309841437Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=846ec9a1-9439-49f9-b9b0-a66c6c9ab8fc http.request.method=GET http.request.remoteaddr="127.0.0.1:34528" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.445Z] time="2023-08-30T17:35:42.309895091Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=846ec9a1-9439-49f9-b9b0-a66c6c9ab8fc http.request.method=GET http.request.remoteaddr="127.0.0.1:34528" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.445Z] time="2023-08-30T17:35:42.309911649Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=846ec9a1-9439-49f9-b9b0-a66c6c9ab8fc http.request.method=GET http.request.remoteaddr="127.0.0.1:34528" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.445Z] time="2023-08-30T17:35:42.309984387Z" 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=846ec9a1-9439-49f9-b9b0-a66c6c9ab8fc http.request.method=GET http.request.remoteaddr="127.0.0.1:34528" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.465µ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=71c2aec9-d5ae-4704-9d24-4168a2ca579d trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.445Z] time="2023-08-30T17:35:42.3100305Z" 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=846ec9a1-9439-49f9-b9b0-a66c6c9ab8fc http.request.method=GET http.request.remoteaddr="127.0.0.1:34528" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.299µ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=4c7173a1-374e-41fa-9486-5f6e61f27754 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.445Z] time="2023-08-30T17:35:42.310108293Z" 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=846ec9a1-9439-49f9-b9b0-a66c6c9ab8fc http.request.method=GET http.request.remoteaddr="127.0.0.1:34528" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 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.103617ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:35:42 [2023-08-30T17:35:42.445Z] 127.0.0.1 - - [30/Aug/2023:17:35:42 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.20.7 git-commit/3a4a04e462a357468f6193f7f36cadc68a786da6 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:35:42 [2023-08-30T17:35:42.445Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s)
17:35:42 [2023-08-30T17:35:42.445Z] === RUN   TestRemoveImageOrphaning
17:35:42 [2023-08-30T17:35:42.703Z] --- PASS: TestRemoveImageOrphaning (0.18s)
17:35:42 [2023-08-30T17:35:42.703Z] === RUN   TestRemoveByDigest
17:35:42 [2023-08-30T17:35:42.703Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
17:35:42 [2023-08-30T17:35:42.703Z] --- SKIP: TestRemoveByDigest (0.00s)
17:35:42 [2023-08-30T17:35:42.703Z] === RUN   TestRemoveImageGarbageCollector
17:35:42 [2023-08-30T17:35:42.703Z]     remove_unix_test.go:34: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:35:42 [2023-08-30T17:35:42.703Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
17:35:42 [2023-08-30T17:35:42.703Z] === RUN   TestSaveCheckTimes
17:35:42 [2023-08-30T17:35:42.703Z] === PAUSE TestSaveCheckTimes
17:35:42 [2023-08-30T17:35:42.703Z] === RUN   TestSaveRepoWithMultipleImages
17:35:43 [2023-08-30T17:35:43.638Z] --- PASS: TestSaveRepoWithMultipleImages (0.98s)
17:35:43 [2023-08-30T17:35:43.638Z] === RUN   TestSaveDirectoryPermissions
17:35:44 [2023-08-30T17:35:44.572Z] --- PASS: TestSaveDirectoryPermissions (0.94s)
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:35:44 [2023-08-30T17:35:44.572Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagUsingDigestAlgorithmAsName
17:35:44 [2023-08-30T17:35:44.572Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagValidPrefixedRepo
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
17:35:44 [2023-08-30T17:35:44.572Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
17:35:44 [2023-08-30T17:35:44.572Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagValidPrefixedRepo/foooo:t
17:35:44 [2023-08-30T17:35:44.572Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:35:44 [2023-08-30T17:35:44.572Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:35:44 [2023-08-30T17:35:44.572Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
17:35:44 [2023-08-30T17:35:44.572Z] === CONT  TestTagValidPrefixedRepo/foooo:t
17:35:44 [2023-08-30T17:35:44.572Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:35:44 [2023-08-30T17:35:44.572Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
17:35:44 [2023-08-30T17:35:44.572Z] --- PASS: TestTagValidPrefixedRepo (0.01s)
17:35:44 [2023-08-30T17:35:44.572Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
17:35:44 [2023-08-30T17:35:44.572Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s)
17:35:44 [2023-08-30T17:35:44.572Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
17:35:44 [2023-08-30T17:35:44.572Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s)
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagExistedNameWithoutForce
17:35:44 [2023-08-30T17:35:44.572Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagOfficialNames
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
17:35:44 [2023-08-30T17:35:44.572Z] --- PASS: TestTagOfficialNames (0.05s)
17:35:44 [2023-08-30T17:35:44.572Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
17:35:44 [2023-08-30T17:35:44.572Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
17:35:44 [2023-08-30T17:35:44.572Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
17:35:44 [2023-08-30T17:35:44.572Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
17:35:44 [2023-08-30T17:35:44.572Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
17:35:44 [2023-08-30T17:35:44.572Z] === RUN   TestTagMatchesDigest
17:35:44 [2023-08-30T17:35:44.572Z] --- PASS: TestTagMatchesDigest (0.01s)
17:35:44 [2023-08-30T17:35:44.572Z] === CONT  TestSaveCheckTimes
17:35:44 [2023-08-30T17:35:44.831Z] --- PASS: TestSaveCheckTimes (0.03s)
17:35:44 [2023-08-30T17:35:44.831Z] PASS
17:35:44 [2023-08-30T17:35:44.831Z] 
17:35:44 [2023-08-30T17:35:44.831Z] === Skipped
17:35:44 [2023-08-30T17:35:44.831Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
17:35:44 [2023-08-30T17:35:44.831Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
17:35:44 [2023-08-30T17:35:44.831Z] 
17:35:44 [2023-08-30T17:35:44.831Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
17:35:44 [2023-08-30T17:35:44.831Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
17:35:44 [2023-08-30T17:35:44.831Z] 
17:35:44 [2023-08-30T17:35:44.831Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
17:35:44 [2023-08-30T17:35:44.831Z]     remove_unix_test.go:34: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:35:44 [2023-08-30T17:35:44.831Z] 
17:35:44 [2023-08-30T17:35:44.831Z] DONE 44 tests, 3 skipped in 3.051s
17:35:44 [2023-08-30T17:35:44.831Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
17:35:44 [2023-08-30T17:35:44.831Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
17:35:44 [2023-08-30T17:35:44.831Z] ++ set -e
17:35:44 [2023-08-30T17:35:44.831Z] ++ '[' -n 0 ']'
17:35:44 [2023-08-30T17:35:44.831Z] ++ set -x
17:35:44 [2023-08-30T17:35:44.831Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
17:35:44 [2023-08-30T17:35:44.831Z] === RUN   TestStripANSICommands
17:35:44 [2023-08-30T17:35:44.831Z] === RUN   TestStripANSICommands/#00
17:35:44 [2023-08-30T17:35:44.831Z] === RUN   TestStripANSICommands/#01
17:35:44 [2023-08-30T17:35:44.831Z] --- PASS: TestStripANSICommands (0.00s)
17:35:44 [2023-08-30T17:35:44.831Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
17:35:44 [2023-08-30T17:35:44.831Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
17:35:44 [2023-08-30T17:35:44.831Z] PASS
17:35:44 [2023-08-30T17:35:44.831Z] 
17:35:44 [2023-08-30T17:35:44.831Z] DONE 3 tests in 0.010s
17:35:44 [2023-08-30T17:35:44.831Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
17:35:44 [2023-08-30T17:35:44.831Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
17:35:44 [2023-08-30T17:35:44.831Z] ++ set -e
17:35:44 [2023-08-30T17:35:44.831Z] ++ '[' -n 0 ']'
17:35:44 [2023-08-30T17:35:44.831Z] ++ set -x
17:35:44 [2023-08-30T17:35:44.831Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
17:35:44 [2023-08-30T17:35:44.831Z] INFO: Testing against a local daemon
17:35:44 [2023-08-30T17:35:44.831Z] === RUN   TestNetworkCreateDelete
17:35:45 [2023-08-30T17:35:45.089Z] --- PASS: TestNetworkCreateDelete (0.20s)
17:35:45 [2023-08-30T17:35:45.089Z] === RUN   TestDockerNetworkDeletePreferID
17:35:45 [2023-08-30T17:35:45.656Z] --- PASS: TestDockerNetworkDeletePreferID (0.51s)
17:35:45 [2023-08-30T17:35:45.656Z] === RUN   TestDaemonDNSFallback
17:35:52 [2023-08-30T17:35:52.216Z] --- PASS: TestDaemonDNSFallback (6.20s)
17:35:52 [2023-08-30T17:35:52.216Z] === RUN   TestInspectNetwork
17:35:54 [2023-08-30T17:35:54.746Z] === RUN   TestInspectNetwork/full_network_id
17:35:54 [2023-08-30T17:35:54.746Z] === RUN   TestInspectNetwork/partial_network_id
17:35:54 [2023-08-30T17:35:54.746Z] === RUN   TestInspectNetwork/network_name
17:35:54 [2023-08-30T17:35:54.746Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:35:58 [2023-08-30T17:35:58.930Z] --- PASS: TestInspectNetwork (7.16s)
17:35:58 [2023-08-30T17:35:58.930Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:35:58 [2023-08-30T17:35:58.930Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:35:58 [2023-08-30T17:35:58.930Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:35:58 [2023-08-30T17:35:58.930Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
17:35:58 [2023-08-30T17:35:58.930Z] === RUN   TestRunContainerWithBridgeNone
17:36:00 [2023-08-30T17:36:00.305Z] --- PASS: TestRunContainerWithBridgeNone (1.36s)
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/create
17:36:00 [2023-08-30T17:36:00.305Z] === PAUSE TestNetworkInvalidJSON/networks/create
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
17:36:00 [2023-08-30T17:36:00.305Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
17:36:00 [2023-08-30T17:36:00.305Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
17:36:00 [2023-08-30T17:36:00.305Z] === CONT  TestNetworkInvalidJSON/networks/create
17:36:00 [2023-08-30T17:36:00.305Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
17:36:00 [2023-08-30T17:36:00.305Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
17:36:00 [2023-08-30T17:36:00.305Z] --- PASS: TestNetworkInvalidJSON (0.01s)
17:36:00 [2023-08-30T17:36:00.305Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkList
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkList//networks
17:36:00 [2023-08-30T17:36:00.305Z] === PAUSE TestNetworkList//networks
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestNetworkList//networks/
17:36:00 [2023-08-30T17:36:00.305Z] === PAUSE TestNetworkList//networks/
17:36:00 [2023-08-30T17:36:00.305Z] === CONT  TestNetworkList//networks
17:36:00 [2023-08-30T17:36:00.305Z] === CONT  TestNetworkList//networks/
17:36:00 [2023-08-30T17:36:00.305Z] --- PASS: TestNetworkList (0.01s)
17:36:00 [2023-08-30T17:36:00.305Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z]     --- PASS: TestNetworkList//networks (0.00s)
17:36:00 [2023-08-30T17:36:00.305Z] === RUN   TestHostIPv4BridgeLabel
17:36:00 [2023-08-30T17:36:00.872Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
17:36:00 [2023-08-30T17:36:00.872Z] === RUN   TestDefaultNetworkOpts
17:36:00 [2023-08-30T17:36:00.872Z] === RUN   TestDefaultNetworkOpts/default_value
17:36:02 [2023-08-30T17:36:02.246Z] === RUN   TestDefaultNetworkOpts/cmdline_value
17:36:03 [2023-08-30T17:36:03.621Z] === RUN   TestDefaultNetworkOpts/config-from_value
17:36:04 [2023-08-30T17:36:04.995Z] --- PASS: TestDefaultNetworkOpts (3.91s)
17:36:04 [2023-08-30T17:36:04.995Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.30s)
17:36:04 [2023-08-30T17:36:04.995Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.32s)
17:36:04 [2023-08-30T17:36:04.995Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.29s)
17:36:04 [2023-08-30T17:36:04.995Z] === RUN   TestDaemonRestartWithLiveRestore
17:36:05 [2023-08-30T17:36:05.929Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
17:36:05 [2023-08-30T17:36:05.929Z] === RUN   TestDaemonDefaultNetworkPools
17:36:06 [2023-08-30T17:36:06.495Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s)
17:36:06 [2023-08-30T17:36:06.495Z] === RUN   TestDaemonRestartWithExistingNetwork
17:36:07 [2023-08-30T17:36:07.870Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s)
17:36:07 [2023-08-30T17:36:07.870Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:36:09 [2023-08-30T17:36:09.245Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s)
17:36:09 [2023-08-30T17:36:09.245Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:36:09 [2023-08-30T17:36:09.811Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
17:36:09 [2023-08-30T17:36:09.811Z] === RUN   TestServiceWithPredefinedNetwork
17:36:11 [2023-08-30T17:36:11.712Z] --- PASS: TestServiceWithPredefinedNetwork (2.06s)
17:36:11 [2023-08-30T17:36:11.712Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:36:11 [2023-08-30T17:36:11.712Z]     service_test.go:242: FLAKY_TEST
17:36:11 [2023-08-30T17:36:11.712Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:36:11 [2023-08-30T17:36:11.712Z] === RUN   TestServiceWithDataPathPortInit
17:36:26 [2023-08-30T17:36:26.584Z] --- PASS: TestServiceWithDataPathPortInit (13.35s)
17:36:26 [2023-08-30T17:36:26.584Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:36:27 [2023-08-30T17:36:27.151Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:rdb2sfpp0tshfyyjnn5dmsh2g Created:2023-08-30 17:36:26.252730175 +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[90cc3edaed45c51c9aaac161f978bfab28b258401f9acbf1c66a130b3ada421d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wkp9liwk1zyhp5myw2igkrw92 EndpointID:52a0fb2ebb28a9f1aacfe4ed30784d515e19133a0537a28b219dabedb16de6f9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5a68c7de5cbb756ee42e3e32cbfab97b3da0792df93e564a3f6b008a82f35466 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:40c555bffdc8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wkp9liwk1zyhp5myw2igkrw92 EndpointID:52a0fb2ebb28a9f1aacfe4ed30784d515e19133a0537a28b219dabedb16de6f9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:36:32 [2023-08-30T17:36:32.415Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.72s)
17:36:32 [2023-08-30T17:36:32.415Z] PASS
17:36:32 [2023-08-30T17:36:32.415Z] 
17:36:32 [2023-08-30T17:36:32.415Z] === Skipped
17:36:32 [2023-08-30T17:36:32.415Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:36:32 [2023-08-30T17:36:32.415Z]     service_test.go:242: FLAKY_TEST
17:36:32 [2023-08-30T17:36:32.415Z] 
17:36:32 [2023-08-30T17:36:32.415Z] DONE 42 tests, 1 skipped in 47.025s
17:36:32 [2023-08-30T17:36:32.415Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
17:36:32 [2023-08-30T17:36:32.415Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
17:36:32 [2023-08-30T17:36:32.415Z] ++ set -e
17:36:32 [2023-08-30T17:36:32.415Z] ++ '[' -n 0 ']'
17:36:32 [2023-08-30T17:36:32.415Z] ++ set -x
17:36:32 [2023-08-30T17:36:32.415Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
17:36:32 [2023-08-30T17:36:32.415Z] INFO: Testing against a local daemon
17:36:32 [2023-08-30T17:36:32.415Z] === RUN   TestDockerNetworkIpvlanPersistance
17:36:32 [2023-08-30T17:36:32.415Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:36:32 [2023-08-30T17:36:32.415Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:36:32 [2023-08-30T17:36:32.415Z] === RUN   TestDockerNetworkIpvlan
17:36:32 [2023-08-30T17:36:32.415Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:36:32 [2023-08-30T17:36:32.415Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:36:32 [2023-08-30T17:36:32.415Z] PASS
17:36:32 [2023-08-30T17:36:32.415Z] 
17:36:32 [2023-08-30T17:36:32.415Z] === Skipped
17:36:32 [2023-08-30T17:36:32.415Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:36:32 [2023-08-30T17:36:32.415Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:36:32 [2023-08-30T17:36:32.415Z] 
17:36:32 [2023-08-30T17:36:32.415Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:36:32 [2023-08-30T17:36:32.415Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:36:32 [2023-08-30T17:36:32.415Z] 
17:36:32 [2023-08-30T17:36:32.415Z] DONE 2 tests, 2 skipped in 0.036s
17:36:32 [2023-08-30T17:36:32.415Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
17:36:32 [2023-08-30T17:36:32.415Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
17:36:32 [2023-08-30T17:36:32.415Z] ++ set -e
17:36:32 [2023-08-30T17:36:32.415Z] ++ '[' -n 0 ']'
17:36:32 [2023-08-30T17:36:32.415Z] ++ set -x
17:36:32 [2023-08-30T17:36:32.415Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
17:36:32 [2023-08-30T17:36:32.415Z] INFO: Testing against a local daemon
17:36:32 [2023-08-30T17:36:32.415Z] === RUN   TestDockerNetworkMacvlanPersistance
17:36:33 [2023-08-30T17:36:33.349Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s)
17:36:33 [2023-08-30T17:36:33.349Z] === RUN   TestDockerNetworkMacvlan
17:36:33 [2023-08-30T17:36:33.608Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:36:34 [2023-08-30T17:36:34.542Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:36:35 [2023-08-30T17:36:35.108Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:36:37 [2023-08-30T17:36:37.009Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:36:38 [2023-08-30T17:36:38.383Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:36:40 [2023-08-30T17:36:40.914Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:36:41 [2023-08-30T17:36:41.480Z] --- PASS: TestDockerNetworkMacvlan (8.33s)
17:36:41 [2023-08-30T17:36:41.480Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
17:36:41 [2023-08-30T17:36:41.480Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s)
17:36:41 [2023-08-30T17:36:41.480Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.73s)
17:36:41 [2023-08-30T17:36:41.480Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.87s)
17:36:41 [2023-08-30T17:36:41.480Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.38s)
17:36:41 [2023-08-30T17:36:41.480Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.40s)
17:36:41 [2023-08-30T17:36:41.480Z] PASS
17:36:41 [2023-08-30T17:36:41.480Z] 
17:36:41 [2023-08-30T17:36:41.480Z] DONE 8 tests in 9.607s
17:36:41 [2023-08-30T17:36:41.480Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
17:36:41 [2023-08-30T17:36:41.481Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
17:36:41 [2023-08-30T17:36:41.481Z] ++ set -e
17:36:41 [2023-08-30T17:36:41.481Z] ++ '[' -n 0 ']'
17:36:41 [2023-08-30T17:36:41.481Z] ++ set -x
17:36:41 [2023-08-30T17:36:41.481Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
17:36:41 [2023-08-30T17:36:41.481Z] testing: warning: no tests to run
17:36:41 [2023-08-30T17:36:41.481Z] PASS
17:36:41 [2023-08-30T17:36:41.481Z] 
17:36:41 [2023-08-30T17:36:41.481Z] DONE 0 tests in 0.008s
17:36:41 [2023-08-30T17:36:41.481Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
17:36:41 [2023-08-30T17:36:41.481Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
17:36:41 [2023-08-30T17:36:41.481Z] ++ set -e
17:36:41 [2023-08-30T17:36:41.481Z] ++ '[' -n 0 ']'
17:36:41 [2023-08-30T17:36:41.481Z] ++ set -x
17:36:41 [2023-08-30T17:36:41.481Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
17:36:41 [2023-08-30T17:36:41.481Z] INFO: Testing against a local daemon
17:36:41 [2023-08-30T17:36:41.481Z] === RUN   TestAuthZPluginAllowRequest
17:36:42 [2023-08-30T17:36:42.855Z] --- PASS: TestAuthZPluginAllowRequest (1.03s)
17:36:42 [2023-08-30T17:36:42.855Z] === RUN   TestAuthZPluginTLS
17:36:43 [2023-08-30T17:36:43.113Z] --- PASS: TestAuthZPluginTLS (0.55s)
17:36:43 [2023-08-30T17:36:43.113Z] === RUN   TestAuthZPluginDenyRequest
17:36:43 [2023-08-30T17:36:43.679Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
17:36:43 [2023-08-30T17:36:43.679Z] === RUN   TestAuthZPluginAPIDenyResponse
17:36:44 [2023-08-30T17:36:44.245Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
17:36:44 [2023-08-30T17:36:44.245Z] === RUN   TestAuthZPluginDenyResponse
17:36:44 [2023-08-30T17:36:44.811Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
17:36:44 [2023-08-30T17:36:44.811Z] === RUN   TestAuthZPluginAllowEventStream
17:36:45 [2023-08-30T17:36:45.745Z] --- PASS: TestAuthZPluginAllowEventStream (1.04s)
17:36:45 [2023-08-30T17:36:45.745Z] === RUN   TestAuthZPluginErrorResponse
17:36:46 [2023-08-30T17:36:46.312Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
17:36:46 [2023-08-30T17:36:46.312Z] === RUN   TestAuthZPluginErrorRequest
17:36:46 [2023-08-30T17:36:46.878Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
17:36:46 [2023-08-30T17:36:46.878Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:36:47 [2023-08-30T17:36:47.444Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
17:36:47 [2023-08-30T17:36:47.444Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:36:48 [2023-08-30T17:36:48.378Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.14s)
17:36:48 [2023-08-30T17:36:48.378Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:36:49 [2023-08-30T17:36:49.753Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.23s)
17:36:49 [2023-08-30T17:36:49.753Z] === RUN   TestAuthZPluginHeader
17:36:50 [2023-08-30T17:36:50.320Z] --- PASS: TestAuthZPluginHeader (0.61s)
17:36:50 [2023-08-30T17:36:50.320Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:36:50 [2023-08-30T17:36:50.320Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:36:50 [2023-08-30T17:36:50.320Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
17:36:50 [2023-08-30T17:36:50.320Z] === RUN   TestAuthZPluginV2Disable
17:36:50 [2023-08-30T17:36:50.320Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:36:50 [2023-08-30T17:36:50.320Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
17:36:50 [2023-08-30T17:36:50.320Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:36:50 [2023-08-30T17:36:50.320Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:36:50 [2023-08-30T17:36:50.320Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
17:36:50 [2023-08-30T17:36:50.320Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:36:50 [2023-08-30T17:36:50.320Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:36:50 [2023-08-30T17:36:50.320Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
17:36:50 [2023-08-30T17:36:50.320Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:37:08 [2023-08-30T17:37:08.397Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
17:37:08 [2023-08-30T17:37:08.397Z] PASS
17:37:08 [2023-08-30T17:37:08.397Z] 
17:37:08 [2023-08-30T17:37:08.397Z] === Skipped
17:37:08 [2023-08-30T17:37:08.397Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:37:08 [2023-08-30T17:37:08.397Z] 
17:37:08 [2023-08-30T17:37:08.397Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:37:08 [2023-08-30T17:37:08.397Z] 
17:37:08 [2023-08-30T17:37:08.397Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:37:08 [2023-08-30T17:37:08.397Z] 
17:37:08 [2023-08-30T17:37:08.397Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:37:08 [2023-08-30T17:37:08.397Z] 
17:37:08 [2023-08-30T17:37:08.397Z] DONE 17 tests, 4 skipped in 25.710s
17:37:08 [2023-08-30T17:37:08.397Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
17:37:08 [2023-08-30T17:37:08.397Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
17:37:08 [2023-08-30T17:37:08.397Z] ++ set -e
17:37:08 [2023-08-30T17:37:08.397Z] ++ '[' -n 0 ']'
17:37:08 [2023-08-30T17:37:08.397Z] ++ set -x
17:37:08 [2023-08-30T17:37:08.397Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
17:37:08 [2023-08-30T17:37:08.397Z] INFO: Testing against a local daemon
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
17:37:08 [2023-08-30T17:37:08.397Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
17:37:08 [2023-08-30T17:37:08.397Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/pull
17:37:08 [2023-08-30T17:37:08.397Z] === PAUSE TestPluginInvalidJSON/plugins/pull
17:37:08 [2023-08-30T17:37:08.397Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
17:37:08 [2023-08-30T17:37:08.397Z] === CONT  TestPluginInvalidJSON/plugins/pull
17:37:08 [2023-08-30T17:37:08.397Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
17:37:08 [2023-08-30T17:37:08.397Z] --- PASS: TestPluginInvalidJSON (0.01s)
17:37:08 [2023-08-30T17:37:08.397Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInstall
17:37:08 [2023-08-30T17:37:08.397Z] === RUN   TestPluginInstall/no_auth
17:37:10 [2023-08-30T17:37:10.299Z] time="2023-08-30T17:37:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:37:10 [2023-08-30T17:37:10.299Z] time="2023-08-30T17:37:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a47939fc6c0f2fc91187da24384d52045de0f9428be7e53c174a9eeb9853d07" mediatype=application/vnd.docker.plugin.v1+json size=522
17:37:10 [2023-08-30T17:37:10.299Z] time="2023-08-30T17:37:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:37:10 [2023-08-30T17:37:10.299Z] time="2023-08-30T17:37:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a47939fc6c0f2fc91187da24384d52045de0f9428be7e53c174a9eeb9853d07" mediatype=application/vnd.docker.plugin.v1+json size=522
17:37:10 [2023-08-30T17:37:10.557Z] === RUN   TestPluginInstall/with_htpasswd
17:37:10 [2023-08-30T17:37:10.816Z] time="2023-08-30T17:37:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:37:10 [2023-08-30T17:37:10.816Z] time="2023-08-30T17:37:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e7dfe0622ba1c36ea2453ca8b3161f382be73f87e399653768ba5ca304169aa6" mediatype=application/vnd.docker.plugin.v1+json size=522
17:37:10 [2023-08-30T17:37:10.816Z] time="2023-08-30T17:37:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:37:10 [2023-08-30T17:37:10.816Z] time="2023-08-30T17:37:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e7dfe0622ba1c36ea2453ca8b3161f382be73f87e399653768ba5ca304169aa6" mediatype=application/vnd.docker.plugin.v1+json size=522
17:37:10 [2023-08-30T17:37:10.816Z] === RUN   TestPluginInstall/with_insecure
17:37:11 [2023-08-30T17:37:11.751Z] time="2023-08-30T17:37:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:37:11 [2023-08-30T17:37:11.751Z] time="2023-08-30T17:37:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0ea8ca50749ad3b56c06402cbe5c4834cd8970da4bbef9eb5407fad442a5d7a4" mediatype=application/vnd.docker.plugin.v1+json size=522
17:37:11 [2023-08-30T17:37:11.751Z] time="2023-08-30T17:37:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:37:11 [2023-08-30T17:37:11.751Z] time="2023-08-30T17:37:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0ea8ca50749ad3b56c06402cbe5c4834cd8970da4bbef9eb5407fad442a5d7a4" mediatype=application/vnd.docker.plugin.v1+json size=522
17:37:11 [2023-08-30T17:37:11.751Z]     plugin_test.go:196: [d2c3c03c26fda] daemon is not started
17:37:11 [2023-08-30T17:37:11.751Z] --- PASS: TestPluginInstall (4.54s)
17:37:11 [2023-08-30T17:37:11.751Z]     --- PASS: TestPluginInstall/no_auth (3.18s)
17:37:11 [2023-08-30T17:37:11.751Z]     --- PASS: TestPluginInstall/with_htpasswd (0.44s)
17:37:11 [2023-08-30T17:37:11.751Z]     --- PASS: TestPluginInstall/with_insecure (0.92s)
17:37:11 [2023-08-30T17:37:11.751Z] === RUN   TestPluginsWithRuntimes
17:37:13 [2023-08-30T17:37:13.652Z] === RUN   TestPluginsWithRuntimes/No_Args
17:37:14 [2023-08-30T17:37:14.218Z] === RUN   TestPluginsWithRuntimes/With_Args
17:37:15 [2023-08-30T17:37:15.153Z] --- PASS: TestPluginsWithRuntimes (3.41s)
17:37:15 [2023-08-30T17:37:15.153Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.94s)
17:37:15 [2023-08-30T17:37:15.153Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.94s)
17:37:15 [2023-08-30T17:37:15.153Z] === RUN   TestPluginBackCompatMediaTypes
17:37:15 [2023-08-30T17:37:15.719Z] --- PASS: TestPluginBackCompatMediaTypes (0.48s)
17:37:15 [2023-08-30T17:37:15.719Z] PASS
17:37:15 [2023-08-30T17:37:15.719Z] 
17:37:15 [2023-08-30T17:37:15.719Z] DONE 24 tests in 8.472s
17:37:15 [2023-08-30T17:37:15.719Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
17:37:15 [2023-08-30T17:37:15.719Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
17:37:15 [2023-08-30T17:37:15.719Z] ++ set -e
17:37:15 [2023-08-30T17:37:15.719Z] ++ '[' -n 0 ']'
17:37:15 [2023-08-30T17:37:15.719Z] ++ set -x
17:37:15 [2023-08-30T17:37:15.719Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
17:37:15 [2023-08-30T17:37:15.719Z] INFO: Testing against a local daemon
17:37:15 [2023-08-30T17:37:15.719Z] === RUN   TestExternalGraphDriver
17:37:15 [2023-08-30T17:37:15.978Z] === RUN   TestExternalGraphDriver/json
17:37:17 [2023-08-30T17:37:17.878Z] === RUN   TestExternalGraphDriver/spec
17:37:19 [2023-08-30T17:37:19.252Z] === RUN   TestExternalGraphDriver/pull
17:37:22 [2023-08-30T17:37:22.535Z] --- PASS: TestExternalGraphDriver (6.54s)
17:37:22 [2023-08-30T17:37:22.535Z]     --- PASS: TestExternalGraphDriver/json (1.57s)
17:37:22 [2023-08-30T17:37:22.535Z]     --- PASS: TestExternalGraphDriver/spec (1.50s)
17:37:22 [2023-08-30T17:37:22.535Z]     --- PASS: TestExternalGraphDriver/pull (3.13s)
17:37:22 [2023-08-30T17:37:22.535Z] === RUN   TestGraphdriverPluginV2
17:37:22 [2023-08-30T17:37:22.535Z]     external_test.go:412: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:37:22 [2023-08-30T17:37:22.535Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
17:37:22 [2023-08-30T17:37:22.535Z] PASS
17:37:22 [2023-08-30T17:37:22.535Z] 
17:37:22 [2023-08-30T17:37:22.535Z] === Skipped
17:37:22 [2023-08-30T17:37:22.535Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
17:37:22 [2023-08-30T17:37:22.535Z]     external_test.go:412: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:37:22 [2023-08-30T17:37:22.535Z] 
17:37:22 [2023-08-30T17:37:22.535Z] DONE 5 tests, 1 skipped in 6.905s
17:37:22 [2023-08-30T17:37:22.535Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
17:37:22 [2023-08-30T17:37:22.535Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
17:37:22 [2023-08-30T17:37:22.535Z] ++ set -e
17:37:22 [2023-08-30T17:37:22.535Z] ++ '[' -n 0 ']'
17:37:22 [2023-08-30T17:37:22.535Z] ++ set -x
17:37:22 [2023-08-30T17:37:22.535Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
17:37:22 [2023-08-30T17:37:22.793Z] INFO: Testing against a local daemon
17:37:22 [2023-08-30T17:37:22.793Z] === RUN   TestContinueAfterPluginCrash
17:37:22 [2023-08-30T17:37:22.793Z] === PAUSE TestContinueAfterPluginCrash
17:37:22 [2023-08-30T17:37:22.793Z] === RUN   TestReadPluginNoRead
17:37:22 [2023-08-30T17:37:22.793Z] === PAUSE TestReadPluginNoRead
17:37:22 [2023-08-30T17:37:22.793Z] === RUN   TestDaemonStartWithLogOpt
17:37:22 [2023-08-30T17:37:22.793Z] === PAUSE TestDaemonStartWithLogOpt
17:37:22 [2023-08-30T17:37:22.793Z] === CONT  TestContinueAfterPluginCrash
17:37:22 [2023-08-30T17:37:22.793Z] === CONT  TestDaemonStartWithLogOpt
17:37:22 [2023-08-30T17:37:22.793Z] === CONT  TestReadPluginNoRead
17:37:24 [2023-08-30T17:37:24.695Z] === RUN   TestReadPluginNoRead/default
17:37:25 [2023-08-30T17:37:25.262Z] --- PASS: TestDaemonStartWithLogOpt (2.71s)
17:37:26 [2023-08-30T17:37:26.196Z] === RUN   TestReadPluginNoRead/disabled_caching
17:37:27 [2023-08-30T17:37:27.130Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:37:28 [2023-08-30T17:37:28.505Z]     read_test.go:91: [d7eb30fdfdc2e] daemon is not started
17:37:28 [2023-08-30T17:37:28.505Z] --- PASS: TestReadPluginNoRead (5.74s)
17:37:28 [2023-08-30T17:37:28.505Z]     --- PASS: TestReadPluginNoRead/default (1.20s)
17:37:28 [2023-08-30T17:37:28.505Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.24s)
17:37:28 [2023-08-30T17:37:28.505Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.19s)
17:37:30 [2023-08-30T17:37:30.405Z] --- PASS: TestContinueAfterPluginCrash (7.64s)
17:37:30 [2023-08-30T17:37:30.405Z] PASS
17:37:30 [2023-08-30T17:37:30.405Z] 
17:37:30 [2023-08-30T17:37:30.405Z] DONE 6 tests in 7.677s
17:37:30 [2023-08-30T17:37:30.405Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
17:37:30 [2023-08-30T17:37:30.405Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
17:37:30 [2023-08-30T17:37:30.405Z] ++ set -e
17:37:30 [2023-08-30T17:37:30.405Z] ++ '[' -n 0 ']'
17:37:30 [2023-08-30T17:37:30.405Z] ++ set -x
17:37:30 [2023-08-30T17:37:30.405Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
17:37:30 [2023-08-30T17:37:30.405Z] testing: warning: no tests to run
17:37:30 [2023-08-30T17:37:30.405Z] PASS
17:37:30 [2023-08-30T17:37:30.405Z] 
17:37:30 [2023-08-30T17:37:30.405Z] DONE 0 tests in 0.009s
17:37:30 [2023-08-30T17:37:30.405Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
17:37:30 [2023-08-30T17:37:30.405Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
17:37:30 [2023-08-30T17:37:30.405Z] ++ set -e
17:37:30 [2023-08-30T17:37:30.405Z] ++ '[' -n 0 ']'
17:37:30 [2023-08-30T17:37:30.405Z] ++ set -x
17:37:30 [2023-08-30T17:37:30.405Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
17:37:30 [2023-08-30T17:37:30.405Z] INFO: Testing against a local daemon
17:37:30 [2023-08-30T17:37:30.405Z] === RUN   TestPluginWithDevMounts
17:37:30 [2023-08-30T17:37:30.405Z] === PAUSE TestPluginWithDevMounts
17:37:30 [2023-08-30T17:37:30.405Z] === CONT  TestPluginWithDevMounts
17:37:32 [2023-08-30T17:37:32.307Z] --- PASS: TestPluginWithDevMounts (1.53s)
17:37:32 [2023-08-30T17:37:32.307Z] PASS
17:37:32 [2023-08-30T17:37:32.307Z] 
17:37:32 [2023-08-30T17:37:32.307Z] DONE 1 tests in 1.559s
17:37:32 [2023-08-30T17:37:32.307Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
17:37:32 [2023-08-30T17:37:32.307Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
17:37:32 [2023-08-30T17:37:32.307Z] ++ set -e
17:37:32 [2023-08-30T17:37:32.307Z] ++ '[' -n 0 ']'
17:37:32 [2023-08-30T17:37:32.307Z] ++ set -x
17:37:32 [2023-08-30T17:37:32.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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
17:37:32 [2023-08-30T17:37:32.307Z] INFO: Testing against a local daemon
17:37:32 [2023-08-30T17:37:32.307Z] === RUN   TestSecretInspect
17:37:34 [2023-08-30T17:37:34.208Z] --- PASS: TestSecretInspect (2.03s)
17:37:34 [2023-08-30T17:37:34.208Z] === RUN   TestSecretList
17:37:36 [2023-08-30T17:37:36.109Z] --- PASS: TestSecretList (1.85s)
17:37:36 [2023-08-30T17:37:36.109Z] === RUN   TestSecretsCreateAndDelete
17:37:38 [2023-08-30T17:37:38.010Z] --- PASS: TestSecretsCreateAndDelete (1.98s)
17:37:38 [2023-08-30T17:37:38.010Z] === RUN   TestSecretsUpdate
17:37:39 [2023-08-30T17:37:39.910Z] --- PASS: TestSecretsUpdate (2.00s)
17:37:39 [2023-08-30T17:37:39.910Z] === RUN   TestTemplatedSecret
17:37:42 [2023-08-30T17:37:42.439Z] --- PASS: TestTemplatedSecret (2.67s)
17:37:42 [2023-08-30T17:37:42.439Z] === RUN   TestSecretCreateResolve
17:37:44 [2023-08-30T17:37:44.340Z] --- PASS: TestSecretCreateResolve (1.87s)
17:37:44 [2023-08-30T17:37:44.340Z] PASS
17:37:44 [2023-08-30T17:37:44.340Z] 
17:37:44 [2023-08-30T17:37:44.340Z] DONE 6 tests in 12.434s
17:37:44 [2023-08-30T17:37:44.340Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
17:37:44 [2023-08-30T17:37:44.340Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
17:37:44 [2023-08-30T17:37:44.340Z] ++ set -e
17:37:44 [2023-08-30T17:37:44.340Z] ++ '[' -n 0 ']'
17:37:44 [2023-08-30T17:37:44.340Z] ++ set -x
17:37:44 [2023-08-30T17:37:44.340Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
17:37:44 [2023-08-30T17:37:44.340Z] INFO: Testing against a local daemon
17:37:44 [2023-08-30T17:37:44.340Z] === RUN   TestServiceCreateInit
17:37:44 [2023-08-30T17:37:44.340Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:37:48 [2023-08-30T17:37:48.525Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:37:52 [2023-08-30T17:37:52.709Z] --- PASS: TestServiceCreateInit (7.57s)
17:37:52 [2023-08-30T17:37:52.709Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.72s)
17:37:52 [2023-08-30T17:37:52.709Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.84s)
17:37:52 [2023-08-30T17:37:52.709Z] === RUN   TestCreateServiceMultipleTimes
17:38:07 [2023-08-30T17:38:07.581Z] --- PASS: TestCreateServiceMultipleTimes (15.04s)
17:38:07 [2023-08-30T17:38:07.581Z] === RUN   TestCreateServiceConflict
17:38:08 [2023-08-30T17:38:08.954Z] --- PASS: TestCreateServiceConflict (1.88s)
17:38:08 [2023-08-30T17:38:08.954Z] === RUN   TestCreateServiceMaxReplicas
17:38:11 [2023-08-30T17:38:11.483Z] --- PASS: TestCreateServiceMaxReplicas (2.49s)
17:38:11 [2023-08-30T17:38:11.483Z] === RUN   TestCreateWithDuplicateNetworkNames
17:38:26 [2023-08-30T17:38:26.354Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.90s)
17:38:26 [2023-08-30T17:38:26.354Z] === RUN   TestCreateServiceSecretFileMode
17:38:38 [2023-08-30T17:38:38.551Z] --- PASS: TestCreateServiceSecretFileMode (12.59s)
17:38:38 [2023-08-30T17:38:38.551Z] === RUN   TestCreateServiceConfigFileMode
17:38:50 [2023-08-30T17:38:50.748Z] --- PASS: TestCreateServiceConfigFileMode (12.64s)
17:38:50 [2023-08-30T17:38:50.748Z] === RUN   TestCreateServiceSysctls
17:38:52 [2023-08-30T17:38:52.764Z] --- PASS: TestCreateServiceSysctls (3.11s)
17:38:52 [2023-08-30T17:38:52.764Z] === RUN   TestCreateServiceCapabilities
17:38:55 [2023-08-30T17:38:55.437Z] --- PASS: TestCreateServiceCapabilities (2.61s)
17:38:55 [2023-08-30T17:38:55.437Z] === RUN   TestInspect
17:38:58 [2023-08-30T17:38:58.741Z] --- PASS: TestInspect (3.08s)
17:38:58 [2023-08-30T17:38:58.741Z] === RUN   TestCreateJob
17:39:02 [2023-08-30T17:39:02.047Z] --- PASS: TestCreateJob (3.35s)
17:39:02 [2023-08-30T17:39:02.047Z] === RUN   TestReplicatedJob
17:39:07 [2023-08-30T17:39:07.312Z] --- PASS: TestReplicatedJob (5.56s)
17:39:07 [2023-08-30T17:39:07.312Z] === RUN   TestUpdateReplicatedJob
17:39:10 [2023-08-30T17:39:10.595Z] --- PASS: TestUpdateReplicatedJob (3.05s)
17:39:10 [2023-08-30T17:39:10.595Z] === RUN   TestServiceListWithStatuses
17:39:10 [2023-08-30T17:39:10.595Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:39:10 [2023-08-30T17:39:10.595Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:39:10 [2023-08-30T17:39:10.595Z] === RUN   TestDockerNetworkConnectAlias
17:39:14 [2023-08-30T17:39:14.780Z] --- PASS: TestDockerNetworkConnectAlias (3.95s)
17:39:14 [2023-08-30T17:39:14.780Z] === RUN   TestDockerNetworkReConnect
17:39:17 [2023-08-30T17:39:17.310Z] --- PASS: TestDockerNetworkReConnect (3.14s)
17:39:17 [2023-08-30T17:39:17.310Z] === RUN   TestServicePlugin
17:39:17 [2023-08-30T17:39:17.310Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:39:17 [2023-08-30T17:39:17.310Z] --- SKIP: TestServicePlugin (0.00s)
17:39:17 [2023-08-30T17:39:17.310Z] === RUN   TestServiceUpdateLabel
17:39:19 [2023-08-30T17:39:19.840Z] --- PASS: TestServiceUpdateLabel (1.98s)
17:39:19 [2023-08-30T17:39:19.840Z] === RUN   TestServiceUpdateSecrets
17:39:34 [2023-08-30T17:39:34.711Z] --- PASS: TestServiceUpdateSecrets (14.35s)
17:39:34 [2023-08-30T17:39:34.711Z] === RUN   TestServiceUpdateConfigs
17:39:49 [2023-08-30T17:39:49.582Z] --- PASS: TestServiceUpdateConfigs (14.51s)
17:39:49 [2023-08-30T17:39:49.582Z] === RUN   TestServiceUpdateNetwork
17:40:01 [2023-08-30T17:40:01.780Z] --- PASS: TestServiceUpdateNetwork (12.11s)
17:40:01 [2023-08-30T17:40:01.780Z] === RUN   TestServiceUpdatePidsLimit
17:40:01 [2023-08-30T17:40:01.780Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
17:40:02 [2023-08-30T17:40:02.347Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
17:40:10 [2023-08-30T17:40:10.456Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
17:40:17 [2023-08-30T17:40:17.015Z] --- PASS: TestServiceUpdatePidsLimit (16.37s)
17:40:17 [2023-08-30T17:40:17.015Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
17:40:17 [2023-08-30T17:40:17.015Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
17:40:17 [2023-08-30T17:40:17.015Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s)
17:40:17 [2023-08-30T17:40:17.015Z] PASS
17:40:17 [2023-08-30T17:40:17.015Z] 
17:40:17 [2023-08-30T17:40:17.015Z] === Skipped
17:40:17 [2023-08-30T17:40:17.015Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
17:40:17 [2023-08-30T17:40:17.015Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:40:17 [2023-08-30T17:40:17.015Z] 
17:40:17 [2023-08-30T17:40:17.015Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
17:40:17 [2023-08-30T17:40:17.015Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:40:17 [2023-08-30T17:40:17.015Z] 
17:40:17 [2023-08-30T17:40:17.015Z] DONE 27 tests, 2 skipped in 152.324s
17:40:17 [2023-08-30T17:40:17.015Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
17:40:17 [2023-08-30T17:40:17.015Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
17:40:17 [2023-08-30T17:40:17.015Z] ++ set -e
17:40:17 [2023-08-30T17:40:17.015Z] ++ '[' -n 0 ']'
17:40:17 [2023-08-30T17:40:17.015Z] ++ set -x
17:40:17 [2023-08-30T17:40:17.015Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
17:40:17 [2023-08-30T17:40:17.015Z] INFO: Testing against a local daemon
17:40:17 [2023-08-30T17:40:17.015Z] === RUN   TestSessionCreate
17:40:17 [2023-08-30T17:40:17.015Z] --- PASS: TestSessionCreate (0.02s)
17:40:17 [2023-08-30T17:40:17.015Z] === RUN   TestSessionCreateWithBadUpgrade
17:40:17 [2023-08-30T17:40:17.015Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
17:40:17 [2023-08-30T17:40:17.015Z] PASS
17:40:17 [2023-08-30T17:40:17.015Z] 
17:40:17 [2023-08-30T17:40:17.015Z] DONE 2 tests in 0.057s
17:40:17 [2023-08-30T17:40:17.015Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
17:40:17 [2023-08-30T17:40:17.015Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
17:40:17 [2023-08-30T17:40:17.015Z] ++ set -e
17:40:17 [2023-08-30T17:40:17.015Z] ++ '[' -n 0 ']'
17:40:17 [2023-08-30T17:40:17.015Z] ++ set -x
17:40:17 [2023-08-30T17:40:17.015Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
17:40:17 [2023-08-30T17:40:17.015Z] INFO: Testing against a local daemon
17:40:17 [2023-08-30T17:40:17.015Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:40:17 [2023-08-30T17:40:17.015Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:40:17 [2023-08-30T17:40:17.015Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:40:17 [2023-08-30T17:40:17.015Z] === RUN   TestDiskUsage
17:40:17 [2023-08-30T17:40:17.015Z] === PAUSE TestDiskUsage
17:40:17 [2023-08-30T17:40:17.015Z] === RUN   TestEventsExecDie
17:40:17 [2023-08-30T17:40:17.582Z] --- PASS: TestEventsExecDie (0.58s)
17:40:17 [2023-08-30T17:40:17.582Z] === RUN   TestEventsBackwardsCompatible
17:40:17 [2023-08-30T17:40:17.582Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
17:40:17 [2023-08-30T17:40:17.582Z] === RUN   TestEventsVolumeCreate
17:40:17 [2023-08-30T17:40:17.582Z] --- PASS: TestEventsVolumeCreate (0.04s)
17:40:17 [2023-08-30T17:40:17.582Z] === RUN   TestInfoBinaryCommits
17:40:17 [2023-08-30T17:40:17.582Z] --- PASS: TestInfoBinaryCommits (0.02s)
17:40:17 [2023-08-30T17:40:17.582Z] === RUN   TestInfoAPIVersioned
17:40:17 [2023-08-30T17:40:17.582Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:40:17 [2023-08-30T17:40:17.582Z] === RUN   TestInfoAPI
17:40:17 [2023-08-30T17:40:17.582Z] --- PASS: TestInfoAPI (0.02s)
17:40:17 [2023-08-30T17:40:17.582Z] === RUN   TestInfoAPIWarnings
17:40:35 [2023-08-30T17:40:35.657Z] --- PASS: TestInfoAPIWarnings (16.55s)
17:40:35 [2023-08-30T17:40:35.657Z] === RUN   TestInfoDebug
17:40:35 [2023-08-30T17:40:35.657Z] --- PASS: TestInfoDebug (0.52s)
17:40:35 [2023-08-30T17:40:35.657Z] === RUN   TestInfoInsecureRegistries
17:40:35 [2023-08-30T17:40:35.657Z] --- PASS: TestInfoInsecureRegistries (0.52s)
17:40:35 [2023-08-30T17:40:35.657Z] === RUN   TestInfoRegistryMirrors
17:40:35 [2023-08-30T17:40:35.657Z] --- PASS: TestInfoRegistryMirrors (0.52s)
17:40:35 [2023-08-30T17:40:35.657Z] === RUN   TestLoginFailsWithBadCredentials
17:40:36 [2023-08-30T17:40:36.591Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s)
17:40:36 [2023-08-30T17:40:36.591Z] === RUN   TestPingCacheHeaders
17:40:36 [2023-08-30T17:40:36.591Z] --- PASS: TestPingCacheHeaders (0.02s)
17:40:36 [2023-08-30T17:40:36.591Z] === RUN   TestPingGet
17:40:36 [2023-08-30T17:40:36.591Z] --- PASS: TestPingGet (0.01s)
17:40:36 [2023-08-30T17:40:36.591Z] === RUN   TestPingHead
17:40:36 [2023-08-30T17:40:36.591Z] --- PASS: TestPingHead (0.02s)
17:40:36 [2023-08-30T17:40:36.591Z] === RUN   TestPingSwarmHeader
17:40:37 [2023-08-30T17:40:37.285Z] === RUN   TestPingSwarmHeader/before_swarm_init
17:40:37 [2023-08-30T17:40:37.851Z] === RUN   TestPingSwarmHeader/after_swarm_init
17:40:38 [2023-08-30T17:40:38.417Z] === RUN   TestPingSwarmHeader/after_swarm_leave
17:40:38 [2023-08-30T17:40:38.417Z] --- PASS: TestPingSwarmHeader (1.84s)
17:40:38 [2023-08-30T17:40:38.417Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
17:40:38 [2023-08-30T17:40:38.417Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
17:40:38 [2023-08-30T17:40:38.417Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
17:40:38 [2023-08-30T17:40:38.417Z] === RUN   TestPingBuilderHeader
17:40:38 [2023-08-30T17:40:38.417Z] === RUN   TestPingBuilderHeader/default_config
17:40:38 [2023-08-30T17:40:38.983Z] === RUN   TestPingBuilderHeader/buildkit_disabled
17:40:39 [2023-08-30T17:40:39.549Z] --- PASS: TestPingBuilderHeader (1.04s)
17:40:39 [2023-08-30T17:40:39.549Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
17:40:39 [2023-08-30T17:40:39.549Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
17:40:39 [2023-08-30T17:40:39.549Z] === RUN   TestVersion
17:40:39 [2023-08-30T17:40:39.549Z] --- PASS: TestVersion (0.02s)
17:40:39 [2023-08-30T17:40:39.549Z] === CONT  TestDiskUsage
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty/container_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty/image_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty/volume_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty/build-cache_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:40:40 [2023-08-30T17:40:40.115Z] === RUN   TestDiskUsage/after_container.Run
17:40:40 [2023-08-30T17:40:40.373Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:40:40 [2023-08-30T17:40:40.373Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:40:40 [2023-08-30T17:40:40.373Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:40:40 [2023-08-30T17:40:40.373Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:40:40 [2023-08-30T17:40:40.373Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:40:40 [2023-08-30T17:40:40.373Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:40:40 [2023-08-30T17:40:40.373Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:40:40 [2023-08-30T17:40:40.373Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:40:40 [2023-08-30T17:40:40.373Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:40:40 [2023-08-30T17:40:40.373Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:40:40 [2023-08-30T17:40:40.632Z] --- PASS: TestDiskUsage (1.04s)
17:40:40 [2023-08-30T17:40:40.632Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]     --- PASS: TestDiskUsage/after_container.Run (0.26s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z] PASS
17:40:40 [2023-08-30T17:40:40.632Z] 
17:40:40 [2023-08-30T17:40:40.632Z] === Skipped
17:40:40 [2023-08-30T17:40:40.632Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:40:40 [2023-08-30T17:40:40.632Z] 
17:40:40 [2023-08-30T17:40:40.632Z] DONE 57 tests, 1 skipped in 23.828s
17:40:40 [2023-08-30T17:40:40.632Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
17:40:40 [2023-08-30T17:40:40.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
17:40:40 [2023-08-30T17:40:40.632Z] ++ set -e
17:40:40 [2023-08-30T17:40:40.632Z] ++ '[' -n 0 ']'
17:40:40 [2023-08-30T17:40:40.632Z] ++ set -x
17:40:40 [2023-08-30T17:40:40.632Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.MZdvnNZ1VW/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= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
17:40:40 [2023-08-30T17:40:40.632Z] INFO: Testing against a local daemon
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesCreateAndList
17:40:40 [2023-08-30T17:40:40.632Z] --- PASS: TestVolumesCreateAndList (0.01s)
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesRemove
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesRemove/volume_in_use
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesRemove/volume_not_in_use
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesRemove/non-existing_volume
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesRemove/non-existing_volume_force
17:40:40 [2023-08-30T17:40:40.632Z] --- PASS: TestVolumesRemove (0.05s)
17:40:40 [2023-08-30T17:40:40.632Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
17:40:40 [2023-08-30T17:40:40.632Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesRemoveSwarmEnabled
17:40:40 [2023-08-30T17:40:40.632Z] === PAUSE TestVolumesRemoveSwarmEnabled
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesInspect
17:40:40 [2023-08-30T17:40:40.632Z] --- PASS: TestVolumesInspect (0.01s)
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesInvalidJSON
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesInvalidJSON/volumes/create
17:40:40 [2023-08-30T17:40:40.632Z] === PAUSE TestVolumesInvalidJSON/volumes/create
17:40:40 [2023-08-30T17:40:40.632Z] === CONT  TestVolumesInvalidJSON/volumes/create
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
17:40:40 [2023-08-30T17:40:40.632Z] --- PASS: TestVolumesInvalidJSON (0.01s)
17:40:40 [2023-08-30T17:40:40.632Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
17:40:40 [2023-08-30T17:40:40.632Z] === RUN   TestVolumePruneAnonymous
17:40:40 [2023-08-30T17:40:40.890Z] --- PASS: TestVolumePruneAnonymous (0.03s)
17:40:40 [2023-08-30T17:40:40.890Z] === RUN   TestVolumePruneAnonFromImage
17:40:40 [2023-08-30T17:40:40.890Z] --- PASS: TestVolumePruneAnonFromImage (0.09s)
17:40:40 [2023-08-30T17:40:40.890Z] === CONT  TestVolumesRemoveSwarmEnabled
17:40:42 [2023-08-30T17:40:42.264Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
17:40:42 [2023-08-30T17:40:42.264Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
17:40:42 [2023-08-30T17:40:42.264Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
17:40:42 [2023-08-30T17:40:42.264Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
17:40:42 [2023-08-30T17:40:42.830Z] --- PASS: TestVolumesRemoveSwarmEnabled (2.00s)
17:40:42 [2023-08-30T17:40:42.830Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
17:40:42 [2023-08-30T17:40:42.830Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
17:40:42 [2023-08-30T17:40:42.830Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
17:40:42 [2023-08-30T17:40:42.830Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
17:40:42 [2023-08-30T17:40:42.830Z] PASS
17:40:42 [2023-08-30T17:40:42.830Z] 
17:40:42 [2023-08-30T17:40:42.830Z] DONE 20 tests in 2.243s
17:40:42 [2023-08-30T17:40:42.830Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:40:43 [2023-08-30T17:40:43.088Z] ++++ cat bundles/test-integration/docker.pid
17:40:43 [2023-08-30T17:40:43.088Z] +++ kill 22358
17:40:44 [2023-08-30T17:40:44.461Z] +++ /etc/init.d/apparmor stop
17:40:44 [2023-08-30T17:40:44.462Z] Leaving: AppArmorNo profiles have been unloaded.
17:40:44 [2023-08-30T17:40:44.462Z] 
17:40:44 [2023-08-30T17:40:44.462Z] Unloading profiles will leave already running processes permanently
17:40:44 [2023-08-30T17:40:44.462Z] unconfined, which can lead to unexpected situations.
17:40:44 [2023-08-30T17:40:44.462Z] 
17:40:44 [2023-08-30T17:40:44.462Z] To set a process to complain mode, use the command line tool
17:40:44 [2023-08-30T17:40:44.462Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:40:44 [2023-08-30T17:40:44.462Z] +++ true
17:40:44 [2023-08-30T17:40:44.462Z] exiting test-integration
17:40:44 [2023-08-30T17:40:44.462Z] ++ exit 0
17:40:44 [2023-08-30T17:40:44.462Z] 
Post stage
[Pipeline] junit
17:40:45 [2023-08-30T17:40:45.410Z] Recording test results
17:40:45 [2023-08-30T17:40:45.598Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:40:45 [2023-08-30T17:40:45.889Z] + echo Ensuring container killed.
17:40:45 [2023-08-30T17:40:45.889Z] Ensuring container killed.
17:40:45 [2023-08-30T17:40:45.889Z] + docker rm -vf docker-pr1
17:40:45 [2023-08-30T17:40:45.889Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
17:40:46 [2023-08-30T17:40:46.170Z] + echo Chowning /workspace to jenkins user
17:40:46 [2023-08-30T17:40:46.170Z] Chowning /workspace to jenkins user
17:40:46 [2023-08-30T17:40:46.170Z] + id -u
17:40:46 [2023-08-30T17:40:46.170Z] + id -g
17:40:46 [2023-08-30T17:40:46.170Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46377:/workspace busybox chown -R 1000:1000 /workspace
17:40:46 [2023-08-30T17:40:46.170Z] Unable to find image 'busybox:latest' locally
17:40:46 [2023-08-30T17:40:46.170Z] latest: Pulling from library/busybox
17:40:46 [2023-08-30T17:40:46.170Z] 8a0af25e8c2e: Already exists
17:40:46 [2023-08-30T17:40:46.428Z] Digest: sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79
17:40:46 [2023-08-30T17:40:46.428Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:40:47 [2023-08-30T17:40:47.646Z] + bundleName=arm64-integration
17:40:47 [2023-08-30T17:40:47.646Z] + echo Creating arm64-integration-bundles.tar.gz
17:40:47 [2023-08-30T17:40:47.646Z] Creating arm64-integration-bundles.tar.gz
17:40:47 [2023-08-30T17:40:47.646Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
17:40:47 [2023-08-30T17:40:47.646Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
17:40:47 [2023-08-30T17:40:47.915Z] Archiving artifacts
17:40:49 [2023-08-30T17:40:49.411Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-46377/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:40:49 [2023-08-30T17:40:49.697Z] + make clean
17:40:49 [2023-08-30T17:40:49.697Z] docker volume rm -f docker-dev-cache docker-mod-cache
17:40:49 [2023-08-30T17:40:49.697Z] docker-dev-cache
17:40:49 [2023-08-30T17:40:49.697Z] 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