Skip to content
Success

Console Output

Pull request #46460 opened
09:25:50 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 0dae84ca6455cd6217751ddae8a1ee8be15812d8+606a7a76949ec08cb26940037b1c71c0024c6b44 (198774a0a2dfa804709e335e35b14aa8df360679)
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-46460@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
09:25:52 [2023-09-12T09:25:52.693Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
09:25:52 [2023-09-12T09:25:52.696Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
09:25:52 [2023-09-12T09:25:52.918Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-03ce1371e6da62c2a) in /home/ubuntu/workspace/moby_PR-46460
[Pipeline] {
[Pipeline] checkout
09:25:52 [2023-09-12T09:25:52.938Z] The recommended git tool is: git
09:25:52 [2023-09-12T09:25:52.960Z] using credential docker-jenkins-github-credentials
09:25:53 [2023-09-12T09:25:53.159Z] Cloning the remote Git repository
09:25:53 [2023-09-12T09:25:53.159Z] Cloning with configured refspecs honoured and without tags
09:25:53 [2023-09-12T09:25:53.175Z] Cloning repository https://github.com/moby/moby.git
09:25:53 [2023-09-12T09:25:53.175Z]  > git init /home/ubuntu/workspace/moby_PR-46460 # timeout=10
09:25:53 [2023-09-12T09:25:53.180Z] Fetching upstream changes from https://github.com/moby/moby.git
09:25:53 [2023-09-12T09:25:53.180Z]  > git --version # timeout=10
09:25:53 [2023-09-12T09:25:53.182Z]  > git --version # 'git version 2.25.1'
09:25:53 [2023-09-12T09:25:53.182Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:25:53 [2023-09-12T09:25:53.183Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46460/head:refs/remotes/origin/PR-46460 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:26:07 [2023-09-12T09:26:07.656Z] Fetching without tags
09:26:07 [2023-09-12T09:26:07.865Z] Merging remotes/origin/23.0 commit 606a7a76949ec08cb26940037b1c71c0024c6b44 into PR head commit 0dae84ca6455cd6217751ddae8a1ee8be15812d8
09:26:08 [2023-09-12T09:26:08.434Z] Merge succeeded, producing 0dae84ca6455cd6217751ddae8a1ee8be15812d8
09:26:08 [2023-09-12T09:26:08.434Z] Checking out Revision 0dae84ca6455cd6217751ddae8a1ee8be15812d8 (PR-46460)
09:26:07 [2023-09-12T09:26:07.646Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:26:07 [2023-09-12T09:26:07.649Z]  > git config --add remote.origin.fetch +refs/pull/46460/head:refs/remotes/origin/PR-46460 # timeout=10
09:26:07 [2023-09-12T09:26:07.651Z]  > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:26:07 [2023-09-12T09:26:07.656Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:26:07 [2023-09-12T09:26:07.672Z] Fetching upstream changes from https://github.com/moby/moby.git
09:26:07 [2023-09-12T09:26:07.672Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:26:07 [2023-09-12T09:26:07.673Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46460/head:refs/remotes/origin/PR-46460 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:26:07 [2023-09-12T09:26:07.881Z]  > git config core.sparsecheckout # timeout=10
09:26:07 [2023-09-12T09:26:07.883Z]  > git checkout -f 0dae84ca6455cd6217751ddae8a1ee8be15812d8 # timeout=10
09:26:08 [2023-09-12T09:26:08.432Z]  > git remote # timeout=10
09:26:08 [2023-09-12T09:26:08.435Z]  > git config --get remote.origin.url # timeout=10
09:26:08 [2023-09-12T09:26:08.437Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:26:08 [2023-09-12T09:26:08.438Z]  > git merge 606a7a76949ec08cb26940037b1c71c0024c6b44 # timeout=10
09:26:08 [2023-09-12T09:26:08.444Z]  > git rev-parse HEAD^{commit} # timeout=10
09:26:08 [2023-09-12T09:26:08.449Z]  > git config core.sparsecheckout # timeout=10
09:26:08 [2023-09-12T09:26:08.451Z]  > git checkout -f 0dae84ca6455cd6217751ddae8a1ee8be15812d8 # timeout=10
09:26:09 [2023-09-12T09:26:09.020Z] Commit message: "update to go1.20.8"
09:26:09 [2023-09-12T09:26:09.020Z] First time build. Skipping changelog.
09:26:09 [2023-09-12T09:26:09.042Z]  > git --version # timeout=10
09:26:09 [2023-09-12T09:26:09.044Z]  > git --version # 'git version 2.25.1'
09:26:09 [2023-09-12T09:26:09.046Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:26:09 [2023-09-12T09:26:09.720Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46460:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
09:26:12 [2023-09-12T09:26:12.233Z] 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
09:26:12 [2023-09-12T09:26:12.474Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0e433713e57055eaa) in /home/ubuntu/workspace/moby_PR-46460
[Pipeline] {
[Pipeline] checkout
09:26:12 [2023-09-12T09:26:12.487Z] The recommended git tool is: git
09:26:12 [2023-09-12T09:26:12.495Z] using credential docker-jenkins-github-credentials
09:26:12 [2023-09-12T09:26:12.507Z] Cloning the remote Git repository
09:26:12 [2023-09-12T09:26:12.507Z] Cloning with configured refspecs honoured and without tags
09:26:12 [2023-09-12T09:26:12.510Z] Cloning repository https://github.com/moby/moby.git
09:26:12 [2023-09-12T09:26:12.510Z]  > git init /home/ubuntu/workspace/moby_PR-46460 # timeout=10
09:26:12 [2023-09-12T09:26:12.514Z] Fetching upstream changes from https://github.com/moby/moby.git
09:26:12 [2023-09-12T09:26:12.514Z]  > git --version # timeout=10
09:26:12 [2023-09-12T09:26:12.516Z]  > git --version # 'git version 2.25.1'
09:26:12 [2023-09-12T09:26:12.516Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:26:12 [2023-09-12T09:26:12.517Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46460/head:refs/remotes/origin/PR-46460 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:26:23 [2023-09-12T09:26:23.258Z] Fetching without tags
09:26:23 [2023-09-12T09:26:23.457Z] Merging remotes/origin/23.0 commit 606a7a76949ec08cb26940037b1c71c0024c6b44 into PR head commit 0dae84ca6455cd6217751ddae8a1ee8be15812d8
09:26:23 [2023-09-12T09:26:23.246Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:26:23 [2023-09-12T09:26:23.249Z]  > git config --add remote.origin.fetch +refs/pull/46460/head:refs/remotes/origin/PR-46460 # timeout=10
09:26:23 [2023-09-12T09:26:23.251Z]  > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:26:23 [2023-09-12T09:26:23.256Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:26:23 [2023-09-12T09:26:23.261Z] Fetching upstream changes from https://github.com/moby/moby.git
09:26:23 [2023-09-12T09:26:23.261Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:26:23 [2023-09-12T09:26:23.261Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46460/head:refs/remotes/origin/PR-46460 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:26:23 [2023-09-12T09:26:23.460Z]  > git config core.sparsecheckout # timeout=10
09:26:23 [2023-09-12T09:26:23.462Z]  > git checkout -f 0dae84ca6455cd6217751ddae8a1ee8be15812d8 # timeout=10
09:26:24 [2023-09-12T09:26:24.026Z] Merge succeeded, producing 0dae84ca6455cd6217751ddae8a1ee8be15812d8
09:26:24 [2023-09-12T09:26:24.026Z] Checking out Revision 0dae84ca6455cd6217751ddae8a1ee8be15812d8 (PR-46460)
09:26:24 [2023-09-12T09:26:24.764Z] Commit message: "update to go1.20.8"
09:26:24 [2023-09-12T09:26:24.776Z]  > git --version # timeout=10
09:26:24 [2023-09-12T09:26:24.778Z]  > git --version # 'git version 2.25.1'
09:26:24 [2023-09-12T09:26:24.780Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
09:26:24 [2023-09-12T09:26:24.012Z]  > git remote # timeout=10
09:26:24 [2023-09-12T09:26:24.015Z]  > git config --get remote.origin.url # timeout=10
09:26:24 [2023-09-12T09:26:24.017Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:26:24 [2023-09-12T09:26:24.018Z]  > git merge 606a7a76949ec08cb26940037b1c71c0024c6b44 # timeout=10
09:26:24 [2023-09-12T09:26:24.024Z]  > git rev-parse HEAD^{commit} # timeout=10
09:26:24 [2023-09-12T09:26:24.030Z]  > git config core.sparsecheckout # timeout=10
09:26:24 [2023-09-12T09:26:24.032Z]  > git checkout -f 0dae84ca6455cd6217751ddae8a1ee8be15812d8 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:26:25 [2023-09-12T09:26:25.434Z] + docker version
09:26:25 [2023-09-12T09:26:25.434Z] Client: Docker Engine - Community
09:26:25 [2023-09-12T09:26:25.434Z]  Version:           24.0.2
09:26:25 [2023-09-12T09:26:25.434Z]  API version:       1.43
09:26:25 [2023-09-12T09:26:25.434Z]  Go version:        go1.20.4
09:26:25 [2023-09-12T09:26:25.434Z]  Git commit:        cb74dfc
09:26:25 [2023-09-12T09:26:25.434Z]  Built:             Thu May 25 21:52:41 2023
09:26:25 [2023-09-12T09:26:25.434Z]  OS/Arch:           linux/arm64
09:26:25 [2023-09-12T09:26:25.434Z]  Context:           default
09:26:25 [2023-09-12T09:26:25.434Z] 
09:26:25 [2023-09-12T09:26:25.434Z] Server: Docker Engine - Community
09:26:25 [2023-09-12T09:26:25.434Z]  Engine:
09:26:25 [2023-09-12T09:26:25.434Z]   Version:          24.0.2
09:26:25 [2023-09-12T09:26:25.434Z]   API version:      1.43 (minimum version 1.12)
09:26:25 [2023-09-12T09:26:25.434Z]   Go version:       go1.20.4
09:26:25 [2023-09-12T09:26:25.434Z]   Git commit:       659604f
09:26:25 [2023-09-12T09:26:25.434Z]   Built:            Thu May 25 21:52:41 2023
09:26:25 [2023-09-12T09:26:25.434Z]   OS/Arch:          linux/arm64
09:26:25 [2023-09-12T09:26:25.434Z]   Experimental:     true
09:26:25 [2023-09-12T09:26:25.434Z]  containerd:
09:26:25 [2023-09-12T09:26:25.434Z]   Version:          1.6.21
09:26:25 [2023-09-12T09:26:25.434Z]   GitCommit:        3dce8eb055cbb6872793272b4f20ed16117344f8
09:26:25 [2023-09-12T09:26:25.434Z]  runc:
09:26:25 [2023-09-12T09:26:25.434Z]   Version:          1.1.7
09:26:25 [2023-09-12T09:26:25.434Z]   GitCommit:        v1.1.7-0-g860f061
09:26:25 [2023-09-12T09:26:25.434Z]  docker-init:
09:26:25 [2023-09-12T09:26:25.434Z]   Version:          0.19.0
09:26:25 [2023-09-12T09:26:25.434Z]   GitCommit:        de40ad0
[Pipeline] sh
09:26:25 [2023-09-12T09:26:25.711Z] + docker info
09:26:25 [2023-09-12T09:26:25.711Z] Client: Docker Engine - Community
09:26:25 [2023-09-12T09:26:25.711Z]  Version:    24.0.2
09:26:25 [2023-09-12T09:26:25.711Z]  Context:    default
09:26:25 [2023-09-12T09:26:25.711Z]  Debug Mode: false
09:26:25 [2023-09-12T09:26:25.711Z]  Plugins:
09:26:25 [2023-09-12T09:26:25.712Z]   buildx: Docker Buildx (Docker Inc.)
09:26:25 [2023-09-12T09:26:25.712Z]     Version:  v0.11.0
09:26:25 [2023-09-12T09:26:25.712Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
09:26:25 [2023-09-12T09:26:25.712Z]   compose: Docker Compose (Docker Inc.)
09:26:25 [2023-09-12T09:26:25.712Z]     Version:  v2.19.1
09:26:25 [2023-09-12T09:26:25.712Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
09:26:25 [2023-09-12T09:26:25.712Z] 
09:26:25 [2023-09-12T09:26:25.712Z] Server:
09:26:25 [2023-09-12T09:26:25.712Z]  Containers: 0
09:26:25 [2023-09-12T09:26:25.712Z]   Running: 0
09:26:25 [2023-09-12T09:26:25.712Z]   Paused: 0
09:26:25 [2023-09-12T09:26:25.712Z]   Stopped: 0
09:26:25 [2023-09-12T09:26:25.712Z]  Images: 6
09:26:25 [2023-09-12T09:26:25.712Z]  Server Version: 24.0.2
09:26:25 [2023-09-12T09:26:25.712Z]  Storage Driver: overlay2
09:26:25 [2023-09-12T09:26:25.712Z]   Backing Filesystem: extfs
09:26:25 [2023-09-12T09:26:25.712Z]   Supports d_type: true
09:26:25 [2023-09-12T09:26:25.712Z]   Using metacopy: false
09:26:25 [2023-09-12T09:26:25.712Z]   Native Overlay Diff: true
09:26:25 [2023-09-12T09:26:25.712Z]   userxattr: false
09:26:25 [2023-09-12T09:26:25.712Z]  Logging Driver: json-file
09:26:25 [2023-09-12T09:26:25.712Z]  Cgroup Driver: cgroupfs
09:26:25 [2023-09-12T09:26:25.712Z]  Cgroup Version: 1
09:26:25 [2023-09-12T09:26:25.712Z]  Plugins:
09:26:25 [2023-09-12T09:26:25.712Z]   Volume: local
09:26:25 [2023-09-12T09:26:25.712Z]   Network: bridge host ipvlan macvlan null overlay
09:26:25 [2023-09-12T09:26:25.712Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:26:25 [2023-09-12T09:26:25.712Z]  Swarm: inactive
09:26:25 [2023-09-12T09:26:25.712Z]  Runtimes: runc io.containerd.runc.v2
09:26:25 [2023-09-12T09:26:25.712Z]  Default Runtime: runc
09:26:25 [2023-09-12T09:26:25.712Z]  Init Binary: docker-init
09:26:25 [2023-09-12T09:26:25.712Z]  containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
09:26:25 [2023-09-12T09:26:25.712Z]  runc version: v1.1.7-0-g860f061
09:26:25 [2023-09-12T09:26:25.712Z]  init version: de40ad0
09:26:25 [2023-09-12T09:26:25.712Z]  Security Options:
09:26:25 [2023-09-12T09:26:25.712Z]   apparmor
09:26:25 [2023-09-12T09:26:25.712Z]   seccomp
09:26:25 [2023-09-12T09:26:25.712Z]    Profile: builtin
09:26:25 [2023-09-12T09:26:25.712Z]  Kernel Version: 5.15.0-1039-aws
09:26:25 [2023-09-12T09:26:25.712Z]  Operating System: Ubuntu 20.04.6 LTS
09:26:25 [2023-09-12T09:26:25.712Z]  OSType: linux
09:26:25 [2023-09-12T09:26:25.712Z]  Architecture: aarch64
09:26:25 [2023-09-12T09:26:25.712Z]  CPUs: 8
09:26:25 [2023-09-12T09:26:25.712Z]  Total Memory: 30.64GiB
09:26:25 [2023-09-12T09:26:25.712Z]  Name: ip-10-100-119-107
09:26:25 [2023-09-12T09:26:25.712Z]  ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5
09:26:25 [2023-09-12T09:26:25.712Z]  Docker Root Dir: /var/lib/docker
09:26:25 [2023-09-12T09:26:25.712Z]  Debug Mode: false
09:26:25 [2023-09-12T09:26:25.712Z]  Experimental: true
09:26:25 [2023-09-12T09:26:25.712Z]  Insecure Registries:
09:26:25 [2023-09-12T09:26:25.712Z]   127.0.0.0/8
09:26:25 [2023-09-12T09:26:25.712Z]  Live Restore Enabled: true
09:26:25 [2023-09-12T09:26:25.712Z] 
[Pipeline] sh
09:26:25 [2023-09-12T09:26:25.990Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:26:25 [2023-09-12T09:26:25.990Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:26:25 [2023-09-12T09:26:25.990Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-46460/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
09:26:25 [2023-09-12T09:26:25.990Z] + bash /home/ubuntu/workspace/moby_PR-46460/check-config.sh
09:26:25 [2023-09-12T09:26:25.990Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:26:25 [2023-09-12T09:26:25.990Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ...
09:26:25 [2023-09-12T09:26:25.990Z] 
09:26:25 [2023-09-12T09:26:25.990Z] Generally Necessary:
09:26:25 [2023-09-12T09:26:25.990Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:26:25 [2023-09-12T09:26:25.990Z] - apparmor: enabled and tools installed
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_NAMESPACES: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_NET_NS: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_PID_NS: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_IPC_NS: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_UTS_NS: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_CGROUPS: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_CGROUP_CPUACCT: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_CGROUP_DEVICE: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_CGROUP_FREEZER: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_CGROUP_SCHED: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_CPUSETS: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_MEMCG: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_KEYS: enabled
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_VETH: enabled (as module)
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_BRIDGE: enabled (as module)
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:26:25 [2023-09-12T09:26:25.990Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_NF_NAT: enabled (as module)
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_POSIX_MQUEUE: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_CGROUP_BPF: enabled
09:26:26 [2023-09-12T09:26:26.266Z] 
09:26:26 [2023-09-12T09:26:26.266Z] Optional Features:
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_USER_NS: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_SECCOMP: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_SECCOMP_FILTER: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_CGROUP_PIDS: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_MEMCG_SWAP: enabled
09:26:26 [2023-09-12T09:26:26.266Z]     (cgroup swap accounting is currently enabled)
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_BLK_CGROUP: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_CGROUP_PERF: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_CGROUP_HUGETLB: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_CFS_BANDWIDTH: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_RT_GROUP_SCHED: missing
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_IP_VS: enabled (as module)
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_IP_VS_NFCT: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:26:26 [2023-09-12T09:26:26.266Z] - CONFIG_IP_VS_RR: enabled (as module)
09:26:26 [2023-09-12T09:26:26.524Z] - CONFIG_SECURITY_SELINUX: enabled
09:26:26 [2023-09-12T09:26:26.524Z] - CONFIG_SECURITY_APPARMOR: enabled
09:26:26 [2023-09-12T09:26:26.524Z] - CONFIG_EXT4_FS: enabled
09:26:26 [2023-09-12T09:26:26.524Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:26:26 [2023-09-12T09:26:26.524Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:26:26 [2023-09-12T09:26:26.524Z] - Network Drivers:
09:26:26 [2023-09-12T09:26:26.524Z]   - "overlay":
09:26:26 [2023-09-12T09:26:26.524Z]     - CONFIG_VXLAN: enabled (as module)
09:26:26 [2023-09-12T09:26:26.524Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:26:26 [2023-09-12T09:26:26.524Z]       Optional (for encrypted networks):
09:26:26 [2023-09-12T09:26:26.524Z]       - CONFIG_CRYPTO: enabled
09:26:26 [2023-09-12T09:26:26.524Z]       - CONFIG_CRYPTO_AEAD: enabled
09:26:26 [2023-09-12T09:26:26.524Z]       - CONFIG_CRYPTO_GCM: enabled
09:26:26 [2023-09-12T09:26:26.524Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:26:26 [2023-09-12T09:26:26.524Z]       - CONFIG_CRYPTO_GHASH: enabled
09:26:26 [2023-09-12T09:26:26.524Z]       - CONFIG_XFRM: enabled
09:26:26 [2023-09-12T09:26:26.524Z]       - CONFIG_XFRM_USER: enabled (as module)
09:26:26 [2023-09-12T09:26:26.524Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:26:26 [2023-09-12T09:26:26.524Z]       - CONFIG_INET_ESP: enabled (as module)
09:26:26 [2023-09-12T09:26:26.524Z]   - "ipvlan":
09:26:26 [2023-09-12T09:26:26.524Z]     - CONFIG_IPVLAN: enabled (as module)
09:26:26 [2023-09-12T09:26:26.524Z]   - "macvlan":
09:26:26 [2023-09-12T09:26:26.524Z]     - CONFIG_MACVLAN: enabled (as module)
09:26:26 [2023-09-12T09:26:26.524Z]     - CONFIG_DUMMY: enabled (as module)
09:26:26 [2023-09-12T09:26:26.524Z]   - "ftp,tftp client in container":
09:26:26 [2023-09-12T09:26:26.782Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:26:26 [2023-09-12T09:26:26.782Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:26:26 [2023-09-12T09:26:26.782Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:26:26 [2023-09-12T09:26:26.782Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:26:26 [2023-09-12T09:26:26.782Z] - Storage Drivers:
09:26:26 [2023-09-12T09:26:26.782Z]   - "aufs":
09:26:26 [2023-09-12T09:26:26.782Z]     - CONFIG_AUFS_FS: enabled (as module)
09:26:26 [2023-09-12T09:26:26.782Z]   - "btrfs":
09:26:26 [2023-09-12T09:26:26.782Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:26:26 [2023-09-12T09:26:26.782Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:26:26 [2023-09-12T09:26:26.782Z]   - "devicemapper":
09:26:26 [2023-09-12T09:26:26.782Z]     - CONFIG_BLK_DEV_DM: enabled
09:26:26 [2023-09-12T09:26:26.782Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:26:26 [2023-09-12T09:26:26.782Z]   - "overlay":
09:26:26 [2023-09-12T09:26:26.782Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:26:26 [2023-09-12T09:26:26.782Z]   - "zfs":
09:26:26 [2023-09-12T09:26:26.782Z]     - /dev/zfs: present
09:26:26 [2023-09-12T09:26:26.782Z]     - zfs command: missing
09:26:26 [2023-09-12T09:26:26.782Z]     - zpool command: missing
09:26:26 [2023-09-12T09:26:26.782Z] 
09:26:26 [2023-09-12T09:26:26.782Z] Limits:
09:26:26 [2023-09-12T09:26:26.782Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:26:26 [2023-09-12T09:26:26.782Z] 
09:26:26 [2023-09-12T09:26:26.782Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:26:27 [2023-09-12T09:26:27.081Z] + docker build --force-rm -t docker:0dae84ca6455cd6217751ddae8a1ee8be15812d8 .
09:26:27 [2023-09-12T09:26:27.338Z] #0 building with "default" instance using docker driver
09:26:27 [2023-09-12T09:26:27.338Z] 
09:26:27 [2023-09-12T09:26:27.338Z] #1 [internal] load build definition from Dockerfile
09:26:27 [2023-09-12T09:26:27.338Z] #1 transferring dockerfile: 27.24kB done
09:26:27 [2023-09-12T09:26:27.338Z] #1 DONE 0.0s
09:26:27 [2023-09-12T09:26:27.338Z] 
09:26:27 [2023-09-12T09:26:27.338Z] #2 [internal] load .dockerignore
09:26:27 [2023-09-12T09:26:27.338Z] #2 transferring context: 113B done
09:26:27 [2023-09-12T09:26:27.338Z] #2 DONE 0.0s
09:26:27 [2023-09-12T09:26:27.338Z] 
09:26:27 [2023-09-12T09:26:27.338Z] #3 resolve image config for docker.io/docker/dockerfile:1
09:26:27 [2023-09-12T09:26:27.338Z] #3 DONE 0.1s
09:26:27 [2023-09-12T09:26:27.338Z] 
09:26:27 [2023-09-12T09:26:27.338Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
09:26:27 [2023-09-12T09:26:27.338Z] #4 CACHED
09:26:27 [2023-09-12T09:26:27.338Z] 
09:26:27 [2023-09-12T09:26:27.338Z] #5 [internal] load metadata for docker.io/library/busybox:latest
09:26:27 [2023-09-12T09:26:27.596Z] #5 DONE 0.0s
09:26:27 [2023-09-12T09:26:27.596Z] 
09:26:27 [2023-09-12T09:26:27.596Z] #6 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
09:26:27 [2023-09-12T09:26:27.596Z] #6 DONE 0.1s
09:26:27 [2023-09-12T09:26:27.596Z] 
09:26:27 [2023-09-12T09:26:27.596Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
09:26:27 [2023-09-12T09:26:27.596Z] #7 DONE 0.2s
09:26:27 [2023-09-12T09:26:27.596Z] 
09:26:27 [2023-09-12T09:26:27.596Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:26:27 [2023-09-12T09:26:27.596Z] #8 DONE 0.2s
09:26:27 [2023-09-12T09:26:27.596Z] 
09:26:27 [2023-09-12T09:26:27.596Z] #9 [internal] load metadata for docker.io/library/golang:1.20.8-bullseye
09:26:27 [2023-09-12T09:26:27.854Z] #9 DONE 0.3s
09:26:27 [2023-09-12T09:26:27.854Z] 
09:26:27 [2023-09-12T09:26:27.854Z] #10 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:26:27 [2023-09-12T09:26:27.854Z] #10 DONE 0.0s
09:26:27 [2023-09-12T09:26:27.854Z] 
09:26:27 [2023-09-12T09:26:27.854Z] #11 [build-dummy 1/2] FROM docker.io/library/busybox:latest
09:26:27 [2023-09-12T09:26:27.854Z] #11 DONE 0.0s
09:26:27 [2023-09-12T09:26:27.854Z] 
09:26:27 [2023-09-12T09:26:27.854Z] #12 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
09:26:27 [2023-09-12T09:26:27.854Z] #12 DONE 0.0s
09:26:27 [2023-09-12T09:26:27.854Z] 
09:26:27 [2023-09-12T09:26:27.854Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:f33900927c0a8bcf3f0e2281fd0237f4780cc6bc59729bb3a10e75b0703c5ca7
09:26:27 [2023-09-12T09:26:27.854Z] #13 DONE 0.0s
09:26:27 [2023-09-12T09:26:27.854Z] 
09:26:27 [2023-09-12T09:26:27.854Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.8-bullseye@sha256:2db41d88870617e0f43e7e1f304649eb4563706e3c4d25a624e43e83299fb822
09:26:27 [2023-09-12T09:26:27.854Z] #14 resolve docker.io/library/golang:1.20.8-bullseye@sha256:2db41d88870617e0f43e7e1f304649eb4563706e3c4d25a624e43e83299fb822 0.0s done
09:26:28 [2023-09-12T09:26:28.112Z] #14 ...
09:26:28 [2023-09-12T09:26:28.112Z] 
09:26:28 [2023-09-12T09:26:28.112Z] #12 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
09:26:28 [2023-09-12T09:26:28.112Z] #12 CACHED
09:26:28 [2023-09-12T09:26:28.112Z] 
09:26:28 [2023-09-12T09:26:28.112Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.8-bullseye@sha256:2db41d88870617e0f43e7e1f304649eb4563706e3c4d25a624e43e83299fb822
09:26:28 [2023-09-12T09:26:28.112Z] #14 sha256:2db41d88870617e0f43e7e1f304649eb4563706e3c4d25a624e43e83299fb822 1.86kB / 1.86kB done
09:26:28 [2023-09-12T09:26:28.112Z] #14 sha256:aa87cc3836d4e3627c68543a20daf82407098821ead77b94460a2dc9f52aeb65 7.08kB / 7.08kB done
09:26:28 [2023-09-12T09:26:28.112Z] #14 sha256:bbbd1eb48e6c614e3e3767ae9ba92cd3104dc0df1c1cf83b5211c232c4962473 0B / 54.68MB 0.1s
09:26:28 [2023-09-12T09:26:28.112Z] #14 sha256:7e46d53e9980bb5700dd9310ed3560c5e9fb058ad863d555f7b8b838a684f48a 1.58kB / 1.58kB done
09:26:28 [2023-09-12T09:26:28.112Z] #14 sha256:07b3f92a99188e47f7b0b8d38aff11fd0ad90510e0d26506aec007d24fe539b6 0B / 15.75MB 0.1s
09:26:28 [2023-09-12T09:26:28.112Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 0B / 81.47MB 0.1s
09:26:28 [2023-09-12T09:26:28.112Z] #14 sha256:bbbd1eb48e6c614e3e3767ae9ba92cd3104dc0df1c1cf83b5211c232c4962473 6.29MB / 54.68MB 0.2s
09:26:28 [2023-09-12T09:26:28.112Z] #14 sha256:07b3f92a99188e47f7b0b8d38aff11fd0ad90510e0d26506aec007d24fe539b6 4.19MB / 15.75MB 0.2s
09:26:28 [2023-09-12T09:26:28.372Z] #14 sha256:bbbd1eb48e6c614e3e3767ae9ba92cd3104dc0df1c1cf83b5211c232c4962473 16.78MB / 54.68MB 0.3s
09:26:28 [2023-09-12T09:26:28.372Z] #14 sha256:07b3f92a99188e47f7b0b8d38aff11fd0ad90510e0d26506aec007d24fe539b6 15.75MB / 15.75MB 0.3s done
09:26:28 [2023-09-12T09:26:28.372Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 8.70MB / 81.47MB 0.3s
09:26:28 [2023-09-12T09:26:28.372Z] #14 extracting sha256:07b3f92a99188e47f7b0b8d38aff11fd0ad90510e0d26506aec007d24fe539b6
09:26:28 [2023-09-12T09:26:28.372Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 0B / 95.73MB 0.3s
09:26:28 [2023-09-12T09:26:28.372Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 16.78MB / 81.47MB 0.4s
09:26:28 [2023-09-12T09:26:28.630Z] #14 sha256:bbbd1eb48e6c614e3e3767ae9ba92cd3104dc0df1c1cf83b5211c232c4962473 26.15MB / 54.68MB 0.5s
09:26:28 [2023-09-12T09:26:28.630Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 20.97MB / 81.47MB 0.5s
09:26:28 [2023-09-12T09:26:28.630Z] #14 sha256:bbbd1eb48e6c614e3e3767ae9ba92cd3104dc0df1c1cf83b5211c232c4962473 32.51MB / 54.68MB 0.6s
09:26:28 [2023-09-12T09:26:28.630Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 32.51MB / 81.47MB 0.6s
09:26:28 [2023-09-12T09:26:28.630Z] #14 extracting sha256:07b3f92a99188e47f7b0b8d38aff11fd0ad90510e0d26506aec007d24fe539b6 0.4s done
09:26:28 [2023-09-12T09:26:28.630Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 10.49MB / 95.73MB 0.6s
09:26:28 [2023-09-12T09:26:28.630Z] #14 sha256:bbbd1eb48e6c614e3e3767ae9ba92cd3104dc0df1c1cf83b5211c232c4962473 50.33MB / 54.68MB 0.8s
09:26:28 [2023-09-12T09:26:28.630Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 44.04MB / 81.47MB 0.8s
09:26:28 [2023-09-12T09:26:28.630Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 22.02MB / 95.73MB 0.8s
09:26:28 [2023-09-12T09:26:28.888Z] #14 ...
09:26:28 [2023-09-12T09:26:28.888Z] 
09:26:28 [2023-09-12T09:26:28.888Z] #15 [internal] load build context
09:26:28 [2023-09-12T09:26:28.888Z] #15 transferring context: 64.10MB 0.9s done
09:26:28 [2023-09-12T09:26:28.888Z] #15 DONE 0.9s
09:26:28 [2023-09-12T09:26:28.888Z] 
09:26:28 [2023-09-12T09:26:28.888Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.8-bullseye@sha256:2db41d88870617e0f43e7e1f304649eb4563706e3c4d25a624e43e83299fb822
09:26:28 [2023-09-12T09:26:28.888Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 50.33MB / 81.47MB 0.9s
09:26:28 [2023-09-12T09:26:28.888Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 31.46MB / 95.73MB 0.9s
09:26:28 [2023-09-12T09:26:28.888Z] #14 sha256:bbbd1eb48e6c614e3e3767ae9ba92cd3104dc0df1c1cf83b5211c232c4962473 54.68MB / 54.68MB 1.0s
09:26:29 [2023-09-12T09:26:29.146Z] #14 sha256:bbbd1eb48e6c614e3e3767ae9ba92cd3104dc0df1c1cf83b5211c232c4962473 54.68MB / 54.68MB 1.1s done
09:26:29 [2023-09-12T09:26:29.146Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 59.77MB / 81.47MB 1.1s
09:26:29 [2023-09-12T09:26:29.146Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 39.85MB / 95.73MB 1.1s
09:26:29 [2023-09-12T09:26:29.146Z] #14 extracting sha256:bbbd1eb48e6c614e3e3767ae9ba92cd3104dc0df1c1cf83b5211c232c4962473 0.1s
09:26:29 [2023-09-12T09:26:29.146Z] #14 sha256:ac679ac5013621c2067f60aa8c2061d87e6243cdf7b382a72e9dabf49de73394 156B / 156B 1.1s done
09:26:29 [2023-09-12T09:26:29.146Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 70.25MB / 81.47MB 1.2s
09:26:29 [2023-09-12T09:26:29.403Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 79.69MB / 81.47MB 1.3s
09:26:29 [2023-09-12T09:26:29.403Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 49.28MB / 95.73MB 1.4s
09:26:29 [2023-09-12T09:26:29.661Z] #14 sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 81.47MB / 81.47MB 1.5s done
09:26:29 [2023-09-12T09:26:29.661Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 66.06MB / 95.73MB 1.7s
09:26:29 [2023-09-12T09:26:29.919Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 75.50MB / 95.73MB 2.0s
09:26:30 [2023-09-12T09:26:30.176Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 83.89MB / 95.73MB 2.1s
09:26:30 [2023-09-12T09:26:30.176Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 93.32MB / 95.73MB 2.2s
09:26:30 [2023-09-12T09:26:30.434Z] #14 sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 95.73MB / 95.73MB 2.4s done
09:26:30 [2023-09-12T09:26:30.434Z] #14 extracting sha256:bbbd1eb48e6c614e3e3767ae9ba92cd3104dc0df1c1cf83b5211c232c4962473 1.4s done
09:26:30 [2023-09-12T09:26:30.434Z] #14 extracting sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae
09:26:31 [2023-09-12T09:26:31.807Z] #14 extracting sha256:175d1e52cc5a8a81fc3d30dfcf02306c41190283476954572b7406bdb77774ae 1.3s done
09:26:32 [2023-09-12T09:26:32.066Z] #14 extracting sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c
09:26:34 [2023-09-12T09:26:34.595Z] #14 extracting sha256:78f8b4ad7da681336876dc73afa3ed6d6d4fbbd202436aa332f8276dd5f4f69c 2.6s done
09:26:34 [2023-09-12T09:26:34.595Z] #14 extracting sha256:ac679ac5013621c2067f60aa8c2061d87e6243cdf7b382a72e9dabf49de73394 done
09:26:34 [2023-09-12T09:26:34.595Z] #14 DONE 6.8s
09:26:34 [2023-09-12T09:26:34.852Z] 
09:26:34 [2023-09-12T09:26:34.852Z] #16 [base 2/5] COPY --from=xx / /
09:26:37 [2023-09-12T09:26:37.381Z] #16 DONE 2.1s
09:26:37 [2023-09-12T09:26:37.381Z] 
09:26:37 [2023-09-12T09:26:37.381Z] #17 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:26:37 [2023-09-12T09:26:37.381Z] #17 DONE 0.2s
09:26:37 [2023-09-12T09:26:37.381Z] 
09:26:37 [2023-09-12T09:26:37.381Z] #18 [base 4/5] RUN test -n "$APT_MIRROR" && sed -ri "s/(httpredir|deb|security).debian.org/${APT_MIRROR}/g" /etc/apt/sources.list || true
09:26:37 [2023-09-12T09:26:37.381Z] #18 DONE 0.4s
09:26:37 [2023-09-12T09:26:37.381Z] 
09:26:37 [2023-09-12T09:26:37.381Z] #19 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
09:26:38 [2023-09-12T09:26:38.314Z] #19 0.625 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
09:26:38 [2023-09-12T09:26:38.314Z] #19 0.635 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:26:38 [2023-09-12T09:26:38.314Z] #19 0.635 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:26:38 [2023-09-12T09:26:38.314Z] #19 0.758 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
09:26:38 [2023-09-12T09:26:38.314Z] #19 0.872 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [242 kB]
09:26:38 [2023-09-12T09:26:38.314Z] #19 0.986 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB]
09:26:39 [2023-09-12T09:26:39.246Z] #19 1.719 Fetched 8536 kB in 1s (6315 kB/s)
09:26:39 [2023-09-12T09:26:39.810Z] #19 1.719 Reading package lists...
09:26:40 [2023-09-12T09:26:40.068Z] #19 2.254 Reading package lists...
09:26:40 [2023-09-12T09:26:40.582Z] #19 2.782 Building dependency tree...
09:26:40 [2023-09-12T09:26:40.582Z] #19 2.932 Reading state information...
09:26:40 [2023-09-12T09:26:40.582Z] #19 3.115 The following additional packages will be installed:
09:26:40 [2023-09-12T09:26:40.582Z] #19 3.115   libmagic-mgc libmagic1
09:26:40 [2023-09-12T09:26:40.582Z] #19 3.136 The following NEW packages will be installed:
09:26:40 [2023-09-12T09:26:40.582Z] #19 3.137   file libmagic-mgc libmagic1
09:26:40 [2023-09-12T09:26:40.839Z] #19 3.408 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
09:26:40 [2023-09-12T09:26:40.839Z] #19 3.408 Need to get 465 kB of archives.
09:26:40 [2023-09-12T09:26:40.839Z] #19 3.408 After this operation, 7075 kB of additional disk space will be used.
09:26:40 [2023-09-12T09:26:40.839Z] #19 3.408 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 libmagic-mgc arm64 1:5.39-3+deb11u1 [273 kB]
09:26:40 [2023-09-12T09:26:40.839Z] #19 3.417 Get:2 http://deb.debian.org/debian-security bullseye-security/main arm64 libmagic1 arm64 1:5.39-3+deb11u1 [123 kB]
09:26:40 [2023-09-12T09:26:40.839Z] #19 3.418 Get:3 http://deb.debian.org/debian-security bullseye-security/main arm64 file arm64 1:5.39-3+deb11u1 [69.2 kB]
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.545 debconf: delaying package configuration, since apt-utils is not installed
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.583 Fetched 465 kB in 0s (1690 kB/s)
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.602 Selecting previously unselected package libmagic-mgc.
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.602 (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 ... 15711 files and directories currently installed.)
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.612 Preparing to unpack .../libmagic-mgc_1%3a5.39-3+deb11u1_arm64.deb ...
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.615 Unpacking libmagic-mgc (1:5.39-3+deb11u1) ...
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.681 Selecting previously unselected package libmagic1:arm64.
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.683 Preparing to unpack .../libmagic1_1%3a5.39-3+deb11u1_arm64.deb ...
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.690 Unpacking libmagic1:arm64 (1:5.39-3+deb11u1) ...
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.725 Selecting previously unselected package file.
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.727 Preparing to unpack .../file_1%3a5.39-3+deb11u1_arm64.deb ...
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.731 Unpacking file (1:5.39-3+deb11u1) ...
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.770 Setting up libmagic-mgc (1:5.39-3+deb11u1) ...
09:26:41 [2023-09-12T09:26:41.097Z] #19 3.781 Setting up libmagic1:arm64 (1:5.39-3+deb11u1) ...
09:26:41 [2023-09-12T09:26:41.355Z] #19 3.798 Setting up file (1:5.39-3+deb11u1) ...
09:26:41 [2023-09-12T09:26:41.355Z] #19 3.809 Processing triggers for libc-bin (2.31-13+deb11u6) ...
09:26:41 [2023-09-12T09:26:41.355Z] #19 DONE 3.9s
09:26:41 [2023-09-12T09:26:41.355Z] 
09:26:41 [2023-09-12T09:26:41.355Z] #20 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:26:41 [2023-09-12T09:26:41.355Z] #20 CACHED
09:26:41 [2023-09-12T09:26:41.355Z] 
09:26:41 [2023-09-12T09:26:41.355Z] #21 [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
09:26:41 [2023-09-12T09:26:41.355Z] #21 CACHED
09:26:41 [2023-09-12T09:26:41.355Z] 
09:26:41 [2023-09-12T09:26:41.355Z] #22 [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
09:26:41 [2023-09-12T09:26:41.355Z] #22 CACHED
09:26:41 [2023-09-12T09:26:41.355Z] 
09:26:41 [2023-09-12T09:26:41.355Z] #23 [runc-src 1/3] WORKDIR /usr/src/runc
09:26:41 [2023-09-12T09:26:41.355Z] #23 DONE 0.1s
09:26:41 [2023-09-12T09:26:41.355Z] 
09:26:41 [2023-09-12T09:26:41.355Z] #24 [containerd-src 1/3] WORKDIR /usr/src/containerd
09:26:41 [2023-09-12T09:26:41.355Z] #24 DONE 0.1s
09:26:41 [2023-09-12T09:26:41.355Z] 
09:26:41 [2023-09-12T09:26:41.355Z] #25 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
09:26:41 [2023-09-12T09:26:41.614Z] #25 ...
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #26 [delve-src 1/3] WORKDIR /usr/src/delve
09:26:41 [2023-09-12T09:26:41.614Z] #26 DONE 0.2s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #27 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
09:26:41 [2023-09-12T09:26:41.614Z] #27 DONE 0.2s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #28 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:26:41 [2023-09-12T09:26:41.614Z] #28 DONE 0.2s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #29 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
09:26:41 [2023-09-12T09:26:41.614Z] #29 DONE 0.2s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #30 [registry-src 1/2] WORKDIR /usr/src/registry
09:26:41 [2023-09-12T09:26:41.614Z] #30 DONE 0.2s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #31 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
09:26:41 [2023-09-12T09:26:41.614Z] #31 DONE 0.2s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #32 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
09:26:41 [2023-09-12T09:26:41.614Z] #32 DONE 0.2s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #33 [swagger-src 1/3] WORKDIR /usr/src/swagger
09:26:41 [2023-09-12T09:26:41.614Z] #33 DONE 0.2s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #34 [tini-src 1/3] WORKDIR /usr/src/tini
09:26:41 [2023-09-12T09:26:41.614Z] #34 DONE 0.3s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #35 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
09:26:41 [2023-09-12T09:26:41.614Z] #35 DONE 0.3s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #36 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:26:41 [2023-09-12T09:26:41.614Z] #36 DONE 0.3s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #37 [dockercli-src 1/5] WORKDIR /tmp/dockercli
09:26:41 [2023-09-12T09:26:41.614Z] #37 DONE 0.3s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #38 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
09:26:41 [2023-09-12T09:26:41.614Z] #38 DONE 0.3s
09:26:41 [2023-09-12T09:26:41.614Z] 
09:26:41 [2023-09-12T09:26:41.614Z] #39 [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
09:26:42 [2023-09-12T09:26:42.554Z] #39 ...
09:26:42 [2023-09-12T09:26:42.554Z] 
09:26:42 [2023-09-12T09:26:42.554Z] #40 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.821 hint: Using 'master' as the name for the initial branch. This default branch name
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.821 hint: is subject to change. To configure the initial branch name to use in all
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.821 hint: of your new repositories, which will suppress this warning, call:
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.821 hint: 
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.821 hint: 	git config --global init.defaultBranch <name>
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.821 hint: 
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.821 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.821 hint: 'development'. The just-created branch can be renamed via this command:
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.821 hint: 
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.821 hint: 	git branch -m <name>
09:26:42 [2023-09-12T09:26:42.554Z] #40 0.824 Initialized empty Git repository in /usr/src/runc/.git/
09:26:42 [2023-09-12T09:26:42.554Z] #40 DONE 1.0s
09:26:42 [2023-09-12T09:26:42.554Z] 
09:26:42 [2023-09-12T09:26:42.554Z] #25 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.944 hint: Using 'master' as the name for the initial branch. This default branch name
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.944 hint: is subject to change. To configure the initial branch name to use in all
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.944 hint: of your new repositories, which will suppress this warning, call:
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.944 hint: 
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.944 hint: 	git config --global init.defaultBranch <name>
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.944 hint: 
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.944 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.944 hint: 'development'. The just-created branch can be renamed via this command:
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.944 hint: 
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.944 hint: 	git branch -m <name>
09:26:42 [2023-09-12T09:26:42.554Z] #25 0.947 Initialized empty Git repository in /usr/src/containerd/.git/
09:26:42 [2023-09-12T09:26:42.554Z] #25 DONE 1.0s
09:26:42 [2023-09-12T09:26:42.554Z] 
09:26:42 [2023-09-12T09:26:42.554Z] #41 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.22" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:26:42 [2023-09-12T09:26:42.812Z] #41 ...
09:26:42 [2023-09-12T09:26:42.812Z] 
09:26:42 [2023-09-12T09:26:42.812Z] #42 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.186 hint: Using 'master' as the name for the initial branch. This default branch name
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.186 hint: is subject to change. To configure the initial branch name to use in all
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.186 hint: of your new repositories, which will suppress this warning, call:
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.186 hint: 
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.186 hint: 	git config --global init.defaultBranch <name>
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.186 hint: 
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.186 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.186 hint: 'development'. The just-created branch can be renamed via this command:
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.186 hint: 
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.186 hint: 	git branch -m <name>
09:26:42 [2023-09-12T09:26:42.812Z] #42 1.190 Initialized empty Git repository in /usr/src/swagger/.git/
09:26:42 [2023-09-12T09:26:42.812Z] #42 DONE 1.3s
09:26:43 [2023-09-12T09:26:43.073Z] 
09:26:43 [2023-09-12T09:26:43.073Z] #43 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
09:26:43 [2023-09-12T09:26:43.073Z] #43 ...
09:26:43 [2023-09-12T09:26:43.073Z] 
09:26:43 [2023-09-12T09:26:43.073Z] #44 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.405 hint: Using 'master' as the name for the initial branch. This default branch name
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.405 hint: is subject to change. To configure the initial branch name to use in all
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.405 hint: of your new repositories, which will suppress this warning, call:
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.405 hint: 
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.405 hint: 	git config --global init.defaultBranch <name>
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.405 hint: 
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.405 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.405 hint: 'development'. The just-created branch can be renamed via this command:
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.405 hint: 
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.405 hint: 	git branch -m <name>
09:26:43 [2023-09-12T09:26:43.073Z] #44 1.407 Initialized empty Git repository in /usr/src/registry/.git/
09:26:43 [2023-09-12T09:26:43.073Z] #44 DONE 1.5s
09:26:43 [2023-09-12T09:26:43.073Z] 
09:26:43 [2023-09-12T09:26:43.073Z] #45 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.393 hint: Using 'master' as the name for the initial branch. This default branch name
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.393 hint: is subject to change. To configure the initial branch name to use in all
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.393 hint: of your new repositories, which will suppress this warning, call:
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.393 hint: 
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.393 hint: 	git config --global init.defaultBranch <name>
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.393 hint: 
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.393 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.393 hint: 'development'. The just-created branch can be renamed via this command:
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.393 hint: 
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.393 hint: 	git branch -m <name>
09:26:43 [2023-09-12T09:26:43.073Z] #45 1.395 Initialized empty Git repository in /usr/src/rootlesskit/.git/
09:26:43 [2023-09-12T09:26:43.073Z] #45 DONE 1.5s
09:26:43 [2023-09-12T09:26:43.332Z] 
09:26:43 [2023-09-12T09:26:43.332Z] #46 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.709 hint: Using 'master' as the name for the initial branch. This default branch name
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.709 hint: is subject to change. To configure the initial branch name to use in all
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.709 hint: of your new repositories, which will suppress this warning, call:
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.709 hint: 
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.709 hint: 	git config --global init.defaultBranch <name>
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.709 hint: 
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.709 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.709 hint: 'development'. The just-created branch can be renamed via this command:
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.709 hint: 
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.709 hint: 	git branch -m <name>
09:26:43 [2023-09-12T09:26:43.332Z] #46 1.710 Initialized empty Git repository in /usr/src/delve/.git/
09:26:43 [2023-09-12T09:26:43.332Z] #46 DONE 1.8s
09:26:43 [2023-09-12T09:26:43.332Z] 
09:26:43 [2023-09-12T09:26:43.332Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:26:43 [2023-09-12T09:26:43.332Z] #47 ...
09:26:43 [2023-09-12T09:26:43.332Z] 
09:26:43 [2023-09-12T09:26:43.332Z] #48 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.721 hint: Using 'master' as the name for the initial branch. This default branch name
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.721 hint: is subject to change. To configure the initial branch name to use in all
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.721 hint: of your new repositories, which will suppress this warning, call:
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.721 hint: 
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.721 hint: 	git config --global init.defaultBranch <name>
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.721 hint: 
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.721 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.721 hint: 'development'. The just-created branch can be renamed via this command:
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.721 hint: 
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.721 hint: 	git branch -m <name>
09:26:43 [2023-09-12T09:26:43.332Z] #48 1.722 Initialized empty Git repository in /usr/src/tini/.git/
09:26:43 [2023-09-12T09:26:43.332Z] #48 DONE 1.8s
09:26:43 [2023-09-12T09:26:43.590Z] 
09:26:43 [2023-09-12T09:26:43.590Z] #49 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:26:44 [2023-09-12T09:26:44.159Z] #49 ...
09:26:44 [2023-09-12T09:26:44.159Z] 
09:26:44 [2023-09-12T09:26:44.159Z] #50 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 Initialized empty Git repository in /tmp/dockercli/.git/
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 hint: Using 'master' as the name for the initial branch. This default branch name
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 hint: is subject to change. To configure the initial branch name to use in all
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 hint: of your new repositories, which will suppress this warning, call:
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 hint: 
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 hint: 	git config --global init.defaultBranch <name>
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 hint: 
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 hint: 'development'. The just-created branch can be renamed via this command:
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 hint: 
09:26:44 [2023-09-12T09:26:44.159Z] #50 2.316 hint: 	git branch -m <name>
09:26:44 [2023-09-12T09:26:44.159Z] #50 DONE 2.4s
09:26:44 [2023-09-12T09:26:44.159Z] 
09:26:44 [2023-09-12T09:26:44.159Z] #51 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:26:46 [2023-09-12T09:26:46.693Z] #51 ...
09:26:46 [2023-09-12T09:26:46.693Z] 
09:26:46 [2023-09-12T09:26:46.693Z] #49 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:26:46 [2023-09-12T09:26:46.693Z] #49 DONE 3.0s
09:26:46 [2023-09-12T09:26:46.693Z] 
09:26:46 [2023-09-12T09:26:46.693Z] #52 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:26:46 [2023-09-12T09:26:46.693Z] #52 2.256 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:26:46 [2023-09-12T09:26:46.693Z] #52 2.256 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:26:46 [2023-09-12T09:26:46.693Z] #52 2.256 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
09:26:46 [2023-09-12T09:26:46.693Z] #52 3.193 Reading package lists...
09:26:46 [2023-09-12T09:26:46.693Z] #52 4.057 + apt-get  install -y --no-install-recommends gcc libc6-dev
09:26:46 [2023-09-12T09:26:46.693Z] #52 4.079 Reading package lists...
09:26:46 [2023-09-12T09:26:46.693Z] #52 4.887 Building dependency tree...
09:26:46 [2023-09-12T09:26:46.954Z] #52 5.222 Reading state information...
09:26:47 [2023-09-12T09:26:47.523Z] #52 ...
09:26:47 [2023-09-12T09:26:47.523Z] 
09:26:47 [2023-09-12T09:26:47.523Z] #43 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
09:26:47 [2023-09-12T09:26:47.523Z] #43 DONE 4.4s
09:26:47 [2023-09-12T09:26:47.523Z] 
09:26:47 [2023-09-12T09:26:47.523Z] #53 [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             ;
09:26:47 [2023-09-12T09:26:47.523Z] #53 2.657 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:26:47 [2023-09-12T09:26:47.523Z] #53 2.657 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:26:47 [2023-09-12T09:26:47.523Z] #53 2.664 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:26:47 [2023-09-12T09:26:47.523Z] #53 3.633 Fetched 44.1 kB in 2s (18.5 kB/s)
09:26:47 [2023-09-12T09:26:47.523Z] #53 3.633 Reading package lists...
09:26:47 [2023-09-12T09:26:47.523Z] #53 4.741 Reading package lists...
09:26:47 [2023-09-12T09:26:47.523Z] #53 5.657 Building dependency tree...
09:26:47 [2023-09-12T09:26:47.523Z] #53 5.924 Reading state information...
09:26:47 [2023-09-12T09:26:47.523Z] #53 ...
09:26:47 [2023-09-12T09:26:47.523Z] 
09:26:47 [2023-09-12T09:26:47.523Z] #52 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:26:47 [2023-09-12T09:26:47.523Z] #52 5.965 gcc is already the newest version (4:10.2.1-1).
09:26:47 [2023-09-12T09:26:47.523Z] #52 5.965 libc6-dev is already the newest version (2.31-13+deb11u6).
09:26:47 [2023-09-12T09:26:47.523Z] #52 5.965 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
09:26:47 [2023-09-12T09:26:47.523Z] #52 DONE 6.0s
09:26:47 [2023-09-12T09:26:47.523Z] 
09:26:47 [2023-09-12T09:26:47.523Z] #54 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:26:47 [2023-09-12T09:26:47.523Z] #54 DONE 4.5s
09:26:47 [2023-09-12T09:26:47.523Z] 
09:26:47 [2023-09-12T09:26:47.523Z] #53 [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             ;
09:26:47 [2023-09-12T09:26:47.523Z] #53 6.300 python3 is already the newest version (3.9.2-3).
09:26:47 [2023-09-12T09:26:47.523Z] #53 6.300 The following additional packages will be installed:
09:26:47 [2023-09-12T09:26:47.523Z] #53 6.300   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
09:26:47 [2023-09-12T09:26:47.523Z] #53 6.300   patch xz-utils
09:26:47 [2023-09-12T09:26:47.782Z] #53 6.302 Suggested packages:
09:26:47 [2023-09-12T09:26:47.782Z] #53 6.302   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
09:26:47 [2023-09-12T09:26:47.782Z] #53 6.302   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
09:26:47 [2023-09-12T09:26:47.782Z] #53 6.302   m4-doc ed diffutils-doc
09:26:47 [2023-09-12T09:26:47.782Z] #53 6.302 Recommended packages:
09:26:47 [2023-09-12T09:26:47.782Z] #53 6.302   fakeroot libalgorithm-merge-perl libltdl-dev
09:26:48 [2023-09-12T09:26:48.041Z] #53 6.526 The following NEW packages will be installed:
09:26:48 [2023-09-12T09:26:48.041Z] #53 6.526   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
09:26:48 [2023-09-12T09:26:48.041Z] #53 6.531   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
09:26:48 [2023-09-12T09:26:48.041Z] #53 6.532   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.823 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.823 Need to get 5458 kB of archives.
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.823 After this operation, 11.6 MB of additional disk space will be used.
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.823 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.827 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.828 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.832 Get:4 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.832 Get:5 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.834 Get:6 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.836 Get:7 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.845 Get:8 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.847 Get:9 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.895 Get:10 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.896 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.897 Get:12 http://deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.899 Get:13 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.900 Get:14 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.901 Get:15 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.902 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.905 Get:17 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.914 Get:18 http://deb.debian.org/debian bullseye-updates/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.923 Get:19 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
09:26:48 [2023-09-12T09:26:48.300Z] #53 6.924 Get:20 http://deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
09:26:48 [2023-09-12T09:26:48.559Z] #53 ...
09:26:48 [2023-09-12T09:26:48.559Z] 
09:26:48 [2023-09-12T09:26:48.559Z] #55 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.9" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:26:48 [2023-09-12T09:26:48.559Z] #55 DONE 5.9s
09:26:48 [2023-09-12T09:26:48.559Z] 
09:26:48 [2023-09-12T09:26:48.559Z] #53 [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             ;
09:26:48 [2023-09-12T09:26:48.559Z] #53 7.262 debconf: delaying package configuration, since apt-utils is not installed
09:26:48 [2023-09-12T09:26:48.559Z] #53 7.337 Fetched 5458 kB in 0s (14.5 MB/s)
09:26:48 [2023-09-12T09:26:48.824Z] #53 7.420 Selecting previously unselected package bzip2.
09:26:48 [2023-09-12T09:26:48.824Z] #53 7.421 (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 ... 15746 files and directories currently installed.)
09:26:48 [2023-09-12T09:26:48.824Z] #53 7.455 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
09:26:48 [2023-09-12T09:26:48.824Z] #53 7.461 Unpacking bzip2 (1.0.8-4) ...
09:26:49 [2023-09-12T09:26:49.082Z] #53 7.596 Selecting previously unselected package xz-utils.
09:26:49 [2023-09-12T09:26:49.082Z] #53 7.599 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:26:49 [2023-09-12T09:26:49.082Z] #53 7.636 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:26:49 [2023-09-12T09:26:49.341Z] #53 7.872 Selecting previously unselected package libsigsegv2:arm64.
09:26:49 [2023-09-12T09:26:49.341Z] #53 7.875 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
09:26:49 [2023-09-12T09:26:49.341Z] #53 7.947 Unpacking libsigsegv2:arm64 (2.13-1) ...
09:26:49 [2023-09-12T09:26:49.600Z] #53 ...
09:26:49 [2023-09-12T09:26:49.600Z] 
09:26:49 [2023-09-12T09:26:49.600Z] #56 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:26:49 [2023-09-12T09:26:49.600Z] #56 DONE 6.4s
09:26:49 [2023-09-12T09:26:49.600Z] 
09:26:49 [2023-09-12T09:26:49.600Z] #53 [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             ;
09:26:49 [2023-09-12T09:26:49.600Z] #53 8.299 Selecting previously unselected package m4.
09:26:49 [2023-09-12T09:26:49.600Z] #53 8.303 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
09:26:49 [2023-09-12T09:26:49.600Z] #53 8.374 Unpacking m4 (1.4.18-5) ...
09:26:50 [2023-09-12T09:26:50.175Z] #53 8.661 Selecting previously unselected package autoconf.
09:26:50 [2023-09-12T09:26:50.175Z] #53 8.675 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
09:26:50 [2023-09-12T09:26:50.175Z] #53 8.714 Unpacking autoconf (2.69-14) ...
09:26:50 [2023-09-12T09:26:50.434Z] #53 8.947 Selecting previously unselected package autotools-dev.
09:26:50 [2023-09-12T09:26:50.434Z] #53 8.948 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
09:26:50 [2023-09-12T09:26:50.434Z] #53 8.955 Unpacking autotools-dev (20180224.1+nmu1) ...
09:26:50 [2023-09-12T09:26:50.434Z] #53 9.086 Selecting previously unselected package automake.
09:26:50 [2023-09-12T09:26:50.434Z] #53 9.088 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
09:26:50 [2023-09-12T09:26:50.434Z] #53 9.101 Unpacking automake (1:1.16.3-2) ...
09:26:50 [2023-09-12T09:26:50.693Z] #53 9.449 Selecting previously unselected package patch.
09:26:50 [2023-09-12T09:26:50.952Z] #53 9.452 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
09:26:50 [2023-09-12T09:26:50.952Z] #53 9.464 Unpacking patch (2.7.6-7) ...
09:26:51 [2023-09-12T09:26:51.210Z] #53 9.740 Selecting previously unselected package dpkg-dev.
09:26:51 [2023-09-12T09:26:51.210Z] #53 9.745 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
09:26:51 [2023-09-12T09:26:51.210Z] #53 9.759 Unpacking dpkg-dev (1.20.12) ...
09:26:51 [2023-09-12T09:26:51.469Z] #53 ...
09:26:51 [2023-09-12T09:26:51.469Z] 
09:26:51 [2023-09-12T09:26:51.469Z] #57 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
09:26:51 [2023-09-12T09:26:51.469Z] #57 ...
09:26:51 [2023-09-12T09:26:51.469Z] 
09:26:51 [2023-09-12T09:26:51.469Z] #58 [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
09:26:51 [2023-09-12T09:26:51.729Z] #58 ...
09:26:51 [2023-09-12T09:26:51.729Z] 
09:26:51 [2023-09-12T09:26:51.729Z] #59 [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
09:26:51 [2023-09-12T09:26:51.729Z] #59 ...
09:26:51 [2023-09-12T09:26:51.729Z] 
09:26:51 [2023-09-12T09:26:51.729Z] #60 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
09:26:51 [2023-09-12T09:26:51.729Z] #60 3.672 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:26:51 [2023-09-12T09:26:51.729Z] #60 3.672 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:26:51 [2023-09-12T09:26:51.729Z] #60 3.672 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:26:51 [2023-09-12T09:26:51.729Z] #60 5.001 Fetched 44.1 kB in 2s (26.9 kB/s)
09:26:51 [2023-09-12T09:26:51.729Z] #60 5.001 Reading package lists...
09:26:51 [2023-09-12T09:26:51.729Z] #60 6.230 Reading package lists...
09:26:51 [2023-09-12T09:26:51.729Z] #60 7.443 Building dependency tree...
09:26:51 [2023-09-12T09:26:51.729Z] #60 7.718 Reading state information...
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.091 The following additional packages will be installed:
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.094   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.098 Suggested packages:
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.098   cmake-doc ninja-build lrzip
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.284 The following NEW packages will be installed:
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.284   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.600 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.600 Need to get 15.1 MB of archives.
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.600 After this operation, 66.8 MB of additional disk space will be used.
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.600 Get:1 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.610 Get:2 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.704 Get:3 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB]
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.709 Get:4 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.710 Get:5 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.711 Get:6 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.713 Get:7 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
09:26:51 [2023-09-12T09:26:51.729Z] #60 8.716 Get:8 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
09:26:51 [2023-09-12T09:26:51.729Z] #60 9.190 debconf: delaying package configuration, since apt-utils is not installed
09:26:51 [2023-09-12T09:26:51.729Z] #60 9.321 Fetched 15.1 MB in 0s (34.1 MB/s)
09:26:51 [2023-09-12T09:26:51.729Z] #60 9.464 Selecting previously unselected package cmake-data.
09:26:51 [2023-09-12T09:26:51.729Z] #60 9.464 (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 ... 15746 files and directories currently installed.)
09:26:51 [2023-09-12T09:26:51.729Z] #60 9.486 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
09:26:51 [2023-09-12T09:26:51.729Z] #60 9.502 Unpacking cmake-data (3.18.4-2+deb11u1) ...
09:26:51 [2023-09-12T09:26:51.988Z] #60 ...
09:26:51 [2023-09-12T09:26:51.988Z] 
09:26:51 [2023-09-12T09:26:51.988Z] #61 [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
09:26:51 [2023-09-12T09:26:51.988Z] #61 ...
09:26:51 [2023-09-12T09:26:51.988Z] 
09:26:51 [2023-09-12T09:26:51.988Z] #62 [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
09:26:52 [2023-09-12T09:26:52.247Z] #62 ...
09:26:52 [2023-09-12T09:26:52.247Z] 
09:26:52 [2023-09-12T09:26:52.247Z] #63 [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
09:26:52 [2023-09-12T09:26:52.247Z] #63 3.571 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:26:52 [2023-09-12T09:26:52.247Z] #63 3.571 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:26:52 [2023-09-12T09:26:52.247Z] #63 3.571 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:26:52 [2023-09-12T09:26:52.247Z] #63 4.961 Fetched 44.1 kB in 2s (26.5 kB/s)
09:26:52 [2023-09-12T09:26:52.247Z] #63 4.961 Reading package lists...
09:26:52 [2023-09-12T09:26:52.247Z] #63 6.760 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:26:52 [2023-09-12T09:26:52.247Z] #63 6.760 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:26:52 [2023-09-12T09:26:52.247Z] #63 6.761 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
09:26:52 [2023-09-12T09:26:52.247Z] #63 8.417 Reading package lists...
09:26:52 [2023-09-12T09:26:52.247Z] #63 9.728 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
09:26:52 [2023-09-12T09:26:52.247Z] #63 9.747 Reading package lists...
09:26:52 [2023-09-12T09:26:52.247Z] #63 ...
09:26:52 [2023-09-12T09:26:52.247Z] 
09:26:52 [2023-09-12T09:26:52.247Z] #64 [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
09:26:52 [2023-09-12T09:26:52.247Z] #64 3.304 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:26:52 [2023-09-12T09:26:52.247Z] #64 3.304 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:26:52 [2023-09-12T09:26:52.247Z] #64 3.304 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:26:52 [2023-09-12T09:26:52.247Z] #64 4.598 Fetched 44.1 kB in 2s (28.0 kB/s)
09:26:52 [2023-09-12T09:26:52.247Z] #64 4.598 Reading package lists...
09:26:52 [2023-09-12T09:26:52.247Z] #64 6.343 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:26:52 [2023-09-12T09:26:52.247Z] #64 6.351 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:26:52 [2023-09-12T09:26:52.247Z] #64 6.352 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
09:26:52 [2023-09-12T09:26:52.247Z] #64 7.499 Reading package lists...
09:26:52 [2023-09-12T09:26:52.247Z] #64 8.589 + apt-get  install -y --no-install-recommends gcc libc6-dev
09:26:52 [2023-09-12T09:26:52.247Z] #64 8.607 Reading package lists...
09:26:52 [2023-09-12T09:26:52.247Z] #64 9.841 Building dependency tree...
09:26:52 [2023-09-12T09:26:52.506Z] #64 10.82 gcc is already the newest version (4:10.2.1-1).
09:26:52 [2023-09-12T09:26:52.506Z] #64 10.82 libc6-dev is already the newest version (2.31-13+deb11u6).
09:26:52 [2023-09-12T09:26:52.506Z] #64 10.82 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
09:26:52 [2023-09-12T09:26:52.506Z] #64 ...
09:26:52 [2023-09-12T09:26:52.506Z] 
09:26:52 [2023-09-12T09:26:52.506Z] #60 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
09:26:52 [2023-09-12T09:26:52.506Z] #60 10.85 Selecting previously unselected package libicu67:arm64.
09:26:52 [2023-09-12T09:26:52.506Z] #60 10.85 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
09:26:52 [2023-09-12T09:26:52.506Z] #60 10.88 Unpacking libicu67:arm64 (67.1-7) ...
09:26:52 [2023-09-12T09:26:52.764Z] #60 ...
09:26:52 [2023-09-12T09:26:52.765Z] 
09:26:52 [2023-09-12T09:26:52.765Z] #64 [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
09:26:52 [2023-09-12T09:26:52.765Z] #64 DONE 11.2s
09:26:53 [2023-09-12T09:26:53.026Z] 
09:26:53 [2023-09-12T09:26:53.026Z] #53 [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             ;
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.25 Selecting previously unselected package build-essential.
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.25 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.28 Unpacking build-essential (12.9) ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.44 Selecting previously unselected package libcap2:arm64.
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.44 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.48 Unpacking libcap2:arm64 (1:2.44-1) ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.71 Selecting previously unselected package libcap-dev:arm64.
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.71 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.74 Unpacking libcap-dev:arm64 (1:2.44-1) ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.90 Selecting previously unselected package libprotobuf-c1:arm64.
09:26:53 [2023-09-12T09:26:53.026Z] #53 10.90 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 11.01 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 11.15 Selecting previously unselected package libprotobuf-c-dev:arm64.
09:26:53 [2023-09-12T09:26:53.026Z] #53 11.16 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 11.17 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 11.32 Selecting previously unselected package libseccomp-dev:arm64.
09:26:53 [2023-09-12T09:26:53.026Z] #53 11.32 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 11.33 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 11.49 Selecting previously unselected package libsystemd-dev:arm64.
09:26:53 [2023-09-12T09:26:53.026Z] #53 11.49 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u4_arm64.deb ...
09:26:53 [2023-09-12T09:26:53.026Z] #53 11.50 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ...
09:26:53 [2023-09-12T09:26:53.285Z] #53 11.83 Selecting previously unselected package libtool.
09:26:53 [2023-09-12T09:26:53.285Z] #53 11.85 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
09:26:53 [2023-09-12T09:26:53.285Z] #53 11.88 Unpacking libtool (2.4.6-15) ...
09:26:53 [2023-09-12T09:26:53.544Z] #53 12.02 Selecting previously unselected package libudev-dev:arm64.
09:26:53 [2023-09-12T09:26:53.544Z] #53 12.03 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u4_arm64.deb ...
09:26:53 [2023-09-12T09:26:53.544Z] #53 12.05 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ...
09:26:53 [2023-09-12T09:26:53.544Z] #53 12.26 Selecting previously unselected package libyajl2:arm64.
09:26:53 [2023-09-12T09:26:53.803Z] #53 12.26 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
09:26:53 [2023-09-12T09:26:53.803Z] #53 12.26 Unpacking libyajl2:arm64 (2.1.0-3) ...
09:26:53 [2023-09-12T09:26:53.803Z] #53 12.35 Selecting previously unselected package libyajl-dev:arm64.
09:26:53 [2023-09-12T09:26:53.803Z] #53 12.36 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
09:26:53 [2023-09-12T09:26:53.803Z] #53 12.37 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
09:26:53 [2023-09-12T09:26:53.803Z] #53 12.51 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:26:54 [2023-09-12T09:26:54.061Z] #53 12.53 Setting up libyajl2:arm64 (2.1.0-3) ...
09:26:54 [2023-09-12T09:26:54.061Z] #53 12.54 Setting up bzip2 (1.0.8-4) ...
09:26:54 [2023-09-12T09:26:54.061Z] #53 12.63 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:26:54 [2023-09-12T09:26:54.061Z] #53 12.67 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
09:26:54 [2023-09-12T09:26:54.061Z] #53 12.69 Setting up libcap2:arm64 (1:2.44-1) ...
09:26:54 [2023-09-12T09:26:54.061Z] #53 12.76 Setting up autotools-dev (20180224.1+nmu1) ...
09:26:54 [2023-09-12T09:26:54.061Z] #53 12.78 Setting up libsigsegv2:arm64 (2.13-1) ...
09:26:54 [2023-09-12T09:26:54.061Z] #53 12.80 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:26:54 [2023-09-12T09:26:54.320Z] #53 12.85 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:26:54 [2023-09-12T09:26:54.320Z] #53 12.88 Setting up patch (2.7.6-7) ...
09:26:54 [2023-09-12T09:26:54.320Z] #53 12.90 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ...
09:26:54 [2023-09-12T09:26:54.320Z] #53 12.91 Setting up libyajl-dev:arm64 (2.1.0-3) ...
09:26:54 [2023-09-12T09:26:54.320Z] #53 12.92 Setting up libcap-dev:arm64 (1:2.44-1) ...
09:26:54 [2023-09-12T09:26:54.320Z] #53 12.94 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ...
09:26:54 [2023-09-12T09:26:54.320Z] #53 12.95 Setting up libtool (2.4.6-15) ...
09:26:54 [2023-09-12T09:26:54.320Z] #53 12.96 Setting up m4 (1.4.18-5) ...
09:26:54 [2023-09-12T09:26:54.320Z] #53 13.01 Setting up dpkg-dev (1.20.12) ...
09:26:54 [2023-09-12T09:26:54.579Z] #53 13.04 Setting up autoconf (2.69-14) ...
09:26:54 [2023-09-12T09:26:54.579Z] #53 13.08 Setting up build-essential (12.9) ...
09:26:54 [2023-09-12T09:26:54.579Z] #53 13.10 Setting up automake (1:1.16.3-2) ...
09:26:54 [2023-09-12T09:26:54.579Z] #53 13.11 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
09:26:54 [2023-09-12T09:26:54.579Z] #53 13.12 Processing triggers for libc-bin (2.31-13+deb11u6) ...
09:26:54 [2023-09-12T09:26:54.837Z] #53 DONE 13.5s
09:26:54 [2023-09-12T09:26:54.838Z] 
09:26:54 [2023-09-12T09:26:54.838Z] #60 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
09:26:54 [2023-09-12T09:26:54.838Z] #60 12.79 Selecting previously unselected package libxml2:arm64.
09:26:54 [2023-09-12T09:26:54.838Z] #60 12.79 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ...
09:26:54 [2023-09-12T09:26:54.838Z] #60 12.80 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
09:26:54 [2023-09-12T09:26:54.838Z] #60 13.10 Selecting previously unselected package libarchive13:arm64.
09:26:54 [2023-09-12T09:26:54.838Z] #60 13.10 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
09:26:54 [2023-09-12T09:26:54.838Z] #60 13.12 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
09:26:55 [2023-09-12T09:26:55.128Z] #60 13.36 Selecting previously unselected package libjsoncpp24:arm64.
09:26:55 [2023-09-12T09:26:55.128Z] #60 13.37 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
09:26:55 [2023-09-12T09:26:55.128Z] #60 13.40 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
09:26:55 [2023-09-12T09:26:55.128Z] #60 ...
09:26:55 [2023-09-12T09:26:55.128Z] 
09:26:55 [2023-09-12T09:26:55.128Z] #39 [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
09:26:55 [2023-09-12T09:26:55.128Z] #39 3.386 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:26:55 [2023-09-12T09:26:55.128Z] #39 3.386 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:26:55 [2023-09-12T09:26:55.128Z] #39 3.386 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:26:55 [2023-09-12T09:26:55.128Z] #39 4.872 Fetched 44.1 kB in 2s (24.8 kB/s)
09:26:55 [2023-09-12T09:26:55.128Z] #39 4.872 Reading package lists...
09:26:55 [2023-09-12T09:26:55.128Z] #39 6.571 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:26:55 [2023-09-12T09:26:55.128Z] #39 6.571 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:26:55 [2023-09-12T09:26:55.128Z] #39 6.571 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
09:26:55 [2023-09-12T09:26:55.128Z] #39 8.439 Reading package lists...
09:26:55 [2023-09-12T09:26:55.128Z] #39 9.476 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
09:26:55 [2023-09-12T09:26:55.128Z] #39 9.500 Reading package lists...
09:26:55 [2023-09-12T09:26:55.128Z] #39 10.60 Building dependency tree...
09:26:55 [2023-09-12T09:26:55.128Z] #39 10.93 Reading state information...
09:26:55 [2023-09-12T09:26:55.128Z] #39 11.48 gcc is already the newest version (4:10.2.1-1).
09:26:55 [2023-09-12T09:26:55.128Z] #39 11.48 libc6-dev is already the newest version (2.31-13+deb11u6).
09:26:55 [2023-09-12T09:26:55.128Z] #39 11.48 The following additional packages will be installed:
09:26:55 [2023-09-12T09:26:55.128Z] #39 11.48   bzip2 patch xz-utils
09:26:55 [2023-09-12T09:26:55.128Z] #39 11.49 Suggested packages:
09:26:55 [2023-09-12T09:26:55.128Z] #39 11.49   bzip2-doc debian-keyring seccomp ed diffutils-doc
09:26:55 [2023-09-12T09:26:55.128Z] #39 11.49 Recommended packages:
09:26:55 [2023-09-12T09:26:55.128Z] #39 11.49   build-essential fakeroot libalgorithm-merge-perl
09:26:55 [2023-09-12T09:26:55.128Z] #39 11.68 The following NEW packages will be installed:
09:26:55 [2023-09-12T09:26:55.128Z] #39 11.69   bzip2 dpkg-dev libseccomp-dev patch xz-utils
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.00 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.00 Need to get 2790 kB of archives.
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.00 After this operation, 4077 kB of additional disk space will be used.
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.00 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.01 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.02 Get:3 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.03 Get:4 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.05 Get:5 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.32 debconf: delaying package configuration, since apt-utils is not installed
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.41 Fetched 2790 kB in 0s (8595 kB/s)
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.48 Selecting previously unselected package bzip2.
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.48 (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 ... 15746 files and directories currently installed.)
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.56 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.57 Unpacking bzip2 (1.0.8-4) ...
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.69 Selecting previously unselected package xz-utils.
09:26:55 [2023-09-12T09:26:55.128Z] #39 12.70 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:26:55 [2023-09-12T09:26:55.129Z] #39 12.71 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:26:55 [2023-09-12T09:26:55.129Z] #39 12.85 Selecting previously unselected package patch.
09:26:55 [2023-09-12T09:26:55.129Z] #39 12.86 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
09:26:55 [2023-09-12T09:26:55.129Z] #39 12.86 Unpacking patch (2.7.6-7) ...
09:26:55 [2023-09-12T09:26:55.129Z] #39 13.06 Selecting previously unselected package dpkg-dev.
09:26:55 [2023-09-12T09:26:55.129Z] #39 13.07 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
09:26:55 [2023-09-12T09:26:55.129Z] #39 13.09 Unpacking dpkg-dev (1.20.12) ...
09:26:55 [2023-09-12T09:26:55.387Z] #39 ...
09:26:55 [2023-09-12T09:26:55.387Z] 
09:26:55 [2023-09-12T09:26:55.387Z] #63 [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
09:26:55 [2023-09-12T09:26:55.387Z] #63 9.747 Reading package lists...
09:26:55 [2023-09-12T09:26:55.387Z] #63 10.90 Building dependency tree...
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.25 Reading state information...
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69 gcc is already the newest version (4:10.2.1-1).
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69 The following additional packages will be installed:
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69 Suggested packages:
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
09:26:55 [2023-09-12T09:26:55.387Z] #63 11.69   | libgdk-pixbuf2.0-dev libxml2-utils
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.08 The following NEW packages will be installed:
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.08   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.08   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.08   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.08   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.08   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.08   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.37 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.37 Need to get 7950 kB of archives.
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.37 After this operation, 39.9 MB of additional disk space will be used.
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.37 Get:1 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.42 Get:2 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.42 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
09:26:55 [2023-09-12T09:26:55.387Z] #63 12.42 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.42 Get:5 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.42 Get:6 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.42 Get:7 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.43 Get:8 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.43 Get:9 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.44 Get:10 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.44 Get:11 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.44 Get:12 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.46 Get:13 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.46 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.46 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.46 Get:16 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.46 Get:17 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.47 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.47 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.47 Get:20 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.48 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.51 Get:22 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.53 Get:23 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.53 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.54 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.54 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.55 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.56 Get:28 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.57 Get:29 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.59 Get:30 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
09:26:55 [2023-09-12T09:26:55.388Z] #63 12.97 debconf: delaying package configuration, since apt-utils is not installed
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.05 Fetched 7950 kB in 0s (16.0 MB/s)
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.18 Selecting previously unselected package libgirepository-1.0-1:arm64.
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.19 (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 ... 15746 files and directories currently installed.)
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.21 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.27 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.46 Selecting previously unselected package gir1.2-glib-2.0:arm64.
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.48 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.50 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.84 Selecting previously unselected package libsecret-common.
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.84 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
09:26:55 [2023-09-12T09:26:55.388Z] #63 13.85 Unpacking libsecret-common (0.20.4-2) ...
09:26:55 [2023-09-12T09:26:55.646Z] #63 14.03 Selecting previously unselected package libsecret-1-0:arm64.
09:26:55 [2023-09-12T09:26:55.646Z] #63 14.05 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
09:26:55 [2023-09-12T09:26:55.646Z] #63 14.09 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
09:26:55 [2023-09-12T09:26:55.646Z] #63 14.19 Selecting previously unselected package gir1.2-secret-1:arm64.
09:26:55 [2023-09-12T09:26:55.646Z] #63 ...
09:26:55 [2023-09-12T09:26:55.646Z] 
09:26:55 [2023-09-12T09:26:55.646Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:26:55 [2023-09-12T09:26:55.646Z] #47 2.643 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/*
09:26:55 [2023-09-12T09:26:55.646Z] #47 4.534 + git checkout -q FETCH_HEAD
09:26:55 [2023-09-12T09:26:55.646Z] #47 4.940 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
09:26:55 [2023-09-12T09:26:55.646Z] #47 4.940 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.760 internal/race
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.760 internal/cpu
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.761 internal/goos
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.761 internal/unsafeheader
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.762 internal/goarch
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.772 internal/goexperiment
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.773 runtime/internal/syscall
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.776 internal/coverage/rtcov
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.801 sync/atomic
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.836 internal/abi
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.838 runtime/internal/math
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.855 runtime/internal/sys
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.916 unicode
09:26:55 [2023-09-12T09:26:55.646Z] #47 5.995 unicode/utf8
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.009 container/list
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.062 internal/bytealg
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.094 runtime/internal/atomic
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.141 internal/itoa
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.164 math/bits
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.198 crypto/internal/alias
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.354 crypto/subtle
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.404 crypto/internal/boring/sig
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.406 unicode/utf16
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.673 math
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.698 vendor/golang.org/x/crypto/cryptobyte/asn1
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.730 internal/nettrace
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.800 vendor/golang.org/x/crypto/internal/alias
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.832 encoding
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.885 github.com/docker/distribution/manifest
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.909 github.com/inconshreveable/mousetrap
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.934 github.com/docker/distribution/registry/storage/driver/gcs
09:26:55 [2023-09-12T09:26:55.646Z] #47 6.958 github.com/docker/distribution/registry/storage/driver/oss
09:26:55 [2023-09-12T09:26:55.646Z] #47 7.235 runtime
09:26:55 [2023-09-12T09:26:55.910Z] #47 ...
09:26:55 [2023-09-12T09:26:55.910Z] 
09:26:55 [2023-09-12T09:26:55.910Z] #63 [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
09:26:55 [2023-09-12T09:26:55.910Z] #63 14.24 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
09:26:55 [2023-09-12T09:26:55.910Z] #63 14.28 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
09:26:56 [2023-09-12T09:26:56.169Z] #63 14.43 Selecting previously unselected package uuid-dev:arm64.
09:26:56 [2023-09-12T09:26:56.169Z] #63 14.43 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:26:56 [2023-09-12T09:26:56.169Z] #63 14.50 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:26:56 [2023-09-12T09:26:56.428Z] #63 14.72 Selecting previously unselected package libblkid-dev:arm64.
09:26:56 [2023-09-12T09:26:56.428Z] #63 14.73 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:26:56 [2023-09-12T09:26:56.428Z] #63 14.76 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:26:56 [2023-09-12T09:26:56.428Z] #63 ...
09:26:56 [2023-09-12T09:26:56.428Z] 
09:26:56 [2023-09-12T09:26:56.428Z] #39 [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
09:26:56 [2023-09-12T09:26:56.428Z] #39 13.75 Selecting previously unselected package libseccomp-dev:arm64.
09:26:56 [2023-09-12T09:26:56.428Z] #39 13.76 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:26:56 [2023-09-12T09:26:56.428Z] #39 13.78 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:26:56 [2023-09-12T09:26:56.428Z] #39 14.00 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:26:56 [2023-09-12T09:26:56.428Z] #39 14.04 Setting up bzip2 (1.0.8-4) ...
09:26:56 [2023-09-12T09:26:56.428Z] #39 14.07 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:26:56 [2023-09-12T09:26:56.428Z] #39 14.20 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:26:56 [2023-09-12T09:26:56.428Z] #39 14.27 Setting up patch (2.7.6-7) ...
09:26:56 [2023-09-12T09:26:56.428Z] #39 14.31 Setting up dpkg-dev (1.20.12) ...
09:26:56 [2023-09-12T09:26:56.428Z] #39 DONE 14.9s
09:26:56 [2023-09-12T09:26:56.707Z] 
09:26:56 [2023-09-12T09:26:56.707Z] #63 [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
09:26:56 [2023-09-12T09:26:56.707Z] #63 15.03 Selecting previously unselected package libbtrfs0:arm64.
09:26:56 [2023-09-12T09:26:56.707Z] #63 15.04 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
09:26:56 [2023-09-12T09:26:56.707Z] #63 15.05 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
09:26:56 [2023-09-12T09:26:56.707Z] #63 15.28 Selecting previously unselected package libbtrfs-dev:arm64.
09:26:56 [2023-09-12T09:26:56.707Z] #63 15.28 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
09:26:56 [2023-09-12T09:26:56.965Z] #63 15.31 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
09:26:57 [2023-09-12T09:26:57.226Z] #63 15.66 Selecting previously unselected package libelf1:arm64.
09:26:57 [2023-09-12T09:26:57.226Z] #63 15.67 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
09:26:57 [2023-09-12T09:26:57.226Z] #63 15.73 Unpacking libelf1:arm64 (0.183-1) ...
09:26:57 [2023-09-12T09:26:57.495Z] #63 ...
09:26:57 [2023-09-12T09:26:57.495Z] 
09:26:57 [2023-09-12T09:26:57.495Z] #65 [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...)
09:26:57 [2023-09-12T09:26:57.754Z] #65 ...
09:26:57 [2023-09-12T09:26:57.754Z] 
09:26:57 [2023-09-12T09:26:57.754Z] #51 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:26:57 [2023-09-12T09:26:57.754Z] #51 DONE 13.6s
09:26:57 [2023-09-12T09:26:57.754Z] 
09:26:57 [2023-09-12T09:26:57.754Z] #63 [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
09:26:57 [2023-09-12T09:26:57.754Z] #63 16.02 Selecting previously unselected package libffi-dev:arm64.
09:26:57 [2023-09-12T09:26:57.754Z] #63 16.02 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
09:26:57 [2023-09-12T09:26:57.754Z] #63 16.04 Unpacking libffi-dev:arm64 (3.3-6) ...
09:26:57 [2023-09-12T09:26:57.754Z] #63 ...
09:26:57 [2023-09-12T09:26:57.754Z] 
09:26:57 [2023-09-12T09:26:57.754Z] #41 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.22" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:26:57 [2023-09-12T09:26:57.754Z] #41 DONE 15.3s
09:26:57 [2023-09-12T09:26:57.754Z] 
09:26:57 [2023-09-12T09:26:57.754Z] #63 [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
09:26:57 [2023-09-12T09:26:57.754Z] #63 16.19 Selecting previously unselected package libglib2.0-data.
09:26:57 [2023-09-12T09:26:57.754Z] #63 16.20 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
09:26:57 [2023-09-12T09:26:57.754Z] #63 16.20 Unpacking libglib2.0-data (2.66.8-1) ...
09:26:58 [2023-09-12T09:26:58.013Z] #63 ...
09:26:58 [2023-09-12T09:26:58.013Z] 
09:26:58 [2023-09-12T09:26:58.013Z] #60 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
09:26:58 [2023-09-12T09:26:58.013Z] #60 13.71 Selecting previously unselected package librhash0:arm64.
09:26:58 [2023-09-12T09:26:58.013Z] #60 13.72 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 13.73 Unpacking librhash0:arm64 (1.4.1-2) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 13.88 Selecting previously unselected package libuv1:arm64.
09:26:58 [2023-09-12T09:26:58.013Z] #60 13.90 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 13.92 Unpacking libuv1:arm64 (1.40.0-2) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 14.06 Selecting previously unselected package cmake.
09:26:58 [2023-09-12T09:26:58.013Z] #60 14.06 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 14.09 Unpacking cmake (3.18.4-2+deb11u1) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 15.46 Setting up libicu67:arm64 (67.1-7) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 15.48 Setting up libuv1:arm64 (1.40.0-2) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 15.54 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 15.59 Setting up librhash0:arm64 (1.4.1-2) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 15.64 Setting up cmake-data (3.18.4-2+deb11u1) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 15.77 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 15.82 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 15.90 Setting up cmake (3.18.4-2+deb11u1) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 15.99 Processing triggers for libc-bin (2.31-13+deb11u6) ...
09:26:58 [2023-09-12T09:26:58.013Z] #60 DONE 16.4s
09:26:58 [2023-09-12T09:26:58.272Z] 
09:26:58 [2023-09-12T09:26:58.272Z] #63 [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
09:26:58 [2023-09-12T09:26:58.272Z] #63 16.64 Selecting previously unselected package libglib2.0-bin.
09:26:58 [2023-09-12T09:26:58.272Z] #63 16.65 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
09:26:58 [2023-09-12T09:26:58.272Z] #63 16.66 Unpacking libglib2.0-bin (2.66.8-1) ...
09:26:58 [2023-09-12T09:26:58.272Z] #63 16.84 Selecting previously unselected package python3-lib2to3.
09:26:58 [2023-09-12T09:26:58.272Z] #63 16.84 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
09:26:58 [2023-09-12T09:26:58.272Z] #63 16.86 Unpacking python3-lib2to3 (3.9.2-1) ...
09:26:58 [2023-09-12T09:26:58.531Z] #63 17.10 Selecting previously unselected package python3-distutils.
09:26:58 [2023-09-12T09:26:58.531Z] #63 17.11 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
09:26:58 [2023-09-12T09:26:58.789Z] #63 17.12 Unpacking python3-distutils (3.9.2-1) ...
09:26:59 [2023-09-12T09:26:59.071Z] #63 17.33 Selecting previously unselected package libglib2.0-dev-bin.
09:26:59 [2023-09-12T09:26:59.071Z] #63 17.34 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
09:26:59 [2023-09-12T09:26:59.071Z] #63 17.36 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
09:26:59 [2023-09-12T09:26:59.329Z] #63 17.64 Selecting previously unselected package libsepol1-dev:arm64.
09:26:59 [2023-09-12T09:26:59.329Z] #63 17.64 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
09:26:59 [2023-09-12T09:26:59.329Z] #63 17.69 Unpacking libsepol1-dev:arm64 (3.1-1) ...
09:26:59 [2023-09-12T09:26:59.329Z] 
09:26:59 [2023-09-12T09:26:59.329Z] #63 ...
09:26:59 [2023-09-12T09:26:59.329Z] 
09:26:59 [2023-09-12T09:26:59.329Z] #66 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
09:26:59 [2023-09-12T09:26:59.329Z] #66 DONE 1.7s
09:26:59 [2023-09-12T09:26:59.329Z] 
09:26:59 [2023-09-12T09:26:59.329Z] #67 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
09:26:59 [2023-09-12T09:26:59.329Z] #67 DONE 0.1s
09:26:59 [2023-09-12T09:26:59.329Z] 
09:26:59 [2023-09-12T09:26:59.329Z] #63 [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
09:26:59 [2023-09-12T09:26:59.588Z] #63 17.83 Selecting previously unselected package libpcre2-16-0:arm64.
09:26:59 [2023-09-12T09:26:59.588Z] #63 17.83 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
09:26:59 [2023-09-12T09:26:59.588Z] #63 17.84 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:26:59 [2023-09-12T09:26:59.588Z] #63 18.02 Selecting previously unselected package libpcre2-32-0:arm64.
09:26:59 [2023-09-12T09:26:59.588Z] #63 18.02 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
09:26:59 [2023-09-12T09:26:59.588Z] #63 18.05 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:26:59 [2023-09-12T09:26:59.853Z] #63 18.16 Selecting previously unselected package libpcre2-posix2:arm64.
09:26:59 [2023-09-12T09:26:59.853Z] #63 18.16 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
09:26:59 [2023-09-12T09:26:59.853Z] #63 18.17 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:26:59 [2023-09-12T09:26:59.853Z] #63 18.22 Selecting previously unselected package libpcre2-dev:arm64.
09:26:59 [2023-09-12T09:26:59.853Z] #63 18.23 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
09:26:59 [2023-09-12T09:26:59.853Z] #63 18.26 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:27:00 [2023-09-12T09:27:00.112Z] #63 ...
09:27:00 [2023-09-12T09:27:00.112Z] 
09:27:00 [2023-09-12T09:27:00.112Z] #68 [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...)
09:27:00 [2023-09-12T09:27:00.112Z] #68 ...
09:27:00 [2023-09-12T09:27:00.112Z] 
09:27:00 [2023-09-12T09:27:00.112Z] #63 [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
09:27:00 [2023-09-12T09:27:00.112Z] #63 18.54 Selecting previously unselected package libselinux1-dev:arm64.
09:27:00 [2023-09-12T09:27:00.112Z] #63 18.54 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
09:27:00 [2023-09-12T09:27:00.112Z] #63 18.56 Unpacking libselinux1-dev:arm64 (3.1-3) ...
09:27:00 [2023-09-12T09:27:00.371Z] #63 18.73 Selecting previously unselected package libmount-dev:arm64.
09:27:00 [2023-09-12T09:27:00.371Z] #63 18.73 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
09:27:00 [2023-09-12T09:27:00.371Z] #63 18.76 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:27:00 [2023-09-12T09:27:00.629Z] #63 18.84 Selecting previously unselected package libpcre16-3:arm64.
09:27:00 [2023-09-12T09:27:00.629Z] #63 18.84 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
09:27:00 [2023-09-12T09:27:00.629Z] #63 18.86 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
09:27:00 [2023-09-12T09:27:00.629Z] #63 18.97 Selecting previously unselected package libpcre32-3:arm64.
09:27:00 [2023-09-12T09:27:00.629Z] #63 18.97 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
09:27:00 [2023-09-12T09:27:00.630Z] #63 18.98 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
09:27:00 [2023-09-12T09:27:00.630Z] #63 19.15 Selecting previously unselected package libpcrecpp0v5:arm64.
09:27:00 [2023-09-12T09:27:00.630Z] #63 19.15 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
09:27:00 [2023-09-12T09:27:00.954Z] #63 19.22 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
09:27:00 [2023-09-12T09:27:00.954Z] #63 19.34 Selecting previously unselected package libpcre3-dev:arm64.
09:27:00 [2023-09-12T09:27:00.954Z] #63 19.34 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
09:27:00 [2023-09-12T09:27:00.954Z] #63 19.35 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
09:27:01 [2023-09-12T09:27:01.615Z] #63 ...
09:27:01 [2023-09-12T09:27:01.615Z] 
09:27:01 [2023-09-12T09:27:01.615Z] #59 [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
09:27:01 [2023-09-12T09:27:01.615Z] #59 19.88 tomll can be used in two ways:
09:27:01 [2023-09-12T09:27:01.615Z] #59 19.88 Writing to STDIN and reading from STDOUT:
09:27:01 [2023-09-12T09:27:01.615Z] #59 19.88   cat file.toml | tomll > file.toml
09:27:01 [2023-09-12T09:27:01.615Z] #59 19.88 
09:27:01 [2023-09-12T09:27:01.615Z] #59 19.88 Reading and updating a list of files:
09:27:01 [2023-09-12T09:27:01.615Z] #59 19.88   tomll a.toml b.toml c.toml
09:27:01 [2023-09-12T09:27:01.615Z] #59 19.88 
09:27:01 [2023-09-12T09:27:01.615Z] #59 19.88 When given a list of files, tomll will modify all files in place without asking.
09:27:01 [2023-09-12T09:27:01.615Z] #59 DONE 20.2s
09:27:01 [2023-09-12T09:27:01.615Z] 
09:27:01 [2023-09-12T09:27:01.615Z] #63 [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
09:27:01 [2023-09-12T09:27:01.615Z] #63 19.86 Selecting previously unselected package zlib1g-dev:arm64.
09:27:01 [2023-09-12T09:27:01.615Z] #63 19.86 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
09:27:01 [2023-09-12T09:27:01.615Z] #63 19.90 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:27:01 [2023-09-12T09:27:01.615Z] #63 20.08 Selecting previously unselected package libglib2.0-dev:arm64.
09:27:01 [2023-09-12T09:27:01.615Z] #63 20.08 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
09:27:01 [2023-09-12T09:27:01.877Z] #63 20.10 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
09:27:02 [2023-09-12T09:27:02.445Z] #63 20.81 Selecting previously unselected package libsecret-1-dev:arm64.
09:27:02 [2023-09-12T09:27:02.445Z] #63 20.81 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
09:27:02 [2023-09-12T09:27:02.445Z] #63 20.85 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
09:27:02 [2023-09-12T09:27:02.711Z] #63 21.05 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
09:27:02 [2023-09-12T09:27:02.711Z] #63 21.13 Setting up libpcre16-3:arm64 (2:8.39-13) ...
09:27:02 [2023-09-12T09:27:02.711Z] #63 21.18 Setting up libsepol1-dev:arm64 (3.1-1) ...
09:27:02 [2023-09-12T09:27:02.711Z] #63 21.20 Setting up libffi-dev:arm64 (3.3-6) ...
09:27:02 [2023-09-12T09:27:02.711Z] #63 21.24 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:27:02 [2023-09-12T09:27:02.711Z] #63 ...
09:27:02 [2023-09-12T09:27:02.711Z] 
09:27:02 [2023-09-12T09:27:02.711Z] #69 [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...)
09:27:02 [2023-09-12T09:27:02.969Z] #69 ...
09:27:02 [2023-09-12T09:27:02.969Z] 
09:27:02 [2023-09-12T09:27:02.969Z] #63 [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
09:27:02 [2023-09-12T09:27:02.969Z] #63 21.25 Setting up libbtrfs0:arm64 (5.10.1-2) ...
09:27:02 [2023-09-12T09:27:02.969Z] #63 21.27 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:27:02 [2023-09-12T09:27:02.969Z] #63 21.31 Setting up libglib2.0-data (2.66.8-1) ...
09:27:02 [2023-09-12T09:27:02.969Z] #63 21.44 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:27:02 [2023-09-12T09:27:02.969Z] #63 21.48 Setting up libpcre32-3:arm64 (2:8.39-13) ...
09:27:03 [2023-09-12T09:27:03.228Z] #63 21.54 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:27:03 [2023-09-12T09:27:03.228Z] #63 21.59 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:27:03 [2023-09-12T09:27:03.228Z] #63 21.62 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
09:27:03 [2023-09-12T09:27:03.228Z] #63 21.66 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:27:03 [2023-09-12T09:27:03.228Z] #63 21.70 Setting up python3-lib2to3 (3.9.2-1) ...
09:27:03 [2023-09-12T09:27:03.486Z] #63 22.06 Setting up libelf1:arm64 (0.183-1) ...
09:27:03 [2023-09-12T09:27:03.745Z] #63 22.08 Setting up libsecret-common (0.20.4-2) ...
09:27:03 [2023-09-12T09:27:03.745Z] #63 22.09 Setting up python3-distutils (3.9.2-1) ...
09:27:04 [2023-09-12T09:27:04.022Z] #63 22.48 Setting up libglib2.0-dev-bin (2.66.8-1) ...
09:27:04 [2023-09-12T09:27:04.022Z] #63 ...
09:27:04 [2023-09-12T09:27:04.022Z] 
09:27:04 [2023-09-12T09:27:04.022Z] #58 [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
09:27:04 [2023-09-12T09:27:04.022Z] #58 22.45 v3.6.0
09:27:04 [2023-09-12T09:27:04.022Z] #58 DONE 22.7s
09:27:04 [2023-09-12T09:27:04.022Z] 
09:27:04 [2023-09-12T09:27:04.022Z] #70 [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
09:27:04 [2023-09-12T09:27:04.022Z] #70 1.464 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:27:04 [2023-09-12T09:27:04.022Z] #70 1.465 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:27:04 [2023-09-12T09:27:04.022Z] #70 1.465 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
09:27:04 [2023-09-12T09:27:04.022Z] #70 3.086 Reading package lists...
09:27:04 [2023-09-12T09:27:04.022Z] #70 4.228 + apt-get  install -y --no-install-recommends gcc libc6-dev
09:27:04 [2023-09-12T09:27:04.022Z] #70 4.279 Reading package lists...
09:27:04 [2023-09-12T09:27:04.022Z] #70 5.377 Building dependency tree...
09:27:04 [2023-09-12T09:27:04.022Z] #70 5.620 Reading state information...
09:27:04 [2023-09-12T09:27:04.022Z] #70 6.063 gcc is already the newest version (4:10.2.1-1).
09:27:04 [2023-09-12T09:27:04.022Z] #70 6.063 libc6-dev is already the newest version (2.31-13+deb11u6).
09:27:04 [2023-09-12T09:27:04.022Z] #70 6.063 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
09:27:04 [2023-09-12T09:27:04.022Z] #70 DONE 6.1s
09:27:04 [2023-09-12T09:27:04.281Z] 
09:27:04 [2023-09-12T09:27:04.281Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:27:04 [2023-09-12T09:27:04.281Z] #47 16.17 sync
09:27:04 [2023-09-12T09:27:04.281Z] #47 16.17 internal/reflectlite
09:27:04 [2023-09-12T09:27:04.281Z] #47 16.44 internal/testlog
09:27:04 [2023-09-12T09:27:04.281Z] #47 16.44 internal/singleflight
09:27:04 [2023-09-12T09:27:04.281Z] #47 16.44 internal/godebug
09:27:04 [2023-09-12T09:27:04.281Z] #47 16.55 math/rand
09:27:04 [2023-09-12T09:27:04.281Z] #47 16.55 internal/intern
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.16 errors
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.16 sort
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.30 io
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.30 internal/oserror
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.30 strconv
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.30 crypto/internal/nistec/fiat
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.30 path
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.30 internal/safefilepath
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.30 vendor/golang.org/x/net/dns/dnsmessage
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.58 syscall
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.72 container/heap
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.85 bytes
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.86 crypto/internal/randutil
09:27:04 [2023-09-12T09:27:04.281Z] #47 17.86 hash
09:27:04 [2023-09-12T09:27:04.281Z] #47 18.05 strings
09:27:04 [2023-09-12T09:27:04.281Z] #47 18.08 text/tabwriter
09:27:04 [2023-09-12T09:27:04.281Z] #47 18.08 hash/crc32
09:27:04 [2023-09-12T09:27:04.281Z] #47 18.33 github.com/stevvooe/resumable
09:27:04 [2023-09-12T09:27:04.281Z] #47 18.53 net/http/internal/ascii
09:27:04 [2023-09-12T09:27:04.281Z] #47 18.75 github.com/garyburd/redigo/internal
09:27:04 [2023-09-12T09:27:04.281Z] #47 18.89 html
09:27:04 [2023-09-12T09:27:04.281Z] #47 19.61 bufio
09:27:04 [2023-09-12T09:27:04.281Z] #47 19.62 vendor/golang.org/x/text/transform
09:27:04 [2023-09-12T09:27:04.281Z] #47 20.20 crypto
09:27:04 [2023-09-12T09:27:04.281Z] #47 20.27 reflect
09:27:04 [2023-09-12T09:27:04.281Z] #47 20.27 crypto/rc4
09:27:04 [2023-09-12T09:27:04.281Z] #47 20.29 net/netip
09:27:04 [2023-09-12T09:27:04.281Z] #47 20.31 regexp/syntax
09:27:04 [2023-09-12T09:27:04.281Z] #47 20.39 encoding/base32
09:27:04 [2023-09-12T09:27:04.281Z] #47 20.40 golang.org/x/crypto/blowfish
09:27:05 [2023-09-12T09:27:05.219Z] #47 ...
09:27:05 [2023-09-12T09:27:05.219Z] 
09:27:05 [2023-09-12T09:27:05.219Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:27:05 [2023-09-12T09:27:05.219Z] #71 0.536 Cloning into '/tmp/crun-build'...
09:27:05 [2023-09-12T09:27:05.219Z] #71 2.213 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
09:27:05 [2023-09-12T09:27:05.219Z] #71 2.237 Cloning into '/tmp/crun-build/libocispec'...
09:27:05 [2023-09-12T09:27:05.219Z] #71 2.821 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
09:27:05 [2023-09-12T09:27:05.219Z] #71 2.837 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
09:27:05 [2023-09-12T09:27:05.219Z] #71 2.837 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
09:27:05 [2023-09-12T09:27:05.219Z] #71 2.837 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
09:27:05 [2023-09-12T09:27:05.219Z] #71 2.859 Cloning into '/tmp/crun-build/libocispec/image-spec'...
09:27:05 [2023-09-12T09:27:05.219Z] #71 3.447 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
09:27:05 [2023-09-12T09:27:05.219Z] #71 4.130 Cloning into '/tmp/crun-build/libocispec/yajl'...
09:27:05 [2023-09-12T09:27:05.219Z] #71 4.765 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
09:27:05 [2023-09-12T09:27:05.219Z] #71 4.941 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
09:27:05 [2023-09-12T09:27:05.219Z] #71 5.125 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
09:27:05 [2023-09-12T09:27:05.219Z] #71 ...
09:27:05 [2023-09-12T09:27:05.219Z] 
09:27:05 [2023-09-12T09:27:05.219Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:27:05 [2023-09-12T09:27:05.219Z] #47 21.95 time
09:27:05 [2023-09-12T09:27:05.219Z] #47 21.96 internal/syscall/unix
09:27:05 [2023-09-12T09:27:05.219Z] #47 21.96 internal/syscall/execenv
09:27:05 [2023-09-12T09:27:05.478Z] #47 ...
09:27:05 [2023-09-12T09:27:05.478Z] 
09:27:05 [2023-09-12T09:27:05.478Z] #63 [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
09:27:05 [2023-09-12T09:27:05.478Z] #63 22.94 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.05 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.07 Setting up libselinux1-dev:arm64 (3.1-3) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.14 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.17 Setting up libglib2.0-bin (2.66.8-1) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.21 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.32 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.38 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.46 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.48 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.55 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.60 No schema files found: doing nothing.
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.61 Processing triggers for libc-bin (2.31-13+deb11u6) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 23.63 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
09:27:05 [2023-09-12T09:27:05.478Z] #63 DONE 23.8s
09:27:05 [2023-09-12T09:27:05.478Z] 
09:27:05 [2023-09-12T09:27:05.478Z] #62 [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
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05 NAME:
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05    go-winres - A tool for embedding resources in Windows executables
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05 
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05 USAGE:
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05    go-winres [global options] command [command options] [arguments...]
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05 
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05 COMMANDS:
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05    init     Create an initial ./winres/winres.json
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05    make     Make syso files for the "go build" command
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05    simply   Make syso files for the "go build" command (simplified)
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05    extract  Extract all resources from an executable
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05    patch    Replace resources in an executable file (exe, dll)
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05    help, h  Shows a list of commands or help for one command
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05 
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05 GLOBAL OPTIONS:
09:27:05 [2023-09-12T09:27:05.478Z] #62 24.05    --help, -h  show help (default: false)
09:27:05 [2023-09-12T09:27:05.478Z] #62 DONE 24.1s
09:27:05 [2023-09-12T09:27:05.478Z] 
09:27:05 [2023-09-12T09:27:05.478Z] #72 [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...)
09:27:06 [2023-09-12T09:27:06.416Z] #72 ...
09:27:06 [2023-09-12T09:27:06.416Z] 
09:27:06 [2023-09-12T09:27:06.416Z] #73 [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...)
09:27:06 [2023-09-12T09:27:06.416Z] #73 0.901 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 .
09:27:06 [2023-09-12T09:27:06.675Z] #73 ...
09:27:06 [2023-09-12T09:27:06.675Z] 
09:27:06 [2023-09-12T09:27:06.675Z] #74 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.065 -- The C compiler identification is GNU 10.2.1
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.096 -- Detecting C compiler ABI info
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.384 -- Detecting C compiler ABI info - done
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.427 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.427 -- Detecting C compile features
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.427 -- Detecting C compile features - done
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.448 -- Performing Test HAS_BUILTIN_FORTIFY
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.518 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.551 -- Configuring done
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.551 -- Generating done
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.551 -- Build files have been written to: /go/src/github.com/krallin/tini
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.671 Scanning dependencies of target tini-static
09:27:06 [2023-09-12T09:27:06.675Z] #74 1.703 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:27:06 [2023-09-12T09:27:06.675Z] #74 2.143 [100%] Linking C executable tini-static
09:27:06 [2023-09-12T09:27:06.675Z] #74 2.300 [100%] Built target tini-static
09:27:06 [2023-09-12T09:27:06.675Z] #74 DONE 2.5s
09:27:06 [2023-09-12T09:27:06.675Z] 
09:27:06 [2023-09-12T09:27:06.675Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:27:06 [2023-09-12T09:27:06.675Z] #47 22.81 regexp
09:27:06 [2023-09-12T09:27:06.934Z] #47 23.70 io/fs
09:27:06 [2023-09-12T09:27:06.934Z] #47 23.70 internal/poll
09:27:06 [2023-09-12T09:27:06.934Z] #47 23.70 context
09:27:07 [2023-09-12T09:27:07.193Z] #47 24.08 embed
09:27:07 [2023-09-12T09:27:07.761Z] #47 24.71 os
09:27:08 [2023-09-12T09:27:08.697Z] #47 25.33 encoding/binary
09:27:08 [2023-09-12T09:27:08.697Z] #47 25.34 internal/fmtsort
09:27:08 [2023-09-12T09:27:08.697Z] #47 25.34 internal/saferio
09:27:08 [2023-09-12T09:27:08.697Z] #47 25.53 fmt
09:27:08 [2023-09-12T09:27:08.697Z] #47 25.59 net
09:27:08 [2023-09-12T09:27:08.697Z] #47 25.60 path/filepath
09:27:08 [2023-09-12T09:27:08.697Z] #47 25.63 os/signal
09:27:08 [2023-09-12T09:27:08.697Z] #47 25.63 io/ioutil
09:27:08 [2023-09-12T09:27:08.697Z] #47 25.67 crypto/internal/edwards25519/field
09:27:08 [2023-09-12T09:27:08.962Z] #47 25.68 crypto/internal/nistec
09:27:08 [2023-09-12T09:27:08.962Z] #47 25.71 crypto/cipher
09:27:08 [2023-09-12T09:27:08.962Z] #47 25.78 crypto/md5
09:27:09 [2023-09-12T09:27:09.221Z] #47 26.19 crypto/sha1
09:27:09 [2023-09-12T09:27:09.480Z] #47 26.40 crypto/internal/edwards25519
09:27:09 [2023-09-12T09:27:09.480Z] #47 26.44 encoding/base64
09:27:09 [2023-09-12T09:27:09.480Z] #47 26.45 crypto/internal/boring
09:27:09 [2023-09-12T09:27:09.480Z] #47 ...
09:27:09 [2023-09-12T09:27:09.480Z] 
09:27:09 [2023-09-12T09:27:09.480Z] #75 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...)
09:27:09 [2023-09-12T09:27:09.738Z] #75 ...
09:27:09 [2023-09-12T09:27:09.738Z] 
09:27:09 [2023-09-12T09:27:09.738Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:27:09 [2023-09-12T09:27:09.738Z] #47 26.47 crypto/des
09:27:09 [2023-09-12T09:27:09.997Z] #47 26.80 math/big
09:27:09 [2023-09-12T09:27:09.997Z] #47 26.80 encoding/hex
09:27:09 [2023-09-12T09:27:09.997Z] #47 26.86 encoding/pem
09:27:09 [2023-09-12T09:27:09.997Z] #47 26.87 crypto/aes
09:27:09 [2023-09-12T09:27:09.997Z] #47 26.95 crypto/sha512
09:27:10 [2023-09-12T09:27:10.564Z] #47 27.40 crypto/hmac
09:27:10 [2023-09-12T09:27:10.564Z] #47 27.46 crypto/sha256
09:27:10 [2023-09-12T09:27:10.564Z] #47 27.49 net/url
09:27:10 [2023-09-12T09:27:10.564Z] #47 27.52 vendor/golang.org/x/crypto/chacha20
09:27:10 [2023-09-12T09:27:10.823Z] #47 27.64 vendor/golang.org/x/crypto/internal/poly1305
09:27:10 [2023-09-12T09:27:10.823Z] #47 27.84 vendor/golang.org/x/crypto/hkdf
09:27:10 [2023-09-12T09:27:10.823Z] #47 27.86 crypto/ecdh
09:27:11 [2023-09-12T09:27:11.081Z] #47 27.97 encoding/json
09:27:11 [2023-09-12T09:27:11.081Z] #47 27.97 log
09:27:11 [2023-09-12T09:27:11.340Z] #47 28.13 github.com/bugsnag/bugsnag-go/errors
09:27:11 [2023-09-12T09:27:11.340Z] #47 28.35 github.com/bugsnag/osext
09:27:11 [2023-09-12T09:27:11.340Z] #47 28.39 os/exec
09:27:11 [2023-09-12T09:27:11.598Z] #47 28.43 vendor/golang.org/x/crypto/chacha20poly1305
09:27:11 [2023-09-12T09:27:11.598Z] #47 28.43 compress/flate
09:27:11 [2023-09-12T09:27:11.857Z] #47 28.58 vendor/golang.org/x/text/unicode/bidi
09:27:11 [2023-09-12T09:27:11.857Z] #47 28.68 vendor/golang.org/x/text/unicode/norm
09:27:11 [2023-09-12T09:27:11.857Z] #47 28.71 vendor/golang.org/x/net/http2/hpack
09:27:12 [2023-09-12T09:27:12.423Z] #47 29.40 github.com/bugsnag/panicwrap
09:27:12 [2023-09-12T09:27:12.990Z] #47 29.79 mime
09:27:12 [2023-09-12T09:27:12.990Z] #47 29.92 mime/quotedprintable
09:27:13 [2023-09-12T09:27:13.558Z] #47 30.39 net/http/internal
09:27:13 [2023-09-12T09:27:13.558Z] #47 30.55 github.com/Sirupsen/logrus
09:27:14 [2023-09-12T09:27:14.126Z] #47 31.02 compress/gzip
09:27:14 [2023-09-12T09:27:14.384Z] #47 31.31 gopkg.in/yaml.v2
09:27:14 [2023-09-12T09:27:14.643Z] #47 31.50 vendor/golang.org/x/text/secure/bidirule
09:27:14 [2023-09-12T09:27:14.902Z] #47 31.89 golang.org/x/net/context
09:27:15 [2023-09-12T09:27:15.161Z] #47 32.07 github.com/docker/distribution/digest
09:27:15 [2023-09-12T09:27:15.161Z] #47 32.12 encoding/gob
09:27:15 [2023-09-12T09:27:15.729Z] #47 32.37 vendor/golang.org/x/net/idna
09:27:15 [2023-09-12T09:27:15.729Z] #47 32.38 github.com/Sirupsen/logrus/formatters/logstash
09:27:15 [2023-09-12T09:27:15.729Z] #47 32.44 text/template/parse
09:27:15 [2023-09-12T09:27:15.988Z] #47 32.84 github.com/docker/distribution/reference
09:27:15 [2023-09-12T09:27:15.988Z] #47 32.84 github.com/docker/distribution/version
09:27:16 [2023-09-12T09:27:16.249Z] #47 33.20 runtime/debug
09:27:16 [2023-09-12T09:27:16.508Z] #47 33.23 encoding/xml
09:27:16 [2023-09-12T09:27:16.508Z] #47 33.49 crypto/elliptic
09:27:17 [2023-09-12T09:27:17.076Z] #47 34.01 crypto/internal/bigmod
09:27:17 [2023-09-12T09:27:17.335Z] #47 34.17 crypto/internal/boring/bbig
09:27:17 [2023-09-12T09:27:17.335Z] #47 34.19 encoding/asn1
09:27:17 [2023-09-12T09:27:17.594Z] #47 ...
09:27:17 [2023-09-12T09:27:17.594Z] 
09:27:17 [2023-09-12T09:27:17.594Z] #57 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
09:27:17 [2023-09-12T09:27:17.594Z] #57 35.56 gotestsum version dev
09:27:17 [2023-09-12T09:27:17.594Z] #57 DONE 36.3s
09:27:17 [2023-09-12T09:27:17.594Z] 
09:27:17 [2023-09-12T09:27:17.594Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:27:17 [2023-09-12T09:27:17.594Z] #47 34.47 crypto/rand
09:27:17 [2023-09-12T09:27:17.594Z] #47 ...
09:27:17 [2023-09-12T09:27:17.594Z] 
09:27:17 [2023-09-12T09:27:17.594Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:27:17 [2023-09-12T09:27:17.594Z] #71 12.87 aclocal: warning: couldn't open directory 'm4': No such file or directory
09:27:17 [2023-09-12T09:27:17.594Z] #71 17.79 libtoolize: putting auxiliary files in '.'.
09:27:17 [2023-09-12T09:27:17.594Z] #71 17.79 libtoolize: copying file './ltmain.sh'
09:27:17 [2023-09-12T09:27:17.594Z] #71 18.63 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
09:27:17 [2023-09-12T09:27:17.594Z] #71 18.63 libtoolize: and rerunning libtoolize and aclocal.
09:27:17 [2023-09-12T09:27:17.594Z] #71 18.63 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:27:17 [2023-09-12T09:27:17.594Z] #71 22.48 configure.ac:7: installing './compile'
09:27:17 [2023-09-12T09:27:17.594Z] #71 22.49 configure.ac:11: installing './config.guess'
09:27:17 [2023-09-12T09:27:17.594Z] #71 22.49 configure.ac:11: installing './config.sub'
09:27:17 [2023-09-12T09:27:17.594Z] #71 22.50 configure.ac:8: installing './install-sh'
09:27:17 [2023-09-12T09:27:17.594Z] #71 22.51 configure.ac:8: installing './missing'
09:27:17 [2023-09-12T09:27:17.594Z] #71 22.55 Makefile.am: installing './depcomp'
09:27:17 [2023-09-12T09:27:17.853Z] #71 ...
09:27:17 [2023-09-12T09:27:17.853Z] 
09:27:17 [2023-09-12T09:27:17.853Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:27:17 [2023-09-12T09:27:17.853Z] #47 34.82 crypto/dsa
09:27:18 [2023-09-12T09:27:18.112Z] #47 35.12 net/textproto
09:27:18 [2023-09-12T09:27:18.112Z] #47 35.15 vendor/golang.org/x/net/http/httpproxy
09:27:18 [2023-09-12T09:27:18.370Z] #47 35.20 crypto/ed25519
09:27:18 [2023-09-12T09:27:18.370Z] #47 35.27 crypto/rsa
09:27:18 [2023-09-12T09:27:18.629Z] #47 35.51 github.com/docker/distribution/uuid
09:27:18 [2023-09-12T09:27:18.888Z] #47 35.65 github.com/garyburd/redigo/redis
09:27:18 [2023-09-12T09:27:18.888Z] #47 ...
09:27:18 [2023-09-12T09:27:18.888Z] 
09:27:18 [2023-09-12T09:27:18.888Z] #72 [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...)
09:27:18 [2023-09-12T09:27:18.888Z] #72 3.361 + bin/ctr
09:27:18 [2023-09-12T09:27:18.888Z] #72 ...
09:27:18 [2023-09-12T09:27:18.888Z] 
09:27:18 [2023-09-12T09:27:18.888Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:27:18 [2023-09-12T09:27:18.888Z] #47 35.82 text/template
09:27:18 [2023-09-12T09:27:18.888Z] #47 35.83 vendor/golang.org/x/crypto/cryptobyte
09:27:19 [2023-09-12T09:27:19.456Z] #47 36.36 crypto/x509/pkix
09:27:19 [2023-09-12T09:27:19.715Z] #47 36.48 vendor/golang.org/x/net/http/httpguts
09:27:19 [2023-09-12T09:27:19.974Z] #47 36.80 mime/multipart
09:27:19 [2023-09-12T09:27:19.974Z] #47 36.80 github.com/docker/distribution/registry/listener
09:27:19 [2023-09-12T09:27:19.974Z] #47 36.91 github.com/spf13/pflag
09:27:20 [2023-09-12T09:27:20.259Z] #47 37.15 log/syslog
09:27:20 [2023-09-12T09:27:20.259Z] #47 37.23 crypto/ecdsa
09:27:20 [2023-09-12T09:27:20.259Z] #47 37.24 golang.org/x/crypto/bcrypt
09:27:20 [2023-09-12T09:27:20.661Z] #47 37.39 github.com/stevvooe/resumable/sha256
09:27:20 [2023-09-12T09:27:20.943Z] #47 37.68 github.com/stevvooe/resumable/sha512
09:27:21 [2023-09-12T09:27:21.208Z] #47 37.91 github.com/yvasiyarov/go-metrics
09:27:21 [2023-09-12T09:27:21.208Z] #47 37.95 os/user
09:27:21 [2023-09-12T09:27:21.208Z] #47 38.04 github.com/mitchellh/mapstructure
09:27:21 [2023-09-12T09:27:21.466Z] #47 38.22 internal/profile
09:27:21 [2023-09-12T09:27:21.466Z] #47 38.33 runtime/pprof
09:27:21 [2023-09-12T09:27:21.725Z] #47 38.54 runtime/trace
09:27:22 [2023-09-12T09:27:22.293Z] #47 39.00 github.com/spf13/cobra
09:27:22 [2023-09-12T09:27:22.293Z] #47 39.01 crypto/x509
09:27:24 [2023-09-12T09:27:24.827Z] #47 41.37 crypto/tls
09:27:26 [2023-09-12T09:27:26.731Z] #47 43.39 net/smtp
09:27:26 [2023-09-12T09:27:26.731Z] #47 43.39 github.com/docker/libtrust
09:27:26 [2023-09-12T09:27:26.731Z] #47 43.39 net/http/httptrace
09:27:26 [2023-09-12T09:27:26.731Z] #47 43.48 net/http
09:27:28 [2023-09-12T09:27:28.635Z] #47 ...
09:27:28 [2023-09-12T09:27:28.635Z] 
09:27:28 [2023-09-12T09:27:28.635Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:27:28 [2023-09-12T09:27:28.635Z] #71 23.44 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:27:28 [2023-09-12T09:27:28.635Z] #71 23.44 libtoolize: copying file 'build-aux/ltmain.sh'
09:27:28 [2023-09-12T09:27:28.635Z] #71 23.56 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:27:28 [2023-09-12T09:27:28.635Z] #71 23.56 libtoolize: copying file 'm4/libtool.m4'
09:27:28 [2023-09-12T09:27:28.635Z] #71 23.64 libtoolize: copying file 'm4/ltoptions.m4'
09:27:28 [2023-09-12T09:27:28.635Z] #71 23.78 libtoolize: copying file 'm4/ltsugar.m4'
09:27:28 [2023-09-12T09:27:28.635Z] #71 23.93 libtoolize: copying file 'm4/ltversion.m4'
09:27:28 [2023-09-12T09:27:28.635Z] #71 24.08 libtoolize: copying file 'm4/lt~obsolete.m4'
09:27:28 [2023-09-12T09:27:28.635Z] #71 24.22 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:27:28 [2023-09-12T09:27:28.635Z] #71 29.41 configure.ac:7: installing 'build-aux/compile'
09:27:28 [2023-09-12T09:27:28.635Z] #71 29.42 configure.ac:9: installing 'build-aux/config.guess'
09:27:28 [2023-09-12T09:27:28.635Z] #71 29.42 configure.ac:9: installing 'build-aux/config.sub'
09:27:28 [2023-09-12T09:27:28.635Z] #71 29.42 configure.ac:11: installing 'build-aux/install-sh'
09:27:28 [2023-09-12T09:27:28.635Z] #71 29.44 configure.ac:11: installing 'build-aux/missing'
09:27:28 [2023-09-12T09:27:28.635Z] #71 29.51 Makefile.am: installing 'build-aux/depcomp'
09:27:28 [2023-09-12T09:27:28.635Z] #71 29.55 parallel-tests: installing 'build-aux/test-driver'
09:27:28 [2023-09-12T09:27:28.635Z] #71 31.30 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:27:28 [2023-09-12T09:27:28.635Z] #71 31.30 libtoolize: copying file 'build-aux/ltmain.sh'
09:27:28 [2023-09-12T09:27:28.635Z] #71 31.85 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:27:28 [2023-09-12T09:27:28.635Z] #71 31.85 libtoolize: copying file 'm4/libtool.m4'
09:27:28 [2023-09-12T09:27:28.635Z] #71 31.97 libtoolize: copying file 'm4/ltoptions.m4'
09:27:28 [2023-09-12T09:27:28.635Z] #71 32.07 libtoolize: copying file 'm4/ltsugar.m4'
09:27:28 [2023-09-12T09:27:28.635Z] #71 32.17 libtoolize: copying file 'm4/ltversion.m4'
09:27:28 [2023-09-12T09:27:28.635Z] #71 32.26 libtoolize: copying file 'm4/lt~obsolete.m4'
09:27:31 [2023-09-12T09:27:31.926Z] #71 ...
09:27:31 [2023-09-12T09:27:31.926Z] 
09:27:31 [2023-09-12T09:27:31.926Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:27:31 [2023-09-12T09:27:31.926Z] #47 48.73 github.com/docker/distribution/configuration
09:27:31 [2023-09-12T09:27:31.926Z] #47 48.74 github.com/gorilla/context
09:27:31 [2023-09-12T09:27:31.926Z] #47 48.74 github.com/docker/distribution/registry/api/errcode
09:27:31 [2023-09-12T09:27:31.926Z] #47 48.74 expvar
09:27:31 [2023-09-12T09:27:31.926Z] #47 48.75 github.com/docker/distribution/registry/client/transport
09:27:31 [2023-09-12T09:27:31.926Z] #47 48.75 github.com/gorilla/handlers
09:27:31 [2023-09-12T09:27:31.926Z] #47 48.75 github.com/yvasiyarov/newrelic_platform_go
09:27:31 [2023-09-12T09:27:31.926Z] #47 48.75 github.com/bugsnag/bugsnag-go
09:27:32 [2023-09-12T09:27:32.185Z] #47 49.04 github.com/gorilla/mux
09:27:32 [2023-09-12T09:27:32.185Z] #47 49.14 github.com/Azure/azure-sdk-for-go/storage
09:27:32 [2023-09-12T09:27:32.444Z] #47 49.28 github.com/AdRoll/goamz/aws
09:27:32 [2023-09-12T09:27:32.444Z] #47 49.35 net/http/httputil
09:27:32 [2023-09-12T09:27:32.444Z] #47 49.37 github.com/yvasiyarov/gorelic
09:27:32 [2023-09-12T09:27:32.444Z] #47 49.38 github.com/ncw/swift
09:27:32 [2023-09-12T09:27:32.703Z] #47 49.56 net/http/pprof
09:27:32 [2023-09-12T09:27:32.962Z] #47 49.97 github.com/docker/distribution/context
09:27:33 [2023-09-12T09:27:33.221Z] #47 49.98 github.com/docker/distribution/registry/api/v2
09:27:33 [2023-09-12T09:27:33.480Z] #47 50.50 github.com/docker/distribution/health
09:27:33 [2023-09-12T09:27:33.480Z] #47 50.52 github.com/docker/distribution/registry/auth
09:27:33 [2023-09-12T09:27:33.739Z] #47 50.52 github.com/docker/distribution
09:27:33 [2023-09-12T09:27:33.998Z] #47 50.89 github.com/docker/distribution/registry/storage/driver
09:27:33 [2023-09-12T09:27:33.998Z] #47 50.96 github.com/docker/distribution/registry/auth/htpasswd
09:27:34 [2023-09-12T09:27:34.257Z] #47 51.12 github.com/docker/distribution/registry/auth/silly
09:27:34 [2023-09-12T09:27:34.257Z] #47 51.19 github.com/docker/distribution/registry/auth/token
09:27:34 [2023-09-12T09:27:34.257Z] #47 51.23 github.com/docker/distribution/health/checks
09:27:34 [2023-09-12T09:27:34.515Z] #47 51.27 github.com/AdRoll/goamz/cloudfront
09:27:34 [2023-09-12T09:27:34.515Z] #47 51.28 github.com/AdRoll/goamz/s3
09:27:34 [2023-09-12T09:27:34.515Z] #47 51.30 github.com/docker/distribution/registry/proxy/scheduler
09:27:34 [2023-09-12T09:27:34.515Z] #47 51.32 github.com/docker/distribution/registry/storage/driver/factory
09:27:34 [2023-09-12T09:27:34.515Z] #47 51.33 github.com/docker/distribution/manifest/manifestlist
09:27:34 [2023-09-12T09:27:34.515Z] #47 51.38 github.com/docker/distribution/manifest/schema1
09:27:34 [2023-09-12T09:27:34.515Z] #47 51.47 github.com/docker/distribution/manifest/schema2
09:27:34 [2023-09-12T09:27:34.774Z] #47 51.60 github.com/docker/distribution/notifications
09:27:34 [2023-09-12T09:27:34.774Z] #47 51.62 github.com/docker/distribution/registry/middleware/registry
09:27:34 [2023-09-12T09:27:34.774Z] #47 51.73 github.com/docker/distribution/registry/middleware/repository
09:27:34 [2023-09-12T09:27:34.774Z] #47 51.82 github.com/docker/distribution/registry/storage/cache
09:27:35 [2023-09-12T09:27:35.033Z] #47 51.87 github.com/docker/distribution/registry/storage/driver/middleware
09:27:35 [2023-09-12T09:27:35.033Z] #47 51.88 github.com/docker/distribution/registry/storage/driver/base
09:27:35 [2023-09-12T09:27:35.033Z] #47 52.02 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront
09:27:35 [2023-09-12T09:27:35.033Z] #47 52.09 github.com/docker/distribution/registry/storage/cache/memory
09:27:35 [2023-09-12T09:27:35.292Z] #47 52.09 github.com/docker/distribution/registry/storage/cache/redis
09:27:35 [2023-09-12T09:27:35.292Z] #47 52.09 github.com/docker/distribution/registry/storage
09:27:35 [2023-09-12T09:27:35.292Z] #47 52.32 github.com/docker/distribution/registry/storage/driver/azure
09:27:35 [2023-09-12T09:27:35.292Z] #47 52.33 github.com/docker/distribution/registry/storage/driver/filesystem
09:27:35 [2023-09-12T09:27:35.292Z] #47 52.34 github.com/docker/distribution/registry/storage/driver/inmemory
09:27:35 [2023-09-12T09:27:35.551Z] #47 52.51 github.com/docker/distribution/registry/client
09:27:35 [2023-09-12T09:27:35.809Z] #47 52.71 github.com/docker/distribution/registry/storage/driver/swift
09:27:35 [2023-09-12T09:27:35.809Z] #47 52.77 github.com/docker/distribution/registry/storage/driver/s3
09:27:36 [2023-09-12T09:27:36.745Z] #47 53.42 github.com/docker/distribution/registry/client/auth
09:27:37 [2023-09-12T09:27:37.313Z] #47 54.10 github.com/docker/distribution/registry/proxy
09:27:37 [2023-09-12T09:27:37.572Z] #47 54.31 github.com/docker/distribution/registry/handlers
09:27:38 [2023-09-12T09:27:38.139Z] #47 55.09 github.com/docker/distribution/registry
09:27:38 [2023-09-12T09:27:38.398Z] #47 55.33 github.com/docker/distribution/cmd/registry
09:27:38 [2023-09-12T09:27:38.398Z] #47 ...
09:27:38 [2023-09-12T09:27:38.398Z] 
09:27:38 [2023-09-12T09:27:38.398Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:27:38 [2023-09-12T09:27:38.398Z] #71 39.08 configure.ac:11: installing 'build-aux/compile'
09:27:38 [2023-09-12T09:27:38.398Z] #71 39.08 configure.ac:11: installing 'build-aux/config.guess'
09:27:38 [2023-09-12T09:27:38.398Z] #71 39.09 configure.ac:11: installing 'build-aux/config.sub'
09:27:38 [2023-09-12T09:27:38.398Z] #71 39.10 configure.ac:13: installing 'build-aux/install-sh'
09:27:38 [2023-09-12T09:27:38.398Z] #71 39.10 configure.ac:13: installing 'build-aux/missing'
09:27:38 [2023-09-12T09:27:38.398Z] #71 39.11 configure.ac:8: installing 'build-aux/tap-driver.sh'
09:27:38 [2023-09-12T09:27:38.398Z] #71 39.22 Makefile.am: installing 'build-aux/depcomp'
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.03 checking build system type... aarch64-unknown-linux-gnu
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.27 checking host system type... aarch64-unknown-linux-gnu
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.27 checking how to print strings... printf
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.27 checking for gcc... gcc
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.37 checking whether the C compiler works... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.50 checking for C compiler default output file name... a.out
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.50 checking for suffix of executables... 
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.65 checking whether we are cross compiling... no
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.78 checking for suffix of object files... o
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.88 checking whether we are using the GNU C compiler... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 40.97 checking whether gcc accepts -g... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.04 checking for gcc option to accept ISO C89... none needed
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.12 checking whether gcc understands -c and -o together... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.33 checking for a sed that does not truncate output... /bin/sed
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.36 checking for grep that handles long lines and -e... /bin/grep
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.36 checking for egrep... /bin/grep -E
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.37 checking for fgrep... /bin/grep -F
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.38 checking for ld used by gcc... /usr/bin/ld
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.41 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.42 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.44 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.55 checking whether ln -s works... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.55 checking the maximum length of command line arguments... 1572864
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.58 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.58 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.58 checking for /usr/bin/ld option to reload object files... -r
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.58 checking for objdump... objdump
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.59 checking how to recognize dependent libraries... pass_all
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.59 checking for dlltool... no
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.60 checking how to associate runtime and link libraries... printf %s\n
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.60 checking for ar... ar
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.61 checking for archiver @FILE support... @
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.76 checking for strip... strip
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.76 checking for ranlib... ranlib
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.77 checking for gawk... no
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.77 checking for mawk... mawk
09:27:38 [2023-09-12T09:27:38.398Z] #71 41.78 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:27:38 [2023-09-12T09:27:38.398Z] #71 42.18 checking for sysroot... no
09:27:38 [2023-09-12T09:27:38.398Z] #71 42.18 checking for a working dd... /bin/dd
09:27:38 [2023-09-12T09:27:38.398Z] #71 42.20 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:27:38 [2023-09-12T09:27:38.398Z] #71 42.23 checking for mt... no
09:27:38 [2023-09-12T09:27:38.398Z] #71 42.23 checking if : is a manifest tool... no
09:27:38 [2023-09-12T09:27:38.398Z] #71 42.25 checking how to run the C preprocessor... gcc -E
09:27:38 [2023-09-12T09:27:38.398Z] #71 42.48 checking for ANSI C header files... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 42.96 checking for sys/types.h... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 43.05 checking for sys/stat.h... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 43.21 checking for stdlib.h... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 43.41 checking for string.h... yes
09:27:38 [2023-09-12T09:27:38.398Z] #71 43.52 checking for memory.h... yes
09:27:38 [2023-09-12T09:27:38.657Z] #71 43.65 checking for strings.h... yes
09:27:38 [2023-09-12T09:27:38.916Z] #71 43.84 checking for inttypes.h... yes
09:27:39 [2023-09-12T09:27:39.174Z] #71 44.09 checking for stdint.h... yes
09:27:39 [2023-09-12T09:27:39.433Z] #71 44.28 checking for unistd.h... yes
09:27:39 [2023-09-12T09:27:39.433Z] #71 44.43 checking for dlfcn.h... yes
09:27:39 [2023-09-12T09:27:39.433Z] #71 44.52 checking for objdir... .libs
09:27:39 [2023-09-12T09:27:39.692Z] #71 44.76 checking if gcc supports -fno-rtti -fno-exceptions... no
09:27:39 [2023-09-12T09:27:39.692Z] #71 44.90 checking for gcc option to produce PIC... -fPIC -DPIC
09:27:39 [2023-09-12T09:27:39.950Z] #71 44.90 checking if gcc PIC flag -fPIC -DPIC works... yes
09:27:40 [2023-09-12T09:27:40.209Z] #71 45.03 checking if gcc static flag -static works... yes
09:27:40 [2023-09-12T09:27:40.209Z] #71 45.20 checking if gcc supports -c -o file.o... yes
09:27:40 [2023-09-12T09:27:40.209Z] #71 45.29 checking if gcc supports -c -o file.o... (cached) yes
09:27:40 [2023-09-12T09:27:40.209Z] #71 45.29 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:27:40 [2023-09-12T09:27:40.468Z] #71 45.37 checking dynamic linker characteristics... GNU/Linux ld.so
09:27:40 [2023-09-12T09:27:40.468Z] #71 45.57 checking how to hardcode library paths into programs... immediate
09:27:40 [2023-09-12T09:27:40.468Z] #71 45.57 checking whether stripping libraries is possible... yes
09:27:40 [2023-09-12T09:27:40.468Z] #71 45.58 checking if libtool supports shared libraries... yes
09:27:40 [2023-09-12T09:27:40.468Z] #71 45.58 checking whether to build shared libraries... no
09:27:40 [2023-09-12T09:27:40.468Z] #71 45.58 checking whether to build static libraries... yes
09:27:40 [2023-09-12T09:27:40.468Z] #71 45.58 checking for a BSD-compatible install... /usr/bin/install -c
09:27:40 [2023-09-12T09:27:40.468Z] #71 45.60 checking whether build environment is sane... yes
09:27:40 [2023-09-12T09:27:40.468Z] #71 45.63 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:27:40 [2023-09-12T09:27:40.468Z] #71 45.65 checking whether make sets $(MAKE)... yes
09:27:40 [2023-09-12T09:27:40.727Z] #71 45.68 checking whether make supports the include directive... yes (GNU style)
09:27:40 [2023-09-12T09:27:40.727Z] #71 45.70 checking whether make supports nested variables... yes
09:27:40 [2023-09-12T09:27:40.727Z] #71 45.76 checking whether UID '0' is supported by ustar format... yes
09:27:40 [2023-09-12T09:27:40.727Z] #71 45.77 checking whether GID '0' is supported by ustar format... yes
09:27:40 [2023-09-12T09:27:40.727Z] #71 45.77 checking how to create a ustar tar archive... gnutar
09:27:40 [2023-09-12T09:27:40.727Z] #71 45.84 checking dependency style of gcc... gcc3
09:27:40 [2023-09-12T09:27:40.985Z] #71 45.96 checking whether to enable maintainer-specific portions of Makefiles... yes
09:27:40 [2023-09-12T09:27:40.985Z] #71 45.96 checking whether make supports nested variables... (cached) yes
09:27:40 [2023-09-12T09:27:40.985Z] #71 45.96 checking for gawk... (cached) mawk
09:27:40 [2023-09-12T09:27:40.985Z] #71 45.96 checking for a sed that does not truncate output... (cached) /bin/sed
09:27:40 [2023-09-12T09:27:40.985Z] #71 45.96 checking for gcc... (cached) gcc
09:27:40 [2023-09-12T09:27:40.985Z] #71 46.02 checking whether we are using the GNU C compiler... (cached) yes
09:27:40 [2023-09-12T09:27:40.985Z] #71 46.02 checking whether gcc accepts -g... (cached) yes
09:27:40 [2023-09-12T09:27:40.985Z] #71 46.03 checking for gcc option to accept ISO C89... (cached) none needed
09:27:40 [2023-09-12T09:27:40.985Z] #71 46.03 checking whether gcc understands -c and -o together... (cached) yes
09:27:40 [2023-09-12T09:27:40.985Z] #71 46.04 checking for a Python interpreter with version >= 3... python3
09:27:40 [2023-09-12T09:27:40.985Z] #71 46.09 checking for python3... /usr/bin/python3
09:27:40 [2023-09-12T09:27:40.985Z] #71 46.09 checking for python3 version... 3.9
09:27:40 [2023-09-12T09:27:40.985Z] #71 46.10 checking for python3 platform... linux
09:27:40 [2023-09-12T09:27:40.985Z] #71 46.12 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:27:41 [2023-09-12T09:27:41.244Z] #71 46.18 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:27:41 [2023-09-12T09:27:41.244Z] #71 46.24 checking for go-md2man... no
09:27:41 [2023-09-12T09:27:41.244Z] #71 46.25 checking error.h usability... yes
09:27:41 [2023-09-12T09:27:41.244Z] #71 46.35 checking error.h presence... yes
09:27:41 [2023-09-12T09:27:41.244Z] #71 46.38 checking for error.h... yes
09:27:41 [2023-09-12T09:27:41.503Z] #71 46.42 checking linux/openat2.h usability... yes
09:27:41 [2023-09-12T09:27:41.503Z] #71 46.55 checking linux/openat2.h presence... yes
09:27:41 [2023-09-12T09:27:41.503Z] #71 46.57 checking for linux/openat2.h... yes
09:27:41 [2023-09-12T09:27:41.503Z] #71 46.60 checking for copy_file_range... yes
09:27:42 [2023-09-12T09:27:42.020Z] #71 46.78 checking for fgetxattr... yes
09:27:42 [2023-09-12T09:27:42.020Z] #71 46.96 checking for statx... yes
09:27:42 [2023-09-12T09:27:42.279Z] #71 47.08 checking for fgetpwent_r... yes
09:27:42 [2023-09-12T09:27:42.279Z] #71 47.26 checking for issetugid... no
09:27:42 [2023-09-12T09:27:42.279Z] #71 47.42 checking for pkg-config... /usr/bin/pkg-config
09:27:42 [2023-09-12T09:27:42.279Z] #71 47.42 checking pkg-config is at least version 0.9.0... yes
09:27:42 [2023-09-12T09:27:42.537Z] #71 47.42 checking for library containing yajl_tree_get... 
09:27:42 [2023-09-12T09:27:42.537Z] #71 ...
09:27:42 [2023-09-12T09:27:42.537Z] 
09:27:42 [2023-09-12T09:27:42.537Z] #47 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:27:42 [2023-09-12T09:27:42.537Z] #47 56.82 + xx-verify /build/registry-v2
09:27:42 [2023-09-12T09:27:42.537Z] #47 DONE 59.5s
09:27:42 [2023-09-12T09:27:42.537Z] 
09:27:42 [2023-09-12T09:27:42.537Z] #69 [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...)
09:27:42 [2023-09-12T09:27:42.537Z] #69 DONE 49.9s
09:27:42 [2023-09-12T09:27:42.537Z] 
09:27:42 [2023-09-12T09:27:42.537Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:27:42 [2023-09-12T09:27:42.537Z] #71 47.42 checking for library containing yajl_tree_get... -lyajl
09:27:42 [2023-09-12T09:27:42.795Z] #71 47.73 checking for yajl >= 2.0.0... yes
09:27:42 [2023-09-12T09:27:42.795Z] #71 47.78 checking sys/capability.h usability... 
09:27:42 [2023-09-12T09:27:42.795Z] #71 ...
09:27:42 [2023-09-12T09:27:42.795Z] 
09:27:42 [2023-09-12T09:27:42.795Z] #76 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
09:27:42 [2023-09-12T09:27:42.795Z] #76 DONE 0.1s
09:27:42 [2023-09-12T09:27:42.795Z] 
09:27:42 [2023-09-12T09:27:42.795Z] #77 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
09:27:42 [2023-09-12T09:27:42.795Z] #77 DONE 0.1s
09:27:42 [2023-09-12T09:27:42.795Z] 
09:27:42 [2023-09-12T09:27:42.795Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:27:42 [2023-09-12T09:27:42.795Z] #71 47.78 checking sys/capability.h usability... yes
09:27:42 [2023-09-12T09:27:42.795Z] #71 47.92 checking sys/capability.h presence... yes
09:27:42 [2023-09-12T09:27:42.796Z] #71 47.98 checking for sys/capability.h... yes
09:27:43 [2023-09-12T09:27:43.731Z] #71 47.98 checking for library containing cap_from_name... -lcap
09:27:43 [2023-09-12T09:27:43.731Z] #71 48.50 checking for library containing dlopen... #71 ...
09:27:43 [2023-09-12T09:27:43.731Z] 
09:27:43 [2023-09-12T09:27:43.731Z] #10 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:27:43 [2023-09-12T09:27:43.731Z] #10 CACHED
09:27:43 [2023-09-12T09:27:43.731Z] 
09:27:43 [2023-09-12T09:27:43.731Z] #78 [build-dummy 2/2] RUN mkdir -p /build
09:27:43 [2023-09-12T09:27:43.731Z] #78 CACHED
09:27:43 [2023-09-12T09:27:43.731Z] 
09:27:43 [2023-09-12T09:27:43.731Z] #79 [binary-dummy 1/1] COPY --from=build-dummy /build /build
09:27:43 [2023-09-12T09:27:43.731Z] #79 CACHED
09:27:43 [2023-09-12T09:27:43.731Z] 
09:27:43 [2023-09-12T09:27:43.731Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:27:43 [2023-09-12T09:27:43.731Z] #71 48.50 checking for library containing dlopen... -ldl
09:27:43 [2023-09-12T09:27:43.731Z] #71 48.74 checking seccomp.h usability... yes
09:27:43 [2023-09-12T09:27:43.731Z] #71 48.79 checking seccomp.h presence... yes
09:27:43 [2023-09-12T09:27:43.731Z] #71 48.81 checking for seccomp.h... yes
09:27:43 [2023-09-12T09:27:43.990Z] #71 48.82 checking for library containing seccomp_rule_add... -lseccomp
09:27:43 [2023-09-12T09:27:43.990Z] #71 48.99 checking for library containing seccomp_arch_resolve_name... none required
09:27:43 [2023-09-12T09:27:43.990Z] #71 49.07 checking systemd/sd-bus.h usability... yes
09:27:43 [2023-09-12T09:27:43.990Z] #71 49.16 checking systemd/sd-bus.h presence... yes
09:27:44 [2023-09-12T09:27:44.248Z] #71 49.21 checking for systemd/sd-bus.h... yes
09:27:44 [2023-09-12T09:27:44.248Z] #71 49.21 checking for library containing sd_bus_match_signal_async... -lsystemd
09:27:44 [2023-09-12T09:27:44.248Z] #71 49.35 checking for sd_notify_barrier... yes
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.43 checking linux/bpf.h usability... yes
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.51 checking linux/bpf.h presence... yes
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.54 checking for linux/bpf.h... yes
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.56 checking compilation for eBPF... yes
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.66 checking for criu >= 3.15... no
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.69 configure: CRIU headers not found, building without CRIU support
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.69 checking for criu > 3.16... no
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.71 configure: CRIU version doesn't support join-ns API
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.71 checking for criu > 3.16.1... no
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.73 configure: CRIU version doesn't support for pre-dumping
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.73 checking for new mount API (fsconfig)... yes
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.79 checking for seccomp notify API... yes
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.86 checking for gperf... no
09:27:44 [2023-09-12T09:27:44.664Z] #71 49.86 configure: gperf not found - cannot rebuild signal parser code
09:27:44 [2023-09-12T09:27:44.923Z] #71 49.86 checking for library containing argp_parse... none required
09:27:44 [2023-09-12T09:27:44.923Z] #71 50.04 checking that generated files are newer than configure... done
09:27:44 [2023-09-12T09:27:44.923Z] #71 50.04 configure: creating ./config.status
09:27:48 [2023-09-12T09:27:48.210Z] #71 52.78 config.status: creating Makefile
09:27:48 [2023-09-12T09:27:48.210Z] #71 52.85 config.status: creating rpm/crun.spec
09:27:48 [2023-09-12T09:27:48.210Z] #71 52.92 config.status: creating config.h
09:27:48 [2023-09-12T09:27:48.210Z] #71 52.96 config.status: executing libtool commands
09:27:48 [2023-09-12T09:27:48.210Z] #71 52.98 config.status: executing depfiles commands
09:27:48 [2023-09-12T09:27:48.778Z] #71 53.79 === configuring in libocispec (/tmp/crun-build/libocispec)
09:27:48 [2023-09-12T09:27:48.778Z] #71 53.82 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:27:49 [2023-09-12T09:27:49.346Z] #71 54.30 checking for gcc... gcc
09:27:49 [2023-09-12T09:27:49.346Z] #71 54.41 checking whether the C compiler works... yes
09:27:49 [2023-09-12T09:27:49.605Z] #71 54.54 checking for C compiler default output file name... a.out
09:27:49 [2023-09-12T09:27:49.605Z] #71 54.54 checking for suffix of executables... 
09:27:49 [2023-09-12T09:27:49.605Z] #71 54.66 checking whether we are cross compiling... no
09:27:49 [2023-09-12T09:27:49.863Z] #71 54.78 checking for suffix of object files... o
09:27:49 [2023-09-12T09:27:49.863Z] #71 54.86 checking whether we are using the GNU C compiler... yes
09:27:49 [2023-09-12T09:27:49.863Z] #71 54.93 checking whether gcc accepts -g... yes
09:27:50 [2023-09-12T09:27:50.122Z] #71 55.03 checking for gcc option to accept ISO C89... none needed
09:27:50 [2023-09-12T09:27:50.122Z] #71 55.13 checking whether gcc understands -c and -o together... yes
09:27:50 [2023-09-12T09:27:50.381Z] #71 55.27 checking how to run the C preprocessor... gcc -E
09:27:50 [2023-09-12T09:27:50.381Z] #71 55.44 checking for grep that handles long lines and -e... /bin/grep
09:27:50 [2023-09-12T09:27:50.381Z] #71 55.46 checking for egrep... /bin/grep -E
09:27:50 [2023-09-12T09:27:50.640Z] #71 55.47 checking for ANSI C header files... yes
09:27:50 [2023-09-12T09:27:50.640Z] #71 55.79 checking for sys/types.h... yes
09:27:50 [2023-09-12T09:27:50.899Z] #71 55.91 checking for sys/stat.h... yes
09:27:50 [2023-09-12T09:27:50.899Z] #71 56.01 checking for stdlib.h... yes
09:27:51 [2023-09-12T09:27:51.158Z] #71 56.14 checking for string.h... yes
09:27:51 [2023-09-12T09:27:51.416Z] #71 56.26 checking for memory.h... 
09:27:51 [2023-09-12T09:27:51.416Z] #71 ...
09:27:51 [2023-09-12T09:27:51.416Z] 
09:27:51 [2023-09-12T09:27:51.416Z] #65 [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...)
09:27:51 [2023-09-12T09:27:51.416Z] #65 DONE 63.9s
09:27:51 [2023-09-12T09:27:51.416Z] 
09:27:51 [2023-09-12T09:27:51.416Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:27:51 [2023-09-12T09:27:51.416Z] #71 56.26 checking for memory.h... yes
09:27:51 [2023-09-12T09:27:51.416Z] #71 56.43 checking for strings.h... #71 ...
09:27:51 [2023-09-12T09:27:51.416Z] 
09:27:51 [2023-09-12T09:27:51.417Z] #73 [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...)
09:27:51 [2023-09-12T09:27:51.417Z] #73 DONE 54.8s
09:27:51 [2023-09-12T09:27:51.417Z] 
09:27:51 [2023-09-12T09:27:51.417Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:27:51 [2023-09-12T09:27:51.417Z] #71 56.43 checking for strings.h... yes
09:27:51 [2023-09-12T09:27:51.417Z] #71 56.55 checking for inttypes.h... yes
09:27:51 [2023-09-12T09:27:51.675Z] #71 56.67 checking for stdint.h... yes
09:27:51 [2023-09-12T09:27:51.675Z] #71 56.82 checking for unistd.h... yes
09:27:51 [2023-09-12T09:27:51.934Z] #71 56.91 checking minix/config.h usability... no
09:27:51 [2023-09-12T09:27:51.934Z] #71 57.07 checking minix/config.h presence... no
09:27:51 [2023-09-12T09:27:51.934Z] #71 57.11 checking for minix/config.h... no
09:27:52 [2023-09-12T09:27:52.194Z] #71 57.11 checking whether it is safe to define __EXTENSIONS__... yes
09:27:52 [2023-09-12T09:27:52.453Z] #71 57.26 checking build system type... 
09:27:52 [2023-09-12T09:27:52.453Z] #71 ...
09:27:52 [2023-09-12T09:27:52.453Z] 
09:27:52 [2023-09-12T09:27:52.453Z] #68 [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...)
09:27:52 [2023-09-12T09:27:52.453Z] #68 DONE 62.2s
09:27:52 [2023-09-12T09:27:52.453Z] 
09:27:52 [2023-09-12T09:27:52.453Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:27:52 [2023-09-12T09:27:52.453Z] #71 57.26 checking build system type... aarch64-unknown-linux-gnu
09:27:52 [2023-09-12T09:27:52.453Z] #71 57.54 checking host system type... aarch64-unknown-linux-gnu
09:27:52 [2023-09-12T09:27:52.453Z] #71 57.54 checking how to print strings... printf
09:27:52 [2023-09-12T09:27:52.453Z] #71 57.55 checking for a sed that does not truncate output... /bin/sed
09:27:52 [2023-09-12T09:27:52.715Z] #71 57.61 checking for fgrep... /bin/grep -F
09:27:52 [2023-09-12T09:27:52.715Z] #71 57.62 checking for ld used by gcc... /usr/bin/ld
09:27:52 [2023-09-12T09:27:52.715Z] #71 57.63 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:27:52 [2023-09-12T09:27:52.715Z] #71 57.66 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:27:52 [2023-09-12T09:27:52.715Z] #71 57.69 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.81 checking whether ln -s works... yes
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.81 checking the maximum length of command line arguments... 1572864
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.85 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.86 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.86 checking for /usr/bin/ld option to reload object files... -r
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.86 checking for objdump... objdump
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.86 checking how to recognize dependent libraries... pass_all
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.86 checking for dlltool... no
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.86 checking how to associate runtime and link libraries... printf %s\n
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.86 checking for ar... ar
09:27:52 [2023-09-12T09:27:52.716Z] #71 57.86 checking for archiver @FILE support... @
09:27:52 [2023-09-12T09:27:52.975Z] #71 57.97 checking for strip... strip
09:27:52 [2023-09-12T09:27:52.975Z] #71 57.97 checking for ranlib... ranlib
09:27:52 [2023-09-12T09:27:52.975Z] #71 57.98 checking for gawk... no
09:27:52 [2023-09-12T09:27:52.975Z] #71 57.98 checking for mawk... mawk
09:27:52 [2023-09-12T09:27:52.975Z] #71 57.98 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:27:53 [2023-09-12T09:27:53.234Z] #71 58.14 checking for sysroot... no
09:27:53 [2023-09-12T09:27:53.234Z] #71 58.14 checking for a working dd... /bin/dd
09:27:53 [2023-09-12T09:27:53.234Z] #71 58.16 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:27:53 [2023-09-12T09:27:53.234Z] #71 58.17 checking for mt... no
09:27:53 [2023-09-12T09:27:53.234Z] #71 58.17 checking if : is a manifest tool... no
09:27:53 [2023-09-12T09:27:53.234Z] #71 58.18 checking for dlfcn.h... yes
09:27:53 [2023-09-12T09:27:53.234Z] #71 58.26 checking for objdir... .libs
09:27:53 [2023-09-12T09:27:53.493Z] #71 58.37 checking if gcc supports -fno-rtti -fno-exceptions... no
09:27:53 [2023-09-12T09:27:53.493Z] #71 58.45 checking for gcc option to produce PIC... -fPIC -DPIC
09:27:53 [2023-09-12T09:27:53.493Z] #71 58.45 checking if gcc PIC flag -fPIC -DPIC works... yes
09:27:53 [2023-09-12T09:27:53.751Z] #71 58.54 checking if gcc static flag -static works... yes
09:27:53 [2023-09-12T09:27:53.751Z] #71 58.68 checking if gcc supports -c -o file.o... yes
09:27:53 [2023-09-12T09:27:53.751Z] #71 58.84 checking if gcc supports -c -o file.o... (cached) yes
09:27:53 [2023-09-12T09:27:53.751Z] #71 58.84 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:27:54 [2023-09-12T09:27:54.010Z] #71 58.87 checking dynamic linker characteristics... GNU/Linux ld.so
09:27:54 [2023-09-12T09:27:54.010Z] #71 59.07 checking how to hardcode library paths into programs... immediate
09:27:54 [2023-09-12T09:27:54.010Z] #71 59.07 checking whether stripping libraries is possible... yes
09:27:54 [2023-09-12T09:27:54.010Z] #71 59.07 checking if libtool supports shared libraries... yes
09:27:54 [2023-09-12T09:27:54.010Z] #71 59.08 checking whether to build shared libraries... no
09:27:54 [2023-09-12T09:27:54.010Z] #71 59.08 checking whether to build static libraries... yes
09:27:54 [2023-09-12T09:27:54.010Z] #71 59.08 checking for a BSD-compatible install... /usr/bin/install -c
09:27:54 [2023-09-12T09:27:54.010Z] #71 59.13 checking whether build environment is sane... yes
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.19 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.21 checking whether make sets $(MAKE)... yes
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.24 checking whether make supports the include directive... yes (GNU style)
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.29 checking whether make supports nested variables... yes
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.35 checking whether UID '0' is supported by ustar format... yes
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.35 checking whether GID '0' is supported by ustar format... yes
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.35 checking how to create a ustar tar archive... gnutar
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.41 checking dependency style of gcc... gcc3
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.50 checking whether to enable maintainer-specific portions of Makefiles... yes
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.50 checking whether make supports nested variables... (cached) yes
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.50 checking for pkg-config... /usr/bin/pkg-config
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.50 checking pkg-config is at least version 0.9.0... yes
09:27:54 [2023-09-12T09:27:54.269Z] #71 59.51 checking for yajl >= 2.1.0... yes
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.52 checking for a sed that does not truncate output... (cached) /bin/sed
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.52 checking for gcc... (cached) gcc
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.55 checking whether we are using the GNU C compiler... (cached) yes
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.55 checking whether gcc accepts -g... (cached) yes
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.55 checking for gcc option to accept ISO C89... (cached) none needed
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.55 checking whether gcc understands -c and -o together... (cached) yes
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.55 checking for a Python interpreter with version >= 3... python3
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.60 checking for python3... /usr/bin/python3
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.60 checking for python3 version... 3.9
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.62 checking for python3 platform... linux
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.63 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:27:54 [2023-09-12T09:27:54.528Z] #71 59.68 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:27:55 [2023-09-12T09:27:55.045Z] #71 59.84 checking that generated files are newer than configure... done
09:27:55 [2023-09-12T09:27:55.045Z] #71 60.16 configure: creating ./config.status
09:27:57 [2023-09-12T09:27:57.578Z] #71 62.28 config.status: creating Makefile
09:27:57 [2023-09-12T09:27:57.578Z] #71 62.31 config.status: creating config.h
09:27:57 [2023-09-12T09:27:57.578Z] #71 62.33 config.status: executing libtool commands
09:27:57 [2023-09-12T09:27:57.578Z] #71 62.35 config.status: executing depfiles commands
09:27:57 [2023-09-12T09:27:57.578Z] #71 62.70 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
09:27:57 [2023-09-12T09:27:57.578Z] #71 62.71 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:27:58 [2023-09-12T09:27:58.096Z] #71 62.99 checking for gcc... gcc
09:27:58 [2023-09-12T09:27:58.096Z] #71 63.04 checking whether the C compiler works... yes
09:27:58 [2023-09-12T09:27:58.096Z] #71 63.12 checking for C compiler default output file name... a.out
09:27:58 [2023-09-12T09:27:58.096Z] #71 63.12 checking for suffix of executables... 
09:27:58 [2023-09-12T09:27:58.096Z] #71 63.18 checking whether we are cross compiling... no
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.24 checking for suffix of object files... o
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.27 checking whether we are using the GNU C compiler... yes
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.30 checking whether gcc accepts -g... yes
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.33 checking for gcc option to accept ISO C89... none needed
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.39 checking whether gcc understands -c and -o together... yes
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.46 checking for a BSD-compatible install... /usr/bin/install -c
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.47 checking whether build environment is sane... yes
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.49 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.49 checking for gawk... no
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.49 checking for mawk... mawk
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.49 checking whether make sets $(MAKE)... yes
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.50 checking whether make supports the include directive... yes (GNU style)
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.51 checking whether make supports nested variables... yes
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.53 checking whether UID '0' is supported by ustar format... yes
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.53 checking whether GID '0' is supported by ustar format... yes
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.53 checking how to create a ustar tar archive... gnutar
09:27:58 [2023-09-12T09:27:58.354Z] #71 63.54 checking dependency style of gcc... gcc3
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.60 checking whether to enable maintainer-specific portions of Makefiles... yes
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.60 checking whether make supports nested variables... (cached) yes
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.61 checking build system type... aarch64-unknown-linux-gnu
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.68 checking host system type... aarch64-unknown-linux-gnu
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.68 checking how to print strings... printf
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.68 checking for a sed that does not truncate output... /bin/sed
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.69 checking for grep that handles long lines and -e... /bin/grep
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.70 checking for egrep... /bin/grep -E
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.70 checking for fgrep... /bin/grep -F
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.70 checking for ld used by gcc... /usr/bin/ld
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.71 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.71 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.72 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.75 checking whether ln -s works... yes
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.75 checking the maximum length of command line arguments... 1572864
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.76 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.76 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.76 checking for /usr/bin/ld option to reload object files... -r
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.76 checking for objdump... objdump
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.77 checking how to recognize dependent libraries... pass_all
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.77 checking for dlltool... no
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.77 checking how to associate runtime and link libraries... printf %s\n
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.77 checking for ar... ar
09:27:58 [2023-09-12T09:27:58.613Z] #71 63.77 checking for archiver @FILE support... @
09:27:58 [2023-09-12T09:27:58.871Z] #71 63.82 checking for strip... strip
09:27:58 [2023-09-12T09:27:58.871Z] #71 63.82 checking for ranlib... ranlib
09:27:58 [2023-09-12T09:27:58.871Z] #71 63.82 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:27:58 [2023-09-12T09:27:58.871Z] #71 63.93 checking for sysroot... no
09:27:58 [2023-09-12T09:27:58.871Z] #71 63.93 checking for a working dd... /bin/dd
09:27:58 [2023-09-12T09:27:58.871Z] #71 63.93 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:27:58 [2023-09-12T09:27:58.871Z] #71 63.94 checking for mt... no
09:27:58 [2023-09-12T09:27:58.871Z] #71 63.94 checking if : is a manifest tool... no
09:27:58 [2023-09-12T09:27:58.871Z] #71 63.94 checking how to run the C preprocessor... gcc -E
09:27:59 [2023-09-12T09:27:59.130Z] #71 64.02 checking for ANSI C header files... yes
09:27:59 [2023-09-12T09:27:59.130Z] #71 64.16 checking for sys/types.h... yes
09:27:59 [2023-09-12T09:27:59.130Z] #71 64.20 checking for sys/stat.h... yes
09:27:59 [2023-09-12T09:27:59.130Z] #71 64.24 checking for stdlib.h... yes
09:27:59 [2023-09-12T09:27:59.389Z] #71 64.29 checking for string.h... yes
09:27:59 [2023-09-12T09:27:59.389Z] #71 64.34 checking for memory.h... yes
09:27:59 [2023-09-12T09:27:59.389Z] #71 64.39 checking for strings.h... yes
09:27:59 [2023-09-12T09:27:59.389Z] #71 64.45 checking for inttypes.h... yes
09:27:59 [2023-09-12T09:27:59.389Z] #71 64.49 checking for stdint.h... yes
09:27:59 [2023-09-12T09:27:59.389Z] #71 64.54 checking for unistd.h... yes
09:27:59 [2023-09-12T09:27:59.389Z] #71 64.59 checking for dlfcn.h... yes
09:27:59 [2023-09-12T09:27:59.647Z] #71 64.65 checking for objdir... .libs
09:27:59 [2023-09-12T09:27:59.647Z] #71 64.79 checking if gcc supports -fno-rtti -fno-exceptions... no
09:27:59 [2023-09-12T09:27:59.647Z] #71 64.86 checking for gcc option to produce PIC... -fPIC -DPIC
09:27:59 [2023-09-12T09:27:59.647Z] #71 64.86 checking if gcc PIC flag -fPIC -DPIC works... yes
09:27:59 [2023-09-12T09:27:59.906Z] #71 64.91 checking if gcc static flag -static works... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.00 checking if gcc supports -c -o file.o... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.11 checking if gcc supports -c -o file.o... (cached) yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.11 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.13 checking dynamic linker characteristics... GNU/Linux ld.so
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.24 checking how to hardcode library paths into programs... immediate
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.24 checking whether stripping libraries is possible... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.24 checking if libtool supports shared libraries... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.24 checking whether to build shared libraries... no
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.24 checking whether to build static libraries... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.25 checking float.h usability... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.31 checking float.h presence... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.33 checking for float.h... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.34 checking limits.h usability... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.38 checking limits.h presence... yes
09:28:00 [2023-09-12T09:28:00.165Z] #71 65.40 checking for limits.h... yes
09:28:00 [2023-09-12T09:28:00.423Z] #71 65.42 checking stddef.h usability... yes
09:28:00 [2023-09-12T09:28:00.423Z] #71 65.47 checking stddef.h presence... yes
09:28:00 [2023-09-12T09:28:00.423Z] #71 65.49 checking for stddef.h... yes
09:28:00 [2023-09-12T09:28:00.423Z] #71 65.50 checking for stdlib.h... (cached) yes
09:28:00 [2023-09-12T09:28:00.423Z] #71 65.51 checking for string.h... (cached) yes
09:28:00 [2023-09-12T09:28:00.423Z] #71 65.51 checking sys/time.h usability... yes
09:28:00 [2023-09-12T09:28:00.423Z] #71 65.55 checking sys/time.h presence... yes
09:28:00 [2023-09-12T09:28:00.423Z] #71 65.57 checking for sys/time.h... yes
09:28:00 [2023-09-12T09:28:00.423Z] #71 65.57 checking for inline... inline
09:28:00 [2023-09-12T09:28:00.423Z] #71 65.59 checking for size_t... yes
09:28:00 [2023-09-12T09:28:00.681Z] #71 65.70 checking for stdlib.h... (cached) yes
09:28:00 [2023-09-12T09:28:00.681Z] #71 65.70 checking for GNU libc compatible malloc... yes
09:28:00 [2023-09-12T09:28:00.681Z] #71 65.77 checking for stdlib.h... (cached) yes
09:28:00 [2023-09-12T09:28:00.939Z] #71 65.77 checking for GNU libc compatible realloc... yes
09:28:00 [2023-09-12T09:28:00.939Z] #71 65.87 checking for working strtod... yes
09:28:00 [2023-09-12T09:28:00.939Z] #71 65.94 checking for gettimeofday... yes
09:28:00 [2023-09-12T09:28:00.939Z] #71 66.06 checking for memset... yes
09:28:01 [2023-09-12T09:28:01.197Z] #71 66.15 checking for strspn... yes
09:28:01 [2023-09-12T09:28:01.197Z] #71 66.28 checking that generated files are newer than configure... done
09:28:01 [2023-09-12T09:28:01.197Z] #71 66.28 configure: creating ./config.status
09:28:02 [2023-09-12T09:28:02.132Z] #71 ...
09:28:02 [2023-09-12T09:28:02.132Z] 
09:28:02 [2023-09-12T09:28:02.132Z] #75 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...)
09:28:02 [2023-09-12T09:28:02.132Z] #75 DONE 62.5s
09:28:02 [2023-09-12T09:28:02.132Z] 
09:28:02 [2023-09-12T09:28:02.132Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:28:02 [2023-09-12T09:28:02.132Z] #71 67.00 config.status: creating Makefile
09:28:02 [2023-09-12T09:28:02.132Z] #71 67.02 config.status: creating config.h
09:28:02 [2023-09-12T09:28:02.132Z] #71 67.03 config.status: executing depfiles commands
09:28:02 [2023-09-12T09:28:02.132Z] #71 67.08 config.status: executing libtool commands
09:28:02 [2023-09-12T09:28:02.132Z] #71 67.33   GEN      .version
09:28:02 [2023-09-12T09:28:02.132Z] #71 67.33 make  install-recursive
09:28:02 [2023-09-12T09:28:02.132Z] #71 67.33 make[1]: Entering directory '/tmp/crun-build'
09:28:02 [2023-09-12T09:28:02.132Z] #71 67.36 Making install in libocispec
09:28:02 [2023-09-12T09:28:02.132Z] #71 67.37 make[2]: Entering directory '/tmp/crun-build/libocispec'
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.38 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.38 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.38 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.38 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.43 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.44 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.44 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.44 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.44 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.44 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.44 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.44 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.44 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.45 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.45 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.45 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.45 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.45 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.45 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.45 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
09:28:02 [2023-09-12T09:28:02.391Z] #71 67.65 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.66 make  install-recursive
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.66 make[3]: Entering directory '/tmp/crun-build/libocispec'
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.68 Making install in yajl
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.69 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.71   CC       verify/json_verify-json_verify.o
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.71   CC       src/libyajl_la-yajl_alloc.lo
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.72   CC       src/libyajl_la-yajl.lo
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.72   CC       src/libyajl_la-yajl_gen.lo
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.72   CC       src/libyajl_la-yajl_parser.lo
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.72   CC       src/libyajl_la-yajl_buf.lo
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.72   CC       src/libyajl_la-yajl_encode.lo
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.72   CC       src/libyajl_la-yajl_lex.lo
09:28:02 [2023-09-12T09:28:02.650Z] #71 67.73   CC       src/libyajl_la-yajl_tree.lo
09:28:02 [2023-09-12T09:28:02.909Z] #71 ...
09:28:02 [2023-09-12T09:28:02.909Z] 
09:28:02 [2023-09-12T09:28:02.909Z] #80 [dev-systemd-false  1/19] COPY --from=dockercli     /build/ /usr/local/cli
09:28:02 [2023-09-12T09:28:02.909Z] #80 DONE 0.1s
09:28:02 [2023-09-12T09:28:02.909Z] 
09:28:02 [2023-09-12T09:28:02.909Z] #81 [dev-systemd-false  2/19] COPY --from=frozen-images /build/ /docker-frozen-images
09:28:02 [2023-09-12T09:28:02.909Z] #81 DONE 0.2s
09:28:02 [2023-09-12T09:28:02.909Z] 
09:28:02 [2023-09-12T09:28:02.909Z] #61 [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
09:28:02 [2023-09-12T09:28:02.909Z] #61 81.49 golangci-lint has version v1.54.2 built with go1.20.8 from (unknown, mod sum: "h1:oR9zxfWYxt7hFqk6+fw6Enr+E7F0SN2nqHhJYyIb0yo=") on (unknown)
09:28:02 [2023-09-12T09:28:02.909Z] #61 DONE 81.6s
09:28:02 [2023-09-12T09:28:02.909Z] 
09:28:02 [2023-09-12T09:28:02.909Z] #82 [dev-systemd-false  3/19] COPY --from=swagger       /build/ /usr/local/bin/
09:28:02 [2023-09-12T09:28:02.909Z] #82 DONE 0.1s
09:28:02 [2023-09-12T09:28:02.909Z] 
09:28:02 [2023-09-12T09:28:02.909Z] #72 [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...)
09:28:02 [2023-09-12T09:28:02.909Z] #72 56.98 + bin/containerd
09:28:03 [2023-09-12T09:28:03.168Z] #72 ...
09:28:03 [2023-09-12T09:28:03.168Z] 
09:28:03 [2023-09-12T09:28:03.168Z] #83 [dev-systemd-false  4/19] COPY --from=delve         /build/ /usr/local/bin/
09:28:03 [2023-09-12T09:28:03.168Z] #83 DONE 0.2s
09:28:03 [2023-09-12T09:28:03.427Z] 
09:28:03 [2023-09-12T09:28:03.427Z] #84 [dev-systemd-false  5/19] COPY --from=tomll         /build/ /usr/local/bin/
09:28:03 [2023-09-12T09:28:03.427Z] #84 DONE 0.1s
09:28:03 [2023-09-12T09:28:03.427Z] 
09:28:03 [2023-09-12T09:28:03.427Z] #85 [dev-systemd-false  6/19] COPY --from=gowinres      /build/ /usr/local/bin/
09:28:03 [2023-09-12T09:28:03.427Z] #85 DONE 0.1s
09:28:03 [2023-09-12T09:28:03.427Z] 
09:28:03 [2023-09-12T09:28:03.427Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:28:03 [2023-09-12T09:28:03.427Z] #71 68.15   CCLD     libyajl.la
09:28:03 [2023-09-12T09:28:03.427Z] #71 68.34   CCLD     verify/json_verify
09:28:03 [2023-09-12T09:28:03.427Z] #71 ...
09:28:03 [2023-09-12T09:28:03.427Z] 
09:28:03 [2023-09-12T09:28:03.427Z] #86 [dev-systemd-false  7/19] COPY --from=tini          /build/ /usr/local/bin/
09:28:03 [2023-09-12T09:28:03.427Z] #86 DONE 0.1s
09:28:03 [2023-09-12T09:28:03.427Z] 
09:28:03 [2023-09-12T09:28:03.427Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:28:03 [2023-09-12T09:28:03.427Z] #71 68.56 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:28:03 [2023-09-12T09:28:03.427Z] #71 68.56 make[5]: Nothing to be done for 'install-exec-am'.
09:28:03 [2023-09-12T09:28:03.427Z] #71 68.56 make[5]: Nothing to be done for 'install-data-am'.
09:28:03 [2023-09-12T09:28:03.427Z] #71 68.56 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:28:03 [2023-09-12T09:28:03.427Z] #71 68.57 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:28:03 [2023-09-12T09:28:03.427Z] #71 68.57 make[4]: Entering directory '/tmp/crun-build/libocispec'
09:28:03 [2023-09-12T09:28:03.427Z] #71 68.67   CC       src/validate.o
09:28:03 [2023-09-12T09:28:03.686Z] #71 ...
09:28:03 [2023-09-12T09:28:03.686Z] 
09:28:03 [2023-09-12T09:28:03.686Z] #87 [dev-systemd-false  8/19] COPY --from=registry      /build/ /usr/local/bin/
09:28:03 [2023-09-12T09:28:03.686Z] #87 DONE 0.2s
09:28:03 [2023-09-12T09:28:03.686Z] 
09:28:03 [2023-09-12T09:28:03.686Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.68   CC       src/image_spec_schema_config_schema.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.68   CC       src/image_spec_schema_content_descriptor.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.68   CC       src/image_spec_schema_defs.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.68   CC       src/image_spec_schema_defs_descriptor.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.68   CC       src/image_spec_schema_image_index_schema.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.69   CC       src/image_spec_schema_image_layout_schema.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.69   CC       src/runtime_spec_schema_config_linux.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.69   CC       src/runtime_spec_schema_config_zos.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.70   CC       src/runtime_spec_schema_config_schema.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.70   CC       src/runtime_spec_schema_config_solaris.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.70   CC       src/runtime_spec_schema_config_vm.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.71   CC       src/image_spec_schema_image_manifest_schema.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.71   CC       src/runtime_spec_schema_config_windows.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.72   CC       src/runtime_spec_schema_defs.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.72   CC       src/runtime_spec_schema_defs_linux.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.75   CC       src/runtime_spec_schema_defs_zos.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.76   CC       src/runtime_spec_schema_defs_vm.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.76   CC       src/runtime_spec_schema_defs_windows.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.77   CC       src/runtime_spec_schema_state_schema.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 ...
09:28:03 [2023-09-12T09:28:03.686Z] 
09:28:03 [2023-09-12T09:28:03.686Z] #88 [dev-systemd-false  9/19] COPY --from=gotestsum     /build/ /usr/local/bin/
09:28:03 [2023-09-12T09:28:03.686Z] #88 DONE 0.1s
09:28:03 [2023-09-12T09:28:03.686Z] 
09:28:03 [2023-09-12T09:28:03.686Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.77   CC       src/image_manifest_items_image_manifest_items_schema.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.78   CC       src/basic_test_double_array_item.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.79   CC       src/basic_test_double_array.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.86   CC       src/basic_test_top_array_int.lo
09:28:03 [2023-09-12T09:28:03.686Z] #71 68.89   CC       src/basic_test_top_array_string.lo
09:28:03 [2023-09-12T09:28:03.967Z] #71 68.90   CC       src/basic_test_top_double_array_int.lo
09:28:03 [2023-09-12T09:28:03.967Z] #71 68.91   CC       src/basic_test_top_double_array_obj.lo
09:28:03 [2023-09-12T09:28:03.967Z] #71 68.92   CC       src/basic_test_top_double_array_refobj.lo
09:28:03 [2023-09-12T09:28:03.967Z] #71 68.95   CC       src/basic_test_top_double_array_string.lo
09:28:03 [2023-09-12T09:28:03.967Z] #71 68.96   CC       src/read-file.lo
09:28:03 [2023-09-12T09:28:03.967Z] #71 68.98   CC       src/json_common.lo
09:28:03 [2023-09-12T09:28:03.967Z] #71 68.99   CC       tests/test-1.o
09:28:03 [2023-09-12T09:28:03.967Z] #71 68.99   CC       tests/test-2.o
09:28:03 [2023-09-12T09:28:03.967Z] #71 ...
09:28:03 [2023-09-12T09:28:03.967Z] 
09:28:03 [2023-09-12T09:28:03.967Z] #89 [dev-systemd-false 10/19] COPY --from=golangci_lint /build/ /usr/local/bin/
09:28:03 [2023-09-12T09:28:03.967Z] #89 DONE 0.2s
09:28:03 [2023-09-12T09:28:03.967Z] 
09:28:03 [2023-09-12T09:28:03.967Z] #90 [dev-systemd-false 11/19] COPY --from=shfmt         /build/ /usr/local/bin/
09:28:03 [2023-09-12T09:28:03.967Z] #90 DONE 0.1s
09:28:03 [2023-09-12T09:28:03.967Z] 
09:28:03 [2023-09-12T09:28:03.967Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:28:03 [2023-09-12T09:28:03.967Z] #71 69.00   CC       tests/test-3.o
09:28:03 [2023-09-12T09:28:03.967Z] #71 69.03   CC       tests/test-4.o
09:28:03 [2023-09-12T09:28:03.967Z] #71 69.08   CC       tests/test-5.o
09:28:03 [2023-09-12T09:28:03.967Z] #71 69.09   CC       tests/test-6.o
09:28:04 [2023-09-12T09:28:04.226Z] #71 69.17   CC       tests/test-7.o
09:28:04 [2023-09-12T09:28:04.226Z] #71 69.22   CC       tests/test-8.o
09:28:04 [2023-09-12T09:28:04.226Z] #71 ...
09:28:04 [2023-09-12T09:28:04.226Z] 
09:28:04 [2023-09-12T09:28:04.226Z] #91 [dev-systemd-false 12/19] COPY --from=runc          /build/ /usr/local/bin/
09:28:04 [2023-09-12T09:28:04.226Z] #91 DONE 0.2s
09:28:04 [2023-09-12T09:28:04.226Z] 
09:28:04 [2023-09-12T09:28:04.226Z] #71 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:28:04 [2023-09-12T09:28:04.226Z] #71 69.26   CC       tests/test-9.o
09:28:04 [2023-09-12T09:28:04.226Z] #71 69.27   CC       tests/test-10.o
09:28:04 [2023-09-12T09:28:04.226Z] #71 69.29   CC       tests/test-11.o
09:28:06 [2023-09-12T09:28:06.759Z] #71 71.84   CCLD     libocispec.la
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.09   CCLD     src/validate
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.10   CCLD     tests/test-1
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.11   CCLD     tests/test-2
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.11   CCLD     tests/test-3
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.12   CCLD     tests/test-4
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.12   CCLD     tests/test-5
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.15   CCLD     tests/test-6
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.16   CCLD     tests/test-7
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.16   CCLD     tests/test-8
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.17   CCLD     tests/test-9
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.18   CCLD     tests/test-10
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.18 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
09:28:07 [2023-09-12T09:28:07.018Z] #71 72.18   CCLD     tests/test-11
09:28:07 [2023-09-12T09:28:07.276Z] #71 72.45 libtool: link: ar cr libocispec.a 
09:28:07 [2023-09-12T09:28:07.277Z] #71 72.47 libtool: link: ranlib libocispec.a
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.60 make[5]: Entering directory '/tmp/crun-build/libocispec'
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.63 make[5]: Nothing to be done for 'install-exec-am'.
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.63 make[5]: Nothing to be done for 'install-data-am'.
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.63 make[5]: Leaving directory '/tmp/crun-build/libocispec'
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.63 make[4]: Leaving directory '/tmp/crun-build/libocispec'
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.63 make[3]: Leaving directory '/tmp/crun-build/libocispec'
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.63 make[2]: Leaving directory '/tmp/crun-build/libocispec'
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.63 make[2]: Entering directory '/tmp/crun-build'
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.68   CC       src/libcrun/libcrun_testing_a-utils.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.69   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.69   CC       src/libcrun/libcrun_testing_a-container.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.69   CC       src/libcrun/libcrun_testing_a-cgroup.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.69   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.71   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.71   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.72   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.72   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.75   CC       src/libcrun/libcrun_testing_a-criu.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.75   CC       src/libcrun/libcrun_testing_a-custom-handler.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.76   CC       src/libcrun/libcrun_testing_a-linux.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.78   CC       src/libcrun/libcrun_testing_a-seccomp.o
09:28:07 [2023-09-12T09:28:07.603Z] #71 72.80   CC       src/libcrun/libcrun_testing_a-ebpf.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 72.82   CC       src/libcrun/libcrun_testing_a-error.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 72.83   CC       src/libcrun/libcrun_testing_a-status.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 72.87   CC       src/libcrun/libcrun_testing_a-terminal.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 72.89   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 72.90   CC       src/libcrun/libcrun_testing_a-signals.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 72.92   CC       src/libcrun/libcrun_testing_a-mount_flags.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 72.93   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 72.96   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 72.97   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 72.98   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 73.00   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 73.03   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 73.05   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 73.06   CC       src/crun-crun.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 73.06   CC       src/crun-run.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 73.10   CC       src/crun-delete.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 73.12   CC       src/crun-kill.o
09:28:07 [2023-09-12T09:28:07.912Z] #71 73.14   CC       src/crun-pause.o
09:28:08 [2023-09-12T09:28:08.239Z] #71 73.19   CC       src/crun-unpause.o
09:28:08 [2023-09-12T09:28:08.239Z] #71 73.19   CC       src/crun-spec.o
09:28:08 [2023-09-12T09:28:08.239Z] #71 73.23   CC       src/crun-exec.o
09:28:08 [2023-09-12T09:28:08.239Z] #71 73.31   CC       src/crun-list.o
09:28:08 [2023-09-12T09:28:08.239Z] #71 73.35   CC       src/crun-create.o
09:28:08 [2023-09-12T09:28:08.239Z] #71 73.37   CC       src/crun-start.o
09:28:08 [2023-09-12T09:28:08.239Z] #71 73.39   CC       src/crun-state.o
09:28:08 [2023-09-12T09:28:08.501Z] #71 73.49   CC       src/crun-update.o
09:28:08 [2023-09-12T09:28:08.759Z] #71 73.77   CC       src/crun-ps.o
09:28:08 [2023-09-12T09:28:08.759Z] #71 73.78   CC       src/crun-checkpoint.o
09:28:08 [2023-09-12T09:28:08.759Z] #71 73.83   CC       src/crun-restore.o
09:28:08 [2023-09-12T09:28:08.759Z] #71 73.84   CC       src/libcrun/libcrun_la-utils.lo
09:28:08 [2023-09-12T09:28:08.759Z] #71 73.86   CC       src/libcrun/libcrun_la-cloned_binary.lo
09:28:08 [2023-09-12T09:28:08.759Z] #71 73.90   CC       src/libcrun/libcrun_la-container.lo
09:28:08 [2023-09-12T09:28:08.759Z] #71 73.97   CC       src/libcrun/libcrun_la-cgroup.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 73.97   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 73.98   CC       src/libcrun/libcrun_la-cgroup-resources.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.00   CC       src/libcrun/libcrun_la-cgroup-setup.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.02   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.04   CC       src/libcrun/libcrun_la-cgroup-utils.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.07   CC       src/libcrun/libcrun_la-criu.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.10   CC       src/libcrun/libcrun_la-custom-handler.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.13   CC       src/libcrun/libcrun_la-linux.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.14   CC       src/libcrun/libcrun_la-seccomp.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.16   CC       src/libcrun/libcrun_la-ebpf.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.17   CC       src/libcrun/libcrun_la-error.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.17   CC       src/libcrun/libcrun_la-status.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.17   CC       src/libcrun/libcrun_la-terminal.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.20   CC       src/libcrun/libcrun_la-chroot_realpath.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.22   CC       src/libcrun/libcrun_la-signals.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.23   CC       src/libcrun/libcrun_la-mount_flags.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.24   CC       src/libcrun/libcrun_la-seccomp_notify.lo
09:28:09 [2023-09-12T09:28:09.018Z] #71 74.27   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
09:28:09 [2023-09-12T09:28:09.277Z] #71 74.28   CC       src/libcrun/handlers/libcrun_la-krun.lo
09:28:09 [2023-09-12T09:28:09.277Z] #71 74.29   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
09:28:09 [2023-09-12T09:28:09.277Z] #71 74.30   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
09:28:09 [2023-09-12T09:28:09.277Z] #71 74.32   CC       tests/init.o
09:28:09 [2023-09-12T09:28:09.277Z] #71 74.32   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
09:28:10 [2023-09-12T09:28:10.213Z] #71 75.38   CCLD     tests/init
09:28:12 [2023-09-12T09:28:12.116Z] #71 76.91   AR       libcrun_testing.a
09:28:12 [2023-09-12T09:28:12.116Z] #71 76.91 ar: `u' modifier ignored since `D' is the default (see `U')
09:28:12 [2023-09-12T09:28:12.116Z] #71 76.94   CCLD     tests/tests_libcrun_utils
09:28:12 [2023-09-12T09:28:12.116Z] #71 76.94   CCLD     tests/tests_libcrun_errors
09:28:12 [2023-09-12T09:28:12.116Z] #71 76.97   CCLD     tests/tests_libcrun_fuzzer
09:28:12 [2023-09-12T09:28:12.374Z] #71 77.45   CCLD     libcrun.la
09:28:12 [2023-09-12T09:28:12.633Z] #71 77.75   CCLD     crun
09:28:12 [2023-09-12T09:28:12.892Z] #71 78.06 make[3]: Entering directory '/tmp/crun-build'
09:28:13 [2023-09-12T09:28:13.150Z] #71 78.15  /bin/mkdir -p '/usr/local/share/man/man1'
09:28:13 [2023-09-12T09:28:13.150Z] #71 78.15  /bin/mkdir -p '/usr/local/lib'
09:28:13 [2023-09-12T09:28:13.150Z] #71 78.15  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
09:28:13 [2023-09-12T09:28:13.150Z] #71 78.17  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.21 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.21 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.22 libtool: install: chmod 644 /usr/local/lib/libcrun.a
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.22 libtool: install: ranlib /usr/local/lib/libcrun.a
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 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
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 ----------------------------------------------------------------------
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 Libraries have been installed in:
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29    /usr/local/lib
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 If you ever happen to want to link against installed libraries
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 in a given directory, LIBDIR, you must either use libtool, and
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 specify the full pathname of the library, or use the '-LLIBDIR'
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 flag during linking and do at least one of the following:
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29      during execution
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29    - add LIBDIR to the 'LD_RUN_PATH' environment variable
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29      during linking
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 See any operating system documentation about shared libraries for
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 more information, such as the ld(1) and ld.so(8) manual pages.
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.29 ----------------------------------------------------------------------
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.30  /bin/mkdir -p '/build'
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.33   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.39 libtool: install: /usr/bin/install -c crun /build/crun
09:28:13 [2023-09-12T09:28:13.151Z] #71 78.39 make[3]: Leaving directory '/tmp/crun-build'
09:28:13 [2023-09-12T09:28:13.409Z] #71 78.39 make[2]: Leaving directory '/tmp/crun-build'
09:28:13 [2023-09-12T09:28:13.409Z] #71 78.39 make[1]: Leaving directory '/tmp/crun-build'
09:28:13 [2023-09-12T09:28:13.975Z] #71 DONE 79.0s
09:28:13 [2023-09-12T09:28:13.975Z] 
09:28:13 [2023-09-12T09:28:13.975Z] #72 [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...)
09:28:20 [2023-09-12T09:28:20.531Z] #72 74.87 + bin/containerd-stress
09:28:21 [2023-09-12T09:28:21.464Z] #72 75.80 + bin/containerd-shim
09:28:21 [2023-09-12T09:28:21.722Z] #72 76.35 + bin/containerd-shim-runc-v1
09:28:22 [2023-09-12T09:28:22.654Z] #72 77.13 + bin/containerd-shim-runc-v2
09:28:23 [2023-09-12T09:28:23.220Z] #72 77.72 + binaries
09:28:23 [2023-09-12T09:28:23.478Z] #72 DONE 78.1s
09:28:24 [2023-09-12T09:28:24.042Z] 
09:28:24 [2023-09-12T09:28:24.042Z] #92 [dev-systemd-false 13/19] COPY --from=containerd    /build/ /usr/local/bin/
09:28:24 [2023-09-12T09:28:24.300Z] #92 DONE 0.2s
09:28:24 [2023-09-12T09:28:24.300Z] 
09:28:24 [2023-09-12T09:28:24.300Z] #93 [dev-systemd-false 14/19] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:28:24 [2023-09-12T09:28:24.300Z] #93 DONE 0.1s
09:28:24 [2023-09-12T09:28:24.300Z] 
09:28:24 [2023-09-12T09:28:24.300Z] #94 [dev-systemd-false 15/19] COPY --from=vpnkit        /       /usr/local/bin/
09:28:24 [2023-09-12T09:28:24.558Z] #94 DONE 0.1s
09:28:24 [2023-09-12T09:28:24.558Z] 
09:28:24 [2023-09-12T09:28:24.558Z] #95 [dev-systemd-false 16/19] COPY --from=containerutil /build/ /usr/local/bin/
09:28:24 [2023-09-12T09:28:24.558Z] #95 DONE 0.0s
09:28:24 [2023-09-12T09:28:24.558Z] 
09:28:24 [2023-09-12T09:28:24.558Z] #96 [dev-systemd-false 17/19] COPY --from=crun          /build/ /usr/local/bin/
09:28:24 [2023-09-12T09:28:24.558Z] #96 DONE 0.1s
09:28:24 [2023-09-12T09:28:24.558Z] 
09:28:24 [2023-09-12T09:28:24.558Z] #97 [dev-systemd-false 18/19] COPY hack/dockerfile/etc/docker/  /etc/docker/
09:28:24 [2023-09-12T09:28:24.558Z] #97 DONE 0.0s
09:28:24 [2023-09-12T09:28:24.558Z] 
09:28:24 [2023-09-12T09:28:24.558Z] #98 [dev-systemd-false 19/19] WORKDIR /go/src/github.com/docker/docker
09:28:24 [2023-09-12T09:28:24.558Z] #98 DONE 0.0s
09:28:24 [2023-09-12T09:28:24.815Z] 
09:28:24 [2023-09-12T09:28:24.815Z] #99 [dev-base  1/11] RUN groupadd -r docker
09:28:24 [2023-09-12T09:28:24.815Z] #99 DONE 0.2s
09:28:25 [2023-09-12T09:28:25.073Z] 
09:28:25 [2023-09-12T09:28:25.073Z] #100 [dev-base  2/11] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
09:28:25 [2023-09-12T09:28:25.331Z] #100 DONE 0.4s
09:28:25 [2023-09-12T09:28:25.331Z] 
09:28:25 [2023-09-12T09:28:25.331Z] #101 [dev-base  3/11] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:28:25 [2023-09-12T09:28:25.896Z] #101 0.392 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:28:25 [2023-09-12T09:28:25.896Z] #101 DONE 0.4s
09:28:25 [2023-09-12T09:28:25.896Z] 
09:28:25 [2023-09-12T09:28:25.896Z] #102 [dev-base  4/11] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:28:26 [2023-09-12T09:28:26.153Z] #102 DONE 0.4s
09:28:26 [2023-09-12T09:28:26.153Z] 
09:28:26 [2023-09-12T09:28:26.153Z] #103 [dev-base  5/11] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:28:26 [2023-09-12T09:28:26.718Z] #103 DONE 0.5s
09:28:26 [2023-09-12T09:28:26.718Z] 
09:28:26 [2023-09-12T09:28:26.718Z] #104 [dev-base  6/11] RUN ldconfig
09:28:26 [2023-09-12T09:28:26.976Z] #104 DONE 0.4s
09:28:26 [2023-09-12T09:28:26.976Z] 
09:28:26 [2023-09-12T09:28:26.976Z] #105 [dev-base  7/11] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
09:28:27 [2023-09-12T09:28:27.233Z] #105 DONE 0.4s
09:28:27 [2023-09-12T09:28:27.491Z] 
09:28:27 [2023-09-12T09:28:27.491Z] #106 [dev-base  8/11] 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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
09:28:27 [2023-09-12T09:28:27.748Z] #106 0.586 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:28:27 [2023-09-12T09:28:27.748Z] #106 0.586 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:28:27 [2023-09-12T09:28:27.748Z] #106 0.586 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:28:28 [2023-09-12T09:28:28.313Z] #106 0.940 Fetched 44.1 kB in 1s (70.6 kB/s)
09:28:28 [2023-09-12T09:28:28.877Z] #106 0.940 Reading package lists...
09:28:29 [2023-09-12T09:28:29.135Z] #106 1.488 Reading package lists...
09:28:29 [2023-09-12T09:28:29.392Z] #106 2.014 Building dependency tree...
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.163 Reading state information...
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.346 The following additional packages will be installed:
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.347   dmsetup libaio1 libbpf0 libcap2 libdevmapper1.02.1 libelf1 libgpm2 libicu67
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.347   libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.347   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.347   python3-distutils python3-lib2to3 python3-pkg-resources vim-runtime xxd
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.349 Suggested packages:
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.349   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.349   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.349   acl attr quota
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.349 Recommended packages:
09:28:29 [2023-09-12T09:28:29.649Z] #106 2.349   libatm1 nftables libpam-cap build-essential python3-dev unzip
09:28:29 [2023-09-12T09:28:29.907Z] #106 2.679 The following NEW packages will be installed:
09:28:29 [2023-09-12T09:28:29.907Z] #106 2.679   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
09:28:29 [2023-09-12T09:28:29.907Z] #106 2.680   libaio1 libbpf0 libcap2 libcap2-bin libdevmapper1.02.1 libelf1 libgpm2
09:28:29 [2023-09-12T09:28:29.907Z] #106 2.680   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnet1
09:28:29 [2023-09-12T09:28:29.907Z] #106 2.680   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
09:28:29 [2023-09-12T09:28:29.907Z] #106 2.680   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
09:28:29 [2023-09-12T09:28:29.907Z] #106 2.680   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
09:28:29 [2023-09-12T09:28:29.907Z] #106 2.680   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
09:28:29 [2023-09-12T09:28:29.907Z] #106 2.680   vim-common vim-runtime xfsprogs xxd xz-utils zip zstd
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.954 0 upgraded, 51 newly installed, 0 to remove and 0 not upgraded.
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.954 Need to get 27.2 MB of archives.
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.954 After this operation, 106 MB of additional disk space will be used.
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.954 Get:1 http://deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.957 Get:2 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.958 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.959 Get:4 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.959 Get:5 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.960 Get:6 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.960 Get:7 http://deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.964 Get:8 http://deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.968 Get:9 http://deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.971 Get:10 http://deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.978 Get:11 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.979 Get:12 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.979 Get:13 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.992 Get:14 http://deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.995 Get:15 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.996 Get:16 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.996 Get:17 http://deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.998 Get:18 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.998 Get:19 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.998 Get:20 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.999 Get:21 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.999 Get:22 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 2.999 Get:23 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.001 Get:24 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.002 Get:25 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.003 Get:26 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.003 Get:27 http://deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.004 Get:28 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.004 Get:29 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.056 Get:30 http://deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.056 Get:31 http://deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.057 Get:32 http://deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.057 Get:33 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.058 Get:34 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.058 Get:35 http://deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.059 Get:36 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.060 Get:37 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.070 Get:38 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.070 Get:39 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.071 Get:40 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.072 Get:41 http://deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.074 Get:42 http://deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.074 Get:43 http://deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.076 Get:44 http://deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.081 Get:45 http://deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.083 Get:46 http://deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.084 Get:47 http://deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.121 Get:48 http://deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.128 Get:49 http://deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.132 Get:50 http://deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.134 Get:51 http://deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.274 debconf: delaying package configuration, since apt-utils is not installed
09:28:30 [2023-09-12T09:28:30.472Z] #106 3.313 Fetched 27.2 MB in 0s (60.8 MB/s)
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.335 Selecting previously unselected package pigz.
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.335 (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 ... 15746 files and directories currently installed.)
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.344 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.349 Unpacking pigz (2.6-1) ...
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.393 Selecting previously unselected package libelf1:arm64.
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.395 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.403 Unpacking libelf1:arm64 (0.183-1) ...
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.453 Selecting previously unselected package libbpf0:arm64.
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.456 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.461 Unpacking libbpf0:arm64 (1:0.3-2) ...
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.505 Selecting previously unselected package libcap2:arm64.
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.507 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.512 Unpacking libcap2:arm64 (1:2.44-1) ...
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.548 Selecting previously unselected package libmnl0:arm64.
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.550 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
09:28:30 [2023-09-12T09:28:30.730Z] #106 3.554 Unpacking libmnl0:arm64 (1.0.4-3) ...
09:28:30 [2023-09-12T09:28:30.987Z] #106 3.593 Selecting previously unselected package libxtables12:arm64.
09:28:30 [2023-09-12T09:28:30.987Z] #106 3.595 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
09:28:30 [2023-09-12T09:28:30.987Z] #106 3.598 Unpacking libxtables12:arm64 (1.8.7-1) ...
09:28:30 [2023-09-12T09:28:30.987Z] #106 3.630 Selecting previously unselected package libcap2-bin.
09:28:30 [2023-09-12T09:28:30.987Z] #106 3.632 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
09:28:30 [2023-09-12T09:28:30.987Z] #106 3.637 Unpacking libcap2-bin (1:2.44-1) ...
09:28:30 [2023-09-12T09:28:30.987Z] #106 3.681 Selecting previously unselected package iproute2.
09:28:30 [2023-09-12T09:28:30.987Z] #106 3.683 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
09:28:30 [2023-09-12T09:28:30.987Z] #106 3.686 Unpacking iproute2 (5.10.0-4) ...
09:28:30 [2023-09-12T09:28:30.987Z] #106 3.784 Selecting previously unselected package xxd.
09:28:31 [2023-09-12T09:28:31.245Z] #106 3.786 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
09:28:31 [2023-09-12T09:28:31.245Z] #106 3.790 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:28:31 [2023-09-12T09:28:31.245Z] #106 3.835 Selecting previously unselected package vim-common.
09:28:31 [2023-09-12T09:28:31.245Z] #106 3.837 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:28:31 [2023-09-12T09:28:31.245Z] #106 3.846 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:28:31 [2023-09-12T09:28:31.245Z] #106 3.898 Selecting previously unselected package bash-completion.
09:28:31 [2023-09-12T09:28:31.245Z] #106 3.900 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
09:28:31 [2023-09-12T09:28:31.810Z] #106 4.548 Unpacking bash-completion (1:2.11-2) ...
09:28:32 [2023-09-12T09:28:32.069Z] #106 4.657 Selecting previously unselected package bzip2.
09:28:32 [2023-09-12T09:28:32.069Z] #106 4.659 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.069Z] #106 4.663 Unpacking bzip2 (1.0.8-4) ...
09:28:32 [2023-09-12T09:28:32.069Z] #106 4.700 Selecting previously unselected package xz-utils.
09:28:32 [2023-09-12T09:28:32.069Z] #106 4.702 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.069Z] #106 4.706 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:28:32 [2023-09-12T09:28:32.069Z] #106 4.765 Selecting previously unselected package apparmor.
09:28:32 [2023-09-12T09:28:32.069Z] #106 4.767 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.069Z] #106 4.790 Unpacking apparmor (2.13.6-10) ...
09:28:32 [2023-09-12T09:28:32.069Z] #106 4.889 Selecting previously unselected package libdevmapper1.02.1:arm64.
09:28:32 [2023-09-12T09:28:32.326Z] #106 4.892 Preparing to unpack .../14-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.326Z] #106 4.896 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 4.938 Selecting previously unselected package dmsetup.
09:28:32 [2023-09-12T09:28:32.327Z] #106 4.940 Preparing to unpack .../15-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 4.944 Unpacking dmsetup (2:1.02.175-2.1) ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 4.980 Selecting previously unselected package inetutils-ping.
09:28:32 [2023-09-12T09:28:32.327Z] #106 4.983 Preparing to unpack .../16-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 4.986 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 5.033 Selecting previously unselected package libip4tc2:arm64.
09:28:32 [2023-09-12T09:28:32.327Z] #106 5.035 Preparing to unpack .../17-libip4tc2_1.8.7-1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 5.039 Unpacking libip4tc2:arm64 (1.8.7-1) ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 5.078 Selecting previously unselected package libip6tc2:arm64.
09:28:32 [2023-09-12T09:28:32.327Z] #106 5.080 Preparing to unpack .../18-libip6tc2_1.8.7-1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 5.084 Unpacking libip6tc2:arm64 (1.8.7-1) ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 5.118 Selecting previously unselected package libnfnetlink0:arm64.
09:28:32 [2023-09-12T09:28:32.327Z] #106 5.120 Preparing to unpack .../19-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 5.124 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
09:28:32 [2023-09-12T09:28:32.327Z] #106 5.159 Selecting previously unselected package libnetfilter-conntrack3:arm64.
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.161 Preparing to unpack .../20-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.165 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.203 Selecting previously unselected package libnftnl11:arm64.
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.205 Preparing to unpack .../21-libnftnl11_1.1.9-1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.209 Unpacking libnftnl11:arm64 (1.1.9-1) ...
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.246 Selecting previously unselected package iptables.
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.249 Preparing to unpack .../22-iptables_1.8.7-1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.253 Unpacking iptables (1.8.7-1) ...
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.324 Selecting previously unselected package libonig5:arm64.
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.327 Preparing to unpack .../23-libonig5_6.9.6-1.1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.331 Unpacking libonig5:arm64 (6.9.6-1.1) ...
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.379 Selecting previously unselected package libjq1:arm64.
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.381 Preparing to unpack .../24-libjq1_1.6-2.1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.385 Unpacking libjq1:arm64 (1.6-2.1) ...
09:28:32 [2023-09-12T09:28:32.590Z] #106 5.422 Selecting previously unselected package jq.
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.424 Preparing to unpack .../25-jq_1.6-2.1_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.428 Unpacking jq (1.6-2.1) ...
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.468 Selecting previously unselected package libaio1:arm64.
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.470 Preparing to unpack .../26-libaio1_0.3.112-9_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.474 Unpacking libaio1:arm64 (0.3.112-9) ...
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.511 Selecting previously unselected package libgpm2:arm64.
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.513 Preparing to unpack .../27-libgpm2_1.20.7-8_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.517 Unpacking libgpm2:arm64 (1.20.7-8) ...
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.553 Selecting previously unselected package libicu67:arm64.
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.555 Preparing to unpack .../28-libicu67_67.1-7_arm64.deb ...
09:28:32 [2023-09-12T09:28:32.860Z] #106 5.559 Unpacking libicu67:arm64 (67.1-7) ...
09:28:33 [2023-09-12T09:28:33.426Z] #106 6.226 Selecting previously unselected package libinih1:arm64.
09:28:33 [2023-09-12T09:28:33.426Z] #106 6.228 Preparing to unpack .../29-libinih1_53-1+b2_arm64.deb ...
09:28:33 [2023-09-12T09:28:33.426Z] #106 6.232 Unpacking libinih1:arm64 (53-1+b2) ...
09:28:33 [2023-09-12T09:28:33.426Z] #106 6.270 Selecting previously unselected package libnet1:arm64.
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.272 Preparing to unpack .../30-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.276 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.319 Selecting previously unselected package libnl-3-200:arm64.
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.321 Preparing to unpack .../31-libnl-3-200_3.4.0-1+b1_arm64.deb ...
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.325 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.368 Selecting previously unselected package libprotobuf-c1:arm64.
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.370 Preparing to unpack .../32-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.374 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.409 Selecting previously unselected package libyajl2:arm64.
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.412 Preparing to unpack .../33-libyajl2_2.1.0-3_arm64.deb ...
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.415 Unpacking libyajl2:arm64 (2.1.0-3) ...
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.444 Selecting previously unselected package net-tools.
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.446 Preparing to unpack .../34-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.450 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
09:28:33 [2023-09-12T09:28:33.684Z] #106 6.500 Selecting previously unselected package patch.
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.502 Preparing to unpack .../35-patch_2.7.6-7_arm64.deb ...
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.506 Unpacking patch (2.7.6-7) ...
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.542 Selecting previously unselected package python-pip-whl.
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.545 Preparing to unpack .../36-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.548 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.683 Selecting previously unselected package python3-lib2to3.
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.685 Preparing to unpack .../37-python3-lib2to3_3.9.2-1_all.deb ...
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.689 Unpacking python3-lib2to3 (3.9.2-1) ...
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.729 Selecting previously unselected package python3-distutils.
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.732 Preparing to unpack .../38-python3-distutils_3.9.2-1_all.deb ...
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.735 Unpacking python3-distutils (3.9.2-1) ...
09:28:33 [2023-09-12T09:28:33.941Z] #106 6.776 Selecting previously unselected package python3-pkg-resources.
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.779 Preparing to unpack .../39-python3-pkg-resources_52.0.0-4_all.deb ...
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.782 Unpacking python3-pkg-resources (52.0.0-4) ...
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.828 Selecting previously unselected package python3-setuptools.
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.830 Preparing to unpack .../40-python3-setuptools_52.0.0-4_all.deb ...
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.833 Unpacking python3-setuptools (52.0.0-4) ...
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.893 Selecting previously unselected package python3-wheel.
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.896 Preparing to unpack .../41-python3-wheel_0.34.2-1_all.deb ...
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.899 Unpacking python3-wheel (0.34.2-1) ...
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.933 Selecting previously unselected package python3-pip.
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.935 Preparing to unpack .../42-python3-pip_20.3.4-4+deb11u1_all.deb ...
09:28:34 [2023-09-12T09:28:34.199Z] #106 6.939 Unpacking python3-pip (20.3.4-4+deb11u1) ...
09:28:34 [2023-09-12T09:28:34.199Z] #106 7.005 Selecting previously unselected package sudo.
09:28:34 [2023-09-12T09:28:34.456Z] #106 7.007 Preparing to unpack .../43-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
09:28:34 [2023-09-12T09:28:34.456Z] #106 7.013 Unpacking sudo (1.9.5p2-3+deb11u1) ...
09:28:34 [2023-09-12T09:28:34.456Z] #106 7.121 Selecting previously unselected package thin-provisioning-tools.
09:28:34 [2023-09-12T09:28:34.456Z] #106 7.124 Preparing to unpack .../44-thin-provisioning-tools_0.9.0-1_arm64.deb ...
09:28:34 [2023-09-12T09:28:34.456Z] #106 7.128 Unpacking thin-provisioning-tools (0.9.0-1) ...
09:28:34 [2023-09-12T09:28:34.456Z] #106 7.185 Selecting previously unselected package uidmap.
09:28:34 [2023-09-12T09:28:34.456Z] #106 7.187 Preparing to unpack .../45-uidmap_1%3a4.8.1-1_arm64.deb ...
09:28:34 [2023-09-12T09:28:34.456Z] #106 7.191 Unpacking uidmap (1:4.8.1-1) ...
09:28:34 [2023-09-12T09:28:34.456Z] #106 7.239 Selecting previously unselected package vim-runtime.
09:28:34 [2023-09-12T09:28:34.714Z] #106 7.241 Preparing to unpack .../46-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
09:28:34 [2023-09-12T09:28:34.714Z] #106 7.251 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
09:28:34 [2023-09-12T09:28:34.714Z] #106 7.263 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
09:28:34 [2023-09-12T09:28:34.714Z] #106 7.266 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
09:28:34 [2023-09-12T09:28:34.971Z] #106 7.824 Selecting previously unselected package vim.
09:28:35 [2023-09-12T09:28:35.229Z] #106 7.827 Preparing to unpack .../47-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
09:28:35 [2023-09-12T09:28:35.229Z] #106 7.835 Unpacking vim (2:8.2.2434-3+deb11u1) ...
09:28:35 [2023-09-12T09:28:35.229Z] #106 7.964 Selecting previously unselected package xfsprogs.
09:28:35 [2023-09-12T09:28:35.229Z] #106 7.966 Preparing to unpack .../48-xfsprogs_5.10.0-4_arm64.deb ...
09:28:35 [2023-09-12T09:28:35.229Z] #106 7.970 Unpacking xfsprogs (5.10.0-4) ...
09:28:35 [2023-09-12T09:28:35.229Z] #106 8.066 Selecting previously unselected package zip.
09:28:35 [2023-09-12T09:28:35.486Z] #106 8.069 Preparing to unpack .../49-zip_3.0-12_arm64.deb ...
09:28:35 [2023-09-12T09:28:35.486Z] #106 8.073 Unpacking zip (3.0-12) ...
09:28:35 [2023-09-12T09:28:35.486Z] #106 8.118 Selecting previously unselected package zstd.
09:28:35 [2023-09-12T09:28:35.486Z] #106 8.120 Preparing to unpack .../50-zstd_1.4.8+dfsg-2.1_arm64.deb ...
09:28:35 [2023-09-12T09:28:35.486Z] #106 8.124 Unpacking zstd (1.4.8+dfsg-2.1) ...
09:28:35 [2023-09-12T09:28:35.486Z] #106 8.209 Setting up python3-pkg-resources (52.0.0-4) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.400 Setting up libip4tc2:arm64 (1.8.7-1) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.410 Setting up net-tools (1.60+git20181103.0eebece-1) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.420 Setting up libgpm2:arm64 (1.20.7-8) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.430 Setting up libicu67:arm64 (67.1-7) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.441 Setting up libip6tc2:arm64 (1.8.7-1) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.452 Setting up libinih1:arm64 (53-1+b2) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.462 Setting up uidmap (1:4.8.1-1) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.473 Setting up libyajl2:arm64 (2.1.0-3) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.484 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.494 Setting up bzip2 (1.0.8-4) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.505 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:28:35 [2023-09-12T09:28:35.744Z] #106 8.517 Setting up python3-wheel (0.34.2-1) ...
09:28:36 [2023-09-12T09:28:36.001Z] #106 8.659 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:28:36 [2023-09-12T09:28:36.001Z] #106 8.669 Setting up libcap2:arm64 (1:2.44-1) ...
09:28:36 [2023-09-12T09:28:36.001Z] #106 8.680 Setting up libcap2-bin (1:2.44-1) ...
09:28:36 [2023-09-12T09:28:36.001Z] #106 8.690 Setting up apparmor (2.13.6-10) ...
09:28:36 [2023-09-12T09:28:36.934Z] #106 9.449 Setting up zip (3.0-12) ...
09:28:36 [2023-09-12T09:28:36.934Z] #106 9.460 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:28:36 [2023-09-12T09:28:36.934Z] #106 9.480 Setting up bash-completion (1:2.11-2) ...
09:28:37 [2023-09-12T09:28:37.499Z] #106 10.22 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:28:37 [2023-09-12T09:28:37.499Z] #106 10.23 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:28:37 [2023-09-12T09:28:37.499Z] #106 10.24 Setting up libmnl0:arm64 (1.0.4-3) ...
09:28:37 [2023-09-12T09:28:37.499Z] #106 10.25 Setting up patch (2.7.6-7) ...
09:28:37 [2023-09-12T09:28:37.499Z] #106 10.26 Setting up sudo (1.9.5p2-3+deb11u1) ...
09:28:37 [2023-09-12T09:28:37.499Z] #106 10.30 invoke-rc.d: could not determine current runlevel
09:28:37 [2023-09-12T09:28:37.499Z] #106 10.31 invoke-rc.d: policy-rc.d denied execution of start.
09:28:37 [2023-09-12T09:28:37.499Z] #106 10.31 Setting up libxtables12:arm64 (1.8.7-1) ...
09:28:37 [2023-09-12T09:28:37.499Z] #106 10.32 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
09:28:37 [2023-09-12T09:28:37.756Z] #106 10.33 Setting up pigz (2.6-1) ...
09:28:37 [2023-09-12T09:28:37.756Z] #106 10.34 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
09:28:37 [2023-09-12T09:28:37.756Z] #106 10.36 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
09:28:37 [2023-09-12T09:28:37.756Z] #106 10.37 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
09:28:37 [2023-09-12T09:28:37.756Z] #106 10.38 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
09:28:37 [2023-09-12T09:28:37.756Z] #106 10.54 Setting up libaio1:arm64 (0.3.112-9) ...
09:28:37 [2023-09-12T09:28:37.756Z] #106 10.55 Setting up python3-lib2to3 (3.9.2-1) ...
09:28:38 [2023-09-12T09:28:38.014Z] #106 10.66 Setting up libelf1:arm64 (0.183-1) ...
09:28:38 [2023-09-12T09:28:38.014Z] #106 10.68 Setting up zstd (1.4.8+dfsg-2.1) ...
09:28:38 [2023-09-12T09:28:38.014Z] #106 10.69 Setting up libonig5:arm64 (6.9.6-1.1) ...
09:28:38 [2023-09-12T09:28:38.014Z] #106 10.70 Setting up python3-distutils (3.9.2-1) ...
09:28:38 [2023-09-12T09:28:38.272Z] #106 10.82 Setting up vim (2:8.2.2434-3+deb11u1) ...
09:28:38 [2023-09-12T09:28:38.272Z] #106 10.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:28:38 [2023-09-12T09:28:38.272Z] #106 10.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:28:38 [2023-09-12T09:28:38.272Z] #106 10.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:28:38 [2023-09-12T09:28:38.272Z] #106 10.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:28:38 [2023-09-12T09:28:38.272Z] #106 10.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:28:38 [2023-09-12T09:28:38.272Z] #106 10.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:28:38 [2023-09-12T09:28:38.272Z] #106 10.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:28:38 [2023-09-12T09:28:38.272Z] #106 10.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:28:38 [2023-09-12T09:28:38.272Z] #106 10.87 Setting up python3-setuptools (52.0.0-4) ...
09:28:38 [2023-09-12T09:28:38.529Z] #106 11.20 Setting up libjq1:arm64 (1.6-2.1) ...
09:28:38 [2023-09-12T09:28:38.529Z] #106 11.21 Setting up libnftnl11:arm64 (1.1.9-1) ...
09:28:38 [2023-09-12T09:28:38.529Z] #106 11.22 Setting up thin-provisioning-tools (0.9.0-1) ...
09:28:38 [2023-09-12T09:28:38.529Z] #106 11.23 Setting up python3-pip (20.3.4-4+deb11u1) ...
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.49 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.50 Setting up jq (1.6-2.1) ...
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.51 Setting up libbpf0:arm64 (1:0.3-2) ...
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.52 Setting up iptables (1.8.7-1) ...
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.53 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.54 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.54 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.54 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.55 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.55 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:28:38 [2023-09-12T09:28:38.787Z] #106 11.56 Setting up iproute2 (5.10.0-4) ...
09:28:39 [2023-09-12T09:28:39.045Z] #106 11.69 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
09:28:39 [2023-09-12T09:28:39.045Z] #106 11.70 Setting up dmsetup (2:1.02.175-2.1) ...
09:28:39 [2023-09-12T09:28:39.045Z] #106 11.71 Setting up xfsprogs (5.10.0-4) ...
09:28:39 [2023-09-12T09:28:39.045Z] #106 11.72 Processing triggers for libc-bin (2.31-13+deb11u6) ...
09:28:39 [2023-09-12T09:28:39.303Z] #106 DONE 12.0s
09:28:39 [2023-09-12T09:28:39.303Z] 
09:28:39 [2023-09-12T09:28:39.303Z] #107 [dev-base  9/11] 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
09:28:39 [2023-09-12T09:28:39.561Z] #107 0.353 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:28:39 [2023-09-12T09:28:39.818Z] #107 0.356 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:28:39 [2023-09-12T09:28:39.818Z] #107 0.360 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:28:39 [2023-09-12T09:28:39.818Z] #107 DONE 0.4s
09:28:39 [2023-09-12T09:28:39.818Z] 
09:28:39 [2023-09-12T09:28:39.818Z] #108 [dev-base 10/11] RUN pip3 install yamllint==1.27.1
09:28:46 [2023-09-12T09:28:46.369Z] #108 5.596 Collecting yamllint==1.27.1
09:28:46 [2023-09-12T09:28:46.369Z] #108 6.623   Downloading yamllint-1.27.1.tar.gz (129 kB)
09:28:46 [2023-09-12T09:28:46.626Z] #108 6.918 Collecting pathspec>=0.5.3
09:28:46 [2023-09-12T09:28:46.626Z] #108 6.921   Downloading pathspec-0.11.2-py3-none-any.whl (29 kB)
09:28:46 [2023-09-12T09:28:46.884Z] #108 7.026 Collecting pyyaml
09:28:46 [2023-09-12T09:28:46.884Z] #108 7.030   Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
09:28:46 [2023-09-12T09:28:46.884Z] #108 7.047 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
09:28:46 [2023-09-12T09:28:46.884Z] #108 7.051 Building wheels for collected packages: yamllint
09:28:46 [2023-09-12T09:28:46.884Z] #108 7.051   Building wheel for yamllint (setup.py): started
09:28:46 [2023-09-12T09:28:46.884Z] #108 7.301   Building wheel for yamllint (setup.py): finished with status 'done'
09:28:47 [2023-09-12T09:28:47.141Z] #108 7.302   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=f35ae61233546b418a88f91ffd06983bb3609065496ec6b4ca022f550e655f22
09:28:47 [2023-09-12T09:28:47.141Z] #108 7.302   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
09:28:47 [2023-09-12T09:28:47.141Z] #108 7.304 Successfully built yamllint
09:28:47 [2023-09-12T09:28:47.141Z] #108 7.310 Installing collected packages: pyyaml, pathspec, yamllint
09:28:47 [2023-09-12T09:28:47.141Z] #108 7.424 Successfully installed pathspec-0.11.2 pyyaml-6.0.1 yamllint-1.27.1
09:28:47 [2023-09-12T09:28:47.141Z] #108 DONE 7.5s
09:28:47 [2023-09-12T09:28:47.399Z] 
09:28:47 [2023-09-12T09:28:47.399Z] #109 [dev-base 11/11] 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             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
09:28:47 [2023-09-12T09:28:47.964Z] #109 0.604 Hit:1 http://deb.debian.org/debian bullseye InRelease
09:28:47 [2023-09-12T09:28:47.964Z] #109 0.604 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
09:28:47 [2023-09-12T09:28:47.964Z] #109 0.604 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
09:28:48 [2023-09-12T09:28:48.787Z] #109 0.960 Reading package lists...
09:28:49 [2023-09-12T09:28:49.352Z] #109 1.499 Reading package lists...
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.024 Building dependency tree...
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.176 Reading state information...
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.351 gcc is already the newest version (4:10.2.1-1).
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.351 pkg-config is already the newest version (0.29.2-1).
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.351 The following additional packages will be installed:
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.351   gir1.2-glib-2.0 gir1.2-secret-1 libapparmor1 libblkid-dev
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.352   libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1 libglib2.0-bin
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.352   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.352   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.352   libpcre32-3 libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.352   libsepol1-dev uuid-dev zlib1g-dev
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.354 Suggested packages:
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.354   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.354   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.354 Recommended packages:
09:28:49 [2023-09-12T09:28:49.610Z] #109 2.354   build-essential fakeroot libalgorithm-merge-perl
09:28:49 [2023-09-12T09:28:49.867Z] #109 2.595 The following NEW packages will be installed:
09:28:49 [2023-09-12T09:28:49.867Z] #109 2.595   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libapparmor1
09:28:49 [2023-09-12T09:28:49.867Z] #109 2.595   libblkid-dev libdevmapper-dev libdevmapper-event1.02.1 libffi-dev
09:28:49 [2023-09-12T09:28:49.867Z] #109 2.595   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
09:28:49 [2023-09-12T09:28:49.867Z] #109 2.595   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
09:28:49 [2023-09-12T09:28:49.867Z] #109 2.596   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:28:49 [2023-09-12T09:28:49.867Z] #109 2.596   libseccomp-dev libsecret-1-0 libsecret-1-dev libsecret-common
09:28:49 [2023-09-12T09:28:49.867Z] #109 2.596   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev uuid-dev zlib1g-dev
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.868 0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded.
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.868 Need to get 10.4 MB of archives.
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.868 After this operation, 41.6 MB of additional disk space will be used.
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.868 Get:1 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.883 Get:2 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.884 Get:3 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.886 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.887 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.889 Get:6 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.890 Get:7 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.895 Get:8 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.898 Get:9 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.904 Get:10 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.906 Get:11 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.907 Get:12 http://deb.debian.org/debian bullseye-updates/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.908 Get:13 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.910 Get:14 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.912 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.913 Get:16 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.914 Get:17 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.917 Get:18 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.919 Get:19 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.919 Get:20 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.920 Get:21 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.927 Get:22 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.927 Get:23 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.928 Get:24 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.929 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.931 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.933 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.935 Get:28 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.938 Get:29 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.939 Get:30 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.947 Get:31 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.947 Get:32 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
09:28:50 [2023-09-12T09:28:50.125Z] #109 2.949 Get:33 http://deb.debian.org/debian bullseye-updates/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB]
09:28:50 [2023-09-12T09:28:50.383Z] #109 3.090 debconf: delaying package configuration, since apt-utils is not installed
09:28:50 [2023-09-12T09:28:50.383Z] #109 3.128 Fetched 10.4 MB in 0s (29.9 MB/s)
09:28:50 [2023-09-12T09:28:50.383Z] #109 3.153 Selecting previously unselected package dpkg-dev.
09:28:50 [2023-09-12T09:28:50.383Z] #109 3.153 (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 ... 20387 files and directories currently installed.)
09:28:50 [2023-09-12T09:28:50.383Z] #109 3.165 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
09:28:50 [2023-09-12T09:28:50.383Z] #109 3.170 Unpacking dpkg-dev (1.20.12) ...
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.290 Selecting previously unselected package libgirepository-1.0-1:arm64.
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.293 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.300 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.335 Selecting previously unselected package gir1.2-glib-2.0:arm64.
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.338 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.342 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.382 Selecting previously unselected package libsecret-common.
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.385 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.389 Unpacking libsecret-common (0.20.4-2) ...
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.440 Selecting previously unselected package libsecret-1-0:arm64.
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.443 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.446 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.480 Selecting previously unselected package gir1.2-secret-1:arm64.
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.482 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
09:28:50 [2023-09-12T09:28:50.640Z] #109 3.485 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.522 Selecting previously unselected package libapparmor1:arm64.
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.524 Preparing to unpack .../06-libapparmor1_2.13.6-10_arm64.deb ...
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.528 Unpacking libapparmor1:arm64 (2.13.6-10) ...
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.562 Selecting previously unselected package libapparmor-dev:arm64.
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.564 Preparing to unpack .../07-libapparmor-dev_2.13.6-10_arm64.deb ...
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.568 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.605 Selecting previously unselected package uuid-dev:arm64.
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.608 Preparing to unpack .../08-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.612 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.654 Selecting previously unselected package libblkid-dev:arm64.
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.656 Preparing to unpack .../09-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.665 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:28:50 [2023-09-12T09:28:50.898Z] #109 3.715 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.717 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.721 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.752 Selecting previously unselected package libudev-dev:arm64.
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.754 Preparing to unpack .../11-libudev-dev_247.3-7+deb11u4_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.758 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ...
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.797 Selecting previously unselected package libsepol1-dev:arm64.
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.799 Preparing to unpack .../12-libsepol1-dev_3.1-1_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.802 Unpacking libsepol1-dev:arm64 (3.1-1) ...
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.865 Selecting previously unselected package libpcre2-16-0:arm64.
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.867 Preparing to unpack .../13-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.871 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.917 Selecting previously unselected package libpcre2-32-0:arm64.
09:28:51 [2023-09-12T09:28:51.155Z] #109 3.920 Preparing to unpack .../14-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.156Z] #109 3.923 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:28:51 [2023-09-12T09:28:51.156Z] #109 3.970 Selecting previously unselected package libpcre2-posix2:arm64.
09:28:51 [2023-09-12T09:28:51.413Z] #109 3.972 Preparing to unpack .../15-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.413Z] #109 3.977 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.009 Selecting previously unselected package libpcre2-dev:arm64.
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.012 Preparing to unpack .../16-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.015 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.092 Selecting previously unselected package libselinux1-dev:arm64.
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.095 Preparing to unpack .../17-libselinux1-dev_3.1-3_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.099 Unpacking libselinux1-dev:arm64 (3.1-3) ...
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.154 Selecting previously unselected package libdevmapper-dev:arm64.
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.157 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.160 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.191 Selecting previously unselected package libffi-dev:arm64.
09:28:51 [2023-09-12T09:28:51.413Z] #109 4.193 Preparing to unpack .../19-libffi-dev_3.3-6_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.197 Unpacking libffi-dev:arm64 (3.3-6) ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.230 Selecting previously unselected package libglib2.0-data.
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.233 Preparing to unpack .../20-libglib2.0-data_2.66.8-1_all.deb ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.236 Unpacking libglib2.0-data (2.66.8-1) ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.367 Selecting previously unselected package libglib2.0-bin.
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.370 Preparing to unpack .../21-libglib2.0-bin_2.66.8-1_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.374 Unpacking libglib2.0-bin (2.66.8-1) ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.418 Selecting previously unselected package libglib2.0-dev-bin.
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.420 Preparing to unpack .../22-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.424 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.467 Selecting previously unselected package libmount-dev:arm64.
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.470 Preparing to unpack .../23-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.474 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.514 Selecting previously unselected package libpcre16-3:arm64.
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.517 Preparing to unpack .../24-libpcre16-3_2%3a8.39-13_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.521 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
09:28:51 [2023-09-12T09:28:51.670Z] #109 4.571 Selecting previously unselected package libpcre32-3:arm64.
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.573 Preparing to unpack .../25-libpcre32-3_2%3a8.39-13_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.582 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.630 Selecting previously unselected package libpcrecpp0v5:arm64.
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.632 Preparing to unpack .../26-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.636 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.671 Selecting previously unselected package libpcre3-dev:arm64.
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.673 Preparing to unpack .../27-libpcre3-dev_2%3a8.39-13_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.677 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.751 Selecting previously unselected package zlib1g-dev:arm64.
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.753 Preparing to unpack .../28-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.757 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:28:51 [2023-09-12T09:28:51.928Z] #109 4.800 Selecting previously unselected package libglib2.0-dev:arm64.
09:28:52 [2023-09-12T09:28:52.186Z] #109 4.802 Preparing to unpack .../29-libglib2.0-dev_2.66.8-1_arm64.deb ...
09:28:52 [2023-09-12T09:28:52.186Z] #109 4.806 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
09:28:52 [2023-09-12T09:28:52.186Z] #109 4.990 Selecting previously unselected package libseccomp-dev:arm64.
09:28:52 [2023-09-12T09:28:52.186Z] #109 4.993 Preparing to unpack .../30-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:28:52 [2023-09-12T09:28:52.186Z] #109 4.997 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:28:52 [2023-09-12T09:28:52.186Z] #109 5.034 Selecting previously unselected package libsecret-1-dev:arm64.
09:28:52 [2023-09-12T09:28:52.186Z] #109 5.036 Preparing to unpack .../31-libsecret-1-dev_0.20.4-2_arm64.deb ...
09:28:52 [2023-09-12T09:28:52.186Z] #109 5.040 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
09:28:52 [2023-09-12T09:28:52.186Z] #109 5.095 Selecting previously unselected package libsystemd-dev:arm64.
09:28:52 [2023-09-12T09:28:52.443Z] #109 5.097 Preparing to unpack .../32-libsystemd-dev_247.3-7+deb11u4_arm64.deb ...
09:28:52 [2023-09-12T09:28:52.443Z] #109 5.101 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ...
09:28:52 [2023-09-12T09:28:52.443Z] #109 5.214 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
09:28:52 [2023-09-12T09:28:52.443Z] #109 5.225 Setting up libglib2.0-dev-bin (2.66.8-1) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.384 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.395 Setting up libapparmor1:arm64 (2.13.6-10) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.406 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.417 Setting up libpcre16-3:arm64 (2:8.39-13) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.428 Setting up libsepol1-dev:arm64 (3.1-1) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.439 Setting up libffi-dev:arm64 (3.3-6) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.452 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.465 Setting up dpkg-dev (1.20.12) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.482 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.494 Setting up libglib2.0-data (2.66.8-1) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.505 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.517 Setting up libpcre32-3:arm64 (2:8.39-13) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.528 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.539 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.551 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.562 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.574 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
09:28:52 [2023-09-12T09:28:52.701Z] #109 5.585 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.597 Setting up libsecret-common (0.20.4-2) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.607 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.624 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.635 Setting up libselinux1-dev:arm64 (3.1-3) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.646 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.662 Setting up libglib2.0-bin (2.66.8-1) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.673 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.683 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.694 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.707 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.718 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
09:28:52 [2023-09-12T09:28:52.958Z] #109 5.728 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
09:28:52 [2023-09-12T09:28:52.959Z] #109 5.739 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
09:28:52 [2023-09-12T09:28:52.959Z] #109 5.750 No schema files found: doing nothing.
09:28:52 [2023-09-12T09:28:52.959Z] #109 5.754 Processing triggers for libc-bin (2.31-13+deb11u6) ...
09:28:52 [2023-09-12T09:28:52.959Z] #109 5.775 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
09:28:53 [2023-09-12T09:28:53.216Z] #109 DONE 5.9s
09:28:53 [2023-09-12T09:28:53.216Z] 
09:28:53 [2023-09-12T09:28:53.216Z] #110 [dev 1/1] COPY . .
09:28:54 [2023-09-12T09:28:54.149Z] #110 DONE 1.0s
09:28:54 [2023-09-12T09:28:54.149Z] 
09:28:54 [2023-09-12T09:28:54.149Z] #111 exporting to image
09:28:54 [2023-09-12T09:28:54.149Z] #111 exporting layers
09:28:55 [2023-09-12T09:28:55.083Z] #111 exporting layers 0.9s done
09:28:55 [2023-09-12T09:28:55.083Z] #111 writing image sha256:213793c0a1c591f371c84cd05240271e0cb070b76ff2db6a0c9a3dcc6cb594e1 done
09:28:55 [2023-09-12T09:28:55.083Z] #111 naming to docker.io/library/docker:0dae84ca6455cd6217751ddae8a1ee8be15812d8 done
09:28:55 [2023-09-12T09:28:55.083Z] #111 DONE 0.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
09:28:55 [2023-09-12T09:28:55.377Z] + sudo modprobe ip6table_filter
[Pipeline] sh
09:28:55 [2023-09-12T09:28:55.668Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46460/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0dae84ca6455cd6217751ddae8a1ee8be15812d8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 docker:0dae84ca6455cd6217751ddae8a1ee8be15812d8 hack/test/unit
09:28:55 [2023-09-12T09:28:55.931Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
09:28:55 [2023-09-12T09:28:55.931Z] + TESTFLAGS+=' -test.timeout=5m'
09:28:55 [2023-09-12T09:28:55.931Z] + TESTDIRS=./...
09:28:55 [2023-09-12T09:28:55.931Z] + exclude_paths='/vendor/|/integration'
09:28:55 [2023-09-12T09:28:55.931Z] ++ go list ./...
09:28:55 [2023-09-12T09:28:55.931Z] ++ grep -vE '(/vendor/|/integration)'
09:28:56 [2023-09-12T09:28:56.504Z] + pkg_list='github.com/docker/docker/api
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/backend/build
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/httpstatus
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/httputils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/middleware
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/build
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/checkpoint
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/container
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/debug
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/distribution
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/grpc
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/image
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/network
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/plugin
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/session
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/swarm
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/system
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/volume
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/backend
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/blkiodev
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/container
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/events
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/filters
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/image
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/mount
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/network
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/plugins/logdriver
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/registry
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/strslice
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/swarm
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/swarm/runtime
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/time
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/versions
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/versions/v1p19
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/versions/v1p20
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/volume
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next/exporter
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next/worker
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next/worker/label
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/dockerfile
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/remotecontext
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/remotecontext/git
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/remotecontext/urlutil
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/cli
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/cli/config
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/cli/debug
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/cli/winresources/docker-proxy
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/cli/winresources/dockerd
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/client
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/cmd/docker-proxy
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/cmd/dockerd
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/cmd/dockerd/trap
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/container
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/container/stream
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/contrib/apparmor
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/contrib/docker-device-tool
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/contrib/httpserver
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/cluster
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/cluster/convert
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/cluster/executor
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/cluster/executor/container
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/cluster/provider
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/config
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/events
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/events/testutils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/exec
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/aufs
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/copy
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/overlay
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/register
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/vfs
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/graphdriver/zfs
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/images
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/initlayer
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/links
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/listeners
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/awslogs
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/fluentd
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/gcplogs
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/gelf
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/journald
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/local
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/logentries
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/loggertest
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/loggerutils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/splunk
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/syslog
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/logger/templates
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/names
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/network
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/daemon/stats
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/distribution
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/distribution/metadata
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/distribution/utils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/distribution/xfer
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/dockerversion
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/errdefs
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/image
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/image/cache
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/image/tarexport
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/image/v1
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/internal/test/suite
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/layer
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libcontainerd
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libcontainerd/queue
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libcontainerd/remote
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libcontainerd/supervisor
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libcontainerd/types
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/bitseq
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/cluster
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/config
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/datastore
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/diagnostic
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/discoverapi
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/driverapi
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/bridge
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/host
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/null
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/overlay
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/remote
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/windows
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/drvregistry
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/etchosts
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/idm
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/internal/caller
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/ipam
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/ipamapi
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/ipams/builtin
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/ipams/null
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/ipams/remote
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/ipamutils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/iptables
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/netlabel
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/netutils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/networkdb
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/ns
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/options
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/osl
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/osl/kernel
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/portallocator
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/portmapper
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/resolvconf
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/testutils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/libnetwork/types
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/oci
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/oci/caps
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/opts
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/aaparser
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/archive
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/authorization
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/broadcaster
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/capabilities
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/chrootarchive
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/containerfs
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/devicemapper
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/directory
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/dmesg
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/fileutils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/fsutils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/homedir
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/idtools
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/ioutils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/jsonmessage
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/longpath
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/loopback
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/namesgenerator
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/parsers
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/parsers/kernel
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/pidfile
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/platform
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/plugingetter
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/plugins
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/plugins/transport
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/pools
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/progress
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/pubsub
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/reexec
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/rootless
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/rootless/specconv
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/signal
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/stack
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/stdcopy
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/streamformatter
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/stringid
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/sysinfo
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/system
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/tailfile
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/tarsum
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/truncindex
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/urlutil
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/pkg/useragent
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/plugin
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/plugin/executor/containerd
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/plugin/v2
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/profiles/apparmor
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/profiles/seccomp
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/quota
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/reference
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/registry
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/registry/resumable
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/restartmanager
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/runconfig
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/runconfig/opts
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil/daemon
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil/environment
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil/fakecontext
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil/fakegit
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil/fakestorage
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil/fixtures/load
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil/fixtures/plugin
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil/registry
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/testutil/request
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/volume
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/volume/drivers
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/volume/local
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/volume/mounts
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/volume/service
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/volume/service/opts
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/volume/testutils'
09:28:56 [2023-09-12T09:28:56.504Z] ++ grep --fixed-strings -v /libnetwork
09:28:56 [2023-09-12T09:28:56.504Z] ++ echo 'github.com/docker/docker/api
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/backend/build
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/httpstatus
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/httputils
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/middleware
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/build
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/checkpoint
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/container
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/debug
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/distribution
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/grpc
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/image
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/network
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/plugin
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/session
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/swarm
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/system
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/server/router/volume
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/backend
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/blkiodev
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/container
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/events
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/filters
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/image
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/mount
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/network
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/plugins/logdriver
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/registry
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/strslice
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/swarm
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/swarm/runtime
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/time
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/versions
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/versions/v1p19
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/versions/v1p20
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/api/types/volume
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:28:56 [2023-09-12T09:28:56.504Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/exporter
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/worker
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/worker/label
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/dockerfile
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/remotecontext
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/remotecontext/git
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/remotecontext/urlutil
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cli
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cli/config
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cli/debug
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cli/winresources/docker-proxy
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cli/winresources/dockerd
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/client
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cmd/docker-proxy
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cmd/dockerd
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cmd/dockerd/trap
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/container
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/container/stream
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/contrib/apparmor
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/contrib/docker-device-tool
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/contrib/httpserver
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster/convert
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster/executor
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster/executor/container
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster/provider
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/config
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/events
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/events/testutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/exec
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/aufs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/copy
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/overlay
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/register
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/vfs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/zfs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/images
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/initlayer
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/links
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/listeners
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/awslogs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/fluentd
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/gcplogs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/gelf
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/journald
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/local
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/logentries
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/loggertest
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/loggerutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/splunk
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/syslog
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/templates
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/names
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/network
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/stats
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/distribution
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/distribution/metadata
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/distribution/utils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/distribution/xfer
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/dockerversion
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/errdefs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/image
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/image/cache
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/image/tarexport
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/image/v1
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/internal/test/suite
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/layer
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libcontainerd
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libcontainerd/queue
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libcontainerd/remote
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libcontainerd/supervisor
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libcontainerd/types
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/bitseq
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/cluster
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/config
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/datastore
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/diagnostic
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/discoverapi
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/driverapi
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/bridge
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/host
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/null
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/overlay
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/remote
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/windows
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/drvregistry
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/etchosts
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/idm
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/internal/caller
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/ipam
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/ipamapi
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/ipams/builtin
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/ipams/null
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/ipams/remote
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/ipamutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/iptables
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/netlabel
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/netutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/networkdb
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/ns
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/options
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/osl
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/osl/kernel
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/portallocator
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/portmapper
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/resolvconf
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/testutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/libnetwork/types
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/oci
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/oci/caps
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/opts
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/aaparser
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/archive
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/authorization
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/broadcaster
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/capabilities
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/chrootarchive
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/containerfs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/devicemapper
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/directory
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/dmesg
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/fileutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/fsutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/homedir
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/idtools
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/ioutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/jsonmessage
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/longpath
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/loopback
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/namesgenerator
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/parsers
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/parsers/kernel
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/pidfile
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/platform
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/plugingetter
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/plugins
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/plugins/transport
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/pools
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/progress
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/pubsub
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/reexec
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/rootless
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/rootless/specconv
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/signal
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/stack
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/stdcopy
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/streamformatter
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/stringid
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/sysinfo
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/system
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/tailfile
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/tarsum
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/truncindex
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/urlutil
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/pkg/useragent
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/plugin
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/plugin/executor/containerd
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/plugin/v2
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/profiles/apparmor
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/profiles/seccomp
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/quota
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/reference
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/registry
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/registry/resumable
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/restartmanager
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/runconfig
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/runconfig/opts
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil/daemon
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil/environment
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil/fakecontext
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil/fakegit
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil/fakestorage
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil/fixtures/load
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil/fixtures/plugin
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil/registry
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/testutil/request
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/volume
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/volume/drivers
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/volume/local
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/volume/mounts
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/volume/service
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/volume/service/opts
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/volume/testutils'
09:28:56 [2023-09-12T09:28:56.505Z] + base_pkg_list='github.com/docker/docker/api
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/backend/build
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/httpstatus
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/httputils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/middleware
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/build
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/checkpoint
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/container
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/debug
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/distribution
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/grpc
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/image
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/network
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/plugin
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/session
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/swarm
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/system
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/server/router/volume
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/backend
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/blkiodev
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/container
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/events
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/filters
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/image
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/mount
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/network
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/plugins/logdriver
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/registry
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/strslice
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/swarm
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/swarm/runtime
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/time
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/versions
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/versions/v1p19
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/versions/v1p20
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/api/types/volume
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/exporter
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/worker
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/builder-next/worker/label
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/dockerfile
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/remotecontext
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/remotecontext/git
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/builder/remotecontext/urlutil
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cli
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cli/config
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cli/debug
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cli/winresources/docker-proxy
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cli/winresources/dockerd
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/client
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cmd/docker-proxy
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cmd/dockerd
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cmd/dockerd/trap
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/container
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/container/stream
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/contrib/apparmor
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/contrib/docker-device-tool
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/contrib/httpserver
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster/convert
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster/executor
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster/executor/container
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/cluster/provider
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/config
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/events
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/events/testutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/exec
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/aufs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/copy
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/overlay
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/register
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/vfs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/graphdriver/zfs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/images
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/initlayer
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/links
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/listeners
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/awslogs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/fluentd
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/gcplogs
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/gelf
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/journald
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/local
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/logentries
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/loggertest
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/loggerutils
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/splunk
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/syslog
09:28:56 [2023-09-12T09:28:56.505Z] github.com/docker/docker/daemon/logger/templates
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/names
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/network
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/stats
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/distribution
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/distribution/metadata
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/distribution/utils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/distribution/xfer
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/dockerversion
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/errdefs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/image
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/image/cache
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/image/tarexport
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/image/v1
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/internal/test/suite
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/layer
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libcontainerd
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libcontainerd/queue
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libcontainerd/remote
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libcontainerd/supervisor
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libcontainerd/types
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/oci
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/oci/caps
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/opts
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/aaparser
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/archive
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/authorization
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/broadcaster
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/capabilities
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/chrootarchive
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/containerfs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/devicemapper
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/directory
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/dmesg
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/fileutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/fsutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/homedir
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/idtools
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/ioutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/jsonmessage
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/longpath
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/loopback
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/namesgenerator
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/parsers
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/parsers/kernel
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/pidfile
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/platform
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/plugingetter
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/plugins
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/plugins/transport
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/pools
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/progress
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/pubsub
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/reexec
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/rootless
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/rootless/specconv
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/signal
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/stack
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/stdcopy
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/streamformatter
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/stringid
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/sysinfo
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/system
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/tailfile
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/tarsum
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/truncindex
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/urlutil
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/useragent
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/plugin
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/plugin/executor/containerd
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/plugin/v2
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/profiles/apparmor
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/profiles/seccomp
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/quota
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/reference
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/registry
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/registry/resumable
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/restartmanager
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/runconfig
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/runconfig/opts
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil/daemon
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil/environment
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil/fakecontext
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil/fakegit
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil/fakestorage
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil/fixtures/load
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil/fixtures/plugin
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil/registry
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/testutil/request
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/volume
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/volume/drivers
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/volume/local
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/volume/mounts
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/volume/service
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/volume/service/opts
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/volume/testutils'
09:28:56 [2023-09-12T09:28:56.506Z] ++ grep --fixed-strings /libnetwork
09:28:56 [2023-09-12T09:28:56.506Z] ++ echo 'github.com/docker/docker/api
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/backend/build
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/httpstatus
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/httputils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/middleware
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/build
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/checkpoint
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/container
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/debug
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/distribution
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/grpc
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/image
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/network
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/plugin
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/session
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/swarm
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/system
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/server/router/volume
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/backend
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/blkiodev
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/container
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/events
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/filters
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/image
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/mount
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/network
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/plugins/logdriver
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/registry
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/strslice
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/swarm
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/swarm/runtime
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/time
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/versions
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/versions/v1p19
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/versions/v1p20
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/api/types/volume
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/builder-next
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/builder-next/exporter
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/builder-next/worker
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/builder-next/worker/label
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/dockerfile
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/remotecontext
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/remotecontext/git
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/builder/remotecontext/urlutil
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/cli
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/cli/config
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/cli/debug
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/cli/winresources/docker-proxy
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/cli/winresources/dockerd
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/client
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/cmd/docker-proxy
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/cmd/dockerd
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/cmd/dockerd/trap
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/container
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/container/stream
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/contrib/apparmor
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/contrib/docker-device-tool
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/contrib/httpserver
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/cluster
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/cluster/convert
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/cluster/executor
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/cluster/executor/container
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/cluster/provider
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/config
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/events
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/events/testutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/exec
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/aufs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/copy
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/overlay
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/register
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/vfs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/graphdriver/zfs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/images
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/initlayer
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/links
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/listeners
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/awslogs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/fluentd
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/gcplogs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/gelf
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/journald
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/local
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/logentries
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/loggertest
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/loggerutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/splunk
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/syslog
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/logger/templates
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/names
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/network
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/daemon/stats
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/distribution
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/distribution/metadata
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/distribution/utils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/distribution/xfer
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/dockerversion
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/errdefs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/image
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/image/cache
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/image/tarexport
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/image/v1
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/internal/test/suite
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/layer
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libcontainerd
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libcontainerd/queue
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libcontainerd/remote
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libcontainerd/supervisor
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libcontainerd/types
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/bitseq
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/cluster
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/config
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/datastore
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/diagnostic
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/discoverapi
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/driverapi
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/bridge
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/host
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/null
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/overlay
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/remote
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/windows
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/drvregistry
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/etchosts
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/idm
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/internal/caller
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/ipam
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/ipamapi
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/ipams/builtin
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/ipams/null
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/ipams/remote
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/ipamutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/iptables
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/netlabel
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/netutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/networkdb
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/ns
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/options
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/osl
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/osl/kernel
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/portallocator
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/portmapper
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/resolvconf
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/testutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/libnetwork/types
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/oci
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/oci/caps
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/opts
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/aaparser
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/archive
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/authorization
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/broadcaster
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/capabilities
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/chrootarchive
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/containerfs
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/devicemapper
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/directory
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/dmesg
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/fileutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/fsutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/homedir
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/idtools
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/ioutils
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/jsonmessage
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/longpath
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/loopback
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/namesgenerator
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/parsers
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/parsers/kernel
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:28:56 [2023-09-12T09:28:56.506Z] github.com/docker/docker/pkg/pidfile
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/platform
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/plugingetter
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/plugins
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/plugins/transport
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/pools
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/progress
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/pubsub
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/reexec
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/rootless
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/rootless/specconv
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/signal
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/stack
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/stdcopy
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/streamformatter
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/stringid
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/sysinfo
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/system
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/tailfile
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/tarsum
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/truncindex
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/urlutil
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/pkg/useragent
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/plugin
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/plugin/executor/containerd
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/plugin/v2
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/profiles/apparmor
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/profiles/seccomp
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/quota
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/reference
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/registry
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/registry/resumable
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/restartmanager
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/runconfig
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/runconfig/opts
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil/daemon
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil/environment
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil/fakecontext
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil/fakegit
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil/fakestorage
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil/fixtures/load
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil/fixtures/plugin
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil/registry
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/testutil/request
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/volume
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/volume/drivers
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/volume/local
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/volume/mounts
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/volume/service
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/volume/service/opts
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/volume/testutils'
09:28:56 [2023-09-12T09:28:56.507Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/bitseq
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cluster
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/config
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/datastore
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/diagnostic
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/discoverapi
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/driverapi
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/bridge
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/host
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/null
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/overlay
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/remote
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/windows
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drvregistry
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/etchosts
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/idm
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/internal/caller
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipam
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipamapi
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipams/builtin
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipams/null
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipams/remote
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipamutils
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/iptables
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/netlabel
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/netutils
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/networkdb
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ns
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/options
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/osl
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/osl/kernel
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/portallocator
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/portmapper
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/resolvconf
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/testutils
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/types'
09:28:56 [2023-09-12T09:28:56.507Z] + echo 'github.com/docker/docker/libnetwork
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/bitseq
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cluster
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/config
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/datastore
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/diagnostic
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/discoverapi
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/driverapi
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/bridge
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/host
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/null
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/overlay
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/remote
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/windows
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drvregistry
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/etchosts
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/idm
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/internal/caller
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipam
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipamapi
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipams/builtin
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipams/null
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipams/remote
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ipamutils
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/iptables
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/netlabel
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/netutils
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/networkdb
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/ns
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/options
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/osl
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/osl/kernel
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/portallocator
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/portmapper
09:28:56 [2023-09-12T09:28:56.507Z] + grep --fixed-strings libnetwork/drivers/bridge
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/resolvconf
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/testutils
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/types'
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/bridge
09:28:56 [2023-09-12T09:28:56.507Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:28:56 [2023-09-12T09:28:56.507Z] + type docker-proxy
09:28:56 [2023-09-12T09:28:56.507Z] hack/test/unit: line 25: type: docker-proxy: not found
09:28:56 [2023-09-12T09:28:56.507Z] + hack/make.sh binary-proxy install-proxy
09:28:56 [2023-09-12T09:28:56.507Z] 
09:28:56 [2023-09-12T09:28:56.507Z] Removing bundles/
09:28:56 [2023-09-12T09:28:56.507Z] 
09:28:56 [2023-09-12T09:28:56.507Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
09:28:56 [2023-09-12T09:28:56.507Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
09:29:00 [2023-09-12T09:29:00.690Z] Created binary: bundles/binary-proxy/docker-proxy
09:29:00 [2023-09-12T09:29:00.690Z] 
09:29:00 [2023-09-12T09:29:00.690Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
09:29:00 [2023-09-12T09:29:00.690Z] Installing docker-proxy to /usr/local/bin/
09:29:00 [2023-09-12T09:29:00.690Z] 
09:29:00 [2023-09-12T09:29:00.690Z] + mkdir -p bundles
09:29:00 [2023-09-12T09:29:00.690Z] + '[' -n 'github.com/docker/docker/api
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/backend/build
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/httpstatus
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/httputils
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/middleware
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/build
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/checkpoint
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/container
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/debug
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/distribution
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/grpc
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/image
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/network
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/plugin
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/session
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/swarm
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/system
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/server/router/volume
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/backend
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/blkiodev
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/container
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/events
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/filters
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/image
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/mount
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/network
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/plugins/logdriver
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/registry
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/strslice
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/swarm
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/swarm/runtime
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/time
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/versions
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/versions/v1p19
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/versions/v1p20
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/api/types/volume
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/builder-next
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/builder-next/exporter
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/builder-next/worker
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/builder-next/worker/label
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/dockerfile
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/remotecontext
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/remotecontext/git
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/builder/remotecontext/urlutil
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/cli
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/cli/config
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/cli/debug
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/cli/winresources/docker-proxy
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/cli/winresources/dockerd
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/client
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/cmd/docker-proxy
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/cmd/dockerd
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/cmd/dockerd/trap
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/container
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/container/stream
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/contrib/apparmor
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/contrib/docker-device-tool
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/contrib/httpserver
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/cluster
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/cluster/convert
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/cluster/executor
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/cluster/executor/container
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/cluster/provider
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/config
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/events
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/events/testutils
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/exec
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/aufs
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/copy
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/overlay
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/register
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/vfs
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/graphdriver/zfs
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/images
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/initlayer
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/links
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/listeners
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/awslogs
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/fluentd
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/gcplogs
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/gelf
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/journald
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/local
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/logentries
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/loggertest
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/loggerutils
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/splunk
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/syslog
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/logger/templates
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/names
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/network
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/daemon/stats
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/distribution
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/distribution/metadata
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/distribution/utils
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/distribution/xfer
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/dockerversion
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/errdefs
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/image
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/image/cache
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/image/tarexport
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/image/v1
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/internal/test/suite
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/layer
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/libcontainerd
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/libcontainerd/queue
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/libcontainerd/remote
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/libcontainerd/supervisor
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/libcontainerd/types
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/oci
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/oci/caps
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/opts
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/aaparser
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/archive
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/authorization
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/broadcaster
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/capabilities
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/chrootarchive
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/containerfs
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/devicemapper
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/directory
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/dmesg
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/fileutils
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/fsutils
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/homedir
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/idtools
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/ioutils
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/jsonmessage
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/longpath
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/loopback
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/namesgenerator
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/parsers
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/parsers/kernel
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/pidfile
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/platform
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/plugingetter
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/plugins
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/plugins/transport
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/pools
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/progress
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/pubsub
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/reexec
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/rootless
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/rootless/specconv
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/signal
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/stack
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/stdcopy
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/streamformatter
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/stringid
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/sysinfo
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/system
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/tailfile
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/tarsum
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/truncindex
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/urlutil
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/pkg/useragent
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/plugin
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/plugin/executor/containerd
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/plugin/v2
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/profiles/apparmor
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/profiles/seccomp
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/quota
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/reference
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/registry
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/registry/resumable
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/restartmanager
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/runconfig
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/runconfig/opts
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil/daemon
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil/environment
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil/fakecontext
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil/fakegit
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil/fakestorage
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil/fixtures/load
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil/fixtures/plugin
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil/registry
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/testutil/request
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/volume
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/volume/drivers
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/volume/local
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/volume/mounts
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/volume/service
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/volume/service/opts
09:29:00 [2023-09-12T09:29:00.690Z] github.com/docker/docker/volume/testutils' ']'
09:29:00 [2023-09-12T09:29:00.691Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -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/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/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/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 github.com/docker/docker/cli/config 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/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/docker-device-tool 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/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay 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/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/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/test/suite 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/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/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils 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/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/signal 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/truncindex github.com/docker/docker/pkg/urlutil 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
09:29:01 [2023-09-12T09:29:01.625Z] ?   	github.com/docker/docker/api	[no test files]
09:29:08 [2023-09-12T09:29:08.190Z] 	github.com/docker/docker/api/server	coverage: 7.9% of statements
09:29:08 [2023-09-12T09:29:08.190Z] ok  	github.com/docker/docker/api/server	0.045s	coverage: 7.9% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] 	github.com/docker/docker/api/server/httputils	coverage: 31.9% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ok  	github.com/docker/docker/api/server/httputils	0.009s	coverage: 31.9% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/container	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/events	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 6.0% of statements
09:29:26 [2023-09-12T09:29:26.360Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ok  	github.com/docker/docker/api/server/router/volume	0.006s	coverage: 66.7% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/image	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/network	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
09:29:26 [2023-09-12T09:29:26.360Z] 	github.com/docker/docker/api/types/filters	coverage: 93.7% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 93.7% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/builder	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
09:29:26 [2023-09-12T09:29:26.360Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
09:29:26 [2023-09-12T09:29:26.360Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
09:29:26 [2023-09-12T09:29:26.360Z] ok  	github.com/docker/docker/api/types/time	0.012s	coverage: 100.0% of statements
09:29:26 [2023-09-12T09:29:26.927Z] ?   	github.com/docker/docker/cli	[no test files]
09:29:26 [2023-09-12T09:29:26.927Z] ?   	github.com/docker/docker/cli/config	[no test files]
09:29:26 [2023-09-12T09:29:26.927Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
09:29:26 [2023-09-12T09:29:26.927Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
09:29:26 [2023-09-12T09:29:26.927Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.015s	coverage: 100.0% of statements
09:29:26 [2023-09-12T09:29:26.927Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
09:29:26 [2023-09-12T09:29:26.927Z] ok  	github.com/docker/docker/cli/debug	0.018s	coverage: 100.0% of statements
09:29:26 [2023-09-12T09:29:26.927Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
09:29:26 [2023-09-12T09:29:26.927Z] 	github.com/docker/docker/builder/remotecontext	coverage: 13.7% of statements
09:29:26 [2023-09-12T09:29:26.927Z] ok  	github.com/docker/docker/builder/remotecontext	0.119s	coverage: 13.7% of statements
09:29:27 [2023-09-12T09:29:27.494Z] 	github.com/docker/docker/builder/dockerfile	coverage: 49.3% of statements
09:29:27 [2023-09-12T09:29:27.494Z] ok  	github.com/docker/docker/builder/dockerfile	0.637s	coverage: 49.3% of statements
09:29:30 [2023-09-12T09:29:30.028Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 66.5% of statements
09:29:30 [2023-09-12T09:29:30.028Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.040s	coverage: 66.5% of statements
09:29:30 [2023-09-12T09:29:30.028Z] 	github.com/docker/docker/client	coverage: 76.8% of statements
09:29:30 [2023-09-12T09:29:30.028Z] ok  	github.com/docker/docker/client	0.102s	coverage: 76.8% of statements
09:29:32 [2023-09-12T09:29:32.560Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 83.5% of statements
09:29:32 [2023-09-12T09:29:32.561Z] ok  	github.com/docker/docker/builder/remotecontext/git	5.355s	coverage: 83.5% of statements
09:29:39 [2023-09-12T09:29:39.123Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
09:29:39 [2023-09-12T09:29:39.123Z] ?   	github.com/docker/docker/container/stream	[no test files]
09:29:39 [2023-09-12T09:29:39.123Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
09:29:39 [2023-09-12T09:29:39.123Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
09:29:39 [2023-09-12T09:29:39.123Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
09:29:39 [2023-09-12T09:29:39.123Z] 	github.com/docker/docker/cmd/dockerd	coverage: 30.1% of statements
09:29:39 [2023-09-12T09:29:39.123Z] ok  	github.com/docker/docker/cmd/dockerd	0.065s	coverage: 30.1% of statements
09:29:39 [2023-09-12T09:29:39.123Z] 	github.com/docker/docker/container	coverage: 36.1% of statements
09:29:39 [2023-09-12T09:29:39.123Z] ok  	github.com/docker/docker/container	0.133s	coverage: 36.1% of statements
09:29:41 [2023-09-12T09:29:41.032Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
09:29:41 [2023-09-12T09:29:41.032Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.476s	coverage: 0.0% of statements
09:29:44 [2023-09-12T09:29:44.337Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
09:29:44 [2023-09-12T09:29:44.337Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
09:29:44 [2023-09-12T09:29:44.337Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
09:29:44 [2023-09-12T09:29:44.337Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 39.2% of statements
09:29:44 [2023-09-12T09:29:44.337Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.014s	coverage: 65.3% of statements
09:29:44 [2023-09-12T09:29:44.337Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.015s	coverage: 39.2% of statements
09:29:44 [2023-09-12T09:29:44.337Z] 	github.com/docker/docker/daemon/config	coverage: 77.0% of statements
09:29:44 [2023-09-12T09:29:44.337Z] ok  	github.com/docker/docker/daemon/config	0.042s	coverage: 77.0% of statements
09:29:44 [2023-09-12T09:29:44.337Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
09:29:44 [2023-09-12T09:29:44.337Z] ok  	github.com/docker/docker/daemon/cluster	0.065s	coverage: 0.5% of statements
09:29:44 [2023-09-12T09:29:44.337Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
09:29:44 [2023-09-12T09:29:44.337Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
09:29:44 [2023-09-12T09:29:44.337Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
09:29:44 [2023-09-12T09:29:44.337Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
09:29:44 [2023-09-12T09:29:44.595Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.2% of statements
09:29:44 [2023-09-12T09:29:44.595Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
09:29:45 [2023-09-12T09:29:45.161Z] 	github.com/docker/docker/daemon/graphdriver/aufs	coverage: 74.8% of statements
09:29:45 [2023-09-12T09:29:45.161Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.552s	coverage: 74.8% of statements
09:29:45 [2023-09-12T09:29:45.419Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
09:29:45 [2023-09-12T09:29:45.419Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 2.8% of statements
09:29:45 [2023-09-12T09:29:45.677Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
09:29:45 [2023-09-12T09:29:45.677Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 59.6% of statements
09:29:45 [2023-09-12T09:29:45.677Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.186s	coverage: 59.6% of statements
09:29:45 [2023-09-12T09:29:45.677Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
09:29:45 [2023-09-12T09:29:45.677Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.018s	coverage: 1.9% of statements
09:29:46 [2023-09-12T09:29:46.244Z] 	github.com/docker/docker/daemon/graphdriver/overlay	coverage: 50.6% of statements
09:29:46 [2023-09-12T09:29:46.244Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.174s	coverage: 50.6% of statements
09:29:46 [2023-09-12T09:29:46.502Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
09:29:46 [2023-09-12T09:29:46.502Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
09:29:46 [2023-09-12T09:29:46.502Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 58.5% of statements
09:29:46 [2023-09-12T09:29:46.502Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.008s	coverage: 58.5% of statements
09:29:47 [2023-09-12T09:29:47.067Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
09:29:47 [2023-09-12T09:29:47.067Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
09:29:47 [2023-09-12T09:29:47.067Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 58.5% of statements
09:29:47 [2023-09-12T09:29:47.067Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.691s	coverage: 58.5% of statements
09:29:47 [2023-09-12T09:29:47.326Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.4% of statements
09:29:47 [2023-09-12T09:29:47.326Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.471s	coverage: 13.4% of statements
09:29:47 [2023-09-12T09:29:47.892Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
09:29:47 [2023-09-12T09:29:47.892Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
09:29:47 [2023-09-12T09:29:47.892Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
09:29:47 [2023-09-12T09:29:47.892Z] ok  	github.com/docker/docker/daemon/links	0.004s	coverage: 93.0% of statements
09:29:47 [2023-09-12T09:29:47.892Z] 	github.com/docker/docker/daemon/images	coverage: 6.9% of statements
09:29:47 [2023-09-12T09:29:47.892Z] ok  	github.com/docker/docker/daemon/images	0.040s	coverage: 6.9% of statements
09:29:48 [2023-09-12T09:29:48.151Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
09:29:48 [2023-09-12T09:29:48.151Z] ok  	github.com/docker/docker/daemon/logger	0.226s	coverage: 43.2% of statements
09:29:48 [2023-09-12T09:29:48.410Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 79.0% of statements
09:29:48 [2023-09-12T09:29:48.410Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.137s	coverage: 79.0% of statements
09:29:48 [2023-09-12T09:29:48.668Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
09:29:48 [2023-09-12T09:29:48.668Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
09:29:48 [2023-09-12T09:29:48.668Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.015s	coverage: 68.2% of statements
09:29:48 [2023-09-12T09:29:48.668Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
09:29:48 [2023-09-12T09:29:48.668Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.019s	coverage: 53.6% of statements
09:29:48 [2023-09-12T09:29:48.668Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 23.4% of statements
09:29:48 [2023-09-12T09:29:48.668Z] ok  	github.com/docker/docker/daemon/logger/journald	0.006s	coverage: 23.4% of statements
09:29:48 [2023-09-12T09:29:48.927Z] 	github.com/docker/docker/daemon/graphdriver/devmapper	coverage: 45.9% of statements
09:29:48 [2023-09-12T09:29:48.927Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.093s	coverage: 45.9% of statements
09:29:48 [2023-09-12T09:29:48.927Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
09:29:48 [2023-09-12T09:29:48.927Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
09:29:49 [2023-09-12T09:29:49.186Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
09:29:49 [2023-09-12T09:29:49.186Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.093s	coverage: 76.8% of statements
09:29:49 [2023-09-12T09:29:49.186Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
09:29:49 [2023-09-12T09:29:49.186Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
09:29:49 [2023-09-12T09:29:49.186Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
09:29:49 [2023-09-12T09:29:49.186Z] ok  	github.com/docker/docker/daemon/logger/local	0.024s	coverage: 79.4% of statements
09:29:49 [2023-09-12T09:29:49.446Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 62.0% of statements
09:29:49 [2023-09-12T09:29:49.446Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
09:29:49 [2023-09-12T09:29:49.446Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.026s	coverage: 62.0% of statements
09:29:49 [2023-09-12T09:29:49.446Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.035s	coverage: 31.5% of statements
09:29:50 [2023-09-12T09:29:50.014Z] ?   	github.com/docker/docker/daemon/names	[no test files]
09:29:50 [2023-09-12T09:29:50.014Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
09:29:50 [2023-09-12T09:29:50.014Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
09:29:50 [2023-09-12T09:29:50.014Z] ok  	github.com/docker/docker/daemon/logger/templates	0.010s	coverage: 8.3% of statements
09:29:50 [2023-09-12T09:29:50.014Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
09:29:50 [2023-09-12T09:29:50.014Z] ok  	github.com/docker/docker/daemon/network	0.012s	coverage: 63.8% of statements
09:29:50 [2023-09-12T09:29:50.014Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
09:29:50 [2023-09-12T09:29:50.014Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.026s	coverage: 46.8% of statements
09:29:50 [2023-09-12T09:29:50.581Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
09:29:50 [2023-09-12T09:29:50.581Z] ?   	github.com/docker/docker/dockerversion	[no test files]
09:29:50 [2023-09-12T09:29:50.581Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
09:29:50 [2023-09-12T09:29:50.581Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.7% of statements
09:29:50 [2023-09-12T09:29:50.840Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
09:29:50 [2023-09-12T09:29:50.840Z] ok  	github.com/docker/docker/distribution/metadata	0.034s	coverage: 44.4% of statements
09:29:51 [2023-09-12T09:29:51.407Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
09:29:51 [2023-09-12T09:29:51.407Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
09:29:51 [2023-09-12T09:29:51.407Z] 	github.com/docker/docker/image	coverage: 87.3% of statements
09:29:51 [2023-09-12T09:29:51.407Z] ok  	github.com/docker/docker/image	0.026s	coverage: 87.3% of statements
09:29:51 [2023-09-12T09:29:51.407Z] ?   	github.com/docker/docker/image/v1	[no test files]
09:29:51 [2023-09-12T09:29:51.407Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
09:29:51 [2023-09-12T09:29:51.407Z] 	github.com/docker/docker/image/tarexport	coverage: 0.7% of statements
09:29:51 [2023-09-12T09:29:51.407Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.7% of statements
09:29:51 [2023-09-12T09:29:51.407Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
09:29:51 [2023-09-12T09:29:51.407Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.483s	coverage: 82.5% of statements
09:29:52 [2023-09-12T09:29:52.343Z] 	github.com/docker/docker/distribution	coverage: 29.5% of statements
09:29:52 [2023-09-12T09:29:52.343Z] ok  	github.com/docker/docker/distribution	1.514s	coverage: 29.5% of statements
09:29:52 [2023-09-12T09:29:52.343Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
09:29:52 [2023-09-12T09:29:52.343Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
09:29:52 [2023-09-12T09:29:52.343Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
09:29:52 [2023-09-12T09:29:52.343Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
09:29:52 [2023-09-12T09:29:52.343Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
09:29:52 [2023-09-12T09:29:52.343Z] ok  	github.com/docker/docker/libcontainerd/queue	0.031s	coverage: 100.0% of statements
09:29:52 [2023-09-12T09:29:52.602Z] ?   	github.com/docker/docker/oci/caps	[no test files]
09:29:52 [2023-09-12T09:29:52.602Z] 	github.com/docker/docker/oci	coverage: 44.6% of statements
09:29:52 [2023-09-12T09:29:52.602Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 44.6% of statements
09:29:52 [2023-09-12T09:29:52.861Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
09:29:52 [2023-09-12T09:29:52.861Z] ok  	github.com/docker/docker/pkg/aaparser	0.009s	coverage: 52.9% of statements
09:29:52 [2023-09-12T09:29:52.861Z] 	github.com/docker/docker/opts	coverage: 66.0% of statements
09:29:52 [2023-09-12T09:29:52.861Z] ok  	github.com/docker/docker/opts	0.069s	coverage: 66.0% of statements
09:29:53 [2023-09-12T09:29:53.120Z] 	github.com/docker/docker/distribution/xfer	coverage: 85.4% of statements
09:29:53 [2023-09-12T09:29:53.120Z] ok  	github.com/docker/docker/distribution/xfer	2.329s	coverage: 85.4% of statements
09:29:53 [2023-09-12T09:29:53.379Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
09:29:53 [2023-09-12T09:29:53.379Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
09:29:53 [2023-09-12T09:29:53.379Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
09:29:53 [2023-09-12T09:29:53.379Z] ok  	github.com/docker/docker/pkg/capabilities	0.005s	coverage: 87.5% of statements
09:29:53 [2023-09-12T09:29:53.638Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
09:29:53 [2023-09-12T09:29:53.638Z] 	github.com/docker/docker/pkg/containerfs	coverage: 6.7% of statements
09:29:53 [2023-09-12T09:29:53.638Z] ok  	github.com/docker/docker/pkg/containerfs	0.008s	coverage: 6.7% of statements
09:29:53 [2023-09-12T09:29:53.638Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
09:29:53 [2023-09-12T09:29:53.638Z] ok  	github.com/docker/docker/pkg/directory	0.004s	coverage: 81.8% of statements
09:29:53 [2023-09-12T09:29:53.638Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
09:29:53 [2023-09-12T09:29:53.638Z] ok  	github.com/docker/docker/pkg/authorization	0.360s	coverage: 68.3% of statements
09:29:53 [2023-09-12T09:29:53.638Z] 	github.com/docker/docker/pkg/archive	coverage: 81.9% of statements
09:29:53 [2023-09-12T09:29:53.638Z] ok  	github.com/docker/docker/pkg/archive	0.380s	coverage: 81.9% of statements
09:29:53 [2023-09-12T09:29:53.638Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
09:29:53 [2023-09-12T09:29:53.638Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
09:29:53 [2023-09-12T09:29:53.897Z] ?   	github.com/docker/docker/pkg/fsutils	[no test files]
09:29:53 [2023-09-12T09:29:53.897Z] 	github.com/docker/docker/pkg/fileutils	coverage: 57.9% of statements
09:29:53 [2023-09-12T09:29:53.897Z] ok  	github.com/docker/docker/pkg/fileutils	0.003s	coverage: 57.9% of statements
09:29:53 [2023-09-12T09:29:53.897Z] 	github.com/docker/docker/pkg/homedir	coverage: 10.4% of statements
09:29:53 [2023-09-12T09:29:53.897Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 10.4% of statements
09:29:53 [2023-09-12T09:29:53.897Z] 	github.com/docker/docker/daemon	coverage: 16.9% of statements
09:29:53 [2023-09-12T09:29:53.897Z] ok  	github.com/docker/docker/daemon	10.121s	coverage: 16.9% of statements
09:29:54 [2023-09-12T09:29:54.156Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
09:29:54 [2023-09-12T09:29:54.156Z] 	github.com/docker/docker/pkg/longpath	coverage: 100.0% of statements
09:29:54 [2023-09-12T09:29:54.156Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 100.0% of statements
09:29:54 [2023-09-12T09:29:54.156Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 91.7% of statements
09:29:54 [2023-09-12T09:29:54.156Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.006s	coverage: 91.7% of statements
09:29:54 [2023-09-12T09:29:54.156Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
09:29:54 [2023-09-12T09:29:54.156Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.005s	coverage: 85.7% of statements
09:29:54 [2023-09-12T09:29:54.416Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
09:29:54 [2023-09-12T09:29:54.416Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
09:29:54 [2023-09-12T09:29:54.416Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
09:29:54 [2023-09-12T09:29:54.416Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
09:29:54 [2023-09-12T09:29:54.416Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.5% of statements
09:29:54 [2023-09-12T09:29:54.416Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.5% of statements
09:29:54 [2023-09-12T09:29:54.416Z] 	github.com/docker/docker/pkg/idtools	coverage: 68.1% of statements
09:29:54 [2023-09-12T09:29:54.416Z] ok  	github.com/docker/docker/pkg/idtools	0.338s	coverage: 68.1% of statements
09:29:54 [2023-09-12T09:29:54.416Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
09:29:54 [2023-09-12T09:29:54.416Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
09:29:54 [2023-09-12T09:29:54.416Z] 	github.com/docker/docker/pkg/pidfile	coverage: 82.4% of statements
09:29:54 [2023-09-12T09:29:54.416Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
09:29:54 [2023-09-12T09:29:54.416Z] 	github.com/docker/docker/pkg/ioutils	coverage: 72.0% of statements
09:29:54 [2023-09-12T09:29:54.416Z] ok  	github.com/docker/docker/pkg/ioutils	0.387s	coverage: 72.0% of statements
09:29:54 [2023-09-12T09:29:54.983Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
09:29:54 [2023-09-12T09:29:54.983Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
09:29:54 [2023-09-12T09:29:54.983Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 85.7% of statements
09:29:54 [2023-09-12T09:29:54.983Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
09:29:54 [2023-09-12T09:29:54.983Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
09:29:54 [2023-09-12T09:29:54.983Z] ok  	github.com/docker/docker/pkg/pools	0.005s	coverage: 88.2% of statements
09:29:54 [2023-09-12T09:29:54.983Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
09:29:54 [2023-09-12T09:29:54.983Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.006s	coverage: 85.7% of statements
09:29:55 [2023-09-12T09:29:55.242Z] ?   	github.com/docker/docker/pkg/pubsub	[no test files]
09:29:55 [2023-09-12T09:29:55.242Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
09:29:55 [2023-09-12T09:29:55.242Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
09:29:55 [2023-09-12T09:29:55.242Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
09:29:55 [2023-09-12T09:29:55.242Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
09:29:55 [2023-09-12T09:29:55.242Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
09:29:55 [2023-09-12T09:29:55.242Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
09:29:55 [2023-09-12T09:29:55.242Z] ok  	github.com/docker/docker/pkg/reexec	0.019s	coverage: 82.4% of statements
09:29:55 [2023-09-12T09:29:55.501Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
09:29:55 [2023-09-12T09:29:55.501Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
09:29:55 [2023-09-12T09:29:55.501Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
09:29:55 [2023-09-12T09:29:55.501Z] ok  	github.com/docker/docker/pkg/stdcopy	0.007s	coverage: 100.0% of statements
09:29:55 [2023-09-12T09:29:55.501Z] 	github.com/docker/docker/pkg/stringid	coverage: 70.6% of statements
09:29:55 [2023-09-12T09:29:55.501Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
09:29:55 [2023-09-12T09:29:55.501Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
09:29:55 [2023-09-12T09:29:55.501Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
09:29:55 [2023-09-12T09:29:55.760Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 53.6% of statements
09:29:55 [2023-09-12T09:29:55.760Z] ok  	github.com/docker/docker/pkg/sysinfo	0.009s	coverage: 53.6% of statements
09:29:55 [2023-09-12T09:29:55.760Z] 	github.com/docker/docker/pkg/system	coverage: 44.8% of statements
09:29:55 [2023-09-12T09:29:55.760Z] ok  	github.com/docker/docker/pkg/system	0.017s	coverage: 44.8% of statements
09:29:55 [2023-09-12T09:29:55.760Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
09:29:55 [2023-09-12T09:29:55.760Z] ok  	github.com/docker/docker/pkg/tailfile	0.030s	coverage: 88.6% of statements
09:29:56 [2023-09-12T09:29:56.019Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 43.1% of statements
09:29:56 [2023-09-12T09:29:56.019Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.584s	coverage: 43.1% of statements
09:29:56 [2023-09-12T09:29:56.019Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
09:29:56 [2023-09-12T09:29:56.019Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
09:29:56 [2023-09-12T09:29:56.019Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
09:29:56 [2023-09-12T09:29:56.019Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.3% of statements
09:29:56 [2023-09-12T09:29:56.019Z] ok  	github.com/docker/docker/pkg/tarsum	0.059s	coverage: 89.3% of statements
09:29:56 [2023-09-12T09:29:56.019Z] 	github.com/docker/docker/pkg/truncindex	coverage: 91.5% of statements
09:29:56 [2023-09-12T09:29:56.019Z] ok  	github.com/docker/docker/pkg/truncindex	0.103s	coverage: 91.5% of statements
09:29:56 [2023-09-12T09:29:56.955Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
09:29:56 [2023-09-12T09:29:56.955Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
09:29:56 [2023-09-12T09:29:56.955Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
09:29:56 [2023-09-12T09:29:56.955Z] ok  	github.com/docker/docker/plugin/v2	0.008s	coverage: 14.4% of statements
09:29:56 [2023-09-12T09:29:56.955Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
09:29:56 [2023-09-12T09:29:56.955Z] ok  	github.com/docker/docker/profiles/seccomp	0.012s	coverage: 86.0% of statements
09:29:57 [2023-09-12T09:29:57.213Z] 	github.com/docker/docker/reference	coverage: 83.7% of statements
09:29:57 [2023-09-12T09:29:57.213Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 83.7% of statements
09:29:57 [2023-09-12T09:29:57.472Z] 	github.com/docker/docker/quota	coverage: 69.2% of statements
09:29:57 [2023-09-12T09:29:57.472Z] ok  	github.com/docker/docker/quota	0.315s	coverage: 69.2% of statements
09:29:57 [2023-09-12T09:29:57.472Z] 	github.com/docker/docker/plugin	coverage: 23.2% of statements
09:29:57 [2023-09-12T09:29:57.472Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.2% of statements
09:29:57 [2023-09-12T09:29:57.730Z] 	github.com/docker/docker/restartmanager	coverage: 45.3% of statements
09:29:57 [2023-09-12T09:29:57.730Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 45.3% of statements
09:29:57 [2023-09-12T09:29:57.730Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
09:29:57 [2023-09-12T09:29:57.730Z] ok  	github.com/docker/docker/registry/resumable	0.019s	coverage: 100.0% of statements
09:29:57 [2023-09-12T09:29:57.730Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
09:29:57 [2023-09-12T09:29:57.730Z] 	github.com/docker/docker/testutil	coverage: 62.5% of statements
09:29:57 [2023-09-12T09:29:57.730Z] ok  	github.com/docker/docker/testutil	0.006s	coverage: 62.5% of statements
09:29:57 [2023-09-12T09:29:57.730Z] 	github.com/docker/docker/runconfig	coverage: 64.5% of statements
09:29:57 [2023-09-12T09:29:57.730Z] ok  	github.com/docker/docker/runconfig	0.016s	coverage: 64.5% of statements
09:29:57 [2023-09-12T09:29:57.730Z] 	github.com/docker/docker/registry	coverage: 58.7% of statements
09:29:57 [2023-09-12T09:29:57.730Z] ok  	github.com/docker/docker/registry	0.096s	coverage: 58.7% of statements
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/testutil/request	[no test files]
09:29:58 [2023-09-12T09:29:58.297Z] ?   	github.com/docker/docker/volume	[no test files]
09:29:58 [2023-09-12T09:29:58.865Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
09:29:58 [2023-09-12T09:29:58.865Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
09:29:58 [2023-09-12T09:29:58.865Z] 	github.com/docker/docker/volume/mounts	coverage: 65.4% of statements
09:29:58 [2023-09-12T09:29:58.865Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 65.4% of statements
09:29:59 [2023-09-12T09:29:59.123Z] 	github.com/docker/docker/volume/local	coverage: 75.0% of statements
09:29:59 [2023-09-12T09:29:59.123Z] ok  	github.com/docker/docker/volume/local	0.122s	coverage: 75.0% of statements
09:29:59 [2023-09-12T09:29:59.381Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
09:29:59 [2023-09-12T09:29:59.381Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
09:29:59 [2023-09-12T09:29:59.381Z] 	github.com/docker/docker/volume/service	coverage: 72.0% of statements
09:29:59 [2023-09-12T09:29:59.381Z] ok  	github.com/docker/docker/volume/service	0.012s	coverage: 72.0% of statements
09:30:00 [2023-09-12T09:30:00.316Z] 	github.com/docker/docker/layer	coverage: 68.9% of statements
09:30:00 [2023-09-12T09:30:00.316Z] ok  	github.com/docker/docker/layer	7.850s	coverage: 68.9% of statements
09:30:32 [2023-09-12T09:30:32.958Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.3% of statements
09:30:32 [2023-09-12T09:30:32.958Z] ok  	github.com/docker/docker/pkg/plugins	33.640s	coverage: 74.3% of statements
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === Skipped
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z]     network_proxy_test.go:208: No support for dual stack yet
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:44: Driver btrfs not supported
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:44: Driver btrfs not supported
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:44: Driver btrfs not supported
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:44: Driver btrfs not supported
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:44: Driver btrfs not supported
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:71: No driver to put!
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z] time="2023-09-12T09:29:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:30:32 [2023-09-12T09:30:32.958Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:30:32 [2023-09-12T09:30:32.958Z] 
09:30:32 [2023-09-12T09:30:32.958Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
09:30:32 [2023-09-12T09:30:32.958Z] time="2023-09-12T09:29:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z] time="2023-09-12T09:29:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z] time="2023-09-12T09:29:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z] time="2023-09-12T09:29:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:71: No driver to put!
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     overlay_test.go:50: Fails to compute changes intermittently
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     overlay_test.go:65: Cannot run test with naive change algorithm
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:44: Driver zfs not supported
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:44: Driver zfs not supported
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:44: Driver zfs not supported
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:44: Driver zfs not supported
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:44: Driver zfs not supported
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     graphtest_unix.go:71: No driver to put!
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
09:30:32 [2023-09-12T09:30:32.959Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
09:30:32 [2023-09-12T09:30:32.959Z] 
09:30:32 [2023-09-12T09:30:32.959Z] DONE 2806 tests, 28 skipped in 88.078s
09:30:32 [2023-09-12T09:30:32.959Z] + '[' -n 'github.com/docker/docker/libnetwork
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/bitseq
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/cluster
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/config
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/datastore
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/diagnostic
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/discoverapi
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/driverapi
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/bridge
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/host
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/null
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/overlay
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/remote
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/windows
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/drvregistry
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/etchosts
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/idm
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/internal/caller
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/ipam
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/ipamapi
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/ipams/builtin
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/ipams/null
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/ipams/remote
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/ipamutils
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/iptables
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/netlabel
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/netutils
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/networkdb
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/ns
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/options
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/osl
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/osl/kernel
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/portallocator
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/portmapper
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/resolvconf
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/testutils
09:30:32 [2023-09-12T09:30:32.959Z] github.com/docker/docker/libnetwork/types' ']'
09:30:32 [2023-09-12T09:30:32.959Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq 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/ovrouter 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/idm github.com/docker/docker/libnetwork/internal/caller 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/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/testutils github.com/docker/docker/libnetwork/types
09:31:19 [2023-09-12T09:31:19.614Z] 	github.com/docker/docker/libnetwork	coverage: 41.4% of statements
09:31:19 [2023-09-12T09:31:19.614Z] ok  	github.com/docker/docker/libnetwork	44.715s	coverage: 41.4% of statements
09:31:19 [2023-09-12T09:31:19.614Z] 	github.com/docker/docker/libnetwork/bitseq	coverage: 84.4% of statements
09:31:19 [2023-09-12T09:31:19.614Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.147s	coverage: 84.4% of statements
09:31:19 [2023-09-12T09:31:19.614Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
09:31:19 [2023-09-12T09:31:19.614Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
09:31:19 [2023-09-12T09:31:19.614Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
09:31:19 [2023-09-12T09:31:19.614Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
09:31:19 [2023-09-12T09:31:19.614Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
09:31:19 [2023-09-12T09:31:19.614Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
09:31:19 [2023-09-12T09:31:19.614Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
09:31:19 [2023-09-12T09:31:19.614Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
09:31:19 [2023-09-12T09:31:19.614Z] 	github.com/docker/docker/libnetwork/config	coverage: 9.3% of statements
09:31:19 [2023-09-12T09:31:19.614Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 9.3% of statements
09:31:19 [2023-09-12T09:31:19.614Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 21.9% of statements
09:31:19 [2023-09-12T09:31:19.614Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
09:31:19 [2023-09-12T09:31:19.614Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
09:31:19 [2023-09-12T09:31:19.614Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
09:31:19 [2023-09-12T09:31:19.873Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
09:31:19 [2023-09-12T09:31:19.873Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.004s	coverage: 68.9% of statements
09:31:23 [2023-09-12T09:31:23.153Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 60.1% of statements
09:31:23 [2023-09-12T09:31:23.153Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.870s	coverage: 60.1% of statements
09:31:23 [2023-09-12T09:31:23.153Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
09:31:23 [2023-09-12T09:31:23.153Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 34.8% of statements
09:31:23 [2023-09-12T09:31:23.153Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 34.8% of statements
09:31:24 [2023-09-12T09:31:24.086Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 4.9% of statements
09:31:24 [2023-09-12T09:31:24.086Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.236s	coverage: 4.9% of statements
09:31:24 [2023-09-12T09:31:24.086Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
09:31:24 [2023-09-12T09:31:24.344Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.5% of statements
09:31:24 [2023-09-12T09:31:24.344Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.014s	coverage: 4.5% of statements
09:31:24 [2023-09-12T09:31:24.344Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
09:31:24 [2023-09-12T09:31:24.909Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 34.8% of statements
09:31:24 [2023-09-12T09:31:24.909Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
09:31:34 [2023-09-12T09:31:34.871Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 6.7% of statements
09:31:34 [2023-09-12T09:31:34.871Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.188s	coverage: 6.7% of statements
09:31:34 [2023-09-12T09:31:34.871Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
09:31:34 [2023-09-12T09:31:34.871Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 63.6% of statements
09:31:34 [2023-09-12T09:31:34.871Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.005s	coverage: 63.6% of statements
09:31:35 [2023-09-12T09:31:35.129Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.4% of statements
09:31:35 [2023-09-12T09:31:35.129Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.4% of statements
09:31:35 [2023-09-12T09:31:35.129Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
09:31:35 [2023-09-12T09:31:35.129Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
09:31:35 [2023-09-12T09:31:35.129Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
09:31:35 [2023-09-12T09:31:35.694Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 82.4% of statements
09:31:35 [2023-09-12T09:31:35.694Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.013s	coverage: 82.4% of statements
09:31:35 [2023-09-12T09:31:35.952Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.2% of statements
09:31:35 [2023-09-12T09:31:35.952Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.016s	coverage: 81.2% of statements
09:31:36 [2023-09-12T09:31:36.209Z] 	github.com/docker/docker/libnetwork/idm	coverage: 87.5% of statements
09:31:36 [2023-09-12T09:31:36.209Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
09:31:36 [2023-09-12T09:31:36.209Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
09:31:36 [2023-09-12T09:31:36.209Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
09:31:48 [2023-09-12T09:31:48.404Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
09:31:48 [2023-09-12T09:31:48.404Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
09:32:03 [2023-09-12T09:32:03.281Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 85.3% of statements
09:32:03 [2023-09-12T09:32:03.281Z] ok  	github.com/docker/docker/libnetwork/ipam	15.972s	coverage: 85.3% of statements
09:32:03 [2023-09-12T09:32:03.281Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
09:32:03 [2023-09-12T09:32:03.281Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
09:32:03 [2023-09-12T09:32:03.281Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 57.1% of statements
09:32:03 [2023-09-12T09:32:03.281Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 57.1% of statements
09:32:03 [2023-09-12T09:32:03.847Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 47.4% of statements
09:32:03 [2023-09-12T09:32:03.847Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.009s	coverage: 47.4% of statements
09:32:03 [2023-09-12T09:32:03.847Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
09:32:04 [2023-09-12T09:32:04.105Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 71.4% of statements
09:32:04 [2023-09-12T09:32:04.105Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 71.4% of statements
09:32:04 [2023-09-12T09:32:04.671Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 74.0% of statements
09:32:04 [2023-09-12T09:32:04.672Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.283s	coverage: 74.0% of statements
09:32:05 [2023-09-12T09:32:05.237Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 40.7% of statements
09:32:05 [2023-09-12T09:32:05.237Z] ok  	github.com/docker/docker/libnetwork/iptables	0.229s	coverage: 40.7% of statements
09:32:05 [2023-09-12T09:32:05.495Z] 	github.com/docker/docker/libnetwork/netlabel	coverage: 60.0% of statements
09:32:05 [2023-09-12T09:32:05.495Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
09:32:05 [2023-09-12T09:32:05.752Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 44.1% of statements
09:32:05 [2023-09-12T09:32:05.752Z] ok  	github.com/docker/docker/libnetwork/netutils	0.014s	coverage: 44.1% of statements
09:33:57 [2023-09-12T09:33:57.180Z] time="2023-09-12T09:33:51Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036"
09:33:57 [2023-09-12T09:33:57.180Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 60.2% of statements
09:33:57 [2023-09-12T09:33:57.180Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.883s	coverage: 60.2% of statements
09:33:57 [2023-09-12T09:33:57.180Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
09:33:57 [2023-09-12T09:33:57.180Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
09:33:57 [2023-09-12T09:33:57.180Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
09:33:57 [2023-09-12T09:33:57.180Z] 	github.com/docker/docker/libnetwork/osl	coverage: 42.1% of statements
09:33:57 [2023-09-12T09:33:57.180Z] ok  	github.com/docker/docker/libnetwork/osl	4.544s	coverage: 42.1% of statements
09:33:57 [2023-09-12T09:33:57.439Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
09:33:57 [2023-09-12T09:33:57.439Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
09:33:57 [2023-09-12T09:33:57.696Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
09:33:57 [2023-09-12T09:33:57.696Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
09:33:58 [2023-09-12T09:33:58.629Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 48.6% of statements
09:33:58 [2023-09-12T09:33:58.629Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.654s	coverage: 48.6% of statements
09:33:58 [2023-09-12T09:33:58.887Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 82.8% of statements
09:33:58 [2023-09-12T09:33:58.887Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 82.8% of statements
09:33:58 [2023-09-12T09:33:58.887Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
09:33:59 [2023-09-12T09:33:59.145Z] 	github.com/docker/docker/libnetwork/types	coverage: 37.3% of statements
09:33:59 [2023-09-12T09:33:59.145Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 37.3% of statements
09:33:59 [2023-09-12T09:33:59.145Z] 
09:33:59 [2023-09-12T09:33:59.145Z] === Skipped
09:33:59 [2023-09-12T09:33:59.145Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
09:33:59 [2023-09-12T09:33:59.145Z]     firewalld_test.go:14: firewalld is not running
09:33:59 [2023-09-12T09:33:59.145Z] 
09:33:59 [2023-09-12T09:33:59.145Z] DONE 331 tests, 1 skipped in 210.405s
Post stage
[Pipeline] junit
09:33:59 [2023-09-12T09:33:59.861Z] Recording test results
09:33:59 [2023-09-12T09:33:59.945Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:34:00 [2023-09-12T09:34:00.265Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46460/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0dae84ca6455cd6217751ddae8a1ee8be15812d8 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 docker:0dae84ca6455cd6217751ddae8a1ee8be15812d8 hack/make.sh dynbinary test-integration
09:34:00 [2023-09-12T09:34:00.523Z] 
09:34:00 [2023-09-12T09:34:00.523Z] Removing bundles/
09:34:00 [2023-09-12T09:34:00.523Z] 
09:34:00 [2023-09-12T09:34:00.523Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:34:00 [2023-09-12T09:34:00.523Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
09:34:32 [2023-09-12T09:34:32.744Z] Created binary: bundles/dynbinary-daemon/dockerd
09:34:32 [2023-09-12T09:34:32.744Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
09:34:32 [2023-09-12T09:34:32.744Z] Created binary: bundles/dynbinary-daemon/docker-proxy
09:34:32 [2023-09-12T09:34:32.744Z] 
09:34:32 [2023-09-12T09:34:32.745Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:34:32 [2023-09-12T09:34:32.745Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:34:32 [2023-09-12T09:34:32.745Z] HOSTNAME=92415206ef14
09:34:32 [2023-09-12T09:34:32.745Z] TESTDEBUG=0
09:34:32 [2023-09-12T09:34:32.745Z] DEST=bundles/test-integration
09:34:32 [2023-09-12T09:34:32.745Z] PWD=/go/src/github.com/docker/docker
09:34:32 [2023-09-12T09:34:32.745Z] DOCKER_GITCOMMIT=0dae84ca6455cd6217751ddae8a1ee8be15812d8
09:34:32 [2023-09-12T09:34:32.745Z] container=docker
09:34:32 [2023-09-12T09:34:32.745Z] HOME=/root
09:34:32 [2023-09-12T09:34:32.745Z] GOLANG_VERSION=1.20.8
09:34:32 [2023-09-12T09:34:32.745Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:34:32 [2023-09-12T09:34:32.745Z] VALIDATE_BRANCH=23.0
09:34:32 [2023-09-12T09:34:32.745Z] TERM=xterm
09:34:32 [2023-09-12T09:34:32.745Z] DOCKER_PKG=github.com/docker/docker
09:34:32 [2023-09-12T09:34:32.745Z] SHLVL=1
09:34:32 [2023-09-12T09:34:32.745Z] TIMEOUT=120m
09:34:32 [2023-09-12T09:34:32.745Z] DOCKER_GRAPHDRIVER=overlay2
09:34:32 [2023-09-12T09:34:32.745Z] GO111MODULE=off
09:34:32 [2023-09-12T09:34:32.745Z] DOCKER_EXPERIMENTAL=1
09:34:32 [2023-09-12T09:34:32.745Z] TEST_SKIP_INTEGRATION_CLI=1
09:34:32 [2023-09-12T09:34:32.745Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:34:32 [2023-09-12T09:34:32.745Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:34:32 [2023-09-12T09:34:32.745Z] GOPATH=/go
09:34:32 [2023-09-12T09:34:32.745Z] PKG_CONFIG=pkg-config
09:34:32 [2023-09-12T09:34:32.745Z] _=/usr/bin/env
09:34:32 [2023-09-12T09:34:32.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:34:44 [2023-09-12T09:34:44.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
09:34:44 [2023-09-12T09:34:44.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:34:44 [2023-09-12T09:34:44.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:34:53 [2023-09-12T09:34:53.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
09:34:56 [2023-09-12T09:34:56.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:35:01 [2023-09-12T09:35:01.632Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
09:35:01 [2023-09-12T09:35:01.632Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:35:01 [2023-09-12T09:35:01.632Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:35:02 [2023-09-12T09:35:02.198Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:35:02 [2023-09-12T09:35:02.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:35:03 [2023-09-12T09:35:03.023Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:35:03 [2023-09-12T09:35:03.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:35:04 [2023-09-12T09:35:04.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:35:05 [2023-09-12T09:35:05.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:35:06 [2023-09-12T09:35:06.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
09:35:06 [2023-09-12T09:35:06.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:35:07 [2023-09-12T09:35:07.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:35:07 [2023-09-12T09:35:07.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:35:08 [2023-09-12T09:35:08.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:35:09 [2023-09-12T09:35:09.418Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:35:10 [2023-09-12T09:35:10.351Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:35:10 [2023-09-12T09:35:10.917Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:35:10 [2023-09-12T09:35:10.917Z] Using test binary docker
09:35:10 [2023-09-12T09:35:10.917Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:35:10 [2023-09-12T09:35:10.917Z] +++ /etc/init.d/apparmor start
09:35:10 [2023-09-12T09:35:10.917Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
09:35:10 [2023-09-12T09:35:10.917Z] INFO: Waiting for daemon to start...
09:35:10 [2023-09-12T09:35:10.917Z] Starting dockerd
09:35:10 [2023-09-12T09:35:10.917Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
09:35:13 [2023-09-12T09:35:13.484Z] .
09:35:13 [2023-09-12T09:35:13.484Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:35:13 [2023-09-12T09:35:13.484Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:35:13 [2023-09-12T09:35:13.484Z] Error: No such image: emptyfs
09:35:13 [2023-09-12T09:35:13.484Z] ++++ tar -cC bundles/test-integration/emptyfs .
09:35:13 [2023-09-12T09:35:13.484Z] ++++ docker load
09:35:13 [2023-09-12T09:35:13.484Z] Running integration-test (iteration 1)
09:35:13 [2023-09-12T09:35:13.484Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
09:35:13 [2023-09-12T09:35:13.484Z] ++ 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
09:35:13 [2023-09-12T09:35:13.484Z] ++ set -e
09:35:13 [2023-09-12T09:35:13.484Z] ++ '[' -n 0 ']'
09:35:13 [2023-09-12T09:35:13.484Z] ++ set -x
09:35:13 [2023-09-12T09:35:13.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:35:13 [2023-09-12T09:35:13.741Z] Loaded image: busybox:latest
09:35:13 [2023-09-12T09:35:13.999Z] Loaded image: busybox:glibc
09:35:14 [2023-09-12T09:35:14.564Z] Loaded image: debian:bullseye-slim
09:35:14 [2023-09-12T09:35:14.564Z] Loaded image: hello-world:latest
09:35:14 [2023-09-12T09:35:14.564Z] Loaded image: arm32v7/hello-world:latest
09:35:14 [2023-09-12T09:35:14.564Z] INFO: Testing against a local daemon
09:35:14 [2023-09-12T09:35:14.564Z] === RUN   TestCgroupNamespacesBuild
09:35:15 [2023-09-12T09:35:15.938Z] --- PASS: TestCgroupNamespacesBuild (1.34s)
09:35:15 [2023-09-12T09:35:15.938Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:35:17 [2023-09-12T09:35:17.313Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.19s)
09:35:17 [2023-09-12T09:35:17.313Z] === RUN   TestBuildWithSession
09:35:17 [2023-09-12T09:35:17.313Z]     build_session_test.go:25: TODO: BuildKit
09:35:17 [2023-09-12T09:35:17.313Z] --- SKIP: TestBuildWithSession (0.00s)
09:35:17 [2023-09-12T09:35:17.313Z] === RUN   TestBuildSquashParent
09:35:21 [2023-09-12T09:35:21.493Z] --- PASS: TestBuildSquashParent (4.12s)
09:35:21 [2023-09-12T09:35:21.493Z] === RUN   TestBuildWithRemoveAndForceRemove
09:35:21 [2023-09-12T09:35:21.493Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:35:21 [2023-09-12T09:35:21.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:35:21 [2023-09-12T09:35:21.493Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:35:21 [2023-09-12T09:35:21.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:35:21 [2023-09-12T09:35:21.493Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:35:21 [2023-09-12T09:35:21.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:35:21 [2023-09-12T09:35:21.493Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:35:21 [2023-09-12T09:35:21.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:35:21 [2023-09-12T09:35:21.493Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:35:21 [2023-09-12T09:35:21.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:35:21 [2023-09-12T09:35:21.493Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:35:21 [2023-09-12T09:35:21.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:35:21 [2023-09-12T09:35:21.493Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:35:21 [2023-09-12T09:35:21.493Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:35:21 [2023-09-12T09:35:21.493Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:35:21 [2023-09-12T09:35:21.493Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:35:21 [2023-09-12T09:35:21.493Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:35:21 [2023-09-12T09:35:21.493Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:35:24 [2023-09-12T09:35:24.773Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
09:35:24 [2023-09-12T09:35:24.773Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.37s)
09:35:24 [2023-09-12T09:35:24.773Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.83s)
09:35:24 [2023-09-12T09:35:24.773Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.97s)
09:35:24 [2023-09-12T09:35:24.773Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.04s)
09:35:24 [2023-09-12T09:35:24.773Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.05s)
09:35:24 [2023-09-12T09:35:24.773Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.23s)
09:35:24 [2023-09-12T09:35:24.773Z] === RUN   TestBuildMultiStageCopy
09:35:24 [2023-09-12T09:35:24.773Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:35:26 [2023-09-12T09:35:26.145Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:35:26 [2023-09-12T09:35:26.145Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:35:26 [2023-09-12T09:35:26.145Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:35:26 [2023-09-12T09:35:26.403Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:35:26 [2023-09-12T09:35:26.661Z] --- PASS: TestBuildMultiStageCopy (2.06s)
09:35:26 [2023-09-12T09:35:26.661Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.31s)
09:35:26 [2023-09-12T09:35:26.661Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s)
09:35:26 [2023-09-12T09:35:26.661Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s)
09:35:26 [2023-09-12T09:35:26.661Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s)
09:35:26 [2023-09-12T09:35:26.661Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s)
09:35:26 [2023-09-12T09:35:26.661Z] === RUN   TestBuildMultiStageParentConfig
09:35:27 [2023-09-12T09:35:27.227Z] --- PASS: TestBuildMultiStageParentConfig (0.54s)
09:35:27 [2023-09-12T09:35:27.227Z] === RUN   TestBuildLabelWithTargets
09:35:28 [2023-09-12T09:35:28.160Z] --- PASS: TestBuildLabelWithTargets (0.84s)
09:35:28 [2023-09-12T09:35:28.160Z] === RUN   TestBuildWithEmptyLayers
09:35:28 [2023-09-12T09:35:28.418Z] --- PASS: TestBuildWithEmptyLayers (0.39s)
09:35:28 [2023-09-12T09:35:28.418Z] === RUN   TestBuildMultiStageOnBuild
09:35:29 [2023-09-12T09:35:29.794Z] --- PASS: TestBuildMultiStageOnBuild (1.47s)
09:35:29 [2023-09-12T09:35:29.794Z] === RUN   TestBuildUncleanTarFilenames
09:35:30 [2023-09-12T09:35:30.360Z] --- PASS: TestBuildUncleanTarFilenames (0.55s)
09:35:30 [2023-09-12T09:35:30.360Z] === RUN   TestBuildMultiStageLayerLeak
09:35:32 [2023-09-12T09:35:32.259Z] --- PASS: TestBuildMultiStageLayerLeak (1.49s)
09:35:32 [2023-09-12T09:35:32.259Z] === RUN   TestBuildWithHugeFile
09:36:18 [2023-09-12T09:36:18.954Z] --- PASS: TestBuildWithHugeFile (41.54s)
09:36:18 [2023-09-12T09:36:18.954Z] === RUN   TestBuildWCOWSandboxSize
09:36:18 [2023-09-12T09:36:18.954Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:36:18 [2023-09-12T09:36:18.954Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
09:36:18 [2023-09-12T09:36:18.954Z] === RUN   TestBuildWithEmptyDockerfile
09:36:18 [2023-09-12T09:36:18.954Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:36:18 [2023-09-12T09:36:18.954Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:36:18 [2023-09-12T09:36:18.954Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:36:18 [2023-09-12T09:36:18.954Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:36:18 [2023-09-12T09:36:18.954Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:36:18 [2023-09-12T09:36:18.954Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:36:18 [2023-09-12T09:36:18.954Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:36:18 [2023-09-12T09:36:18.954Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:36:18 [2023-09-12T09:36:18.954Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:36:18 [2023-09-12T09:36:18.954Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
09:36:18 [2023-09-12T09:36:18.954Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
09:36:18 [2023-09-12T09:36:18.954Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.05s)
09:36:18 [2023-09-12T09:36:18.954Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.05s)
09:36:18 [2023-09-12T09:36:18.955Z] === RUN   TestBuildPreserveOwnership
09:36:18 [2023-09-12T09:36:18.955Z] === RUN   TestBuildPreserveOwnership/copy_from
09:36:18 [2023-09-12T09:36:18.955Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:36:18 [2023-09-12T09:36:18.955Z] --- PASS: TestBuildPreserveOwnership (3.08s)
09:36:18 [2023-09-12T09:36:18.955Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.05s)
09:36:18 [2023-09-12T09:36:18.955Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.02s)
09:36:18 [2023-09-12T09:36:18.955Z] === RUN   TestBuildPlatformInvalid
09:36:18 [2023-09-12T09:36:18.955Z] --- PASS: TestBuildPlatformInvalid (0.07s)
09:36:18 [2023-09-12T09:36:18.955Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
09:36:18 [2023-09-12T09:36:18.955Z] Loaded image: busybox:latest
09:36:18 [2023-09-12T09:36:18.955Z] Loaded image: busybox:glibc
09:36:18 [2023-09-12T09:36:18.955Z] Loaded image: debian:bullseye-slim
09:36:18 [2023-09-12T09:36:18.955Z] Loaded image: hello-world:latest
09:36:18 [2023-09-12T09:36:18.955Z] Loaded image: arm32v7/hello-world:latest
09:36:25 [2023-09-12T09:36:25.522Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.93s)
09:36:25 [2023-09-12T09:36:25.522Z] PASS
09:36:25 [2023-09-12T09:36:25.522Z] 
09:36:25 [2023-09-12T09:36:25.522Z] === Skipped
09:36:25 [2023-09-12T09:36:25.522Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
09:36:25 [2023-09-12T09:36:25.522Z]     build_session_test.go:25: TODO: BuildKit
09:36:25 [2023-09-12T09:36:25.522Z] 
09:36:25 [2023-09-12T09:36:25.522Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
09:36:25 [2023-09-12T09:36:25.522Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:36:25 [2023-09-12T09:36:25.522Z] 
09:36:25 [2023-09-12T09:36:25.522Z] DONE 34 tests, 2 skipped in 71.947s
09:36:25 [2023-09-12T09:36:25.522Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m 
09:36:25 [2023-09-12T09:36:25.522Z] ++ 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
09:36:25 [2023-09-12T09:36:25.522Z] ++ set -e
09:36:25 [2023-09-12T09:36:25.522Z] ++ '[' -n 0 ']'
09:36:25 [2023-09-12T09:36:25.522Z] ++ set -x
09:36:25 [2023-09-12T09:36:25.522Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:36:25 [2023-09-12T09:36:25.522Z] INFO: Testing against a local daemon
09:36:25 [2023-09-12T09:36:25.522Z] === RUN   TestNoNewPrivileges
09:36:30 [2023-09-12T09:36:30.782Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
09:36:31 [2023-09-12T09:36:31.348Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
09:36:31 [2023-09-12T09:36:31.913Z] --- PASS: TestNoNewPrivileges (6.29s)
09:36:31 [2023-09-12T09:36:31.913Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.49s)
09:36:31 [2023-09-12T09:36:31.913Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.47s)
09:36:31 [2023-09-12T09:36:31.913Z] PASS
09:36:31 [2023-09-12T09:36:31.913Z] 
09:36:31 [2023-09-12T09:36:31.913Z] DONE 3 tests in 6.312s
09:36:31 [2023-09-12T09:36:31.913Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
09:36:31 [2023-09-12T09:36:31.913Z] ++ 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
09:36:31 [2023-09-12T09:36:31.913Z] ++ set -e
09:36:31 [2023-09-12T09:36:31.913Z] ++ '[' -n 0 ']'
09:36:31 [2023-09-12T09:36:31.913Z] ++ set -x
09:36:31 [2023-09-12T09:36:31.914Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:36:31 [2023-09-12T09:36:31.914Z] INFO: Testing against a local daemon
09:36:31 [2023-09-12T09:36:31.914Z] === RUN   TestConfigInspect
09:36:34 [2023-09-12T09:36:34.440Z] --- PASS: TestConfigInspect (2.38s)
09:36:34 [2023-09-12T09:36:34.440Z] === RUN   TestConfigList
09:36:36 [2023-09-12T09:36:36.968Z] --- PASS: TestConfigList (2.48s)
09:36:36 [2023-09-12T09:36:36.968Z] === RUN   TestConfigsCreateAndDelete
09:36:39 [2023-09-12T09:36:39.496Z] --- PASS: TestConfigsCreateAndDelete (2.43s)
09:36:39 [2023-09-12T09:36:39.496Z] === RUN   TestConfigsUpdate
09:36:42 [2023-09-12T09:36:42.024Z] --- PASS: TestConfigsUpdate (2.34s)
09:36:42 [2023-09-12T09:36:42.024Z] === RUN   TestTemplatedConfig
09:36:44 [2023-09-12T09:36:44.550Z] --- PASS: TestTemplatedConfig (2.58s)
09:36:44 [2023-09-12T09:36:44.550Z] === RUN   TestConfigCreateResolve
09:36:46 [2023-09-12T09:36:46.448Z] --- PASS: TestConfigCreateResolve (2.30s)
09:36:46 [2023-09-12T09:36:46.448Z] PASS
09:36:46 [2023-09-12T09:36:46.448Z] 
09:36:46 [2023-09-12T09:36:46.448Z] DONE 6 tests in 14.541s
09:36:46 [2023-09-12T09:36:46.448Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
09:36:46 [2023-09-12T09:36:46.448Z] ++ 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
09:36:46 [2023-09-12T09:36:46.448Z] ++ set -e
09:36:46 [2023-09-12T09:36:46.448Z] ++ '[' -n 0 ']'
09:36:46 [2023-09-12T09:36:46.448Z] ++ set -x
09:36:46 [2023-09-12T09:36:46.448Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:36:46 [2023-09-12T09:36:46.448Z] INFO: Testing against a local daemon
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestAttachWithTTY
09:36:46 [2023-09-12T09:36:46.448Z] --- PASS: TestAttachWithTTY (0.04s)
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestAttachWithoutTTy
09:36:46 [2023-09-12T09:36:46.448Z] --- PASS: TestAttachWithoutTTy (0.03s)
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestCheckpoint
09:36:46 [2023-09-12T09:36:46.448Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:36:46 [2023-09-12T09:36:46.448Z] --- SKIP: TestCheckpoint (0.00s)
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/commit
09:36:46 [2023-09-12T09:36:46.448Z] === PAUSE TestContainerInvalidJSON/commit
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/create
09:36:46 [2023-09-12T09:36:46.448Z] === PAUSE TestContainerInvalidJSON/containers/create
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
09:36:46 [2023-09-12T09:36:46.448Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
09:36:46 [2023-09-12T09:36:46.448Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
09:36:46 [2023-09-12T09:36:46.448Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:36:46 [2023-09-12T09:36:46.448Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
09:36:46 [2023-09-12T09:36:46.448Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
09:36:46 [2023-09-12T09:36:46.448Z] === CONT  TestContainerInvalidJSON/commit
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
09:36:46 [2023-09-12T09:36:46.448Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
09:36:46 [2023-09-12T09:36:46.448Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
09:36:46 [2023-09-12T09:36:46.448Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
09:36:46 [2023-09-12T09:36:46.448Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
09:36:46 [2023-09-12T09:36:46.448Z] === CONT  TestContainerInvalidJSON/containers/create
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
09:36:46 [2023-09-12T09:36:46.448Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/commit/empty_body
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
09:36:46 [2023-09-12T09:36:46.448Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
09:36:46 [2023-09-12T09:36:46.706Z] --- PASS: TestContainerInvalidJSON (0.01s)
09:36:46 [2023-09-12T09:36:46.706Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
09:36:46 [2023-09-12T09:36:46.706Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:36:46 [2023-09-12T09:36:46.706Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
09:36:46 [2023-09-12T09:36:46.706Z] === RUN   TestCopyFromContainerPathIsNotDir
09:36:46 [2023-09-12T09:36:46.706Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
09:36:46 [2023-09-12T09:36:46.706Z] === RUN   TestCopyToContainerPathDoesNotExist
09:36:46 [2023-09-12T09:36:46.706Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
09:36:46 [2023-09-12T09:36:46.706Z] === RUN   TestCopyEmptyFile
09:36:46 [2023-09-12T09:36:46.964Z] --- PASS: TestCopyEmptyFile (0.18s)
09:36:46 [2023-09-12T09:36:46.964Z] === RUN   TestCopyToContainerPathIsNotDir
09:36:46 [2023-09-12T09:36:46.964Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
09:36:46 [2023-09-12T09:36:46.964Z] === RUN   TestCopyFromContainer
09:36:47 [2023-09-12T09:36:47.898Z] === RUN   TestCopyFromContainer//
09:36:47 [2023-09-12T09:36:47.898Z] === RUN   TestCopyFromContainer//bar/root
09:36:47 [2023-09-12T09:36:47.898Z] === RUN   TestCopyFromContainer//bar/root/
09:36:47 [2023-09-12T09:36:47.898Z] === RUN   TestCopyFromContainer/bar/quux
09:36:47 [2023-09-12T09:36:47.898Z] === RUN   TestCopyFromContainer/bar/quux/
09:36:48 [2023-09-12T09:36:48.165Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:36:48 [2023-09-12T09:36:48.165Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:36:48 [2023-09-12T09:36:48.165Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:36:48 [2023-09-12T09:36:48.165Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:36:48 [2023-09-12T09:36:48.165Z] === RUN   TestCopyFromContainer/bar/notarget
09:36:48 [2023-09-12T09:36:48.427Z] --- PASS: TestCopyFromContainer (1.45s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCopyFromContainer// (0.05s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.05s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:36:48 [2023-09-12T09:36:48.427Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:36:48 [2023-09-12T09:36:48.427Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:36:48 [2023-09-12T09:36:48.427Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:36:48 [2023-09-12T09:36:48.427Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:36:48 [2023-09-12T09:36:48.427Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:36:48 [2023-09-12T09:36:48.427Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:36:48 [2023-09-12T09:36:48.427Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateLinkToNonExistingContainer
09:36:48 [2023-09-12T09:36:48.427Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateWithInvalidEnv
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateWithInvalidEnv/0
09:36:48 [2023-09-12T09:36:48.427Z] === PAUSE TestCreateWithInvalidEnv/0
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateWithInvalidEnv/1
09:36:48 [2023-09-12T09:36:48.427Z] === PAUSE TestCreateWithInvalidEnv/1
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateWithInvalidEnv/2
09:36:48 [2023-09-12T09:36:48.427Z] === PAUSE TestCreateWithInvalidEnv/2
09:36:48 [2023-09-12T09:36:48.427Z] === CONT  TestCreateWithInvalidEnv/0
09:36:48 [2023-09-12T09:36:48.427Z] === CONT  TestCreateWithInvalidEnv/2
09:36:48 [2023-09-12T09:36:48.427Z] === CONT  TestCreateWithInvalidEnv/1
09:36:48 [2023-09-12T09:36:48.427Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:36:48 [2023-09-12T09:36:48.427Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateTmpfsMountsTarget
09:36:48 [2023-09-12T09:36:48.427Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
09:36:48 [2023-09-12T09:36:48.427Z] === RUN   TestCreateWithCustomMaskedPaths
09:36:49 [2023-09-12T09:36:49.802Z] --- PASS: TestCreateWithCustomMaskedPaths (1.46s)
09:36:49 [2023-09-12T09:36:49.802Z] === RUN   TestCreateWithCustomReadonlyPaths
09:36:51 [2023-09-12T09:36:51.700Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.54s)
09:36:51 [2023-09-12T09:36:51.700Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:36:51 [2023-09-12T09:36:51.700Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:36:51 [2023-09-12T09:36:51.700Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:36:51 [2023-09-12T09:36:51.700Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:36:51 [2023-09-12T09:36:51.700Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:36:51 [2023-09-12T09:36:51.700Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:36:51 [2023-09-12T09:36:51.700Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:36:51 [2023-09-12T09:36:51.700Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:36:51 [2023-09-12T09:36:51.700Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:36:51 [2023-09-12T09:36:51.700Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:36:51 [2023-09-12T09:36:51.700Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:36:51 [2023-09-12T09:36:51.700Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:36:51 [2023-09-12T09:36:51.700Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:36:51 [2023-09-12T09:36:51.700Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:36:51 [2023-09-12T09:36:51.700Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:36:51 [2023-09-12T09:36:51.700Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:36:51 [2023-09-12T09:36:51.700Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
09:36:51 [2023-09-12T09:36:51.700Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
09:36:51 [2023-09-12T09:36:51.700Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
09:36:51 [2023-09-12T09:36:51.700Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
09:36:51 [2023-09-12T09:36:51.700Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
09:36:51 [2023-09-12T09:36:51.700Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
09:36:51 [2023-09-12T09:36:51.700Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
09:36:51 [2023-09-12T09:36:51.958Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s)
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestCreateDifferentPlatform
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestCreateDifferentPlatform/different_os
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
09:36:51 [2023-09-12T09:36:51.958Z] --- PASS: TestCreateDifferentPlatform (0.01s)
09:36:51 [2023-09-12T09:36:51.958Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
09:36:51 [2023-09-12T09:36:51.958Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestCreateVolumesFromNonExistingContainer
09:36:51 [2023-09-12T09:36:51.958Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
09:36:51 [2023-09-12T09:36:51.958Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestCreateInvalidHostConfig
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
09:36:51 [2023-09-12T09:36:51.958Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
09:36:51 [2023-09-12T09:36:51.958Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:36:51 [2023-09-12T09:36:51.958Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
09:36:51 [2023-09-12T09:36:51.958Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
09:36:51 [2023-09-12T09:36:51.958Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
09:36:51 [2023-09-12T09:36:51.958Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:36:51 [2023-09-12T09:36:51.958Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
09:36:51 [2023-09-12T09:36:51.958Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
09:36:51 [2023-09-12T09:36:51.958Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
09:36:51 [2023-09-12T09:36:51.958Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
09:36:51 [2023-09-12T09:36:51.958Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
09:36:51 [2023-09-12T09:36:51.958Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
09:36:51 [2023-09-12T09:36:51.958Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestContainerStartOnDaemonRestart
09:36:51 [2023-09-12T09:36:51.958Z] === PAUSE TestContainerStartOnDaemonRestart
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestDaemonRestartIpcMode
09:36:51 [2023-09-12T09:36:51.958Z] === PAUSE TestDaemonRestartIpcMode
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestDaemonHostGatewayIP
09:36:51 [2023-09-12T09:36:51.958Z] === PAUSE TestDaemonHostGatewayIP
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestRestartDaemonWithRestartingContainer
09:36:51 [2023-09-12T09:36:51.958Z] === PAUSE TestRestartDaemonWithRestartingContainer
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestContainerKillOnDaemonStart
09:36:51 [2023-09-12T09:36:51.958Z] === PAUSE TestContainerKillOnDaemonStart
09:36:51 [2023-09-12T09:36:51.958Z] === RUN   TestDiff
09:36:52 [2023-09-12T09:36:52.523Z] --- PASS: TestDiff (0.50s)
09:36:52 [2023-09-12T09:36:52.523Z] === RUN   TestExecConsoleSize
09:36:53 [2023-09-12T09:36:53.224Z] --- PASS: TestExecConsoleSize (0.56s)
09:36:53 [2023-09-12T09:36:53.224Z] === RUN   TestExecWithCloseStdin
09:36:53 [2023-09-12T09:36:53.789Z] --- PASS: TestExecWithCloseStdin (0.57s)
09:36:53 [2023-09-12T09:36:53.789Z] === RUN   TestExec
09:36:54 [2023-09-12T09:36:54.355Z] --- PASS: TestExec (0.60s)
09:36:54 [2023-09-12T09:36:54.355Z] === RUN   TestExecUser
09:36:54 [2023-09-12T09:36:54.921Z] --- PASS: TestExecUser (0.59s)
09:36:54 [2023-09-12T09:36:54.921Z] === RUN   TestExportContainerAndImportImage
09:36:55 [2023-09-12T09:36:55.486Z] --- PASS: TestExportContainerAndImportImage (0.67s)
09:36:55 [2023-09-12T09:36:55.486Z] === RUN   TestExportContainerAfterDaemonRestart
09:36:56 [2023-09-12T09:36:56.858Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s)
09:36:56 [2023-09-12T09:36:56.858Z] === RUN   TestHealthCheckWorkdir
09:36:57 [2023-09-12T09:36:57.423Z] --- PASS: TestHealthCheckWorkdir (0.72s)
09:36:57 [2023-09-12T09:36:57.423Z] === RUN   TestHealthKillContainer
09:37:05 [2023-09-12T09:37:05.527Z] --- PASS: TestHealthKillContainer (7.92s)
09:37:05 [2023-09-12T09:37:05.527Z] === RUN   TestHealthCheckProcessKilled
09:37:06 [2023-09-12T09:37:06.092Z] --- PASS: TestHealthCheckProcessKilled (0.80s)
09:37:06 [2023-09-12T09:37:06.092Z] === RUN   TestInspectCpusetInConfigPre120
09:37:06 [2023-09-12T09:37:06.658Z] --- PASS: TestInspectCpusetInConfigPre120 (0.51s)
09:37:06 [2023-09-12T09:37:06.658Z] === RUN   TestIpcModeNone
09:37:07 [2023-09-12T09:37:07.223Z] --- PASS: TestIpcModeNone (0.55s)
09:37:07 [2023-09-12T09:37:07.223Z] === RUN   TestIpcModePrivate
09:37:07 [2023-09-12T09:37:07.480Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:76, shared: false, mustBeShared: false
09:37:07 [2023-09-12T09:37:07.737Z] --- PASS: TestIpcModePrivate (0.61s)
09:37:07 [2023-09-12T09:37:07.737Z] === RUN   TestIpcModeShareable
09:37:08 [2023-09-12T09:37:08.303Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:70, shared: true, mustBeShared: true
09:37:08 [2023-09-12T09:37:08.303Z] --- PASS: TestIpcModeShareable (0.54s)
09:37:08 [2023-09-12T09:37:08.303Z] === RUN   TestAPIIpcModeShareableAndContainer
09:37:10 [2023-09-12T09:37:10.200Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.70s)
09:37:10 [2023-09-12T09:37:10.200Z] === RUN   TestAPIIpcModeHost
09:37:10 [2023-09-12T09:37:10.458Z] --- PASS: TestAPIIpcModeHost (0.38s)
09:37:10 [2023-09-12T09:37:10.458Z] === RUN   TestDaemonIpcModeShareable
09:37:11 [2023-09-12T09:37:11.391Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true
09:37:11 [2023-09-12T09:37:11.648Z] --- PASS: TestDaemonIpcModeShareable (1.20s)
09:37:11 [2023-09-12T09:37:11.648Z] === RUN   TestDaemonIpcModePrivate
09:37:12 [2023-09-12T09:37:12.740Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false
09:37:12 [2023-09-12T09:37:12.997Z] --- PASS: TestDaemonIpcModePrivate (1.25s)
09:37:12 [2023-09-12T09:37:12.997Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:37:13 [2023-09-12T09:37:13.930Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false
09:37:14 [2023-09-12T09:37:14.187Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.26s)
09:37:14 [2023-09-12T09:37:14.188Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:37:15 [2023-09-12T09:37:15.121Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true
09:37:15 [2023-09-12T09:37:15.378Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.24s)
09:37:15 [2023-09-12T09:37:15.378Z] === RUN   TestIpcModeOlderClient
09:37:15 [2023-09-12T09:37:15.378Z] === PAUSE TestIpcModeOlderClient
09:37:15 [2023-09-12T09:37:15.378Z] === RUN   TestKillContainerInvalidSignal
09:37:15 [2023-09-12T09:37:15.944Z] --- PASS: TestKillContainerInvalidSignal (0.49s)
09:37:15 [2023-09-12T09:37:15.944Z] === RUN   TestKillContainer
09:37:15 [2023-09-12T09:37:15.944Z] === RUN   TestKillContainer/no_signal
09:37:16 [2023-09-12T09:37:16.514Z] === RUN   TestKillContainer/non_killing_signal
09:37:16 [2023-09-12T09:37:16.786Z] === RUN   TestKillContainer/killing_signal
09:37:17 [2023-09-12T09:37:17.719Z] --- PASS: TestKillContainer (1.59s)
09:37:17 [2023-09-12T09:37:17.719Z]     --- PASS: TestKillContainer/no_signal (0.53s)
09:37:17 [2023-09-12T09:37:17.719Z]     --- PASS: TestKillContainer/non_killing_signal (0.31s)
09:37:17 [2023-09-12T09:37:17.719Z]     --- PASS: TestKillContainer/killing_signal (0.51s)
09:37:17 [2023-09-12T09:37:17.719Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:37:17 [2023-09-12T09:37:17.719Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:37:17 [2023-09-12T09:37:17.977Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:37:18 [2023-09-12T09:37:18.542Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.02s)
09:37:18 [2023-09-12T09:37:18.542Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.51s)
09:37:18 [2023-09-12T09:37:18.542Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s)
09:37:18 [2023-09-12T09:37:18.542Z] === RUN   TestKillStoppedContainer
09:37:18 [2023-09-12T09:37:18.542Z] --- PASS: TestKillStoppedContainer (0.04s)
09:37:18 [2023-09-12T09:37:18.542Z] === RUN   TestKillStoppedContainerAPIPre120
09:37:18 [2023-09-12T09:37:18.542Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
09:37:18 [2023-09-12T09:37:18.542Z] === RUN   TestKillDifferentUserContainer
09:37:19 [2023-09-12T09:37:19.107Z] --- PASS: TestKillDifferentUserContainer (0.51s)
09:37:19 [2023-09-12T09:37:19.107Z] === RUN   TestInspectOomKilledTrue
09:37:19 [2023-09-12T09:37:19.673Z] --- PASS: TestInspectOomKilledTrue (0.54s)
09:37:19 [2023-09-12T09:37:19.673Z] === RUN   TestInspectOomKilledFalse
09:37:20 [2023-09-12T09:37:20.238Z] --- PASS: TestInspectOomKilledFalse (0.45s)
09:37:20 [2023-09-12T09:37:20.238Z] === RUN   TestLinksEtcHostsContentMatch
09:37:20 [2023-09-12T09:37:20.238Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s)
09:37:20 [2023-09-12T09:37:20.238Z] === RUN   TestLinksContainerNames
09:37:21 [2023-09-12T09:37:21.610Z] --- PASS: TestLinksContainerNames (0.99s)
09:37:21 [2023-09-12T09:37:21.610Z] === RUN   TestLogsFollowTailEmpty
09:37:21 [2023-09-12T09:37:21.867Z] --- PASS: TestLogsFollowTailEmpty (0.51s)
09:37:21 [2023-09-12T09:37:21.867Z] === RUN   TestLogs
09:37:21 [2023-09-12T09:37:21.867Z] === RUN   TestLogs/driver_local
09:37:21 [2023-09-12T09:37:21.867Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === RUN   TestLogs/driver_local/tty/only_stdout
09:37:21 [2023-09-12T09:37:21.867Z] === PAUSE TestLogs/driver_local/tty/only_stdout
09:37:21 [2023-09-12T09:37:21.867Z] === RUN   TestLogs/driver_local/tty/only_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === PAUSE TestLogs/driver_local/tty/only_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
09:37:21 [2023-09-12T09:37:21.867Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
09:37:21 [2023-09-12T09:37:21.867Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
09:37:21 [2023-09-12T09:37:21.867Z] === CONT  TestLogs/driver_local/tty/only_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === CONT  TestLogs/driver_local/tty/only_stdout
09:37:21 [2023-09-12T09:37:21.867Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
09:37:21 [2023-09-12T09:37:21.867Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === RUN   TestLogs/driver_json-file
09:37:23 [2023-09-12T09:37:23.765Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
09:37:23 [2023-09-12T09:37:23.765Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
09:37:23 [2023-09-12T09:37:23.765Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
09:37:23 [2023-09-12T09:37:23.765Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
09:37:23 [2023-09-12T09:37:23.765Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
09:37:23 [2023-09-12T09:37:23.765Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
09:37:23 [2023-09-12T09:37:23.765Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
09:37:23 [2023-09-12T09:37:23.765Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:37:25 [2023-09-12T09:37:25.139Z] --- PASS: TestLogs (3.34s)
09:37:25 [2023-09-12T09:37:25.139Z]     --- PASS: TestLogs/driver_local (0.01s)
09:37:25 [2023-09-12T09:37:25.139Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.82s)
09:37:25 [2023-09-12T09:37:25.139Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.03s)
09:37:25 [2023-09-12T09:37:25.139Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.30s)
09:37:25 [2023-09-12T09:37:25.139Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.47s)
09:37:25 [2023-09-12T09:37:25.139Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.56s)
09:37:25 [2023-09-12T09:37:25.139Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.61s)
09:37:25 [2023-09-12T09:37:25.139Z]     --- PASS: TestLogs/driver_json-file (0.01s)
09:37:25 [2023-09-12T09:37:25.139Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.86s)
09:37:25 [2023-09-12T09:37:25.139Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.05s)
09:37:25 [2023-09-12T09:37:25.139Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.11s)
09:37:25 [2023-09-12T09:37:25.139Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.37s)
09:37:25 [2023-09-12T09:37:25.140Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.67s)
09:37:25 [2023-09-12T09:37:25.140Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.71s)
09:37:25 [2023-09-12T09:37:25.140Z] === RUN   TestContainerNetworkMountsNoChown
09:37:25 [2023-09-12T09:37:25.705Z] --- PASS: TestContainerNetworkMountsNoChown (0.48s)
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/default
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/default
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/private
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/private
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rprivate
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rprivate
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/slave
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/slave
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rslave
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rslave
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/shared
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/shared
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rshared
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rshared
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/default
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rslave
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/default/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rprivate
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/slave
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/private
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/shared
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rshared
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/private/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/private/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/default/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/private/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/private/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/default/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/default/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:37:25 [2023-09-12T09:37:25.705Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:37:25 [2023-09-12T09:37:25.705Z] --- PASS: TestMountDaemonRoot (0.02s)
09:37:25 [2023-09-12T09:37:25.705Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:37:25 [2023-09-12T09:37:25.705Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
09:37:25 [2023-09-12T09:37:25.705Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
09:37:25 [2023-09-12T09:37:25.705Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
09:37:25 [2023-09-12T09:37:25.705Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
09:37:25 [2023-09-12T09:37:25.705Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:37:25 [2023-09-12T09:37:25.705Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
09:37:25 [2023-09-12T09:37:25.705Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
09:37:25 [2023-09-12T09:37:25.705Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
09:37:25 [2023-09-12T09:37:25.705Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
09:37:25 [2023-09-12T09:37:25.706Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
09:37:25 [2023-09-12T09:37:25.706Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
09:37:25 [2023-09-12T09:37:25.706Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
09:37:25 [2023-09-12T09:37:25.706Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
09:37:25 [2023-09-12T09:37:25.706Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
09:37:25 [2023-09-12T09:37:25.706Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
09:37:25 [2023-09-12T09:37:25.706Z] === RUN   TestContainerBindMountNonRecursive
09:37:27 [2023-09-12T09:37:27.078Z] --- PASS: TestContainerBindMountNonRecursive (1.18s)
09:37:27 [2023-09-12T09:37:27.078Z] === RUN   TestContainerVolumesMountedAsShared
09:37:27 [2023-09-12T09:37:27.643Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s)
09:37:27 [2023-09-12T09:37:27.643Z] === RUN   TestContainerVolumesMountedAsSlave
09:37:27 [2023-09-12T09:37:27.900Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s)
09:37:27 [2023-09-12T09:37:27.900Z] === RUN   TestNetworkNat
09:37:28 [2023-09-12T09:37:28.465Z] --- PASS: TestNetworkNat (0.51s)
09:37:28 [2023-09-12T09:37:28.465Z] === RUN   TestNetworkLocalhostTCPNat
09:37:29 [2023-09-12T09:37:29.030Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s)
09:37:29 [2023-09-12T09:37:29.030Z] === RUN   TestNetworkLoopbackNat
09:37:31 [2023-09-12T09:37:31.556Z] --- PASS: TestNetworkLoopbackNat (2.63s)
09:37:31 [2023-09-12T09:37:31.556Z] === RUN   TestPause
09:37:32 [2023-09-12T09:37:32.121Z] --- PASS: TestPause (0.53s)
09:37:32 [2023-09-12T09:37:32.121Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:37:32 [2023-09-12T09:37:32.121Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:37:32 [2023-09-12T09:37:32.122Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:37:32 [2023-09-12T09:37:32.122Z] === RUN   TestPauseStopPausedContainer
09:37:32 [2023-09-12T09:37:32.687Z] --- PASS: TestPauseStopPausedContainer (0.56s)
09:37:32 [2023-09-12T09:37:32.687Z] === RUN   TestPidHost
09:37:34 [2023-09-12T09:37:34.059Z] --- PASS: TestPidHost (1.18s)
09:37:34 [2023-09-12T09:37:34.059Z] === RUN   TestPsFilter
09:37:34 [2023-09-12T09:37:34.059Z] --- PASS: TestPsFilter (0.09s)
09:37:34 [2023-09-12T09:37:34.059Z] === RUN   TestRemoveContainerWithRemovedVolume
09:37:34 [2023-09-12T09:37:34.317Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.49s)
09:37:34 [2023-09-12T09:37:34.317Z] === RUN   TestRemoveContainerWithVolume
09:37:34 [2023-09-12T09:37:34.882Z] --- PASS: TestRemoveContainerWithVolume (0.51s)
09:37:34 [2023-09-12T09:37:34.882Z] === RUN   TestRemoveContainerRunning
09:37:35 [2023-09-12T09:37:35.448Z] --- PASS: TestRemoveContainerRunning (0.54s)
09:37:35 [2023-09-12T09:37:35.448Z] === RUN   TestRemoveContainerForceRemoveRunning
09:37:36 [2023-09-12T09:37:36.013Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.52s)
09:37:36 [2023-09-12T09:37:36.013Z] === RUN   TestRemoveInvalidContainer
09:37:36 [2023-09-12T09:37:36.013Z] --- PASS: TestRemoveInvalidContainer (0.01s)
09:37:36 [2023-09-12T09:37:36.013Z] === RUN   TestRenameLinkedContainer
09:37:37 [2023-09-12T09:37:37.910Z] --- PASS: TestRenameLinkedContainer (2.03s)
09:37:37 [2023-09-12T09:37:37.910Z] === RUN   TestRenameStoppedContainer
09:37:38 [2023-09-12T09:37:38.476Z] --- PASS: TestRenameStoppedContainer (0.52s)
09:37:38 [2023-09-12T09:37:38.476Z] === RUN   TestRenameRunningContainerAndReuse
09:37:39 [2023-09-12T09:37:39.409Z] --- PASS: TestRenameRunningContainerAndReuse (1.00s)
09:37:39 [2023-09-12T09:37:39.409Z] === RUN   TestRenameInvalidName
09:37:39 [2023-09-12T09:37:39.973Z] --- PASS: TestRenameInvalidName (0.51s)
09:37:39 [2023-09-12T09:37:39.973Z] === RUN   TestRenameAnonymousContainer
09:37:41 [2023-09-12T09:37:41.898Z] --- PASS: TestRenameAnonymousContainer (1.88s)
09:37:41 [2023-09-12T09:37:41.898Z] === RUN   TestRenameContainerWithSameName
09:37:42 [2023-09-12T09:37:42.464Z] --- PASS: TestRenameContainerWithSameName (0.52s)
09:37:42 [2023-09-12T09:37:42.464Z] === RUN   TestRenameContainerWithLinkedContainer
09:37:43 [2023-09-12T09:37:43.396Z] --- PASS: TestRenameContainerWithLinkedContainer (1.00s)
09:37:43 [2023-09-12T09:37:43.396Z] === RUN   TestResize
09:37:43 [2023-09-12T09:37:43.961Z] --- PASS: TestResize (0.51s)
09:37:43 [2023-09-12T09:37:43.961Z] === RUN   TestResizeWithInvalidSize
09:37:44 [2023-09-12T09:37:44.527Z] --- PASS: TestResizeWithInvalidSize (0.54s)
09:37:44 [2023-09-12T09:37:44.527Z] === RUN   TestResizeWhenContainerNotStarted
09:37:45 [2023-09-12T09:37:45.092Z] --- PASS: TestResizeWhenContainerNotStarted (0.50s)
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:37:45 [2023-09-12T09:37:45.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:37:46 [2023-09-12T09:37:46.466Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:37:47 [2023-09-12T09:37:47.423Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:37:47 [2023-09-12T09:37:47.423Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:37:47 [2023-09-12T09:37:47.682Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:37:47 [2023-09-12T09:37:47.682Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:37:47 [2023-09-12T09:37:47.682Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:37:47 [2023-09-12T09:37:47.939Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:37:48 [2023-09-12T09:37:48.505Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:37:52 [2023-09-12T09:37:52.686Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:37:52 [2023-09-12T09:37:52.686Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.44s)
09:37:52 [2023-09-12T09:37:52.686Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.35s)
09:37:52 [2023-09-12T09:37:52.686Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.58s)
09:37:52 [2023-09-12T09:37:52.686Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.68s)
09:37:52 [2023-09-12T09:37:52.686Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.26s)
09:37:52 [2023-09-12T09:37:52.686Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.74s)
09:37:52 [2023-09-12T09:37:52.686Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.04s)
09:37:52 [2023-09-12T09:37:52.687Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
09:37:52 [2023-09-12T09:37:52.687Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s)
09:37:52 [2023-09-12T09:37:52.687Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.02s)
09:37:52 [2023-09-12T09:37:52.687Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.19s)
09:37:52 [2023-09-12T09:37:52.687Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.09s)
09:37:52 [2023-09-12T09:37:52.687Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.09s)
09:37:52 [2023-09-12T09:37:52.687Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.03s)
09:37:52 [2023-09-12T09:37:52.687Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.58s)
09:37:52 [2023-09-12T09:37:52.687Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.38s)
09:37:52 [2023-09-12T09:37:52.687Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
09:37:52 [2023-09-12T09:37:52.687Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
09:37:53 [2023-09-12T09:37:53.251Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
09:37:54 [2023-09-12T09:37:54.184Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.12s)
09:37:54 [2023-09-12T09:37:54.184Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (1.03s)
09:37:54 [2023-09-12T09:37:54.184Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.08s)
09:37:54 [2023-09-12T09:37:54.184Z] === RUN   TestCgroupNamespacesRun
09:37:55 [2023-09-12T09:37:55.557Z] --- PASS: TestCgroupNamespacesRun (1.21s)
09:37:55 [2023-09-12T09:37:55.557Z] === RUN   TestCgroupNamespacesRunPrivileged
09:37:56 [2023-09-12T09:37:56.491Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.19s)
09:37:56 [2023-09-12T09:37:56.491Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:37:57 [2023-09-12T09:37:57.864Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.22s)
09:37:57 [2023-09-12T09:37:57.864Z] === RUN   TestCgroupNamespacesRunHostMode
09:37:59 [2023-09-12T09:37:59.236Z] --- PASS: TestCgroupNamespacesRunHostMode (1.25s)
09:37:59 [2023-09-12T09:37:59.236Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:38:00 [2023-09-12T09:38:00.608Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.26s)
09:38:00 [2023-09-12T09:38:00.608Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:38:01 [2023-09-12T09:38:01.543Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.21s)
09:38:01 [2023-09-12T09:38:01.543Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:38:02 [2023-09-12T09:38:02.109Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s)
09:38:02 [2023-09-12T09:38:02.109Z] === RUN   TestCgroupNamespacesRunOlderClient
09:38:03 [2023-09-12T09:38:03.482Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s)
09:38:03 [2023-09-12T09:38:03.482Z] === RUN   TestNISDomainname
09:38:04 [2023-09-12T09:38:04.047Z] --- PASS: TestNISDomainname (0.62s)
09:38:04 [2023-09-12T09:38:04.047Z] === RUN   TestHostnameDnsResolution
09:38:04 [2023-09-12T09:38:04.980Z] --- PASS: TestHostnameDnsResolution (0.81s)
09:38:04 [2023-09-12T09:38:04.980Z] === RUN   TestUnprivilegedPortsAndPing
09:38:05 [2023-09-12T09:38:05.545Z] --- PASS: TestUnprivilegedPortsAndPing (0.59s)
09:38:05 [2023-09-12T09:38:05.545Z] === RUN   TestPrivilegedHostDevices
09:38:06 [2023-09-12T09:38:06.110Z] --- PASS: TestPrivilegedHostDevices (0.61s)
09:38:06 [2023-09-12T09:38:06.110Z] === RUN   TestRunConsoleSize
09:38:06 [2023-09-12T09:38:06.685Z] --- PASS: TestRunConsoleSize (0.50s)
09:38:06 [2023-09-12T09:38:06.685Z] === RUN   TestRunWithAlternativeContainerdShim
09:38:08 [2023-09-12T09:38:08.590Z] --- PASS: TestRunWithAlternativeContainerdShim (2.15s)
09:38:08 [2023-09-12T09:38:08.590Z] === RUN   TestStats
09:38:11 [2023-09-12T09:38:11.122Z] --- PASS: TestStats (2.52s)
09:38:11 [2023-09-12T09:38:11.122Z] === RUN   TestStopContainerWithTimeout
09:38:11 [2023-09-12T09:38:11.122Z] === RUN   TestStopContainerWithTimeout/0
09:38:11 [2023-09-12T09:38:11.122Z] === PAUSE TestStopContainerWithTimeout/0
09:38:11 [2023-09-12T09:38:11.122Z] === RUN   TestStopContainerWithTimeout/1
09:38:11 [2023-09-12T09:38:11.122Z] === PAUSE TestStopContainerWithTimeout/1
09:38:11 [2023-09-12T09:38:11.122Z] === RUN   TestStopContainerWithTimeout/3
09:38:11 [2023-09-12T09:38:11.122Z] === PAUSE TestStopContainerWithTimeout/3
09:38:11 [2023-09-12T09:38:11.122Z] === RUN   TestStopContainerWithTimeout/-1
09:38:11 [2023-09-12T09:38:11.122Z] === PAUSE TestStopContainerWithTimeout/-1
09:38:11 [2023-09-12T09:38:11.122Z] === CONT  TestStopContainerWithTimeout/0
09:38:11 [2023-09-12T09:38:11.122Z] === CONT  TestStopContainerWithTimeout/3
09:38:11 [2023-09-12T09:38:11.122Z] === CONT  TestStopContainerWithTimeout/-1
09:38:11 [2023-09-12T09:38:11.122Z] === CONT  TestStopContainerWithTimeout/1
09:38:14 [2023-09-12T09:38:14.403Z] --- PASS: TestStopContainerWithTimeout (0.04s)
09:38:14 [2023-09-12T09:38:14.404Z]     --- PASS: TestStopContainerWithTimeout/0 (0.94s)
09:38:14 [2023-09-12T09:38:14.404Z]     --- PASS: TestStopContainerWithTimeout/1 (1.75s)
09:38:14 [2023-09-12T09:38:14.404Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.78s)
09:38:14 [2023-09-12T09:38:14.404Z]     --- PASS: TestStopContainerWithTimeout/3 (2.88s)
09:38:14 [2023-09-12T09:38:14.404Z] === RUN   TestDeleteDevicemapper
09:38:14 [2023-09-12T09:38:14.404Z]     stop_linux_test.go:80: testEnv.DaemonInfo.Driver != "devicemapper"
09:38:14 [2023-09-12T09:38:14.404Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:38:14 [2023-09-12T09:38:14.404Z] === RUN   TestStopContainerWithTimeoutCancel
09:38:14 [2023-09-12T09:38:14.404Z] === PAUSE TestStopContainerWithTimeoutCancel
09:38:14 [2023-09-12T09:38:14.404Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:38:16 [2023-09-12T09:38:16.932Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.39s)
09:38:16 [2023-09-12T09:38:16.932Z] === RUN   TestUpdateMemory
09:38:17 [2023-09-12T09:38:17.189Z] --- PASS: TestUpdateMemory (0.77s)
09:38:17 [2023-09-12T09:38:17.189Z] === RUN   TestUpdateCPUQuota
09:38:18 [2023-09-12T09:38:18.122Z] --- PASS: TestUpdateCPUQuota (0.93s)
09:38:18 [2023-09-12T09:38:18.122Z] === RUN   TestUpdatePidsLimit
09:38:18 [2023-09-12T09:38:18.122Z] === RUN   TestUpdatePidsLimit/update_from_none
09:38:18 [2023-09-12T09:38:18.380Z] === RUN   TestUpdatePidsLimit/no_change
09:38:18 [2023-09-12T09:38:18.638Z] === RUN   TestUpdatePidsLimit/update_lower
09:38:18 [2023-09-12T09:38:18.896Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:38:19 [2023-09-12T09:38:19.153Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:38:19 [2023-09-12T09:38:19.412Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:38:19 [2023-09-12T09:38:19.412Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:38:20 [2023-09-12T09:38:20.344Z] --- PASS: TestUpdatePidsLimit (1.95s)
09:38:20 [2023-09-12T09:38:20.344Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
09:38:20 [2023-09-12T09:38:20.344Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
09:38:20 [2023-09-12T09:38:20.344Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.20s)
09:38:20 [2023-09-12T09:38:20.344Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
09:38:20 [2023-09-12T09:38:20.344Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
09:38:20 [2023-09-12T09:38:20.344Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
09:38:20 [2023-09-12T09:38:20.344Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
09:38:20 [2023-09-12T09:38:20.344Z] === RUN   TestUpdateRestartPolicy
09:38:32 [2023-09-12T09:38:32.535Z] --- PASS: TestUpdateRestartPolicy (11.15s)
09:38:32 [2023-09-12T09:38:32.535Z] === RUN   TestUpdateRestartWithAutoRemove
09:38:32 [2023-09-12T09:38:32.535Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s)
09:38:32 [2023-09-12T09:38:32.535Z] === RUN   TestWaitNonBlocked
09:38:32 [2023-09-12T09:38:32.535Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:38:32 [2023-09-12T09:38:32.535Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:38:32 [2023-09-12T09:38:32.535Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:38:32 [2023-09-12T09:38:32.535Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:38:32 [2023-09-12T09:38:32.535Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:38:32 [2023-09-12T09:38:32.535Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:38:32 [2023-09-12T09:38:32.535Z] --- PASS: TestWaitNonBlocked (0.02s)
09:38:32 [2023-09-12T09:38:32.535Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s)
09:38:32 [2023-09-12T09:38:32.535Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.79s)
09:38:32 [2023-09-12T09:38:32.535Z] === RUN   TestWaitBlocked
09:38:32 [2023-09-12T09:38:32.535Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:38:32 [2023-09-12T09:38:32.535Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:38:32 [2023-09-12T09:38:32.535Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:38:32 [2023-09-12T09:38:32.535Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:38:32 [2023-09-12T09:38:32.535Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:38:32 [2023-09-12T09:38:32.535Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:38:33 [2023-09-12T09:38:33.468Z] --- PASS: TestWaitBlocked (0.03s)
09:38:33 [2023-09-12T09:38:33.468Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s)
09:38:33 [2023-09-12T09:38:33.468Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.78s)
09:38:33 [2023-09-12T09:38:33.468Z] === RUN   TestWaitConditions
09:38:33 [2023-09-12T09:38:33.468Z] === RUN   TestWaitConditions/default
09:38:33 [2023-09-12T09:38:33.468Z] === PAUSE TestWaitConditions/default
09:38:33 [2023-09-12T09:38:33.468Z] === RUN   TestWaitConditions/not-running
09:38:33 [2023-09-12T09:38:33.468Z] === PAUSE TestWaitConditions/not-running
09:38:33 [2023-09-12T09:38:33.468Z] === RUN   TestWaitConditions/next-exit
09:38:33 [2023-09-12T09:38:33.468Z] === PAUSE TestWaitConditions/next-exit
09:38:33 [2023-09-12T09:38:33.468Z] === RUN   TestWaitConditions/removed
09:38:33 [2023-09-12T09:38:33.468Z] === PAUSE TestWaitConditions/removed
09:38:33 [2023-09-12T09:38:33.468Z] === CONT  TestWaitConditions/default
09:38:33 [2023-09-12T09:38:33.468Z] === CONT  TestWaitConditions/next-exit
09:38:33 [2023-09-12T09:38:33.468Z] === CONT  TestWaitConditions/removed
09:38:33 [2023-09-12T09:38:33.468Z] === CONT  TestWaitConditions/not-running
09:38:36 [2023-09-12T09:38:36.057Z] --- PASS: TestWaitConditions (0.04s)
09:38:36 [2023-09-12T09:38:36.057Z]     --- PASS: TestWaitConditions/default (1.75s)
09:38:36 [2023-09-12T09:38:36.057Z]     --- PASS: TestWaitConditions/removed (1.88s)
09:38:36 [2023-09-12T09:38:36.057Z]     --- PASS: TestWaitConditions/not-running (2.08s)
09:38:36 [2023-09-12T09:38:36.057Z]     --- PASS: TestWaitConditions/next-exit (2.15s)
09:38:36 [2023-09-12T09:38:36.057Z] === RUN   TestWaitRestartedContainer
09:38:36 [2023-09-12T09:38:36.057Z] === RUN   TestWaitRestartedContainer/default
09:38:36 [2023-09-12T09:38:36.057Z] === PAUSE TestWaitRestartedContainer/default
09:38:36 [2023-09-12T09:38:36.058Z] === RUN   TestWaitRestartedContainer/not-running
09:38:36 [2023-09-12T09:38:36.058Z] === PAUSE TestWaitRestartedContainer/not-running
09:38:36 [2023-09-12T09:38:36.058Z] === RUN   TestWaitRestartedContainer/next-exit
09:38:36 [2023-09-12T09:38:36.058Z] === PAUSE TestWaitRestartedContainer/next-exit
09:38:36 [2023-09-12T09:38:36.058Z] === CONT  TestWaitRestartedContainer/default
09:38:36 [2023-09-12T09:38:36.058Z] === CONT  TestWaitRestartedContainer/next-exit
09:38:36 [2023-09-12T09:38:36.058Z] === CONT  TestWaitRestartedContainer/not-running
09:38:37 [2023-09-12T09:38:37.955Z] --- PASS: TestWaitRestartedContainer (0.01s)
09:38:37 [2023-09-12T09:38:37.955Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.99s)
09:38:37 [2023-09-12T09:38:37.955Z]     --- PASS: TestWaitRestartedContainer/default (2.15s)
09:38:37 [2023-09-12T09:38:37.955Z]     --- PASS: TestWaitRestartedContainer/not-running (2.24s)
09:38:37 [2023-09-12T09:38:37.955Z] === CONT  TestContainerStartOnDaemonRestart
09:38:37 [2023-09-12T09:38:37.955Z] === CONT  TestContainerKillOnDaemonStart
09:38:37 [2023-09-12T09:38:37.955Z] === CONT  TestDaemonHostGatewayIP
09:38:37 [2023-09-12T09:38:37.955Z] === CONT  TestDaemonRestartIpcMode
09:38:37 [2023-09-12T09:38:37.955Z] === CONT  TestRestartDaemonWithRestartingContainer
09:38:37 [2023-09-12T09:38:37.955Z] === CONT  TestStopContainerWithTimeoutCancel
09:38:37 [2023-09-12T09:38:37.955Z] === CONT  TestIpcModeOlderClient
09:38:37 [2023-09-12T09:38:37.955Z] --- PASS: TestIpcModeOlderClient (0.07s)
09:38:40 [2023-09-12T09:38:40.483Z] --- PASS: TestContainerStartOnDaemonRestart (2.59s)
09:38:40 [2023-09-12T09:38:40.741Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.73s)
09:38:41 [2023-09-12T09:38:41.307Z] --- PASS: TestDaemonHostGatewayIP (3.26s)
09:38:41 [2023-09-12T09:38:41.564Z] --- PASS: TestDaemonRestartIpcMode (3.55s)
09:38:41 [2023-09-12T09:38:41.564Z] --- PASS: TestStopContainerWithTimeoutCancel (3.63s)
09:38:49 [2023-09-12T09:38:49.683Z] --- PASS: TestContainerKillOnDaemonStart (11.91s)
09:38:49 [2023-09-12T09:38:49.683Z] PASS
09:38:49 [2023-09-12T09:38:49.683Z] 
09:38:49 [2023-09-12T09:38:49.683Z] === Skipped
09:38:49 [2023-09-12T09:38:49.683Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
09:38:49 [2023-09-12T09:38:49.683Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:38:49 [2023-09-12T09:38:49.683Z] 
09:38:49 [2023-09-12T09:38:49.683Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
09:38:49 [2023-09-12T09:38:49.683Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:38:49 [2023-09-12T09:38:49.683Z] 
09:38:49 [2023-09-12T09:38:49.683Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
09:38:49 [2023-09-12T09:38:49.683Z]     stop_linux_test.go:80: testEnv.DaemonInfo.Driver != "devicemapper"
09:38:49 [2023-09-12T09:38:49.683Z] 
09:38:49 [2023-09-12T09:38:49.683Z] DONE 274 tests, 3 skipped in 123.342s
09:38:49 [2023-09-12T09:38:49.941Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
09:38:49 [2023-09-12T09:38:49.941Z] ++ 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
09:38:49 [2023-09-12T09:38:49.941Z] ++ set -e
09:38:49 [2023-09-12T09:38:49.941Z] ++ '[' -n 0 ']'
09:38:49 [2023-09-12T09:38:49.941Z] ++ set -x
09:38:49 [2023-09-12T09:38:49.941Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:38:49 [2023-09-12T09:38:49.941Z] INFO: Testing against a local daemon
09:38:49 [2023-09-12T09:38:49.941Z] === RUN   TestConfigDaemonID
09:38:50 [2023-09-12T09:38:50.874Z]     daemon_test.go:73: [d773e58abf531] daemon is not started
09:38:50 [2023-09-12T09:38:50.874Z] --- PASS: TestConfigDaemonID (1.04s)
09:38:50 [2023-09-12T09:38:50.874Z] === RUN   TestDaemonConfigValidation
09:38:50 [2023-09-12T09:38:50.874Z] === RUN   TestDaemonConfigValidation/config_with_no_content
09:38:50 [2023-09-12T09:38:50.874Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
09:38:50 [2023-09-12T09:38:50.874Z] === RUN   TestDaemonConfigValidation/config_with_{}
09:38:50 [2023-09-12T09:38:50.874Z] === PAUSE TestDaemonConfigValidation/config_with_{}
09:38:50 [2023-09-12T09:38:50.874Z] === RUN   TestDaemonConfigValidation/invalid_config
09:38:50 [2023-09-12T09:38:50.874Z] === PAUSE TestDaemonConfigValidation/invalid_config
09:38:50 [2023-09-12T09:38:50.874Z] === RUN   TestDaemonConfigValidation/malformed_config
09:38:50 [2023-09-12T09:38:50.874Z] === PAUSE TestDaemonConfigValidation/malformed_config
09:38:50 [2023-09-12T09:38:50.874Z] === RUN   TestDaemonConfigValidation/valid_config
09:38:50 [2023-09-12T09:38:50.874Z] === PAUSE TestDaemonConfigValidation/valid_config
09:38:50 [2023-09-12T09:38:50.874Z] === CONT  TestDaemonConfigValidation/config_with_no_content
09:38:50 [2023-09-12T09:38:50.874Z] === CONT  TestDaemonConfigValidation/malformed_config
09:38:50 [2023-09-12T09:38:50.874Z] === CONT  TestDaemonConfigValidation/valid_config
09:38:50 [2023-09-12T09:38:50.874Z] === CONT  TestDaemonConfigValidation/config_with_{}
09:38:50 [2023-09-12T09:38:50.874Z] === CONT  TestDaemonConfigValidation/invalid_config
09:38:50 [2023-09-12T09:38:50.874Z] --- PASS: TestDaemonConfigValidation (0.00s)
09:38:50 [2023-09-12T09:38:50.874Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
09:38:50 [2023-09-12T09:38:50.874Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
09:38:50 [2023-09-12T09:38:50.874Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
09:38:50 [2023-09-12T09:38:50.874Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
09:38:50 [2023-09-12T09:38:50.874Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
09:38:50 [2023-09-12T09:38:50.874Z] === RUN   TestConfigDaemonSeccompProfiles
09:38:50 [2023-09-12T09:38:50.874Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
09:38:52 [2023-09-12T09:38:52.247Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
09:38:53 [2023-09-12T09:38:53.179Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
09:38:54 [2023-09-12T09:38:54.112Z]     daemon_test.go:187: [d1a80e6988da7] daemon is not started
09:38:54 [2023-09-12T09:38:54.112Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
09:38:54 [2023-09-12T09:38:54.112Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
09:38:54 [2023-09-12T09:38:54.112Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
09:38:54 [2023-09-12T09:38:54.112Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
09:38:54 [2023-09-12T09:38:54.112Z] === RUN   TestDaemonProxy
09:38:54 [2023-09-12T09:38:54.112Z] === RUN   TestDaemonProxy/environment_variables
09:38:54 [2023-09-12T09:38:54.112Z] === PAUSE TestDaemonProxy/environment_variables
09:38:54 [2023-09-12T09:38:54.112Z] === RUN   TestDaemonProxy/command-line_options
09:38:54 [2023-09-12T09:38:54.112Z] === PAUSE TestDaemonProxy/command-line_options
09:38:54 [2023-09-12T09:38:54.112Z] === RUN   TestDaemonProxy/configuration_file
09:38:54 [2023-09-12T09:38:54.112Z] === PAUSE TestDaemonProxy/configuration_file
09:38:54 [2023-09-12T09:38:54.112Z] === RUN   TestDaemonProxy/conflicting_options
09:38:54 [2023-09-12T09:38:54.677Z] === RUN   TestDaemonProxy/reload_sanitized
09:38:54 [2023-09-12T09:38:54.677Z] === PAUSE TestDaemonProxy/reload_sanitized
09:38:54 [2023-09-12T09:38:54.677Z] === CONT  TestDaemonProxy/environment_variables
09:38:54 [2023-09-12T09:38:54.677Z] === CONT  TestDaemonProxy/configuration_file
09:38:54 [2023-09-12T09:38:54.677Z] === CONT  TestDaemonProxy/reload_sanitized
09:38:54 [2023-09-12T09:38:54.677Z] === CONT  TestDaemonProxy/command-line_options
09:38:56 [2023-09-12T09:38:56.574Z] --- PASS: TestDaemonProxy (0.50s)
09:38:56 [2023-09-12T09:38:56.574Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
09:38:56 [2023-09-12T09:38:56.574Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
09:38:56 [2023-09-12T09:38:56.574Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
09:38:56 [2023-09-12T09:38:56.574Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
09:38:56 [2023-09-12T09:38:56.574Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
09:38:56 [2023-09-12T09:38:56.574Z] === RUN   TestLiveRestore
09:38:56 [2023-09-12T09:38:56.574Z] === RUN   TestLiveRestore/volume_references
09:38:56 [2023-09-12T09:38:56.574Z] === PAUSE TestLiveRestore/volume_references
09:38:56 [2023-09-12T09:38:56.574Z] === CONT  TestLiveRestore/volume_references
09:38:57 [2023-09-12T09:38:57.140Z] === RUN   TestLiveRestore/volume_references/restartPolicy
09:38:57 [2023-09-12T09:38:57.140Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
09:38:58 [2023-09-12T09:38:58.072Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
09:38:59 [2023-09-12T09:38:59.005Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
09:38:59 [2023-09-12T09:38:59.938Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
09:39:01 [2023-09-12T09:39:01.311Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
09:39:01 [2023-09-12T09:39:01.875Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
09:39:02 [2023-09-12T09:39:02.441Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
09:39:03 [2023-09-12T09:39:03.814Z] --- PASS: TestLiveRestore (0.00s)
09:39:03 [2023-09-12T09:39:03.814Z]     --- PASS: TestLiveRestore/volume_references (7.26s)
09:39:03 [2023-09-12T09:39:03.814Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (4.05s)
09:39:03 [2023-09-12T09:39:03.814Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.03s)
09:39:03 [2023-09-12T09:39:03.814Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.99s)
09:39:03 [2023-09-12T09:39:03.814Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.01s)
09:39:03 [2023-09-12T09:39:03.814Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.02s)
09:39:03 [2023-09-12T09:39:03.814Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.50s)
09:39:03 [2023-09-12T09:39:03.814Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.49s)
09:39:03 [2023-09-12T09:39:03.814Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (1.04s)
09:39:03 [2023-09-12T09:39:03.814Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
09:39:04 [2023-09-12T09:39:04.379Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.74s)
09:39:04 [2023-09-12T09:39:04.379Z] PASS
09:39:04 [2023-09-12T09:39:04.379Z] 
09:39:04 [2023-09-12T09:39:04.379Z] DONE 28 tests in 14.501s
09:39:04 [2023-09-12T09:39:04.379Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
09:39:04 [2023-09-12T09:39:04.379Z] ++ 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
09:39:04 [2023-09-12T09:39:04.379Z] ++ set -e
09:39:04 [2023-09-12T09:39:04.379Z] ++ '[' -n 0 ']'
09:39:04 [2023-09-12T09:39:04.379Z] ++ set -x
09:39:04 [2023-09-12T09:39:04.379Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:39:04 [2023-09-12T09:39:04.379Z] INFO: Testing against a local daemon
09:39:04 [2023-09-12T09:39:04.379Z] === RUN   TestCommitInheritsEnv
09:39:04 [2023-09-12T09:39:04.637Z] --- PASS: TestCommitInheritsEnv (0.22s)
09:39:04 [2023-09-12T09:39:04.637Z] === RUN   TestImportExtremelyLargeImageWorks
09:39:04 [2023-09-12T09:39:04.637Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
09:39:04 [2023-09-12T09:39:04.637Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
09:39:04 [2023-09-12T09:39:04.637Z] === RUN   TestImportWithCustomPlatform
09:39:04 [2023-09-12T09:39:04.637Z] === RUN   TestImportWithCustomPlatform/#00
09:39:04 [2023-09-12T09:39:04.637Z] === RUN   TestImportWithCustomPlatform/_______
09:39:04 [2023-09-12T09:39:04.637Z] === RUN   TestImportWithCustomPlatform//
09:39:04 [2023-09-12T09:39:04.637Z] === RUN   TestImportWithCustomPlatform/linux
09:39:04 [2023-09-12T09:39:04.637Z] === RUN   TestImportWithCustomPlatform/LINUX
09:39:04 [2023-09-12T09:39:04.894Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
09:39:04 [2023-09-12T09:39:04.894Z] === RUN   TestImportWithCustomPlatform/macos
09:39:04 [2023-09-12T09:39:04.894Z] === RUN   TestImportWithCustomPlatform/macos/arm64
09:39:04 [2023-09-12T09:39:04.894Z] === RUN   TestImportWithCustomPlatform/nintendo64
09:39:04 [2023-09-12T09:39:04.894Z] --- PASS: TestImportWithCustomPlatform (0.29s)
09:39:04 [2023-09-12T09:39:04.894Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.06s)
09:39:04 [2023-09-12T09:39:04.894Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
09:39:04 [2023-09-12T09:39:04.894Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
09:39:04 [2023-09-12T09:39:04.894Z]     --- PASS: TestImportWithCustomPlatform/linux (0.06s)
09:39:04 [2023-09-12T09:39:04.894Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
09:39:04 [2023-09-12T09:39:04.894Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
09:39:04 [2023-09-12T09:39:04.894Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
09:39:04 [2023-09-12T09:39:04.894Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
09:39:04 [2023-09-12T09:39:04.894Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
09:39:04 [2023-09-12T09:39:04.894Z] === RUN   TestImagesFilterMultiReference
09:39:04 [2023-09-12T09:39:04.894Z] --- PASS: TestImagesFilterMultiReference (0.05s)
09:39:04 [2023-09-12T09:39:04.894Z] === RUN   TestImagePullPlatformInvalid
09:39:04 [2023-09-12T09:39:04.894Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
09:39:04 [2023-09-12T09:39:04.894Z] === RUN   TestImagePullStoredfDigestForOtherRepo
09:39:04 [2023-09-12T09:39:04.894Z] time="2023-09-12T09:39:04Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.20.8 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:04 [2023-09-12T09:39:04.894Z] time="2023-09-12T09:39:04Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:04 [2023-09-12T09:39:04.894Z] time="2023-09-12T09:39:04Z" level=info msg="Starting upload purge in 59m0s" go.version=go1.20.8 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:04 [2023-09-12T09:39:04.894Z] time="2023-09-12T09:39:04Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.154Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=401f1479-5510-4a19-9f3f-b991a32bd835 http.request.method=GET http.request.remoteaddr="127.0.0.1:44032" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=401f1479-5510-4a19-9f3f-b991a32bd835 http.request.method=GET http.request.remoteaddr="127.0.0.1:44032" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.027913ms http.response.status=200 http.response.written=2 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f6261b54-5f6f-4a4c-a871-ce07ab216035 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f6261b54-5f6f-4a4c-a871-ce07ab216035 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=59908ece-e3ca-4eaa-9f6b-df7cfdb60093 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f6261b54-5f6f-4a4c-a871-ce07ab216035 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=28.881µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ffe40d77-32f6-4c5f-aa43-2079ac909772 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=59908ece-e3ca-4eaa-9f6b-df7cfdb60093 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=59908ece-e3ca-4eaa-9f6b-df7cfdb60093 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=22.293µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6891a709-277d-4696-b74d-170d55be40ce trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f6261b54-5f6f-4a4c-a871-ce07ab216035 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.998179ms http.response.status=404 http.response.written=157 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=59908ece-e3ca-4eaa-9f6b-df7cfdb60093 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44042" 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.912413ms http.response.status=404 http.response.written=157 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown"
09:39:05 [2023-09-12T09:39:05.155Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown"
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a5101ea9-a0a6-408d-98ac-d92570c5a622 http.request.method=POST http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a5101ea9-a0a6-408d-98ac-d92570c5a622 http.request.method=POST http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=33ff8b8d-0365-4366-91e5-51313ab2729a http.request.method=POST http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=33ff8b8d-0365-4366-91e5-51313ab2729a http.request.method=POST http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96/startedat\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a5101ea9-a0a6-408d-98ac-d92570c5a622 http.request.method=POST http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=98.812µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=100162f8-5517-4ab7-ae7f-418454fd4245 trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/b82d4111-d653-4409-a425-088ad0bed890/startedat\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=33ff8b8d-0365-4366-91e5-51313ab2729a http.request.method=POST http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=59.978µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=11776621-f65f-4f9d-8020-57038a509e4c trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b82d4111-d653-4409-a425-088ad0bed890/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=33ff8b8d-0365-4366-91e5-51313ab2729a http.request.method=POST http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=14.079µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=51cc7687-67dd-4f7d-a184-d0d127649d17 trace.line=141 vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a5101ea9-a0a6-408d-98ac-d92570c5a622 http.request.method=POST http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=13.776µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=fe420a31-10c6-4ecc-b079-08eefb9373a0 trace.line=141 vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/b82d4111-d653-4409-a425-088ad0bed890/hashstates/sha256/0\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=33ff8b8d-0365-4366-91e5-51313ab2729a http.request.method=POST http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=66.427µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=3cea7067-00d1-4a5c-bbd1-7a96954de739 trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96/hashstates/sha256/0\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a5101ea9-a0a6-408d-98ac-d92570c5a622 http.request.method=POST http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=66.624µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=e98c3e99-5d21-4901-a145-cde6dd6d278f trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=33ff8b8d-0365-4366-91e5-51313ab2729a http.request.method=POST http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.994922ms http.response.status=202 http.response.written=0 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a5101ea9-a0a6-408d-98ac-d92570c5a622 http.request.method=POST http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.109397ms http.response.status=202 http.response.written=0 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown"
09:39:05 [2023-09-12T09:39:05.155Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown"
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/b82d4111-d653-4409-a425-088ad0bed890/startedat\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=31.712µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3af7ca7c-060e-4aa0-83c2-d65a9c0212d6 trace.line=82 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b82d4111-d653-4409-a425-088ad0bed890/data\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=12.849µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=004f4d45-375e-42f0-b24a-0095471d24ee trace.line=141 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/b82d4111-d653-4409-a425-088ad0bed890/data\", 0)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=68.151µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=62c3c87c-e1ad-4fae-9760-ea84e020d70c trace.line=124 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b82d4111-d653-4409-a425-088ad0bed890/data\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=10.436µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=2f1e012a-bdef-4ca9-8352-96ddf93cac71 trace.line=141 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.155Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=10.921µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a27c21d5-b59b-4c2c-a63e-8098b2df9808 trace.line=141 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b82d4111-d653-4409-a425-088ad0bed890/data\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=7.95µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3e7c4704-786d-482d-8a77-7784b5ff6670 trace.line=141 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/b82d4111-d653-4409-a425-088ad0bed890/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=53.209µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=7f21c6c0-fc79-4b9c-bde6-a5eec87f64a7 trace.line=167 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=49.197µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ea476f01-a45b-45ca-9033-fc9844b3fec8 trace.line=95 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/b82d4111-d653-4409-a425-088ad0bed890\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=88.368µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=548809c6-7834-45c7-ad96-6730b8fa9d13 trace.line=181 vars.name=test vars.uuid=b82d4111-d653-4409-a425-088ad0bed890 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=888619ea-e1d6-4ba6-8d0c-656e1f20d753 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44042" http.request.uri="/v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.750308ms http.response.status=201 http.response.written=0 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "PUT /v2/test/blobs/uploads/b82d4111-d653-4409-a425-088ad0bed890?_state=dhTbhk1ijC0P1LP-tapq4Q62Vg1x92Wa1q0hHXwUxw17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI4MmQ0MTExLWQ2NTMtNDQwOS1hNDI1LTA4OGFkMGJlZDg5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA1MzQxOTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96/startedat\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=30.932µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=44c21854-2463-4170-aa51-0851ba0a457f trace.line=82 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96/data\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=12.455µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f7875e08-bac1-469a-a6fc-9325d3e2371a trace.line=141 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96/data\", 0)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=250.226µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=281cd15c-2e7e-4aba-8a95-76246effb685 trace.line=124 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96/data\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=13.793µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=0bb3bea7-5581-4571-8506-8c0d320f7ace trace.line=141 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=13.029µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=55966d10-3efc-4a1b-9c3f-c9a84aaa3ca8 trace.line=141 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96/data\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=8.123µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bcd81144-e0db-4577-96b9-71703e24dd51 trace.line=141 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=38.309µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=c2c16dfd-0175-4931-893f-b1d8ef31510d trace.line=167 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=39.154µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=5f963c44-6c2f-4ed1-a27a-0cfe5ede2379 trace.line=95 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96\")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=75.296µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=258ec5dc-fd0b-418a-aad6-c2159f8623d9 trace.line=181 vars.name=test vars.uuid=87993a81-e633-4bd6-8331-d61a9cfe2e96 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=22a4ba4c-6ba2-4146-8b7b-3490b572f8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.163287ms http.response.status=201 http.response.written=0 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "PUT /v2/test/blobs/uploads/87993a81-e633-4bd6-8331-d61a9cfe2e96?_state=iR-XV76A8LksUnWbDkLYLvmQzKCNvNMTVQncnQnQhnp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTkzYTgxLWU2MzMtNGJkNi04MzMxLWQ2MWE5Y2ZlMmU5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0xMlQwOTozOTowNC45NDA0MjE1MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5d50779f-9906-477b-9689-4145874ec486 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5d50779f-9906-477b-9689-4145874ec486 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5d50779f-9906-477b-9689-4145874ec486 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=20.668µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=dbe5e00e-4fca-45fc-8172-1fbff4ff8444 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] time="2023-09-12T09:39:04Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5d50779f-9906-477b-9689-4145874ec486 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44048" 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="760.63µs" http.response.status=404 http.response.written=96 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.156Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.22+unknown"
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg=PutImageManifest go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=39.228µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1d857c8e-7af0-470d-856d-656cdeddf32a trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=12.964µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6432961a-8561-4e8b-b6ab-47176fce219e trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=18.141µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ef71c30a-943a-4c34-85ed-3a69551a0a7b trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=9.854µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=29ecc25f-e485-48e8-a7b1-60b69a7cc851 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=12.316µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=13b2680b-2b5e-48d7-b978-e0f46c03cf2c trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=51.814µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=fdeb04ab-7bd3-4f6c-87f8-eee1ab156385 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=48.704µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=3007a644-aab9-4d44-81ae-6ccafac9551f trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=24.918µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4d63428d-9178-4533-9f60-8551963ee640 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=60.832µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ccdf60b7-bf73-44d5-819b-4865baf07288 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=33.115µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4a6929b0-75c3-4c69-adc9-0d670265888e trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=471e4118-fdb4-4e34-90e5-fb3105217151 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.609536ms http.response.status=201 http.response.written=0 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=be7b9cd1-c0c7-4bab-9a91-45f017777819 http.request.method=GET http.request.remoteaddr="127.0.0.1:44064" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=be7b9cd1-c0c7-4bab-9a91-45f017777819 http.request.method=GET http.request.remoteaddr="127.0.0.1:44064" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 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="746.476µs" http.response.status=200 http.response.written=2 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2884c0b9-3dc1-4ee1-b531-607623cf2498 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44080" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2884c0b9-3dc1-4ee1-b531-607623cf2498 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44080" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2884c0b9-3dc1-4ee1-b531-607623cf2498 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44080" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=42.239µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d41684dc-16e8-4e07-aff7-2a304f4116ad trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2884c0b9-3dc1-4ee1-b531-607623cf2498 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44080" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2884c0b9-3dc1-4ee1-b531-607623cf2498 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44080" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=21.587µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2dcc6dfe-1f4b-4c33-a3ef-c4ca806f591c trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2884c0b9-3dc1-4ee1-b531-607623cf2498 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44080" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=15.417µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=37b45537-e1b5-46b7-9432-132c30cd23c4 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2884c0b9-3dc1-4ee1-b531-607623cf2498 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44080" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=16.147µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0d45c86b-a78f-448d-a2e7-293cba0c4577 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2884c0b9-3dc1-4ee1-b531-607623cf2498 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44080" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2884c0b9-3dc1-4ee1-b531-607623cf2498 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44080" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 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.234251ms http.response.status=200 http.response.written=417 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.157Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:39:05 [2023-09-12T09:39:05.157Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0c05dab9-46d3-4ab5-98ce-664409d52652 http.request.method=GET http.request.remoteaddr="127.0.0.1:44092" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0c05dab9-46d3-4ab5-98ce-664409d52652 http.request.method=GET http.request.remoteaddr="127.0.0.1:44092" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0c05dab9-46d3-4ab5-98ce-664409d52652 http.request.method=GET http.request.remoteaddr="127.0.0.1:44092" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0c05dab9-46d3-4ab5-98ce-664409d52652 http.request.method=GET http.request.remoteaddr="127.0.0.1:44092" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=36.594µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b5e146d0-433d-475f-ae3f-5a3efe9b0eea trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0c05dab9-46d3-4ab5-98ce-664409d52652 http.request.method=GET http.request.remoteaddr="127.0.0.1:44092" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=16.459µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5738eaed-2ff0-4a0c-91ac-069df05d531b trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0c05dab9-46d3-4ab5-98ce-664409d52652 http.request.method=GET http.request.remoteaddr="127.0.0.1:44092" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=15.827µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f7707ccb-6d23-4da0-8741-02c586be2575 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0c05dab9-46d3-4ab5-98ce-664409d52652 http.request.method=GET http.request.remoteaddr="127.0.0.1:44092" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0c05dab9-46d3-4ab5-98ce-664409d52652 http.request.method=GET http.request.remoteaddr="127.0.0.1:44092" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 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.138311ms http.response.status=200 http.response.written=417 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=39.449µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4dec4aa1-0141-48b6-93a6-2d6330838673 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=15.902µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=824c7318-e003-4183-9ca8-d61d3dab9289 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=44.668µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=92cd6c06-e4c0-4d04-a08d-2ed015a00397 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=18.092µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=be5b58b0-bb33-41d0-8bd0-34a022225e96 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=22.03µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3d3d5081-0193-48fc-9fc0-a307c3740130 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=8.311µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1ee48b88-6036-4f4b-a374-1f4eec20ba7d trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=19.33µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ee9bcf78-1f01-4090-bc3d-89ca2606ffa1 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=9.944µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f0d7e3ca-9123-40c1-9445-6602f2212219 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=7.926µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f3af1f8c-e81e-4a0e-8bdf-aede4bb80c9a trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=8.599µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ed1d0f4f-f449-4ab5-9808-40113b9455c1 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=5.334µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=e5303c60-69a5-4ef8-acbf-88487dbce411 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=8.287µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=b46828d1-394f-404a-b5f6-eecb61c7fd48 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.158Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=14.187µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=b1af6e85-b758-4a5e-bc61-02e420a86f0a trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=26.928µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=7e3903e9-c4c0-4b56-9c54-c5244d2257fd trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=35.544µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=73a29526-678d-41cd-bc42-bc841537f939 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=13.12µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=af72240f-f740-418e-96ce-e85f4e161e2d trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6b15b3c9-bebb-424a-9523-27d36f0d0d4f http.request.method=GET http.request.remoteaddr="127.0.0.1:44108" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 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.24304ms http.response.status=200 http.response.written=179 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=39.351µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=88318184-ba03-4d52-839a-bc126a799536 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:04Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=13.842µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8aff73bb-2d64-4e50-a361-dcf02266b81e trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:04Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=06816611-e751-4dcd-8ea1-f3e4baae74c8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44116" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 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=4.127802ms http.response.status=200 http.response.written=68 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] 127.0.0.1 - - [12/Sep/2023:09:39:04 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b6c3515d-4421-4c96-bc2b-e52cd179a127 http.request.method=GET http.request.remoteaddr="127.0.0.1:44148" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b6c3515d-4421-4c96-bc2b-e52cd179a127 http.request.method=GET http.request.remoteaddr="127.0.0.1:44148" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 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.29148ms http.response.status=200 http.response.written=2 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] 127.0.0.1 - - [12/Sep/2023:09:39:05 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7b79e995-d8e7-4e60-9739-ec426a6af536 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44162" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7b79e995-d8e7-4e60-9739-ec426a6af536 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44162" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7b79e995-d8e7-4e60-9739-ec426a6af536 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44162" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7b79e995-d8e7-4e60-9739-ec426a6af536 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44162" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=28.463µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ed7a1fa5-6436-4a27-b6a6-f63c85aac526 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7b79e995-d8e7-4e60-9739-ec426a6af536 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44162" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=11.43µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c5bcaf25-2fbc-47aa-b014-c7fcb4ee1b12 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7b79e995-d8e7-4e60-9739-ec426a6af536 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44162" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 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.160752ms http.response.status=404 http.response.written=181 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] 127.0.0.1 - - [12/Sep/2023:09:39:05 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cfb25f53-dbf5-42c8-b495-4d9d418d99b8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44172" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cfb25f53-dbf5-42c8-b495-4d9d418d99b8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44172" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cfb25f53-dbf5-42c8-b495-4d9d418d99b8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44172" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cfb25f53-dbf5-42c8-b495-4d9d418d99b8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44172" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=21.128µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ef126add-92ee-4542-b9fc-8df90e6b556d trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cfb25f53-dbf5-42c8-b495-4d9d418d99b8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44172" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 trace.duration=11.355µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1e227db8-83fb-47c9-abad-e023551ac566 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] time="2023-09-12T09:39:05Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cfb25f53-dbf5-42c8-b495-4d9d418d99b8 http.request.method=GET http.request.remoteaddr="127.0.0.1:44172" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 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.053849ms http.response.status=404 http.response.written=181 instance.id=bd267926-a4c3-4bec-b02a-cd0db19d5087 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:39:05 [2023-09-12T09:39:05.159Z] 127.0.0.1 - - [12/Sep/2023:09:39:05 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.8 git-commit/0dae84ca6455cd6217751ddae8a1ee8be15812d8 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:39:05 [2023-09-12T09:39:05.159Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.22s)
09:39:05 [2023-09-12T09:39:05.159Z] === RUN   TestRemoveImageOrphaning
09:39:05 [2023-09-12T09:39:05.418Z] --- PASS: TestRemoveImageOrphaning (0.21s)
09:39:05 [2023-09-12T09:39:05.418Z] === RUN   TestRemoveImageGarbageCollector
09:39:05 [2023-09-12T09:39:05.418Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:39:05 [2023-09-12T09:39:05.418Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
09:39:05 [2023-09-12T09:39:05.418Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:39:05 [2023-09-12T09:39:05.418Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
09:39:05 [2023-09-12T09:39:05.418Z] === RUN   TestTagInvalidReference
09:39:05 [2023-09-12T09:39:05.418Z] --- PASS: TestTagInvalidReference (0.01s)
09:39:05 [2023-09-12T09:39:05.418Z] === RUN   TestTagValidPrefixedRepo
09:39:05 [2023-09-12T09:39:05.418Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
09:39:05 [2023-09-12T09:39:05.418Z] === RUN   TestTagExistedNameWithoutForce
09:39:05 [2023-09-12T09:39:05.418Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
09:39:05 [2023-09-12T09:39:05.418Z] === RUN   TestTagOfficialNames
09:39:05 [2023-09-12T09:39:05.418Z] --- PASS: TestTagOfficialNames (0.04s)
09:39:05 [2023-09-12T09:39:05.418Z] === RUN   TestTagMatchesDigest
09:39:05 [2023-09-12T09:39:05.418Z] --- PASS: TestTagMatchesDigest (0.01s)
09:39:05 [2023-09-12T09:39:05.418Z] PASS
09:39:05 [2023-09-12T09:39:05.418Z] 
09:39:05 [2023-09-12T09:39:05.418Z] === Skipped
09:39:05 [2023-09-12T09:39:05.418Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
09:39:05 [2023-09-12T09:39:05.418Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
09:39:05 [2023-09-12T09:39:05.418Z] 
09:39:05 [2023-09-12T09:39:05.418Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
09:39:05 [2023-09-12T09:39:05.418Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:39:05 [2023-09-12T09:39:05.418Z] 
09:39:05 [2023-09-12T09:39:05.418Z] DONE 23 tests, 2 skipped in 1.193s
09:39:05 [2023-09-12T09:39:05.418Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
09:39:05 [2023-09-12T09:39:05.418Z] ++ 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
09:39:05 [2023-09-12T09:39:05.418Z] ++ set -e
09:39:05 [2023-09-12T09:39:05.418Z] ++ '[' -n 0 ']'
09:39:05 [2023-09-12T09:39:05.418Z] ++ set -x
09:39:05 [2023-09-12T09:39:05.418Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:39:05 [2023-09-12T09:39:05.676Z] === RUN   TestStripANSICommands
09:39:05 [2023-09-12T09:39:05.676Z] === RUN   TestStripANSICommands/#00
09:39:05 [2023-09-12T09:39:05.676Z] === RUN   TestStripANSICommands/#01
09:39:05 [2023-09-12T09:39:05.676Z] --- PASS: TestStripANSICommands (0.00s)
09:39:05 [2023-09-12T09:39:05.676Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
09:39:05 [2023-09-12T09:39:05.676Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
09:39:05 [2023-09-12T09:39:05.676Z] PASS
09:39:05 [2023-09-12T09:39:05.676Z] 
09:39:05 [2023-09-12T09:39:05.676Z] DONE 3 tests in 0.009s
09:39:05 [2023-09-12T09:39:05.676Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
09:39:05 [2023-09-12T09:39:05.676Z] ++ 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
09:39:05 [2023-09-12T09:39:05.676Z] ++ set -e
09:39:05 [2023-09-12T09:39:05.676Z] ++ '[' -n 0 ']'
09:39:05 [2023-09-12T09:39:05.676Z] ++ set -x
09:39:05 [2023-09-12T09:39:05.676Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:39:05 [2023-09-12T09:39:05.676Z] INFO: Testing against a local daemon
09:39:05 [2023-09-12T09:39:05.676Z] === RUN   TestNetworkCreateDelete
09:39:05 [2023-09-12T09:39:05.676Z] --- PASS: TestNetworkCreateDelete (0.16s)
09:39:05 [2023-09-12T09:39:05.676Z] === RUN   TestDockerNetworkDeletePreferID
09:39:06 [2023-09-12T09:39:06.241Z] --- PASS: TestDockerNetworkDeletePreferID (0.52s)
09:39:06 [2023-09-12T09:39:06.241Z] === RUN   TestDaemonDNSFallback
09:39:12 [2023-09-12T09:39:12.794Z] --- PASS: TestDaemonDNSFallback (6.35s)
09:39:12 [2023-09-12T09:39:12.794Z] === RUN   TestInspectNetwork
09:39:16 [2023-09-12T09:39:16.090Z] === RUN   TestInspectNetwork/full_network_id
09:39:16 [2023-09-12T09:39:16.090Z] === RUN   TestInspectNetwork/partial_network_id
09:39:16 [2023-09-12T09:39:16.090Z] === RUN   TestInspectNetwork/network_name
09:39:16 [2023-09-12T09:39:16.090Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
09:39:20 [2023-09-12T09:39:20.269Z] --- PASS: TestInspectNetwork (7.64s)
09:39:20 [2023-09-12T09:39:20.269Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
09:39:20 [2023-09-12T09:39:20.269Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
09:39:20 [2023-09-12T09:39:20.269Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
09:39:20 [2023-09-12T09:39:20.269Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
09:39:20 [2023-09-12T09:39:20.269Z] === RUN   TestRunContainerWithBridgeNone
09:39:21 [2023-09-12T09:39:21.642Z] --- PASS: TestRunContainerWithBridgeNone (1.44s)
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/create
09:39:21 [2023-09-12T09:39:21.642Z] === PAUSE TestNetworkInvalidJSON/networks/create
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
09:39:21 [2023-09-12T09:39:21.642Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
09:39:21 [2023-09-12T09:39:21.642Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
09:39:21 [2023-09-12T09:39:21.642Z] === CONT  TestNetworkInvalidJSON/networks/create
09:39:21 [2023-09-12T09:39:21.642Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
09:39:21 [2023-09-12T09:39:21.642Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
09:39:21 [2023-09-12T09:39:21.642Z] --- PASS: TestNetworkInvalidJSON (0.01s)
09:39:21 [2023-09-12T09:39:21.642Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkList
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkList//networks
09:39:21 [2023-09-12T09:39:21.642Z] === PAUSE TestNetworkList//networks
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestNetworkList//networks/
09:39:21 [2023-09-12T09:39:21.642Z] === PAUSE TestNetworkList//networks/
09:39:21 [2023-09-12T09:39:21.642Z] === CONT  TestNetworkList//networks
09:39:21 [2023-09-12T09:39:21.642Z] === CONT  TestNetworkList//networks/
09:39:21 [2023-09-12T09:39:21.642Z] --- PASS: TestNetworkList (0.01s)
09:39:21 [2023-09-12T09:39:21.642Z]     --- PASS: TestNetworkList//networks (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z]     --- PASS: TestNetworkList//networks/ (0.00s)
09:39:21 [2023-09-12T09:39:21.642Z] === RUN   TestHostIPv4BridgeLabel
09:39:22 [2023-09-12T09:39:22.207Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
09:39:22 [2023-09-12T09:39:22.207Z] === RUN   TestDaemonRestartWithLiveRestore
09:39:23 [2023-09-12T09:39:23.579Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
09:39:23 [2023-09-12T09:39:23.579Z] === RUN   TestDaemonDefaultNetworkPools
09:39:24 [2023-09-12T09:39:24.145Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s)
09:39:24 [2023-09-12T09:39:24.145Z] === RUN   TestDaemonRestartWithExistingNetwork
09:39:25 [2023-09-12T09:39:25.517Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
09:39:25 [2023-09-12T09:39:25.517Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:39:26 [2023-09-12T09:39:26.890Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s)
09:39:26 [2023-09-12T09:39:26.890Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
09:39:27 [2023-09-12T09:39:27.148Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s)
09:39:27 [2023-09-12T09:39:27.148Z] === RUN   TestServiceWithPredefinedNetwork
09:39:29 [2023-09-12T09:39:29.674Z] --- PASS: TestServiceWithPredefinedNetwork (2.29s)
09:39:29 [2023-09-12T09:39:29.674Z] === RUN   TestServiceRemoveKeepsIngressNetwork
09:39:29 [2023-09-12T09:39:29.674Z]     service_test.go:242: FLAKY_TEST
09:39:29 [2023-09-12T09:39:29.674Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
09:39:29 [2023-09-12T09:39:29.674Z] === RUN   TestServiceWithDataPathPortInit
09:39:44 [2023-09-12T09:39:44.538Z] --- PASS: TestServiceWithDataPathPortInit (14.78s)
09:39:44 [2023-09-12T09:39:44.538Z] === RUN   TestServiceWithDefaultAddressPoolInit
09:39:47 [2023-09-12T09:39:47.066Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gn1jwfq4iz888em7r5n2ncwmh Created:2023-09-12 09:39:45.541744675 +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[e2afb05186fd1808610092ec18e4a34f1b48b5f31dc471bf84ebaca1a05426fd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.otrjouc7trvetuh58l22xrtms EndpointID:b122b131da0239eccb2ec39762f224b32ad481587469c02229fca5e500c865e4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:dba028a3e430145d70e2dadc572dd1647002bcfa4673604feecc788ed124e4d0 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:56b1051fbfab IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.otrjouc7trvetuh58l22xrtms EndpointID:b122b131da0239eccb2ec39762f224b32ad481587469c02229fca5e500c865e4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
09:39:52 [2023-09-12T09:39:52.329Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.26s)
09:39:52 [2023-09-12T09:39:52.329Z] PASS
09:39:52 [2023-09-12T09:39:52.329Z] 
09:39:52 [2023-09-12T09:39:52.329Z] === Skipped
09:39:52 [2023-09-12T09:39:52.329Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
09:39:52 [2023-09-12T09:39:52.329Z]     service_test.go:242: FLAKY_TEST
09:39:52 [2023-09-12T09:39:52.329Z] 
09:39:52 [2023-09-12T09:39:52.329Z] DONE 38 tests, 1 skipped in 45.982s
09:39:52 [2023-09-12T09:39:52.329Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
09:39:52 [2023-09-12T09:39:52.329Z] ++ 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
09:39:52 [2023-09-12T09:39:52.329Z] ++ set -e
09:39:52 [2023-09-12T09:39:52.329Z] ++ '[' -n 0 ']'
09:39:52 [2023-09-12T09:39:52.329Z] ++ set -x
09:39:52 [2023-09-12T09:39:52.329Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:39:52 [2023-09-12T09:39:52.329Z] INFO: Testing against a local daemon
09:39:52 [2023-09-12T09:39:52.329Z] === RUN   TestDockerNetworkIpvlanPersistance
09:39:52 [2023-09-12T09:39:52.329Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:39:52 [2023-09-12T09:39:52.329Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
09:39:52 [2023-09-12T09:39:52.329Z] === RUN   TestDockerNetworkIpvlan
09:39:52 [2023-09-12T09:39:52.329Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:39:52 [2023-09-12T09:39:52.329Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
09:39:52 [2023-09-12T09:39:52.329Z] PASS
09:39:52 [2023-09-12T09:39:52.329Z] 
09:39:52 [2023-09-12T09:39:52.329Z] === Skipped
09:39:52 [2023-09-12T09:39:52.329Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
09:39:52 [2023-09-12T09:39:52.329Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:39:52 [2023-09-12T09:39:52.329Z] 
09:39:52 [2023-09-12T09:39:52.329Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
09:39:52 [2023-09-12T09:39:52.329Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:39:52 [2023-09-12T09:39:52.329Z] 
09:39:52 [2023-09-12T09:39:52.329Z] DONE 2 tests, 2 skipped in 0.025s
09:39:52 [2023-09-12T09:39:52.329Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
09:39:52 [2023-09-12T09:39:52.329Z] ++ 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
09:39:52 [2023-09-12T09:39:52.329Z] ++ set -e
09:39:52 [2023-09-12T09:39:52.329Z] ++ '[' -n 0 ']'
09:39:52 [2023-09-12T09:39:52.329Z] ++ set -x
09:39:52 [2023-09-12T09:39:52.329Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:39:52 [2023-09-12T09:39:52.329Z] INFO: Testing against a local daemon
09:39:52 [2023-09-12T09:39:52.329Z] === RUN   TestDockerNetworkMacvlanPersistance
09:39:52 [2023-09-12T09:39:52.895Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s)
09:39:52 [2023-09-12T09:39:52.895Z] === RUN   TestDockerNetworkMacvlan
09:39:53 [2023-09-12T09:39:53.461Z] === RUN   TestDockerNetworkMacvlan/Subinterface
09:39:54 [2023-09-12T09:39:54.395Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
09:39:54 [2023-09-12T09:39:54.964Z] === RUN   TestDockerNetworkMacvlan/NilParent
09:39:56 [2023-09-12T09:39:56.925Z] === RUN   TestDockerNetworkMacvlan/InternalMode
09:39:58 [2023-09-12T09:39:58.948Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
09:40:02 [2023-09-12T09:40:02.563Z] === RUN   TestDockerNetworkMacvlan/Addressing
09:40:02 [2023-09-12T09:40:02.822Z] --- PASS: TestDockerNetworkMacvlan (9.83s)
09:40:02 [2023-09-12T09:40:02.822Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
09:40:02 [2023-09-12T09:40:02.822Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s)
09:40:02 [2023-09-12T09:40:02.822Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.80s)
09:40:02 [2023-09-12T09:40:02.822Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.88s)
09:40:02 [2023-09-12T09:40:02.822Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.01s)
09:40:02 [2023-09-12T09:40:02.822Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s)
09:40:02 [2023-09-12T09:40:02.822Z] PASS
09:40:02 [2023-09-12T09:40:02.822Z] 
09:40:02 [2023-09-12T09:40:02.822Z] DONE 8 tests in 11.092s
09:40:02 [2023-09-12T09:40:02.822Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
09:40:02 [2023-09-12T09:40:02.822Z] ++ 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
09:40:02 [2023-09-12T09:40:02.822Z] ++ set -e
09:40:02 [2023-09-12T09:40:02.822Z] ++ '[' -n 0 ']'
09:40:02 [2023-09-12T09:40:02.822Z] ++ set -x
09:40:02 [2023-09-12T09:40:02.822Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:40:02 [2023-09-12T09:40:02.822Z] testing: warning: no tests to run
09:40:02 [2023-09-12T09:40:02.822Z] PASS
09:40:02 [2023-09-12T09:40:02.822Z] 
09:40:02 [2023-09-12T09:40:02.822Z] DONE 0 tests in 0.008s
09:40:02 [2023-09-12T09:40:02.822Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
09:40:02 [2023-09-12T09:40:02.822Z] ++ 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
09:40:02 [2023-09-12T09:40:02.822Z] ++ set -e
09:40:02 [2023-09-12T09:40:02.822Z] ++ '[' -n 0 ']'
09:40:02 [2023-09-12T09:40:02.822Z] ++ set -x
09:40:02 [2023-09-12T09:40:02.822Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:40:02 [2023-09-12T09:40:02.822Z] INFO: Testing against a local daemon
09:40:02 [2023-09-12T09:40:02.822Z] === RUN   TestAuthZPluginAllowRequest
09:40:04 [2023-09-12T09:40:04.194Z] --- PASS: TestAuthZPluginAllowRequest (1.19s)
09:40:04 [2023-09-12T09:40:04.194Z] === RUN   TestAuthZPluginTLS
09:40:04 [2023-09-12T09:40:04.452Z] --- PASS: TestAuthZPluginTLS (0.55s)
09:40:04 [2023-09-12T09:40:04.452Z] === RUN   TestAuthZPluginDenyRequest
09:40:05 [2023-09-12T09:40:05.018Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
09:40:05 [2023-09-12T09:40:05.018Z] === RUN   TestAuthZPluginAPIDenyResponse
09:40:05 [2023-09-12T09:40:05.584Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
09:40:05 [2023-09-12T09:40:05.584Z] === RUN   TestAuthZPluginDenyResponse
09:40:05 [2023-09-12T09:40:05.974Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
09:40:05 [2023-09-12T09:40:05.974Z] === RUN   TestAuthZPluginAllowEventStream
09:40:07 [2023-09-12T09:40:07.347Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s)
09:40:07 [2023-09-12T09:40:07.347Z] === RUN   TestAuthZPluginErrorResponse
09:40:07 [2023-09-12T09:40:07.912Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
09:40:07 [2023-09-12T09:40:07.912Z] === RUN   TestAuthZPluginErrorRequest
09:40:08 [2023-09-12T09:40:08.477Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
09:40:08 [2023-09-12T09:40:08.477Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:40:08 [2023-09-12T09:40:08.735Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
09:40:08 [2023-09-12T09:40:08.735Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
09:40:10 [2023-09-12T09:40:10.633Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s)
09:40:10 [2023-09-12T09:40:10.633Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
09:40:11 [2023-09-12T09:40:11.567Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.34s)
09:40:11 [2023-09-12T09:40:11.567Z] === RUN   TestAuthZPluginHeader
09:40:12 [2023-09-12T09:40:12.499Z] --- PASS: TestAuthZPluginHeader (0.67s)
09:40:12 [2023-09-12T09:40:12.499Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
09:40:12 [2023-09-12T09:40:12.499Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:12 [2023-09-12T09:40:12.499Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:40:12 [2023-09-12T09:40:12.499Z] === RUN   TestAuthZPluginV2Disable
09:40:12 [2023-09-12T09:40:12.499Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:12 [2023-09-12T09:40:12.499Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
09:40:12 [2023-09-12T09:40:12.499Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
09:40:12 [2023-09-12T09:40:12.499Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:12 [2023-09-12T09:40:12.499Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:40:12 [2023-09-12T09:40:12.499Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
09:40:12 [2023-09-12T09:40:12.499Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:12 [2023-09-12T09:40:12.499Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:40:12 [2023-09-12T09:40:12.499Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
09:40:30 [2023-09-12T09:40:30.568Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
09:40:30 [2023-09-12T09:40:30.568Z] PASS
09:40:30 [2023-09-12T09:40:30.568Z] 
09:40:30 [2023-09-12T09:40:30.568Z] === Skipped
09:40:30 [2023-09-12T09:40:30.568Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:30 [2023-09-12T09:40:30.568Z] 
09:40:30 [2023-09-12T09:40:30.568Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:30 [2023-09-12T09:40:30.568Z] 
09:40:30 [2023-09-12T09:40:30.568Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:30 [2023-09-12T09:40:30.568Z] 
09:40:30 [2023-09-12T09:40:30.568Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:30 [2023-09-12T09:40:30.568Z] 
09:40:30 [2023-09-12T09:40:30.568Z] DONE 17 tests, 4 skipped in 26.427s
09:40:30 [2023-09-12T09:40:30.568Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
09:40:30 [2023-09-12T09:40:30.568Z] ++ 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
09:40:30 [2023-09-12T09:40:30.568Z] ++ set -e
09:40:30 [2023-09-12T09:40:30.568Z] ++ '[' -n 0 ']'
09:40:30 [2023-09-12T09:40:30.568Z] ++ set -x
09:40:30 [2023-09-12T09:40:30.568Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:40:30 [2023-09-12T09:40:30.568Z] INFO: Testing against a local daemon
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
09:40:30 [2023-09-12T09:40:30.568Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
09:40:30 [2023-09-12T09:40:30.568Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/pull
09:40:30 [2023-09-12T09:40:30.568Z] === PAUSE TestPluginInvalidJSON/plugins/pull
09:40:30 [2023-09-12T09:40:30.568Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
09:40:30 [2023-09-12T09:40:30.568Z] === CONT  TestPluginInvalidJSON/plugins/pull
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
09:40:30 [2023-09-12T09:40:30.568Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
09:40:30 [2023-09-12T09:40:30.568Z] --- PASS: TestPluginInvalidJSON (0.01s)
09:40:30 [2023-09-12T09:40:30.568Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInstall
09:40:30 [2023-09-12T09:40:30.568Z] === RUN   TestPluginInstall/no_auth
09:40:32 [2023-09-12T09:40:32.467Z] time="2023-09-12T09:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:40:32 [2023-09-12T09:40:32.467Z] time="2023-09-12T09:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d659e52803d964af8806265ee99a16916075b4748c0125f5fcfa44c1d1019c83" mediatype=application/vnd.docker.plugin.v1+json size=522
09:40:32 [2023-09-12T09:40:32.467Z] time="2023-09-12T09:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:40:32 [2023-09-12T09:40:32.467Z] time="2023-09-12T09:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d659e52803d964af8806265ee99a16916075b4748c0125f5fcfa44c1d1019c83" mediatype=application/vnd.docker.plugin.v1+json size=522
09:40:32 [2023-09-12T09:40:32.467Z] === RUN   TestPluginInstall/with_htpasswd
09:40:32 [2023-09-12T09:40:32.725Z] time="2023-09-12T09:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:40:32 [2023-09-12T09:40:32.725Z] time="2023-09-12T09:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8cd985ac972e50366bf799ce6241438900cab028cb31d708741aeef8365dafc3" mediatype=application/vnd.docker.plugin.v1+json size=522
09:40:32 [2023-09-12T09:40:32.725Z] time="2023-09-12T09:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:40:32 [2023-09-12T09:40:32.725Z] time="2023-09-12T09:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8cd985ac972e50366bf799ce6241438900cab028cb31d708741aeef8365dafc3" mediatype=application/vnd.docker.plugin.v1+json size=522
09:40:32 [2023-09-12T09:40:32.983Z] === RUN   TestPluginInstall/with_insecure
09:40:33 [2023-09-12T09:40:33.916Z] time="2023-09-12T09:40:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:40:33 [2023-09-12T09:40:33.916Z] time="2023-09-12T09:40:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8ac64764d4ee5fcd7c7cf7f120e592c3bb6d3cb7b51bdbc96242462ca3b66ae9" mediatype=application/vnd.docker.plugin.v1+json size=522
09:40:33 [2023-09-12T09:40:33.916Z] time="2023-09-12T09:40:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:40:33 [2023-09-12T09:40:33.916Z] time="2023-09-12T09:40:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8ac64764d4ee5fcd7c7cf7f120e592c3bb6d3cb7b51bdbc96242462ca3b66ae9" mediatype=application/vnd.docker.plugin.v1+json size=522
09:40:33 [2023-09-12T09:40:33.916Z]     plugin_test.go:195: [d9746d7108c3d] daemon is not started
09:40:33 [2023-09-12T09:40:33.916Z] --- PASS: TestPluginInstall (4.68s)
09:40:33 [2023-09-12T09:40:33.916Z]     --- PASS: TestPluginInstall/no_auth (3.10s)
09:40:33 [2023-09-12T09:40:33.916Z]     --- PASS: TestPluginInstall/with_htpasswd (0.56s)
09:40:33 [2023-09-12T09:40:33.916Z]     --- PASS: TestPluginInstall/with_insecure (1.01s)
09:40:33 [2023-09-12T09:40:33.916Z] === RUN   TestPluginsWithRuntimes
09:40:35 [2023-09-12T09:40:35.301Z] === RUN   TestPluginsWithRuntimes/No_Args
09:40:36 [2023-09-12T09:40:36.254Z] === RUN   TestPluginsWithRuntimes/With_Args
09:40:37 [2023-09-12T09:40:37.186Z] --- PASS: TestPluginsWithRuntimes (3.28s)
09:40:37 [2023-09-12T09:40:37.186Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.87s)
09:40:37 [2023-09-12T09:40:37.186Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.86s)
09:40:37 [2023-09-12T09:40:37.186Z] === RUN   TestPluginBackCompatMediaTypes
09:40:37 [2023-09-12T09:40:37.752Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s)
09:40:37 [2023-09-12T09:40:37.752Z] PASS
09:40:37 [2023-09-12T09:40:37.752Z] 
09:40:37 [2023-09-12T09:40:37.752Z] DONE 24 tests in 8.555s
09:40:37 [2023-09-12T09:40:37.752Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
09:40:37 [2023-09-12T09:40:37.752Z] ++ 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
09:40:37 [2023-09-12T09:40:37.752Z] ++ set -e
09:40:37 [2023-09-12T09:40:37.752Z] ++ '[' -n 0 ']'
09:40:37 [2023-09-12T09:40:37.752Z] ++ set -x
09:40:37 [2023-09-12T09:40:37.752Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:40:37 [2023-09-12T09:40:37.752Z] INFO: Testing against a local daemon
09:40:37 [2023-09-12T09:40:37.752Z] === RUN   TestExternalGraphDriver
09:40:38 [2023-09-12T09:40:38.010Z] === RUN   TestExternalGraphDriver/json
09:40:39 [2023-09-12T09:40:39.908Z] === RUN   TestExternalGraphDriver/spec
09:40:41 [2023-09-12T09:40:41.282Z] === RUN   TestExternalGraphDriver/pull
09:40:44 [2023-09-12T09:40:44.559Z] --- PASS: TestExternalGraphDriver (6.80s)
09:40:44 [2023-09-12T09:40:44.559Z]     --- PASS: TestExternalGraphDriver/json (1.63s)
09:40:44 [2023-09-12T09:40:44.559Z]     --- PASS: TestExternalGraphDriver/spec (1.61s)
09:40:44 [2023-09-12T09:40:44.559Z]     --- PASS: TestExternalGraphDriver/pull (3.23s)
09:40:44 [2023-09-12T09:40:44.559Z] === RUN   TestGraphdriverPluginV2
09:40:44 [2023-09-12T09:40:44.817Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:44 [2023-09-12T09:40:44.817Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
09:40:44 [2023-09-12T09:40:44.817Z] PASS
09:40:44 [2023-09-12T09:40:44.817Z] 
09:40:44 [2023-09-12T09:40:44.817Z] === Skipped
09:40:44 [2023-09-12T09:40:44.817Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
09:40:44 [2023-09-12T09:40:44.817Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:44 [2023-09-12T09:40:44.817Z] 
09:40:44 [2023-09-12T09:40:44.817Z] DONE 5 tests, 1 skipped in 7.146s
09:40:44 [2023-09-12T09:40:44.817Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
09:40:44 [2023-09-12T09:40:44.817Z] ++ 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
09:40:44 [2023-09-12T09:40:44.817Z] ++ set -e
09:40:44 [2023-09-12T09:40:44.817Z] ++ '[' -n 0 ']'
09:40:44 [2023-09-12T09:40:44.817Z] ++ set -x
09:40:44 [2023-09-12T09:40:44.817Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:40:44 [2023-09-12T09:40:44.817Z] INFO: Testing against a local daemon
09:40:44 [2023-09-12T09:40:44.817Z] === RUN   TestContinueAfterPluginCrash
09:40:44 [2023-09-12T09:40:44.817Z] === PAUSE TestContinueAfterPluginCrash
09:40:44 [2023-09-12T09:40:44.817Z] === RUN   TestReadPluginNoRead
09:40:44 [2023-09-12T09:40:44.817Z] === PAUSE TestReadPluginNoRead
09:40:44 [2023-09-12T09:40:44.817Z] === RUN   TestDaemonStartWithLogOpt
09:40:44 [2023-09-12T09:40:44.817Z] === PAUSE TestDaemonStartWithLogOpt
09:40:44 [2023-09-12T09:40:44.817Z] === CONT  TestContinueAfterPluginCrash
09:40:44 [2023-09-12T09:40:44.817Z] === CONT  TestDaemonStartWithLogOpt
09:40:44 [2023-09-12T09:40:44.817Z] === CONT  TestReadPluginNoRead
09:40:47 [2023-09-12T09:40:47.345Z] === RUN   TestReadPluginNoRead/default
09:40:47 [2023-09-12T09:40:47.602Z] --- PASS: TestDaemonStartWithLogOpt (2.73s)
09:40:48 [2023-09-12T09:40:48.535Z] === RUN   TestReadPluginNoRead/disabled_caching
09:40:49 [2023-09-12T09:40:49.907Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
09:40:50 [2023-09-12T09:40:50.839Z]     read_test.go:91: [d699bddf61db5] daemon is not started
09:40:50 [2023-09-12T09:40:50.839Z] --- PASS: TestReadPluginNoRead (5.89s)
09:40:50 [2023-09-12T09:40:50.839Z]     --- PASS: TestReadPluginNoRead/default (1.27s)
09:40:50 [2023-09-12T09:40:50.839Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.21s)
09:40:50 [2023-09-12T09:40:50.839Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s)
09:40:52 [2023-09-12T09:40:52.736Z] --- PASS: TestContinueAfterPluginCrash (7.77s)
09:40:52 [2023-09-12T09:40:52.736Z] PASS
09:40:52 [2023-09-12T09:40:52.736Z] 
09:40:52 [2023-09-12T09:40:52.736Z] DONE 6 tests in 7.794s
09:40:52 [2023-09-12T09:40:52.736Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
09:40:52 [2023-09-12T09:40:52.736Z] ++ 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
09:40:52 [2023-09-12T09:40:52.736Z] ++ set -e
09:40:52 [2023-09-12T09:40:52.736Z] ++ '[' -n 0 ']'
09:40:52 [2023-09-12T09:40:52.736Z] ++ set -x
09:40:52 [2023-09-12T09:40:52.736Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:40:52 [2023-09-12T09:40:52.736Z] testing: warning: no tests to run
09:40:52 [2023-09-12T09:40:52.736Z] PASS
09:40:52 [2023-09-12T09:40:52.736Z] 
09:40:52 [2023-09-12T09:40:52.736Z] DONE 0 tests in 0.008s
09:40:52 [2023-09-12T09:40:52.736Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
09:40:52 [2023-09-12T09:40:52.736Z] ++ 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
09:40:52 [2023-09-12T09:40:52.736Z] ++ set -e
09:40:52 [2023-09-12T09:40:52.736Z] ++ '[' -n 0 ']'
09:40:52 [2023-09-12T09:40:52.736Z] ++ set -x
09:40:52 [2023-09-12T09:40:52.736Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:40:52 [2023-09-12T09:40:52.736Z] INFO: Testing against a local daemon
09:40:52 [2023-09-12T09:40:52.736Z] === RUN   TestPluginWithDevMounts
09:40:52 [2023-09-12T09:40:52.736Z] === PAUSE TestPluginWithDevMounts
09:40:52 [2023-09-12T09:40:52.736Z] === CONT  TestPluginWithDevMounts
09:40:54 [2023-09-12T09:40:54.783Z] --- PASS: TestPluginWithDevMounts (1.53s)
09:40:54 [2023-09-12T09:40:54.783Z] PASS
09:40:54 [2023-09-12T09:40:54.783Z] 
09:40:54 [2023-09-12T09:40:54.783Z] DONE 1 tests in 1.555s
09:40:54 [2023-09-12T09:40:54.783Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
09:40:54 [2023-09-12T09:40:54.783Z] ++ 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
09:40:54 [2023-09-12T09:40:54.783Z] ++ set -e
09:40:54 [2023-09-12T09:40:54.783Z] ++ '[' -n 0 ']'
09:40:54 [2023-09-12T09:40:54.783Z] ++ set -x
09:40:54 [2023-09-12T09:40:54.783Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:40:54 [2023-09-12T09:40:54.783Z] INFO: Testing against a local daemon
09:40:54 [2023-09-12T09:40:54.783Z] === RUN   TestSecretInspect
09:40:56 [2023-09-12T09:40:56.681Z] --- PASS: TestSecretInspect (2.40s)
09:40:56 [2023-09-12T09:40:56.681Z] === RUN   TestSecretList
09:40:59 [2023-09-12T09:40:59.207Z] --- PASS: TestSecretList (2.42s)
09:40:59 [2023-09-12T09:40:59.207Z] === RUN   TestSecretsCreateAndDelete
09:41:01 [2023-09-12T09:41:01.735Z] --- PASS: TestSecretsCreateAndDelete (2.39s)
09:41:01 [2023-09-12T09:41:01.735Z] === RUN   TestSecretsUpdate
09:41:04 [2023-09-12T09:41:04.271Z] --- PASS: TestSecretsUpdate (2.32s)
09:41:04 [2023-09-12T09:41:04.271Z] === RUN   TestTemplatedSecret
09:41:06 [2023-09-12T09:41:06.822Z] --- PASS: TestTemplatedSecret (2.73s)
09:41:06 [2023-09-12T09:41:06.822Z] === RUN   TestSecretCreateResolve
09:41:09 [2023-09-12T09:41:09.349Z] --- PASS: TestSecretCreateResolve (2.48s)
09:41:09 [2023-09-12T09:41:09.349Z] PASS
09:41:09 [2023-09-12T09:41:09.349Z] 
09:41:09 [2023-09-12T09:41:09.349Z] DONE 6 tests in 14.779s
09:41:09 [2023-09-12T09:41:09.349Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
09:41:09 [2023-09-12T09:41:09.349Z] ++ 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
09:41:09 [2023-09-12T09:41:09.349Z] ++ set -e
09:41:09 [2023-09-12T09:41:09.349Z] ++ '[' -n 0 ']'
09:41:09 [2023-09-12T09:41:09.349Z] ++ set -x
09:41:09 [2023-09-12T09:41:09.349Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:41:09 [2023-09-12T09:41:09.349Z] INFO: Testing against a local daemon
09:41:09 [2023-09-12T09:41:09.349Z] === RUN   TestServiceCreateInit
09:41:09 [2023-09-12T09:41:09.349Z] === RUN   TestServiceCreateInit/daemonInitDisabled
09:41:13 [2023-09-12T09:41:13.531Z] === RUN   TestServiceCreateInit/daemonInitEnabled
09:41:16 [2023-09-12T09:41:16.811Z] --- PASS: TestServiceCreateInit (7.66s)
09:41:16 [2023-09-12T09:41:16.811Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.87s)
09:41:16 [2023-09-12T09:41:16.811Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.78s)
09:41:16 [2023-09-12T09:41:16.811Z] === RUN   TestCreateServiceMultipleTimes
09:41:34 [2023-09-12T09:41:34.883Z] --- PASS: TestCreateServiceMultipleTimes (15.52s)
09:41:34 [2023-09-12T09:41:34.883Z] === RUN   TestCreateServiceConflict
09:41:34 [2023-09-12T09:41:34.883Z] --- PASS: TestCreateServiceConflict (2.34s)
09:41:34 [2023-09-12T09:41:34.883Z] === RUN   TestCreateServiceMaxReplicas
09:41:37 [2023-09-12T09:41:37.410Z] --- PASS: TestCreateServiceMaxReplicas (2.87s)
09:41:37 [2023-09-12T09:41:37.410Z] === RUN   TestCreateWithDuplicateNetworkNames
09:41:52 [2023-09-12T09:41:52.273Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.48s)
09:41:52 [2023-09-12T09:41:52.273Z] === RUN   TestCreateServiceSecretFileMode
09:42:04 [2023-09-12T09:42:04.464Z] --- PASS: TestCreateServiceSecretFileMode (12.63s)
09:42:04 [2023-09-12T09:42:04.465Z] === RUN   TestCreateServiceConfigFileMode
09:42:16 [2023-09-12T09:42:16.686Z] --- PASS: TestCreateServiceConfigFileMode (12.46s)
09:42:16 [2023-09-12T09:42:16.686Z] === RUN   TestCreateServiceSysctls
09:42:19 [2023-09-12T09:42:19.214Z] --- PASS: TestCreateServiceSysctls (3.19s)
09:42:19 [2023-09-12T09:42:19.214Z] === RUN   TestCreateServiceCapabilities
09:42:22 [2023-09-12T09:42:22.494Z] --- PASS: TestCreateServiceCapabilities (2.76s)
09:42:22 [2023-09-12T09:42:22.494Z] === RUN   TestInspect
09:42:25 [2023-09-12T09:42:25.021Z] --- PASS: TestInspect (2.92s)
09:42:25 [2023-09-12T09:42:25.021Z] === RUN   TestCreateJob
09:42:28 [2023-09-12T09:42:28.299Z] --- PASS: TestCreateJob (3.07s)
09:42:28 [2023-09-12T09:42:28.299Z] === RUN   TestReplicatedJob
09:42:33 [2023-09-12T09:42:33.558Z] --- PASS: TestReplicatedJob (5.13s)
09:42:33 [2023-09-12T09:42:33.558Z] === RUN   TestUpdateReplicatedJob
09:42:36 [2023-09-12T09:42:36.837Z] --- PASS: TestUpdateReplicatedJob (3.25s)
09:42:36 [2023-09-12T09:42:36.837Z] === RUN   TestServiceListWithStatuses
09:42:36 [2023-09-12T09:42:36.837Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
09:42:36 [2023-09-12T09:42:36.837Z] --- SKIP: TestServiceListWithStatuses (0.00s)
09:42:36 [2023-09-12T09:42:36.837Z] === RUN   TestDockerNetworkConnectAlias
09:42:42 [2023-09-12T09:42:42.098Z] --- PASS: TestDockerNetworkConnectAlias (4.83s)
09:42:42 [2023-09-12T09:42:42.098Z] === RUN   TestDockerNetworkReConnect
09:42:45 [2023-09-12T09:42:45.378Z] --- PASS: TestDockerNetworkReConnect (3.68s)
09:42:45 [2023-09-12T09:42:45.378Z] === RUN   TestServicePlugin
09:42:45 [2023-09-12T09:42:45.378Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:45 [2023-09-12T09:42:45.378Z] --- SKIP: TestServicePlugin (0.00s)
09:42:45 [2023-09-12T09:42:45.378Z] === RUN   TestServiceUpdateLabel
09:42:47 [2023-09-12T09:42:47.276Z] --- PASS: TestServiceUpdateLabel (2.27s)
09:42:47 [2023-09-12T09:42:47.276Z] === RUN   TestServiceUpdateSecrets
09:43:02 [2023-09-12T09:43:02.167Z] --- PASS: TestServiceUpdateSecrets (14.54s)
09:43:02 [2023-09-12T09:43:02.167Z] === RUN   TestServiceUpdateConfigs
09:43:17 [2023-09-12T09:43:17.032Z] --- PASS: TestServiceUpdateConfigs (14.63s)
09:43:17 [2023-09-12T09:43:17.032Z] === RUN   TestServiceUpdateNetwork
09:43:29 [2023-09-12T09:43:29.226Z] --- PASS: TestServiceUpdateNetwork (12.85s)
09:43:29 [2023-09-12T09:43:29.226Z] === RUN   TestServiceUpdatePidsLimit
09:43:30 [2023-09-12T09:43:30.599Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
09:43:31 [2023-09-12T09:43:31.164Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
09:43:39 [2023-09-12T09:43:39.270Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
09:43:45 [2023-09-12T09:43:45.824Z] --- PASS: TestServiceUpdatePidsLimit (16.22s)
09:43:45 [2023-09-12T09:43:45.824Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.61s)
09:43:45 [2023-09-12T09:43:45.824Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
09:43:45 [2023-09-12T09:43:45.824Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s)
09:43:45 [2023-09-12T09:43:45.824Z] PASS
09:43:45 [2023-09-12T09:43:45.824Z] 
09:43:45 [2023-09-12T09:43:45.824Z] === Skipped
09:43:45 [2023-09-12T09:43:45.824Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
09:43:45 [2023-09-12T09:43:45.824Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
09:43:45 [2023-09-12T09:43:45.824Z] 
09:43:45 [2023-09-12T09:43:45.824Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
09:43:45 [2023-09-12T09:43:45.824Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:43:45 [2023-09-12T09:43:45.824Z] 
09:43:45 [2023-09-12T09:43:45.824Z] DONE 27 tests, 2 skipped in 156.310s
09:43:45 [2023-09-12T09:43:45.824Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
09:43:45 [2023-09-12T09:43:45.824Z] ++ 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
09:43:45 [2023-09-12T09:43:45.824Z] ++ set -e
09:43:45 [2023-09-12T09:43:45.824Z] ++ '[' -n 0 ']'
09:43:45 [2023-09-12T09:43:45.824Z] ++ set -x
09:43:45 [2023-09-12T09:43:45.824Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:43:45 [2023-09-12T09:43:45.824Z] INFO: Testing against a local daemon
09:43:45 [2023-09-12T09:43:45.824Z] === RUN   TestSessionCreate
09:43:45 [2023-09-12T09:43:45.824Z] --- PASS: TestSessionCreate (0.02s)
09:43:45 [2023-09-12T09:43:45.824Z] === RUN   TestSessionCreateWithBadUpgrade
09:43:45 [2023-09-12T09:43:45.824Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
09:43:45 [2023-09-12T09:43:45.824Z] PASS
09:43:45 [2023-09-12T09:43:45.824Z] 
09:43:45 [2023-09-12T09:43:45.824Z] DONE 2 tests in 0.054s
09:43:45 [2023-09-12T09:43:45.824Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
09:43:45 [2023-09-12T09:43:45.824Z] ++ 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
09:43:45 [2023-09-12T09:43:45.824Z] ++ set -e
09:43:45 [2023-09-12T09:43:45.824Z] ++ '[' -n 0 ']'
09:43:45 [2023-09-12T09:43:45.824Z] ++ set -x
09:43:45 [2023-09-12T09:43:45.825Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:43:45 [2023-09-12T09:43:45.825Z] INFO: Testing against a local daemon
09:43:45 [2023-09-12T09:43:45.825Z] === RUN   TestCgroupDriverSystemdMemoryLimit
09:43:45 [2023-09-12T09:43:45.825Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:43:45 [2023-09-12T09:43:45.825Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
09:43:45 [2023-09-12T09:43:45.825Z] === RUN   TestDiskUsage
09:43:45 [2023-09-12T09:43:45.825Z] === PAUSE TestDiskUsage
09:43:45 [2023-09-12T09:43:45.825Z] === RUN   TestEventsExecDie
09:43:46 [2023-09-12T09:43:46.082Z] --- PASS: TestEventsExecDie (0.58s)
09:43:46 [2023-09-12T09:43:46.082Z] === RUN   TestEventsBackwardsCompatible
09:43:46 [2023-09-12T09:43:46.082Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
09:43:46 [2023-09-12T09:43:46.082Z] === RUN   TestEventsVolumeCreate
09:43:46 [2023-09-12T09:43:46.082Z] --- PASS: TestEventsVolumeCreate (0.04s)
09:43:46 [2023-09-12T09:43:46.082Z] === RUN   TestInfoBinaryCommits
09:43:46 [2023-09-12T09:43:46.340Z] --- PASS: TestInfoBinaryCommits (0.02s)
09:43:46 [2023-09-12T09:43:46.340Z] === RUN   TestInfoAPIVersioned
09:43:46 [2023-09-12T09:43:46.340Z] --- PASS: TestInfoAPIVersioned (0.01s)
09:43:46 [2023-09-12T09:43:46.340Z] === RUN   TestInfoAPI
09:43:46 [2023-09-12T09:43:46.340Z] --- PASS: TestInfoAPI (0.02s)
09:43:46 [2023-09-12T09:43:46.340Z] === RUN   TestInfoAPIWarnings
09:44:04 [2023-09-12T09:44:04.423Z] --- PASS: TestInfoAPIWarnings (16.55s)
09:44:04 [2023-09-12T09:44:04.423Z] === RUN   TestInfoDebug
09:44:04 [2023-09-12T09:44:04.423Z] --- PASS: TestInfoDebug (0.52s)
09:44:04 [2023-09-12T09:44:04.423Z] === RUN   TestInfoInsecureRegistries
09:44:04 [2023-09-12T09:44:04.423Z] --- PASS: TestInfoInsecureRegistries (0.52s)
09:44:04 [2023-09-12T09:44:04.423Z] === RUN   TestInfoRegistryMirrors
09:44:04 [2023-09-12T09:44:04.423Z] --- PASS: TestInfoRegistryMirrors (0.52s)
09:44:04 [2023-09-12T09:44:04.423Z] === RUN   TestLoginFailsWithBadCredentials
09:44:05 [2023-09-12T09:44:05.357Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s)
09:44:05 [2023-09-12T09:44:05.357Z] === RUN   TestPingCacheHeaders
09:44:05 [2023-09-12T09:44:05.357Z] --- PASS: TestPingCacheHeaders (0.02s)
09:44:05 [2023-09-12T09:44:05.357Z] === RUN   TestPingGet
09:44:05 [2023-09-12T09:44:05.357Z] --- PASS: TestPingGet (0.01s)
09:44:05 [2023-09-12T09:44:05.357Z] === RUN   TestPingHead
09:44:05 [2023-09-12T09:44:05.357Z] --- PASS: TestPingHead (0.02s)
09:44:05 [2023-09-12T09:44:05.357Z] === RUN   TestPingSwarmHeader
09:44:05 [2023-09-12T09:44:05.921Z] === RUN   TestPingSwarmHeader/before_swarm_init
09:44:06 [2023-09-12T09:44:06.486Z] === RUN   TestPingSwarmHeader/after_swarm_init
09:44:07 [2023-09-12T09:44:07.859Z] === RUN   TestPingSwarmHeader/after_swarm_leave
09:44:07 [2023-09-12T09:44:07.859Z] --- PASS: TestPingSwarmHeader (2.23s)
09:44:07 [2023-09-12T09:44:07.859Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
09:44:07 [2023-09-12T09:44:07.859Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
09:44:07 [2023-09-12T09:44:07.859Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
09:44:07 [2023-09-12T09:44:07.859Z] === RUN   TestPingBuilderHeader
09:44:07 [2023-09-12T09:44:07.859Z] === RUN   TestPingBuilderHeader/default_config
09:44:08 [2023-09-12T09:44:08.116Z] === RUN   TestPingBuilderHeader/buildkit_disabled
09:44:08 [2023-09-12T09:44:08.682Z] --- PASS: TestPingBuilderHeader (1.04s)
09:44:08 [2023-09-12T09:44:08.682Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
09:44:08 [2023-09-12T09:44:08.682Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
09:44:08 [2023-09-12T09:44:08.682Z] === RUN   TestVersion
09:44:08 [2023-09-12T09:44:08.682Z] --- PASS: TestVersion (0.02s)
09:44:08 [2023-09-12T09:44:08.682Z] === CONT  TestDiskUsage
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty/container_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty/image_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty/volume_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty/build-cache_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty/container,_volume_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
09:44:09 [2023-09-12T09:44:09.247Z] === RUN   TestDiskUsage/after_container.Run
09:44:09 [2023-09-12T09:44:09.812Z] === RUN   TestDiskUsage/after_container.Run/container_types
09:44:09 [2023-09-12T09:44:09.812Z] === RUN   TestDiskUsage/after_container.Run/image_types
09:44:09 [2023-09-12T09:44:09.812Z] === RUN   TestDiskUsage/after_container.Run/volume_types
09:44:09 [2023-09-12T09:44:09.812Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
09:44:09 [2023-09-12T09:44:09.812Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
09:44:09 [2023-09-12T09:44:09.812Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
09:44:09 [2023-09-12T09:44:09.812Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
09:44:09 [2023-09-12T09:44:09.812Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
09:44:09 [2023-09-12T09:44:09.812Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
09:44:09 [2023-09-12T09:44:09.812Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
09:44:09 [2023-09-12T09:44:09.812Z] --- PASS: TestDiskUsage (1.21s)
09:44:09 [2023-09-12T09:44:09.812Z]     --- PASS: TestDiskUsage/empty (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.15s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]     --- PASS: TestDiskUsage/after_container.Run (0.33s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z] PASS
09:44:09 [2023-09-12T09:44:09.812Z] 
09:44:09 [2023-09-12T09:44:09.812Z] === Skipped
09:44:09 [2023-09-12T09:44:09.812Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
09:44:09 [2023-09-12T09:44:09.812Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:44:09 [2023-09-12T09:44:09.812Z] 
09:44:09 [2023-09-12T09:44:09.812Z] DONE 57 tests, 1 skipped in 24.385s
09:44:09 [2023-09-12T09:44:09.812Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
09:44:09 [2023-09-12T09:44:09.812Z] ++ 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
09:44:09 [2023-09-12T09:44:09.812Z] ++ set -e
09:44:09 [2023-09-12T09:44:09.812Z] ++ '[' -n 0 ']'
09:44:09 [2023-09-12T09:44:09.812Z] ++ set -x
09:44:09 [2023-09-12T09:44:09.813Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker 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
09:44:09 [2023-09-12T09:44:09.813Z] INFO: Testing against a local daemon
09:44:09 [2023-09-12T09:44:09.813Z] === RUN   TestVolumesCreateAndList
09:44:10 [2023-09-12T09:44:10.070Z] --- PASS: TestVolumesCreateAndList (0.02s)
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesRemove
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesRemove/volume_in_use
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesRemove/volume_not_in_use
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesRemove/non-existing_volume
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesRemove/non-existing_volume_force
09:44:10 [2023-09-12T09:44:10.070Z] --- PASS: TestVolumesRemove (0.04s)
09:44:10 [2023-09-12T09:44:10.070Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
09:44:10 [2023-09-12T09:44:10.070Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
09:44:10 [2023-09-12T09:44:10.070Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
09:44:10 [2023-09-12T09:44:10.070Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesRemoveSwarmEnabled
09:44:10 [2023-09-12T09:44:10.070Z] === PAUSE TestVolumesRemoveSwarmEnabled
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesInspect
09:44:10 [2023-09-12T09:44:10.070Z] --- PASS: TestVolumesInspect (0.01s)
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesInvalidJSON
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesInvalidJSON/volumes/create
09:44:10 [2023-09-12T09:44:10.070Z] === PAUSE TestVolumesInvalidJSON/volumes/create
09:44:10 [2023-09-12T09:44:10.070Z] === CONT  TestVolumesInvalidJSON/volumes/create
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
09:44:10 [2023-09-12T09:44:10.070Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
09:44:10 [2023-09-12T09:44:10.070Z] --- PASS: TestVolumesInvalidJSON (0.01s)
09:44:10 [2023-09-12T09:44:10.070Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
09:44:10 [2023-09-12T09:44:10.070Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
09:44:10 [2023-09-12T09:44:10.070Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
09:44:10 [2023-09-12T09:44:10.070Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
09:44:10 [2023-09-12T09:44:10.071Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
09:44:10 [2023-09-12T09:44:10.071Z] === RUN   TestVolumePruneAnonymous
09:44:10 [2023-09-12T09:44:10.071Z] --- PASS: TestVolumePruneAnonymous (0.03s)
09:44:10 [2023-09-12T09:44:10.071Z] === RUN   TestVolumePruneAnonFromImage
09:44:10 [2023-09-12T09:44:10.328Z] --- PASS: TestVolumePruneAnonFromImage (0.19s)
09:44:10 [2023-09-12T09:44:10.328Z] === CONT  TestVolumesRemoveSwarmEnabled
09:44:11 [2023-09-12T09:44:11.761Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
09:44:11 [2023-09-12T09:44:11.761Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
09:44:11 [2023-09-12T09:44:11.761Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
09:44:11 [2023-09-12T09:44:11.761Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
09:44:12 [2023-09-12T09:44:12.694Z] --- PASS: TestVolumesRemoveSwarmEnabled (2.39s)
09:44:12 [2023-09-12T09:44:12.694Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
09:44:12 [2023-09-12T09:44:12.694Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
09:44:12 [2023-09-12T09:44:12.694Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
09:44:12 [2023-09-12T09:44:12.694Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
09:44:12 [2023-09-12T09:44:12.694Z] PASS
09:44:12 [2023-09-12T09:44:12.694Z] 
09:44:12 [2023-09-12T09:44:12.694Z] DONE 20 tests in 2.707s
09:44:12 [2023-09-12T09:44:12.694Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
09:44:12 [2023-09-12T09:44:12.694Z] ++++ cat bundles/test-integration/docker.pid
09:44:12 [2023-09-12T09:44:12.694Z] +++ kill 21342
09:44:12 [2023-09-12T09:44:12.951Z] +++ /etc/init.d/apparmor stop
09:44:12 [2023-09-12T09:44:12.951Z] Leaving: AppArmorNo profiles have been unloaded.
09:44:12 [2023-09-12T09:44:12.951Z] 
09:44:12 [2023-09-12T09:44:12.951Z] Unloading profiles will leave already running processes permanently
09:44:12 [2023-09-12T09:44:12.951Z] unconfined, which can lead to unexpected situations.
09:44:12 [2023-09-12T09:44:12.951Z] 
09:44:12 [2023-09-12T09:44:12.951Z] To set a process to complain mode, use the command line tool
09:44:12 [2023-09-12T09:44:12.951Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
09:44:12 [2023-09-12T09:44:12.951Z] +++ true
09:44:12 [2023-09-12T09:44:12.951Z] exiting test-integration
09:44:12 [2023-09-12T09:44:12.951Z] ++ exit 0
09:44:12 [2023-09-12T09:44:12.951Z] 
Post stage
[Pipeline] junit
09:44:13 [2023-09-12T09:44:13.897Z] Recording test results
09:44:14 [2023-09-12T09:44:14.054Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
09:44:14 [2023-09-12T09:44:14.391Z] + echo Ensuring container killed.
09:44:14 [2023-09-12T09:44:14.391Z] Ensuring container killed.
09:44:14 [2023-09-12T09:44:14.391Z] + docker rm -vf docker-pr1
09:44:14 [2023-09-12T09:44:14.391Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
09:44:14 [2023-09-12T09:44:14.684Z] + echo Chowning /workspace to jenkins user
09:44:14 [2023-09-12T09:44:14.684Z] Chowning /workspace to jenkins user
09:44:14 [2023-09-12T09:44:14.684Z] + id -u
09:44:14 [2023-09-12T09:44:14.684Z] + id -g
09:44:14 [2023-09-12T09:44:14.684Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46460:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:44:15 [2023-09-12T09:44:15.899Z] + bundleName=arm64-integration
09:44:15 [2023-09-12T09:44:15.899Z] + echo Creating arm64-integration-bundles.tar.gz
09:44:15 [2023-09-12T09:44:15.899Z] Creating arm64-integration-bundles.tar.gz
09:44:15 [2023-09-12T09:44:15.899Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
09:44:15 [2023-09-12T09:44:15.899Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
09:44:16 [2023-09-12T09:44:16.168Z] Archiving artifacts
09:44:16 [2023-09-12T09:44:16.424Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-46460/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
09:44:16 [2023-09-12T09:44:16.709Z] + make clean
09:44:16 [2023-09-12T09:44:16.709Z] docker volume rm -f docker-dev-cache docker-mod-cache
09:44:16 [2023-09-12T09:44:16.709Z] docker-dev-cache
09:44:16 [2023-09-12T09:44:16.709Z] 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