Skip to content
Success

Console Output

Pull request #45422 opened
10:18:17 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 2d0e899819089e910be5e60953deaae0eb9f272d+f117aef2ea63ee008c05a7506c8c9c50a1fa0c7f (467063b2ca1bd7061a4e4bfabd1c751286d37d4f)
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-45422@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
10:18:20 [2023-04-27T10:18:20.635Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
10:18:20 [2023-04-27T10:18:20.639Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
10:18:35 [2023-04-27T10:18:35.846Z] Still waiting to schedule task
10:18:35 [2023-04-27T10:18:35.848Z]EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0701115614a2abfa7)’ is offline
10:19:30 [2023-04-27T10:19:30.700Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0701115614a2abfa7) in /home/ubuntu/workspace/moby_PR-45422
[Pipeline] {
[Pipeline] checkout
10:19:30 [2023-04-27T10:19:30.823Z] The recommended git tool is: git
10:19:33 [2023-04-27T10:19:33.698Z] using credential docker-jenkins-github-credentials
10:19:33 [2023-04-27T10:19:33.713Z] Cloning the remote Git repository
10:19:33 [2023-04-27T10:19:33.713Z] Cloning with configured refspecs honoured and without tags
10:19:33 [2023-04-27T10:19:33.767Z] Cloning repository https://github.com/moby/moby.git
10:19:33 [2023-04-27T10:19:33.825Z]  > git init /home/ubuntu/workspace/moby_PR-45422 # timeout=10
10:19:34 [2023-04-27T10:19:34.380Z] Fetching upstream changes from https://github.com/moby/moby.git
10:19:34 [2023-04-27T10:19:34.380Z]  > git --version # timeout=10
10:19:34 [2023-04-27T10:19:34.386Z]  > git --version # 'git version 2.25.1'
10:19:34 [2023-04-27T10:19:34.387Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:19:34 [2023-04-27T10:19:34.388Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45422/head:refs/remotes/origin/PR-45422 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:19:51 [2023-04-27T10:19:51.202Z] Fetching without tags
10:19:51 [2023-04-27T10:19:51.464Z] Merging remotes/origin/master commit f117aef2ea63ee008c05a7506c8c9c50a1fa0c7f into PR head commit 2d0e899819089e910be5e60953deaae0eb9f272d
10:19:52 [2023-04-27T10:19:52.462Z] Merge succeeded, producing 2d0e899819089e910be5e60953deaae0eb9f272d
10:19:52 [2023-04-27T10:19:52.462Z] Checking out Revision 2d0e899819089e910be5e60953deaae0eb9f272d (PR-45422)
10:19:51 [2023-04-27T10:19:51.134Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:19:51 [2023-04-27T10:19:51.144Z]  > git config --add remote.origin.fetch +refs/pull/45422/head:refs/remotes/origin/PR-45422 # timeout=10
10:19:51 [2023-04-27T10:19:51.153Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:19:51 [2023-04-27T10:19:51.190Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:19:51 [2023-04-27T10:19:51.245Z] Fetching upstream changes from https://github.com/moby/moby.git
10:19:51 [2023-04-27T10:19:51.246Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:19:51 [2023-04-27T10:19:51.247Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45422/head:refs/remotes/origin/PR-45422 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:19:51 [2023-04-27T10:19:51.472Z]  > git config core.sparsecheckout # timeout=10
10:19:51 [2023-04-27T10:19:51.484Z]  > git checkout -f 2d0e899819089e910be5e60953deaae0eb9f272d # timeout=10
10:19:52 [2023-04-27T10:19:52.317Z]  > git remote # timeout=10
10:19:52 [2023-04-27T10:19:52.327Z]  > git config --get remote.origin.url # timeout=10
10:19:52 [2023-04-27T10:19:52.335Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:19:52 [2023-04-27T10:19:52.357Z]  > git merge f117aef2ea63ee008c05a7506c8c9c50a1fa0c7f # timeout=10
10:19:52 [2023-04-27T10:19:52.446Z]  > git rev-parse HEAD^{commit} # timeout=10
10:19:52 [2023-04-27T10:19:52.462Z]  > git config core.sparsecheckout # timeout=10
10:19:52 [2023-04-27T10:19:52.471Z]  > git checkout -f 2d0e899819089e910be5e60953deaae0eb9f272d # timeout=10
10:19:56 [2023-04-27T10:19:56.989Z] Commit message: "update runc binary to v1.1.7"
10:19:56 [2023-04-27T10:19:56.989Z] First time build. Skipping changelog.
10:19:57 [2023-04-27T10:19:57.004Z]  > git --version # timeout=10
10:19:57 [2023-04-27T10:19:57.021Z]  > git --version # 'git version 2.25.1'
10:19:57 [2023-04-27T10:19:57.032Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:19:58 [2023-04-27T10:19:58.073Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45422:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
10:20:19 [2023-04-27T10:20:19.988Z] Unable to find image 'alpine:latest' locally
10:20:19 [2023-04-27T10:20:19.988Z] latest: Pulling from library/alpine
10:20:19 [2023-04-27T10:20:19.988Z] c41833b44d91: Pulling fs layer
10:20:19 [2023-04-27T10:20:19.988Z] c41833b44d91: Download complete
10:20:19 [2023-04-27T10:20:19.988Z] c41833b44d91: Pull complete
10:20:19 [2023-04-27T10:20:19.988Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
10:20:19 [2023-04-27T10:20:19.988Z] Status: Downloaded newer image for alpine:latest
10:20:22 [2023-04-27T10:20:22.514Z] 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: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
Stage "s390x" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
10:20:23 [2023-04-27T10:20:23.229Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0701115614a2abfa7) in /home/ubuntu/workspace/moby_PR-45422
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] {
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
10:20:23 [2023-04-27T10:20:23.261Z] The recommended git tool is: git
[Pipeline] // stage
10:20:23 [2023-04-27T10:20:23.268Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
10:20:23 [2023-04-27T10:20:23.284Z] Fetching changes from the remote Git repository
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
10:20:23 [2023-04-27T10:20:23.293Z] Fetching without tags
[Pipeline] { (Build dev image)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
10:20:23 [2023-04-27T10:20:23.507Z] Merging remotes/origin/master commit f117aef2ea63ee008c05a7506c8c9c50a1fa0c7f into PR head commit 2d0e899819089e910be5e60953deaae0eb9f272d
10:20:23 [2023-04-27T10:20:23.571Z] Merge succeeded, producing 2d0e899819089e910be5e60953deaae0eb9f272d
10:20:23 [2023-04-27T10:20:23.571Z] Checking out Revision 2d0e899819089e910be5e60953deaae0eb9f272d (PR-45422)
10:20:23 [2023-04-27T10:20:23.621Z] Commit message: "update runc binary to v1.1.7"
10:20:23 [2023-04-27T10:20:23.633Z]  > git --version # timeout=10
10:20:23 [2023-04-27T10:20:23.649Z]  > git --version # 'git version 2.25.1'
10:20:23 [2023-04-27T10:20:23.654Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
10:20:23 [2023-04-27T10:20:23.283Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-45422/.git # timeout=10
10:20:23 [2023-04-27T10:20:23.290Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:20:23 [2023-04-27T10:20:23.299Z] Fetching upstream changes from https://github.com/moby/moby.git
10:20:23 [2023-04-27T10:20:23.299Z]  > git --version # timeout=10
10:20:23 [2023-04-27T10:20:23.304Z]  > git --version # 'git version 2.25.1'
10:20:23 [2023-04-27T10:20:23.304Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:20:23 [2023-04-27T10:20:23.305Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45422/head:refs/remotes/origin/PR-45422 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:20:23 [2023-04-27T10:20:23.512Z]  > git config core.sparsecheckout # timeout=10
10:20:23 [2023-04-27T10:20:23.518Z]  > git checkout -f 2d0e899819089e910be5e60953deaae0eb9f272d # timeout=10
10:20:23 [2023-04-27T10:20:23.550Z]  > git remote # timeout=10
10:20:23 [2023-04-27T10:20:23.555Z]  > git config --get remote.origin.url # timeout=10
10:20:23 [2023-04-27T10:20:23.563Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:20:23 [2023-04-27T10:20:23.563Z]  > git merge f117aef2ea63ee008c05a7506c8c9c50a1fa0c7f # timeout=10
10:20:23 [2023-04-27T10:20:23.571Z]  > git rev-parse HEAD^{commit} # timeout=10
10:20:23 [2023-04-27T10:20:23.576Z]  > git config core.sparsecheckout # timeout=10
10:20:23 [2023-04-27T10:20:23.579Z]  > git checkout -f 2d0e899819089e910be5e60953deaae0eb9f272d # timeout=10
10:20:24 [2023-04-27T10:20:24.323Z] + docker version
10:20:24 [2023-04-27T10:20:24.323Z] Client: Docker Engine - Community
10:20:24 [2023-04-27T10:20:24.323Z]  Version:           22.06.0-beta.0
10:20:24 [2023-04-27T10:20:24.323Z]  API version:       1.42
10:20:24 [2023-04-27T10:20:24.323Z]  Go version:        go1.18.3
10:20:24 [2023-04-27T10:20:24.323Z]  Git commit:        3e9117b
10:20:24 [2023-04-27T10:20:24.323Z]  Built:             Fri Jun  3 17:55:34 2022
10:20:24 [2023-04-27T10:20:24.323Z]  OS/Arch:           linux/arm64
10:20:24 [2023-04-27T10:20:24.323Z]  Context:           default
10:20:24 [2023-04-27T10:20:24.323Z] 
10:20:24 [2023-04-27T10:20:24.323Z] Server: Docker Engine - Community
10:20:24 [2023-04-27T10:20:24.323Z]  Engine:
10:20:24 [2023-04-27T10:20:24.323Z]   Version:          22.06.0-beta.0
10:20:24 [2023-04-27T10:20:24.323Z]   API version:      1.42 (minimum version 1.12)
10:20:24 [2023-04-27T10:20:24.323Z]   Go version:       go1.18.3
10:20:24 [2023-04-27T10:20:24.323Z]   Git commit:       38633e7
10:20:24 [2023-04-27T10:20:24.323Z]   Built:            Fri Jun  3 17:55:34 2022
10:20:24 [2023-04-27T10:20:24.323Z]   OS/Arch:          linux/arm64
10:20:24 [2023-04-27T10:20:24.323Z]   Experimental:     true
10:20:24 [2023-04-27T10:20:24.323Z]  containerd:
10:20:24 [2023-04-27T10:20:24.323Z]   Version:          1.6.8
10:20:24 [2023-04-27T10:20:24.323Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
10:20:24 [2023-04-27T10:20:24.323Z]  runc:
10:20:24 [2023-04-27T10:20:24.323Z]   Version:          1.1.4
10:20:24 [2023-04-27T10:20:24.323Z]   GitCommit:        v1.1.4-0-g5fd4c4d
10:20:24 [2023-04-27T10:20:24.323Z]  docker-init:
10:20:24 [2023-04-27T10:20:24.323Z]   Version:          0.19.0
10:20:24 [2023-04-27T10:20:24.323Z]   GitCommit:        de40ad0
[Pipeline] sh
10:20:24 [2023-04-27T10:20:24.602Z] + docker info
10:20:24 [2023-04-27T10:20:24.602Z] Client:
10:20:24 [2023-04-27T10:20:24.602Z]  Context:    default
10:20:24 [2023-04-27T10:20:24.602Z]  Debug Mode: false
10:20:24 [2023-04-27T10:20:24.602Z]  Plugins:
10:20:24 [2023-04-27T10:20:24.602Z]   buildx: Docker Buildx (Docker Inc.)
10:20:24 [2023-04-27T10:20:24.602Z]     Version:  v0.8.2
10:20:24 [2023-04-27T10:20:24.602Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
10:20:24 [2023-04-27T10:20:24.602Z]   compose: Docker Compose (Docker Inc.)
10:20:24 [2023-04-27T10:20:24.602Z]     Version:  v2.12.0
10:20:24 [2023-04-27T10:20:24.602Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
10:20:24 [2023-04-27T10:20:24.602Z] 
10:20:24 [2023-04-27T10:20:24.602Z] Server:
10:20:24 [2023-04-27T10:20:24.602Z]  Containers: 0
10:20:24 [2023-04-27T10:20:24.602Z]   Running: 0
10:20:24 [2023-04-27T10:20:24.602Z]   Paused: 0
10:20:24 [2023-04-27T10:20:24.602Z]   Stopped: 0
10:20:24 [2023-04-27T10:20:24.602Z]  Images: 1
10:20:24 [2023-04-27T10:20:24.602Z]  Server Version: 22.06.0-beta.0
10:20:24 [2023-04-27T10:20:24.602Z]  Storage Driver: overlay2
10:20:24 [2023-04-27T10:20:24.602Z]   Backing Filesystem: extfs
10:20:24 [2023-04-27T10:20:24.602Z]   Supports d_type: true
10:20:24 [2023-04-27T10:20:24.602Z]   Using metacopy: false
10:20:24 [2023-04-27T10:20:24.602Z]   Native Overlay Diff: true
10:20:24 [2023-04-27T10:20:24.602Z]   userxattr: false
10:20:24 [2023-04-27T10:20:24.602Z]  Logging Driver: json-file
10:20:24 [2023-04-27T10:20:24.602Z]  Cgroup Driver: cgroupfs
10:20:24 [2023-04-27T10:20:24.602Z]  Cgroup Version: 1
10:20:24 [2023-04-27T10:20:24.602Z]  Plugins:
10:20:24 [2023-04-27T10:20:24.602Z]   Volume: local
10:20:24 [2023-04-27T10:20:24.602Z]   Network: bridge host ipvlan macvlan null overlay
10:20:24 [2023-04-27T10:20:24.602Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
10:20:24 [2023-04-27T10:20:24.602Z]  Swarm: inactive
10:20:24 [2023-04-27T10:20:24.602Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
10:20:24 [2023-04-27T10:20:24.602Z]  Default Runtime: runc
10:20:24 [2023-04-27T10:20:24.602Z]  Init Binary: docker-init
10:20:24 [2023-04-27T10:20:24.602Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
10:20:24 [2023-04-27T10:20:24.602Z]  runc version: v1.1.4-0-g5fd4c4d
10:20:24 [2023-04-27T10:20:24.602Z]  init version: de40ad0
10:20:24 [2023-04-27T10:20:24.602Z]  Security Options:
10:20:24 [2023-04-27T10:20:24.602Z]   apparmor
10:20:24 [2023-04-27T10:20:24.602Z]   seccomp
10:20:24 [2023-04-27T10:20:24.602Z]    Profile: builtin
10:20:24 [2023-04-27T10:20:24.602Z]  Kernel Version: 5.15.0-1022-aws
10:20:24 [2023-04-27T10:20:24.602Z]  Operating System: Ubuntu 20.04.5 LTS
10:20:24 [2023-04-27T10:20:24.602Z]  OSType: linux
10:20:24 [2023-04-27T10:20:24.602Z]  Architecture: aarch64
10:20:24 [2023-04-27T10:20:24.602Z]  CPUs: 2
10:20:24 [2023-04-27T10:20:24.602Z]  Total Memory: 7.559GiB
10:20:24 [2023-04-27T10:20:24.602Z]  Name: ip-10-100-67-68
10:20:24 [2023-04-27T10:20:24.602Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
10:20:24 [2023-04-27T10:20:24.602Z]  Docker Root Dir: /var/lib/docker
10:20:24 [2023-04-27T10:20:24.602Z]  Debug Mode: false
10:20:24 [2023-04-27T10:20:24.602Z]  Registry: https://index.docker.io/v1/
10:20:24 [2023-04-27T10:20:24.602Z]  Labels:
10:20:24 [2023-04-27T10:20:24.602Z]  Experimental: true
10:20:24 [2023-04-27T10:20:24.602Z]  Insecure Registries:
10:20:24 [2023-04-27T10:20:24.602Z]   127.0.0.0/8
10:20:24 [2023-04-27T10:20:24.602Z]  Live Restore Enabled: true
10:20:24 [2023-04-27T10:20:24.602Z] 
[Pipeline] sh
10:20:24 [2023-04-27T10:20:24.894Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
10:20:24 [2023-04-27T10:20:24.894Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
10:20:24 [2023-04-27T10:20:24.894Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45422/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
10:20:24 [2023-04-27T10:20:24.894Z] + bash /home/ubuntu/workspace/moby_PR-45422/check-config.sh
10:20:24 [2023-04-27T10:20:24.894Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
10:20:24 [2023-04-27T10:20:24.895Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
10:20:24 [2023-04-27T10:20:24.895Z] 
10:20:24 [2023-04-27T10:20:24.895Z] Generally Necessary:
10:20:24 [2023-04-27T10:20:24.895Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
10:20:24 [2023-04-27T10:20:24.895Z] - apparmor: enabled and tools installed
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_NAMESPACES: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_NET_NS: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_PID_NS: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_IPC_NS: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_UTS_NS: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_CGROUPS: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_CGROUP_CPUACCT: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_CGROUP_DEVICE: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_CGROUP_FREEZER: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_CGROUP_SCHED: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_CPUSETS: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_MEMCG: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_KEYS: enabled
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_VETH: enabled (as module)
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_BRIDGE: enabled (as module)
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_IP_NF_FILTER: enabled (as module)
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
10:20:25 [2023-04-27T10:20:25.152Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_IP_NF_NAT: enabled (as module)
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_NF_NAT: enabled (as module)
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_POSIX_MQUEUE: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_CGROUP_BPF: enabled
10:20:25 [2023-04-27T10:20:25.413Z] 
10:20:25 [2023-04-27T10:20:25.413Z] Optional Features:
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_USER_NS: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_SECCOMP: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_SECCOMP_FILTER: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_CGROUP_PIDS: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_MEMCG_SWAP: enabled
10:20:25 [2023-04-27T10:20:25.413Z]     (cgroup swap accounting is currently enabled)
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_BLK_CGROUP: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_BLK_DEV_THROTTLING: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_CGROUP_PERF: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_CGROUP_HUGETLB: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_CGROUP_NET_PRIO: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_CFS_BANDWIDTH: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_FAIR_GROUP_SCHED: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_RT_GROUP_SCHED: missing
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_IP_VS: enabled (as module)
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_IP_VS_NFCT: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_IP_VS_PROTO_TCP: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_IP_VS_PROTO_UDP: enabled
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_IP_VS_RR: enabled (as module)
10:20:25 [2023-04-27T10:20:25.413Z] - CONFIG_SECURITY_SELINUX: enabled
10:20:25 [2023-04-27T10:20:25.670Z] - CONFIG_SECURITY_APPARMOR: enabled
10:20:25 [2023-04-27T10:20:25.670Z] - CONFIG_EXT4_FS: enabled
10:20:25 [2023-04-27T10:20:25.670Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
10:20:25 [2023-04-27T10:20:25.670Z] - CONFIG_EXT4_FS_SECURITY: enabled
10:20:25 [2023-04-27T10:20:25.670Z] - Network Drivers:
10:20:25 [2023-04-27T10:20:25.670Z]   - "overlay":
10:20:25 [2023-04-27T10:20:25.670Z]     - CONFIG_VXLAN: enabled (as module)
10:20:25 [2023-04-27T10:20:25.670Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
10:20:25 [2023-04-27T10:20:25.670Z]       Optional (for encrypted networks):
10:20:25 [2023-04-27T10:20:25.670Z]       - CONFIG_CRYPTO: enabled
10:20:25 [2023-04-27T10:20:25.670Z]       - CONFIG_CRYPTO_AEAD: enabled
10:20:25 [2023-04-27T10:20:25.670Z]       - CONFIG_CRYPTO_GCM: enabled
10:20:25 [2023-04-27T10:20:25.670Z]       - CONFIG_CRYPTO_SEQIV: enabled
10:20:25 [2023-04-27T10:20:25.670Z]       - CONFIG_CRYPTO_GHASH: enabled
10:20:25 [2023-04-27T10:20:25.670Z]       - CONFIG_XFRM: enabled
10:20:25 [2023-04-27T10:20:25.670Z]       - CONFIG_XFRM_USER: enabled (as module)
10:20:25 [2023-04-27T10:20:25.670Z]       - CONFIG_XFRM_ALGO: enabled (as module)
10:20:25 [2023-04-27T10:20:25.670Z]       - CONFIG_INET_ESP: enabled (as module)
10:20:25 [2023-04-27T10:20:25.670Z]   - "ipvlan":
10:20:25 [2023-04-27T10:20:25.670Z]     - CONFIG_IPVLAN: enabled (as module)
10:20:25 [2023-04-27T10:20:25.670Z]   - "macvlan":
10:20:25 [2023-04-27T10:20:25.670Z]     - CONFIG_MACVLAN: enabled (as module)
10:20:25 [2023-04-27T10:20:25.670Z]     - CONFIG_DUMMY: enabled (as module)
10:20:25 [2023-04-27T10:20:25.670Z]   - "ftp,tftp client in container":
10:20:25 [2023-04-27T10:20:25.927Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
10:20:25 [2023-04-27T10:20:25.927Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
10:20:25 [2023-04-27T10:20:25.927Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
10:20:25 [2023-04-27T10:20:25.927Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
10:20:25 [2023-04-27T10:20:25.927Z] - Storage Drivers:
10:20:25 [2023-04-27T10:20:25.927Z]   - "aufs":
10:20:25 [2023-04-27T10:20:25.927Z]     - CONFIG_AUFS_FS: enabled (as module)
10:20:25 [2023-04-27T10:20:25.927Z]   - "btrfs":
10:20:25 [2023-04-27T10:20:25.927Z]     - CONFIG_BTRFS_FS: enabled (as module)
10:20:25 [2023-04-27T10:20:25.927Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
10:20:25 [2023-04-27T10:20:25.927Z]   - "devicemapper":
10:20:25 [2023-04-27T10:20:25.927Z]     - CONFIG_BLK_DEV_DM: enabled
10:20:25 [2023-04-27T10:20:25.927Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
10:20:25 [2023-04-27T10:20:25.927Z]   - "overlay":
10:20:25 [2023-04-27T10:20:25.927Z]     - CONFIG_OVERLAY_FS: enabled (as module)
10:20:25 [2023-04-27T10:20:25.927Z]   - "zfs":
10:20:25 [2023-04-27T10:20:25.927Z]     - /dev/zfs: present
10:20:25 [2023-04-27T10:20:25.927Z]     - zfs command: missing
10:20:25 [2023-04-27T10:20:25.927Z]     - zpool command: missing
10:20:25 [2023-04-27T10:20:25.927Z] 
10:20:25 [2023-04-27T10:20:25.927Z] Limits:
10:20:25 [2023-04-27T10:20:25.927Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
10:20:25 [2023-04-27T10:20:25.927Z] 
10:20:25 [2023-04-27T10:20:25.927Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
10:20:26 [2023-04-27T10:20:26.235Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2d0e899819089e910be5e60953deaae0eb9f272d .
10:20:26 [2023-04-27T10:20:26.492Z] #1 [internal] load .dockerignore
10:20:26 [2023-04-27T10:20:26.492Z] #1 transferring context: 113B done
10:20:26 [2023-04-27T10:20:26.492Z] #1 DONE 0.0s
10:20:26 [2023-04-27T10:20:26.492Z] 
10:20:26 [2023-04-27T10:20:26.492Z] #2 [internal] load build definition from Dockerfile
10:20:26 [2023-04-27T10:20:26.492Z] #2 transferring dockerfile: 26.94kB done
10:20:26 [2023-04-27T10:20:26.492Z] #2 DONE 0.0s
10:20:26 [2023-04-27T10:20:26.492Z] 
10:20:26 [2023-04-27T10:20:26.492Z] #3 resolve image config for docker.io/docker/dockerfile:1
10:20:26 [2023-04-27T10:20:26.750Z] #3 DONE 0.3s
10:20:26 [2023-04-27T10:20:26.750Z] 
10:20:26 [2023-04-27T10:20:26.750Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
10:20:26 [2023-04-27T10:20:26.750Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
10:20:26 [2023-04-27T10:20:26.750Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
10:20:26 [2023-04-27T10:20:26.750Z] #4 sha256:7f44e51970d0422c2cbff3b20b6b5ef861f6244c396a06e1a96f7aa4fa83a4e6 482B / 482B done
10:20:26 [2023-04-27T10:20:26.750Z] #4 sha256:a28edb2041b8f23c38382d8be273f0239f51ff1f510f98bccc8d0e7f42249e97 2.90kB / 2.90kB done
10:20:26 [2023-04-27T10:20:26.750Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0B / 10.82MB 0.1s
10:20:27 [2023-04-27T10:20:27.007Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 10.82MB / 10.82MB 0.2s done
10:20:27 [2023-04-27T10:20:27.007Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65
10:20:27 [2023-04-27T10:20:27.264Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0.2s done
10:20:27 [2023-04-27T10:20:27.264Z] #4 DONE 0.5s
10:20:27 [2023-04-27T10:20:27.264Z] 
10:20:27 [2023-04-27T10:20:27.264Z] #5 [internal] load metadata for docker.io/library/golang:1.20.3-bullseye
10:20:27 [2023-04-27T10:20:27.830Z] #5 ...
10:20:27 [2023-04-27T10:20:27.830Z] 
10:20:27 [2023-04-27T10:20:27.830Z] #6 [internal] load metadata for docker.io/library/busybox:latest
10:20:27 [2023-04-27T10:20:27.830Z] #6 DONE 0.4s
10:20:27 [2023-04-27T10:20:27.830Z] 
10:20:27 [2023-04-27T10:20:27.830Z] #5 [internal] load metadata for docker.io/library/golang:1.20.3-bullseye
10:20:27 [2023-04-27T10:20:27.830Z] #5 DONE 0.5s
10:20:27 [2023-04-27T10:20:27.830Z] 
10:20:27 [2023-04-27T10:20:27.830Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
10:20:27 [2023-04-27T10:20:27.830Z] #7 DONE 0.5s
10:20:27 [2023-04-27T10:20:27.830Z] 
10:20:27 [2023-04-27T10:20:27.830Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:20:27 [2023-04-27T10:20:27.830Z] #8 DONE 0.5s
10:20:27 [2023-04-27T10:20:27.830Z] 
10:20:27 [2023-04-27T10:20:27.830Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
10:20:27 [2023-04-27T10:20:27.830Z] #9 DONE 0.6s
10:20:27 [2023-04-27T10:20:27.830Z] 
10:20:27 [2023-04-27T10:20:27.831Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e
10:20:27 [2023-04-27T10:20:27.831Z] #10 resolve docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e
10:20:28 [2023-04-27T10:20:28.094Z] #10 ...
10:20:28 [2023-04-27T10:20:28.094Z] 
10:20:28 [2023-04-27T10:20:28.094Z] #11 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:20:28 [2023-04-27T10:20:28.094Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
10:20:28 [2023-04-27T10:20:28.094Z] #11 DONE 0.2s
10:20:28 [2023-04-27T10:20:28.094Z] 
10:20:28 [2023-04-27T10:20:28.094Z] #11 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:20:28 [2023-04-27T10:20:28.094Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:20:28 [2023-04-27T10:20:28.094Z] #11 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
10:20:28 [2023-04-27T10:20:28.094Z] #11 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
10:20:28 [2023-04-27T10:20:28.351Z] #11 ...
10:20:28 [2023-04-27T10:20:28.351Z] 
10:20:28 [2023-04-27T10:20:28.351Z] #12 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
10:20:28 [2023-04-27T10:20:28.351Z] #12 DONE 0.4s
10:20:28 [2023-04-27T10:20:28.351Z] 
10:20:28 [2023-04-27T10:20:28.351Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e
10:20:28 [2023-04-27T10:20:28.351Z] #10 resolve docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 0.2s done
10:20:28 [2023-04-27T10:20:28.351Z] #10 sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e 1.85kB / 1.85kB done
10:20:28 [2023-04-27T10:20:28.351Z] #10 sha256:c0f6422141bb031238126fbd535c0df24db4252a2d9876216a94082df74c8fda 529B / 529B done
10:20:28 [2023-04-27T10:20:28.351Z] #10 sha256:e6d9c9c3e100a13622816226e63a3faa83da315ae01216b1ac02c4ba5cc91683 1.48kB / 1.48kB done
10:20:28 [2023-04-27T10:20:28.351Z] #10 sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 9.75MB / 53.71MB 0.2s
10:20:28 [2023-04-27T10:20:28.611Z] #10 sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 17.83MB / 53.71MB 0.3s
10:20:28 [2023-04-27T10:20:28.869Z] #10 sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 31.46MB / 53.71MB 0.4s
10:20:28 [2023-04-27T10:20:28.869Z] #10 ...
10:20:28 [2023-04-27T10:20:28.869Z] 
10:20:28 [2023-04-27T10:20:28.869Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
10:20:28 [2023-04-27T10:20:28.869Z] #13 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.2s done
10:20:28 [2023-04-27T10:20:28.869Z] #13 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
10:20:28 [2023-04-27T10:20:28.869Z] #13 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done
10:20:28 [2023-04-27T10:20:28.870Z] #13 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done
10:20:28 [2023-04-27T10:20:28.870Z] #13 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 0.2s done
10:20:28 [2023-04-27T10:20:28.870Z] #13 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done
10:20:28 [2023-04-27T10:20:28.870Z] #13 DONE 0.8s
10:20:28 [2023-04-27T10:20:28.870Z] 
10:20:28 [2023-04-27T10:20:28.870Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e
10:20:28 [2023-04-27T10:20:28.870Z] #10 sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 50.54MB / 53.71MB 0.6s
10:20:29 [2023-04-27T10:20:29.133Z] #10 sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 53.71MB / 53.71MB 0.7s
10:20:29 [2023-04-27T10:20:29.395Z] #10 sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 53.71MB / 53.71MB 0.9s done
10:20:29 [2023-04-27T10:20:29.652Z] #10 ...
10:20:29 [2023-04-27T10:20:29.652Z] 
10:20:29 [2023-04-27T10:20:29.652Z] #14 [build-dummy 1/2] FROM docker.io/library/busybox@sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16
10:20:29 [2023-04-27T10:20:29.652Z] #14 resolve docker.io/library/busybox@sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 0.2s done
10:20:29 [2023-04-27T10:20:29.652Z] #14 sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 2.29kB / 2.29kB done
10:20:29 [2023-04-27T10:20:29.652Z] #14 sha256:ba7000206594c2d72c3ab550453004c0dc50961157e5ebd2fb8ea1890099d02d 528B / 528B done
10:20:29 [2023-04-27T10:20:29.652Z] #14 sha256:3fbaf71a998bae6e375be74b999bd418091bf6511e356a129fdc969c4a94a5bc 1.47kB / 1.47kB done
10:20:29 [2023-04-27T10:20:29.652Z] #14 sha256:b50100f25006c29bd3a3dd4abacfeb7e9cb61c1a758d07c68fa699a2494fd2df 2.00MB / 2.00MB 0.1s done
10:20:29 [2023-04-27T10:20:29.652Z] #14 extracting sha256:b50100f25006c29bd3a3dd4abacfeb7e9cb61c1a758d07c68fa699a2494fd2df 0.6s done
10:20:29 [2023-04-27T10:20:29.652Z] #14 DONE 1.8s
10:20:29 [2023-04-27T10:20:29.912Z] 
10:20:29 [2023-04-27T10:20:29.912Z] #15 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:595c9af0430dd84bad33020e7e9e328af4bd1a1aabd46a03b5bf6f252cdbecf3
10:20:29 [2023-04-27T10:20:29.912Z] #15 resolve docker.io/library/golang:1.20.3-bullseye@sha256:595c9af0430dd84bad33020e7e9e328af4bd1a1aabd46a03b5bf6f252cdbecf3 0.2s done
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:595c9af0430dd84bad33020e7e9e328af4bd1a1aabd46a03b5bf6f252cdbecf3 1.86kB / 1.86kB done
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:97a9f05f43c85f70dea2d17e2ce4b6887693d5267d2f000c6b34bba95c505eeb 1.79kB / 1.79kB done
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:d2f204467e745d440f7610e6a5009c95a72f381c518c8df0aab70a4ea9f7ef19 7.33kB / 7.33kB done
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 53.71MB / 53.71MB 0.9s done
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:5884e7f2c8c61aa845de4902fc29639b58861ae6c2d80bafe82082c0456c0740 5.15MB / 5.15MB 0.3s done
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:1b792b01ed3c8dc1488cd8aac41ab7d49bb17f3fa22b2e6c846078cec81a1c00 10.87MB / 10.87MB 0.4s
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:8f993d5b17f32f4b8a535c25e182e5d8412625beee450e513ca57036e8fdd6dc 54.68MB / 54.68MB 1.3s done
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:3ae8c6b39a3b9b675a35ea32f6a5aa6d0297e9fcc95c55b059ecebde0244d034 81.40MB / 81.40MB 1.6s
10:20:29 [2023-04-27T10:20:29.912Z] #15 extracting sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 0.5s
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:1e674eb0be8ba89b1be881f27765e57c0ba1f99c9ba25ffe9d5fcbd0003ebed8 32.51MB / 95.44MB 1.6s
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:6a3f85fa5fea0527605546d7324a29e8beeebb43c46cf797c0a6e40e687ea7bd 154B / 154B 1.4s done
10:20:29 [2023-04-27T10:20:29.912Z] #15 sha256:1e674eb0be8ba89b1be881f27765e57c0ba1f99c9ba25ffe9d5fcbd0003ebed8 38.63MB / 95.44MB 1.7s
10:20:30 [2023-04-27T10:20:30.172Z] #15 sha256:1e674eb0be8ba89b1be881f27765e57c0ba1f99c9ba25ffe9d5fcbd0003ebed8 49.44MB / 95.44MB 1.8s
10:20:30 [2023-04-27T10:20:30.172Z] #15 sha256:3ae8c6b39a3b9b675a35ea32f6a5aa6d0297e9fcc95c55b059ecebde0244d034 81.40MB / 81.40MB 1.9s done
10:20:30 [2023-04-27T10:20:30.172Z] #15 sha256:1e674eb0be8ba89b1be881f27765e57c0ba1f99c9ba25ffe9d5fcbd0003ebed8 66.72MB / 95.44MB 2.0s
10:20:30 [2023-04-27T10:20:30.433Z] #15 sha256:1e674eb0be8ba89b1be881f27765e57c0ba1f99c9ba25ffe9d5fcbd0003ebed8 81.79MB / 95.44MB 2.1s
10:20:30 [2023-04-27T10:20:30.691Z] #15 sha256:1e674eb0be8ba89b1be881f27765e57c0ba1f99c9ba25ffe9d5fcbd0003ebed8 95.44MB / 95.44MB 2.3s
10:20:30 [2023-04-27T10:20:30.691Z] #15 ...
10:20:30 [2023-04-27T10:20:30.691Z] 
10:20:30 [2023-04-27T10:20:30.691Z] #16 [internal] load build context
10:20:30 [2023-04-27T10:20:30.691Z] #16 transferring context: 67.60MB 2.5s done
10:20:30 [2023-04-27T10:20:30.691Z] #16 DONE 2.8s
10:20:30 [2023-04-27T10:20:30.691Z] 
10:20:30 [2023-04-27T10:20:30.691Z] #15 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:595c9af0430dd84bad33020e7e9e328af4bd1a1aabd46a03b5bf6f252cdbecf3
10:20:32 [2023-04-27T10:20:32.590Z] #15 extracting sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 2.9s done
10:20:32 [2023-04-27T10:20:32.848Z] #15 sha256:1e674eb0be8ba89b1be881f27765e57c0ba1f99c9ba25ffe9d5fcbd0003ebed8 95.44MB / 95.44MB 4.6s done
10:20:32 [2023-04-27T10:20:32.848Z] #15 extracting sha256:5884e7f2c8c61aa845de4902fc29639b58861ae6c2d80bafe82082c0456c0740
10:20:32 [2023-04-27T10:20:32.848Z] #15 ...
10:20:32 [2023-04-27T10:20:32.848Z] 
10:20:32 [2023-04-27T10:20:32.848Z] #11 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:20:32 [2023-04-27T10:20:32.848Z] #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.1s done
10:20:32 [2023-04-27T10:20:32.848Z] #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.7s done
10:20:32 [2023-04-27T10:20:32.848Z] #11 DONE 5.0s
10:20:32 [2023-04-27T10:20:32.848Z] 
10:20:32 [2023-04-27T10:20:32.848Z] #15 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:595c9af0430dd84bad33020e7e9e328af4bd1a1aabd46a03b5bf6f252cdbecf3
10:20:33 [2023-04-27T10:20:33.105Z] #15 ...
10:20:33 [2023-04-27T10:20:33.105Z] 
10:20:33 [2023-04-27T10:20:33.105Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e
10:20:33 [2023-04-27T10:20:33.105Z] #10 extracting sha256:dc80b8cdbfd36cb20231d807a50d704945d1df4da8f6e23197ccfcb629970491 2.9s done
10:20:33 [2023-04-27T10:20:33.105Z] #10 DONE 5.1s
10:20:33 [2023-04-27T10:20:33.105Z] 
10:20:33 [2023-04-27T10:20:33.105Z] #15 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:595c9af0430dd84bad33020e7e9e328af4bd1a1aabd46a03b5bf6f252cdbecf3
10:20:33 [2023-04-27T10:20:33.105Z] #15 extracting sha256:5884e7f2c8c61aa845de4902fc29639b58861ae6c2d80bafe82082c0456c0740 0.2s done
10:20:33 [2023-04-27T10:20:33.105Z] #15 extracting sha256:1b792b01ed3c8dc1488cd8aac41ab7d49bb17f3fa22b2e6c846078cec81a1c00 0.1s
10:20:33 [2023-04-27T10:20:33.673Z] #15 extracting sha256:1b792b01ed3c8dc1488cd8aac41ab7d49bb17f3fa22b2e6c846078cec81a1c00 0.3s done
10:20:33 [2023-04-27T10:20:33.673Z] #15 extracting sha256:8f993d5b17f32f4b8a535c25e182e5d8412625beee450e513ca57036e8fdd6dc 0.1s
10:20:36 [2023-04-27T10:20:36.947Z] #15 extracting sha256:8f993d5b17f32f4b8a535c25e182e5d8412625beee450e513ca57036e8fdd6dc 2.6s done
10:20:36 [2023-04-27T10:20:36.947Z] #15 extracting sha256:3ae8c6b39a3b9b675a35ea32f6a5aa6d0297e9fcc95c55b059ecebde0244d034
10:20:39 [2023-04-27T10:20:39.533Z] #15 extracting sha256:3ae8c6b39a3b9b675a35ea32f6a5aa6d0297e9fcc95c55b059ecebde0244d034 2.5s done
10:20:39 [2023-04-27T10:20:39.789Z] #15 ...
10:20:39 [2023-04-27T10:20:39.789Z] 
10:20:39 [2023-04-27T10:20:39.789Z] #17 [build-dummy 2/2] RUN mkdir -p /build
10:20:40 [2023-04-27T10:20:40.046Z] #17 ...
10:20:40 [2023-04-27T10:20:40.046Z] 
10:20:40 [2023-04-27T10:20:40.046Z] #18 [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
10:20:40 [2023-04-27T10:20:40.046Z] #0 1.077 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
10:20:40 [2023-04-27T10:20:40.046Z] #0 1.118 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:20:40 [2023-04-27T10:20:40.046Z] #0 1.118 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:20:40 [2023-04-27T10:20:40.046Z] #0 1.248 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 1.434 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 1.633 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 2.456 Fetched 8525 kB in 2s (5265 kB/s)
10:20:40 [2023-04-27T10:20:40.047Z] #0 2.456 Reading package lists...
10:20:40 [2023-04-27T10:20:40.047Z] #0 2.965 Reading package lists...
10:20:40 [2023-04-27T10:20:40.047Z] #0 3.477 Building dependency tree...
10:20:40 [2023-04-27T10:20:40.047Z] #0 3.796 The following additional packages will be installed:
10:20:40 [2023-04-27T10:20:40.047Z] #0 3.796   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
10:20:40 [2023-04-27T10:20:40.047Z] #0 3.796   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
10:20:40 [2023-04-27T10:20:40.047Z] #0 3.804 Recommended packages:
10:20:40 [2023-04-27T10:20:40.047Z] #0 3.804   libldap-common publicsuffix libsasl2-modules
10:20:40 [2023-04-27T10:20:40.047Z] #0 3.904 The following NEW packages will be installed:
10:20:40 [2023-04-27T10:20:40.047Z] #0 3.904   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
10:20:40 [2023-04-27T10:20:40.047Z] #0 3.904   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
10:20:40 [2023-04-27T10:20:40.047Z] #0 3.904   libssh2-1 openssl
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.181 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.181 Need to get 2944 kB of archives.
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.181 After this operation, 6484 kB of additional disk space will be used.
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.181 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.262 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.267 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.269 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.272 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.272 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.274 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.275 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.276 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.278 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.280 Get:11 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.285 Get:12 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.285 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.286 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.361 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.650 debconf: delaying package configuration, since apt-utils is not installed
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.718 Fetched 2944 kB in 0s (6431 kB/s)
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.843 Selecting previously unselected package openssl.
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.843 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6656 files and directories currently installed.)
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.843 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_arm64.deb ...
10:20:40 [2023-04-27T10:20:40.047Z] #0 4.949 Unpacking openssl (1.1.1n-0+deb11u4) ...
10:20:40 [2023-04-27T10:20:40.047Z] #0 5.329 Selecting previously unselected package ca-certificates.
10:20:40 [2023-04-27T10:20:40.047Z] #0 5.329 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
10:20:40 [2023-04-27T10:20:40.047Z] #0 5.336 Unpacking ca-certificates (20210119) ...
10:20:40 [2023-04-27T10:20:40.047Z] #0 5.626 Selecting previously unselected package libbrotli1:arm64.
10:20:40 [2023-04-27T10:20:40.047Z] #0 5.628 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
10:20:40 [2023-04-27T10:20:40.047Z] #0 5.651 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
10:20:40 [2023-04-27T10:20:40.047Z] #0 6.288 Selecting previously unselected package libsasl2-modules-db:arm64.
10:20:40 [2023-04-27T10:20:40.047Z] #0 6.289 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
10:20:40 [2023-04-27T10:20:40.047Z] #0 6.319 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:20:40 [2023-04-27T10:20:40.047Z] #18 ...
10:20:40 [2023-04-27T10:20:40.047Z] 
10:20:40 [2023-04-27T10:20:40.047Z] #15 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:595c9af0430dd84bad33020e7e9e328af4bd1a1aabd46a03b5bf6f252cdbecf3
10:20:40 [2023-04-27T10:20:40.047Z] #15 extracting sha256:1e674eb0be8ba89b1be881f27765e57c0ba1f99c9ba25ffe9d5fcbd0003ebed8
10:20:41 [2023-04-27T10:20:41.941Z] #15 ...
10:20:41 [2023-04-27T10:20:41.941Z] 
10:20:41 [2023-04-27T10:20:41.941Z] #17 [build-dummy 2/2] RUN mkdir -p /build
10:20:41 [2023-04-27T10:20:41.941Z] #17 DONE 11.8s
10:20:41 [2023-04-27T10:20:41.941Z] 
10:20:41 [2023-04-27T10:20:41.941Z] #15 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:595c9af0430dd84bad33020e7e9e328af4bd1a1aabd46a03b5bf6f252cdbecf3
10:20:41 [2023-04-27T10:20:41.941Z] #15 ...
10:20:41 [2023-04-27T10:20:41.941Z] 
10:20:41 [2023-04-27T10:20:41.941Z] #19 [binary-dummy 1/1] COPY --from=build-dummy /build /build
10:20:41 [2023-04-27T10:20:41.941Z] #19 DONE 0.1s
10:20:41 [2023-04-27T10:20:41.941Z] 
10:20:41 [2023-04-27T10:20:41.941Z] #15 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:595c9af0430dd84bad33020e7e9e328af4bd1a1aabd46a03b5bf6f252cdbecf3
10:20:45 [2023-04-27T10:20:45.221Z] #15 extracting sha256:1e674eb0be8ba89b1be881f27765e57c0ba1f99c9ba25ffe9d5fcbd0003ebed8 4.4s done
10:20:45 [2023-04-27T10:20:45.221Z] #15 extracting sha256:6a3f85fa5fea0527605546d7324a29e8beeebb43c46cf797c0a6e40e687ea7bd done
10:20:45 [2023-04-27T10:20:45.478Z] #15 DONE 17.4s
10:20:45 [2023-04-27T10:20:45.478Z] 
10:20:45 [2023-04-27T10:20:45.478Z] #20 [base 2/5] COPY --from=xx / /
10:20:45 [2023-04-27T10:20:45.736Z] #20 DONE 0.2s
10:20:45 [2023-04-27T10:20:45.736Z] 
10:20:45 [2023-04-27T10:20:45.736Z] #18 [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
10:20:45 [2023-04-27T10:20:45.736Z] #18 7.590 Selecting previously unselected package libsasl2-2:arm64.
10:20:45 [2023-04-27T10:20:45.736Z] #18 7.590 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 7.608 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 7.973 Selecting previously unselected package libldap-2.4-2:arm64.
10:20:45 [2023-04-27T10:20:45.736Z] #18 7.973 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.258 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.363 Selecting previously unselected package libnghttp2-14:arm64.
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.363 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.367 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.412 Selecting previously unselected package libpsl5:arm64.
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.412 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.416 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.464 Selecting previously unselected package librtmp1:arm64.
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.464 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.468 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.510 Selecting previously unselected package libssh2-1:arm64.
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.510 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.514 Unpacking libssh2-1:arm64 (1.9.0-2) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.597 Selecting previously unselected package libcurl4:arm64.
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.597 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.614 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.675 Selecting previously unselected package curl.
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.676 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.680 Unpacking curl (7.74.0-1.3+deb11u7) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.754 Selecting previously unselected package libonig5:arm64.
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.754 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.758 Unpacking libonig5:arm64 (6.9.6-1.1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.829 Selecting previously unselected package libjq1:arm64.
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.829 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.833 Unpacking libjq1:arm64 (1.6-2.1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.877 Selecting previously unselected package jq.
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.878 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.884 Unpacking jq (1.6-2.1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.928 Setting up libpsl5:arm64 (0.21.0-1.2) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.941 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.951 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.963 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.976 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.987 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 8.999 Setting up libssh2-1:arm64 (1.9.0-2) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 9.010 Setting up openssl (1.1.1n-0+deb11u4) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 9.028 Setting up libonig5:arm64 (6.9.6-1.1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 9.040 Setting up libjq1:arm64 (1.6-2.1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 9.053 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 9.065 Setting up ca-certificates (20210119) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 9.762 Updating certificates in /etc/ssl/certs...
10:20:45 [2023-04-27T10:20:45.736Z] #18 10.63 129 added, 0 removed; done.
10:20:45 [2023-04-27T10:20:45.736Z] #18 10.67 Setting up jq (1.6-2.1) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 10.68 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 10.69 Setting up curl (7.74.0-1.3+deb11u7) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 10.71 Processing triggers for libc-bin (2.31-13+deb11u5) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 10.73 Processing triggers for ca-certificates (20210119) ...
10:20:45 [2023-04-27T10:20:45.736Z] #18 10.74 Updating certificates in /etc/ssl/certs...
10:20:45 [2023-04-27T10:20:45.736Z] #18 11.42 0 added, 0 removed; done.
10:20:45 [2023-04-27T10:20:45.736Z] #18 11.42 Running hooks in /etc/ca-certificates/update.d...
10:20:45 [2023-04-27T10:20:45.736Z] #18 11.43 done.
10:20:45 [2023-04-27T10:20:45.736Z] #18 DONE 12.6s
10:20:45 [2023-04-27T10:20:45.736Z] 
10:20:45 [2023-04-27T10:20:45.736Z] #21 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
10:20:45 [2023-04-27T10:20:45.736Z] #21 DONE 0.1s
10:20:45 [2023-04-27T10:20:45.736Z] 
10:20:45 [2023-04-27T10:20:45.736Z] #22 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
10:20:46 [2023-04-27T10:20:46.300Z] #22 DONE 0.6s
10:20:46 [2023-04-27T10:20:46.300Z] 
10:20:46 [2023-04-27T10:20:46.300Z] #23 [base 4/5] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
10:20:46 [2023-04-27T10:20:46.560Z] #23 DONE 0.5s
10:20:46 [2023-04-27T10:20:46.560Z] 
10:20:46 [2023-04-27T10:20:46.560Z] #24 [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
10:20:47 [2023-04-27T10:20:47.489Z] #24 1.798 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
10:20:47 [2023-04-27T10:20:47.746Z] #24 2.007 
10:20:48 [2023-04-27T10:20:48.003Z] #24 2.225 #=#=#                                                                         

######################################################################## 100.0%
10:20:48 [2023-04-27T10:20:48.260Z] #24 2.475 
10:20:49 [2023-04-27T10:20:49.191Z] #24 3.537 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
10:20:49 [2023-04-27T10:20:49.449Z] #24 3.748 
10:20:49 [2023-04-27T10:20:49.963Z] #24 3.966 #=#=#                                                                         

                                                                           0.8%
######################################################################## 100.0%
10:20:49 [2023-04-27T10:20:49.963Z] #24 4.283 
10:20:51 [2023-04-27T10:20:51.334Z] #24 ...
10:20:51 [2023-04-27T10:20:51.334Z] 
10:20:51 [2023-04-27T10:20:51.334Z] #25 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
10:20:51 [2023-04-27T10:20:51.334Z] #0 0.883 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
10:20:51 [2023-04-27T10:20:51.334Z] #0 0.969 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:20:51 [2023-04-27T10:20:51.334Z] #0 0.973 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:20:51 [2023-04-27T10:20:51.334Z] #0 1.023 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
10:20:51 [2023-04-27T10:20:51.334Z] #0 1.271 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
10:20:51 [2023-04-27T10:20:51.334Z] #0 1.278 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
10:20:51 [2023-04-27T10:20:51.334Z] #0 2.167 Fetched 8525 kB in 2s (5240 kB/s)
10:20:51 [2023-04-27T10:20:51.334Z] #0 2.167 Reading package lists...
10:20:51 [2023-04-27T10:20:51.334Z] #0 2.682 Reading package lists...
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.179 Building dependency tree...
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.305 Reading state information...
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.477 The following additional packages will be installed:
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.478   libmagic-mgc libmagic1
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.504 The following NEW packages will be installed:
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.505   file libmagic-mgc libmagic1
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.868 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.868 Need to get 463 kB of archives.
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.868 After this operation, 7063 kB of additional disk space will be used.
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.868 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.873 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
10:20:51 [2023-04-27T10:20:51.334Z] #0 3.876 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.007 debconf: delaying package configuration, since apt-utils is not installed
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.042 Fetched 463 kB in 0s (1269 kB/s)
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.063 Selecting previously unselected package libmagic-mgc.
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.063 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.070 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_arm64.deb ...
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.073 Unpacking libmagic-mgc (1:5.39-3) ...
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.143 Selecting previously unselected package libmagic1:arm64.
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.145 Preparing to unpack .../libmagic1_1%3a5.39-3_arm64.deb ...
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.151 Unpacking libmagic1:arm64 (1:5.39-3) ...
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.185 Selecting previously unselected package file.
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.187 Preparing to unpack .../file_1%3a5.39-3_arm64.deb ...
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.190 Unpacking file (1:5.39-3) ...
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.232 Setting up libmagic-mgc (1:5.39-3) ...
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.243 Setting up libmagic1:arm64 (1:5.39-3) ...
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.261 Setting up file (1:5.39-3) ...
10:20:51 [2023-04-27T10:20:51.334Z] #0 4.272 Processing triggers for libc-bin (2.31-13+deb11u5) ...
10:20:51 [2023-04-27T10:20:51.334Z] #25 DONE 4.4s
10:20:51 [2023-04-27T10:20:51.334Z] 
10:20:51 [2023-04-27T10:20:51.334Z] #24 [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
10:20:51 [2023-04-27T10:20:51.334Z] #24 5.340 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
10:20:51 [2023-04-27T10:20:51.334Z] #24 ...
10:20:51 [2023-04-27T10:20:51.334Z] 
10:20:51 [2023-04-27T10:20:51.334Z] #26 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
10:20:51 [2023-04-27T10:20:51.334Z] #26 ...
10:20:51 [2023-04-27T10:20:51.334Z] 
10:20:51 [2023-04-27T10:20:51.334Z] #27 [delve-src 1/3] WORKDIR /usr/src/delve
10:20:51 [2023-04-27T10:20:51.334Z] #27 DONE 0.2s
10:20:51 [2023-04-27T10:20:51.334Z] 
10:20:51 [2023-04-27T10:20:51.334Z] #28 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
10:20:51 [2023-04-27T10:20:51.334Z] #28 DONE 0.2s
10:20:51 [2023-04-27T10:20:51.334Z] 
10:20:51 [2023-04-27T10:20:51.334Z] #29 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
10:20:51 [2023-04-27T10:20:51.334Z] #29 DONE 0.3s
10:20:51 [2023-04-27T10:20:51.334Z] 
10:20:51 [2023-04-27T10:20:51.334Z] #30 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
10:20:51 [2023-04-27T10:20:51.334Z] #30 DONE 0.3s
10:20:51 [2023-04-27T10:20:51.334Z] 
10:20:51 [2023-04-27T10:20:51.334Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
10:20:51 [2023-04-27T10:20:51.334Z] #31 DONE 0.3s
10:20:51 [2023-04-27T10:20:51.334Z] 
10:20:51 [2023-04-27T10:20:51.334Z] #32 [containerd-src 1/3] WORKDIR /usr/src/containerd
10:20:51 [2023-04-27T10:20:51.334Z] #32 DONE 0.4s
10:20:51 [2023-04-27T10:20:51.334Z] 
10:20:51 [2023-04-27T10:20:51.334Z] #33 [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
10:20:51 [2023-04-27T10:20:51.594Z] #33 ...
10:20:51 [2023-04-27T10:20:51.594Z] 
10:20:51 [2023-04-27T10:20:51.594Z] #34 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
10:20:51 [2023-04-27T10:20:51.594Z] #34 DONE 0.4s
10:20:51 [2023-04-27T10:20:51.594Z] 
10:20:51 [2023-04-27T10:20:51.594Z] #35 [runc-src 1/3] WORKDIR /usr/src/runc
10:20:51 [2023-04-27T10:20:51.594Z] #35 DONE 0.4s
10:20:51 [2023-04-27T10:20:51.594Z] 
10:20:51 [2023-04-27T10:20:51.594Z] #36 [registry-src 1/2] WORKDIR /usr/src/registry
10:20:51 [2023-04-27T10:20:51.594Z] #36 DONE 0.5s
10:20:51 [2023-04-27T10:20:51.594Z] 
10:20:51 [2023-04-27T10:20:51.594Z] #37 [tini-src 1/3] WORKDIR /usr/src/tini
10:20:51 [2023-04-27T10:20:51.594Z] #37 DONE 0.5s
10:20:51 [2023-04-27T10:20:51.594Z] 
10:20:51 [2023-04-27T10:20:51.594Z] #38 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
10:20:51 [2023-04-27T10:20:51.594Z] #38 DONE 0.5s
10:20:51 [2023-04-27T10:20:51.594Z] 
10:20:51 [2023-04-27T10:20:51.594Z] #39 [swagger-src 1/3] WORKDIR /usr/src/swagger
10:20:51 [2023-04-27T10:20:51.594Z] #39 DONE 0.5s
10:20:51 [2023-04-27T10:20:51.594Z] 
10:20:51 [2023-04-27T10:20:51.594Z] #40 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
10:20:51 [2023-04-27T10:20:51.594Z] #40 DONE 0.6s
10:20:51 [2023-04-27T10:20:51.594Z] 
10:20:51 [2023-04-27T10:20:51.594Z] #41 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
10:20:51 [2023-04-27T10:20:51.853Z] #41 ...
10:20:51 [2023-04-27T10:20:51.853Z] 
10:20:51 [2023-04-27T10:20:51.853Z] #42 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
10:20:51 [2023-04-27T10:20:51.853Z] #42 DONE 0.6s
10:20:51 [2023-04-27T10:20:51.853Z] 
10:20:51 [2023-04-27T10:20:51.853Z] #26 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
10:20:51 [2023-04-27T10:20:51.853Z] #26 DONE 0.6s
10:20:51 [2023-04-27T10:20:51.853Z] 
10:20:51 [2023-04-27T10:20:51.853Z] #43 [dockercli-src 1/5] WORKDIR /tmp/dockercli
10:20:51 [2023-04-27T10:20:51.853Z] #43 DONE 0.7s
10:20:52 [2023-04-27T10:20:52.112Z] 
10:20:52 [2023-04-27T10:20:52.112Z] #24 [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
10:20:52 [2023-04-27T10:20:52.112Z] #24 5.573 
10:20:52 [2023-04-27T10:20:52.112Z] #24 5.795 #=#=#                                                                         

                                                                           0.0%
##########################################                                59.2%
##################################################                        70.3%
######################################################################## 100.0%
10:20:52 [2023-04-27T10:20:52.372Z] #24 6.685 
10:20:54 [2023-04-27T10:20:54.278Z] #24 8.132 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
10:20:54 [2023-04-27T10:20:54.278Z] #24 8.538 
10:20:54 [2023-04-27T10:20:54.535Z] #24 8.792 #=#=#                                                                         

######################################################################## 100.0%
10:20:54 [2023-04-27T10:20:54.793Z] #24 9.106 
10:20:55 [2023-04-27T10:20:55.052Z] #24 ...
10:20:55 [2023-04-27T10:20:55.052Z] 
10:20:55 [2023-04-27T10:20:55.052Z] #44 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.813 hint: Using 'master' as the name for the initial branch. This default branch name
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.813 hint: is subject to change. To configure the initial branch name to use in all
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.813 hint: of your new repositories, which will suppress this warning, call:
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.813 hint: 
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.813 hint: 	git config --global init.defaultBranch <name>
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.813 hint: 
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.813 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.813 hint: 'development'. The just-created branch can be renamed via this command:
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.813 hint: 
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.813 hint: 	git branch -m <name>
10:20:55 [2023-04-27T10:20:55.052Z] #0 2.814 Initialized empty Git repository in /usr/src/containerd/.git/
10:20:55 [2023-04-27T10:20:55.052Z] #44 DONE 3.7s
10:20:55 [2023-04-27T10:20:55.310Z] 
10:20:55 [2023-04-27T10:20:55.310Z] #45 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:20:55 [2023-04-27T10:20:55.878Z] #45 ...
10:20:55 [2023-04-27T10:20:55.878Z] 
10:20:55 [2023-04-27T10:20:55.878Z] #46 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.349 hint: Using 'master' as the name for the initial branch. This default branch name
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.349 hint: is subject to change. To configure the initial branch name to use in all
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.349 hint: of your new repositories, which will suppress this warning, call:
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.349 hint: 
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.349 hint: 	git config --global init.defaultBranch <name>
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.349 hint: 
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.349 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.349 hint: 'development'. The just-created branch can be renamed via this command:
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.349 hint: 
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.349 hint: 	git branch -m <name>
10:20:55 [2023-04-27T10:20:55.878Z] #0 4.364 Initialized empty Git repository in /usr/src/delve/.git/
10:20:55 [2023-04-27T10:20:55.878Z] #46 DONE 4.4s
10:20:56 [2023-04-27T10:20:56.135Z] 
10:20:56 [2023-04-27T10:20:56.135Z] #47 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.532 hint: Using 'master' as the name for the initial branch. This default branch name
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.532 hint: is subject to change. To configure the initial branch name to use in all
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.532 hint: of your new repositories, which will suppress this warning, call:
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.532 hint: 
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.532 hint: 	git config --global init.defaultBranch <name>
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.532 hint: 
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.532 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.532 hint: 'development'. The just-created branch can be renamed via this command:
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.532 hint: 
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.532 hint: 	git branch -m <name>
10:20:56 [2023-04-27T10:20:56.135Z] #0 4.534 Initialized empty Git repository in /usr/src/rootlesskit/.git/
10:20:56 [2023-04-27T10:20:56.135Z] #47 DONE 4.6s
10:20:56 [2023-04-27T10:20:56.135Z] 
10:20:56 [2023-04-27T10:20:56.136Z] #48 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:20:56 [2023-04-27T10:20:56.698Z] #48 ...
10:20:56 [2023-04-27T10:20:56.698Z] 
10:20:56 [2023-04-27T10:20:56.698Z] #24 [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
10:20:56 [2023-04-27T10:20:56.698Z] #24 9.816 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
10:20:56 [2023-04-27T10:20:56.698Z] #24 10.14 
10:20:56 [2023-04-27T10:20:56.698Z] #24 10.38 #=#=#                                                                         

######################################################################## 100.0%
10:20:56 [2023-04-27T10:20:56.698Z] #24 10.77 
10:20:56 [2023-04-27T10:20:56.698Z] #24 10.89 Download of images into '/build' complete.
10:20:56 [2023-04-27T10:20:56.698Z] #24 10.89 Use something like the following to load the result into a Docker daemon:
10:20:56 [2023-04-27T10:20:56.698Z] #24 10.89   tar -cC '/build' . | docker load
10:20:56 [2023-04-27T10:20:56.698Z] #24 DONE 11.0s
10:20:56 [2023-04-27T10:20:56.956Z] 
10:20:56 [2023-04-27T10:20:56.956Z] #49 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:20:57 [2023-04-27T10:20:57.888Z] #49 ...
10:20:57 [2023-04-27T10:20:57.888Z] 
10:20:57 [2023-04-27T10:20:57.888Z] #50 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.023 hint: Using 'master' as the name for the initial branch. This default branch name
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.027 hint: is subject to change. To configure the initial branch name to use in all
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.027 hint: of your new repositories, which will suppress this warning, call:
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.027 hint: 
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.027 hint: 	git config --global init.defaultBranch <name>
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.027 hint: 
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.027 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.027 hint: 'development'. The just-created branch can be renamed via this command:
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.027 hint: 
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.027 hint: 	git branch -m <name>
10:20:57 [2023-04-27T10:20:57.888Z] #0 6.032 Initialized empty Git repository in /usr/src/registry/.git/
10:20:57 [2023-04-27T10:20:57.888Z] #50 DONE 6.2s
10:20:57 [2023-04-27T10:20:57.888Z] 
10:20:57 [2023-04-27T10:20:57.888Z] #51 [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...)
10:20:58 [2023-04-27T10:20:58.456Z] #51 ...
10:20:58 [2023-04-27T10:20:58.456Z] 
10:20:58 [2023-04-27T10:20:58.456Z] #52 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.688 hint: Using 'master' as the name for the initial branch. This default branch name
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.692 hint: is subject to change. To configure the initial branch name to use in all
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.692 hint: of your new repositories, which will suppress this warning, call:
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.692 hint: 
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.692 hint: 	git config --global init.defaultBranch <name>
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.692 hint: 
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.692 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.692 hint: 'development'. The just-created branch can be renamed via this command:
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.692 hint: 
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.692 hint: 	git branch -m <name>
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.709 Initialized empty Git repository in /usr/src/runc/.git/
10:20:58 [2023-04-27T10:20:58.456Z] #52 DONE 6.9s
10:20:58 [2023-04-27T10:20:58.456Z] 
10:20:58 [2023-04-27T10:20:58.456Z] #53 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 Initialized empty Git repository in /usr/src/tini/.git/
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 hint: Using 'master' as the name for the initial branch. This default branch name
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 hint: is subject to change. To configure the initial branch name to use in all
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 hint: of your new repositories, which will suppress this warning, call:
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 hint: 
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 hint: 	git config --global init.defaultBranch <name>
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 hint: 
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 hint: 'development'. The just-created branch can be renamed via this command:
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 hint: 
10:20:58 [2023-04-27T10:20:58.456Z] #0 6.820 hint: 	git branch -m <name>
10:20:58 [2023-04-27T10:20:58.456Z] #53 DONE 6.9s
10:20:58 [2023-04-27T10:20:58.713Z] 
10:20:58 [2023-04-27T10:20:58.713Z] #41 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.001 hint: Using 'master' as the name for the initial branch. This default branch name
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.001 hint: is subject to change. To configure the initial branch name to use in all
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.001 hint: of your new repositories, which will suppress this warning, call:
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.001 hint: 
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.001 hint: 	git config --global init.defaultBranch <name>
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.001 hint: 
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.001 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.001 hint: 'development'. The just-created branch can be renamed via this command:
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.001 hint: 
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.001 hint: 	git branch -m <name>
10:20:58 [2023-04-27T10:20:58.713Z] #41 7.006 Initialized empty Git repository in /usr/src/swagger/.git/
10:20:58 [2023-04-27T10:20:58.970Z] #41 DONE 7.2s
10:20:58 [2023-04-27T10:20:58.970Z] 
10:20:58 [2023-04-27T10:20:58.970Z] #54 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
10:21:00 [2023-04-27T10:21:00.341Z] #54 ...
10:21:00 [2023-04-27T10:21:00.341Z] 
10:21:00 [2023-04-27T10:21:00.341Z] #55 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 Initialized empty Git repository in /tmp/dockercli/.git/
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 hint: Using 'master' as the name for the initial branch. This default branch name
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 hint: is subject to change. To configure the initial branch name to use in all
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 hint: of your new repositories, which will suppress this warning, call:
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 hint: 
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 hint: 	git config --global init.defaultBranch <name>
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 hint: 
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 hint: 'development'. The just-created branch can be renamed via this command:
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 hint: 
10:21:00 [2023-04-27T10:21:00.341Z] #0 8.491 hint: 	git branch -m <name>
10:21:00 [2023-04-27T10:21:00.341Z] #55 DONE 8.7s
10:21:00 [2023-04-27T10:21:00.598Z] 
10:21:00 [2023-04-27T10:21:00.598Z] #56 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:21:01 [2023-04-27T10:21:01.162Z] #56 ...
10:21:01 [2023-04-27T10:21:01.162Z] 
10:21:01 [2023-04-27T10:21:01.162Z] #57 [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
10:21:01 [2023-04-27T10:21:01.162Z] #0 6.796 go: downloading github.com/tc-hib/go-winres v0.3.0
10:21:01 [2023-04-27T10:21:01.162Z] #0 7.590 go: downloading github.com/tc-hib/winres v0.1.6
10:21:01 [2023-04-27T10:21:01.162Z] #0 8.603 go: downloading github.com/urfave/cli/v2 v2.3.0
10:21:01 [2023-04-27T10:21:01.162Z] #0 8.946 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
10:21:01 [2023-04-27T10:21:01.162Z] #0 8.961 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
10:21:01 [2023-04-27T10:21:01.162Z] #57 ...
10:21:01 [2023-04-27T10:21:01.162Z] 
10:21:01 [2023-04-27T10:21:01.162Z] #58 [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
10:21:01 [2023-04-27T10:21:01.162Z] #0 6.759 go: downloading github.com/pelletier/go-toml v1.8.1
10:21:01 [2023-04-27T10:21:01.420Z] #58 ...
10:21:01 [2023-04-27T10:21:01.420Z] 
10:21:01 [2023-04-27T10:21:01.420Z] #59 [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
10:21:01 [2023-04-27T10:21:01.420Z] #0 5.438 go: downloading mvdan.cc/sh/v3 v3.6.0
10:21:01 [2023-04-27T10:21:01.420Z] #0 5.922 go: downloading github.com/google/renameio/v2 v2.0.0
10:21:01 [2023-04-27T10:21:01.420Z] #0 5.922 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
10:21:01 [2023-04-27T10:21:01.420Z] #0 5.968 go: downloading mvdan.cc/editorconfig v0.2.0
10:21:01 [2023-04-27T10:21:01.420Z] #0 5.978 go: downloading golang.org/x/term v0.3.0
10:21:01 [2023-04-27T10:21:01.420Z] #0 6.096 go: downloading golang.org/x/sys v0.3.0
10:21:01 [2023-04-27T10:21:01.678Z] #59 ...
10:21:01 [2023-04-27T10:21:01.678Z] 
10:21:01 [2023-04-27T10:21:01.678Z] #60 [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             ;
10:21:01 [2023-04-27T10:21:01.678Z] #0 6.948 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
10:21:01 [2023-04-27T10:21:01.678Z] #0 6.982 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:21:01 [2023-04-27T10:21:01.678Z] #0 6.982 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:21:01 [2023-04-27T10:21:01.678Z] #0 7.769 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
10:21:01 [2023-04-27T10:21:01.678Z] #60 ...
10:21:01 [2023-04-27T10:21:01.678Z] 
10:21:01 [2023-04-27T10:21:01.678Z] #61 [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
10:21:01 [2023-04-27T10:21:01.678Z] #0 6.668 go: downloading gotest.tools/gotestsum v1.8.2
10:21:01 [2023-04-27T10:21:01.678Z] #0 8.233 go: downloading github.com/fatih/color v1.13.0
10:21:01 [2023-04-27T10:21:01.678Z] #0 8.276 go: downloading github.com/dnephin/pflag v1.0.7
10:21:01 [2023-04-27T10:21:01.678Z] #0 8.300 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:21:01 [2023-04-27T10:21:01.678Z] #0 8.604 go: downloading golang.org/x/tools v0.1.11
10:21:01 [2023-04-27T10:21:01.678Z] #0 8.920 go: downloading github.com/mattn/go-colorable v0.1.12
10:21:01 [2023-04-27T10:21:01.678Z] #0 8.991 go: downloading github.com/mattn/go-isatty v0.0.14
10:21:01 [2023-04-27T10:21:01.678Z] #0 9.065 go: downloading github.com/fsnotify/fsnotify v1.5.4
10:21:01 [2023-04-27T10:21:01.678Z] #0 9.379 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
10:21:01 [2023-04-27T10:21:01.935Z] #61 ...
10:21:01 [2023-04-27T10:21:01.935Z] 
10:21:01 [2023-04-27T10:21:01.935Z] #62 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
10:21:01 [2023-04-27T10:21:01.935Z] #0 8.869 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
10:21:01 [2023-04-27T10:21:01.935Z] #0 8.973 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:21:01 [2023-04-27T10:21:01.935Z] #0 8.973 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:21:01 [2023-04-27T10:21:01.935Z] #62 ...
10:21:01 [2023-04-27T10:21:01.935Z] 
10:21:01 [2023-04-27T10:21:01.935Z] #63 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
10:21:01 [2023-04-27T10:21:01.935Z] #0 8.866 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
10:21:01 [2023-04-27T10:21:01.935Z] #0 8.935 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:21:01 [2023-04-27T10:21:01.935Z] #0 8.935 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:21:01 [2023-04-27T10:21:01.935Z] #0 9.464 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
10:21:02 [2023-04-27T10:21:02.193Z] #63 ...
10:21:02 [2023-04-27T10:21:02.193Z] 
10:21:02 [2023-04-27T10:21:02.193Z] #64 [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
10:21:02 [2023-04-27T10:21:02.193Z] #0 9.092 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
10:21:02 [2023-04-27T10:21:02.193Z] #0 9.128 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:21:02 [2023-04-27T10:21:02.193Z] #0 9.209 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:21:02 [2023-04-27T10:21:02.451Z] #64 ...
10:21:02 [2023-04-27T10:21:02.451Z] 
10:21:02 [2023-04-27T10:21:02.451Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:02 [2023-04-27T10:21:02.451Z] #0 7.002 go: downloading github.com/golangci/golangci-lint v1.51.2
10:21:02 [2023-04-27T10:21:02.451Z] #0 9.396 go: downloading github.com/fatih/color v1.14.1
10:21:02 [2023-04-27T10:21:02.451Z] #0 9.406 go: downloading github.com/gofrs/flock v0.8.1
10:21:02 [2023-04-27T10:21:02.451Z] #0 9.557 go: downloading github.com/pkg/errors v0.9.1
10:21:02 [2023-04-27T10:21:02.451Z] #0 9.652 go: downloading github.com/spf13/cobra v1.6.1
10:21:02 [2023-04-27T10:21:02.451Z] #0 9.809 go: downloading github.com/spf13/pflag v1.0.5
10:21:02 [2023-04-27T10:21:02.451Z] #0 10.21 go: downloading github.com/spf13/viper v1.12.0
10:21:02 [2023-04-27T10:21:02.451Z] #0 10.28 go: downloading gopkg.in/yaml.v3 v3.0.1
10:21:02 [2023-04-27T10:21:02.451Z] #65 11.38 go: downloading github.com/mattn/go-colorable v0.1.13
10:21:02 [2023-04-27T10:21:02.451Z] #65 ...
10:21:02 [2023-04-27T10:21:02.451Z] 
10:21:02 [2023-04-27T10:21:02.451Z] #66 [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
10:21:02 [2023-04-27T10:21:02.451Z] #0 7.770 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
10:21:02 [2023-04-27T10:21:02.451Z] #0 7.836 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:21:02 [2023-04-27T10:21:02.451Z] #0 7.836 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:21:02 [2023-04-27T10:21:02.451Z] #0 9.255 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
10:21:02 [2023-04-27T10:21:02.709Z] #66 ...
10:21:02 [2023-04-27T10:21:02.709Z] 
10:21:02 [2023-04-27T10:21:02.709Z] #67 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
10:21:02 [2023-04-27T10:21:02.709Z] #0 8.153 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
10:21:02 [2023-04-27T10:21:02.709Z] #0 8.153 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
10:21:02 [2023-04-27T10:21:02.709Z] #0 8.153 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
10:21:02 [2023-04-27T10:21:02.709Z] #67 ...
10:21:02 [2023-04-27T10:21:02.709Z] 
10:21:02 [2023-04-27T10:21:02.709Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:02 [2023-04-27T10:21:02.709Z] #65 11.40 go: downloading github.com/mattn/go-isatty v0.0.17
10:21:02 [2023-04-27T10:21:02.709Z] #65 11.52 go: downloading golang.org/x/tools v0.6.0
10:21:02 [2023-04-27T10:21:02.994Z] #65 11.69 go: downloading github.com/hashicorp/go-version v1.6.0
10:21:02 [2023-04-27T10:21:02.994Z] #65 11.78 go: downloading github.com/ldez/gomoddirectives v0.2.3
10:21:03 [2023-04-27T10:21:03.252Z] #65 12.18 go: downloading github.com/mitchellh/go-homedir v1.1.0
10:21:03 [2023-04-27T10:21:03.816Z] #65 12.51 go: downloading github.com/hashicorp/go-multierror v1.1.1
10:21:03 [2023-04-27T10:21:03.816Z] #65 ...
10:21:03 [2023-04-27T10:21:03.816Z] 
10:21:03 [2023-04-27T10:21:03.816Z] #68 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:21:03 [2023-04-27T10:21:03.816Z] #68 DONE 5.3s
10:21:04 [2023-04-27T10:21:04.073Z] 
10:21:04 [2023-04-27T10:21:04.073Z] #33 [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
10:21:04 [2023-04-27T10:21:04.073Z] #33 9.332 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
10:21:04 [2023-04-27T10:21:04.073Z] #33 9.364 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:21:04 [2023-04-27T10:21:04.073Z] #33 9.364 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:21:04 [2023-04-27T10:21:04.074Z] #33 11.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
10:21:05 [2023-04-27T10:21:05.444Z] #33 13.93 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
10:21:06 [2023-04-27T10:21:06.017Z] #33 ...
10:21:06 [2023-04-27T10:21:06.017Z] 
10:21:06 [2023-04-27T10:21:06.017Z] #61 [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
10:21:06 [2023-04-27T10:21:06.017Z] #61 14.96 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
10:21:06 [2023-04-27T10:21:06.274Z] #61 15.20 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
10:21:07 [2023-04-27T10:21:07.644Z] #61 ...
10:21:07 [2023-04-27T10:21:07.644Z] 
10:21:07 [2023-04-27T10:21:07.644Z] #48 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:21:07 [2023-04-27T10:21:07.644Z] #48 DONE 11.5s
10:21:07 [2023-04-27T10:21:07.644Z] 
10:21:07 [2023-04-27T10:21:07.644Z] #57 [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
10:21:07 [2023-04-27T10:21:07.644Z] #57 13.42 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
10:21:07 [2023-04-27T10:21:07.644Z] #57 13.63 go: downloading github.com/russross/blackfriday/v2 v2.1.0
10:21:08 [2023-04-27T10:21:08.575Z] #57 ...
10:21:08 [2023-04-27T10:21:08.575Z] 
10:21:08 [2023-04-27T10:21:08.575Z] #69 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.7" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:21:08 [2023-04-27T10:21:08.575Z] #69 ...
10:21:08 [2023-04-27T10:21:08.575Z] 
10:21:08 [2023-04-27T10:21:08.575Z] #33 [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
10:21:08 [2023-04-27T10:21:08.575Z] #33 17.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
10:21:10 [2023-04-27T10:21:10.470Z] #33 ...
10:21:10 [2023-04-27T10:21:10.470Z] 
10:21:10 [2023-04-27T10:21:10.470Z] #54 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
10:21:10 [2023-04-27T10:21:10.470Z] #54 DONE 11.4s
10:21:10 [2023-04-27T10:21:10.470Z] 
10:21:10 [2023-04-27T10:21:10.470Z] #61 [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
10:21:10 [2023-04-27T10:21:10.470Z] #61 19.22 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
10:21:12 [2023-04-27T10:21:12.368Z] #61 ...
10:21:12 [2023-04-27T10:21:12.368Z] 
10:21:12 [2023-04-27T10:21:12.368Z] #51 [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...)
10:21:12 [2023-04-27T10:21:12.368Z] #51 4.202 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/*
10:21:12 [2023-04-27T10:21:12.368Z] #51 12.00 + git checkout -q FETCH_HEAD
10:21:12 [2023-04-27T10:21:12.368Z] #51 ...
10:21:12 [2023-04-27T10:21:12.368Z] 
10:21:12 [2023-04-27T10:21:12.368Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:12 [2023-04-27T10:21:12.368Z] #65 17.40 go: downloading github.com/sirupsen/logrus v1.9.0
10:21:12 [2023-04-27T10:21:12.368Z] #65 17.44 go: downloading github.com/stretchr/testify v1.8.1
10:21:12 [2023-04-27T10:21:12.368Z] #65 17.65 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
10:21:12 [2023-04-27T10:21:12.368Z] #65 17.80 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
10:21:12 [2023-04-27T10:21:12.368Z] #65 17.86 go: downloading github.com/mitchellh/mapstructure v1.5.0
10:21:12 [2023-04-27T10:21:12.368Z] #65 17.93 go: downloading github.com/spf13/afero v1.8.2
10:21:12 [2023-04-27T10:21:12.368Z] #65 18.01 go: downloading github.com/spf13/cast v1.5.0
10:21:12 [2023-04-27T10:21:12.368Z] #65 18.15 go: downloading github.com/spf13/jwalterweatherman v1.1.0
10:21:12 [2023-04-27T10:21:12.368Z] #65 18.29 go: downloading golang.org/x/sys v0.5.0
10:21:12 [2023-04-27T10:21:12.368Z] #65 18.38 go: downloading golang.org/x/mod v0.8.0
10:21:12 [2023-04-27T10:21:12.368Z] #65 19.13 go: downloading github.com/hashicorp/errwrap v1.0.0
10:21:12 [2023-04-27T10:21:12.368Z] #65 ...
10:21:12 [2023-04-27T10:21:12.368Z] 
10:21:12 [2023-04-27T10:21:12.368Z] #62 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
10:21:12 [2023-04-27T10:21:12.368Z] #62 10.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
10:21:12 [2023-04-27T10:21:12.368Z] #62 13.39 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
10:21:12 [2023-04-27T10:21:12.368Z] #62 16.59 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
10:21:12 [2023-04-27T10:21:12.368Z] #62 ...
10:21:12 [2023-04-27T10:21:12.368Z] 
10:21:12 [2023-04-27T10:21:12.368Z] #60 [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             ;
10:21:12 [2023-04-27T10:21:12.368Z] #60 11.41 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
10:21:12 [2023-04-27T10:21:12.368Z] #60 14.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
10:21:12 [2023-04-27T10:21:12.368Z] #60 20.29 Fetched 8525 kB in 14s (626 kB/s)
10:21:12 [2023-04-27T10:21:12.625Z] #60 20.29 Reading package lists...
10:21:12 [2023-04-27T10:21:12.625Z] #60 ...
10:21:12 [2023-04-27T10:21:12.625Z] 
10:21:12 [2023-04-27T10:21:12.625Z] #64 [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
10:21:12 [2023-04-27T10:21:12.625Z] #64 11.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
10:21:12 [2023-04-27T10:21:12.625Z] #64 13.34 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
10:21:12 [2023-04-27T10:21:12.625Z] #64 16.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
10:21:12 [2023-04-27T10:21:12.625Z] #64 ...
10:21:12 [2023-04-27T10:21:12.625Z] 
10:21:12 [2023-04-27T10:21:12.625Z] #51 [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...)
10:21:12 [2023-04-27T10:21:12.625Z] #51 14.75 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
10:21:12 [2023-04-27T10:21:12.625Z] #51 14.75 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry
10:21:12 [2023-04-27T10:21:12.883Z] #51 ...
10:21:12 [2023-04-27T10:21:12.883Z] 
10:21:12 [2023-04-27T10:21:12.883Z] #63 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
10:21:12 [2023-04-27T10:21:12.883Z] #63 11.10 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
10:21:12 [2023-04-27T10:21:12.883Z] #63 13.41 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
10:21:12 [2023-04-27T10:21:12.883Z] #63 16.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
10:21:12 [2023-04-27T10:21:12.883Z] #63 19.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
10:21:13 [2023-04-27T10:21:13.140Z] #63 ...
10:21:13 [2023-04-27T10:21:13.140Z] 
10:21:13 [2023-04-27T10:21:13.140Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:13 [2023-04-27T10:21:13.140Z] #65 21.51 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
10:21:13 [2023-04-27T10:21:13.140Z] #65 21.52 go: downloading 4d63.com/gochecknoglobals v0.2.1
10:21:13 [2023-04-27T10:21:13.140Z] #65 21.63 go: downloading github.com/Abirdcfly/dupword v0.0.9
10:21:13 [2023-04-27T10:21:13.140Z] #65 21.70 go: downloading github.com/Antonboom/errname v0.1.7
10:21:13 [2023-04-27T10:21:13.140Z] #65 21.81 go: downloading github.com/Antonboom/nilnil v0.1.1
10:21:13 [2023-04-27T10:21:13.140Z] #65 21.81 go: downloading github.com/BurntSushi/toml v1.2.1
10:21:13 [2023-04-27T10:21:13.140Z] #65 ...
10:21:13 [2023-04-27T10:21:13.140Z] 
10:21:13 [2023-04-27T10:21:13.140Z] #69 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.7" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:21:13 [2023-04-27T10:21:13.140Z] #69 DONE 14.8s
10:21:13 [2023-04-27T10:21:13.140Z] 
10:21:13 [2023-04-27T10:21:13.140Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:13 [2023-04-27T10:21:13.140Z] #65 21.95 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
10:21:13 [2023-04-27T10:21:13.397Z] #65 22.13 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
10:21:13 [2023-04-27T10:21:13.397Z] #65 22.38 go: downloading github.com/OpenPeeDeeP/depguard v1.1.1
10:21:13 [2023-04-27T10:21:13.655Z] #65 22.47 go: downloading github.com/alexkohler/prealloc v1.0.0
10:21:13 [2023-04-27T10:21:13.655Z] #65 22.55 go: downloading github.com/alingse/asasalint v0.0.11
10:21:13 [2023-04-27T10:21:13.912Z] #65 22.70 go: downloading github.com/ashanbrown/forbidigo v1.4.0
10:21:14 [2023-04-27T10:21:14.169Z] #65 22.87 go: downloading github.com/ashanbrown/makezero v1.1.1
10:21:14 [2023-04-27T10:21:14.169Z] #65 23.01 go: downloading github.com/bkielbasa/cyclop v1.2.0
10:21:14 [2023-04-27T10:21:14.169Z] #65 23.01 go: downloading github.com/blizzy78/varnamelen v0.8.0
10:21:14 [2023-04-27T10:21:14.169Z] #65 23.10 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
10:21:14 [2023-04-27T10:21:14.169Z] #65 ...
10:21:14 [2023-04-27T10:21:14.169Z] 
10:21:14 [2023-04-27T10:21:14.169Z] #66 [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
10:21:14 [2023-04-27T10:21:14.169Z] #66 12.82 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
10:21:14 [2023-04-27T10:21:14.169Z] #66 15.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
10:21:14 [2023-04-27T10:21:14.169Z] #66 22.65 Fetched 8525 kB in 15s (561 kB/s)
10:21:14 [2023-04-27T10:21:14.426Z] #66 22.65 Reading package lists...
10:21:14 [2023-04-27T10:21:14.426Z] #66 ...
10:21:14 [2023-04-27T10:21:14.426Z] 
10:21:14 [2023-04-27T10:21:14.426Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:14 [2023-04-27T10:21:14.426Z] #65 23.25 go: downloading github.com/breml/bidichk v0.2.3
10:21:14 [2023-04-27T10:21:14.426Z] #65 23.29 go: downloading github.com/breml/errchkjson v0.3.0
10:21:14 [2023-04-27T10:21:14.426Z] #65 23.33 go: downloading github.com/butuzov/ireturn v0.1.1
10:21:14 [2023-04-27T10:21:14.683Z] #65 23.43 go: downloading github.com/charithe/durationcheck v0.0.9
10:21:14 [2023-04-27T10:21:14.683Z] #65 23.54 go: downloading github.com/curioswitch/go-reassign v0.2.0
10:21:14 [2023-04-27T10:21:14.683Z] #65 23.61 go: downloading github.com/daixiang0/gci v0.9.1
10:21:14 [2023-04-27T10:21:14.683Z] #65 ...
10:21:14 [2023-04-27T10:21:14.683Z] 
10:21:14 [2023-04-27T10:21:14.683Z] #67 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
10:21:14 [2023-04-27T10:21:14.683Z] #67 12.97 Reading package lists...
10:21:14 [2023-04-27T10:21:14.683Z] #67 19.06 + apt-get  install -y --no-install-recommends gcc libc6-dev
10:21:14 [2023-04-27T10:21:14.941Z] #67 19.32 Reading package lists...
10:21:14 [2023-04-27T10:21:14.941Z] #67 ...
10:21:14 [2023-04-27T10:21:14.941Z] 
10:21:14 [2023-04-27T10:21:14.941Z] #62 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
10:21:14 [2023-04-27T10:21:14.941Z] #62 22.82 Fetched 8525 kB in 14s (597 kB/s)
10:21:15 [2023-04-27T10:21:15.874Z] #62 22.82 Reading package lists...
10:21:15 [2023-04-27T10:21:15.874Z] #62 ...
10:21:15 [2023-04-27T10:21:15.874Z] 
10:21:15 [2023-04-27T10:21:15.874Z] #49 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:21:15 [2023-04-27T10:21:15.874Z] #49 DONE 20.0s
10:21:15 [2023-04-27T10:21:15.874Z] 
10:21:15 [2023-04-27T10:21:15.874Z] #51 [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...)
10:21:15 [2023-04-27T10:21:15.874Z] #51 17.39 internal/goarch
10:21:15 [2023-04-27T10:21:15.874Z] #51 17.40 internal/unsafeheader
10:21:15 [2023-04-27T10:21:15.874Z] #51 17.56 internal/abi
10:21:15 [2023-04-27T10:21:15.874Z] #51 17.57 internal/cpu
10:21:15 [2023-04-27T10:21:15.874Z] #51 18.12 internal/coverage/rtcov
10:21:16 [2023-04-27T10:21:16.542Z] #51 18.45 internal/goexperiment
10:21:16 [2023-04-27T10:21:16.542Z] #51 18.63 internal/bytealg
10:21:16 [2023-04-27T10:21:16.542Z] #51 18.87 internal/goos
10:21:17 [2023-04-27T10:21:17.108Z] #51 19.17 runtime/internal/atomic
10:21:18 [2023-04-27T10:21:18.041Z] #51 20.08 runtime/internal/math
10:21:18 [2023-04-27T10:21:18.041Z] #51 20.12 runtime/internal/sys
10:21:18 [2023-04-27T10:21:18.041Z] #51 20.35 runtime/internal/syscall
10:21:18 [2023-04-27T10:21:18.298Z] #51 20.36 internal/race
10:21:18 [2023-04-27T10:21:18.298Z] #51 20.56 sync/atomic
10:21:18 [2023-04-27T10:21:18.862Z] #51 21.00 runtime
10:21:19 [2023-04-27T10:21:19.426Z] #51 21.72 unicode
10:21:20 [2023-04-27T10:21:20.796Z] #51 ...
10:21:20 [2023-04-27T10:21:20.796Z] 
10:21:20 [2023-04-27T10:21:20.796Z] #70 [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...)
10:21:20 [2023-04-27T10:21:20.796Z] #70 ...
10:21:20 [2023-04-27T10:21:20.796Z] 
10:21:20 [2023-04-27T10:21:20.796Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:20 [2023-04-27T10:21:20.796Z] #65 24.00 go: downloading github.com/denis-tingaikin/go-header v0.4.3
10:21:20 [2023-04-27T10:21:20.796Z] #65 24.03 go: downloading github.com/esimonov/ifshort v1.0.4
10:21:20 [2023-04-27T10:21:20.796Z] #65 24.12 go: downloading github.com/firefart/nonamedreturns v1.0.4
10:21:20 [2023-04-27T10:21:20.796Z] #65 24.16 go: downloading github.com/fzipp/gocyclo v0.6.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 24.30 go: downloading github.com/go-critic/go-critic v0.6.7
10:21:20 [2023-04-27T10:21:20.796Z] #65 25.82 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:21:20 [2023-04-27T10:21:20.796Z] #65 25.98 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:21:20 [2023-04-27T10:21:20.796Z] #65 26.03 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
10:21:20 [2023-04-27T10:21:20.796Z] #65 26.19 go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
10:21:20 [2023-04-27T10:21:20.796Z] #65 26.49 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:21:20 [2023-04-27T10:21:20.796Z] #65 26.74 go: downloading github.com/golangci/misspell v0.4.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 26.74 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:21:20 [2023-04-27T10:21:20.796Z] #65 26.81 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:21:20 [2023-04-27T10:21:20.796Z] #65 26.85 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28
10:21:20 [2023-04-27T10:21:20.796Z] #65 26.91 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.07 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.07 go: downloading github.com/hexops/gotextdiff v1.0.3
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.20 go: downloading github.com/jgautheron/goconst v1.5.1
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.20 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.22 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.25 go: downloading github.com/julz/importas v0.1.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.30 go: downloading github.com/junk1tm/musttag v0.4.5
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.36 go: downloading github.com/kisielk/errcheck v1.6.3
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.42 go: downloading github.com/kkHAIKE/contextcheck v1.1.3
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.53 go: downloading github.com/kulti/thelper v0.6.3
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.68 go: downloading github.com/kunwardeep/paralleltest v1.0.6
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.75 go: downloading github.com/kyoh86/exportloopref v0.1.11
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.83 go: downloading github.com/ldez/tagliatelle v0.4.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.85 go: downloading github.com/leonklingele/grouper v1.1.1
10:21:20 [2023-04-27T10:21:20.796Z] #65 27.97 go: downloading github.com/lufeee/execinquery v1.2.1
10:21:20 [2023-04-27T10:21:20.796Z] #65 28.06 go: downloading github.com/maratori/testableexamples v1.0.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 28.12 go: downloading github.com/maratori/testpackage v1.1.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 28.20 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
10:21:20 [2023-04-27T10:21:20.796Z] #65 28.23 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 28.30 go: downloading github.com/mgechev/revive v1.2.5
10:21:20 [2023-04-27T10:21:20.796Z] #65 29.10 go: downloading github.com/moricho/tparallel v0.2.1
10:21:20 [2023-04-27T10:21:20.796Z] #65 29.13 go: downloading github.com/nakabonne/nestif v0.3.1
10:21:20 [2023-04-27T10:21:20.796Z] #65 29.21 go: downloading github.com/nishanths/exhaustive v0.9.5
10:21:20 [2023-04-27T10:21:20.796Z] #65 29.32 go: downloading github.com/nishanths/predeclared v0.2.2
10:21:20 [2023-04-27T10:21:20.796Z] #65 29.43 go: downloading github.com/nunnatsa/ginkgolinter v0.8.1
10:21:20 [2023-04-27T10:21:20.796Z] #65 29.57 go: downloading github.com/polyfloyd/go-errorlint v1.1.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 29.59 go: downloading github.com/ryancurrah/gomodguard v1.3.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 29.68 go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0
10:21:20 [2023-04-27T10:21:20.796Z] #65 29.74 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
10:21:20 [2023-04-27T10:21:20.796Z] #65 29.81 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
10:21:21 [2023-04-27T10:21:21.053Z] #65 29.87 go: downloading github.com/sashamelentyev/usestdlibvars v1.23.0
10:21:21 [2023-04-27T10:21:21.053Z] #65 29.94 go: downloading github.com/securego/gosec/v2 v2.15.0
10:21:21 [2023-04-27T10:21:21.311Z] #65 30.35 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
10:21:21 [2023-04-27T10:21:21.568Z] #65 30.37 go: downloading github.com/sivchari/containedctx v1.0.2
10:21:21 [2023-04-27T10:21:21.568Z] #65 30.39 go: downloading github.com/sivchari/nosnakecase v1.7.0
10:21:21 [2023-04-27T10:21:21.568Z] #65 30.41 go: downloading github.com/sivchari/tenv v1.7.1
10:21:21 [2023-04-27T10:21:21.568Z] #65 30.47 go: downloading github.com/sonatard/noctx v0.0.1
10:21:21 [2023-04-27T10:21:21.568Z] #65 30.58 go: downloading github.com/sourcegraph/go-diff v0.7.0
10:21:21 [2023-04-27T10:21:21.825Z] #65 30.65 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
10:21:21 [2023-04-27T10:21:21.825Z] #65 30.72 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
10:21:21 [2023-04-27T10:21:21.825Z] #65 30.74 go: downloading github.com/tdakkota/asciicheck v0.1.1
10:21:21 [2023-04-27T10:21:21.825Z] #65 30.77 go: downloading github.com/tetafro/godot v1.4.11
10:21:22 [2023-04-27T10:21:22.082Z] #65 30.87 go: downloading github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e
10:21:22 [2023-04-27T10:21:22.082Z] #65 30.91 go: downloading github.com/timonwong/loggercheck v0.9.3
10:21:22 [2023-04-27T10:21:22.082Z] #65 31.00 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.0
10:21:22 [2023-04-27T10:21:22.339Z] #65 31.13 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
10:21:22 [2023-04-27T10:21:22.596Z] #65 31.45 go: downloading github.com/ultraware/funlen v0.0.3
10:21:22 [2023-04-27T10:21:22.596Z] #65 31.52 go: downloading github.com/ultraware/whitespace v0.0.5
10:21:22 [2023-04-27T10:21:22.854Z] #65 31.60 go: downloading github.com/uudashr/gocognit v1.0.6
10:21:22 [2023-04-27T10:21:22.854Z] #65 31.77 go: downloading github.com/yagipy/maintidx v1.0.0
10:21:22 [2023-04-27T10:21:22.854Z] #65 31.79 go: downloading github.com/yeya24/promlinter v0.2.0
10:21:23 [2023-04-27T10:21:23.116Z] #65 31.92 go: downloading gitlab.com/bosi/decorder v0.2.3
10:21:23 [2023-04-27T10:21:23.116Z] #65 32.13 go: downloading honnef.co/go/tools v0.4.2
10:21:23 [2023-04-27T10:21:23.373Z] #65 ...
10:21:23 [2023-04-27T10:21:23.373Z] 
10:21:23 [2023-04-27T10:21:23.373Z] #67 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
10:21:23 [2023-04-27T10:21:23.373Z] #67 19.32 Reading package lists...
10:21:23 [2023-04-27T10:21:23.373Z] #67 25.78 Building dependency tree...
10:21:23 [2023-04-27T10:21:23.373Z] #67 27.48 Reading state information...
10:21:23 [2023-04-27T10:21:23.373Z] #67 30.59 gcc is already the newest version (4:10.2.1-1).
10:21:23 [2023-04-27T10:21:23.373Z] #67 30.59 libc6-dev is already the newest version (2.31-13+deb11u5).
10:21:23 [2023-04-27T10:21:23.373Z] #67 30.59 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
10:21:23 [2023-04-27T10:21:23.373Z] #67 DONE 31.6s
10:21:23 [2023-04-27T10:21:23.373Z] 
10:21:23 [2023-04-27T10:21:23.373Z] #62 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
10:21:23 [2023-04-27T10:21:23.373Z] #62 22.82 Reading package lists...
10:21:23 [2023-04-27T10:21:23.373Z] #62 29.95 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
10:21:23 [2023-04-27T10:21:23.373Z] #62 29.95 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
10:21:23 [2023-04-27T10:21:23.373Z] #62 29.95 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
10:21:25 [2023-04-27T10:21:25.002Z] #62 33.01 Reading package lists...
10:21:25 [2023-04-27T10:21:25.002Z] #62 ...
10:21:25 [2023-04-27T10:21:25.002Z] 
10:21:25 [2023-04-27T10:21:25.002Z] #64 [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
10:21:25 [2023-04-27T10:21:25.002Z] #64 23.52 Fetched 8525 kB in 15s (572 kB/s)
10:21:25 [2023-04-27T10:21:25.002Z] #64 23.52 Reading package lists...
10:21:25 [2023-04-27T10:21:25.002Z] #64 30.24 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
10:21:25 [2023-04-27T10:21:25.002Z] #64 30.24 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
10:21:25 [2023-04-27T10:21:25.002Z] #64 30.24 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
10:21:25 [2023-04-27T10:21:25.259Z] #64 33.62 Reading package lists...
10:21:25 [2023-04-27T10:21:25.260Z] #64 ...
10:21:25 [2023-04-27T10:21:25.260Z] 
10:21:25 [2023-04-27T10:21:25.260Z] #51 [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...)
10:21:25 [2023-04-27T10:21:25.260Z] #51 26.19 unicode/utf8
10:21:25 [2023-04-27T10:21:25.260Z] #51 26.66 container/list
10:21:25 [2023-04-27T10:21:25.260Z] #51 27.08 internal/itoa
10:21:25 [2023-04-27T10:21:25.260Z] #51 27.24 math/bits
10:21:25 [2023-04-27T10:21:25.517Z] #51 ...
10:21:25 [2023-04-27T10:21:25.517Z] 
10:21:25 [2023-04-27T10:21:25.517Z] #33 [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
10:21:25 [2023-04-27T10:21:25.517Z] #33 23.85 Fetched 8525 kB in 15s (572 kB/s)
10:21:25 [2023-04-27T10:21:25.517Z] #33 23.85 Reading package lists...
10:21:25 [2023-04-27T10:21:25.517Z] #33 30.54 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
10:21:25 [2023-04-27T10:21:25.517Z] #33 30.54 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
10:21:25 [2023-04-27T10:21:25.517Z] #33 30.54 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
10:21:25 [2023-04-27T10:21:25.517Z] #33 33.47 Reading package lists...
10:21:25 [2023-04-27T10:21:25.517Z] #33 ...
10:21:25 [2023-04-27T10:21:25.517Z] 
10:21:25 [2023-04-27T10:21:25.517Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:25 [2023-04-27T10:21:25.517Z] #65 34.24 go: downloading mvdan.cc/gofumpt v0.4.0
10:21:25 [2023-04-27T10:21:25.517Z] #65 34.24 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:21:25 [2023-04-27T10:21:25.517Z] #65 34.39 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
10:21:25 [2023-04-27T10:21:25.774Z] #65 34.47 go: downloading github.com/davecgh/go-spew v1.1.1
10:21:25 [2023-04-27T10:21:25.774Z] #65 34.51 go: downloading github.com/pmezard/go-difflib v1.0.0
10:21:25 [2023-04-27T10:21:25.774Z] #65 34.56 go: downloading github.com/stretchr/objx v0.5.0
10:21:25 [2023-04-27T10:21:25.774Z] #65 34.64 go: downloading github.com/subosito/gotenv v1.4.1
10:21:25 [2023-04-27T10:21:25.774Z] #65 34.72 go: downloading github.com/hashicorp/hcl v1.0.0
10:21:26 [2023-04-27T10:21:26.032Z] #65 34.98 go: downloading gopkg.in/ini.v1 v1.67.0
10:21:26 [2023-04-27T10:21:26.289Z] #65 34.99 go: downloading github.com/magiconair/properties v1.8.6
10:21:26 [2023-04-27T10:21:26.289Z] #65 35.20 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
10:21:26 [2023-04-27T10:21:26.289Z] #65 35.23 go: downloading golang.org/x/text v0.6.0
10:21:26 [2023-04-27T10:21:26.289Z] #65 ...
10:21:26 [2023-04-27T10:21:26.289Z] 
10:21:26 [2023-04-27T10:21:26.289Z] #71 [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...)
10:21:26 [2023-04-27T10:21:26.547Z] #71 ...
10:21:26 [2023-04-27T10:21:26.547Z] 
10:21:26 [2023-04-27T10:21:26.547Z] #51 [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...)
10:21:26 [2023-04-27T10:21:26.547Z] #51 27.80 math
10:21:26 [2023-04-27T10:21:26.547Z] #51 ...
10:21:26 [2023-04-27T10:21:26.547Z] 
10:21:26 [2023-04-27T10:21:26.547Z] #63 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
10:21:26 [2023-04-27T10:21:26.547Z] #63 24.81 Fetched 8529 kB in 16s (520 kB/s)
10:21:26 [2023-04-27T10:21:26.547Z] #63 24.81 Reading package lists...
10:21:26 [2023-04-27T10:21:26.804Z] #63 30.46 Reading package lists...
10:21:26 [2023-04-27T10:21:26.804Z] #63 ...
10:21:26 [2023-04-27T10:21:26.804Z] 
10:21:26 [2023-04-27T10:21:26.804Z] #60 [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             ;
10:21:26 [2023-04-27T10:21:26.804Z] #60 20.29 Reading package lists...
10:21:26 [2023-04-27T10:21:26.804Z] #60 26.67 Reading package lists...
10:21:26 [2023-04-27T10:21:26.804Z] #60 31.58 Building dependency tree...
10:21:26 [2023-04-27T10:21:26.804Z] #60 35.40 python3 is already the newest version (3.9.2-3).
10:21:26 [2023-04-27T10:21:26.804Z] #60 35.40 The following additional packages will be installed:
10:21:26 [2023-04-27T10:21:26.804Z] #60 35.43   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
10:21:26 [2023-04-27T10:21:26.804Z] #60 35.45   patch xz-utils
10:21:26 [2023-04-27T10:21:26.804Z] #60 35.47 Suggested packages:
10:21:26 [2023-04-27T10:21:26.804Z] #60 35.47   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
10:21:26 [2023-04-27T10:21:26.804Z] #60 35.47   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
10:21:26 [2023-04-27T10:21:26.804Z] #60 35.47   m4-doc ed diffutils-doc
10:21:26 [2023-04-27T10:21:26.804Z] #60 35.47 Recommended packages:
10:21:26 [2023-04-27T10:21:26.804Z] #60 35.47   fakeroot libalgorithm-merge-perl libltdl-dev
10:21:27 [2023-04-27T10:21:27.062Z] #60 ...
10:21:27 [2023-04-27T10:21:27.062Z] 
10:21:27 [2023-04-27T10:21:27.062Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:27 [2023-04-27T10:21:27.062Z] #65 35.89 go: downloading github.com/pelletier/go-toml v1.9.5
10:21:30 [2023-04-27T10:21:30.340Z] #65 ...
10:21:30 [2023-04-27T10:21:30.340Z] 
10:21:30 [2023-04-27T10:21:30.340Z] #66 [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
10:21:30 [2023-04-27T10:21:30.340Z] #66 22.65 Reading package lists...
10:21:30 [2023-04-27T10:21:30.340Z] #66 28.68 Reading package lists...
10:21:30 [2023-04-27T10:21:30.340Z] #66 34.10 Building dependency tree...
10:21:30 [2023-04-27T10:21:30.340Z] #66 37.88 The following additional packages will be installed:
10:21:30 [2023-04-27T10:21:30.340Z] #66 37.93   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
10:21:30 [2023-04-27T10:21:30.340Z] #66 37.96 Suggested packages:
10:21:30 [2023-04-27T10:21:30.340Z] #66 37.96   cmake-doc ninja-build lrzip
10:21:30 [2023-04-27T10:21:30.340Z] #66 38.44 The following NEW packages will be installed:
10:21:30 [2023-04-27T10:21:30.340Z] #66 38.45   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
10:21:30 [2023-04-27T10:21:30.340Z] #66 ...
10:21:30 [2023-04-27T10:21:30.340Z] 
10:21:30 [2023-04-27T10:21:30.340Z] #60 [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             ;
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.05 The following NEW packages will be installed:
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.06   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.06   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.07   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.48 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.48 Need to get 5458 kB of archives.
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.48 After this operation, 11.6 MB of additional disk space will be used.
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.53 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.55 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.58 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.69 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.71 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.71 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.71 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.71 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.72 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.72 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.75 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.78 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.78 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 37.80 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
10:21:30 [2023-04-27T10:21:30.340Z] #60 38.89 debconf: delaying package configuration, since apt-utils is not installed
10:21:30 [2023-04-27T10:21:30.340Z] #60 39.15 Fetched 5458 kB in 1s (8411 kB/s)
10:21:30 [2023-04-27T10:21:30.702Z] #60 39.27 Selecting previously unselected package bzip2.
10:21:30 [2023-04-27T10:21:30.702Z] #60 39.27 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
10:21:30 [2023-04-27T10:21:30.702Z] #60 39.36 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
10:21:30 [2023-04-27T10:21:30.702Z] #60 39.39 Unpacking bzip2 (1.0.8-4) ...
10:21:30 [2023-04-27T10:21:30.960Z] #60 39.81 Selecting previously unselected package xz-utils.
10:21:30 [2023-04-27T10:21:30.960Z] #60 39.81 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
10:21:30 [2023-04-27T10:21:30.960Z] #60 39.82 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
10:21:31 [2023-04-27T10:21:31.217Z] #60 40.08 Selecting previously unselected package libsigsegv2:arm64.
10:21:31 [2023-04-27T10:21:31.217Z] #60 40.08 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
10:21:31 [2023-04-27T10:21:31.217Z] #60 40.09 Unpacking libsigsegv2:arm64 (2.13-1) ...
10:21:31 [2023-04-27T10:21:31.475Z] #60 40.20 Selecting previously unselected package m4.
10:21:31 [2023-04-27T10:21:31.475Z] #60 40.20 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
10:21:31 [2023-04-27T10:21:31.475Z] #60 40.21 Unpacking m4 (1.4.18-5) ...
10:21:31 [2023-04-27T10:21:31.475Z] #60 40.43 Selecting previously unselected package autoconf.
10:21:31 [2023-04-27T10:21:31.475Z] #60 40.43 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
10:21:31 [2023-04-27T10:21:31.732Z] #60 40.46 Unpacking autoconf (2.69-14) ...
10:21:32 [2023-04-27T10:21:32.246Z] #60 40.99 Selecting previously unselected package autotools-dev.
10:21:32 [2023-04-27T10:21:32.246Z] #60 41.00 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
10:21:32 [2023-04-27T10:21:32.246Z] #60 41.00 Unpacking autotools-dev (20180224.1+nmu1) ...
10:21:32 [2023-04-27T10:21:32.246Z] #60 41.17 Selecting previously unselected package automake.
10:21:32 [2023-04-27T10:21:32.246Z] #60 41.18 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
10:21:32 [2023-04-27T10:21:32.246Z] #60 41.21 Unpacking automake (1:1.16.3-2) ...
10:21:32 [2023-04-27T10:21:32.809Z] #60 41.77 Selecting previously unselected package patch.
10:21:33 [2023-04-27T10:21:33.066Z] #60 41.83 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
10:21:33 [2023-04-27T10:21:33.066Z] #60 41.84 Unpacking patch (2.7.6-7) ...
10:21:33 [2023-04-27T10:21:33.322Z] #60 42.11 Selecting previously unselected package dpkg-dev.
10:21:33 [2023-04-27T10:21:33.323Z] #60 42.14 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
10:21:33 [2023-04-27T10:21:33.323Z] #60 42.15 Unpacking dpkg-dev (1.20.12) ...
10:21:34 [2023-04-27T10:21:34.694Z] #60 43.38 Selecting previously unselected package build-essential.
10:21:34 [2023-04-27T10:21:34.694Z] #60 43.40 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
10:21:34 [2023-04-27T10:21:34.694Z] #60 43.42 Unpacking build-essential (12.9) ...
10:21:34 [2023-04-27T10:21:34.694Z] #60 43.50 Selecting previously unselected package libcap2:arm64.
10:21:34 [2023-04-27T10:21:34.694Z] #60 43.51 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
10:21:34 [2023-04-27T10:21:34.694Z] #60 43.51 Unpacking libcap2:arm64 (1:2.44-1) ...
10:21:34 [2023-04-27T10:21:34.951Z] #60 43.66 Selecting previously unselected package libcap-dev:arm64.
10:21:34 [2023-04-27T10:21:34.951Z] #60 43.66 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
10:21:34 [2023-04-27T10:21:34.951Z] #60 43.67 Unpacking libcap-dev:arm64 (1:2.44-1) ...
10:21:34 [2023-04-27T10:21:34.951Z] #60 43.86 Selecting previously unselected package libprotobuf-c1:arm64.
10:21:34 [2023-04-27T10:21:34.951Z] #60 43.86 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
10:21:34 [2023-04-27T10:21:34.951Z] #60 43.87 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
10:21:35 [2023-04-27T10:21:35.209Z] #60 43.98 Selecting previously unselected package libprotobuf-c-dev:arm64.
10:21:35 [2023-04-27T10:21:35.209Z] #60 43.99 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
10:21:35 [2023-04-27T10:21:35.209Z] #60 43.99 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
10:21:35 [2023-04-27T10:21:35.209Z] #60 44.11 Selecting previously unselected package libseccomp-dev:arm64.
10:21:35 [2023-04-27T10:21:35.209Z] #60 44.12 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
10:21:35 [2023-04-27T10:21:35.209Z] #60 44.15 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
10:21:35 [2023-04-27T10:21:35.773Z] #60 44.39 Selecting previously unselected package libsystemd-dev:arm64.
10:21:35 [2023-04-27T10:21:35.773Z] #60 44.39 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
10:21:35 [2023-04-27T10:21:35.773Z] #60 44.41 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
10:21:36 [2023-04-27T10:21:36.348Z] #60 45.20 Selecting previously unselected package libtool.
10:21:36 [2023-04-27T10:21:36.348Z] #60 45.23 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
10:21:36 [2023-04-27T10:21:36.348Z] #60 45.24 Unpacking libtool (2.4.6-15) ...
10:21:36 [2023-04-27T10:21:36.936Z] #60 45.64 Selecting previously unselected package libudev-dev:arm64.
10:21:36 [2023-04-27T10:21:36.936Z] #60 45.69 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u1_arm64.deb ...
10:21:36 [2023-04-27T10:21:36.936Z] #60 45.71 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
10:21:37 [2023-04-27T10:21:37.194Z] #60 46.04 Selecting previously unselected package libyajl2:arm64.
10:21:37 [2023-04-27T10:21:37.194Z] #60 46.04 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
10:21:37 [2023-04-27T10:21:37.194Z] #60 46.07 Unpacking libyajl2:arm64 (2.1.0-3) ...
10:21:37 [2023-04-27T10:21:37.452Z] #60 46.21 Selecting previously unselected package libyajl-dev:arm64.
10:21:37 [2023-04-27T10:21:37.452Z] #60 46.22 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
10:21:37 [2023-04-27T10:21:37.452Z] #60 46.23 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
10:21:37 [2023-04-27T10:21:37.452Z] #60 ...
10:21:37 [2023-04-27T10:21:37.452Z] 
10:21:37 [2023-04-27T10:21:37.452Z] #63 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
10:21:37 [2023-04-27T10:21:37.452Z] #63 30.46 Reading package lists...
10:21:37 [2023-04-27T10:21:37.452Z] #63 35.82 Building dependency tree...
10:21:37 [2023-04-27T10:21:37.452Z] #63 39.54 The following additional packages will be installed:
10:21:37 [2023-04-27T10:21:37.452Z] #63 39.54   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
10:21:37 [2023-04-27T10:21:37.452Z] #63 39.54   python3-protobuf python3-six
10:21:37 [2023-04-27T10:21:37.452Z] #63 39.58 Suggested packages:
10:21:37 [2023-04-27T10:21:37.452Z] #63 39.58   python3-setuptools
10:21:37 [2023-04-27T10:21:37.452Z] #63 39.58 Recommended packages:
10:21:37 [2023-04-27T10:21:37.452Z] #63 39.58   iproute2 | iproute
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.28 The following NEW packages will be installed:
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.28   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.29   python3-protobuf python3-six
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.74 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.74 Need to get 2136 kB of archives.
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.74 After this operation, 10.8 MB of additional disk space will be used.
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
10:21:37 [2023-04-27T10:21:37.452Z] #63 40.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
10:21:37 [2023-04-27T10:21:37.452Z] #63 42.86 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
10:21:37 [2023-04-27T10:21:37.452Z] #63 44.35 debconf: delaying package configuration, since apt-utils is not installed
10:21:37 [2023-04-27T10:21:37.452Z] #63 44.65 Fetched 2136 kB in 3s (755 kB/s)
10:21:37 [2023-04-27T10:21:37.452Z] #63 44.80 Selecting previously unselected package libprotobuf23:arm64.
10:21:37 [2023-04-27T10:21:37.452Z] #63 44.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
10:21:37 [2023-04-27T10:21:37.452Z] #63 44.86 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
10:21:37 [2023-04-27T10:21:37.452Z] #63 44.90 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
10:21:37 [2023-04-27T10:21:37.452Z] #63 45.76 Selecting previously unselected package python3-pkg-resources.
10:21:37 [2023-04-27T10:21:37.452Z] #63 45.81 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
10:21:37 [2023-04-27T10:21:37.452Z] #63 ...
10:21:37 [2023-04-27T10:21:37.452Z] 
10:21:37 [2023-04-27T10:21:37.452Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:37 [2023-04-27T10:21:37.452Z] #65 41.42 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
10:21:37 [2023-04-27T10:21:37.452Z] #65 41.46 go: downloading github.com/gobwas/glob v0.2.3
10:21:37 [2023-04-27T10:21:37.452Z] #65 41.81 go: downloading gopkg.in/yaml.v2 v2.4.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 41.97 go: downloading golang.org/x/sync v0.1.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.06 go: downloading go.uber.org/zap v1.17.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.58 go: downloading github.com/go-toolsmith/astcast v1.1.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.61 go: downloading github.com/go-toolsmith/astcopy v1.0.3
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.64 go: downloading github.com/go-toolsmith/astequal v1.1.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.65 go: downloading github.com/go-toolsmith/astfmt v1.1.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.69 go: downloading github.com/go-toolsmith/astp v1.1.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.72 go: downloading github.com/go-toolsmith/strparse v1.1.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.76 go: downloading github.com/go-toolsmith/typep v1.1.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.78 go: downloading github.com/quasilyte/go-ruleguard v0.3.19
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.81 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
10:21:37 [2023-04-27T10:21:37.452Z] #65 42.87 go: downloading golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9
10:21:37 [2023-04-27T10:21:37.452Z] #65 43.05 go: downloading github.com/kisielk/gotool v1.0.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 43.16 go: downloading github.com/gostaticanalysis/comment v1.4.2
10:21:37 [2023-04-27T10:21:37.452Z] #65 43.26 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
10:21:37 [2023-04-27T10:21:37.452Z] #65 43.41 go: downloading github.com/ettle/strcase v0.1.1
10:21:37 [2023-04-27T10:21:37.452Z] #65 43.54 go: downloading github.com/fatih/structtag v1.2.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 43.62 go: downloading github.com/Masterminds/semver v1.5.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 43.68 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
10:21:37 [2023-04-27T10:21:37.452Z] #65 43.95 go: downloading github.com/prometheus/client_golang v1.12.1
10:21:37 [2023-04-27T10:21:37.452Z] #65 44.58 go: downloading github.com/prometheus/client_model v0.2.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 44.60 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:21:37 [2023-04-27T10:21:37.452Z] #65 44.63 go: downloading github.com/google/go-cmp v0.5.9
10:21:37 [2023-04-27T10:21:37.452Z] #65 44.97 go: downloading go.uber.org/atomic v1.7.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 45.00 go: downloading go.uber.org/multierr v1.6.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 45.15 go: downloading github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348
10:21:37 [2023-04-27T10:21:37.452Z] #65 45.16 go: downloading github.com/olekukonko/tablewriter v0.0.5
10:21:37 [2023-04-27T10:21:37.452Z] #65 45.26 go: downloading github.com/quasilyte/gogrep v0.5.0
10:21:37 [2023-04-27T10:21:37.452Z] #65 45.40 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
10:21:37 [2023-04-27T10:21:37.452Z] #65 45.62 go: downloading github.com/beorn7/perks v1.0.1
10:21:37 [2023-04-27T10:21:37.452Z] #65 45.63 go: downloading github.com/cespare/xxhash/v2 v2.1.2
10:21:37 [2023-04-27T10:21:37.452Z] #65 45.70 go: downloading github.com/golang/protobuf v1.5.2
10:21:37 [2023-04-27T10:21:37.452Z] #65 45.79 go: downloading github.com/prometheus/common v0.32.1
10:21:37 [2023-04-27T10:21:37.452Z] #65 46.21 go: downloading github.com/prometheus/procfs v0.7.3
10:21:37 [2023-04-27T10:21:37.452Z] #65 46.26 go: downloading google.golang.org/protobuf v1.28.0
10:21:38 [2023-04-27T10:21:38.056Z] #65 ...
10:21:38 [2023-04-27T10:21:38.056Z] 
10:21:38 [2023-04-27T10:21:38.056Z] #60 [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             ;
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.50 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.53 Setting up libyajl2:arm64 (2.1.0-3) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.55 Setting up bzip2 (1.0.8-4) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.56 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.68 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.71 Setting up libcap2:arm64 (1:2.44-1) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.73 Setting up autotools-dev (20180224.1+nmu1) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.76 Setting up libsigsegv2:arm64 (2.13-1) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.78 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.81 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.83 Setting up patch (2.7.6-7) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.84 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.88 Setting up libyajl-dev:arm64 (2.1.0-3) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.89 Setting up libcap-dev:arm64 (1:2.44-1) ...
10:21:38 [2023-04-27T10:21:38.056Z] #60 46.93 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
10:21:38 [2023-04-27T10:21:38.327Z] #60 46.97 Setting up libtool (2.4.6-15) ...
10:21:38 [2023-04-27T10:21:38.327Z] #60 46.98 Setting up m4 (1.4.18-5) ...
10:21:38 [2023-04-27T10:21:38.327Z] #60 47.00 Setting up dpkg-dev (1.20.12) ...
10:21:38 [2023-04-27T10:21:38.327Z] #60 47.03 Setting up autoconf (2.69-14) ...
10:21:38 [2023-04-27T10:21:38.626Z] #60 47.25 Setting up build-essential (12.9) ...
10:21:38 [2023-04-27T10:21:38.626Z] #60 47.30 Setting up automake (1:1.16.3-2) ...
10:21:38 [2023-04-27T10:21:38.626Z] #60 47.32 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
10:21:38 [2023-04-27T10:21:38.626Z] #60 47.35 Processing triggers for libc-bin (2.31-13+deb11u5) ...
10:21:39 [2023-04-27T10:21:39.189Z] #60 ...
10:21:39 [2023-04-27T10:21:39.189Z] 
10:21:39 [2023-04-27T10:21:39.189Z] #51 [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...)
10:21:39 [2023-04-27T10:21:39.189Z] #51 31.37 crypto/internal/alias
10:21:39 [2023-04-27T10:21:39.189Z] #51 31.68 crypto/subtle
10:21:39 [2023-04-27T10:21:39.189Z] #51 31.98 crypto/internal/boring/sig
10:21:39 [2023-04-27T10:21:39.189Z] #51 32.29 unicode/utf16
10:21:39 [2023-04-27T10:21:39.189Z] #51 32.52 vendor/golang.org/x/crypto/cryptobyte/asn1
10:21:39 [2023-04-27T10:21:39.189Z] #51 32.82 internal/nettrace
10:21:39 [2023-04-27T10:21:39.189Z] #51 33.19 vendor/golang.org/x/crypto/internal/alias
10:21:39 [2023-04-27T10:21:39.189Z] #51 33.38 encoding
10:21:39 [2023-04-27T10:21:39.189Z] #51 33.74 github.com/docker/distribution/manifest
10:21:39 [2023-04-27T10:21:39.189Z] #51 33.91 github.com/inconshreveable/mousetrap
10:21:39 [2023-04-27T10:21:39.189Z] #51 34.04 github.com/docker/distribution/registry/storage/driver/gcs
10:21:39 [2023-04-27T10:21:39.189Z] #51 34.21 github.com/docker/distribution/registry/storage/driver/oss
10:21:39 [2023-04-27T10:21:39.189Z] #51 ...
10:21:39 [2023-04-27T10:21:39.189Z] 
10:21:39 [2023-04-27T10:21:39.189Z] #62 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
10:21:39 [2023-04-27T10:21:39.189Z] #62 33.01 Reading package lists...
10:21:39 [2023-04-27T10:21:39.189Z] #62 37.83 + apt-get  install -y --no-install-recommends gcc libc6-dev
10:21:39 [2023-04-27T10:21:39.189Z] #62 37.89 Reading package lists...
10:21:39 [2023-04-27T10:21:39.189Z] #62 42.73 Building dependency tree...
10:21:39 [2023-04-27T10:21:39.189Z] #62 46.54 gcc is already the newest version (4:10.2.1-1).
10:21:39 [2023-04-27T10:21:39.189Z] #62 46.54 libc6-dev is already the newest version (2.31-13+deb11u5).
10:21:39 [2023-04-27T10:21:39.189Z] #62 46.54 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
10:21:39 [2023-04-27T10:21:39.447Z] #62 ...
10:21:39 [2023-04-27T10:21:39.447Z] 
10:21:39 [2023-04-27T10:21:39.447Z] #63 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
10:21:39 [2023-04-27T10:21:39.447Z] #63 45.81 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
10:21:39 [2023-04-27T10:21:39.447Z] #63 45.81 Unpacking python3-pkg-resources (52.0.0-4) ...
10:21:39 [2023-04-27T10:21:39.447Z] #63 46.15 Selecting previously unselected package python3-six.
10:21:39 [2023-04-27T10:21:39.447Z] #63 46.16 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
10:21:39 [2023-04-27T10:21:39.447Z] #63 46.17 Unpacking python3-six (1.16.0-2) ...
10:21:39 [2023-04-27T10:21:39.447Z] #63 46.33 Selecting previously unselected package python3-protobuf.
10:21:39 [2023-04-27T10:21:39.447Z] #63 46.34 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
10:21:39 [2023-04-27T10:21:39.447Z] #63 46.36 Unpacking python3-protobuf (3.12.4-1) ...
10:21:39 [2023-04-27T10:21:39.447Z] #63 47.29 Selecting previously unselected package libnet1:arm64.
10:21:39 [2023-04-27T10:21:39.447Z] #63 47.29 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
10:21:39 [2023-04-27T10:21:39.447Z] #63 47.30 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
10:21:39 [2023-04-27T10:21:39.447Z] #63 47.64 Selecting previously unselected package libnl-3-200:arm64.
10:21:39 [2023-04-27T10:21:39.447Z] #63 47.65 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
10:21:39 [2023-04-27T10:21:39.447Z] #63 47.66 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
10:21:39 [2023-04-27T10:21:39.708Z] #63 ...
10:21:39 [2023-04-27T10:21:39.709Z] 
10:21:39 [2023-04-27T10:21:39.709Z] #33 [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
10:21:39 [2023-04-27T10:21:39.709Z] #33 33.47 Reading package lists...
10:21:39 [2023-04-27T10:21:39.709Z] #33 38.31 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
10:21:39 [2023-04-27T10:21:39.709Z] #33 38.38 Reading package lists...
10:21:39 [2023-04-27T10:21:39.709Z] #33 42.98 Building dependency tree...
10:21:39 [2023-04-27T10:21:39.709Z] #33 46.99 gcc is already the newest version (4:10.2.1-1).
10:21:39 [2023-04-27T10:21:39.709Z] #33 46.99 The following additional packages will be installed:
10:21:39 [2023-04-27T10:21:39.709Z] #33 46.99   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
10:21:39 [2023-04-27T10:21:39.709Z] #33 46.99   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
10:21:39 [2023-04-27T10:21:39.709Z] #33 46.99   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
10:21:39 [2023-04-27T10:21:39.709Z] #33 47.00   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
10:21:39 [2023-04-27T10:21:39.709Z] #33 47.00   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
10:21:39 [2023-04-27T10:21:39.709Z] #33 47.01   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
10:21:39 [2023-04-27T10:21:39.709Z] #33 47.02 Suggested packages:
10:21:39 [2023-04-27T10:21:39.709Z] #33 47.02   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
10:21:39 [2023-04-27T10:21:39.709Z] #33 47.02   | libgdk-pixbuf2.0-dev libxml2-utils
10:21:39 [2023-04-27T10:21:39.709Z] #33 ...
10:21:39 [2023-04-27T10:21:39.709Z] 
10:21:39 [2023-04-27T10:21:39.709Z] #64 [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
10:21:39 [2023-04-27T10:21:39.709Z] #64 33.62 Reading package lists...
10:21:39 [2023-04-27T10:21:39.709Z] #64 38.22 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
10:21:39 [2023-04-27T10:21:39.709Z] #64 38.32 Reading package lists...
10:21:39 [2023-04-27T10:21:39.709Z] #64 42.93 Building dependency tree...
10:21:39 [2023-04-27T10:21:39.709Z] #64 46.69 gcc is already the newest version (4:10.2.1-1).
10:21:39 [2023-04-27T10:21:39.709Z] #64 46.69 libc6-dev is already the newest version (2.31-13+deb11u5).
10:21:39 [2023-04-27T10:21:39.709Z] #64 46.69 The following additional packages will be installed:
10:21:39 [2023-04-27T10:21:39.709Z] #64 46.70   bzip2 patch xz-utils
10:21:39 [2023-04-27T10:21:39.709Z] #64 46.73 Suggested packages:
10:21:39 [2023-04-27T10:21:39.709Z] #64 46.73   bzip2-doc debian-keyring seccomp ed diffutils-doc
10:21:39 [2023-04-27T10:21:39.709Z] #64 46.73 Recommended packages:
10:21:39 [2023-04-27T10:21:39.709Z] #64 46.73   build-essential fakeroot libalgorithm-merge-perl
10:21:39 [2023-04-27T10:21:39.709Z] #64 47.33 The following NEW packages will be installed:
10:21:39 [2023-04-27T10:21:39.709Z] #64 47.34   bzip2 dpkg-dev libseccomp-dev patch xz-utils
10:21:39 [2023-04-27T10:21:39.709Z] #64 47.85 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
10:21:39 [2023-04-27T10:21:39.709Z] #64 47.85 Need to get 2790 kB of archives.
10:21:39 [2023-04-27T10:21:39.709Z] #64 47.85 After this operation, 4077 kB of additional disk space will be used.
10:21:39 [2023-04-27T10:21:39.709Z] #64 47.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
10:21:39 [2023-04-27T10:21:39.709Z] #64 47.87 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
10:21:39 [2023-04-27T10:21:39.709Z] #64 47.88 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
10:21:39 [2023-04-27T10:21:39.709Z] #64 47.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
10:21:39 [2023-04-27T10:21:39.709Z] #64 48.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
10:21:39 [2023-04-27T10:21:39.966Z] #64 ...
10:21:39 [2023-04-27T10:21:39.967Z] 
10:21:39 [2023-04-27T10:21:39.967Z] #63 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
10:21:39 [2023-04-27T10:21:39.967Z] #63 47.91 Selecting previously unselected package libprotobuf-c1:arm64.
10:21:39 [2023-04-27T10:21:39.967Z] #63 47.92 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
10:21:39 [2023-04-27T10:21:39.967Z] #63 47.97 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
10:21:39 [2023-04-27T10:21:39.967Z] #63 48.16 Selecting previously unselected package criu.
10:21:39 [2023-04-27T10:21:39.967Z] #63 48.16 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
10:21:39 [2023-04-27T10:21:39.967Z] #63 48.21 Unpacking criu (3.17.1-1) ...
10:21:40 [2023-04-27T10:21:40.224Z] #63 ...
10:21:40 [2023-04-27T10:21:40.224Z] 
10:21:40 [2023-04-27T10:21:40.224Z] #66 [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
10:21:40 [2023-04-27T10:21:40.224Z] #66 38.86 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
10:21:40 [2023-04-27T10:21:40.224Z] #66 38.86 Need to get 15.1 MB of archives.
10:21:40 [2023-04-27T10:21:40.224Z] #66 38.86 After this operation, 66.8 MB of additional disk space will be used.
10:21:40 [2023-04-27T10:21:40.224Z] #66 38.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
10:21:40 [2023-04-27T10:21:40.224Z] #66 38.93 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
10:21:40 [2023-04-27T10:21:40.224Z] #66 39.54 Get:3 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB]
10:21:40 [2023-04-27T10:21:40.224Z] #66 39.55 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
10:21:40 [2023-04-27T10:21:40.224Z] #66 39.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
10:21:40 [2023-04-27T10:21:40.224Z] #66 39.56 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
10:21:40 [2023-04-27T10:21:40.224Z] #66 39.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
10:21:40 [2023-04-27T10:21:40.224Z] #66 39.56 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
10:21:40 [2023-04-27T10:21:40.224Z] #66 40.85 debconf: delaying package configuration, since apt-utils is not installed
10:21:40 [2023-04-27T10:21:40.224Z] #66 41.09 Fetched 15.1 MB in 1s (12.8 MB/s)
10:21:40 [2023-04-27T10:21:40.224Z] #66 41.28 Selecting previously unselected package cmake-data.
10:21:40 [2023-04-27T10:21:40.224Z] #66 41.28 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
10:21:40 [2023-04-27T10:21:40.224Z] #66 41.35 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
10:21:40 [2023-04-27T10:21:40.224Z] #66 41.36 Unpacking cmake-data (3.18.4-2+deb11u1) ...
10:21:40 [2023-04-27T10:21:40.224Z] #66 45.50 Selecting previously unselected package libicu67:arm64.
10:21:40 [2023-04-27T10:21:40.224Z] #66 45.51 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
10:21:40 [2023-04-27T10:21:40.224Z] #66 45.54 Unpacking libicu67:arm64 (67.1-7) ...
10:21:40 [2023-04-27T10:21:40.482Z] #66 ...
10:21:40 [2023-04-27T10:21:40.482Z] 
10:21:40 [2023-04-27T10:21:40.482Z] #33 [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
10:21:40 [2023-04-27T10:21:40.482Z] #33 48.77 The following NEW packages will be installed:
10:21:40 [2023-04-27T10:21:40.482Z] #33 48.78   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
10:21:40 [2023-04-27T10:21:40.482Z] #33 48.78   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
10:21:40 [2023-04-27T10:21:40.482Z] #33 48.79   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
10:21:40 [2023-04-27T10:21:40.482Z] #33 48.79   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
10:21:40 [2023-04-27T10:21:40.482Z] #33 48.79   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
10:21:40 [2023-04-27T10:21:40.482Z] #33 48.79   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
10:21:40 [2023-04-27T10:21:40.742Z] #33 49.24 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
10:21:40 [2023-04-27T10:21:40.742Z] #33 49.24 Need to get 7950 kB of archives.
10:21:40 [2023-04-27T10:21:40.742Z] #33 49.24 After this operation, 39.9 MB of additional disk space will be used.
10:21:40 [2023-04-27T10:21:40.742Z] #33 49.24 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
10:21:40 [2023-04-27T10:21:40.742Z] #33 49.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
10:21:40 [2023-04-27T10:21:40.742Z] #33 49.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
10:21:40 [2023-04-27T10:21:40.742Z] #33 49.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
10:21:40 [2023-04-27T10:21:40.742Z] #33 49.34 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.35 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.36 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.37 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.39 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.40 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.40 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.47 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.47 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.48 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.48 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.48 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.51 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.53 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.55 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
10:21:41 [2023-04-27T10:21:41.047Z] #33 49.64 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
10:21:41 [2023-04-27T10:21:41.342Z] #33 49.72 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
10:21:41 [2023-04-27T10:21:41.342Z] #33 49.78 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
10:21:41 [2023-04-27T10:21:41.342Z] #33 49.79 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
10:21:41 [2023-04-27T10:21:41.342Z] #33 49.89 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
10:21:41 [2023-04-27T10:21:41.342Z] #33 49.92 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
10:21:41 [2023-04-27T10:21:41.342Z] #33 50.01 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
10:21:41 [2023-04-27T10:21:41.598Z] #33 50.05 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
10:21:41 [2023-04-27T10:21:41.598Z] #33 50.11 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
10:21:42 [2023-04-27T10:21:42.539Z] #33 51.09 debconf: delaying package configuration, since apt-utils is not installed
10:21:42 [2023-04-27T10:21:42.796Z] #33 51.42 Fetched 7950 kB in 1s (6635 kB/s)
10:21:43 [2023-04-27T10:21:43.079Z] #33 51.65 Selecting previously unselected package libgirepository-1.0-1:arm64.
10:21:43 [2023-04-27T10:21:43.079Z] #33 51.65 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
10:21:43 [2023-04-27T10:21:43.079Z] #33 51.76 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
10:21:43 [2023-04-27T10:21:43.337Z] #33 51.84 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
10:21:43 [2023-04-27T10:21:43.593Z] #33 52.19 Selecting previously unselected package gir1.2-glib-2.0:arm64.
10:21:43 [2023-04-27T10:21:43.593Z] #33 52.19 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
10:21:43 [2023-04-27T10:21:43.593Z] #33 52.29 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
10:21:44 [2023-04-27T10:21:44.158Z] #33 52.73 Selecting previously unselected package libsecret-common.
10:21:44 [2023-04-27T10:21:44.158Z] #33 52.73 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
10:21:44 [2023-04-27T10:21:44.158Z] #33 52.74 Unpacking libsecret-common (0.20.4-2) ...
10:21:44 [2023-04-27T10:21:44.673Z] #33 53.14 Selecting previously unselected package libsecret-1-0:arm64.
10:21:44 [2023-04-27T10:21:44.673Z] #33 53.15 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
10:21:44 [2023-04-27T10:21:44.673Z] #33 53.16 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
10:21:45 [2023-04-27T10:21:45.237Z] #33 53.61 Selecting previously unselected package gir1.2-secret-1:arm64.
10:21:45 [2023-04-27T10:21:45.237Z] #33 53.63 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
10:21:45 [2023-04-27T10:21:45.237Z] #33 53.65 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
10:21:45 [2023-04-27T10:21:45.494Z] #33 54.01 Selecting previously unselected package uuid-dev:arm64.
10:21:45 [2023-04-27T10:21:45.494Z] #33 54.02 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
10:21:45 [2023-04-27T10:21:45.494Z] #33 54.03 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
10:21:45 [2023-04-27T10:21:45.752Z] #33 54.36 Selecting previously unselected package libblkid-dev:arm64.
10:21:45 [2023-04-27T10:21:45.752Z] #33 54.37 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
10:21:45 [2023-04-27T10:21:45.752Z] #33 54.40 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
10:21:46 [2023-04-27T10:21:46.318Z] #33 54.80 Selecting previously unselected package libbtrfs0:arm64.
10:21:46 [2023-04-27T10:21:46.318Z] #33 54.81 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
10:21:46 [2023-04-27T10:21:46.318Z] #33 54.89 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
10:21:46 [2023-04-27T10:21:46.919Z] #33 55.38 Selecting previously unselected package libbtrfs-dev:arm64.
10:21:46 [2023-04-27T10:21:46.919Z] #33 55.38 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
10:21:46 [2023-04-27T10:21:46.919Z] #33 55.40 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
10:21:47 [2023-04-27T10:21:47.482Z] #33 55.80 Selecting previously unselected package libelf1:arm64.
10:21:47 [2023-04-27T10:21:47.482Z] #33 55.80 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
10:21:47 [2023-04-27T10:21:47.482Z] #33 55.84 Unpacking libelf1:arm64 (0.183-1) ...
10:21:47 [2023-04-27T10:21:47.482Z] #33 56.19 Selecting previously unselected package libffi-dev:arm64.
10:21:47 [2023-04-27T10:21:47.739Z] #33 56.19 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
10:21:47 [2023-04-27T10:21:47.739Z] #33 56.20 Unpacking libffi-dev:arm64 (3.3-6) ...
10:21:47 [2023-04-27T10:21:47.997Z] #33 ...
10:21:47 [2023-04-27T10:21:47.997Z] 
10:21:47 [2023-04-27T10:21:47.997Z] #56 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:21:47 [2023-04-27T10:21:47.997Z] #56 DONE 47.3s
10:21:47 [2023-04-27T10:21:47.997Z] 
10:21:47 [2023-04-27T10:21:47.997Z] #45 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
10:21:47 [2023-04-27T10:21:47.997Z] #45 DONE 52.6s
10:21:47 [2023-04-27T10:21:47.997Z] 
10:21:47 [2023-04-27T10:21:47.997Z] #64 [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
10:21:47 [2023-04-27T10:21:47.997Z] #64 49.04 debconf: delaying package configuration, since apt-utils is not installed
10:21:47 [2023-04-27T10:21:47.997Z] #64 49.28 Fetched 2790 kB in 1s (4379 kB/s)
10:21:47 [2023-04-27T10:21:47.997Z] #64 49.46 Selecting previously unselected package bzip2.
10:21:47 [2023-04-27T10:21:47.997Z] #64 49.46 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
10:21:47 [2023-04-27T10:21:47.997Z] #64 49.52 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 49.65 Unpacking bzip2 (1.0.8-4) ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 50.11 Selecting previously unselected package xz-utils.
10:21:47 [2023-04-27T10:21:47.997Z] #64 50.12 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 50.14 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 50.39 Selecting previously unselected package patch.
10:21:47 [2023-04-27T10:21:47.997Z] #64 50.40 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 50.41 Unpacking patch (2.7.6-7) ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 50.71 Selecting previously unselected package dpkg-dev.
10:21:47 [2023-04-27T10:21:47.997Z] #64 50.72 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 50.73 Unpacking dpkg-dev (1.20.12) ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 51.88 Selecting previously unselected package libseccomp-dev:arm64.
10:21:47 [2023-04-27T10:21:47.997Z] #64 51.97 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 52.00 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 52.57 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
10:21:47 [2023-04-27T10:21:47.997Z] #64 52.65 Setting up bzip2 (1.0.8-4) ...
10:21:47 [2023-04-27T10:21:47.998Z] #64 52.70 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
10:21:47 [2023-04-27T10:21:47.998Z] #64 52.88 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:21:47 [2023-04-27T10:21:47.998Z] #64 52.95 Setting up patch (2.7.6-7) ...
10:21:47 [2023-04-27T10:21:47.998Z] #64 53.04 Setting up dpkg-dev (1.20.12) ...
10:21:47 [2023-04-27T10:21:47.998Z] #64 DONE 56.4s
10:21:47 [2023-04-27T10:21:47.998Z] 
10:21:47 [2023-04-27T10:21:47.998Z] #33 [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
10:21:47 [2023-04-27T10:21:47.998Z] #33 56.37 Selecting previously unselected package libglib2.0-data.
10:21:47 [2023-04-27T10:21:47.998Z] #33 56.37 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
10:21:47 [2023-04-27T10:21:47.998Z] #33 56.38 Unpacking libglib2.0-data (2.66.8-1) ...
10:21:47 [2023-04-27T10:21:47.998Z] #33 ...
10:21:47 [2023-04-27T10:21:47.998Z] 
10:21:47 [2023-04-27T10:21:47.998Z] #72 [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...)
10:21:47 [2023-04-27T10:21:47.998Z] #72 ...
10:21:47 [2023-04-27T10:21:47.998Z] 
10:21:47 [2023-04-27T10:21:47.998Z] #60 [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             ;
10:21:47 [2023-04-27T10:21:47.998Z] #60 DONE 56.9s
10:21:48 [2023-04-27T10:21:48.254Z] 
10:21:48 [2023-04-27T10:21:48.254Z] #62 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
10:21:48 [2023-04-27T10:21:48.254Z] #62 DONE 56.5s
10:21:48 [2023-04-27T10:21:48.254Z] 
10:21:48 [2023-04-27T10:21:48.254Z] #73 [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...)
10:21:48 [2023-04-27T10:21:48.818Z] #73 ...
10:21:48 [2023-04-27T10:21:48.818Z] 
10:21:48 [2023-04-27T10:21:48.818Z] #65 [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.51.2"      && /build/golangci-lint --version
10:21:48 [2023-04-27T10:21:48.818Z] #65 47.72 go: downloading github.com/mattn/go-runewidth v0.0.9
10:21:48 [2023-04-27T10:21:48.818Z] #65 48.02 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
10:21:49 [2023-04-27T10:21:49.076Z] #65 ...
10:21:49 [2023-04-27T10:21:49.076Z] 
10:21:49 [2023-04-27T10:21:49.076Z] #66 [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
10:21:49 [2023-04-27T10:21:49.076Z] #66 52.26 Selecting previously unselected package libxml2:arm64.
10:21:49 [2023-04-27T10:21:49.076Z] #66 52.26 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 52.36 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 53.22 Selecting previously unselected package libarchive13:arm64.
10:21:49 [2023-04-27T10:21:49.076Z] #66 53.22 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 53.23 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 53.71 Selecting previously unselected package libjsoncpp24:arm64.
10:21:49 [2023-04-27T10:21:49.076Z] #66 53.71 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 53.78 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 54.22 Selecting previously unselected package librhash0:arm64.
10:21:49 [2023-04-27T10:21:49.076Z] #66 54.23 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 54.24 Unpacking librhash0:arm64 (1.4.1-2) ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 54.49 Selecting previously unselected package libuv1:arm64.
10:21:49 [2023-04-27T10:21:49.076Z] #66 54.50 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 54.53 Unpacking libuv1:arm64 (1.40.0-2) ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 54.79 Selecting previously unselected package cmake.
10:21:49 [2023-04-27T10:21:49.076Z] #66 54.79 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
10:21:49 [2023-04-27T10:21:49.076Z] #66 54.86 Unpacking cmake (3.18.4-2+deb11u1) ...
10:21:50 [2023-04-27T10:21:50.160Z] #66 58.66 Setting up libicu67:arm64 (67.1-7) ...
10:21:50 [2023-04-27T10:21:50.160Z] #66 ...
10:21:50 [2023-04-27T10:21:50.160Z] 
10:21:50 [2023-04-27T10:21:50.160Z] #33 [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
10:21:50 [2023-04-27T10:21:50.160Z] #33 58.61 Selecting previously unselected package libglib2.0-bin.
10:21:50 [2023-04-27T10:21:50.160Z] #33 58.61 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
10:21:50 [2023-04-27T10:21:50.160Z] #33 58.65 Unpacking libglib2.0-bin (2.66.8-1) ...
10:21:50 [2023-04-27T10:21:50.790Z] #33 59.13 Selecting previously unselected package python3-lib2to3.
10:21:50 [2023-04-27T10:21:50.790Z] #33 59.15 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
10:21:50 [2023-04-27T10:21:50.790Z] #33 ...
10:21:50 [2023-04-27T10:21:50.790Z] 
10:21:50 [2023-04-27T10:21:50.790Z] #63 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
10:21:50 [2023-04-27T10:21:50.790Z] #63 49.25 Setting up python3-pkg-resources (52.0.0-4) ...
10:21:50 [2023-04-27T10:21:50.790Z] #63 50.94 Setting up libprotobuf23:arm64 (3.12.4-1) ...
10:21:50 [2023-04-27T10:21:50.790Z] #63 51.00 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
10:21:50 [2023-04-27T10:21:50.790Z] #63 51.03 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
10:21:50 [2023-04-27T10:21:50.790Z] #63 51.13 Setting up python3-six (1.16.0-2) ...
10:21:50 [2023-04-27T10:21:50.790Z] #63 52.09 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
10:21:50 [2023-04-27T10:21:50.790Z] #63 52.30 Setting up python3-protobuf (3.12.4-1) ...
10:21:50 [2023-04-27T10:21:50.790Z] #63 55.41 Setting up criu (3.17.1-1) ...
10:21:50 [2023-04-27T10:21:50.790Z] #63 57.89 Processing triggers for libc-bin (2.31-13+deb11u5) ...
10:21:50 [2023-04-27T10:21:50.790Z] #63 DONE 58.9s
10:21:50 [2023-04-27T10:21:50.790Z] 
10:21:50 [2023-04-27T10:21:50.790Z] #33 [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
10:21:50 [2023-04-27T10:21:50.790Z] #33 59.22 Unpacking python3-lib2to3 (3.9.2-1) ...
10:21:51 [2023-04-27T10:21:51.331Z] #33 59.78 Selecting previously unselected package python3-distutils.
10:21:51 [2023-04-27T10:21:51.331Z] #33 59.78 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
10:21:51 [2023-04-27T10:21:51.331Z] #33 59.79 Unpacking python3-distutils (3.9.2-1) ...
10:21:51 [2023-04-27T10:21:51.588Z] #33 ...
10:21:51 [2023-04-27T10:21:51.588Z] 
10:21:51 [2023-04-27T10:21:51.588Z] #66 [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
10:21:51 [2023-04-27T10:21:51.588Z] #66 58.72 Setting up libuv1:arm64 (1.40.0-2) ...
10:21:51 [2023-04-27T10:21:51.588Z] #66 59.01 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
10:21:51 [2023-04-27T10:21:51.588Z] #66 59.07 Setting up librhash0:arm64 (1.4.1-2) ...
10:21:51 [2023-04-27T10:21:51.588Z] #66 59.11 Setting up cmake-data (3.18.4-2+deb11u1) ...
10:21:51 [2023-04-27T10:21:51.588Z] #66 59.29 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
10:21:51 [2023-04-27T10:21:51.588Z] #66 59.32 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
10:21:51 [2023-04-27T10:21:51.588Z] #66 59.42 Setting up cmake (3.18.4-2+deb11u1) ...
10:21:51 [2023-04-27T10:21:51.588Z] #66 59.56 Processing triggers for libc-bin (2.31-13+deb11u5) ...
10:21:51 [2023-04-27T10:21:51.588Z] #66 DONE 60.3s
10:21:51 [2023-04-27T10:21:51.847Z] 
10:21:51 [2023-04-27T10:21:51.847Z] #33 [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
10:21:51 [2023-04-27T10:21:51.847Z] #33 60.25 Selecting previously unselected package libglib2.0-dev-bin.
10:21:51 [2023-04-27T10:21:51.847Z] #33 60.31 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
10:21:51 [2023-04-27T10:21:51.847Z] #33 60.31 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
10:21:52 [2023-04-27T10:21:52.410Z] #33 60.84 Selecting previously unselected package libsepol1-dev:arm64.
10:21:52 [2023-04-27T10:21:52.410Z] #33 60.84 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
10:21:52 [2023-04-27T10:21:52.410Z] #33 60.87 Unpacking libsepol1-dev:arm64 (3.1-1) ...
10:21:52 [2023-04-27T10:21:52.974Z] #33 61.36 Selecting previously unselected package libpcre2-16-0:arm64.
10:21:52 [2023-04-27T10:21:52.974Z] #33 61.37 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
10:21:52 [2023-04-27T10:21:52.974Z] #33 61.37 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
10:21:53 [2023-04-27T10:21:53.231Z] #33 61.62 Selecting previously unselected package libpcre2-32-0:arm64.
10:21:53 [2023-04-27T10:21:53.231Z] #33 61.62 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
10:21:53 [2023-04-27T10:21:53.231Z] #33 61.63 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
10:21:53 [2023-04-27T10:21:53.487Z] #33 61.95 Selecting previously unselected package libpcre2-posix2:arm64.
10:21:53 [2023-04-27T10:21:53.487Z] #33 61.95 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
10:21:53 [2023-04-27T10:21:53.487Z] #33 61.99 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
10:21:53 [2023-04-27T10:21:53.746Z] #33 62.12 Selecting previously unselected package libpcre2-dev:arm64.#33 ...
10:21:53 [2023-04-27T10:21:53.746Z] 
10:21:53 [2023-04-27T10:21:53.746Z] #74 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
10:21:53 [2023-04-27T10:21:53.746Z] #74 DONE 5.9s
10:21:53 [2023-04-27T10:21:53.746Z] 
10:21:53 [2023-04-27T10:21:53.746Z] #33 [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
10:21:53 [2023-04-27T10:21:53.747Z] #33 62.12 Selecting previously unselected package libpcre2-dev:arm64.
10:21:53 [2023-04-27T10:21:53.747Z] #33 62.13 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
10:21:53 [2023-04-27T10:21:53.747Z] #33 62.14 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
10:21:53 [2023-04-27T10:21:53.747Z] #33 ...
10:21:53 [2023-04-27T10:21:53.747Z] 
10:21:53 [2023-04-27T10:21:53.747Z] #75 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
10:21:53 [2023-04-27T10:21:53.747Z] #75 DONE 0.1s
10:21:54 [2023-04-27T10:21:54.004Z] 
10:21:54 [2023-04-27T10:21:54.004Z] #76 [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
10:21:54 [2023-04-27T10:21:54.004Z] #0 1.770 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
10:21:54 [2023-04-27T10:21:54.004Z] #0 1.792 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
10:21:54 [2023-04-27T10:21:54.004Z] #0 1.792 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
10:21:57 [2023-04-27T10:21:57.103Z] #76 4.935 Reading package lists...
10:21:57 [2023-04-27T10:21:57.103Z] #76 ...
10:21:57 [2023-04-27T10:21:57.103Z] 
10:21:57 [2023-04-27T10:21:57.103Z] #33 [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
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.12 Selecting previously unselected package libselinux1-dev:arm64.
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.12 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.13 Unpacking libselinux1-dev:arm64 (3.1-3) ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.53 Selecting previously unselected package libmount-dev:arm64.
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.53 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.54 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.70 Selecting previously unselected package libpcre16-3:arm64.
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.70 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.70 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.87 Selecting previously unselected package libpcre32-3:arm64.
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.87 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 63.88 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 64.14 Selecting previously unselected package libpcrecpp0v5:arm64.
10:21:57 [2023-04-27T10:21:57.103Z] #33 64.14 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 64.15 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 64.32 Selecting previously unselected package libpcre3-dev:arm64.
10:21:57 [2023-04-27T10:21:57.103Z] #33 64.32 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 64.33 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 64.94 Selecting previously unselected package zlib1g-dev:arm64.
10:21:57 [2023-04-27T10:21:57.103Z] #33 64.94 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 64.96 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 65.23 Selecting previously unselected package libglib2.0-dev:arm64.
10:21:57 [2023-04-27T10:21:57.103Z] #33 65.23 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
10:21:57 [2023-04-27T10:21:57.103Z] #33 65.24 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
10:21:58 [2023-04-27T10:21:58.034Z] #33 ...
10:21:58 [2023-04-27T10:21:58.034Z] 
10:21:58 [2023-04-27T10:21:58.034Z] #77 [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
10:21:58 [2023-04-27T10:21:58.034Z] #0 2.825 Cloning into '/tmp/crun-build'...
10:21:58 [2023-04-27T10:21:58.291Z] #77 ...
10:21:58 [2023-04-27T10:21:58.291Z] 
10:21:58 [2023-04-27T10:21:58.291Z] #73 [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...)
10:21:58 [2023-04-27T10:21:58.291Z] #73 3.028 go: downloading github.com/urfave/cli/v2 v2.23.5
10:21:58 [2023-04-27T10:21:58.291Z] #73 4.552 go: downloading golang.org/x/sys v0.2.0
10:21:58 [2023-04-27T10:21:58.291Z] #73 7.405 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
10:21:58 [2023-04-27T10:21:58.291Z] #73 8.088 go: downloading github.com/google/uuid v1.3.0
10:21:58 [2023-04-27T10:21:58.291Z] #73 8.186 go: downloading github.com/moby/vpnkit v0.5.0
10:21:58 [2023-04-27T10:21:58.291Z] #73 8.555 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
10:21:58 [2023-04-27T10:21:58.291Z] #73 8.635 go: downloading github.com/gorilla/mux v1.8.0
10:21:58 [2023-04-27T10:21:58.291Z] #73 8.881 go: downloading github.com/moby/sys/mountinfo v0.6.2
10:21:58 [2023-04-27T10:21:58.291Z] #73 9.775 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
10:21:58 [2023-04-27T10:21:58.291Z] #73 9.903 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
10:21:58 [2023-04-27T10:21:58.548Z] #73 ...
10:21:58 [2023-04-27T10:21:58.548Z] 
10:21:58 [2023-04-27T10:21:58.548Z] #77 [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
10:21:58 [2023-04-27T10:21:58.548Z] #77 10.24 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
10:21:58 [2023-04-27T10:21:58.548Z] #77 10.29 Cloning into '/tmp/crun-build/libocispec'...
10:21:59 [2023-04-27T10:21:59.480Z] #77 11.42 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
10:21:59 [2023-04-27T10:21:59.737Z] #77 11.46 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
10:21:59 [2023-04-27T10:21:59.737Z] #77 11.47 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
10:21:59 [2023-04-27T10:21:59.737Z] #77 11.47 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
10:21:59 [2023-04-27T10:21:59.737Z] #77 11.51 Cloning into '/tmp/crun-build/libocispec/image-spec'...
10:22:01 [2023-04-27T10:22:01.634Z] #77 13.51 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
10:22:01 [2023-04-27T10:22:01.891Z] #77 ...
10:22:01 [2023-04-27T10:22:01.891Z] 
10:22:01 [2023-04-27T10:22:01.891Z] #72 [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...)
10:22:01 [2023-04-27T10:22:01.891Z] #72 4.000 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.7-0-g860f061 -X main.version=1.1.7 " -o runc .
10:22:01 [2023-04-27T10:22:01.891Z] #72 ...
10:22:01 [2023-04-27T10:22:01.891Z] 
10:22:01 [2023-04-27T10:22:01.891Z] #33 [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
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.09 Selecting previously unselected package libsecret-1-dev:arm64.
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.12 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.12 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.58 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.59 Setting up libpcre16-3:arm64 (2:8.39-13) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.61 Setting up libsepol1-dev:arm64 (3.1-1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.62 Setting up libffi-dev:arm64 (3.3-6) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.63 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.65 Setting up libbtrfs0:arm64 (5.10.1-2) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.68 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.69 Setting up libglib2.0-data (2.66.8-1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.72 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.73 Setting up libpcre32-3:arm64 (2:8.39-13) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.74 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.76 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.77 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.79 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 67.81 Setting up python3-lib2to3 (3.9.2-1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 68.39 Setting up libelf1:arm64 (0.183-1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 68.41 Setting up libsecret-common (0.20.4-2) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 68.42 Setting up python3-distutils (3.9.2-1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 69.29 Setting up libglib2.0-dev-bin (2.66.8-1) ...
10:22:01 [2023-04-27T10:22:01.891Z] #33 70.59 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
10:22:02 [2023-04-27T10:22:02.148Z] #33 70.62 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
10:22:02 [2023-04-27T10:22:02.149Z] #33 70.64 Setting up libselinux1-dev:arm64 (3.1-3) ...
10:22:02 [2023-04-27T10:22:02.149Z] #33 70.66 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
10:22:02 [2023-04-27T10:22:02.149Z] #33 70.67 Setting up libglib2.0-bin (2.66.8-1) ...
10:22:02 [2023-04-27T10:22:02.149Z] #33 70.71 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
10:22:02 [2023-04-27T10:22:02.149Z] #33 70.73 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
10:22:02 [2023-04-27T10:22:02.149Z] #33 70.74 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
10:22:02 [2023-04-27T10:22:02.149Z] #33 70.79 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
10:22:02 [2023-04-27T10:22:02.406Z] #33 70.83 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
10:22:02 [2023-04-27T10:22:02.406Z] #33 70.87 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
10:22:02 [2023-04-27T10:22:02.406Z] #33 70.88 No schema files found: doing nothing.
10:22:02 [2023-04-27T10:22:02.406Z] #33 70.89 Processing triggers for libc-bin (2.31-13+deb11u5) ...
10:22:02 [2023-04-27T10:22:02.406Z] #33 71.03 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
10:22:03 [2023-04-27T10:22:03.777Z] #33 DONE 72.4s
10:22:03 [2023-04-27T10:22:03.777Z] 
10:22:03 [2023-04-27T10:22:03.777Z] #77 [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
10:22:03 [2023-04-27T10:22:03.777Z] #77 15.58 Cloning into '/tmp/crun-build/libocispec/yajl'...
10:22:04 [2023-04-27T10:22:04.341Z] #77 ...
10:22:04 [2023-04-27T10:22:04.341Z] 
10:22:04 [2023-04-27T10:22:04.341Z] #78 [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...)
10:22:04 [2023-04-27T10:22:04.341Z] #78 ...
10:22:04 [2023-04-27T10:22:04.341Z] 
10:22:04 [2023-04-27T10:22:04.341Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
10:22:09 [2023-04-27T10:22:09.595Z] #79 ...
10:22:09 [2023-04-27T10:22:09.595Z] 
10:22:09 [2023-04-27T10:22:09.595Z] #73 [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...)
10:22:09 [2023-04-27T10:22:09.595Z] #73 10.91 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
10:22:09 [2023-04-27T10:22:09.595Z] #73 11.01 go: downloading golang.org/x/net v0.1.0
10:22:09 [2023-04-27T10:22:09.595Z] #73 ...
10:22:09 [2023-04-27T10:22:09.595Z] 
10:22:09 [2023-04-27T10:22:09.595Z] #76 [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
10:22:09 [2023-04-27T10:22:09.595Z] #76 4.935 Reading package lists...
10:22:09 [2023-04-27T10:22:09.595Z] #76 9.144 + apt-get  install -y --no-install-recommends gcc libc6-dev
10:22:09 [2023-04-27T10:22:09.595Z] #76 9.163 Reading package lists...
10:22:09 [2023-04-27T10:22:09.595Z] #76 13.79 Building dependency tree...
10:22:09 [2023-04-27T10:22:09.595Z] #76 14.99 Reading state information...
10:22:09 [2023-04-27T10:22:09.595Z] #76 16.97 gcc is already the newest version (4:10.2.1-1).
10:22:09 [2023-04-27T10:22:09.595Z] #76 16.97 libc6-dev is already the newest version (2.31-13+deb11u5).
10:22:09 [2023-04-27T10:22:09.595Z] #76 16.97 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
10:22:09 [2023-04-27T10:22:09.595Z] #76 DONE 17.5s
10:22:09 [2023-04-27T10:22:09.595Z] 
10:22:09 [2023-04-27T10:22:09.595Z] #51 [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...)
10:22:09 [2023-04-27T10:22:09.595Z] #51 62.69 sync
10:22:09 [2023-04-27T10:22:09.595Z] #51 62.70 internal/reflectlite
10:22:09 [2023-04-27T10:22:09.595Z] #51 64.37 internal/testlog
10:22:09 [2023-04-27T10:22:09.595Z] #51 64.75 internal/godebug
10:22:09 [2023-04-27T10:22:09.595Z] #51 65.36 math/rand
10:22:09 [2023-04-27T10:22:09.595Z] #51 67.13 internal/singleflight
10:22:09 [2023-04-27T10:22:09.595Z] #51 67.38 internal/intern
10:22:09 [2023-04-27T10:22:09.595Z] #51 68.09 sort
10:22:09 [2023-04-27T10:22:09.595Z] #51 68.09 errors
10:22:09 [2023-04-27T10:22:09.595Z] #51 68.47 io
10:22:09 [2023-04-27T10:22:09.595Z] #51 69.38 internal/oserror
10:22:09 [2023-04-27T10:22:09.595Z] #51 69.67 syscall
10:22:09 [2023-04-27T10:22:09.595Z] #51 69.73 bytes
10:22:09 [2023-04-27T10:22:09.595Z] #51 71.31 hash
10:22:09 [2023-04-27T10:22:09.595Z] #51 ...
10:22:09 [2023-04-27T10:22:09.595Z] 
10:22:09 [2023-04-27T10:22:09.595Z] #80 [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...)
10:22:10 [2023-04-27T10:22:10.524Z] #80 1.450 -- The C compiler identification is GNU 10.2.1
10:22:10 [2023-04-27T10:22:10.781Z] #80 1.530 -- Detecting C compiler ABI info
10:22:11 [2023-04-27T10:22:11.344Z] #80 2.079 -- Detecting C compiler ABI info - done
10:22:11 [2023-04-27T10:22:11.344Z] #80 2.217 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
10:22:11 [2023-04-27T10:22:11.600Z] #80 2.223 -- Detecting C compile features
10:22:11 [2023-04-27T10:22:11.600Z] #80 2.224 -- Detecting C compile features - done
10:22:11 [2023-04-27T10:22:11.600Z] #80 2.286 -- Performing Test HAS_BUILTIN_FORTIFY
10:22:11 [2023-04-27T10:22:11.857Z] #80 2.598 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
10:22:11 [2023-04-27T10:22:11.857Z] #80 2.686 -- Configuring done
10:22:11 [2023-04-27T10:22:11.857Z] #80 2.705 -- Generating done
10:22:11 [2023-04-27T10:22:11.857Z] #80 2.737 -- Build files have been written to: /go/src/github.com/krallin/tini
10:22:12 [2023-04-27T10:22:12.421Z] #80 3.239 Scanning dependencies of target tini-static
10:22:12 [2023-04-27T10:22:12.421Z] #80 3.386 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
10:22:14 [2023-04-27T10:22:14.316Z] #80 4.962 [100%] Linking C executable tini-static
10:22:14 [2023-04-27T10:22:14.880Z] #80 5.613 [100%] Built target tini-static
10:22:15 [2023-04-27T10:22:15.445Z] #80 ...
10:22:15 [2023-04-27T10:22:15.445Z] 
10:22:15 [2023-04-27T10:22:15.445Z] #77 [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
10:22:15 [2023-04-27T10:22:15.445Z] #77 17.29 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
10:22:15 [2023-04-27T10:22:15.445Z] #77 17.61 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
10:22:15 [2023-04-27T10:22:15.445Z] #77 17.98 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
10:22:15 [2023-04-27T10:22:15.445Z] #77 ...
10:22:15 [2023-04-27T10:22:15.445Z] 
10:22:15 [2023-04-27T10:22:15.445Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
10:22:15 [2023-04-27T10:22:15.445Z] #79 9.831 + bin/ctr
10:22:15 [2023-04-27T10:22:15.445Z] #79 9.831 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0 -X github.com/containerd/containerd/version.Revision=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/ctr
10:22:15 [2023-04-27T10:22:15.702Z] #79 ...
10:22:15 [2023-04-27T10:22:15.702Z] 
10:22:15 [2023-04-27T10:22:15.702Z] #80 [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...)
10:22:15 [2023-04-27T10:22:15.702Z] #80 DONE 6.7s
10:22:15 [2023-04-27T10:22:15.959Z] 
10:22:15 [2023-04-27T10:22:15.959Z] #51 [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...)
10:22:15 [2023-04-27T10:22:15.959Z] #51 71.69 strconv
10:22:15 [2023-04-27T10:22:15.959Z] #51 75.44 crypto
10:22:15 [2023-04-27T10:22:15.959Z] #51 75.69 reflect
10:22:15 [2023-04-27T10:22:15.959Z] #51 77.76 time
10:22:22 [2023-04-27T10:22:22.532Z] #51 84.72 context
10:22:23 [2023-04-27T10:22:23.097Z] #51 ...
10:22:23 [2023-04-27T10:22:23.097Z] 
10:22:23 [2023-04-27T10:22:23.097Z] #77 [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
10:22:23 [2023-04-27T10:22:23.097Z] #77 34.86 aclocal: warning: couldn't open directory 'm4': No such file or directory
10:22:31 [2023-04-27T10:22:31.192Z] #77 ...
10:22:31 [2023-04-27T10:22:31.192Z] 
10:22:31 [2023-04-27T10:22:31.192Z] #51 [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...)
10:22:31 [2023-04-27T10:22:31.192Z] #51 85.73 crypto/internal/nistec/fiat
10:22:31 [2023-04-27T10:22:31.192Z] #51 93.01 encoding/binary
10:22:31 [2023-04-27T10:22:31.192Z] #51 93.51 path
10:22:32 [2023-04-27T10:22:32.122Z] #51 94.23 io/fs
10:22:33 [2023-04-27T10:22:33.051Z] #51 95.00 crypto/cipher
10:22:33 [2023-04-27T10:22:33.309Z] #51 95.49 crypto/internal/edwards25519/field
10:22:33 [2023-04-27T10:22:33.871Z] #51 96.06 crypto/internal/boring
10:22:34 [2023-04-27T10:22:34.128Z] #51 96.33 crypto/aes
10:22:34 [2023-04-27T10:22:34.692Z] #51 96.68 crypto/des
10:22:35 [2023-04-27T10:22:35.256Z] #51 97.30 embed
10:22:35 [2023-04-27T10:22:35.820Z] #51 97.93 crypto/internal/nistec
10:22:35 [2023-04-27T10:22:35.820Z] #51 ...
10:22:35 [2023-04-27T10:22:35.820Z] 
10:22:35 [2023-04-27T10:22:35.820Z] #77 [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
10:22:35 [2023-04-27T10:22:35.820Z] #77 47.57 libtoolize: putting auxiliary files in '.'.
10:22:35 [2023-04-27T10:22:35.820Z] #77 47.57 libtoolize: copying file './ltmain.sh'
10:22:36 [2023-04-27T10:22:36.757Z] #77 48.59 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
10:22:36 [2023-04-27T10:22:36.757Z] #77 48.60 libtoolize: and rerunning libtoolize and aclocal.
10:22:36 [2023-04-27T10:22:36.757Z] #77 48.61 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
10:22:40 [2023-04-27T10:22:40.081Z] #77 ...
10:22:40 [2023-04-27T10:22:40.081Z] 
10:22:40 [2023-04-27T10:22:40.081Z] #58 [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
10:22:40 [2023-04-27T10:22:40.081Z] #58 106.8 tomll can be used in two ways:
10:22:40 [2023-04-27T10:22:40.081Z] #58 106.9 Writing to STDIN and reading from STDOUT:
10:22:40 [2023-04-27T10:22:40.081Z] #58 106.9   cat file.toml | tomll > file.toml
10:22:40 [2023-04-27T10:22:40.081Z] #58 106.9 
10:22:40 [2023-04-27T10:22:40.081Z] #58 106.9 Reading and updating a list of files:
10:22:40 [2023-04-27T10:22:40.081Z] #58 106.9   tomll a.toml b.toml c.toml
10:22:40 [2023-04-27T10:22:40.081Z] #58 106.9 
10:22:40 [2023-04-27T10:22:40.081Z] #58 106.9 When given a list of files, tomll will modify all files in place without asking.
10:22:40 [2023-04-27T10:22:40.081Z] #58 DONE 108.6s
10:22:40 [2023-04-27T10:22:40.081Z] 
10:22:40 [2023-04-27T10:22:40.081Z] #51 [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...)
10:22:40 [2023-04-27T10:22:40.081Z] #51 98.03 crypto/internal/randutil
10:22:40 [2023-04-27T10:22:40.081Z] #51 98.11 internal/fmtsort
10:22:40 [2023-04-27T10:22:40.081Z] #51 98.60 internal/syscall/unix
10:22:40 [2023-04-27T10:22:40.081Z] #51 98.95 internal/poll
10:22:40 [2023-04-27T10:22:40.081Z] #51 101.8 crypto/ecdh
10:22:40 [2023-04-27T10:22:40.081Z] #51 101.9 internal/safefilepath
10:22:40 [2023-04-27T10:22:40.081Z] #51 102.2 internal/syscall/execenv
10:22:40 [2023-04-27T10:22:40.668Z] #51 102.8 os
10:22:40 [2023-04-27T10:22:40.927Z] #51 103.1 strings
10:22:43 [2023-04-27T10:22:43.447Z] #51 105.3 crypto/sha512
10:22:44 [2023-04-27T10:22:44.011Z] #51 106.2 crypto/internal/edwards25519
10:22:44 [2023-04-27T10:22:44.574Z] #51 106.7 fmt
10:22:45 [2023-04-27T10:22:45.944Z] #51 108.0 crypto/hmac
10:22:45 [2023-04-27T10:22:45.944Z] #51 ...
10:22:45 [2023-04-27T10:22:45.944Z] 
10:22:45 [2023-04-27T10:22:45.944Z] #59 [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
10:22:45 [2023-04-27T10:22:45.944Z] #59 114.6 v3.6.0
10:22:46 [2023-04-27T10:22:46.209Z] #59 DONE 115.2s
10:22:46 [2023-04-27T10:22:46.209Z] 
10:22:46 [2023-04-27T10:22:46.209Z] #51 [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...)
10:22:46 [2023-04-27T10:22:46.209Z] #51 108.3 crypto/md5
10:22:47 [2023-04-27T10:22:47.578Z] #51 109.6 crypto/rc4
10:22:47 [2023-04-27T10:22:47.578Z] #51 109.8 crypto/sha1
10:22:48 [2023-04-27T10:22:48.509Z] #51 110.6 crypto/sha256
10:22:48 [2023-04-27T10:22:48.765Z] #51 111.0 math/big
10:22:49 [2023-04-27T10:22:49.022Z] #51 111.3 encoding/hex
10:22:49 [2023-04-27T10:22:49.585Z] #51 111.7 encoding/base64
10:22:50 [2023-04-27T10:22:50.147Z] #51 112.2 encoding/pem
10:22:50 [2023-04-27T10:22:50.404Z] #51 112.5 vendor/golang.org/x/net/dns/dnsmessage
10:22:53 [2023-04-27T10:22:53.673Z] #51 ...
10:22:53 [2023-04-27T10:22:53.673Z] 
10:22:53 [2023-04-27T10:22:53.673Z] #77 [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
10:22:53 [2023-04-27T10:22:53.673Z] #77 59.63 configure.ac:7: installing './compile'
10:22:53 [2023-04-27T10:22:53.673Z] #77 59.64 configure.ac:11: installing './config.guess'
10:22:53 [2023-04-27T10:22:53.673Z] #77 59.65 configure.ac:11: installing './config.sub'
10:22:53 [2023-04-27T10:22:53.673Z] #77 59.65 configure.ac:8: installing './install-sh'
10:22:53 [2023-04-27T10:22:53.673Z] #77 59.66 configure.ac:8: installing './missing'
10:22:53 [2023-04-27T10:22:53.673Z] #77 59.75 Makefile.am: installing './depcomp'
10:22:53 [2023-04-27T10:22:53.673Z] #77 61.04 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
10:22:53 [2023-04-27T10:22:53.673Z] #77 61.05 libtoolize: copying file 'build-aux/ltmain.sh'
10:22:53 [2023-04-27T10:22:53.673Z] #77 61.22 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
10:22:53 [2023-04-27T10:22:53.673Z] #77 61.24 libtoolize: copying file 'm4/libtool.m4'
10:22:53 [2023-04-27T10:22:53.673Z] #77 61.35 libtoolize: copying file 'm4/ltoptions.m4'
10:22:53 [2023-04-27T10:22:53.673Z] #77 61.49 libtoolize: copying file 'm4/ltsugar.m4'
10:22:53 [2023-04-27T10:22:53.673Z] #77 61.59 libtoolize: copying file 'm4/ltversion.m4'
10:22:53 [2023-04-27T10:22:53.673Z] #77 61.71 libtoolize: copying file 'm4/lt~obsolete.m4'
10:22:53 [2023-04-27T10:22:53.673Z] #77 61.84 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
10:22:53 [2023-04-27T10:22:53.673Z] #77 ...
10:22:53 [2023-04-27T10:22:53.673Z] 
10:22:53 [2023-04-27T10:22:53.673Z] #51 [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...)
10:22:53 [2023-04-27T10:22:53.673Z] #51 116.0 net/netip
10:22:56 [2023-04-27T10:22:56.945Z] #51 118.7 net
10:22:58 [2023-04-27T10:22:58.316Z] #51 120.2 crypto/elliptic
10:22:59 [2023-04-27T10:22:59.697Z] #51 121.8 crypto/internal/bigmod
10:22:59 [2023-04-27T10:22:59.697Z] #51 ...
10:22:59 [2023-04-27T10:22:59.697Z] 
10:22:59 [2023-04-27T10:22:59.697Z] #57 [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
10:22:59 [2023-04-27T10:22:59.697Z] #57 128.6 NAME:
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7    go-winres - A tool for embedding resources in Windows executables
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7 
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7 USAGE:
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7    go-winres [global options] command [command options] [arguments...]
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7 
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7 COMMANDS:
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7    init     Create an initial ./winres/winres.json
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7    make     Make syso files for the "go build" command
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7    simply   Make syso files for the "go build" command (simplified)
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7    extract  Extract all resources from an executable
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7    patch    Replace resources in an executable file (exe, dll)
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7    help, h  Shows a list of commands or help for one command
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7 
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7 GLOBAL OPTIONS:
10:22:59 [2023-04-27T10:22:59.954Z] #57 128.7    --help, -h  show help (default: false)
10:23:00 [2023-04-27T10:23:00.518Z] #57 DONE 129.4s
10:23:00 [2023-04-27T10:23:00.518Z] 
10:23:00 [2023-04-27T10:23:00.518Z] #51 [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...)
10:23:00 [2023-04-27T10:23:00.518Z] #51 122.6 crypto/internal/boring/bbig
10:23:00 [2023-04-27T10:23:00.518Z] #51 122.8 encoding/asn1
10:23:03 [2023-04-27T10:23:03.793Z] #51 125.4 vendor/golang.org/x/crypto/cryptobyte
10:23:05 [2023-04-27T10:23:05.163Z] #51 127.4 crypto/ecdsa
10:23:06 [2023-04-27T10:23:06.532Z] #51 ...
10:23:06 [2023-04-27T10:23:06.532Z] 
10:23:06 [2023-04-27T10:23:06.532Z] #77 [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
10:23:06 [2023-04-27T10:23:06.532Z] #77 74.75 configure.ac:7: installing 'build-aux/compile'
10:23:06 [2023-04-27T10:23:06.532Z] #77 74.79 configure.ac:9: installing 'build-aux/config.guess'
10:23:06 [2023-04-27T10:23:06.532Z] #77 74.79 configure.ac:9: installing 'build-aux/config.sub'
10:23:06 [2023-04-27T10:23:06.532Z] #77 74.81 configure.ac:11: installing 'build-aux/install-sh'
10:23:06 [2023-04-27T10:23:06.532Z] #77 74.81 configure.ac:11: installing 'build-aux/missing'
10:23:06 [2023-04-27T10:23:06.532Z] #77 75.05 Makefile.am: installing 'build-aux/depcomp'
10:23:06 [2023-04-27T10:23:06.532Z] #77 75.15 parallel-tests: installing 'build-aux/test-driver'
10:23:06 [2023-04-27T10:23:06.532Z] #77 77.37 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
10:23:06 [2023-04-27T10:23:06.532Z] #77 77.37 libtoolize: copying file 'build-aux/ltmain.sh'
10:23:06 [2023-04-27T10:23:06.532Z] #77 78.01 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
10:23:06 [2023-04-27T10:23:06.532Z] #77 78.01 libtoolize: copying file 'm4/libtool.m4'
10:23:06 [2023-04-27T10:23:06.532Z] #77 78.14 libtoolize: copying file 'm4/ltoptions.m4'
10:23:06 [2023-04-27T10:23:06.532Z] #77 78.30 libtoolize: copying file 'm4/ltsugar.m4'
10:23:06 [2023-04-27T10:23:06.532Z] #77 78.41 libtoolize: copying file 'm4/ltversion.m4'
10:23:06 [2023-04-27T10:23:06.789Z] #77 78.60 libtoolize: copying file 'm4/lt~obsolete.m4'
10:23:13 [2023-04-27T10:23:13.342Z] #77 ...
10:23:13 [2023-04-27T10:23:13.342Z] 
10:23:13 [2023-04-27T10:23:13.342Z] #51 [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...)
10:23:13 [2023-04-27T10:23:13.342Z] #51 129.0 crypto/rand
10:23:13 [2023-04-27T10:23:13.342Z] #51 129.7 crypto/ed25519
10:23:13 [2023-04-27T10:23:13.342Z] #51 130.3 crypto/rsa
10:23:13 [2023-04-27T10:23:13.342Z] #51 132.0 crypto/dsa
10:23:13 [2023-04-27T10:23:13.342Z] #51 132.4 crypto/x509/pkix
10:23:13 [2023-04-27T10:23:13.342Z] #51 133.0 net/url
10:23:13 [2023-04-27T10:23:13.342Z] #51 134.2 path/filepath
10:23:13 [2023-04-27T10:23:13.342Z] #51 134.7 vendor/golang.org/x/crypto/chacha20
10:23:13 [2023-04-27T10:23:13.342Z] #51 135.2 crypto/x509
10:23:13 [2023-04-27T10:23:13.342Z] #51 135.5 vendor/golang.org/x/crypto/internal/poly1305
10:23:13 [2023-04-27T10:23:13.599Z] #51 135.9 vendor/golang.org/x/crypto/chacha20poly1305
10:23:14 [2023-04-27T10:23:14.163Z] #51 136.3 vendor/golang.org/x/crypto/hkdf
10:23:14 [2023-04-27T10:23:14.163Z] #51 136.4 bufio
10:23:15 [2023-04-27T10:23:15.093Z] #51 137.3 encoding/json
10:23:20 [2023-04-27T10:23:20.346Z] #51 142.3 crypto/tls
10:23:20 [2023-04-27T10:23:20.346Z] #51 142.5 log
10:23:20 [2023-04-27T10:23:20.604Z] #51 ...
10:23:20 [2023-04-27T10:23:20.604Z] 
10:23:20 [2023-04-27T10:23:20.604Z] #77 [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
10:23:20 [2023-04-27T10:23:20.604Z] #77 92.43 configure.ac:11: installing 'build-aux/compile'
10:23:20 [2023-04-27T10:23:20.604Z] #77 92.45 configure.ac:11: installing 'build-aux/config.guess'
10:23:20 [2023-04-27T10:23:20.604Z] #77 92.46 configure.ac:11: installing 'build-aux/config.sub'
10:23:20 [2023-04-27T10:23:20.604Z] #77 92.46 configure.ac:13: installing 'build-aux/install-sh'
10:23:20 [2023-04-27T10:23:20.604Z] #77 92.47 configure.ac:13: installing 'build-aux/missing'
10:23:20 [2023-04-27T10:23:20.604Z] #77 92.47 configure.ac:8: installing 'build-aux/tap-driver.sh'
10:23:20 [2023-04-27T10:23:20.860Z] #77 92.67 Makefile.am: installing 'build-aux/depcomp'
10:23:22 [2023-04-27T10:23:22.485Z] #77 94.03 checking build system type... aarch64-unknown-linux-gnu
10:23:22 [2023-04-27T10:23:22.485Z] #77 94.39 checking host system type... aarch64-unknown-linux-gnu
10:23:22 [2023-04-27T10:23:22.485Z] #77 94.39 checking how to print strings... printf
10:23:22 [2023-04-27T10:23:22.485Z] #77 94.40 checking for gcc... gcc
10:23:23 [2023-04-27T10:23:23.015Z] #77 94.55 checking whether the C compiler works... yes
10:23:23 [2023-04-27T10:23:23.015Z] #77 94.90 checking for C compiler default output file name... a.out
10:23:23 [2023-04-27T10:23:23.272Z] #77 94.90 checking for suffix of executables... 
10:23:23 [2023-04-27T10:23:23.527Z] #77 95.12 checking whether we are cross compiling... no
10:23:23 [2023-04-27T10:23:23.783Z] #77 95.36 checking for suffix of object files... o
10:23:23 [2023-04-27T10:23:23.783Z] #77 95.57 checking whether we are using the GNU C compiler... yes
10:23:24 [2023-04-27T10:23:24.040Z] #77 95.71 checking whether gcc accepts -g... yes
10:23:24 [2023-04-27T10:23:24.296Z] #77 95.92 checking for gcc option to accept ISO C89... none needed
10:23:24 [2023-04-27T10:23:24.553Z] #77 96.20 checking whether gcc understands -c and -o together... yes
10:23:24 [2023-04-27T10:23:24.553Z] #77 96.48 checking for a sed that does not truncate output... /bin/sed
10:23:24 [2023-04-27T10:23:24.553Z] #77 96.51 checking for grep that handles long lines and -e... /bin/grep
10:23:24 [2023-04-27T10:23:24.810Z] #77 96.53 checking for egrep... /bin/grep -E
10:23:24 [2023-04-27T10:23:24.810Z] #77 96.54 checking for fgrep... /bin/grep -F
10:23:24 [2023-04-27T10:23:24.810Z] #77 96.55 checking for ld used by gcc... /usr/bin/ld
10:23:24 [2023-04-27T10:23:24.810Z] #77 96.58 checking if the linker (/usr/bin/ld) is GNU ld... yes
10:23:24 [2023-04-27T10:23:24.810Z] #77 96.60 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
10:23:24 [2023-04-27T10:23:24.810Z] #77 96.63 checking the name lister (/usr/bin/nm -B) interface... BSD nm
10:23:24 [2023-04-27T10:23:24.810Z] #77 96.75 checking whether ln -s works... yes
10:23:24 [2023-04-27T10:23:24.810Z] #77 96.76 checking the maximum length of command line arguments... 1572864
10:23:25 [2023-04-27T10:23:25.066Z] #77 96.79 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
10:23:25 [2023-04-27T10:23:25.066Z] #77 96.80 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
10:23:25 [2023-04-27T10:23:25.066Z] #77 96.80 checking for /usr/bin/ld option to reload object files... -r
10:23:25 [2023-04-27T10:23:25.066Z] #77 96.80 checking for objdump... objdump
10:23:25 [2023-04-27T10:23:25.066Z] #77 96.81 checking how to recognize dependent libraries... pass_all
10:23:25 [2023-04-27T10:23:25.066Z] #77 96.81 checking for dlltool... no
10:23:25 [2023-04-27T10:23:25.066Z] #77 96.81 checking how to associate runtime and link libraries... printf %s\n
10:23:25 [2023-04-27T10:23:25.066Z] #77 96.82 checking for ar... ar
10:23:25 [2023-04-27T10:23:25.066Z] #77 96.82 checking for archiver @FILE support... @
10:23:25 [2023-04-27T10:23:25.323Z] #77 97.07 checking for strip... strip
10:23:25 [2023-04-27T10:23:25.323Z] #77 97.08 checking for ranlib... ranlib
10:23:25 [2023-04-27T10:23:25.323Z] #77 97.08 checking for gawk... no
10:23:25 [2023-04-27T10:23:25.323Z] #77 97.09 checking for mawk... mawk
10:23:25 [2023-04-27T10:23:25.886Z] #77 97.09 checking command to parse /usr/bin/nm -B output from gcc object... ok
10:23:25 [2023-04-27T10:23:25.886Z] #77 97.73 checking for sysroot... no
10:23:25 [2023-04-27T10:23:25.886Z] #77 97.75 checking for a working dd... /bin/dd
10:23:25 [2023-04-27T10:23:25.886Z] #77 97.78 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
10:23:25 [2023-04-27T10:23:25.886Z] #77 97.79 checking for mt... no
10:23:25 [2023-04-27T10:23:25.886Z] #77 97.81 checking if : is a manifest tool... no
10:23:26 [2023-04-27T10:23:26.143Z] #77 97.83 checking how to run the C preprocessor... gcc -E
10:23:27 [2023-04-27T10:23:27.328Z] #77 98.22 checking for ANSI C header files... yes
10:23:27 [2023-04-27T10:23:27.328Z] #77 99.06 checking for sys/types.h... yes
10:23:27 [2023-04-27T10:23:27.585Z] #77 99.29 checking for sys/stat.h... yes
10:23:27 [2023-04-27T10:23:27.842Z] #77 99.50 checking for stdlib.h... yes
10:23:27 [2023-04-27T10:23:27.842Z] #77 99.73 checking for string.h... yes
10:23:28 [2023-04-27T10:23:28.355Z] #77 99.96 checking for memory.h... yes
10:23:28 [2023-04-27T10:23:28.355Z] #77 100.1 checking for strings.h... yes
10:23:28 [2023-04-27T10:23:28.918Z] #77 100.4 checking for inttypes.h... yes
10:23:29 [2023-04-27T10:23:29.174Z] #77 100.7 checking for stdint.h... yes
10:23:29 [2023-04-27T10:23:29.174Z] #77 100.9 checking for unistd.h... yes
10:23:29 [2023-04-27T10:23:29.430Z] #77 101.1 checking for dlfcn.h... yes
10:23:29 [2023-04-27T10:23:29.430Z] #77 101.3 checking for objdir... .libs
10:23:29 [2023-04-27T10:23:29.944Z] #77 101.7 checking if gcc supports -fno-rtti -fno-exceptions... no
10:23:29 [2023-04-27T10:23:29.945Z] #77 101.9 checking for gcc option to produce PIC... -fPIC -DPIC
10:23:30 [2023-04-27T10:23:30.205Z] #77 101.9 checking if gcc PIC flag -fPIC -DPIC works... yes
10:23:30 [2023-04-27T10:23:30.768Z] #77 102.0 checking if gcc static flag -static works... yes
10:23:30 [2023-04-27T10:23:30.768Z] #77 102.5 checking if gcc supports -c -o file.o... yes
10:23:30 [2023-04-27T10:23:30.768Z] #77 102.7 checking if gcc supports -c -o file.o... (cached) yes
10:23:30 [2023-04-27T10:23:30.768Z] #77 102.7 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
10:23:31 [2023-04-27T10:23:31.024Z] #77 102.8 checking dynamic linker characteristics... 
10:23:31 [2023-04-27T10:23:31.024Z] #77 ...
10:23:31 [2023-04-27T10:23:31.024Z] 
10:23:31 [2023-04-27T10:23:31.024Z] #51 [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...)
10:23:31 [2023-04-27T10:23:31.024Z] #51 143.1 github.com/Sirupsen/logrus
10:23:31 [2023-04-27T10:23:31.024Z] #51 144.5 github.com/Sirupsen/logrus/formatters/logstash
10:23:31 [2023-04-27T10:23:31.024Z] #51 144.6 io/ioutil
10:23:31 [2023-04-27T10:23:31.024Z] #51 144.8 github.com/bugsnag/bugsnag-go/errors
10:23:31 [2023-04-27T10:23:31.024Z] #51 145.3 github.com/bugsnag/osext
10:23:31 [2023-04-27T10:23:31.024Z] #51 145.4 os/exec
10:23:31 [2023-04-27T10:23:31.024Z] #51 146.5 os/signal
10:23:31 [2023-04-27T10:23:31.024Z] #51 147.0 github.com/bugsnag/panicwrap
10:23:31 [2023-04-27T10:23:31.024Z] #51 147.4 compress/flate
10:23:31 [2023-04-27T10:23:31.024Z] #51 149.8 hash/crc32
10:23:31 [2023-04-27T10:23:31.024Z] #51 150.5 compress/gzip
10:23:31 [2023-04-27T10:23:31.024Z] #51 151.2 vendor/golang.org/x/text/transform
10:23:31 [2023-04-27T10:23:31.024Z] #51 152.1 vendor/golang.org/x/text/unicode/bidi
10:23:31 [2023-04-27T10:23:31.321Z] #51 ...
10:23:31 [2023-04-27T10:23:31.321Z] 
10:23:31 [2023-04-27T10:23:31.321Z] #77 [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
10:23:31 [2023-04-27T10:23:31.321Z] #77 102.8 checking dynamic linker characteristics... GNU/Linux ld.so
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.1 checking how to hardcode library paths into programs... immediate
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.1 checking whether stripping libraries is possible... yes
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.1 checking if libtool supports shared libraries... yes
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.1 checking whether to build shared libraries... no
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.1 checking whether to build static libraries... yes
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.1 checking for a BSD-compatible install... /usr/bin/install -c
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.1 checking whether build environment is sane... yes
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.2 checking whether make sets $(MAKE)... yes
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.3 checking whether make supports the include directive... yes (GNU style)
10:23:31 [2023-04-27T10:23:31.321Z] #77 103.3 checking whether make supports nested variables... yes
10:23:31 [2023-04-27T10:23:31.593Z] #77 103.4 checking whether UID '0' is supported by ustar format... yes
10:23:31 [2023-04-27T10:23:31.593Z] #77 103.5 checking whether GID '0' is supported by ustar format... yes
10:23:31 [2023-04-27T10:23:31.862Z] #77 103.5 checking how to create a ustar tar archive... gnutar
10:23:31 [2023-04-27T10:23:31.862Z] #77 103.6 checking dependency style of gcc... gcc3
10:23:32 [2023-04-27T10:23:32.133Z] #77 103.9 checking whether to enable maintainer-specific portions of Makefiles... yes
10:23:32 [2023-04-27T10:23:32.133Z] #77 103.9 checking whether make supports nested variables... (cached) yes
10:23:32 [2023-04-27T10:23:32.133Z] #77 103.9 checking for gawk... (cached) mawk
10:23:32 [2023-04-27T10:23:32.133Z] #77 103.9 checking for a sed that does not truncate output... (cached) /bin/sed
10:23:32 [2023-04-27T10:23:32.133Z] #77 103.9 checking for gcc... (cached) gcc
10:23:32 [2023-04-27T10:23:32.133Z] #77 104.1 checking whether we are using the GNU C compiler... (cached) yes
10:23:32 [2023-04-27T10:23:32.133Z] #77 104.1 checking whether gcc accepts -g... (cached) yes
10:23:32 [2023-04-27T10:23:32.133Z] #77 104.1 checking for gcc option to accept ISO C89... (cached) none needed
10:23:32 [2023-04-27T10:23:32.133Z] #77 104.1 checking whether gcc understands -c and -o together... (cached) yes
10:23:32 [2023-04-27T10:23:32.133Z] #77 104.1 checking for a Python interpreter with version >= 3... python3
10:23:32 [2023-04-27T10:23:32.389Z] #77 104.2 checking for python3... /usr/bin/python3
10:23:32 [2023-04-27T10:23:32.389Z] #77 104.2 checking for python3 version... 3.9
10:23:32 [2023-04-27T10:23:32.389Z] #77 104.2 checking for python3 platform... linux
10:23:32 [2023-04-27T10:23:32.646Z] #77 104.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
10:23:32 [2023-04-27T10:23:32.646Z] #77 104.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
10:23:32 [2023-04-27T10:23:32.646Z] #77 104.7 checking for go-md2man... no
10:23:33 [2023-04-27T10:23:33.211Z] #77 104.7 checking error.h usability... yes
10:23:33 [2023-04-27T10:23:33.211Z] #77 104.9 checking error.h presence... yes
10:23:33 [2023-04-27T10:23:33.211Z] #77 105.0 checking for error.h... yes
10:23:33 [2023-04-27T10:23:33.469Z] #77 105.1 checking linux/openat2.h usability... yes
10:23:33 [2023-04-27T10:23:33.469Z] #77 105.3 checking linux/openat2.h presence... yes
10:23:33 [2023-04-27T10:23:33.469Z] #77 105.4 checking for linux/openat2.h... yes
10:23:33 [2023-04-27T10:23:33.744Z] #77 105.4 checking for copy_file_range... yes
10:23:34 [2023-04-27T10:23:34.005Z] #77 105.8 checking for fgetxattr... yes
10:23:34 [2023-04-27T10:23:34.519Z] #77 106.1 checking for statx... yes
10:23:34 [2023-04-27T10:23:34.776Z] #77 106.4 checking for fgetpwent_r... yes
10:23:35 [2023-04-27T10:23:35.032Z] #77 106.8 checking for issetugid... no
10:23:35 [2023-04-27T10:23:35.288Z] #77 107.1 checking for pkg-config... /usr/bin/pkg-config
10:23:35 [2023-04-27T10:23:35.288Z] #77 107.1 checking pkg-config is at least version 0.9.0... yes
10:23:35 [2023-04-27T10:23:35.851Z] #77 107.1 checking for library containing yajl_tree_get... -lyajl
10:23:35 [2023-04-27T10:23:35.851Z] #77 107.6 checking for yajl >= 2.0.0... yes
10:23:36 [2023-04-27T10:23:36.108Z] #77 107.7 checking sys/capability.h usability... yes
10:23:36 [2023-04-27T10:23:36.108Z] #77 107.9 checking sys/capability.h presence... yes
10:23:36 [2023-04-27T10:23:36.366Z] #77 108.1 checking for sys/capability.h... yes
10:23:36 [2023-04-27T10:23:36.623Z] #77 108.1 checking for library containing cap_from_name... -lcap
10:23:37 [2023-04-27T10:23:37.186Z] #77 108.6 checking for library containing dlopen... -ldl
10:23:37 [2023-04-27T10:23:37.443Z] #77 109.2 checking seccomp.h usability... yes
10:23:37 [2023-04-27T10:23:37.700Z] #77 109.4 checking seccomp.h presence... yes
10:23:37 [2023-04-27T10:23:37.700Z] #77 109.5 checking for seccomp.h... yes
10:23:38 [2023-04-27T10:23:38.264Z] #77 109.5 checking for library containing seccomp_rule_add... -lseccomp
10:23:38 [2023-04-27T10:23:38.521Z] #77 110.1 checking for library containing seccomp_arch_resolve_name... none required
10:23:38 [2023-04-27T10:23:38.778Z] #77 110.3 checking systemd/sd-bus.h usability... yes
10:23:38 [2023-04-27T10:23:38.778Z] #77 110.6 checking systemd/sd-bus.h presence... yes
10:23:39 [2023-04-27T10:23:39.035Z] #77 110.8 checking for systemd/sd-bus.h... yes
10:23:39 [2023-04-27T10:23:39.599Z] #77 110.8 checking for library containing sd_bus_match_signal_async... -lsystemd
10:23:39 [2023-04-27T10:23:39.856Z] #77 111.4 checking for sd_notify_barrier... yes
10:23:40 [2023-04-27T10:23:40.113Z] #77 111.7 checking linux/bpf.h usability... yes
10:23:40 [2023-04-27T10:23:40.113Z] #77 111.9 checking linux/bpf.h presence... yes
10:23:40 [2023-04-27T10:23:40.113Z] #77 112.0 checking for linux/bpf.h... yes
10:23:40 [2023-04-27T10:23:40.370Z] #77 112.0 checking compilation for eBPF... yes
10:23:40 [2023-04-27T10:23:40.370Z] #77 112.1 checking for criu >= 3.15... no
10:23:40 [2023-04-27T10:23:40.370Z] #77 112.2 configure: CRIU headers not found, building without CRIU support
10:23:40 [2023-04-27T10:23:40.370Z] #77 112.2 checking for criu > 3.16... no
10:23:40 [2023-04-27T10:23:40.370Z] #77 112.2 configure: CRIU version doesn't support join-ns API
10:23:40 [2023-04-27T10:23:40.370Z] #77 112.2 checking for criu > 3.16.1... no
10:23:40 [2023-04-27T10:23:40.370Z] #77 112.2 configure: CRIU version doesn't support for pre-dumping
10:23:40 [2023-04-27T10:23:40.370Z] #77 112.2 checking for new mount API (fsconfig)... yes
10:23:40 [2023-04-27T10:23:40.627Z] #77 112.3 checking for seccomp notify API... yes
10:23:40 [2023-04-27T10:23:40.627Z] #77 112.4 checking for gperf... no
10:23:40 [2023-04-27T10:23:40.627Z] #77 112.4 configure: gperf not found - cannot rebuild signal parser code
10:23:40 [2023-04-27T10:23:40.627Z] #77 112.4 checking for library containing argp_parse... none required
10:23:40 [2023-04-27T10:23:40.884Z] #77 112.8 checking that generated files are newer than configure... done
10:23:40 [2023-04-27T10:23:40.884Z] #77 112.8 configure: creating ./config.status
10:23:43 [2023-04-27T10:23:43.406Z] #77 ...
10:23:43 [2023-04-27T10:23:43.406Z] 
10:23:43 [2023-04-27T10:23:43.406Z] #51 [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...)
10:23:43 [2023-04-27T10:23:43.406Z] #51 155.2 vendor/golang.org/x/text/secure/bidirule
10:23:43 [2023-04-27T10:23:43.406Z] #51 155.6 vendor/golang.org/x/text/unicode/norm
10:23:43 [2023-04-27T10:23:43.406Z] #51 157.7 net/textproto
10:23:43 [2023-04-27T10:23:43.406Z] #51 158.6 vendor/golang.org/x/net/http2/hpack
10:23:43 [2023-04-27T10:23:43.406Z] #51 160.3 mime
10:23:43 [2023-04-27T10:23:43.406Z] #51 161.0 vendor/golang.org/x/net/idna
10:23:43 [2023-04-27T10:23:43.406Z] #51 161.8 mime/quotedprintable
10:23:43 [2023-04-27T10:23:43.406Z] #51 162.1 mime/multipart
10:23:43 [2023-04-27T10:23:43.406Z] #51 163.2 net/http/httptrace
10:23:43 [2023-04-27T10:23:43.406Z] #51 163.8 net/http/internal
10:23:43 [2023-04-27T10:23:43.406Z] #51 164.2 vendor/golang.org/x/net/http/httpguts
10:23:43 [2023-04-27T10:23:43.406Z] #51 164.3 vendor/golang.org/x/net/http/httpproxy
10:23:43 [2023-04-27T10:23:43.406Z] #51 164.5 net/http/internal/ascii
10:23:43 [2023-04-27T10:23:43.406Z] #51 164.6 regexp/syntax
10:23:43 [2023-04-27T10:23:43.406Z] #51 164.8 net/http
10:23:43 [2023-04-27T10:23:43.969Z] #51 ...
10:23:43 [2023-04-27T10:23:43.969Z] 
10:23:43 [2023-04-27T10:23:43.969Z] #61 [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
10:23:43 [2023-04-27T10:23:43.969Z] #61 172.9 gotestsum version dev
10:23:46 [2023-04-27T10:23:46.492Z] #61 DONE 175.0s
10:23:46 [2023-04-27T10:23:46.492Z] 
10:23:46 [2023-04-27T10:23:46.492Z] #77 [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
10:23:46 [2023-04-27T10:23:46.492Z] #77 116.4 config.status: creating Makefile
10:23:46 [2023-04-27T10:23:46.492Z] #77 116.5 config.status: creating rpm/crun.spec
10:23:46 [2023-04-27T10:23:46.492Z] #77 116.6 config.status: creating config.h
10:23:46 [2023-04-27T10:23:46.492Z] #77 116.7 config.status: executing libtool commands
10:23:46 [2023-04-27T10:23:46.492Z] #77 116.7 config.status: executing depfiles commands
10:23:46 [2023-04-27T10:23:46.749Z] #77 118.6 === configuring in libocispec (/tmp/crun-build/libocispec)
10:23:46 [2023-04-27T10:23:46.749Z] #77 118.7 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
10:23:47 [2023-04-27T10:23:47.312Z] #77 119.3 checking for gcc... gcc
10:23:47 [2023-04-27T10:23:47.825Z] #77 119.4 checking whether the C compiler works... yes
10:23:47 [2023-04-27T10:23:47.825Z] #77 119.5 checking for C compiler default output file name... a.out
10:23:47 [2023-04-27T10:23:47.825Z] #77 119.5 checking for suffix of executables... 
10:23:48 [2023-04-27T10:23:48.082Z] #77 119.8 checking whether we are cross compiling... no
10:23:48 [2023-04-27T10:23:48.338Z] #77 120.0 checking for suffix of object files... o
10:23:48 [2023-04-27T10:23:48.338Z] #77 120.2 checking whether we are using the GNU C compiler... yes
10:23:48 [2023-04-27T10:23:48.338Z] #77 120.3 checking whether gcc accepts -g... yes
10:23:48 [2023-04-27T10:23:48.902Z] #77 120.4 checking for gcc option to accept ISO C89... none needed
10:23:49 [2023-04-27T10:23:49.160Z] #77 120.7 checking whether gcc understands -c and -o together... yes
10:23:49 [2023-04-27T10:23:49.160Z] #77 120.9 checking how to run the C preprocessor... gcc -E
10:23:49 [2023-04-27T10:23:49.417Z] #77 121.2 checking for grep that handles long lines and -e... /bin/grep
10:23:49 [2023-04-27T10:23:49.417Z] #77 121.2 checking for egrep... /bin/grep -E
10:23:49 [2023-04-27T10:23:49.981Z] #77 121.2 checking for ANSI C header files... yes
10:23:49 [2023-04-27T10:23:49.981Z] #77 121.9 checking for sys/types.h... yes
10:23:50 [2023-04-27T10:23:50.495Z] #77 122.0 checking for sys/stat.h... yes
10:23:50 [2023-04-27T10:23:50.495Z] #77 122.4 checking for stdlib.h... yes
10:23:50 [2023-04-27T10:23:50.751Z] #77 122.5 checking for string.h... yes
10:23:51 [2023-04-27T10:23:51.008Z] #77 122.7 checking for memory.h... yes
10:23:51 [2023-04-27T10:23:51.265Z] #77 123.0 checking for strings.h... yes
10:23:51 [2023-04-27T10:23:51.265Z] #77 123.2 checking for inttypes.h... yes
10:23:51 [2023-04-27T10:23:51.779Z] #77 123.3 checking for stdint.h... yes
10:23:51 [2023-04-27T10:23:51.779Z] #77 123.5 checking for unistd.h... yes
10:23:52 [2023-04-27T10:23:52.035Z] #77 123.7 checking minix/config.h usability... no
10:23:52 [2023-04-27T10:23:52.035Z] #77 123.9 checking minix/config.h presence... no
10:23:52 [2023-04-27T10:23:52.292Z] #77 124.0 checking for minix/config.h... no
10:23:52 [2023-04-27T10:23:52.292Z] #77 124.0 checking whether it is safe to define __EXTENSIONS__... yes
10:23:52 [2023-04-27T10:23:52.809Z] #77 124.3 checking build system type... aarch64-unknown-linux-gnu
10:23:52 [2023-04-27T10:23:52.809Z] #77 124.7 checking host system type... aarch64-unknown-linux-gnu
10:23:52 [2023-04-27T10:23:52.809Z] #77 124.7 checking how to print strings... printf
10:23:52 [2023-04-27T10:23:52.809Z] #77 124.7 checking for a sed that does not truncate output... /bin/sed
10:23:52 [2023-04-27T10:23:52.809Z] #77 124.8 checking for fgrep... /bin/grep -F
10:23:52 [2023-04-27T10:23:52.809Z] #77 124.8 checking for ld used by gcc... /usr/bin/ld
10:23:53 [2023-04-27T10:23:53.066Z] #77 124.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
10:23:53 [2023-04-27T10:23:53.066Z] #77 124.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
10:23:53 [2023-04-27T10:23:53.066Z] #77 124.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm
10:23:53 [2023-04-27T10:23:53.066Z] #77 125.0 checking whether ln -s works... yes
10:23:53 [2023-04-27T10:23:53.066Z] #77 125.0 checking the maximum length of command line arguments... 1572864
10:23:53 [2023-04-27T10:23:53.066Z] #77 125.0 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
10:23:53 [2023-04-27T10:23:53.066Z] #77 125.0 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
10:23:53 [2023-04-27T10:23:53.066Z] #77 125.0 checking for /usr/bin/ld option to reload object files... -r
10:23:53 [2023-04-27T10:23:53.066Z] #77 125.0 checking for objdump... objdump
10:23:53 [2023-04-27T10:23:53.066Z] #77 125.1 checking how to recognize dependent libraries... pass_all
10:23:53 [2023-04-27T10:23:53.324Z] #77 125.1 checking for dlltool... no
10:23:53 [2023-04-27T10:23:53.324Z] #77 125.1 checking how to associate runtime and link libraries... printf %s\n
10:23:53 [2023-04-27T10:23:53.324Z] #77 125.1 checking for ar... ar
10:23:53 [2023-04-27T10:23:53.324Z] #77 125.1 checking for archiver @FILE support... @
10:23:53 [2023-04-27T10:23:53.324Z] #77 125.2 checking for strip... strip
10:23:53 [2023-04-27T10:23:53.324Z] #77 125.2 checking for ranlib... ranlib
10:23:53 [2023-04-27T10:23:53.324Z] #77 125.2 checking for gawk... no
10:23:53 [2023-04-27T10:23:53.324Z] #77 125.2 checking for mawk... mawk
10:23:53 [2023-04-27T10:23:53.579Z] #77 125.2 checking command to parse /usr/bin/nm -B output from gcc object... ok
10:23:53 [2023-04-27T10:23:53.835Z] #77 125.6 checking for sysroot... no
10:23:53 [2023-04-27T10:23:53.835Z] #77 125.7 checking for a working dd... /bin/dd
10:23:53 [2023-04-27T10:23:53.835Z] #77 125.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
10:23:53 [2023-04-27T10:23:53.835Z] #77 125.7 checking for mt... no
10:23:53 [2023-04-27T10:23:53.835Z] #77 125.7 checking if : is a manifest tool... no
10:23:54 [2023-04-27T10:23:54.091Z] #77 125.8 checking for dlfcn.h... yes
10:23:54 [2023-04-27T10:23:54.091Z] #77 126.0 checking for objdir... .libs
10:23:54 [2023-04-27T10:23:54.654Z] #77 126.4 checking if gcc supports -fno-rtti -fno-exceptions... no
10:23:54 [2023-04-27T10:23:54.654Z] #77 126.6 checking for gcc option to produce PIC... -fPIC -DPIC
10:23:54 [2023-04-27T10:23:54.910Z] #77 126.6 checking if gcc PIC flag -fPIC -DPIC works... yes
10:23:55 [2023-04-27T10:23:55.167Z] #77 126.7 checking if gcc static flag -static works... yes
10:23:55 [2023-04-27T10:23:55.425Z] #77 127.1 checking if gcc supports -c -o file.o... yes
10:23:55 [2023-04-27T10:23:55.681Z] #77 127.4 checking if gcc supports -c -o file.o... (cached) yes
10:23:55 [2023-04-27T10:23:55.681Z] #77 127.4 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.4 checking dynamic linker characteristics... GNU/Linux ld.so
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.7 checking how to hardcode library paths into programs... immediate
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.7 checking whether stripping libraries is possible... yes
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.7 checking if libtool supports shared libraries... yes
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.7 checking whether to build shared libraries... no
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.7 checking whether to build static libraries... yes
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.7 checking for a BSD-compatible install... /usr/bin/install -c
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.7 checking whether build environment is sane... yes
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.8 checking whether make sets $(MAKE)... yes
10:23:55 [2023-04-27T10:23:55.939Z] #77 127.9 checking whether make supports the include directive... yes (GNU style)
10:23:56 [2023-04-27T10:23:56.196Z] #77 127.9 checking whether make supports nested variables... yes
10:23:56 [2023-04-27T10:23:56.196Z] #77 128.0 checking whether UID '0' is supported by ustar format... yes
10:23:56 [2023-04-27T10:23:56.196Z] #77 128.0 checking whether GID '0' is supported by ustar format... yes
10:23:56 [2023-04-27T10:23:56.196Z] #77 128.0 checking how to create a ustar tar archive... gnutar
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.1 checking dependency style of gcc... gcc3
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.3 checking whether to enable maintainer-specific portions of Makefiles... yes
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.3 checking whether make supports nested variables... (cached) yes
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.3 checking for pkg-config... /usr/bin/pkg-config
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.3 checking pkg-config is at least version 0.9.0... yes
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.3 checking for yajl >= 2.1.0... yes
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.4 checking for a sed that does not truncate output... (cached) /bin/sed
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.4 checking for gcc... (cached) gcc
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.4 checking whether we are using the GNU C compiler... (cached) yes
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.4 checking whether gcc accepts -g... (cached) yes
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.4 checking for gcc option to accept ISO C89... (cached) none needed
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.4 checking whether gcc understands -c and -o together... (cached) yes
10:23:56 [2023-04-27T10:23:56.452Z] #77 128.4 checking for a Python interpreter with version >= 3... 
10:23:56 [2023-04-27T10:23:56.452Z] #77 ...
10:23:56 [2023-04-27T10:23:56.452Z] 
10:23:56 [2023-04-27T10:23:56.452Z] #51 [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...)
10:23:56 [2023-04-27T10:23:56.452Z] #51 168.8 regexp
10:23:56 [2023-04-27T10:23:56.452Z] #51 170.9 gopkg.in/yaml.v2
10:23:56 [2023-04-27T10:23:56.709Z] #51 ...
10:23:56 [2023-04-27T10:23:56.709Z] 
10:23:56 [2023-04-27T10:23:56.709Z] #77 [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
10:23:56 [2023-04-27T10:23:56.709Z] #77 128.4 checking for a Python interpreter with version >= 3... python3
10:23:56 [2023-04-27T10:23:56.709Z] #77 128.5 checking for python3... /usr/bin/python3
10:23:56 [2023-04-27T10:23:56.709Z] #77 128.5 checking for python3 version... 3.9
10:23:56 [2023-04-27T10:23:56.709Z] #77 128.6 checking for python3 platform... linux
10:23:56 [2023-04-27T10:23:56.966Z] #77 128.6 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
10:23:57 [2023-04-27T10:23:57.223Z] #77 128.8 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
10:23:57 [2023-04-27T10:23:57.480Z] #77 129.2 checking that generated files are newer than configure... done
10:23:57 [2023-04-27T10:23:57.480Z] #77 129.2 configure: creating ./config.status
10:24:00 [2023-04-27T10:24:00.753Z] #77 132.2 config.status: creating Makefile
10:24:00 [2023-04-27T10:24:00.753Z] #77 132.3 config.status: creating config.h
10:24:00 [2023-04-27T10:24:00.753Z] #77 132.3 config.status: executing libtool commands
10:24:00 [2023-04-27T10:24:00.753Z] #77 132.4 config.status: executing depfiles commands
10:24:01 [2023-04-27T10:24:01.683Z] #77 133.4 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
10:24:01 [2023-04-27T10:24:01.684Z] #77 133.4 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
10:24:02 [2023-04-27T10:24:02.198Z] #77 133.9 checking for gcc... gcc
10:24:02 [2023-04-27T10:24:02.455Z] #77 134.1 checking whether the C compiler works... yes
10:24:02 [2023-04-27T10:24:02.455Z] #77 134.3 checking for C compiler default output file name... a.out
10:24:02 [2023-04-27T10:24:02.712Z] #77 134.3 checking for suffix of executables... 
10:24:02 [2023-04-27T10:24:02.969Z] #77 134.5 checking whether we are cross compiling... no
10:24:02 [2023-04-27T10:24:02.969Z] #77 134.7 checking for suffix of object files... o
10:24:02 [2023-04-27T10:24:02.969Z] #77 134.8 checking whether we are using the GNU C compiler... yes
10:24:03 [2023-04-27T10:24:03.226Z] #77 134.9 checking whether gcc accepts -g... yes
10:24:03 [2023-04-27T10:24:03.483Z] #77 135.1 checking for gcc option to accept ISO C89... none needed
10:24:03 [2023-04-27T10:24:03.739Z] #77 135.3 checking whether gcc understands -c and -o together... yes
10:24:03 [2023-04-27T10:24:03.739Z] #77 135.6 checking for a BSD-compatible install... /usr/bin/install -c
10:24:03 [2023-04-27T10:24:03.739Z] #77 135.6 checking whether build environment is sane... yes
10:24:03 [2023-04-27T10:24:03.739Z] #77 135.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
10:24:03 [2023-04-27T10:24:03.739Z] #77 135.7 checking for gawk... no
10:24:03 [2023-04-27T10:24:03.739Z] #77 135.7 checking for mawk... mawk
10:24:03 [2023-04-27T10:24:03.739Z] #77 135.7 checking whether make sets $(MAKE)... yes
10:24:03 [2023-04-27T10:24:03.995Z] #77 135.7 checking whether make supports the include directive... yes (GNU style)
10:24:03 [2023-04-27T10:24:03.995Z] #77 135.8 checking whether make supports nested variables... yes
10:24:03 [2023-04-27T10:24:03.995Z] #77 135.8 checking whether UID '0' is supported by ustar format... yes
10:24:03 [2023-04-27T10:24:03.995Z] #77 135.9 checking whether GID '0' is supported by ustar format... yes
10:24:03 [2023-04-27T10:24:03.995Z] #77 135.9 checking how to create a ustar tar archive... gnutar
10:24:04 [2023-04-27T10:24:04.251Z] #77 136.0 checking dependency style of gcc... gcc3
10:24:04 [2023-04-27T10:24:04.251Z] #77 136.2 checking whether to enable maintainer-specific portions of Makefiles... yes
10:24:04 [2023-04-27T10:24:04.251Z] #77 136.2 checking whether make supports nested variables... (cached) yes
10:24:04 [2023-04-27T10:24:04.814Z] #77 136.2 checking build system type... aarch64-unknown-linux-gnu
10:24:04 [2023-04-27T10:24:04.814Z] #77 136.6 checking host system type... aarch64-unknown-linux-gnu
10:24:04 [2023-04-27T10:24:04.814Z] #77 136.6 checking how to print strings... printf
10:24:04 [2023-04-27T10:24:04.814Z] #77 136.7 checking for a sed that does not truncate output... /bin/sed
10:24:04 [2023-04-27T10:24:04.814Z] #77 136.7 checking for grep that handles long lines and -e... /bin/grep
10:24:04 [2023-04-27T10:24:04.814Z] #77 136.7 checking for egrep... /bin/grep -E
10:24:04 [2023-04-27T10:24:04.814Z] #77 136.7 checking for fgrep... /bin/grep -F
10:24:04 [2023-04-27T10:24:04.814Z] #77 136.7 checking for ld used by gcc... /usr/bin/ld
10:24:04 [2023-04-27T10:24:04.814Z] #77 136.7 checking if the linker (/usr/bin/ld) is GNU ld... yes
10:24:04 [2023-04-27T10:24:04.814Z] #77 136.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
10:24:05 [2023-04-27T10:24:05.070Z] #77 136.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm
10:24:05 [2023-04-27T10:24:05.070Z] #77 136.9 checking whether ln -s works... yes
10:24:05 [2023-04-27T10:24:05.070Z] #77 136.9 checking the maximum length of command line arguments... 1572864
10:24:05 [2023-04-27T10:24:05.070Z] #77 137.0 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
10:24:05 [2023-04-27T10:24:05.070Z] #77 137.0 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
10:24:05 [2023-04-27T10:24:05.070Z] #77 137.0 checking for /usr/bin/ld option to reload object files... -r
10:24:05 [2023-04-27T10:24:05.070Z] #77 137.0 checking for objdump... objdump
10:24:05 [2023-04-27T10:24:05.070Z] #77 137.0 checking how to recognize dependent libraries... pass_all
10:24:05 [2023-04-27T10:24:05.070Z] #77 137.0 checking for dlltool... no
10:24:05 [2023-04-27T10:24:05.070Z] #77 137.0 checking how to associate runtime and link libraries... printf %s\n
10:24:05 [2023-04-27T10:24:05.070Z] #77 137.0 checking for ar... ar
10:24:05 [2023-04-27T10:24:05.326Z] #77 137.0 checking for archiver @FILE support... @
10:24:05 [2023-04-27T10:24:05.326Z] #77 137.2 checking for strip... strip
10:24:05 [2023-04-27T10:24:05.326Z] #77 137.2 checking for ranlib... ranlib
10:24:05 [2023-04-27T10:24:05.888Z] #77 137.2 checking command to parse /usr/bin/nm -B output from gcc object... ok
10:24:05 [2023-04-27T10:24:05.888Z] #77 137.7 checking for sysroot... no
10:24:05 [2023-04-27T10:24:05.888Z] #77 137.7 checking for a working dd... /bin/dd
10:24:05 [2023-04-27T10:24:05.888Z] #77 137.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
10:24:05 [2023-04-27T10:24:05.888Z] #77 137.8 checking for mt... no
10:24:05 [2023-04-27T10:24:05.888Z] #77 137.8 checking if : is a manifest tool... no
10:24:06 [2023-04-27T10:24:06.144Z] #77 137.8 checking how to run the C preprocessor... gcc -E
10:24:06 [2023-04-27T10:24:06.963Z] #77 138.2 checking for ANSI C header files... yes
10:24:07 [2023-04-27T10:24:07.222Z] #77 139.0 checking for sys/types.h... yes
10:24:07 [2023-04-27T10:24:07.222Z] #77 ...
10:24:07 [2023-04-27T10:24:07.222Z] 
10:24:07 [2023-04-27T10:24:07.222Z] #51 [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...)
10:24:07 [2023-04-27T10:24:07.222Z] #51 179.3 github.com/docker/distribution/uuid
10:24:07 [2023-04-27T10:24:07.222Z] #51 179.7 golang.org/x/net/context
10:24:07 [2023-04-27T10:24:07.222Z] #51 180.1 github.com/docker/distribution/digest
10:24:07 [2023-04-27T10:24:07.222Z] #51 181.0 github.com/docker/distribution/reference
10:24:07 [2023-04-27T10:24:07.222Z] #51 181.8 encoding/base32
10:24:07 [2023-04-27T10:24:07.222Z] #51 182.3 github.com/docker/libtrust
10:24:07 [2023-04-27T10:24:07.222Z] #51 186.8 github.com/stevvooe/resumable
10:24:07 [2023-04-27T10:24:07.222Z] #51 187.0 internal/saferio
10:24:07 [2023-04-27T10:24:07.222Z] #51 187.2 encoding/gob
10:24:07 [2023-04-27T10:24:07.222Z] #51 ...
10:24:07 [2023-04-27T10:24:07.222Z] 
10:24:07 [2023-04-27T10:24:07.222Z] #77 [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
10:24:07 [2023-04-27T10:24:07.480Z] #77 139.1 checking for sys/stat.h... yes
10:24:07 [2023-04-27T10:24:07.480Z] #77 139.3 checking for stdlib.h... yes
10:24:07 [2023-04-27T10:24:07.737Z] #77 139.5 checking for string.h... yes
10:24:07 [2023-04-27T10:24:07.993Z] #77 139.7 checking for memory.h... yes
10:24:08 [2023-04-27T10:24:08.250Z] #77 140.0 checking for strings.h... yes
10:24:08 [2023-04-27T10:24:08.506Z] #77 140.1 checking for inttypes.h... yes
10:24:08 [2023-04-27T10:24:08.506Z] #77 140.3 checking for stdint.h... yes
10:24:08 [2023-04-27T10:24:08.763Z] #77 140.5 checking for unistd.h... yes
10:24:09 [2023-04-27T10:24:09.020Z] #77 140.7 checking for dlfcn.h... yes
10:24:09 [2023-04-27T10:24:09.020Z] #77 140.9 checking for objdir... .libs
10:24:09 [2023-04-27T10:24:09.564Z] #77 141.2 checking if gcc supports -fno-rtti -fno-exceptions... no
10:24:09 [2023-04-27T10:24:09.565Z] #77 141.4 checking for gcc option to produce PIC... -fPIC -DPIC
10:24:09 [2023-04-27T10:24:09.821Z] #77 141.4 checking if gcc PIC flag -fPIC -DPIC works... yes
10:24:10 [2023-04-27T10:24:10.092Z] #77 141.6 checking if gcc static flag -static works... yes
10:24:10 [2023-04-27T10:24:10.372Z] #77 142.0 checking if gcc supports -c -o file.o... yes
10:24:10 [2023-04-27T10:24:10.372Z] #77 142.2 checking if gcc supports -c -o file.o... (cached) yes
10:24:10 [2023-04-27T10:24:10.372Z] #77 142.2 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
10:24:10 [2023-04-27T10:24:10.630Z] #77 142.3 checking dynamic linker characteristics... GNU/Linux ld.so
10:24:10 [2023-04-27T10:24:10.886Z] #77 142.6 checking how to hardcode library paths into programs... immediate
10:24:10 [2023-04-27T10:24:10.886Z] #77 142.6 checking whether stripping libraries is possible... yes
10:24:10 [2023-04-27T10:24:10.886Z] #77 142.7 checking if libtool supports shared libraries... yes
10:24:10 [2023-04-27T10:24:10.886Z] #77 142.7 checking whether to build shared libraries... no
10:24:10 [2023-04-27T10:24:10.886Z] #77 142.7 checking whether to build static libraries... yes
10:24:10 [2023-04-27T10:24:10.886Z] #77 142.7 checking float.h usability... yes
10:24:11 [2023-04-27T10:24:11.143Z] #77 142.9 checking float.h presence... yes
10:24:11 [2023-04-27T10:24:11.143Z] #77 143.0 checking for float.h... yes
10:24:11 [2023-04-27T10:24:11.399Z] #77 143.0 checking limits.h usability... yes
10:24:11 [2023-04-27T10:24:11.399Z] #77 143.2 checking limits.h presence... yes
10:24:11 [2023-04-27T10:24:11.655Z] #77 143.3 checking for limits.h... yes
10:24:11 [2023-04-27T10:24:11.655Z] #77 143.4 checking stddef.h usability... yes
10:24:11 [2023-04-27T10:24:11.911Z] #77 143.6 checking stddef.h presence... yes
10:24:11 [2023-04-27T10:24:11.911Z] #77 143.6 checking for stddef.h... yes
10:24:11 [2023-04-27T10:24:11.911Z] #77 143.7 checking for stdlib.h... (cached) yes
10:24:11 [2023-04-27T10:24:11.911Z] #77 143.7 checking for string.h... (cached) yes
10:24:12 [2023-04-27T10:24:12.167Z] #77 143.8 checking sys/time.h usability... yes
10:24:12 [2023-04-27T10:24:12.167Z] #77 144.0 checking sys/time.h presence... yes
10:24:12 [2023-04-27T10:24:12.167Z] #77 144.0 checking for sys/time.h... yes
10:24:12 [2023-04-27T10:24:12.167Z] #77 144.1 checking for inline... inline
10:24:12 [2023-04-27T10:24:12.680Z] #77 144.2 checking for size_t... yes
10:24:12 [2023-04-27T10:24:12.680Z] #77 144.6 checking for stdlib.h... (cached) yes
10:24:12 [2023-04-27T10:24:12.937Z] #77 144.6 checking for GNU libc compatible malloc... yes
10:24:12 [2023-04-27T10:24:12.937Z] #77 144.8 checking for stdlib.h... (cached) yes
10:24:12 [2023-04-27T10:24:12.937Z] #77 144.8 checking for GNU libc compatible realloc... yes
10:24:13 [2023-04-27T10:24:13.451Z] #77 145.0 checking for working strtod... yes
10:24:13 [2023-04-27T10:24:13.708Z] #77 145.3 checking for gettimeofday... yes
10:24:13 [2023-04-27T10:24:13.964Z] #77 145.5 checking for memset... yes
10:24:14 [2023-04-27T10:24:14.221Z] #77 145.8 checking for strspn... yes
10:24:14 [2023-04-27T10:24:14.221Z] #77 146.1 checking that generated files are newer than configure... done
10:24:14 [2023-04-27T10:24:14.221Z] #77 146.1 configure: creating ./config.status
10:24:17 [2023-04-27T10:24:17.493Z] #77 149.1 config.status: creating Makefile
10:24:17 [2023-04-27T10:24:17.493Z] #77 149.2 config.status: creating config.h
10:24:17 [2023-04-27T10:24:17.493Z] #77 149.2 config.status: executing depfiles commands
10:24:17 [2023-04-27T10:24:17.493Z] #77 149.5 config.status: executing libtool commands
10:24:18 [2023-04-27T10:24:18.861Z] #77 150.6   GEN      .version
10:24:18 [2023-04-27T10:24:18.861Z] #77 150.7 make  install-recursive
10:24:18 [2023-04-27T10:24:18.861Z] #77 150.7 make[1]: Entering directory '/tmp/crun-build'
10:24:18 [2023-04-27T10:24:18.861Z] #77 150.8 Making install in libocispec
10:24:18 [2023-04-27T10:24:18.861Z] #77 150.8 make[2]: Entering directory '/tmp/crun-build/libocispec'
10:24:19 [2023-04-27T10:24:19.117Z] #77 151.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
10:24:19 [2023-04-27T10:24:19.117Z] #77 151.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
10:24:19 [2023-04-27T10:24:19.117Z] #77 151.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
10:24:19 [2023-04-27T10:24:19.117Z] #77 151.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
10:24:20 [2023-04-27T10:24:20.048Z] #77 151.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
10:24:20 [2023-04-27T10:24:20.048Z] #77 151.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
10:24:20 [2023-04-27T10:24:20.048Z] #77 151.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
10:24:20 [2023-04-27T10:24:20.048Z] #77 151.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
10:24:20 [2023-04-27T10:24:20.048Z] #77 151.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
10:24:20 [2023-04-27T10:24:20.048Z] #77 151.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
10:24:20 [2023-04-27T10:24:20.048Z] #77 151.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
10:24:20 [2023-04-27T10:24:20.048Z] #77 151.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
10:24:20 [2023-04-27T10:24:20.048Z] #77 151.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
10:24:20 [2023-04-27T10:24:20.305Z] #77 152.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
10:24:20 [2023-04-27T10:24:20.305Z] #77 152.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
10:24:20 [2023-04-27T10:24:20.305Z] #77 152.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
10:24:20 [2023-04-27T10:24:20.305Z] #77 152.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
10:24:20 [2023-04-27T10:24:20.305Z] #77 152.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
10:24:20 [2023-04-27T10:24:20.305Z] #77 152.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
10:24:20 [2023-04-27T10:24:20.305Z] #77 152.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.3 make  install-recursive
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.3 make[3]: Entering directory '/tmp/crun-build/libocispec'
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.4 Making install in yajl
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.4 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.5   CC       verify/json_verify-json_verify.o
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.5   CC       src/libyajl_la-yajl_alloc.lo
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.5   CC       src/libyajl_la-yajl.lo
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.5   CC       src/libyajl_la-yajl_gen.lo
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.5   CC       src/libyajl_la-yajl_parser.lo
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.6   CC       src/libyajl_la-yajl_buf.lo
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.6   CC       src/libyajl_la-yajl_encode.lo
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.6   CC       src/libyajl_la-yajl_lex.lo
10:24:21 [2023-04-27T10:24:21.675Z] #77 153.7   CC       src/libyajl_la-yajl_tree.lo
10:24:21 [2023-04-27T10:24:21.675Z] #77 ...
10:24:21 [2023-04-27T10:24:21.675Z] 
10:24:21 [2023-04-27T10:24:21.675Z] #51 [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...)
10:24:21 [2023-04-27T10:24:21.675Z] #51 193.9 github.com/stevvooe/resumable/sha256
10:24:21 [2023-04-27T10:24:21.675Z] #51 194.2 github.com/stevvooe/resumable/sha512
10:24:21 [2023-04-27T10:24:21.675Z] #51 194.6 github.com/garyburd/redigo/internal
10:24:21 [2023-04-27T10:24:21.675Z] #51 194.7 github.com/garyburd/redigo/redis
10:24:21 [2023-04-27T10:24:21.675Z] #51 194.8 github.com/bugsnag/bugsnag-go
10:24:21 [2023-04-27T10:24:21.675Z] #51 196.2 github.com/docker/distribution/configuration
10:24:21 [2023-04-27T10:24:21.675Z] #51 197.2 github.com/gorilla/context
10:24:21 [2023-04-27T10:24:21.675Z] #51 197.2 github.com/docker/distribution/registry/api/errcode
10:24:21 [2023-04-27T10:24:21.675Z] #51 197.5 github.com/gorilla/mux
10:24:21 [2023-04-27T10:24:21.675Z] #51 197.8 expvar
10:24:21 [2023-04-27T10:24:21.675Z] #51 198.5 github.com/docker/distribution/registry/client/transport
10:24:21 [2023-04-27T10:24:21.675Z] #51 198.6 github.com/docker/distribution/context
10:24:21 [2023-04-27T10:24:21.675Z] #51 198.9 github.com/docker/distribution/registry/api/v2
10:24:21 [2023-04-27T10:24:21.675Z] #51 199.8 github.com/docker/distribution/health
10:24:21 [2023-04-27T10:24:21.675Z] #51 199.9 github.com/docker/distribution
10:24:21 [2023-04-27T10:24:21.675Z] #51 200.5 github.com/docker/distribution/health/checks
10:24:21 [2023-04-27T10:24:21.675Z] #51 200.7 github.com/docker/distribution/manifest/manifestlist
10:24:21 [2023-04-27T10:24:21.675Z] #51 200.9 github.com/docker/distribution/manifest/schema1
10:24:21 [2023-04-27T10:24:21.675Z] #51 200.9 github.com/docker/distribution/manifest/schema2
10:24:21 [2023-04-27T10:24:21.675Z] #51 201.2 github.com/docker/distribution/notifications
10:24:21 [2023-04-27T10:24:21.675Z] #51 201.5 github.com/docker/distribution/registry/auth
10:24:21 [2023-04-27T10:24:21.675Z] #51 201.8 github.com/docker/distribution/registry/middleware/registry
10:24:21 [2023-04-27T10:24:21.675Z] #51 202.0 github.com/docker/distribution/registry/middleware/repository
10:24:21 [2023-04-27T10:24:21.675Z] #51 202.3 github.com/docker/distribution/registry/storage/cache
10:24:21 [2023-04-27T10:24:21.675Z] #51 202.5 github.com/docker/distribution/registry/storage/cache/memory
10:24:21 [2023-04-27T10:24:21.675Z] #51 202.9 github.com/docker/distribution/registry/client
10:24:21 [2023-04-27T10:24:21.675Z] #51 203.1 github.com/docker/distribution/registry/storage/driver
10:24:21 [2023-04-27T10:24:21.675Z] #51 203.5 github.com/docker/distribution/registry/proxy/scheduler
10:24:21 [2023-04-27T10:24:21.675Z] #51 203.9 github.com/docker/distribution/registry/storage
10:24:22 [2023-04-27T10:24:22.251Z] #51 204.3 github.com/docker/distribution/registry/client/auth
10:24:22 [2023-04-27T10:24:22.815Z] #51 204.9 github.com/docker/distribution/registry/storage/cache/redis
10:24:23 [2023-04-27T10:24:23.072Z] #51 205.3 github.com/docker/distribution/registry/storage/driver/factory
10:24:23 [2023-04-27T10:24:23.329Z] #51 205.4 github.com/docker/distribution/registry/storage/driver/middleware
10:24:23 [2023-04-27T10:24:23.329Z] #51 205.5 github.com/gorilla/handlers
10:24:24 [2023-04-27T10:24:24.697Z] #51 206.8 net/smtp
10:24:25 [2023-04-27T10:24:25.261Z] #51 207.5 text/template/parse
10:24:25 [2023-04-27T10:24:25.518Z] #51 207.8 github.com/docker/distribution/registry/proxy
10:24:26 [2023-04-27T10:24:26.449Z] #51 208.7 github.com/docker/distribution/registry/listener
10:24:26 [2023-04-27T10:24:26.706Z] #51 209.1 github.com/docker/distribution/version
10:24:27 [2023-04-27T10:24:27.270Z] #51 209.2 github.com/spf13/pflag
10:24:28 [2023-04-27T10:24:28.639Z] #51 210.8 text/template
10:24:28 [2023-04-27T10:24:28.639Z] #51 ...
10:24:28 [2023-04-27T10:24:28.639Z] 
10:24:28 [2023-04-27T10:24:28.639Z] #77 [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
10:24:28 [2023-04-27T10:24:28.639Z] #77 160.6   CCLD     libyajl.la
10:24:29 [2023-04-27T10:24:29.202Z] #77 161.1   CCLD     verify/json_verify
10:24:29 [2023-04-27T10:24:29.765Z] #77 161.6 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
10:24:29 [2023-04-27T10:24:29.765Z] #77 161.6 make[5]: Nothing to be done for 'install-exec-am'.
10:24:29 [2023-04-27T10:24:29.765Z] #77 161.6 make[5]: Nothing to be done for 'install-data-am'.
10:24:29 [2023-04-27T10:24:29.765Z] #77 161.6 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
10:24:29 [2023-04-27T10:24:29.765Z] #77 161.6 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
10:24:29 [2023-04-27T10:24:29.765Z] #77 161.6 make[4]: Entering directory '/tmp/crun-build/libocispec'
10:24:29 [2023-04-27T10:24:29.765Z] #77 161.8   CC       src/validate.o
10:24:29 [2023-04-27T10:24:29.765Z] #77 161.8   CC       src/image_spec_schema_config_schema.lo
10:24:29 [2023-04-27T10:24:29.765Z] #77 161.8   CC       src/image_spec_schema_content_descriptor.lo
10:24:29 [2023-04-27T10:24:29.765Z] #77 161.8   CC       src/image_spec_schema_defs.lo
10:24:30 [2023-04-27T10:24:30.022Z] #77 161.9   CC       src/image_spec_schema_defs_descriptor.lo
10:24:30 [2023-04-27T10:24:30.022Z] #77 161.9   CC       src/image_spec_schema_image_index_schema.lo
10:24:30 [2023-04-27T10:24:30.022Z] #77 161.9   CC       src/image_spec_schema_image_layout_schema.lo
10:24:30 [2023-04-27T10:24:30.022Z] #77 162.0   CC       src/image_spec_schema_image_manifest_schema.lo
10:24:30 [2023-04-27T10:24:30.022Z] #77 162.0   CC       src/runtime_spec_schema_config_linux.lo
10:24:30 [2023-04-27T10:24:30.279Z] #77 162.1   CC       src/runtime_spec_schema_config_zos.lo
10:24:30 [2023-04-27T10:24:30.279Z] #77 162.1   CC       src/runtime_spec_schema_config_schema.lo
10:24:30 [2023-04-27T10:24:30.279Z] #77 162.2   CC       src/runtime_spec_schema_config_solaris.lo
10:24:30 [2023-04-27T10:24:30.279Z] #77 162.3   CC       src/runtime_spec_schema_config_vm.lo
10:24:30 [2023-04-27T10:24:30.536Z] #77 162.4   CC       src/runtime_spec_schema_config_windows.lo
10:24:30 [2023-04-27T10:24:30.536Z] #77 162.5   CC       src/runtime_spec_schema_defs.lo
10:24:30 [2023-04-27T10:24:30.793Z] #77 162.6   CC       src/runtime_spec_schema_defs_linux.lo
10:24:30 [2023-04-27T10:24:30.793Z] #77 162.7   CC       src/runtime_spec_schema_defs_zos.lo
10:24:30 [2023-04-27T10:24:30.793Z] #77 162.8   CC       src/runtime_spec_schema_defs_vm.lo
10:24:31 [2023-04-27T10:24:31.050Z] #77 162.9   CC       src/runtime_spec_schema_defs_windows.lo
10:24:31 [2023-04-27T10:24:31.050Z] #77 163.0   CC       src/runtime_spec_schema_state_schema.lo
10:24:31 [2023-04-27T10:24:31.307Z] #77 163.1   CC       src/image_manifest_items_image_manifest_items_schema.lo
10:24:31 [2023-04-27T10:24:31.307Z] #77 163.2   CC       src/basic_test_double_array_item.lo
10:24:31 [2023-04-27T10:24:31.563Z] #77 163.5   CC       src/basic_test_double_array.lo
10:24:31 [2023-04-27T10:24:31.819Z] #77 163.7   CC       src/basic_test_top_array_int.lo
10:24:31 [2023-04-27T10:24:31.819Z] #77 163.9   CC       src/basic_test_top_array_string.lo
10:24:32 [2023-04-27T10:24:32.383Z] #77 164.3   CC       src/basic_test_top_double_array_int.lo
10:24:32 [2023-04-27T10:24:32.383Z] #77 164.3   CC       src/basic_test_top_double_array_obj.lo
10:24:32 [2023-04-27T10:24:32.640Z] #77 164.5   CC       src/basic_test_top_double_array_refobj.lo
10:24:32 [2023-04-27T10:24:32.897Z] #77 164.8   CC       src/basic_test_top_double_array_string.lo
10:24:32 [2023-04-27T10:24:32.897Z] #77 164.9   CC       src/read-file.lo
10:24:33 [2023-04-27T10:24:33.154Z] #77 165.0   CC       src/json_common.lo
10:24:33 [2023-04-27T10:24:33.411Z] #77 165.3   CC       tests/test-1.o
10:24:33 [2023-04-27T10:24:33.668Z] #77 165.6   CC       tests/test-2.o
10:24:34 [2023-04-27T10:24:34.231Z] #77 166.0   CC       tests/test-3.o
10:24:34 [2023-04-27T10:24:34.231Z] #77 166.2   CC       tests/test-4.o
10:24:34 [2023-04-27T10:24:34.487Z] #77 166.3   CC       tests/test-5.o
10:24:35 [2023-04-27T10:24:35.417Z] #77 167.2   CC       tests/test-6.o
10:24:35 [2023-04-27T10:24:35.417Z] #77 167.4   CC       tests/test-7.o
10:24:35 [2023-04-27T10:24:35.674Z] #77 167.7   CC       tests/test-8.o
10:24:36 [2023-04-27T10:24:36.237Z] #77 168.1   CC       tests/test-9.o
10:24:36 [2023-04-27T10:24:36.494Z] #77 168.4   CC       tests/test-10.o
10:24:36 [2023-04-27T10:24:36.751Z] #77 168.5   CC       tests/test-11.o
10:24:39 [2023-04-27T10:24:39.271Z] #77 ...
10:24:39 [2023-04-27T10:24:39.271Z] 
10:24:39 [2023-04-27T10:24:39.271Z] #51 [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...)
10:24:39 [2023-04-27T10:24:39.271Z] #51 211.4 container/heap
10:24:39 [2023-04-27T10:24:39.271Z] #51 211.6 log/syslog
10:24:39 [2023-04-27T10:24:39.271Z] #51 211.9 runtime/debug
10:24:39 [2023-04-27T10:24:39.271Z] #51 212.7 github.com/yvasiyarov/go-metrics
10:24:39 [2023-04-27T10:24:39.271Z] #51 214.8 github.com/docker/distribution/registry/handlers
10:24:39 [2023-04-27T10:24:39.271Z] #51 217.3 github.com/spf13/cobra
10:24:39 [2023-04-27T10:24:39.271Z] #51 219.2 github.com/yvasiyarov/newrelic_platform_go
10:24:39 [2023-04-27T10:24:39.271Z] #51 219.8 github.com/yvasiyarov/gorelic
10:24:39 [2023-04-27T10:24:39.271Z] #51 220.1 golang.org/x/crypto/blowfish
10:24:39 [2023-04-27T10:24:39.271Z] #51 220.5 github.com/docker/distribution/registry
10:24:39 [2023-04-27T10:24:39.271Z] #51 220.6 golang.org/x/crypto/bcrypt
10:24:39 [2023-04-27T10:24:39.271Z] #51 220.8 github.com/docker/distribution/registry/auth/htpasswd
10:24:39 [2023-04-27T10:24:39.271Z] #51 221.2 github.com/docker/distribution/registry/auth/silly
10:24:39 [2023-04-27T10:24:39.271Z] #51 221.4 github.com/docker/distribution/registry/auth/token
10:24:39 [2023-04-27T10:24:39.271Z] #51 221.4 encoding/xml
10:24:40 [2023-04-27T10:24:40.201Z] #51 222.3 github.com/docker/distribution/registry/storage/driver/base
10:24:40 [2023-04-27T10:24:40.765Z] #51 222.7 github.com/docker/distribution/registry/storage/driver/filesystem
10:24:41 [2023-04-27T10:24:41.022Z] #51 223.2 github.com/docker/distribution/registry/storage/driver/inmemory
10:24:42 [2023-04-27T10:24:42.390Z] #51 224.6 os/user
10:24:43 [2023-04-27T10:24:43.320Z] #51 225.3 net/http/httputil
10:24:43 [2023-04-27T10:24:43.320Z] #51 225.7 github.com/Azure/azure-sdk-for-go/storage
10:24:45 [2023-04-27T10:24:45.213Z] #51 227.1 github.com/AdRoll/goamz/aws
10:24:46 [2023-04-27T10:24:46.143Z] #51 228.3 github.com/docker/distribution/registry/storage/driver/azure
10:24:46 [2023-04-27T10:24:46.707Z] #51 229.0 github.com/AdRoll/goamz/cloudfront
10:24:47 [2023-04-27T10:24:47.270Z] #51 229.5 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront
10:24:47 [2023-04-27T10:24:47.528Z] #51 229.8 github.com/AdRoll/goamz/s3
10:24:47 [2023-04-27T10:24:47.785Z] #51 229.9 github.com/mitchellh/mapstructure
10:24:48 [2023-04-27T10:24:48.715Z] #51 230.9 github.com/ncw/swift
10:24:50 [2023-04-27T10:24:50.609Z] #51 232.8 github.com/docker/distribution/registry/storage/driver/s3
10:24:50 [2023-04-27T10:24:50.866Z] #51 233.0 github.com/docker/distribution/registry/storage/driver/swift
10:24:52 [2023-04-27T10:24:52.282Z] #51 234.3 html
10:24:52 [2023-04-27T10:24:52.282Z] #51 234.3 internal/profile
10:24:52 [2023-04-27T10:24:52.848Z] #51 235.0 text/tabwriter
10:24:53 [2023-04-27T10:24:53.104Z] #51 235.4 runtime/pprof
10:24:56 [2023-04-27T10:24:56.375Z] #51 238.2 runtime/trace
10:24:56 [2023-04-27T10:24:56.375Z] #51 238.4 net/http/pprof
10:24:56 [2023-04-27T10:24:56.631Z] #51 238.8 github.com/docker/distribution/cmd/registry
10:25:01 [2023-04-27T10:25:01.879Z] #51 243.3 + xx-verify /build/registry-v2
10:25:03 [2023-04-27T10:25:03.773Z] #51 DONE 245.7s
10:25:03 [2023-04-27T10:25:03.773Z] 
10:25:03 [2023-04-27T10:25:03.773Z] #65 [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.51.2"      && /build/golangci-lint --version
10:25:11 [2023-04-27T10:25:11.866Z] #65 ...
10:25:11 [2023-04-27T10:25:11.866Z] 
10:25:11 [2023-04-27T10:25:11.866Z] #73 [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...)
10:25:11 [2023-04-27T10:25:11.866Z] #73 DONE 203.0s
10:25:11 [2023-04-27T10:25:11.866Z] 
10:25:11 [2023-04-27T10:25:11.866Z] #81 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
10:25:11 [2023-04-27T10:25:11.866Z] #81 DONE 0.1s
10:25:11 [2023-04-27T10:25:11.866Z] 
10:25:11 [2023-04-27T10:25:11.866Z] #65 [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.51.2"      && /build/golangci-lint --version
10:25:11 [2023-04-27T10:25:11.866Z] #65 ...
10:25:11 [2023-04-27T10:25:11.866Z] 
10:25:11 [2023-04-27T10:25:11.866Z] #82 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
10:25:11 [2023-04-27T10:25:11.866Z] #82 DONE 0.1s
10:25:11 [2023-04-27T10:25:11.866Z] 
10:25:11 [2023-04-27T10:25:11.866Z] #71 [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...)
10:25:24 [2023-04-27T10:25:24.043Z] #71 ...
10:25:24 [2023-04-27T10:25:24.043Z] 
10:25:24 [2023-04-27T10:25:24.043Z] #77 [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
10:25:24 [2023-04-27T10:25:24.043Z] #77 215.3   CCLD     libocispec.la
10:25:24 [2023-04-27T10:25:24.043Z] #77 215.7   CCLD     src/validate
10:25:24 [2023-04-27T10:25:24.043Z] #77 215.7   CCLD     tests/test-1
10:25:24 [2023-04-27T10:25:24.043Z] #77 215.8   CCLD     tests/test-2
10:25:24 [2023-04-27T10:25:24.043Z] #77 215.8   CCLD     tests/test-3
10:25:24 [2023-04-27T10:25:24.043Z] #77 215.8   CCLD     tests/test-4
10:25:24 [2023-04-27T10:25:24.043Z] #77 215.9   CCLD     tests/test-5
10:25:24 [2023-04-27T10:25:24.043Z] #77 215.9   CCLD     tests/test-6
10:25:24 [2023-04-27T10:25:24.043Z] #77 216.1   CCLD     tests/test-7
10:25:24 [2023-04-27T10:25:24.043Z] #77 216.1   CCLD     tests/test-8
10:25:24 [2023-04-27T10:25:24.300Z] #77 216.2   CCLD     tests/test-9
10:25:24 [2023-04-27T10:25:24.557Z] #77 216.3   CCLD     tests/test-10
10:25:24 [2023-04-27T10:25:24.557Z] #77 216.4 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
10:25:24 [2023-04-27T10:25:24.557Z] #77 216.4   CCLD     tests/test-11
10:25:26 [2023-04-27T10:25:26.450Z] #77 218.4 libtool: link: ar cr libocispec.a 
10:25:26 [2023-04-27T10:25:26.450Z] #77 218.5 libtool: link: ranlib libocispec.a
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.5 make[5]: Entering directory '/tmp/crun-build/libocispec'
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.5 make[5]: Nothing to be done for 'install-exec-am'.
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.6 make[5]: Nothing to be done for 'install-data-am'.
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.6 make[5]: Leaving directory '/tmp/crun-build/libocispec'
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.6 make[4]: Leaving directory '/tmp/crun-build/libocispec'
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.6 make[3]: Leaving directory '/tmp/crun-build/libocispec'
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.6 make[2]: Leaving directory '/tmp/crun-build/libocispec'
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.6 make[2]: Entering directory '/tmp/crun-build'
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.8   CC       src/libcrun/libcrun_testing_a-utils.o
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.8   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.8   CC       src/libcrun/libcrun_testing_a-container.o
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.8   CC       src/libcrun/libcrun_testing_a-cgroup.o
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.8   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.9   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.9   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.9   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
10:25:28 [2023-04-27T10:25:28.972Z] #77 220.9   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
10:25:28 [2023-04-27T10:25:28.972Z] #77 221.0   CC       src/libcrun/libcrun_testing_a-criu.o
10:25:29 [2023-04-27T10:25:29.229Z] #77 221.1   CC       src/libcrun/libcrun_testing_a-custom-handler.o
10:25:29 [2023-04-27T10:25:29.229Z] #77 221.1   CC       src/libcrun/libcrun_testing_a-linux.o
10:25:29 [2023-04-27T10:25:29.486Z] #77 221.3   CC       src/libcrun/libcrun_testing_a-seccomp.o
10:25:29 [2023-04-27T10:25:29.486Z] #77 221.3   CC       src/libcrun/libcrun_testing_a-ebpf.o
10:25:29 [2023-04-27T10:25:29.486Z] #77 221.5   CC       src/libcrun/libcrun_testing_a-error.o
10:25:29 [2023-04-27T10:25:29.746Z] #77 221.6   CC       src/libcrun/libcrun_testing_a-status.o
10:25:29 [2023-04-27T10:25:29.746Z] #77 221.8   CC       src/libcrun/libcrun_testing_a-terminal.o
10:25:30 [2023-04-27T10:25:30.310Z] #77 222.1   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
10:25:30 [2023-04-27T10:25:30.310Z] #77 222.3   CC       src/libcrun/libcrun_testing_a-signals.o
10:25:30 [2023-04-27T10:25:30.567Z] #77 222.5   CC       src/libcrun/libcrun_testing_a-mount_flags.o
10:25:30 [2023-04-27T10:25:30.567Z] #77 222.6   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
10:25:31 [2023-04-27T10:25:31.130Z] #77 222.8   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
10:25:31 [2023-04-27T10:25:31.130Z] #77 222.9   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
10:25:31 [2023-04-27T10:25:31.130Z] #77 223.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
10:25:31 [2023-04-27T10:25:31.387Z] #77 223.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
10:25:31 [2023-04-27T10:25:31.387Z] #77 223.3   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
10:25:31 [2023-04-27T10:25:31.387Z] #77 223.3   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
10:25:31 [2023-04-27T10:25:31.950Z] #77 223.9   CC       src/crun-crun.o
10:25:32 [2023-04-27T10:25:32.207Z] #77 224.2   CC       src/crun-run.o
10:25:32 [2023-04-27T10:25:32.464Z] #77 224.3   CC       src/crun-delete.o
10:25:32 [2023-04-27T10:25:32.721Z] #77 224.5   CC       src/crun-kill.o
10:25:32 [2023-04-27T10:25:32.978Z] #77 224.7   CC       src/crun-pause.o
10:25:33 [2023-04-27T10:25:33.235Z] #77 225.0   CC       src/crun-spec.o
10:25:33 [2023-04-27T10:25:33.235Z] #77 225.1   CC       src/crun-unpause.o
10:25:33 [2023-04-27T10:25:33.235Z] #77 225.1   CC       src/crun-exec.o
10:25:33 [2023-04-27T10:25:33.235Z] #77 225.3   CC       src/crun-list.o
10:25:33 [2023-04-27T10:25:33.798Z] #77 225.7   CC       src/crun-create.o
10:25:33 [2023-04-27T10:25:33.798Z] #77 225.8   CC       src/crun-start.o
10:25:34 [2023-04-27T10:25:34.360Z] #77 226.2   CC       src/crun-state.o
10:25:34 [2023-04-27T10:25:34.617Z] #77 226.5   CC       src/crun-update.o
10:25:34 [2023-04-27T10:25:34.617Z] #77 226.7   CC       src/crun-ps.o
10:25:34 [2023-04-27T10:25:34.873Z] #77 226.7   CC       src/crun-checkpoint.o
10:25:35 [2023-04-27T10:25:35.130Z] #77 227.0   CC       src/crun-restore.o
10:25:35 [2023-04-27T10:25:35.693Z] #77 227.7   CC       src/libcrun/libcrun_la-utils.lo
10:25:35 [2023-04-27T10:25:35.950Z] #77 227.8   CC       src/libcrun/libcrun_la-cloned_binary.lo
10:25:36 [2023-04-27T10:25:36.206Z] #77 228.1   CC       src/libcrun/libcrun_la-container.lo
10:25:36 [2023-04-27T10:25:36.463Z] #77 228.4   CC       src/libcrun/libcrun_la-cgroup.lo
10:25:36 [2023-04-27T10:25:36.720Z] #77 228.6   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
10:25:36 [2023-04-27T10:25:36.977Z] #77 228.9   CC       src/libcrun/libcrun_la-cgroup-resources.lo
10:25:37 [2023-04-27T10:25:37.234Z] #77 229.1   CC       src/libcrun/libcrun_la-cgroup-setup.lo
10:25:38 [2023-04-27T10:25:38.166Z] #77 229.8   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
10:25:38 [2023-04-27T10:25:38.166Z] #77 230.1   CC       src/libcrun/libcrun_la-cgroup-utils.lo
10:25:38 [2023-04-27T10:25:38.423Z] #77 230.5   CC       src/libcrun/libcrun_la-criu.lo
10:25:38 [2023-04-27T10:25:38.985Z] #77 230.8   CC       src/libcrun/libcrun_la-custom-handler.lo
10:25:39 [2023-04-27T10:25:39.241Z] #77 230.9   CC       src/libcrun/libcrun_la-linux.lo
10:25:39 [2023-04-27T10:25:39.498Z] #77 231.4   CC       src/libcrun/libcrun_la-seccomp.lo
10:25:40 [2023-04-27T10:25:40.061Z] #77 232.1   CC       src/libcrun/libcrun_la-ebpf.lo
10:25:40 [2023-04-27T10:25:40.318Z] #77 232.3   CC       src/libcrun/libcrun_la-error.lo
10:25:40 [2023-04-27T10:25:40.576Z] #77 232.4   CC       src/libcrun/libcrun_la-status.lo
10:25:40 [2023-04-27T10:25:40.833Z] #77 232.7   CC       src/libcrun/libcrun_la-terminal.lo
10:25:41 [2023-04-27T10:25:41.396Z] #77 233.4   CC       src/libcrun/libcrun_la-chroot_realpath.lo
10:25:42 [2023-04-27T10:25:42.325Z] #77 234.1   CC       src/libcrun/libcrun_la-signals.lo
10:25:42 [2023-04-27T10:25:42.887Z] #77 234.8   CC       src/libcrun/libcrun_la-mount_flags.lo
10:25:43 [2023-04-27T10:25:43.144Z] #77 235.0   CC       src/libcrun/libcrun_la-seccomp_notify.lo
10:25:43 [2023-04-27T10:25:43.401Z] #77 235.3   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
10:25:43 [2023-04-27T10:25:43.658Z] #77 235.6   CC       src/libcrun/handlers/libcrun_la-krun.lo
10:25:43 [2023-04-27T10:25:43.915Z] #77 235.8   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
10:25:44 [2023-04-27T10:25:44.479Z] #77 236.2   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
10:25:45 [2023-04-27T10:25:45.044Z] #77 237.0   CC       tests/init.o
10:25:45 [2023-04-27T10:25:45.976Z] #77 237.9   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
10:25:48 [2023-04-27T10:25:48.498Z] #77 ...
10:25:48 [2023-04-27T10:25:48.498Z] 
10:25:48 [2023-04-27T10:25:48.499Z] #71 [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...)
10:25:48 [2023-04-27T10:25:48.499Z] #71 DONE 271.9s
10:25:48 [2023-04-27T10:25:48.499Z] 
10:25:48 [2023-04-27T10:25:48.499Z] #70 [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...)
10:25:48 [2023-04-27T10:25:48.499Z] #70 DONE 277.6s
10:25:48 [2023-04-27T10:25:48.499Z] 
10:25:48 [2023-04-27T10:25:48.499Z] #72 [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...)
10:25:48 [2023-04-27T10:25:48.499Z] #72 DONE 240.4s
10:25:48 [2023-04-27T10:25:48.499Z] 
10:25:48 [2023-04-27T10:25:48.499Z] #65 [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.51.2"      && /build/golangci-lint --version
10:26:03 [2023-04-27T10:26:03.379Z] #65 ...
10:26:03 [2023-04-27T10:26:03.379Z] 
10:26:03 [2023-04-27T10:26:03.379Z] #77 [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
10:26:03 [2023-04-27T10:26:03.379Z] #77 252.9   CCLD     tests/init
10:26:18 [2023-04-27T10:26:18.229Z] #77 267.9   AR       libcrun_testing.a
10:26:18 [2023-04-27T10:26:18.229Z] #77 267.9 ar: `u' modifier ignored since `D' is the default (see `U')
10:26:18 [2023-04-27T10:26:18.229Z] #77 268.0   CCLD     tests/tests_libcrun_utils
10:26:18 [2023-04-27T10:26:18.229Z] #77 268.0   CCLD     tests/tests_libcrun_errors
10:26:18 [2023-04-27T10:26:18.229Z] #77 268.0   CCLD     tests/tests_libcrun_fuzzer
10:26:18 [2023-04-27T10:26:18.229Z] #77 268.4   CCLD     libcrun.la
10:26:18 [2023-04-27T10:26:18.229Z] #77 269.2   CCLD     crun
10:26:18 [2023-04-27T10:26:18.229Z] #77 269.6 make[3]: Entering directory '/tmp/crun-build'
10:26:18 [2023-04-27T10:26:18.229Z] #77 269.7  /bin/mkdir -p '/usr/local/share/man/man1'
10:26:18 [2023-04-27T10:26:18.229Z] #77 269.8  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
10:26:18 [2023-04-27T10:26:18.229Z] #77 269.8  /bin/mkdir -p '/usr/local/lib'
10:26:18 [2023-04-27T10:26:18.229Z] #77 269.8  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
10:26:18 [2023-04-27T10:26:18.229Z] #77 269.9 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
10:26:18 [2023-04-27T10:26:18.229Z] #77 269.9 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
10:26:18 [2023-04-27T10:26:18.229Z] #77 269.9 libtool: install: chmod 644 /usr/local/lib/libcrun.a
10:26:18 [2023-04-27T10:26:18.229Z] #77 269.9 libtool: install: ranlib /usr/local/lib/libcrun.a
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 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
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 ----------------------------------------------------------------------
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 Libraries have been installed in:
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0    /usr/local/lib
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 If you ever happen to want to link against installed libraries
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 in a given directory, LIBDIR, you must either use libtool, and
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 specify the full pathname of the library, or use the '-LLIBDIR'
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 flag during linking and do at least one of the following:
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0      during execution
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0    - add LIBDIR to the 'LD_RUN_PATH' environment variable
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0      during linking
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 See any operating system documentation about shared libraries for
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 more information, such as the ld(1) and ld.so(8) manual pages.
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.0 ----------------------------------------------------------------------
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.1  /bin/mkdir -p '/build'
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.1   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
10:26:18 [2023-04-27T10:26:18.229Z] #77 270.2 libtool: install: /usr/bin/install -c crun /build/crun
10:26:18 [2023-04-27T10:26:18.486Z] #77 270.2 make[3]: Leaving directory '/tmp/crun-build'
10:26:18 [2023-04-27T10:26:18.486Z] #77 270.2 make[2]: Leaving directory '/tmp/crun-build'
10:26:18 [2023-04-27T10:26:18.486Z] #77 270.2 make[1]: Leaving directory '/tmp/crun-build'
10:26:18 [2023-04-27T10:26:18.743Z] #77 DONE 270.7s
10:26:18 [2023-04-27T10:26:18.743Z] 
10:26:18 [2023-04-27T10:26:18.743Z] #78 [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...)
10:26:19 [2023-04-27T10:26:19.000Z] #78 DONE 264.7s
10:26:19 [2023-04-27T10:26:19.000Z] 
10:26:19 [2023-04-27T10:26:19.000Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
10:26:20 [2023-04-27T10:26:20.894Z] #79 ...
10:26:20 [2023-04-27T10:26:20.894Z] 
10:26:20 [2023-04-27T10:26:20.894Z] #83 [dev-systemd-false  1/20] COPY --from=dockercli     /build/ /usr/local/cli
10:26:20 [2023-04-27T10:26:20.894Z] #83 DONE 0.2s
10:26:21 [2023-04-27T10:26:21.151Z] 
10:26:21 [2023-04-27T10:26:21.151Z] #84 [dev-systemd-false  2/20] COPY --from=frozen-images /build/ /docker-frozen-images
10:26:21 [2023-04-27T10:26:21.715Z] #84 DONE 0.7s
10:26:21 [2023-04-27T10:26:21.715Z] 
10:26:21 [2023-04-27T10:26:21.715Z] #65 [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.51.2"      && /build/golangci-lint --version
10:26:21 [2023-04-27T10:26:21.715Z] #65 ...
10:26:21 [2023-04-27T10:26:21.715Z] 
10:26:21 [2023-04-27T10:26:21.715Z] #85 [dev-systemd-false  3/20] COPY --from=swagger       /build/ /usr/local/bin/
10:26:21 [2023-04-27T10:26:21.972Z] #85 DONE 0.4s
10:26:21 [2023-04-27T10:26:21.972Z] 
10:26:21 [2023-04-27T10:26:21.972Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
10:26:22 [2023-04-27T10:26:22.229Z] #79 ...
10:26:22 [2023-04-27T10:26:22.229Z] 
10:26:22 [2023-04-27T10:26:22.229Z] #86 [dev-systemd-false  4/20] COPY --from=delve         /build/ /usr/local/bin/
10:26:22 [2023-04-27T10:26:22.229Z] #86 DONE 0.1s
10:26:22 [2023-04-27T10:26:22.229Z] 
10:26:22 [2023-04-27T10:26:22.229Z] #87 [dev-systemd-false  5/20] COPY --from=tomll         /build/ /usr/local/bin/
10:26:22 [2023-04-27T10:26:22.486Z] #87 DONE 0.1s
10:26:22 [2023-04-27T10:26:22.486Z] 
10:26:22 [2023-04-27T10:26:22.486Z] #88 [dev-systemd-false  6/20] COPY --from=gowinres      /build/ /usr/local/bin/
10:26:22 [2023-04-27T10:26:22.486Z] #88 DONE 0.2s
10:26:22 [2023-04-27T10:26:22.486Z] 
10:26:22 [2023-04-27T10:26:22.486Z] #89 [dev-systemd-false  7/20] COPY --from=tini          /build/ /usr/local/bin/
10:26:22 [2023-04-27T10:26:22.743Z] #89 DONE 0.1s
10:26:22 [2023-04-27T10:26:22.743Z] 
10:26:22 [2023-04-27T10:26:22.743Z] #90 [dev-systemd-false  8/20] COPY --from=registry      /build/ /usr/local/bin/
10:26:22 [2023-04-27T10:26:22.743Z] #90 DONE 0.1s
10:26:22 [2023-04-27T10:26:22.743Z] 
10:26:22 [2023-04-27T10:26:22.743Z] #65 [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.51.2"      && /build/golangci-lint --version
10:26:22 [2023-04-27T10:26:22.743Z] #65 ...
10:26:22 [2023-04-27T10:26:22.743Z] 
10:26:22 [2023-04-27T10:26:22.743Z] #91 [dev-systemd-false  9/20] COPY --from=criu          /build/ /usr/local/bin/
10:26:22 [2023-04-27T10:26:22.743Z] #91 DONE 0.1s
10:26:22 [2023-04-27T10:26:22.743Z] 
10:26:22 [2023-04-27T10:26:22.743Z] #92 [dev-systemd-false 10/20] COPY --from=gotestsum     /build/ /usr/local/bin/
10:26:22 [2023-04-27T10:26:22.743Z] #92 DONE 0.1s
10:26:23 [2023-04-27T10:26:23.000Z] 
10:26:23 [2023-04-27T10:26:23.000Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
10:26:41 [2023-04-27T10:26:41.053Z] #79 ...
10:26:41 [2023-04-27T10:26:41.053Z] 
10:26:41 [2023-04-27T10:26:41.053Z] #65 [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.51.2"      && /build/golangci-lint --version
10:26:41 [2023-04-27T10:26:41.053Z] #65 348.3 golangci-lint has version v1.51.2 built from (unknown, mod sum: "h1:yIcsT1X9ZYHdSpeWXRT1ORC/FPGSqDHbHsu9uk4FK7M=") on (unknown)
10:26:41 [2023-04-27T10:26:41.053Z] #65 DONE 348.8s
10:26:41 [2023-04-27T10:26:41.053Z] 
10:26:41 [2023-04-27T10:26:41.053Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
10:26:41 [2023-04-27T10:26:41.053Z] #79 275.9 + bin/containerd
10:26:41 [2023-04-27T10:26:41.053Z] #79 275.9 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0 -X github.com/containerd/containerd/version.Revision=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd
10:26:41 [2023-04-27T10:26:41.617Z] #79 ...
10:26:41 [2023-04-27T10:26:41.617Z] 
10:26:41 [2023-04-27T10:26:41.617Z] #93 [dev-systemd-false 11/20] COPY --from=golangci_lint /build/ /usr/local/bin/
10:26:41 [2023-04-27T10:26:41.617Z] #93 DONE 1.0s
10:26:41 [2023-04-27T10:26:41.617Z] 
10:26:41 [2023-04-27T10:26:41.617Z] #94 [dev-systemd-false 12/20] COPY --from=shfmt         /build/ /usr/local/bin/
10:26:41 [2023-04-27T10:26:41.617Z] #94 DONE 0.1s
10:26:41 [2023-04-27T10:26:41.873Z] 
10:26:41 [2023-04-27T10:26:41.873Z] #95 [dev-systemd-false 13/20] COPY --from=runc          /build/ /usr/local/bin/
10:26:41 [2023-04-27T10:26:41.873Z] #95 DONE 0.1s
10:26:41 [2023-04-27T10:26:41.873Z] 
10:26:41 [2023-04-27T10:26:41.873Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
10:27:20 [2023-04-27T10:27:20.546Z] #79 310.9 + bin/containerd-stress
10:27:20 [2023-04-27T10:27:20.546Z] #79 310.9 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0 -X github.com/containerd/containerd/version.Revision=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd-stress
10:27:20 [2023-04-27T10:27:20.546Z] #79 312.3 + bin/containerd-shim
10:27:20 [2023-04-27T10:27:20.546Z] #79 313.0 + bin/containerd-shim-runc-v1
10:27:20 [2023-04-27T10:27:20.546Z] #79 313.9 + bin/containerd-shim-runc-v2
10:27:20 [2023-04-27T10:27:20.546Z] #79 314.8 + binaries
10:27:20 [2023-04-27T10:27:20.546Z] #79 DONE 315.5s
10:27:20 [2023-04-27T10:27:20.546Z] 
10:27:20 [2023-04-27T10:27:20.546Z] #96 [dev-systemd-false 14/20] COPY --from=containerd    /build/ /usr/local/bin/
10:27:20 [2023-04-27T10:27:20.546Z] #96 DONE 0.2s
10:27:20 [2023-04-27T10:27:20.546Z] 
10:27:20 [2023-04-27T10:27:20.546Z] #97 [dev-systemd-false 15/20] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:27:20 [2023-04-27T10:27:20.546Z] #97 DONE 0.1s
10:27:20 [2023-04-27T10:27:20.546Z] 
10:27:20 [2023-04-27T10:27:20.546Z] #98 [dev-systemd-false 16/20] COPY --from=vpnkit        /       /usr/local/bin/
10:27:21 [2023-04-27T10:27:21.912Z] #98 DONE 1.5s
10:27:21 [2023-04-27T10:27:21.912Z] 
10:27:21 [2023-04-27T10:27:21.912Z] #99 [dev-systemd-false 17/20] COPY --from=containerutil /build/ /usr/local/bin/
10:27:21 [2023-04-27T10:27:21.912Z] #99 DONE 0.0s
10:27:21 [2023-04-27T10:27:21.912Z] 
10:27:21 [2023-04-27T10:27:21.912Z] #100 [dev-systemd-false 18/20] COPY --from=crun          /build/ /usr/local/bin/
10:27:21 [2023-04-27T10:27:21.912Z] #100 DONE 0.1s
10:27:21 [2023-04-27T10:27:21.912Z] 
10:27:21 [2023-04-27T10:27:21.912Z] #101 [dev-systemd-false 19/20] COPY hack/dockerfile/etc/docker/  /etc/docker/
10:27:21 [2023-04-27T10:27:21.912Z] #101 DONE 0.0s
10:27:21 [2023-04-27T10:27:21.912Z] 
10:27:21 [2023-04-27T10:27:21.912Z] #102 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
10:27:21 [2023-04-27T10:27:21.912Z] #102 DONE 0.0s
10:27:21 [2023-04-27T10:27:21.912Z] 
10:27:21 [2023-04-27T10:27:21.912Z] #103 [dev-base  1/11] RUN groupadd -r docker
10:27:22 [2023-04-27T10:27:22.476Z] #103 DONE 0.4s
10:27:22 [2023-04-27T10:27:22.476Z] 
10:27:22 [2023-04-27T10:27:22.476Z] #104 [dev-base  2/11] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
10:27:23 [2023-04-27T10:27:23.038Z] #104 DONE 0.6s
10:27:23 [2023-04-27T10:27:23.038Z] 
10:27:23 [2023-04-27T10:27:23.038Z] #105 [dev-base  3/11] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
10:27:23 [2023-04-27T10:27:23.601Z] #105 0.410 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
10:27:23 [2023-04-27T10:27:23.601Z] #105 DONE 0.4s
10:27:23 [2023-04-27T10:27:23.601Z] 
10:27:23 [2023-04-27T10:27:23.601Z] #106 [dev-base  4/11] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
10:27:23 [2023-04-27T10:27:23.858Z] #106 DONE 0.5s
10:27:23 [2023-04-27T10:27:23.858Z] 
10:27:23 [2023-04-27T10:27:23.858Z] #107 [dev-base  5/11] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
10:27:24 [2023-04-27T10:27:24.423Z] #107 DONE 0.4s
10:27:24 [2023-04-27T10:27:24.423Z] 
10:27:24 [2023-04-27T10:27:24.423Z] #108 [dev-base  6/11] RUN ldconfig
10:27:24 [2023-04-27T10:27:24.679Z] #108 DONE 0.5s
10:27:24 [2023-04-27T10:27:24.679Z] 
10:27:24 [2023-04-27T10:27:24.679Z] #109 [dev-base  7/11] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
10:27:25 [2023-04-27T10:27:25.240Z] #109 DONE 0.4s
10:27:25 [2023-04-27T10:27:25.240Z] 
10:27:25 [2023-04-27T10:27:25.240Z] #110 [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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
10:27:25 [2023-04-27T10:27:25.802Z] #110 0.719 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
10:27:26 [2023-04-27T10:27:26.059Z] #110 0.819 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:27:26 [2023-04-27T10:27:26.059Z] #110 0.904 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:27:26 [2023-04-27T10:27:26.059Z] #110 0.907 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
10:27:26 [2023-04-27T10:27:26.059Z] #110 0.970 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
10:27:26 [2023-04-27T10:27:26.316Z] #110 1.084 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
10:27:27 [2023-04-27T10:27:27.244Z] #110 1.853 Fetched 8525 kB in 1s (6096 kB/s)
10:27:27 [2023-04-27T10:27:27.501Z] #110 1.853 Reading package lists...
10:27:28 [2023-04-27T10:27:28.014Z] #110 2.378 Reading package lists...
10:27:28 [2023-04-27T10:27:28.271Z] #110 2.873 Building dependency tree...
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.162 The following additional packages will be installed:
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.162   dmsetup libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcryptsetup12
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.163   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.163   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnetfilter-conntrack3
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.163   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.163   python3-distutils python3-lib2to3 python3-pkg-resources systemd vim-runtime
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.163   xxd
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.165 Suggested packages:
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.165   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.165   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.165   ctags vim-doc vim-scripts xfsdump acl attr quota
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.165 Recommended packages:
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.165   libatm1 nftables libpam-cap build-essential python3-dev dbus
10:27:28 [2023-04-27T10:27:28.271Z] #110 3.165   systemd-timesyncd | time-daemon unzip
10:27:28 [2023-04-27T10:27:28.528Z] #110 3.513 The following NEW packages will be installed:
10:27:28 [2023-04-27T10:27:28.784Z] #110 3.513   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
10:27:28 [2023-04-27T10:27:28.784Z] #110 3.513   libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12
10:27:28 [2023-04-27T10:27:28.784Z] #110 3.513   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
10:27:28 [2023-04-27T10:27:28.784Z] #110 3.513   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
10:27:28 [2023-04-27T10:27:28.784Z] #110 3.513   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
10:27:28 [2023-04-27T10:27:28.784Z] #110 3.514   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
10:27:28 [2023-04-27T10:27:28.784Z] #110 3.514   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
10:27:28 [2023-04-27T10:27:28.784Z] #110 3.514   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
10:27:28 [2023-04-27T10:27:28.784Z] #110 3.514   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
10:27:28 [2023-04-27T10:27:28.784Z] #110 3.514   xz-utils zip zstd
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.788 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.788 Need to get 32.1 MB of archives.
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.788 After this operation, 124 MB of additional disk space will be used.
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.788 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.791 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.793 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.794 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.796 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.798 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.799 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.803 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.804 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.805 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4153 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.833 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.834 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.835 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.836 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.836 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.837 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.837 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.842 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
10:27:29 [2023-04-27T10:27:29.040Z] #110 3.844 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.846 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.847 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.848 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.849 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.852 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.854 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.854 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.855 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.855 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.856 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.859 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.864 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.866 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.883 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.885 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.886 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
10:27:29 [2023-04-27T10:27:29.041Z] #110 3.932 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
10:27:29 [2023-04-27T10:27:29.297Z] #110 4.109 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
10:27:29 [2023-04-27T10:27:29.297Z] #110 4.192 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.194 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.195 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.196 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.198 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.212 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.214 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.225 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.231 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.232 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.234 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.237 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.238 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.241 Get:51 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.248 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u1 [161 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.250 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.253 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.256 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.306 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.313 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.317 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.318 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
10:27:29 [2023-04-27T10:27:29.554Z] #110 4.447 debconf: delaying package configuration, since apt-utils is not installed
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.481 Fetched 32.1 MB in 1s (40.2 MB/s)
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.507 Selecting previously unselected package libapparmor1:arm64.
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.507 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15748 files and directories currently installed.)
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.516 Preparing to unpack .../00-libapparmor1_2.13.6-10_arm64.deb ...
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.522 Unpacking libapparmor1:arm64 (2.13.6-10) ...
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.562 Selecting previously unselected package libcap2:arm64.
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.564 Preparing to unpack .../01-libcap2_1%3a2.44-1_arm64.deb ...
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.568 Unpacking libcap2:arm64 (1:2.44-1) ...
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.603 Selecting previously unselected package libargon2-1:arm64.
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.603 Preparing to unpack .../02-libargon2-1_0~20171227-0.2_arm64.deb ...
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.607 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.639 Selecting previously unselected package dmsetup.
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.639 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.642 Unpacking dmsetup (2:1.02.175-2.1) ...
10:27:29 [2023-04-27T10:27:29.810Z] #110 4.683 Selecting previously unselected package libdevmapper1.02.1:arm64.
10:27:30 [2023-04-27T10:27:30.066Z] #110 4.685 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.688 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.731 Selecting previously unselected package libjson-c5:arm64.
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.733 Preparing to unpack .../05-libjson-c5_0.15-2_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.737 Unpacking libjson-c5:arm64 (0.15-2) ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.772 Selecting previously unselected package libcryptsetup12:arm64.
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.772 Preparing to unpack .../06-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.775 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.824 Selecting previously unselected package libip4tc2:arm64.
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.824 Preparing to unpack .../07-libip4tc2_1.8.7-1_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.828 Unpacking libip4tc2:arm64 (1.8.7-1) ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.861 Selecting previously unselected package libkmod2:arm64.
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.862 Preparing to unpack .../08-libkmod2_28-1_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.866 Unpacking libkmod2:arm64 (28-1) ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.906 Selecting previously unselected package systemd.
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.908 Preparing to unpack .../09-systemd_247.3-7+deb11u1_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.067Z] #110 4.952 Unpacking systemd (247.3-7+deb11u1) ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.331 Selecting previously unselected package pigz.
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.331 Preparing to unpack .../10-pigz_2.6-1_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.335 Unpacking pigz (2.6-1) ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.371 Selecting previously unselected package libelf1:arm64.
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.371 Preparing to unpack .../11-libelf1_0.183-1_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.375 Unpacking libelf1:arm64 (0.183-1) ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.425 Selecting previously unselected package libbpf0:arm64.
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.426 Preparing to unpack .../12-libbpf0_1%3a0.3-2_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.429 Unpacking libbpf0:arm64 (1:0.3-2) ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.467 Selecting previously unselected package libmnl0:arm64.
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.469 Preparing to unpack .../13-libmnl0_1.0.4-3_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.473 Unpacking libmnl0:arm64 (1.0.4-3) ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.508 Selecting previously unselected package libxtables12:arm64.
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.510 Preparing to unpack .../14-libxtables12_1.8.7-1_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.515 Unpacking libxtables12:arm64 (1.8.7-1) ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.544 Selecting previously unselected package libcap2-bin.
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.546 Preparing to unpack .../15-libcap2-bin_1%3a2.44-1_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.549 Unpacking libcap2-bin (1:2.44-1) ...
10:27:30 [2023-04-27T10:27:30.629Z] #110 5.590 Selecting previously unselected package iproute2.
10:27:30 [2023-04-27T10:27:30.885Z] #110 5.592 Preparing to unpack .../16-iproute2_5.10.0-4_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.886Z] #110 5.597 Unpacking iproute2 (5.10.0-4) ...
10:27:30 [2023-04-27T10:27:30.886Z] #110 5.697 Selecting previously unselected package xxd.
10:27:30 [2023-04-27T10:27:30.886Z] #110 5.697 Preparing to unpack .../17-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
10:27:30 [2023-04-27T10:27:30.886Z] #110 5.701 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
10:27:30 [2023-04-27T10:27:30.886Z] #110 5.747 Selecting previously unselected package vim-common.
10:27:30 [2023-04-27T10:27:30.886Z] #110 5.749 Preparing to unpack .../18-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
10:27:30 [2023-04-27T10:27:30.886Z] #110 5.757 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
10:27:30 [2023-04-27T10:27:30.886Z] #110 5.808 Selecting previously unselected package bash-completion.
10:27:31 [2023-04-27T10:27:31.142Z] #110 5.810 Preparing to unpack .../19-bash-completion_1%3a2.11-2_all.deb ...
10:27:31 [2023-04-27T10:27:31.706Z] #110 6.431 Unpacking bash-completion (1:2.11-2) ...
10:27:31 [2023-04-27T10:27:31.706Z] #110 6.537 Selecting previously unselected package bzip2.
10:27:31 [2023-04-27T10:27:31.706Z] #110 6.539 Preparing to unpack .../20-bzip2_1.0.8-4_arm64.deb ...
10:27:31 [2023-04-27T10:27:31.706Z] #110 6.543 Unpacking bzip2 (1.0.8-4) ...
10:27:31 [2023-04-27T10:27:31.706Z] #110 6.577 Selecting previously unselected package xz-utils.
10:27:31 [2023-04-27T10:27:31.706Z] #110 6.579 Preparing to unpack .../21-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
10:27:31 [2023-04-27T10:27:31.706Z] #110 6.582 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
10:27:31 [2023-04-27T10:27:31.706Z] #110 6.639 Selecting previously unselected package apparmor.
10:27:31 [2023-04-27T10:27:31.706Z] #110 6.639 Preparing to unpack .../22-apparmor_2.13.6-10_arm64.deb ...
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.661 Unpacking apparmor (2.13.6-10) ...
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.760 Selecting previously unselected package inetutils-ping.
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.760 Preparing to unpack .../23-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.764 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.810 Selecting previously unselected package libip6tc2:arm64.
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.812 Preparing to unpack .../24-libip6tc2_1.8.7-1_arm64.deb ...
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.816 Unpacking libip6tc2:arm64 (1.8.7-1) ...
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.852 Selecting previously unselected package libnfnetlink0:arm64.
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.852 Preparing to unpack .../25-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.856 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
10:27:31 [2023-04-27T10:27:31.962Z] #110 6.898 Selecting previously unselected package libnetfilter-conntrack3:arm64.
10:27:32 [2023-04-27T10:27:32.219Z] #110 6.901 Preparing to unpack .../26-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
10:27:32 [2023-04-27T10:27:32.219Z] #110 6.905 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
10:27:32 [2023-04-27T10:27:32.219Z] #110 6.941 Selecting previously unselected package libnftnl11:arm64.
10:27:32 [2023-04-27T10:27:32.219Z] #110 6.941 Preparing to unpack .../27-libnftnl11_1.1.9-1_arm64.deb ...
10:27:32 [2023-04-27T10:27:32.219Z] #110 6.945 Unpacking libnftnl11:arm64 (1.1.9-1) ...
10:27:32 [2023-04-27T10:27:32.219Z] #110 6.981 Selecting previously unselected package iptables.
10:27:32 [2023-04-27T10:27:32.219Z] #110 6.982 Preparing to unpack .../28-iptables_1.8.7-1_arm64.deb ...
10:27:32 [2023-04-27T10:27:32.219Z] #110 6.986 Unpacking iptables (1.8.7-1) ...
10:27:32 [2023-04-27T10:27:32.219Z] #110 7.067 Selecting previously unselected package libonig5:arm64.
10:27:32 [2023-04-27T10:27:32.219Z] #110 7.069 Preparing to unpack .../29-libonig5_6.9.6-1.1_arm64.deb ...
10:27:32 [2023-04-27T10:27:32.219Z] #110 7.073 Unpacking libonig5:arm64 (6.9.6-1.1) ...
10:27:32 [2023-04-27T10:27:32.219Z] #110 7.121 Selecting previously unselected package libjq1:arm64.
10:27:32 [2023-04-27T10:27:32.219Z] #110 7.121 Preparing to unpack .../30-libjq1_1.6-2.1_arm64.deb ...
10:27:32 [2023-04-27T10:27:32.219Z] #110 7.124 Unpacking libjq1:arm64 (1.6-2.1) ...
10:27:32 [2023-04-27T10:27:32.219Z] #110 7.160 Selecting previously unselected package jq.
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.163 Preparing to unpack .../31-jq_1.6-2.1_arm64.deb ...
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.167 Unpacking jq (1.6-2.1) ...
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.203 Selecting previously unselected package libaio1:arm64.
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.205 Preparing to unpack .../32-libaio1_0.3.112-9_arm64.deb ...
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.209 Unpacking libaio1:arm64 (0.3.112-9) ...
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.243 Selecting previously unselected package libgpm2:arm64.
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.243 Preparing to unpack .../33-libgpm2_1.20.7-8_arm64.deb ...
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.246 Unpacking libgpm2:arm64 (1.20.7-8) ...
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.279 Selecting previously unselected package libicu67:arm64.
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.282 Preparing to unpack .../34-libicu67_67.1-7_arm64.deb ...
10:27:32 [2023-04-27T10:27:32.476Z] #110 7.285 Unpacking libicu67:arm64 (67.1-7) ...
10:27:33 [2023-04-27T10:27:33.048Z] #110 7.967 Selecting previously unselected package libinih1:arm64.
10:27:33 [2023-04-27T10:27:33.048Z] #110 7.969 Preparing to unpack .../35-libinih1_53-1+b2_arm64.deb ...
10:27:33 [2023-04-27T10:27:33.048Z] #110 7.972 Unpacking libinih1:arm64 (53-1+b2) ...
10:27:33 [2023-04-27T10:27:33.048Z] #110 8.005 Selecting previously unselected package libmicrohttpd12:arm64.
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.008 Preparing to unpack .../36-libmicrohttpd12_0.9.72-2_arm64.deb ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.011 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.052 Selecting previously unselected package libnet1:arm64.
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.054 Preparing to unpack .../37-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.057 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.097 Selecting previously unselected package libnl-3-200:arm64.
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.099 Preparing to unpack .../38-libnl-3-200_3.4.0-1+b1_arm64.deb ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.101 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.139 Selecting previously unselected package libprotobuf-c1:arm64.
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.139 Preparing to unpack .../39-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.143 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.179 Selecting previously unselected package libyajl2:arm64.
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.180 Preparing to unpack .../40-libyajl2_2.1.0-3_arm64.deb ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.183 Unpacking libyajl2:arm64 (2.1.0-3) ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.209 Selecting previously unselected package net-tools.
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.212 Preparing to unpack .../41-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.215 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
10:27:33 [2023-04-27T10:27:33.304Z] #110 8.263 Selecting previously unselected package patch.
10:27:33 [2023-04-27T10:27:33.560Z] #110 8.266 Preparing to unpack .../42-patch_2.7.6-7_arm64.deb ...
10:27:33 [2023-04-27T10:27:33.560Z] #110 8.269 Unpacking patch (2.7.6-7) ...
10:27:33 [2023-04-27T10:27:33.560Z] #110 8.304 Selecting previously unselected package python-pip-whl.
10:27:33 [2023-04-27T10:27:33.561Z] #110 8.306 Preparing to unpack .../43-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
10:27:33 [2023-04-27T10:27:33.561Z] #110 8.310 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
10:27:33 [2023-04-27T10:27:33.561Z] #110 8.445 Selecting previously unselected package python3-lib2to3.
10:27:33 [2023-04-27T10:27:33.561Z] #110 8.447 Preparing to unpack .../44-python3-lib2to3_3.9.2-1_all.deb ...
10:27:33 [2023-04-27T10:27:33.561Z] #110 8.452 Unpacking python3-lib2to3 (3.9.2-1) ...
10:27:33 [2023-04-27T10:27:33.561Z] #110 8.488 Selecting previously unselected package python3-distutils.
10:27:33 [2023-04-27T10:27:33.561Z] #110 8.491 Preparing to unpack .../45-python3-distutils_3.9.2-1_all.deb ...
10:27:33 [2023-04-27T10:27:33.561Z] #110 8.495 Unpacking python3-distutils (3.9.2-1) ...
10:27:33 [2023-04-27T10:27:33.561Z] #110 8.538 Selecting previously unselected package python3-pkg-resources.
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.541 Preparing to unpack .../46-python3-pkg-resources_52.0.0-4_all.deb ...
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.544 Unpacking python3-pkg-resources (52.0.0-4) ...
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.591 Selecting previously unselected package python3-setuptools.
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.591 Preparing to unpack .../47-python3-setuptools_52.0.0-4_all.deb ...
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.594 Unpacking python3-setuptools (52.0.0-4) ...
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.653 Selecting previously unselected package python3-wheel.
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.655 Preparing to unpack .../48-python3-wheel_0.34.2-1_all.deb ...
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.659 Unpacking python3-wheel (0.34.2-1) ...
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.694 Selecting previously unselected package python3-pip.
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.696 Preparing to unpack .../49-python3-pip_20.3.4-4+deb11u1_all.deb ...
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.699 Unpacking python3-pip (20.3.4-4+deb11u1) ...
10:27:33 [2023-04-27T10:27:33.817Z] #110 8.764 Selecting previously unselected package sudo.
10:27:34 [2023-04-27T10:27:34.074Z] #110 8.766 Preparing to unpack .../50-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
10:27:34 [2023-04-27T10:27:34.074Z] #110 8.771 Unpacking sudo (1.9.5p2-3+deb11u1) ...
10:27:34 [2023-04-27T10:27:34.074Z] #110 8.884 Selecting previously unselected package systemd-journal-remote.
10:27:34 [2023-04-27T10:27:34.074Z] #110 8.887 Preparing to unpack .../51-systemd-journal-remote_247.3-7+deb11u1_arm64.deb ...
10:27:34 [2023-04-27T10:27:34.074Z] #110 8.891 Unpacking systemd-journal-remote (247.3-7+deb11u1) ...
10:27:34 [2023-04-27T10:27:34.074Z] #110 8.930 Selecting previously unselected package thin-provisioning-tools.
10:27:34 [2023-04-27T10:27:34.074Z] #110 8.932 Preparing to unpack .../52-thin-provisioning-tools_0.9.0-1_arm64.deb ...
10:27:34 [2023-04-27T10:27:34.074Z] #110 8.936 Unpacking thin-provisioning-tools (0.9.0-1) ...
10:27:34 [2023-04-27T10:27:34.074Z] #110 8.992 Selecting previously unselected package uidmap.
10:27:34 [2023-04-27T10:27:34.330Z] #110 8.994 Preparing to unpack .../53-uidmap_1%3a4.8.1-1_arm64.deb ...
10:27:34 [2023-04-27T10:27:34.330Z] #110 8.999 Unpacking uidmap (1:4.8.1-1) ...
10:27:34 [2023-04-27T10:27:34.330Z] #110 9.047 Selecting previously unselected package vim-runtime.
10:27:34 [2023-04-27T10:27:34.330Z] #110 9.049 Preparing to unpack .../54-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
10:27:34 [2023-04-27T10:27:34.330Z] #110 9.060 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
10:27:34 [2023-04-27T10:27:34.330Z] #110 9.071 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
10:27:34 [2023-04-27T10:27:34.330Z] #110 9.075 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
10:27:34 [2023-04-27T10:27:34.892Z] #110 9.642 Selecting previously unselected package vim.
10:27:34 [2023-04-27T10:27:34.893Z] #110 9.645 Preparing to unpack .../55-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
10:27:34 [2023-04-27T10:27:34.893Z] #110 9.654 Unpacking vim (2:8.2.2434-3+deb11u1) ...
10:27:34 [2023-04-27T10:27:34.893Z] #110 9.781 Selecting previously unselected package xfsprogs.
10:27:34 [2023-04-27T10:27:34.893Z] #110 9.783 Preparing to unpack .../56-xfsprogs_5.10.0-4_arm64.deb ...
10:27:34 [2023-04-27T10:27:34.893Z] #110 9.788 Unpacking xfsprogs (5.10.0-4) ...
10:27:34 [2023-04-27T10:27:34.893Z] #110 9.884 Selecting previously unselected package zip.
10:27:35 [2023-04-27T10:27:35.149Z] #110 9.887 Preparing to unpack .../57-zip_3.0-12_arm64.deb ...
10:27:35 [2023-04-27T10:27:35.149Z] #110 9.891 Unpacking zip (3.0-12) ...
10:27:35 [2023-04-27T10:27:35.149Z] #110 9.935 Selecting previously unselected package zstd.
10:27:35 [2023-04-27T10:27:35.149Z] #110 9.937 Preparing to unpack .../58-zstd_1.4.8+dfsg-2.1_arm64.deb ...
10:27:35 [2023-04-27T10:27:35.149Z] #110 9.941 Unpacking zstd (1.4.8+dfsg-2.1) ...
10:27:35 [2023-04-27T10:27:35.149Z] #110 10.03 Setting up python3-pkg-resources (52.0.0-4) ...
10:27:35 [2023-04-27T10:27:35.405Z] #110 10.22 Setting up libip4tc2:arm64 (1.8.7-1) ...
10:27:35 [2023-04-27T10:27:35.405Z] #110 10.23 Setting up net-tools (1.60+git20181103.0eebece-1) ...
10:27:35 [2023-04-27T10:27:35.405Z] #110 10.24 Setting up libapparmor1:arm64 (2.13.6-10) ...
10:27:35 [2023-04-27T10:27:35.405Z] #110 10.25 Setting up libgpm2:arm64 (1.20.7-8) ...
10:27:35 [2023-04-27T10:27:35.405Z] #110 10.26 Setting up libicu67:arm64 (67.1-7) ...
10:27:35 [2023-04-27T10:27:35.405Z] #110 10.27 Setting up libip6tc2:arm64 (1.8.7-1) ...
10:27:35 [2023-04-27T10:27:35.405Z] #110 10.28 Setting up libinih1:arm64 (53-1+b2) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.29 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.31 Setting up uidmap (1:4.8.1-1) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.32 Setting up libyajl2:arm64 (2.1.0-3) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.33 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.34 Setting up bzip2 (1.0.8-4) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.35 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.36 Setting up python3-wheel (0.34.2-1) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.50 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.51 Setting up xxd (2:8.2.2434-3+deb11u1) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.52 Setting up libcap2:arm64 (1:2.44-1) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.53 Setting up libcap2-bin (1:2.44-1) ...
10:27:35 [2023-04-27T10:27:35.665Z] #110 10.54 Setting up apparmor (2.13.6-10) ...
10:27:36 [2023-04-27T10:27:36.604Z] #110 11.31 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
10:27:36 [2023-04-27T10:27:36.604Z] #110 11.33 Setting up zip (3.0-12) ...
10:27:36 [2023-04-27T10:27:36.605Z] #110 11.34 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
10:27:36 [2023-04-27T10:27:36.605Z] #110 11.36 Setting up bash-completion (1:2.11-2) ...
10:27:37 [2023-04-27T10:27:37.199Z] #110 12.10 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
10:27:37 [2023-04-27T10:27:37.199Z] #110 12.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:27:37 [2023-04-27T10:27:37.199Z] #110 12.12 Setting up libmnl0:arm64 (1.0.4-3) ...
10:27:37 [2023-04-27T10:27:37.199Z] #110 12.13 Setting up patch (2.7.6-7) ...
10:27:37 [2023-04-27T10:27:37.199Z] #110 12.14 Setting up sudo (1.9.5p2-3+deb11u1) ...
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.19 invoke-rc.d: could not determine current runlevel
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.19 invoke-rc.d: policy-rc.d denied execution of start.
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.20 Setting up libxtables12:arm64 (1.8.7-1) ...
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.21 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.22 Setting up pigz (2.6-1) ...
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.24 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.25 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.26 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.27 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.44 Setting up libaio1:arm64 (0.3.112-9) ...
10:27:37 [2023-04-27T10:27:37.470Z] #110 12.45 Setting up python3-lib2to3 (3.9.2-1) ...
10:27:37 [2023-04-27T10:27:37.726Z] #110 12.54 Setting up libelf1:arm64 (0.183-1) ...
10:27:37 [2023-04-27T10:27:37.726Z] #110 12.56 Setting up libjson-c5:arm64 (0.15-2) ...
10:27:37 [2023-04-27T10:27:37.726Z] #110 12.57 Setting up zstd (1.4.8+dfsg-2.1) ...
10:27:37 [2023-04-27T10:27:37.726Z] #110 12.58 Setting up libonig5:arm64 (6.9.6-1.1) ...
10:27:37 [2023-04-27T10:27:37.726Z] #110 12.59 Setting up libkmod2:arm64 (28-1) ...
10:27:37 [2023-04-27T10:27:37.726Z] #110 12.60 Setting up python3-distutils (3.9.2-1) ...
10:27:37 [2023-04-27T10:27:37.982Z] #110 12.72 Setting up vim (2:8.2.2434-3+deb11u1) ...
10:27:37 [2023-04-27T10:27:37.982Z] #110 12.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
10:27:37 [2023-04-27T10:27:37.982Z] #110 12.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
10:27:37 [2023-04-27T10:27:37.982Z] #110 12.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
10:27:37 [2023-04-27T10:27:37.982Z] #110 12.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
10:27:37 [2023-04-27T10:27:37.982Z] #110 12.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
10:27:37 [2023-04-27T10:27:37.982Z] #110 12.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
10:27:37 [2023-04-27T10:27:37.982Z] #110 12.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
10:27:37 [2023-04-27T10:27:37.982Z] #110 12.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
10:27:37 [2023-04-27T10:27:37.982Z] #110 12.78 Setting up python3-setuptools (52.0.0-4) ...
10:27:38 [2023-04-27T10:27:38.238Z] #110 13.09 Setting up libjq1:arm64 (1.6-2.1) ...
10:27:38 [2023-04-27T10:27:38.238Z] #110 13.10 Setting up libnftnl11:arm64 (1.1.9-1) ...
10:27:38 [2023-04-27T10:27:38.238Z] #110 13.11 Setting up thin-provisioning-tools (0.9.0-1) ...
10:27:38 [2023-04-27T10:27:38.494Z] #110 13.12 Setting up python3-pip (20.3.4-4+deb11u1) ...
10:27:38 [2023-04-27T10:27:38.494Z] #110 13.38 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.39 Setting up jq (1.6-2.1) ...
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.40 Setting up libbpf0:arm64 (1:0.3-2) ...
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.42 Setting up iptables (1.8.7-1) ...
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.43 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.44 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.44 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.44 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.45 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.45 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.46 Setting up iproute2 (5.10.0-4) ...
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.59 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.60 Setting up dmsetup (2:1.02.175-2.1) ...
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.62 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.63 Setting up systemd (247.3-7+deb11u1) ...
10:27:38 [2023-04-27T10:27:38.750Z] #110 13.66 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
10:27:39 [2023-04-27T10:27:39.006Z] #110 13.67 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
10:27:39 [2023-04-27T10:27:39.006Z] #110 13.67 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
10:27:39 [2023-04-27T10:27:39.006Z] #110 13.67 Initializing machine ID from random generator.
10:27:39 [2023-04-27T10:27:39.262Z] #110 14.01 Setting up systemd-journal-remote (247.3-7+deb11u1) ...
10:27:39 [2023-04-27T10:27:39.518Z] #110 14.12 Setting up xfsprogs (5.10.0-4) ...
10:27:39 [2023-04-27T10:27:39.518Z] #110 14.13 System has not been booted with systemd as init system (PID 1). Can't operate.
10:27:39 [2023-04-27T10:27:39.518Z] #110 14.13 Failed to connect to bus: Host is down
10:27:39 [2023-04-27T10:27:39.518Z] #110 14.14 Processing triggers for libc-bin (2.31-13+deb11u5) ...
10:27:40 [2023-04-27T10:27:40.446Z] #110 DONE 15.0s
10:27:40 [2023-04-27T10:27:40.446Z] 
10:27:40 [2023-04-27T10:27:40.446Z] #111 [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
10:27:40 [2023-04-27T10:27:40.703Z] #111 0.401 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
10:27:40 [2023-04-27T10:27:40.703Z] #111 0.404 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
10:27:40 [2023-04-27T10:27:40.703Z] #111 0.408 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
10:27:40 [2023-04-27T10:27:40.703Z] #111 DONE 0.4s
10:27:40 [2023-04-27T10:27:40.703Z] 
10:27:40 [2023-04-27T10:27:40.703Z] #112 [dev-base 10/11] RUN pip3 install yamllint==1.27.1
10:27:47 [2023-04-27T10:27:47.242Z] #112 5.662 Collecting yamllint==1.27.1
10:27:47 [2023-04-27T10:27:47.242Z] #112 6.696   Downloading yamllint-1.27.1.tar.gz (129 kB)
10:27:47 [2023-04-27T10:27:47.498Z] #112 6.981 Collecting pathspec>=0.5.3
10:27:47 [2023-04-27T10:27:47.754Z] #112 6.984   Downloading pathspec-0.11.1-py3-none-any.whl (29 kB)
10:27:47 [2023-04-27T10:27:47.754Z] #112 7.075 Collecting pyyaml
10:27:47 [2023-04-27T10:27:47.754Z] #112 7.081   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
10:27:47 [2023-04-27T10:27:47.754Z] #112 7.098 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
10:27:47 [2023-04-27T10:27:47.754Z] #112 7.102 Building wheels for collected packages: yamllint
10:27:47 [2023-04-27T10:27:47.754Z] #112 7.103   Building wheel for yamllint (setup.py): started
10:27:48 [2023-04-27T10:27:48.010Z] #112 7.342   Building wheel for yamllint (setup.py): finished with status 'done'
10:27:48 [2023-04-27T10:27:48.010Z] #112 7.343   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=c7175bbbf5381130db3a995d1c84169c2e1995bb9fef2a7c5860451f92322798
10:27:48 [2023-04-27T10:27:48.010Z] #112 7.343   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
10:27:48 [2023-04-27T10:27:48.010Z] #112 7.346 Successfully built yamllint
10:27:48 [2023-04-27T10:27:48.010Z] #112 7.351 Installing collected packages: pyyaml, pathspec, yamllint
10:27:48 [2023-04-27T10:27:48.010Z] #112 7.463 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.27.1
10:27:48 [2023-04-27T10:27:48.267Z] #112 DONE 7.6s
10:27:48 [2023-04-27T10:27:48.267Z] 
10:27:48 [2023-04-27T10:27:48.267Z] #113 [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
10:27:49 [2023-04-27T10:27:49.196Z] #113 0.799 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
10:27:49 [2023-04-27T10:27:49.196Z] #113 0.799 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
10:27:49 [2023-04-27T10:27:49.196Z] #113 0.800 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
10:27:49 [2023-04-27T10:27:49.709Z] #113 1.135 Reading package lists...
10:27:50 [2023-04-27T10:27:50.529Z] #113 1.643 Reading package lists...
10:27:50 [2023-04-27T10:27:50.529Z] #113 2.144 Building dependency tree...
10:27:50 [2023-04-27T10:27:50.529Z] #113 2.274 Reading state information...
10:27:50 [2023-04-27T10:27:50.785Z] #113 2.438 gcc is already the newest version (4:10.2.1-1).
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.438 pkg-config is already the newest version (0.29.2-1).
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.438 The following additional packages will be installed:
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.438   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdevmapper-event1.02.1
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.438   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.439   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.439   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.439   libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.439   uuid-dev zlib1g-dev
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.440 Suggested packages:
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.440   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.440   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.441 Recommended packages:
10:27:50 [2023-04-27T10:27:50.786Z] #113 2.441   build-essential fakeroot libalgorithm-merge-perl
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.693 The following NEW packages will be installed:
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.693   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.694   libdevmapper-dev libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.694   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.694   libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.694   libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.694   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol1-dev
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.695   libsystemd-dev libudev-dev uuid-dev zlib1g-dev
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.967 0 upgraded, 32 newly installed, 0 to remove and 0 not upgraded.
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.967 Need to get 10.3 MB of archives.
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.967 After this operation, 41.5 MB of additional disk space will be used.
10:27:51 [2023-04-27T10:27:51.043Z] #113 2.967 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.986 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.987 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.988 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.990 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.991 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.993 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.994 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.995 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.996 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.998 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 2.999 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.001 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.002 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.005 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.006 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.009 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.012 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.013 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.014 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.021 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.021 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.022 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.023 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.026 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.027 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.028 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.031 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.032 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.043 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.044 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.045 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.183 debconf: delaying package configuration, since apt-utils is not installed
10:27:51 [2023-04-27T10:27:51.300Z] #113 3.219 Fetched 10.3 MB in 0s (29.7 MB/s)
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.245 Selecting previously unselected package dpkg-dev.
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.245 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21239 files and directories currently installed.)
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.255 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.260 Unpacking dpkg-dev (1.20.12) ...
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.382 Selecting previously unselected package libgirepository-1.0-1:arm64.
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.384 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.392 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.428 Selecting previously unselected package gir1.2-glib-2.0:arm64.
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.430 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.433 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
10:27:51 [2023-04-27T10:27:51.556Z] #113 3.472 Selecting previously unselected package libsecret-common.
10:27:51 [2023-04-27T10:27:51.813Z] #113 3.475 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
10:27:51 [2023-04-27T10:27:51.813Z] #113 3.478 Unpacking libsecret-common (0.20.4-2) ...
10:27:51 [2023-04-27T10:27:51.813Z] #113 3.524 Selecting previously unselected package libsecret-1-0:arm64.
10:27:51 [2023-04-27T10:27:51.813Z] #113 3.526 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
10:27:51 [2023-04-27T10:27:51.813Z] #113 3.530 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
10:27:51 [2023-04-27T10:27:51.813Z] #113 3.566 Selecting previously unselected package gir1.2-secret-1:arm64.
10:27:51 [2023-04-27T10:27:51.813Z] #113 3.568 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
10:27:51 [2023-04-27T10:27:51.813Z] #113 3.572 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
10:27:51 [2023-04-27T10:27:51.813Z] #113 3.598 Selecting previously unselected package libapparmor-dev:arm64.
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.599 Preparing to unpack .../06-libapparmor-dev_2.13.6-10_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.602 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.636 Selecting previously unselected package uuid-dev:arm64.
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.639 Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.643 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.683 Selecting previously unselected package libblkid-dev:arm64.
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.683 Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.692 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.746 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.748 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.751 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.778 Selecting previously unselected package libudev-dev:arm64.
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.780 Preparing to unpack .../10-libudev-dev_247.3-7+deb11u1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.783 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.825 Selecting previously unselected package libsepol1-dev:arm64.
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.825 Preparing to unpack .../11-libsepol1-dev_3.1-1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.828 Unpacking libsepol1-dev:arm64 (3.1-1) ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.887 Selecting previously unselected package libpcre2-16-0:arm64.
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.890 Preparing to unpack .../12-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.893 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.940 Selecting previously unselected package libpcre2-32-0:arm64.
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.943 Preparing to unpack .../13-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.946 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.994 Selecting previously unselected package libpcre2-posix2:arm64.
10:27:52 [2023-04-27T10:27:52.069Z] #113 3.994 Preparing to unpack .../14-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.326Z] #113 3.997 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.029 Selecting previously unselected package libpcre2-dev:arm64.
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.029 Preparing to unpack .../15-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.033 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.106 Selecting previously unselected package libselinux1-dev:arm64.
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.109 Preparing to unpack .../16-libselinux1-dev_3.1-3_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.112 Unpacking libselinux1-dev:arm64 (3.1-3) ...
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.165 Selecting previously unselected package libdevmapper-dev:arm64.
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.168 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.172 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.202 Selecting previously unselected package libffi-dev:arm64.
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.204 Preparing to unpack .../18-libffi-dev_3.3-6_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.326Z] #113 4.207 Unpacking libffi-dev:arm64 (3.3-6) ...
10:27:52 [2023-04-27T10:27:52.582Z] #113 4.237 Selecting previously unselected package libglib2.0-data.
10:27:52 [2023-04-27T10:27:52.582Z] #113 4.240 Preparing to unpack .../19-libglib2.0-data_2.66.8-1_all.deb ...
10:27:52 [2023-04-27T10:27:52.582Z] #113 4.242 Unpacking libglib2.0-data (2.66.8-1) ...
10:27:52 [2023-04-27T10:27:52.582Z] #113 4.376 Selecting previously unselected package libglib2.0-bin.
10:27:52 [2023-04-27T10:27:52.582Z] #113 4.378 Preparing to unpack .../20-libglib2.0-bin_2.66.8-1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.582Z] #113 4.382 Unpacking libglib2.0-bin (2.66.8-1) ...
10:27:52 [2023-04-27T10:27:52.582Z] #113 4.422 Selecting previously unselected package libglib2.0-dev-bin.
10:27:52 [2023-04-27T10:27:52.582Z] #113 4.424 Preparing to unpack .../21-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.583Z] #113 4.428 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
10:27:52 [2023-04-27T10:27:52.583Z] #113 4.469 Selecting previously unselected package libmount-dev:arm64.
10:27:52 [2023-04-27T10:27:52.583Z] #113 4.469 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.473 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.510 Selecting previously unselected package libpcre16-3:arm64.
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.514 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.517 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.565 Selecting previously unselected package libpcre32-3:arm64.
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.565 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.569 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.612 Selecting previously unselected package libpcrecpp0v5:arm64.
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.615 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.618 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.651 Selecting previously unselected package libpcre3-dev:arm64.
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.653 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.657 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
10:27:52 [2023-04-27T10:27:52.839Z] #113 4.732 Selecting previously unselected package zlib1g-dev:arm64.
10:27:53 [2023-04-27T10:27:53.095Z] #113 4.734 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
10:27:53 [2023-04-27T10:27:53.095Z] #113 4.738 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
10:27:53 [2023-04-27T10:27:53.095Z] #113 4.782 Selecting previously unselected package libglib2.0-dev:arm64.
10:27:53 [2023-04-27T10:27:53.095Z] #113 4.784 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
10:27:53 [2023-04-27T10:27:53.095Z] #113 4.788 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
10:27:53 [2023-04-27T10:27:53.095Z] #113 4.971 Selecting previously unselected package libseccomp-dev:arm64.
10:27:53 [2023-04-27T10:27:53.095Z] #113 4.974 Preparing to unpack .../29-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
10:27:53 [2023-04-27T10:27:53.095Z] #113 4.978 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.095Z] #113 5.016 Selecting previously unselected package libsecret-1-dev:arm64.
10:27:53 [2023-04-27T10:27:53.352Z] #113 5.018 Preparing to unpack .../30-libsecret-1-dev_0.20.4-2_arm64.deb ...
10:27:53 [2023-04-27T10:27:53.352Z] #113 5.023 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
10:27:53 [2023-04-27T10:27:53.352Z] #113 5.081 Selecting previously unselected package libsystemd-dev:arm64.
10:27:53 [2023-04-27T10:27:53.352Z] #113 5.084 Preparing to unpack .../31-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
10:27:53 [2023-04-27T10:27:53.352Z] #113 5.087 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.194 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.205 Setting up libglib2.0-dev-bin (2.66.8-1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.361 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.372 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.382 Setting up libpcre16-3:arm64 (2:8.39-13) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.395 Setting up libsepol1-dev:arm64 (3.1-1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.409 Setting up libffi-dev:arm64 (3.3-6) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.421 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.432 Setting up dpkg-dev (1.20.12) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.450 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.460 Setting up libglib2.0-data (2.66.8-1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.471 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.483 Setting up libpcre32-3:arm64 (2:8.39-13) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.494 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.505 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.516 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
10:27:53 [2023-04-27T10:27:53.609Z] #113 5.527 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.538 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.548 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.559 Setting up libsecret-common (0.20.4-2) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.572 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.587 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.598 Setting up libselinux1-dev:arm64 (3.1-3) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.610 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.620 Setting up libglib2.0-bin (2.66.8-1) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.631 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.640 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.652 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.663 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.677 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.688 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.700 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.710 No schema files found: doing nothing.
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.715 Processing triggers for libc-bin (2.31-13+deb11u5) ...
10:27:53 [2023-04-27T10:27:53.865Z] #113 5.737 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
10:27:54 [2023-04-27T10:27:54.121Z] #113 DONE 6.0s
10:27:54 [2023-04-27T10:27:54.121Z] 
10:27:54 [2023-04-27T10:27:54.121Z] #114 [dev 1/1] COPY . .
10:27:56 [2023-04-27T10:27:56.640Z] #114 DONE 2.1s
10:27:56 [2023-04-27T10:27:56.640Z] 
10:27:56 [2023-04-27T10:27:56.640Z] #115 exporting to image
10:27:56 [2023-04-27T10:27:56.640Z] #115 exporting layers
10:27:58 [2023-04-27T10:27:58.007Z] #115 exporting layers 1.7s done
10:27:58 [2023-04-27T10:27:58.007Z] #115 writing image sha256:be743dbe3b72c22616c95f4a32eff552d8b4e4fda5b5da56f33e0c4b3106985d done
10:27:58 [2023-04-27T10:27:58.007Z] #115 naming to docker.io/library/docker:2d0e899819089e910be5e60953deaae0eb9f272d done
10:27:58 [2023-04-27T10:27:58.007Z] #115 DONE 1.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
10:27:58 [2023-04-27T10:27:58.309Z] + sudo modprobe ip6table_filter
[Pipeline] sh
10:27:58 [2023-04-27T10:27:58.668Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45422/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2d0e899819089e910be5e60953deaae0eb9f272d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2d0e899819089e910be5e60953deaae0eb9f272d hack/test/unit
10:27:59 [2023-04-27T10:27:59.230Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
10:27:59 [2023-04-27T10:27:59.231Z] + TESTFLAGS+=' -test.timeout=5m'
10:27:59 [2023-04-27T10:27:59.231Z] + TESTDIRS=./...
10:27:59 [2023-04-27T10:27:59.231Z] + exclude_paths='/vendor/|/integration'
10:27:59 [2023-04-27T10:27:59.231Z] ++ go list ./...
10:27:59 [2023-04-27T10:27:59.231Z] ++ grep -vE '(/vendor/|/integration)'
10:28:00 [2023-04-27T10:28:00.162Z] + pkg_list='github.com/docker/docker/api
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/backend/build
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/httpstatus
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/httputils
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/middleware
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/build
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/checkpoint
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/container
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/debug
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/distribution
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/grpc
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/image
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/network
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/plugin
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/session
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/swarm
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/system
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/server/router/volume
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/backend
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/blkiodev
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/container
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/events
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/filters
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/image
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/mount
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/network
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/plugins/logdriver
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/registry
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/strslice
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/swarm
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/swarm/runtime
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/time
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/versions
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/versions/v1p19
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/versions/v1p20
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/api/types/volume
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/builder-next
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/builder-next/exporter
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/builder-next/exporter/overrides
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/builder-next/imagerefchecker
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/builder-next/worker
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/dockerfile
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/remotecontext
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/remotecontext/git
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/builder/remotecontext/urlutil
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/cli/debug
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/cli/winresources/docker-proxy
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/cli/winresources/dockerd
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/client
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/client/buildkit
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/cmd/docker-proxy
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/cmd/dockerd
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/cmd/dockerd/trap
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/container
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/container/stream
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/contrib/apparmor
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/contrib/docker-device-tool
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/contrib/httpserver
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/cluster
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/cluster/controllers/plugin
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/cluster/convert
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/cluster/executor
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/cluster/executor/container
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/cluster/provider
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/config
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/containerd
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/events
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/events/testutils
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver/btrfs
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver/copy
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver/devmapper
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver/graphtest
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver/overlay2
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver/overlayutils
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver/register
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver/vfs
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/graphdriver/zfs
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/images
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/initlayer
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/links
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/listeners
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/awslogs
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/fluentd
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/gcplogs
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/gelf
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/journald
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/journald/internal/export
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/journald/internal/fake
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/jsonfilelog
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/local
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/logentries
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/loggertest
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/loggerutils
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/loggerutils/cache
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/splunk
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/syslog
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/logger/templates
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/names
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/network
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/daemon/stats
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/distribution
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/distribution/metadata
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/distribution/utils
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/distribution/xfer
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/dockerversion
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/errdefs
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/image
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/image/cache
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/image/tarexport
10:28:00 [2023-04-27T10:28:00.162Z] github.com/docker/docker/image/v1
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/internal/mounttree
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/internal/test/suite
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/internal/unshare
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/layer
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd/queue
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd/remote
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd/shimopts
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd/supervisor
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd/types
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/bitmap
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/bitseq
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cluster
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/config
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/datastore
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/diagnostic
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/discoverapi
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/driverapi
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/bridge
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/host
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/null
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/overlay
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/remote
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/windows
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drvregistry
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/etchosts
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/idm
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/internal/caller
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipam
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipamapi
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipams/builtin
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipams/null
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipams/remote
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipamutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipbits
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/iptables
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/netlabel
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/netutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/networkdb
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ns
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/options
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/osl
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/osl/kernel
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/portallocator
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/portmapper
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/resolvconf
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/testutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/types
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/oci
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/oci/caps
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/opts
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/aaparser
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/archive
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/authorization
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/broadcaster
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/capabilities
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/chrootarchive
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/containerfs
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/devicemapper
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/directory
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/dmesg
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/fileutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/homedir
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/idtools
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/ioutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/jsonmessage
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/longpath
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/loopback
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/meminfo
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/namesgenerator
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/parsers
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/parsers/kernel
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/parsers/operatingsystem
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/pidfile
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/platform
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/platforms
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/plugingetter
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/plugins
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/plugins/transport
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/pools
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/process
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/progress
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/reexec
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/rootless
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/rootless/specconv
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/stack
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/stdcopy
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/streamformatter
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/stringid
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/sysinfo
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/system
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/tailfile
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/tarsum
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/pkg/useragent
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/plugin
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/plugin/executor/containerd
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/plugin/v2
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/profiles/apparmor
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/profiles/seccomp
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/quota
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/reference
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/registry
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/registry/resumable
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/restartmanager
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/runconfig
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/runconfig/opts
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil/daemon
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil/environment
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil/fakecontext
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil/fakegit
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil/fakestorage
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil/fixtures/load
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil/fixtures/plugin
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil/fixtures/plugin/basic
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil/registry
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/testutil/request
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/volume
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/volume/drivers
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/volume/local
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/volume/mounts
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/volume/service
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/volume/service/opts
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/volume/testutils'
10:28:00 [2023-04-27T10:28:00.163Z] ++ grep --fixed-strings -v /libnetwork
10:28:00 [2023-04-27T10:28:00.163Z] ++ echo 'github.com/docker/docker/api
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/backend/build
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/httpstatus
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/httputils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/middleware
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/build
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/checkpoint
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/container
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/debug
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/distribution
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/grpc
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/image
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/network
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/plugin
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/session
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/swarm
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/system
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/server/router/volume
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/backend
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/blkiodev
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/container
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/events
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/filters
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/image
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/mount
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/network
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/plugins/logdriver
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/registry
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/strslice
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/swarm
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/swarm/runtime
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/time
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/versions
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/versions/v1p19
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/versions/v1p20
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/api/types/volume
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/builder-next
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/builder-next/exporter
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/builder-next/exporter/overrides
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/builder-next/imagerefchecker
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/builder-next/worker
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/dockerfile
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/remotecontext
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/remotecontext/git
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/builder/remotecontext/urlutil
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/cli/debug
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/cli/winresources/docker-proxy
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/cli/winresources/dockerd
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/client
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/client/buildkit
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/cmd/docker-proxy
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/cmd/dockerd
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/cmd/dockerd/trap
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/container
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/container/stream
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/contrib/apparmor
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/contrib/docker-device-tool
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/contrib/httpserver
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/cluster
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/cluster/controllers/plugin
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/cluster/convert
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/cluster/executor
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/cluster/executor/container
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/cluster/provider
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/config
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/containerd
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/events
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/events/testutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver/btrfs
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver/copy
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver/devmapper
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver/graphtest
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver/overlay2
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver/overlayutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver/register
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver/vfs
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/graphdriver/zfs
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/images
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/initlayer
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/links
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/listeners
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/awslogs
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/fluentd
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/gcplogs
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/gelf
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/journald
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/journald/internal/export
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/journald/internal/fake
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/jsonfilelog
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/local
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/logentries
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/loggertest
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/loggerutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/loggerutils/cache
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/splunk
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/syslog
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/logger/templates
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/names
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/network
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/daemon/stats
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/distribution
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/distribution/metadata
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/distribution/utils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/distribution/xfer
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/dockerversion
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/errdefs
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/image
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/image/cache
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/image/tarexport
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/image/v1
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/internal/mounttree
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/internal/test/suite
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/internal/unshare
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/layer
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd/queue
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd/remote
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd/shimopts
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd/supervisor
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libcontainerd/types
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/bitmap
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/bitseq
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cluster
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/config
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/datastore
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/diagnostic
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/discoverapi
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/driverapi
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/bridge
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/host
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/null
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/overlay
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/remote
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/windows
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/drvregistry
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/etchosts
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/idm
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/internal/caller
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipam
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipamapi
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipams/builtin
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipams/null
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipams/remote
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipamutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ipbits
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/iptables
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/netlabel
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/netutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/networkdb
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/ns
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/options
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/osl
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/osl/kernel
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/portallocator
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/portmapper
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/resolvconf
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/testutils
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/libnetwork/types
10:28:00 [2023-04-27T10:28:00.163Z] github.com/docker/docker/oci
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/oci/caps
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/opts
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/aaparser
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/archive
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/authorization
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/broadcaster
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/capabilities
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/chrootarchive
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/containerfs
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/devicemapper
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/directory
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/dmesg
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/fileutils
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/homedir
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/idtools
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/ioutils
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/jsonmessage
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/longpath
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/loopback
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/meminfo
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/namesgenerator
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/parsers
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/parsers/kernel
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/parsers/operatingsystem
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/pidfile
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/platform
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/platforms
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugingetter
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugins
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugins/transport
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/pools
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/process
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/progress
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/reexec
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/rootless
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/rootless/specconv
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/stack
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/stdcopy
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/streamformatter
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/stringid
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/sysinfo
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/system
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/tailfile
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/tarsum
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/useragent
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/plugin
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/plugin/executor/containerd
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/plugin/v2
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/profiles/apparmor
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/profiles/seccomp
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/quota
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/reference
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/registry
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/registry/resumable
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/restartmanager
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/runconfig
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/runconfig/opts
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/daemon
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/environment
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fakecontext
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fakegit
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fakestorage
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fixtures/load
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fixtures/plugin
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fixtures/plugin/basic
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/registry
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/request
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/drivers
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/local
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/mounts
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/service
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/service/opts
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/testutils'
10:28:00 [2023-04-27T10:28:00.164Z] + base_pkg_list='github.com/docker/docker/api
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/backend/build
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/httpstatus
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/httputils
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/middleware
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/build
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/checkpoint
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/container
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/debug
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/distribution
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/grpc
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/image
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/network
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/plugin
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/session
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/swarm
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/system
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/volume
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/backend
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/blkiodev
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/container
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/events
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/filters
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/image
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/mount
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/network
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/plugins/logdriver
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/registry
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/strslice
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/swarm
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/swarm/runtime
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/time
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/versions
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/versions/v1p19
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/versions/v1p20
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/volume
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/exporter
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/exporter/overrides
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/imagerefchecker
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/worker
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/dockerfile
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/remotecontext
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/remotecontext/git
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/remotecontext/urlutil
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/cli/debug
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/cli/winresources/docker-proxy
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/cli/winresources/dockerd
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/client
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/client/buildkit
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/cmd/docker-proxy
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/cmd/dockerd
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/cmd/dockerd/trap
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/container
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/container/stream
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/contrib/apparmor
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/contrib/docker-device-tool
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/contrib/httpserver
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/cluster
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/cluster/controllers/plugin
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/cluster/convert
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/cluster/executor
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/cluster/executor/container
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/cluster/provider
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/config
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/containerd
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/events
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/events/testutils
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver/btrfs
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver/copy
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver/devmapper
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver/graphtest
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver/overlay2
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver/overlayutils
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver/register
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver/vfs
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/graphdriver/zfs
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/images
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/initlayer
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/links
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/listeners
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/awslogs
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/fluentd
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/gcplogs
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/gelf
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/journald
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/journald/internal/export
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/journald/internal/fake
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/jsonfilelog
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/local
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/logentries
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/loggertest
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/loggerutils
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/loggerutils/cache
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/splunk
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/syslog
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/logger/templates
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/names
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/network
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/daemon/stats
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/distribution
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/distribution/metadata
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/distribution/utils
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/distribution/xfer
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/dockerversion
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/errdefs
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/image
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/image/cache
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/image/tarexport
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/image/v1
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/internal/mounttree
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/internal/test/suite
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/internal/unshare
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/layer
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/libcontainerd
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/libcontainerd/queue
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/libcontainerd/remote
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/libcontainerd/shimopts
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/libcontainerd/supervisor
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/libcontainerd/types
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/oci
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/oci/caps
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/opts
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/aaparser
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/archive
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/authorization
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/broadcaster
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/capabilities
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/chrootarchive
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/containerfs
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/devicemapper
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/directory
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/dmesg
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/fileutils
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/homedir
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/idtools
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/ioutils
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/jsonmessage
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/longpath
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/loopback
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/meminfo
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/namesgenerator
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/parsers
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/parsers/kernel
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/parsers/operatingsystem
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/pidfile
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/platform
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/platforms
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugingetter
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugins
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/plugins/transport
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/pools
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/process
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/progress
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/reexec
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/rootless
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/rootless/specconv
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/stack
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/stdcopy
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/streamformatter
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/stringid
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/sysinfo
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/system
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/tailfile
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/tarsum
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/pkg/useragent
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/plugin
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/plugin/executor/containerd
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/plugin/v2
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/profiles/apparmor
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/profiles/seccomp
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/quota
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/reference
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/registry
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/registry/resumable
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/restartmanager
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/runconfig
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/runconfig/opts
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/daemon
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/environment
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fakecontext
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fakegit
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fakestorage
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fixtures/load
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fixtures/plugin
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/fixtures/plugin/basic
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/registry
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/testutil/request
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/drivers
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/local
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/mounts
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/service
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/service/opts
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/volume/testutils'
10:28:00 [2023-04-27T10:28:00.164Z] ++ grep --fixed-strings /libnetwork
10:28:00 [2023-04-27T10:28:00.164Z] ++ echo 'github.com/docker/docker/api
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/backend/build
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/httpstatus
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/httputils
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/middleware
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/build
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/checkpoint
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/container
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/debug
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/distribution
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/grpc
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/image
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/network
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/plugin
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/session
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/swarm
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/system
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/server/router/volume
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/backend
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/blkiodev
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/container
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/events
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/filters
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/image
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/mount
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/network
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/plugins/logdriver
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/registry
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/strslice
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/swarm
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/swarm/runtime
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/time
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/versions
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/versions/v1p19
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/versions/v1p20
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/api/types/volume
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/exporter
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/exporter/overrides
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/imagerefchecker
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/builder-next/worker
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/dockerfile
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/remotecontext
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/remotecontext/git
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/builder/remotecontext/urlutil
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/cli/debug
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/cli/winresources/docker-proxy
10:28:00 [2023-04-27T10:28:00.164Z] github.com/docker/docker/cli/winresources/dockerd
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/client
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/client/buildkit
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/cmd/docker-proxy
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/cmd/dockerd
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/cmd/dockerd/trap
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/container
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/container/stream
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/contrib/apparmor
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/contrib/docker-device-tool
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/contrib/httpserver
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/cluster
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/cluster/controllers/plugin
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/cluster/convert
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/cluster/executor
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/cluster/executor/container
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/cluster/provider
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/config
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/containerd
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/events
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/events/testutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver/btrfs
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver/copy
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver/devmapper
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver/graphtest
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver/overlay2
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver/overlayutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver/register
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver/vfs
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/graphdriver/zfs
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/images
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/initlayer
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/links
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/listeners
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/awslogs
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/fluentd
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/gcplogs
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/gelf
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/journald
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/journald/internal/export
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/journald/internal/fake
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/jsonfilelog
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/local
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/logentries
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/loggertest
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/loggerutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/loggerutils/cache
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/splunk
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/syslog
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/logger/templates
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/names
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/network
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/daemon/stats
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/distribution
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/distribution/metadata
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/distribution/utils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/distribution/xfer
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/dockerversion
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/errdefs
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/image
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/image/cache
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/image/tarexport
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/image/v1
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/internal/mounttree
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/internal/test/suite
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/internal/unshare
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/layer
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libcontainerd
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libcontainerd/queue
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libcontainerd/remote
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libcontainerd/shimopts
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libcontainerd/supervisor
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libcontainerd/types
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/bitmap
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/bitseq
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cluster
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/config
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/datastore
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/diagnostic
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/discoverapi
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/driverapi
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/bridge
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/host
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/null
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/overlay
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/remote
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/windows
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drvregistry
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/etchosts
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/idm
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/internal/caller
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipam
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipamapi
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipams/builtin
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipams/null
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipams/remote
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipamutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipbits
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/iptables
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/netlabel
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/netutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/networkdb
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ns
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/options
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/osl
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/osl/kernel
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/portallocator
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/portmapper
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/resolvconf
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/testutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/types
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/oci
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/oci/caps
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/opts
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/aaparser
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/archive
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/authorization
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/broadcaster
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/capabilities
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/chrootarchive
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/containerfs
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/devicemapper
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/directory
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/dmesg
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/fileutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/homedir
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/idtools
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/ioutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/jsonmessage
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/longpath
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/loopback
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/meminfo
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/namesgenerator
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/parsers
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/parsers/kernel
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/parsers/operatingsystem
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/pidfile
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/platform
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/platforms
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/plugingetter
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/plugins
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/plugins/transport
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/pools
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/process
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/progress
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/reexec
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/rootless
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/rootless/specconv
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/stack
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/stdcopy
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/streamformatter
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/stringid
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/sysinfo
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/system
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/tailfile
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/tarsum
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/pkg/useragent
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/plugin
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/plugin/executor/containerd
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/plugin/v2
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/profiles/apparmor
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/profiles/seccomp
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/quota
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/reference
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/registry
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/registry/resumable
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/restartmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/runconfig
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/runconfig/opts
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil/daemon
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil/environment
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil/fakecontext
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil/fakegit
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil/fakestorage
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil/fixtures/load
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil/fixtures/plugin
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil/fixtures/plugin/basic
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil/registry
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/testutil/request
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/volume
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/volume/drivers
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/volume/local
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/volume/mounts
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/volume/service
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/volume/service/opts
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/volume/testutils'
10:28:00 [2023-04-27T10:28:00.165Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/bitmap
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/bitseq
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cluster
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/config
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/datastore
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/diagnostic
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/discoverapi
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/driverapi
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/bridge
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/host
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/null
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/overlay
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/remote
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/windows
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drvregistry
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/etchosts
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/idm
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/internal/caller
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipam
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipamapi
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipams/builtin
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipams/null
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipams/remote
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipamutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ipbits
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/iptables
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/netlabel
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/netutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/networkdb
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/ns
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/options
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/osl
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/osl/kernel
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/portallocator
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/portmapper
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/resolvconf
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/testutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/types'
10:28:00 [2023-04-27T10:28:00.165Z] + echo 'github.com/docker/docker/libnetwork
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/bitmap
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/bitseq
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cluster
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/config
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/datastore
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/diagnostic
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/discoverapi
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/driverapi
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/bridge
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/host
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/null
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/overlay
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/remote
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/windows
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/drvregistry
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/etchosts
10:28:00 [2023-04-27T10:28:00.165Z] github.com/docker/docker/libnetwork/idm
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/internal/caller
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/ipam
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/ipamapi
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/ipams/builtin
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/ipams/null
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/ipams/remote
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/ipamutils
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/ipbits
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/iptables
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/netlabel
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/netutils
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/networkdb
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/ns
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/options
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/osl
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/osl/kernel
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/portallocator
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/portmapper
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/resolvconf
10:28:00 [2023-04-27T10:28:00.166Z] + grep --fixed-strings libnetwork/drivers/bridge
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/testutils
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/types'
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/drivers/bridge
10:28:00 [2023-04-27T10:28:00.166Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:28:00 [2023-04-27T10:28:00.166Z] + type docker-proxy
10:28:00 [2023-04-27T10:28:00.166Z] hack/test/unit: line 25: type: docker-proxy: not found
10:28:00 [2023-04-27T10:28:00.166Z] + hack/make.sh binary-proxy install-proxy
10:28:00 [2023-04-27T10:28:00.166Z] 
10:28:00 [2023-04-27T10:28:00.166Z] Removing bundles/
10:28:00 [2023-04-27T10:28:00.166Z] 
10:28:00 [2023-04-27T10:28:00.166Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
10:28:00 [2023-04-27T10:28:00.166Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
10:28:08 [2023-04-27T10:28:08.259Z] Created binary: bundles/binary-proxy/docker-proxy
10:28:08 [2023-04-27T10:28:08.259Z] 
10:28:08 [2023-04-27T10:28:08.259Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
10:28:08 [2023-04-27T10:28:08.259Z] Installing docker-proxy to /usr/local/bin/
10:28:08 [2023-04-27T10:28:08.259Z] 
10:28:08 [2023-04-27T10:28:08.259Z] + mkdir -p bundles
10:28:08 [2023-04-27T10:28:08.259Z] + '[' -n 'github.com/docker/docker/api
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/backend/build
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/httpstatus
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/httputils
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/middleware
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/build
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/checkpoint
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/container
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/debug
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/distribution
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/grpc
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/image
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/network
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/plugin
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/session
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/swarm
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/system
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/server/router/volume
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/backend
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/blkiodev
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/container
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/events
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/filters
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/image
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/mount
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/network
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/plugins/logdriver
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/registry
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/strslice
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/swarm
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/swarm/runtime
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/time
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/versions
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/versions/v1p19
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/versions/v1p20
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/api/types/volume
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/builder-next
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/builder-next/exporter
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/builder-next/exporter/overrides
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/builder-next/imagerefchecker
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/builder-next/worker
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/dockerfile
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/remotecontext
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/remotecontext/git
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/builder/remotecontext/urlutil
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/cli/debug
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/cli/winresources/docker-proxy
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/cli/winresources/dockerd
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/client
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/client/buildkit
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/cmd/docker-proxy
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/cmd/dockerd
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/cmd/dockerd/trap
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/container
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/container/stream
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/contrib/apparmor
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/contrib/docker-device-tool
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/contrib/httpserver
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/cluster
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/cluster/controllers/plugin
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/cluster/convert
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/cluster/executor
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/cluster/executor/container
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/cluster/provider
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/config
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/containerd
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/events
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/events/testutils
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver/btrfs
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver/copy
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver/devmapper
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver/graphtest
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver/overlay2
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver/overlayutils
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver/register
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver/vfs
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/graphdriver/zfs
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/images
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/initlayer
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/links
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/listeners
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/awslogs
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/fluentd
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/gcplogs
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/gelf
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/journald
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/journald/internal/export
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/journald/internal/fake
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/jsonfilelog
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/local
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/logentries
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/loggertest
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/loggerutils
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/loggerutils/cache
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/splunk
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/syslog
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/logger/templates
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/names
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/network
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/daemon/stats
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/distribution
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/distribution/metadata
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/distribution/utils
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/distribution/xfer
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/dockerversion
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/errdefs
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/image
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/image/cache
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/image/tarexport
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/image/v1
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/internal/mounttree
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/internal/test/suite
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/internal/unshare
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/layer
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/libcontainerd
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/libcontainerd/queue
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/libcontainerd/remote
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/libcontainerd/shimopts
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/libcontainerd/supervisor
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/libcontainerd/types
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/oci
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/oci/caps
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/opts
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/aaparser
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/archive
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/authorization
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/broadcaster
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/capabilities
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/chrootarchive
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/containerfs
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/devicemapper
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/directory
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/dmesg
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/fileutils
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/homedir
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/idtools
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/ioutils
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/jsonmessage
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/longpath
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/loopback
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/meminfo
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/namesgenerator
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/parsers
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/parsers/kernel
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/parsers/operatingsystem
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/pidfile
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/platform
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/platforms
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/plugingetter
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/plugins
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/plugins/transport
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/pools
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/process
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/progress
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/reexec
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/rootless
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/rootless/specconv
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/stack
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/stdcopy
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/streamformatter
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/stringid
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/sysinfo
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/system
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/tailfile
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/tarsum
10:28:08 [2023-04-27T10:28:08.259Z] github.com/docker/docker/pkg/useragent
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/plugin
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/plugin/executor/containerd
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/plugin/v2
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/profiles/apparmor
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/profiles/seccomp
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/quota
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/reference
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/registry
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/registry/resumable
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/restartmanager
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/runconfig
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/runconfig/opts
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil/daemon
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil/environment
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil/fakecontext
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil/fakegit
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil/fakestorage
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil/fixtures/load
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil/fixtures/plugin
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil/fixtures/plugin/basic
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil/registry
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/testutil/request
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/volume
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/volume/drivers
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/volume/local
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/volume/mounts
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/volume/service
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/volume/service/opts
10:28:08 [2023-04-27T10:28:08.260Z] github.com/docker/docker/volume/testutils' ']'
10:28:08 [2023-04-27T10:28:08.260Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/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/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/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/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/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/mounttree github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/platforms github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
10:28:08 [2023-04-27T10:28:08.517Z] ?   	github.com/docker/docker/api	[no test files]
10:28:26 [2023-04-27T10:28:26.571Z] 	github.com/docker/docker/api/server	coverage: 8.6% of statements
10:28:26 [2023-04-27T10:28:26.571Z] ok  	github.com/docker/docker/api/server	0.007s	coverage: 8.6% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/api/server/httputils	coverage: 28.3% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/api/server/httputils	0.009s	coverage: 28.3% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/api/server/middleware	0.013s	coverage: 37.7% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/api/server/router/swarm	0.007s	coverage: 6.0% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/api/server/router/volume	0.013s	coverage: 66.7% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/events	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/api/types/container	coverage: 87.8% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/api/types/container	0.009s	coverage: 87.8% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/image	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/network	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/api/types/filters	coverage: 89.3% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/api/types/filters	0.006s	coverage: 89.3% of statements
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/api/types/registry	coverage: 54.2% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/api/types/registry	0.003s	coverage: 54.2% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/api/types/strslice	0.006s	coverage: 90.0% of statements
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/api/types/time	0.009s	coverage: 100.0% of statements
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/api/types/versions	0.009s	coverage: 77.3% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/builder	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/builder/remotecontext	coverage: 13.7% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/builder/remotecontext	0.044s	coverage: 13.7% of statements
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/builder/dockerfile	coverage: 50.1% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/builder/dockerfile	0.064s	coverage: 50.1% of statements
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
10:29:47 [2023-04-27T10:29:47.958Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
10:29:47 [2023-04-27T10:29:47.958Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
10:29:49 [2023-04-27T10:29:49.326Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 82.5% of statements
10:29:49 [2023-04-27T10:29:49.326Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.884s	coverage: 82.5% of statements
10:29:49 [2023-04-27T10:29:49.912Z] 	github.com/docker/docker/client	coverage: 76.9% of statements
10:29:49 [2023-04-27T10:29:49.912Z] ok  	github.com/docker/docker/client	0.110s	coverage: 76.9% of statements
10:29:49 [2023-04-27T10:29:49.912Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
10:29:50 [2023-04-27T10:29:50.488Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 66.5% of statements
10:29:50 [2023-04-27T10:29:50.488Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.332s	coverage: 66.5% of statements
10:30:22 [2023-04-27T10:30:22.530Z] 	github.com/docker/docker/cmd/dockerd	coverage: 30.2% of statements
10:30:22 [2023-04-27T10:30:22.530Z] ok  	github.com/docker/docker/cmd/dockerd	0.199s	coverage: 30.2% of statements
10:30:22 [2023-04-27T10:30:22.530Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
10:30:22 [2023-04-27T10:30:22.786Z] 	github.com/docker/docker/container	coverage: 36.5% of statements
10:30:22 [2023-04-27T10:30:22.786Z] ok  	github.com/docker/docker/container	0.124s	coverage: 36.5% of statements
10:30:22 [2023-04-27T10:30:22.786Z] ?   	github.com/docker/docker/container/stream	[no test files]
10:30:23 [2023-04-27T10:30:23.042Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
10:30:23 [2023-04-27T10:30:23.042Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
10:30:23 [2023-04-27T10:30:23.042Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
10:30:23 [2023-04-27T10:30:23.299Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
10:30:23 [2023-04-27T10:30:23.299Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.414s	coverage: 0.0% of statements
10:30:33 [2023-04-27T10:30:33.247Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
10:30:33 [2023-04-27T10:30:33.247Z] ok  	github.com/docker/docker/daemon/cluster	0.080s	coverage: 0.5% of statements
10:30:33 [2023-04-27T10:30:33.247Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
10:30:33 [2023-04-27T10:30:33.247Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.011s	coverage: 65.3% of statements
10:30:34 [2023-04-27T10:30:34.614Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 36.9% of statements
10:30:34 [2023-04-27T10:30:34.614Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.012s	coverage: 36.9% of statements
10:30:34 [2023-04-27T10:30:34.614Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
10:30:42 [2023-04-27T10:30:42.706Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.4% of statements
10:30:42 [2023-04-27T10:30:42.706Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.444s	coverage: 13.4% of statements
10:30:42 [2023-04-27T10:30:42.706Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
10:30:42 [2023-04-27T10:30:42.706Z] 	github.com/docker/docker/daemon	coverage: 16.6% of statements
10:30:42 [2023-04-27T10:30:42.706Z] ok  	github.com/docker/docker/daemon	10.145s	coverage: 16.6% of statements
10:30:42 [2023-04-27T10:30:42.706Z] 	github.com/docker/docker/daemon/config	coverage: 75.2% of statements
10:30:42 [2023-04-27T10:30:42.706Z] ok  	github.com/docker/docker/daemon/config	0.059s	coverage: 75.2% of statements
10:30:44 [2023-04-27T10:30:44.597Z] 	github.com/docker/docker/daemon/containerd	coverage: 0.5% of statements
10:30:44 [2023-04-27T10:30:44.597Z] ok  	github.com/docker/docker/daemon/containerd	0.018s	coverage: 0.5% of statements
10:30:44 [2023-04-27T10:30:44.597Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
10:30:44 [2023-04-27T10:30:44.597Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
10:30:44 [2023-04-27T10:30:44.597Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
10:30:45 [2023-04-27T10:30:45.160Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.2% of statements
10:30:45 [2023-04-27T10:30:45.160Z] ok  	github.com/docker/docker/daemon/graphdriver	0.008s	coverage: 2.2% of statements
10:30:46 [2023-04-27T10:30:46.090Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
10:30:46 [2023-04-27T10:30:46.090Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 2.8% of statements
10:30:46 [2023-04-27T10:30:46.347Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 60.7% of statements
10:30:46 [2023-04-27T10:30:46.347Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.357s	coverage: 60.7% of statements
10:30:47 [2023-04-27T10:30:47.713Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
10:30:47 [2023-04-27T10:30:47.713Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.010s	coverage: 1.9% of statements
10:30:47 [2023-04-27T10:30:47.713Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
10:30:49 [2023-04-27T10:30:49.616Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 60.2% of statements
10:30:49 [2023-04-27T10:30:49.616Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.256s	coverage: 60.2% of statements
10:30:49 [2023-04-27T10:30:49.616Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
10:30:49 [2023-04-27T10:30:49.616Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
10:30:50 [2023-04-27T10:30:50.991Z] 	github.com/docker/docker/daemon/graphdriver/devmapper	coverage: 46.1% of statements
10:30:50 [2023-04-27T10:30:50.991Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.070s	coverage: 46.1% of statements
10:30:50 [2023-04-27T10:30:50.991Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 58.5% of statements
10:30:50 [2023-04-27T10:30:50.991Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.058s	coverage: 58.5% of statements
10:30:51 [2023-04-27T10:30:51.921Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
10:30:51 [2023-04-27T10:30:51.921Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.010s	coverage: 3.0% of statements
10:30:52 [2023-04-27T10:30:52.850Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
10:30:52 [2023-04-27T10:30:52.850Z] 	github.com/docker/docker/daemon/images	coverage: 3.0% of statements
10:30:52 [2023-04-27T10:30:52.850Z] ok  	github.com/docker/docker/daemon/images	0.022s	coverage: 3.0% of statements
10:30:53 [2023-04-27T10:30:53.107Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
10:30:53 [2023-04-27T10:30:53.107Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
10:30:53 [2023-04-27T10:30:53.107Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
10:30:54 [2023-04-27T10:30:54.480Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 78.2% of statements
10:30:54 [2023-04-27T10:30:54.480Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.092s	coverage: 78.2% of statements
10:30:54 [2023-04-27T10:30:54.737Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
10:30:54 [2023-04-27T10:30:54.737Z] ok  	github.com/docker/docker/daemon/logger	0.221s	coverage: 43.2% of statements
10:30:55 [2023-04-27T10:30:55.299Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
10:30:55 [2023-04-27T10:30:55.299Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
10:30:55 [2023-04-27T10:30:55.299Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.024s	coverage: 53.6% of statements
10:30:55 [2023-04-27T10:30:55.861Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
10:30:55 [2023-04-27T10:30:55.861Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.012s	coverage: 68.2% of statements
10:30:56 [2023-04-27T10:30:56.424Z] 	github.com/docker/docker/daemon/logger/journald/internal/export	coverage: 88.2% of statements
10:30:56 [2023-04-27T10:30:56.424Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
10:30:56 [2023-04-27T10:30:56.424Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
10:30:56 [2023-04-27T10:30:56.424Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
10:30:57 [2023-04-27T10:30:57.354Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
10:30:57 [2023-04-27T10:30:57.354Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.100s	coverage: 76.8% of statements
10:30:57 [2023-04-27T10:30:57.918Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
10:30:57 [2023-04-27T10:30:57.918Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
10:30:58 [2023-04-27T10:30:58.481Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
10:30:58 [2023-04-27T10:30:58.481Z] ok  	github.com/docker/docker/daemon/logger/local	0.029s	coverage: 79.4% of statements
10:30:58 [2023-04-27T10:30:58.481Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
10:30:58 [2023-04-27T10:30:58.481Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
10:30:59 [2023-04-27T10:30:59.409Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 63.5% of statements
10:30:59 [2023-04-27T10:30:59.409Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.024s	coverage: 63.5% of statements
10:30:59 [2023-04-27T10:30:59.665Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 74.5% of statements
10:30:59 [2023-04-27T10:30:59.665Z] ok  	github.com/docker/docker/daemon/logger/journald	3.264s	coverage: 74.5% of statements
10:31:00 [2023-04-27T10:31:00.228Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
10:31:00 [2023-04-27T10:31:00.228Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.031s	coverage: 31.5% of statements
10:31:01 [2023-04-27T10:31:01.157Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
10:31:01 [2023-04-27T10:31:01.157Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.015s	coverage: 46.8% of statements
10:31:01 [2023-04-27T10:31:01.157Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
10:31:01 [2023-04-27T10:31:01.157Z] ok  	github.com/docker/docker/daemon/logger/templates	0.009s	coverage: 8.3% of statements
10:31:01 [2023-04-27T10:31:01.157Z] ?   	github.com/docker/docker/daemon/names	[no test files]
10:31:01 [2023-04-27T10:31:01.720Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
10:31:01 [2023-04-27T10:31:01.720Z] ok  	github.com/docker/docker/daemon/network	0.006s	coverage: 63.8% of statements
10:31:01 [2023-04-27T10:31:01.720Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
10:31:02 [2023-04-27T10:31:02.284Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
10:31:02 [2023-04-27T10:31:02.284Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.512s	coverage: 82.5% of statements
10:31:03 [2023-04-27T10:31:03.219Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
10:31:03 [2023-04-27T10:31:03.219Z] ok  	github.com/docker/docker/distribution/metadata	0.026s	coverage: 44.4% of statements
10:31:03 [2023-04-27T10:31:03.219Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
10:31:03 [2023-04-27T10:31:03.781Z] 	github.com/docker/docker/distribution	coverage: 29.5% of statements
10:31:03 [2023-04-27T10:31:03.781Z] ok  	github.com/docker/docker/distribution	0.595s	coverage: 29.5% of statements
10:31:03 [2023-04-27T10:31:03.781Z] ?   	github.com/docker/docker/dockerversion	[no test files]
10:31:04 [2023-04-27T10:31:04.344Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
10:31:04 [2023-04-27T10:31:04.344Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.7% of statements
10:31:04 [2023-04-27T10:31:04.907Z] 	github.com/docker/docker/image	coverage: 86.5% of statements
10:31:04 [2023-04-27T10:31:04.907Z] ok  	github.com/docker/docker/image	0.027s	coverage: 86.5% of statements
10:31:05 [2023-04-27T10:31:05.468Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
10:31:05 [2023-04-27T10:31:05.468Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
10:31:06 [2023-04-27T10:31:06.396Z] 	github.com/docker/docker/image/tarexport	coverage: 0.7% of statements
10:31:06 [2023-04-27T10:31:06.396Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.7% of statements
10:31:06 [2023-04-27T10:31:06.396Z] ?   	github.com/docker/docker/image/v1	[no test files]
10:31:06 [2023-04-27T10:31:06.396Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
10:31:06 [2023-04-27T10:31:06.396Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
10:31:06 [2023-04-27T10:31:06.396Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
10:31:06 [2023-04-27T10:31:06.396Z] 	github.com/docker/docker/distribution/xfer	coverage: 85.4% of statements
10:31:06 [2023-04-27T10:31:06.396Z] ok  	github.com/docker/docker/distribution/xfer	2.523s	coverage: 85.4% of statements
10:31:07 [2023-04-27T10:31:07.763Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
10:31:07 [2023-04-27T10:31:07.763Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
10:31:07 [2023-04-27T10:31:07.763Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
10:31:07 [2023-04-27T10:31:07.763Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
10:31:07 [2023-04-27T10:31:07.763Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
10:31:07 [2023-04-27T10:31:07.763Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
10:31:07 [2023-04-27T10:31:07.763Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
10:31:08 [2023-04-27T10:31:08.326Z] 	github.com/docker/docker/oci	coverage: 39.3% of statements
10:31:08 [2023-04-27T10:31:08.326Z] ok  	github.com/docker/docker/oci	0.019s	coverage: 39.3% of statements
10:31:08 [2023-04-27T10:31:08.326Z] ?   	github.com/docker/docker/oci/caps	[no test files]
10:31:08 [2023-04-27T10:31:08.888Z] 	github.com/docker/docker/opts	coverage: 67.9% of statements
10:31:08 [2023-04-27T10:31:08.888Z] ok  	github.com/docker/docker/opts	0.028s	coverage: 67.9% of statements
10:31:08 [2023-04-27T10:31:08.888Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
10:31:08 [2023-04-27T10:31:08.888Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
10:31:10 [2023-04-27T10:31:10.803Z] 	github.com/docker/docker/pkg/archive	coverage: 81.9% of statements
10:31:10 [2023-04-27T10:31:10.803Z] ok  	github.com/docker/docker/pkg/archive	0.329s	coverage: 81.9% of statements
10:31:11 [2023-04-27T10:31:11.733Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
10:31:11 [2023-04-27T10:31:11.733Z] ok  	github.com/docker/docker/pkg/authorization	0.271s	coverage: 68.3% of statements
10:31:11 [2023-04-27T10:31:11.733Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
10:31:11 [2023-04-27T10:31:11.733Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
10:31:11 [2023-04-27T10:31:11.991Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
10:31:11 [2023-04-27T10:31:11.991Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
10:31:12 [2023-04-27T10:31:12.553Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 83.1% of statements
10:31:12 [2023-04-27T10:31:12.553Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.239s	coverage: 83.1% of statements
10:31:12 [2023-04-27T10:31:12.809Z] 	github.com/docker/docker/pkg/containerfs	coverage: 28.6% of statements
10:31:12 [2023-04-27T10:31:12.809Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 28.6% of statements
10:31:12 [2023-04-27T10:31:12.809Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
10:31:13 [2023-04-27T10:31:13.066Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
10:31:13 [2023-04-27T10:31:13.066Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
10:31:13 [2023-04-27T10:31:13.066Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
10:31:13 [2023-04-27T10:31:13.066Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
10:31:13 [2023-04-27T10:31:13.322Z] 	github.com/docker/docker/pkg/fileutils	coverage: 77.5% of statements
10:31:13 [2023-04-27T10:31:13.322Z] ok  	github.com/docker/docker/pkg/fileutils	0.003s	coverage: 77.5% of statements
10:31:13 [2023-04-27T10:31:13.579Z] 	github.com/docker/docker/pkg/homedir	coverage: 10.4% of statements
10:31:13 [2023-04-27T10:31:13.579Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 10.4% of statements
10:31:14 [2023-04-27T10:31:14.507Z] 	github.com/docker/docker/pkg/idtools	coverage: 69.6% of statements
10:31:14 [2023-04-27T10:31:14.507Z] ok  	github.com/docker/docker/pkg/idtools	0.303s	coverage: 69.6% of statements
10:31:15 [2023-04-27T10:31:15.069Z] 	github.com/docker/docker/pkg/ioutils	coverage: 71.4% of statements
10:31:15 [2023-04-27T10:31:15.069Z] ok  	github.com/docker/docker/pkg/ioutils	0.361s	coverage: 71.4% of statements
10:31:15 [2023-04-27T10:31:15.069Z] 	github.com/docker/docker/layer	coverage: 68.7% of statements
10:31:15 [2023-04-27T10:31:15.069Z] ok  	github.com/docker/docker/layer	7.617s	coverage: 68.7% of statements
10:31:15 [2023-04-27T10:31:15.326Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 91.7% of statements
10:31:15 [2023-04-27T10:31:15.326Z] 	github.com/docker/docker/pkg/longpath	coverage: 45.5% of statements
10:31:15 [2023-04-27T10:31:15.326Z] ok  	github.com/docker/docker/pkg/longpath	0.005s	coverage: 45.5% of statements
10:31:15 [2023-04-27T10:31:15.326Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
10:31:15 [2023-04-27T10:31:15.326Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.006s	coverage: 91.7% of statements
10:31:15 [2023-04-27T10:31:15.582Z] 	github.com/docker/docker/pkg/meminfo	coverage: 75.0% of statements
10:31:15 [2023-04-27T10:31:15.582Z] ok  	github.com/docker/docker/pkg/meminfo	0.005s	coverage: 75.0% of statements
10:31:15 [2023-04-27T10:31:15.582Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
10:31:15 [2023-04-27T10:31:15.582Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
10:31:15 [2023-04-27T10:31:15.838Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
10:31:15 [2023-04-27T10:31:15.838Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
10:31:15 [2023-04-27T10:31:15.838Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
10:31:15 [2023-04-27T10:31:15.838Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
10:31:16 [2023-04-27T10:31:16.095Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.2% of statements
10:31:16 [2023-04-27T10:31:16.095Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.2% of statements
10:31:16 [2023-04-27T10:31:16.095Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
10:31:16 [2023-04-27T10:31:16.095Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
10:31:16 [2023-04-27T10:31:16.095Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
10:31:16 [2023-04-27T10:31:16.095Z] 	github.com/docker/docker/pkg/pidfile	coverage: 94.1% of statements
10:31:16 [2023-04-27T10:31:16.095Z] ok  	github.com/docker/docker/pkg/pidfile	0.012s	coverage: 94.1% of statements
10:31:17 [2023-04-27T10:31:17.024Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
10:31:17 [2023-04-27T10:31:17.024Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.005s	coverage: 56.8% of statements
10:31:17 [2023-04-27T10:31:17.024Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
10:31:17 [2023-04-27T10:31:17.024Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
10:31:17 [2023-04-27T10:31:17.280Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 85.7% of statements
10:31:17 [2023-04-27T10:31:17.280Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
10:31:17 [2023-04-27T10:31:17.537Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
10:31:17 [2023-04-27T10:31:17.537Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
10:31:17 [2023-04-27T10:31:17.795Z] 	github.com/docker/docker/pkg/process	coverage: 21.7% of statements
10:31:17 [2023-04-27T10:31:17.795Z] ok  	github.com/docker/docker/pkg/process	0.003s	coverage: 21.7% of statements
10:31:18 [2023-04-27T10:31:18.052Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
10:31:18 [2023-04-27T10:31:18.052Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
10:31:18 [2023-04-27T10:31:18.308Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
10:31:18 [2023-04-27T10:31:18.308Z] ok  	github.com/docker/docker/pkg/reexec	0.011s	coverage: 82.4% of statements
10:31:18 [2023-04-27T10:31:18.308Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
10:31:18 [2023-04-27T10:31:18.308Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
10:31:18 [2023-04-27T10:31:18.564Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
10:31:18 [2023-04-27T10:31:18.564Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
10:31:18 [2023-04-27T10:31:18.564Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
10:31:18 [2023-04-27T10:31:18.564Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
10:31:19 [2023-04-27T10:31:19.127Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
10:31:19 [2023-04-27T10:31:19.127Z] ok  	github.com/docker/docker/pkg/streamformatter	0.005s	coverage: 66.2% of statements
10:31:19 [2023-04-27T10:31:19.127Z] 	github.com/docker/docker/pkg/stringid	coverage: 61.9% of statements
10:31:19 [2023-04-27T10:31:19.127Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 61.9% of statements
10:31:19 [2023-04-27T10:31:19.690Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 53.4% of statements
10:31:19 [2023-04-27T10:31:19.690Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 53.4% of statements
10:31:19 [2023-04-27T10:31:19.947Z] 	github.com/docker/docker/pkg/system	coverage: 43.1% of statements
10:31:19 [2023-04-27T10:31:19.947Z] ok  	github.com/docker/docker/pkg/system	0.006s	coverage: 43.1% of statements
10:31:20 [2023-04-27T10:31:20.509Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
10:31:20 [2023-04-27T10:31:20.509Z] ok  	github.com/docker/docker/pkg/tailfile	0.038s	coverage: 88.6% of statements
10:31:20 [2023-04-27T10:31:20.766Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.1% of statements
10:31:20 [2023-04-27T10:31:20.766Z] ok  	github.com/docker/docker/pkg/tarsum	0.043s	coverage: 89.1% of statements
10:31:21 [2023-04-27T10:31:21.023Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
10:31:21 [2023-04-27T10:31:21.023Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
10:31:22 [2023-04-27T10:31:22.914Z] 	github.com/docker/docker/plugin	coverage: 23.3% of statements
10:31:22 [2023-04-27T10:31:22.914Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.3% of statements
10:31:22 [2023-04-27T10:31:22.914Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
10:31:23 [2023-04-27T10:31:23.477Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
10:31:23 [2023-04-27T10:31:23.477Z] ok  	github.com/docker/docker/plugin/v2	0.005s	coverage: 14.4% of statements
10:31:23 [2023-04-27T10:31:23.477Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
10:31:23 [2023-04-27T10:31:23.733Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
10:31:23 [2023-04-27T10:31:23.733Z] ok  	github.com/docker/docker/profiles/seccomp	0.014s	coverage: 86.0% of statements
10:31:25 [2023-04-27T10:31:25.105Z] 	github.com/docker/docker/quota	coverage: 71.4% of statements
10:31:25 [2023-04-27T10:31:25.105Z] ok  	github.com/docker/docker/quota	0.178s	coverage: 71.4% of statements
10:31:25 [2023-04-27T10:31:25.105Z] 	github.com/docker/docker/reference	coverage: 83.7% of statements
10:31:25 [2023-04-27T10:31:25.105Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 83.7% of statements
10:31:26 [2023-04-27T10:31:26.472Z] 	github.com/docker/docker/registry	coverage: 64.6% of statements
10:31:26 [2023-04-27T10:31:26.472Z] ok  	github.com/docker/docker/registry	0.105s	coverage: 64.6% of statements
10:31:26 [2023-04-27T10:31:26.729Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
10:31:26 [2023-04-27T10:31:26.729Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
10:31:26 [2023-04-27T10:31:26.729Z] 	github.com/docker/docker/restartmanager	coverage: 51.9% of statements
10:31:26 [2023-04-27T10:31:26.729Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 51.9% of statements
10:31:27 [2023-04-27T10:31:27.291Z] 	github.com/docker/docker/runconfig	coverage: 63.6% of statements
10:31:27 [2023-04-27T10:31:27.292Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 63.6% of statements
10:31:27 [2023-04-27T10:31:27.292Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
10:31:27 [2023-04-27T10:31:27.548Z] 	github.com/docker/docker/testutil	coverage: 62.5% of statements
10:31:27 [2023-04-27T10:31:27.548Z] ok  	github.com/docker/docker/testutil	0.004s	coverage: 62.5% of statements
10:31:28 [2023-04-27T10:31:28.111Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
10:31:28 [2023-04-27T10:31:28.111Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
10:31:28 [2023-04-27T10:31:28.111Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
10:31:28 [2023-04-27T10:31:28.368Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
10:31:28 [2023-04-27T10:31:28.368Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
10:31:28 [2023-04-27T10:31:28.368Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
10:31:28 [2023-04-27T10:31:28.368Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
10:31:28 [2023-04-27T10:31:28.368Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
10:31:28 [2023-04-27T10:31:28.624Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
10:31:28 [2023-04-27T10:31:28.624Z] ?   	github.com/docker/docker/testutil/request	[no test files]
10:31:28 [2023-04-27T10:31:28.624Z] ?   	github.com/docker/docker/volume	[no test files]
10:31:29 [2023-04-27T10:31:29.188Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
10:31:29 [2023-04-27T10:31:29.188Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
10:31:29 [2023-04-27T10:31:29.750Z] 	github.com/docker/docker/volume/local	coverage: 76.6% of statements
10:31:29 [2023-04-27T10:31:29.750Z] ok  	github.com/docker/docker/volume/local	0.102s	coverage: 76.6% of statements
10:31:30 [2023-04-27T10:31:30.313Z] 	github.com/docker/docker/volume/mounts	coverage: 68.1% of statements
10:31:30 [2023-04-27T10:31:30.313Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 68.1% of statements
10:31:31 [2023-04-27T10:31:31.681Z] 	github.com/docker/docker/volume/service	coverage: 72.9% of statements
10:31:31 [2023-04-27T10:31:31.681Z] ok  	github.com/docker/docker/volume/service	0.018s	coverage: 72.9% of statements
10:31:31 [2023-04-27T10:31:31.681Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
10:31:31 [2023-04-27T10:31:31.681Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
10:31:53 [2023-04-27T10:31:53.634Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.4% of statements
10:31:53 [2023-04-27T10:31:53.634Z] ok  	github.com/docker/docker/pkg/plugins	33.641s	coverage: 74.4% of statements
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === Skipped
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     network_proxy_test.go:208: No support for dual stack yet
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver btrfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver btrfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver btrfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver btrfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver btrfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:71: No driver to put!
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z] time="2023-04-27T10:30:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: driver not supported
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z] time="2023-04-27T10:30:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: driver not supported
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z] time="2023-04-27T10:30:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: driver not supported
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z] time="2023-04-27T10:30:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: driver not supported
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z] time="2023-04-27T10:30:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: driver not supported
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:71: No driver to put!
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     overlay_test.go:65: Cannot run test with naive change algorithm
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver zfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver zfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver zfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver zfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:44: Driver zfs not supported
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     graphtest_unix.go:71: No driver to put!
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
10:31:53 [2023-04-27T10:31:53.634Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
10:31:53 [2023-04-27T10:31:53.634Z] 
10:31:53 [2023-04-27T10:31:53.634Z] DONE 3001 tests, 26 skipped in 223.113s
10:31:53 [2023-04-27T10:31:53.634Z] + '[' -n 'github.com/docker/docker/libnetwork
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/bitmap
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/bitseq
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/cluster
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/config
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/datastore
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/diagnostic
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/discoverapi
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/driverapi
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/bridge
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/host
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/null
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/overlay
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/remote
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/windows
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/drvregistry
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/etchosts
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/idm
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/internal/caller
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/ipam
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/ipamapi
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/ipams/builtin
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/ipams/null
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/ipams/remote
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:31:53 [2023-04-27T10:31:53.634Z] github.com/docker/docker/libnetwork/ipamutils
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/ipbits
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/iptables
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/netlabel
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/netutils
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/networkdb
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/ns
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/options
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/osl
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/osl/kernel
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/portallocator
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/portmapper
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/resolvconf
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/testutils
10:31:53 [2023-04-27T10:31:53.635Z] github.com/docker/docker/libnetwork/types' ']'
10:31:53 [2023-04-27T10:31:53.635Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/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/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/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
10:32:40 [2023-04-27T10:32:40.264Z] 	github.com/docker/docker/libnetwork	coverage: 42.3% of statements
10:32:40 [2023-04-27T10:32:40.264Z] ok  	github.com/docker/docker/libnetwork	40.865s	coverage: 42.3% of statements
10:32:40 [2023-04-27T10:32:40.264Z] 	github.com/docker/docker/libnetwork/bitmap	coverage: 96.1% of statements
10:32:40 [2023-04-27T10:32:40.264Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
10:32:40 [2023-04-27T10:32:40.264Z] 	github.com/docker/docker/libnetwork/bitseq	coverage: 75.7% of statements
10:32:40 [2023-04-27T10:32:40.264Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.114s	coverage: 75.7% of statements
10:32:40 [2023-04-27T10:32:40.264Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
10:32:40 [2023-04-27T10:32:40.264Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
10:32:40 [2023-04-27T10:32:40.264Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
10:32:40 [2023-04-27T10:32:40.264Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
10:32:40 [2023-04-27T10:32:40.264Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
10:32:40 [2023-04-27T10:32:40.264Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
10:32:40 [2023-04-27T10:32:40.520Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
10:32:40 [2023-04-27T10:32:40.776Z] 	github.com/docker/docker/libnetwork/config	coverage: 10.6% of statements
10:32:40 [2023-04-27T10:32:40.776Z] ok  	github.com/docker/docker/libnetwork/config	0.013s	coverage: 10.6% of statements
10:32:41 [2023-04-27T10:32:41.338Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 20.5% of statements
10:32:41 [2023-04-27T10:32:41.338Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 20.5% of statements
10:32:41 [2023-04-27T10:32:41.338Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
10:32:41 [2023-04-27T10:32:41.338Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
10:32:41 [2023-04-27T10:32:41.594Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
10:32:41 [2023-04-27T10:32:41.594Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.004s	coverage: 68.9% of statements
10:32:44 [2023-04-27T10:32:44.864Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 62.2% of statements
10:32:44 [2023-04-27T10:32:44.864Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.709s	coverage: 62.2% of statements
10:32:44 [2023-04-27T10:32:44.864Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
10:32:44 [2023-04-27T10:32:44.864Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 33.3% of statements
10:32:44 [2023-04-27T10:32:44.864Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.004s	coverage: 33.3% of statements
10:32:45 [2023-04-27T10:32:45.794Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 5.2% of statements
10:32:45 [2023-04-27T10:32:45.794Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.284s	coverage: 5.2% of statements
10:32:45 [2023-04-27T10:32:45.794Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
10:32:46 [2023-04-27T10:32:46.358Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.8% of statements
10:32:46 [2023-04-27T10:32:46.358Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.006s	coverage: 4.8% of statements
10:32:46 [2023-04-27T10:32:46.358Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
10:32:46 [2023-04-27T10:32:46.614Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 34.8% of statements
10:32:46 [2023-04-27T10:32:46.614Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
10:32:47 [2023-04-27T10:32:47.982Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 1.5% of statements
10:32:47 [2023-04-27T10:32:47.982Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.011s	coverage: 1.5% of statements
10:32:47 [2023-04-27T10:32:47.982Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
10:32:48 [2023-04-27T10:32:48.240Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 62.9% of statements
10:32:48 [2023-04-27T10:32:48.240Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.005s	coverage: 62.9% of statements
10:32:48 [2023-04-27T10:32:48.878Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.1% of statements
10:32:48 [2023-04-27T10:32:48.878Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.1% of statements
10:32:48 [2023-04-27T10:32:48.878Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
10:32:48 [2023-04-27T10:32:48.878Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
10:32:48 [2023-04-27T10:32:48.879Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
10:32:49 [2023-04-27T10:32:49.448Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 86.2% of statements
10:32:49 [2023-04-27T10:32:49.448Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.051s	coverage: 86.2% of statements
10:32:49 [2023-04-27T10:32:49.705Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.0% of statements
10:32:49 [2023-04-27T10:32:49.705Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 81.0% of statements
10:32:49 [2023-04-27T10:32:49.967Z] 	github.com/docker/docker/libnetwork/idm	coverage: 87.5% of statements
10:32:49 [2023-04-27T10:32:49.967Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
10:32:50 [2023-04-27T10:32:50.224Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
10:32:50 [2023-04-27T10:32:50.224Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
10:33:02 [2023-04-27T10:33:02.404Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
10:33:02 [2023-04-27T10:33:02.404Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
10:33:03 [2023-04-27T10:33:03.770Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 80.5% of statements
10:33:03 [2023-04-27T10:33:03.770Z] ok  	github.com/docker/docker/libnetwork/ipam	2.429s	coverage: 80.5% of statements
10:33:03 [2023-04-27T10:33:03.770Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
10:33:03 [2023-04-27T10:33:03.770Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
10:33:03 [2023-04-27T10:33:03.770Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 54.5% of statements
10:33:03 [2023-04-27T10:33:03.770Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 54.5% of statements
10:33:04 [2023-04-27T10:33:04.333Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 46.8% of statements
10:33:04 [2023-04-27T10:33:04.333Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 46.8% of statements
10:33:04 [2023-04-27T10:33:04.333Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
10:33:04 [2023-04-27T10:33:04.589Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 80.0% of statements
10:33:04 [2023-04-27T10:33:04.589Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 80.0% of statements
10:33:05 [2023-04-27T10:33:05.157Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 86.4% of statements
10:33:05 [2023-04-27T10:33:05.157Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.278s	coverage: 86.4% of statements
10:33:05 [2023-04-27T10:33:05.157Z] 	github.com/docker/docker/libnetwork/ipbits	coverage: 100.0% of statements
10:33:05 [2023-04-27T10:33:05.157Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
10:33:06 [2023-04-27T10:33:06.085Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 40.7% of statements
10:33:06 [2023-04-27T10:33:06.085Z] ok  	github.com/docker/docker/libnetwork/iptables	0.232s	coverage: 40.7% of statements
10:33:06 [2023-04-27T10:33:06.085Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
10:33:06 [2023-04-27T10:33:06.341Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 54.9% of statements
10:33:06 [2023-04-27T10:33:06.341Z] ok  	github.com/docker/docker/libnetwork/netutils	0.017s	coverage: 54.9% of statements
10:34:57 [2023-04-27T10:34:57.728Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 60.2% of statements
10:34:57 [2023-04-27T10:34:57.728Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.264s	coverage: 60.2% of statements
10:34:57 [2023-04-27T10:34:57.728Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
10:34:57 [2023-04-27T10:34:57.728Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
10:34:57 [2023-04-27T10:34:57.728Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
10:34:57 [2023-04-27T10:34:57.728Z] 	github.com/docker/docker/libnetwork/osl	coverage: 41.4% of statements
10:34:57 [2023-04-27T10:34:57.728Z] ok  	github.com/docker/docker/libnetwork/osl	4.314s	coverage: 41.4% of statements
10:34:57 [2023-04-27T10:34:57.728Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
10:34:57 [2023-04-27T10:34:57.728Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
10:34:57 [2023-04-27T10:34:57.728Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
10:34:57 [2023-04-27T10:34:57.728Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
10:34:59 [2023-04-27T10:34:59.096Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 46.3% of statements
10:34:59 [2023-04-27T10:34:59.096Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.657s	coverage: 46.3% of statements
10:34:59 [2023-04-27T10:34:59.096Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 84.9% of statements
10:34:59 [2023-04-27T10:34:59.096Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.005s	coverage: 84.9% of statements
10:34:59 [2023-04-27T10:34:59.096Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
10:34:59 [2023-04-27T10:34:59.352Z] 	github.com/docker/docker/libnetwork/types	coverage: 37.3% of statements
10:34:59 [2023-04-27T10:34:59.352Z] ok  	github.com/docker/docker/libnetwork/types	0.004s	coverage: 37.3% of statements
10:34:59 [2023-04-27T10:34:59.352Z] 
10:34:59 [2023-04-27T10:34:59.352Z] === Skipped
10:34:59 [2023-04-27T10:34:59.352Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
10:34:59 [2023-04-27T10:34:59.352Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
10:34:59 [2023-04-27T10:34:59.352Z] 
10:34:59 [2023-04-27T10:34:59.352Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
10:34:59 [2023-04-27T10:34:59.352Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
10:34:59 [2023-04-27T10:34:59.352Z] 
10:34:59 [2023-04-27T10:34:59.352Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
10:34:59 [2023-04-27T10:34:59.352Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
10:34:59 [2023-04-27T10:34:59.352Z] 
10:34:59 [2023-04-27T10:34:59.352Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
10:34:59 [2023-04-27T10:34:59.352Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
10:34:59 [2023-04-27T10:34:59.352Z] 
10:34:59 [2023-04-27T10:34:59.352Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
10:34:59 [2023-04-27T10:34:59.352Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
10:34:59 [2023-04-27T10:34:59.352Z] 
10:34:59 [2023-04-27T10:34:59.352Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
10:34:59 [2023-04-27T10:34:59.352Z]     firewalld_test.go:14: firewalld is not running
10:34:59 [2023-04-27T10:34:59.352Z] 
10:34:59 [2023-04-27T10:34:59.352Z] DONE 354 tests, 6 skipped in 188.717s
Post stage
[Pipeline] junit
10:35:00 [2023-04-27T10:35:00.292Z] Recording test results
10:35:01 [2023-04-27T10:35:01.705Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:35:02 [2023-04-27T10:35:02.038Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45422/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2d0e899819089e910be5e60953deaae0eb9f272d -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2d0e899819089e910be5e60953deaae0eb9f272d hack/make.sh dynbinary test-integration
10:35:02 [2023-04-27T10:35:02.604Z] 
10:35:02 [2023-04-27T10:35:02.604Z] Removing bundles/
10:35:02 [2023-04-27T10:35:02.604Z] 
10:35:02 [2023-04-27T10:35:02.604Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
10:35:02 [2023-04-27T10:35:02.604Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
10:36:54 [2023-04-27T10:36:54.011Z] Created binary: bundles/dynbinary-daemon/dockerd
10:36:54 [2023-04-27T10:36:54.011Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
10:36:54 [2023-04-27T10:36:54.011Z] Created binary: bundles/dynbinary-daemon/docker-proxy
10:36:54 [2023-04-27T10:36:54.011Z] 
10:36:54 [2023-04-27T10:36:54.011Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:36:54 [2023-04-27T10:36:54.011Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:36:54 [2023-04-27T10:36:54.011Z] HOSTNAME=2a5eca54e22a
10:36:54 [2023-04-27T10:36:54.011Z] TESTDEBUG=0
10:36:54 [2023-04-27T10:36:54.011Z] DEST=bundles/test-integration
10:36:54 [2023-04-27T10:36:54.011Z] PWD=/go/src/github.com/docker/docker
10:36:54 [2023-04-27T10:36:54.011Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
10:36:54 [2023-04-27T10:36:54.011Z] DOCKER_GITCOMMIT=2d0e899819089e910be5e60953deaae0eb9f272d
10:36:54 [2023-04-27T10:36:54.011Z] container=docker
10:36:54 [2023-04-27T10:36:54.011Z] HOME=/root
10:36:54 [2023-04-27T10:36:54.011Z] CONTAINERD_NAMESPACE=moby
10:36:54 [2023-04-27T10:36:54.011Z] GOLANG_VERSION=1.20.3
10:36:54 [2023-04-27T10:36:54.011Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:36:54 [2023-04-27T10:36:54.011Z] VALIDATE_BRANCH=master
10:36:54 [2023-04-27T10:36:54.011Z] TERM=xterm
10:36:54 [2023-04-27T10:36:54.011Z] DOCKER_PKG=github.com/docker/docker
10:36:54 [2023-04-27T10:36:54.011Z] SHLVL=1
10:36:54 [2023-04-27T10:36:54.011Z] TIMEOUT=120m
10:36:54 [2023-04-27T10:36:54.011Z] DOCKER_GRAPHDRIVER=overlay2
10:36:54 [2023-04-27T10:36:54.011Z] GO111MODULE=off
10:36:54 [2023-04-27T10:36:54.011Z] DOCKER_EXPERIMENTAL=1
10:36:54 [2023-04-27T10:36:54.011Z] TEST_SKIP_INTEGRATION_CLI=1
10:36:54 [2023-04-27T10:36:54.011Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:36:54 [2023-04-27T10:36:54.011Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:36:54 [2023-04-27T10:36:54.011Z] GOPATH=/go
10:36:54 [2023-04-27T10:36:54.011Z] PKG_CONFIG=pkg-config
10:36:54 [2023-04-27T10:36:54.011Z] _=/usr/bin/env
10:36:54 [2023-04-27T10:36:54.011Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
10:37:20 [2023-04-27T10:37:20.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
10:37:20 [2023-04-27T10:37:20.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
10:37:42 [2023-04-27T10:37:42.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
10:37:48 [2023-04-27T10:37:48.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
10:37:55 [2023-04-27T10:37:55.557Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
10:37:55 [2023-04-27T10:37:55.557Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
10:37:55 [2023-04-27T10:37:55.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
10:37:56 [2023-04-27T10:37:56.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
10:37:57 [2023-04-27T10:37:57.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
10:37:57 [2023-04-27T10:37:57.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
10:37:58 [2023-04-27T10:37:58.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
10:37:59 [2023-04-27T10:37:59.877Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
10:38:00 [2023-04-27T10:38:00.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
10:38:01 [2023-04-27T10:38:01.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
10:38:02 [2023-04-27T10:38:02.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
10:38:03 [2023-04-27T10:38:03.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
10:38:03 [2023-04-27T10:38:03.792Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
10:38:04 [2023-04-27T10:38:04.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
10:38:05 [2023-04-27T10:38:05.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
10:38:06 [2023-04-27T10:38:06.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
10:38:06 [2023-04-27T10:38:06.787Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
10:38:06 [2023-04-27T10:38:06.787Z] Using test binary docker
10:38:07 [2023-04-27T10:38:07.043Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
10:38:07 [2023-04-27T10:38:07.043Z] +++ /etc/init.d/apparmor start
10:38:07 [2023-04-27T10:38:07.043Z] Not: starting.
10:38:07 [2023-04-27T10:38:07.043Z] INFO: Waiting for daemon to start...
10:38:07 [2023-04-27T10:38:07.043Z] Starting dockerd
10:38:07 [2023-04-27T10:38:07.043Z] +++ 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
10:38:08 [2023-04-27T10:38:08.933Z] .
10:38:08 [2023-04-27T10:38:08.933Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
10:38:08 [2023-04-27T10:38:08.933Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
10:38:08 [2023-04-27T10:38:08.933Z] Error: No such image: emptyfs
10:38:08 [2023-04-27T10:38:08.933Z] ++++ tar -cC bundles/test-integration/emptyfs .
10:38:08 [2023-04-27T10:38:08.933Z] ++++ docker load
10:38:08 [2023-04-27T10:38:08.933Z] Loaded image: emptyfs:latest
10:38:08 [2023-04-27T10:38:08.933Z] Running integration-test (iteration 1)
10:38:09 [2023-04-27T10:38:09.189Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
10:38:09 [2023-04-27T10:38:09.189Z] ++ 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
10:38:09 [2023-04-27T10:38:09.189Z] ++ set -e
10:38:09 [2023-04-27T10:38:09.189Z] ++ '[' -n 0 ']'
10:38:09 [2023-04-27T10:38:09.189Z] ++ set -x
10:38:09 [2023-04-27T10:38:09.189Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
10:38:09 [2023-04-27T10:38:09.189Z] Loaded image: busybox:latest
10:38:09 [2023-04-27T10:38:09.189Z] Loaded image: busybox:glibc
10:38:10 [2023-04-27T10:38:10.556Z] Loaded image: debian:bullseye-slim
10:38:10 [2023-04-27T10:38:10.556Z] Loaded image: hello-world:latest
10:38:10 [2023-04-27T10:38:10.556Z] Loaded image: arm32v7/hello-world:latest
10:38:10 [2023-04-27T10:38:10.556Z] INFO: Testing against a local daemon
10:38:10 [2023-04-27T10:38:10.556Z] === RUN   TestCgroupNamespacesBuild
10:38:13 [2023-04-27T10:38:13.073Z] --- PASS: TestCgroupNamespacesBuild (2.38s)
10:38:13 [2023-04-27T10:38:13.073Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
10:38:14 [2023-04-27T10:38:14.003Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (0.96s)
10:38:14 [2023-04-27T10:38:14.003Z] === RUN   TestBuildWithSession
10:38:14 [2023-04-27T10:38:14.003Z]     build_session_test.go:25: TODO: BuildKit
10:38:14 [2023-04-27T10:38:14.003Z] --- SKIP: TestBuildWithSession (0.00s)
10:38:14 [2023-04-27T10:38:14.003Z] === RUN   TestBuildSquashParent
10:38:17 [2023-04-27T10:38:17.272Z] --- PASS: TestBuildSquashParent (3.10s)
10:38:17 [2023-04-27T10:38:17.272Z] === RUN   TestBuildWithRemoveAndForceRemove
10:38:17 [2023-04-27T10:38:17.272Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:38:17 [2023-04-27T10:38:17.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:38:17 [2023-04-27T10:38:17.272Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:38:17 [2023-04-27T10:38:17.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:38:17 [2023-04-27T10:38:17.272Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:38:17 [2023-04-27T10:38:17.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:38:17 [2023-04-27T10:38:17.272Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:38:17 [2023-04-27T10:38:17.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:38:17 [2023-04-27T10:38:17.272Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:38:17 [2023-04-27T10:38:17.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:38:17 [2023-04-27T10:38:17.272Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:38:17 [2023-04-27T10:38:17.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:38:17 [2023-04-27T10:38:17.272Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:38:17 [2023-04-27T10:38:17.272Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:38:18 [2023-04-27T10:38:18.204Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:38:18 [2023-04-27T10:38:18.204Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:38:19 [2023-04-27T10:38:19.572Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:38:19 [2023-04-27T10:38:19.572Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:38:20 [2023-04-27T10:38:20.500Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
10:38:20 [2023-04-27T10:38:20.500Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.27s)
10:38:20 [2023-04-27T10:38:20.500Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.28s)
10:38:20 [2023-04-27T10:38:20.500Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.03s)
10:38:20 [2023-04-27T10:38:20.500Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.16s)
10:38:20 [2023-04-27T10:38:20.500Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.16s)
10:38:20 [2023-04-27T10:38:20.500Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.05s)
10:38:20 [2023-04-27T10:38:20.500Z] === RUN   TestBuildMultiStageCopy
10:38:20 [2023-04-27T10:38:20.500Z] === RUN   TestBuildMultiStageCopy/copy_to_root
10:38:24 [2023-04-27T10:38:24.668Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
10:38:24 [2023-04-27T10:38:24.668Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
10:38:24 [2023-04-27T10:38:24.924Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
10:38:25 [2023-04-27T10:38:25.181Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
10:38:25 [2023-04-27T10:38:25.181Z] --- PASS: TestBuildMultiStageCopy (4.72s)
10:38:25 [2023-04-27T10:38:25.181Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.57s)
10:38:25 [2023-04-27T10:38:25.181Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.45s)
10:38:25 [2023-04-27T10:38:25.181Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s)
10:38:25 [2023-04-27T10:38:25.181Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.10s)
10:38:25 [2023-04-27T10:38:25.181Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.10s)
10:38:25 [2023-04-27T10:38:25.181Z] === RUN   TestBuildMultiStageParentConfig
10:38:25 [2023-04-27T10:38:25.437Z] --- PASS: TestBuildMultiStageParentConfig (0.29s)
10:38:25 [2023-04-27T10:38:25.437Z] === RUN   TestBuildLabelWithTargets
10:38:25 [2023-04-27T10:38:25.999Z] --- PASS: TestBuildLabelWithTargets (0.43s)
10:38:25 [2023-04-27T10:38:25.999Z] === RUN   TestBuildWithEmptyLayers
10:38:25 [2023-04-27T10:38:25.999Z] --- PASS: TestBuildWithEmptyLayers (0.08s)
10:38:25 [2023-04-27T10:38:25.999Z] === RUN   TestBuildMultiStageOnBuild
10:38:26 [2023-04-27T10:38:26.927Z] --- PASS: TestBuildMultiStageOnBuild (0.99s)
10:38:26 [2023-04-27T10:38:26.927Z] === RUN   TestBuildUncleanTarFilenames
10:38:27 [2023-04-27T10:38:27.184Z] --- PASS: TestBuildUncleanTarFilenames (0.12s)
10:38:27 [2023-04-27T10:38:27.184Z] === RUN   TestBuildMultiStageLayerLeak
10:38:28 [2023-04-27T10:38:28.113Z] --- PASS: TestBuildMultiStageLayerLeak (0.87s)
10:38:28 [2023-04-27T10:38:28.113Z] === RUN   TestBuildWithHugeFile
10:39:49 [2023-04-27T10:39:49.501Z] --- PASS: TestBuildWithHugeFile (78.27s)
10:39:49 [2023-04-27T10:39:49.501Z] === RUN   TestBuildWCOWSandboxSize
10:39:49 [2023-04-27T10:39:49.501Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
10:39:49 [2023-04-27T10:39:49.501Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
10:39:49 [2023-04-27T10:39:49.501Z] === RUN   TestBuildWithEmptyDockerfile
10:39:49 [2023-04-27T10:39:49.501Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
10:39:49 [2023-04-27T10:39:49.501Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
10:39:49 [2023-04-27T10:39:49.501Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:39:49 [2023-04-27T10:39:49.501Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:39:49 [2023-04-27T10:39:49.501Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:39:49 [2023-04-27T10:39:49.501Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:39:49 [2023-04-27T10:39:49.501Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
10:39:49 [2023-04-27T10:39:49.501Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:39:49 [2023-04-27T10:39:49.501Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:39:49 [2023-04-27T10:39:49.501Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
10:39:49 [2023-04-27T10:39:49.501Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
10:39:49 [2023-04-27T10:39:49.501Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
10:39:49 [2023-04-27T10:39:49.501Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
10:39:49 [2023-04-27T10:39:49.501Z] === RUN   TestBuildPreserveOwnership
10:39:49 [2023-04-27T10:39:49.501Z] === RUN   TestBuildPreserveOwnership/copy_from
10:39:49 [2023-04-27T10:39:49.501Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
10:39:49 [2023-04-27T10:39:49.501Z] --- PASS: TestBuildPreserveOwnership (1.83s)
10:39:49 [2023-04-27T10:39:49.501Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.31s)
10:39:49 [2023-04-27T10:39:49.501Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.52s)
10:39:49 [2023-04-27T10:39:49.501Z] === RUN   TestBuildPlatformInvalid
10:39:49 [2023-04-27T10:39:49.501Z] --- PASS: TestBuildPlatformInvalid (0.03s)
10:39:49 [2023-04-27T10:39:49.501Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
10:39:49 [2023-04-27T10:39:49.501Z] Loaded image: busybox:latest
10:39:49 [2023-04-27T10:39:49.501Z] Loaded image: busybox:glibc
10:39:50 [2023-04-27T10:39:50.076Z] Loaded image: debian:bullseye-slim
10:39:50 [2023-04-27T10:39:50.076Z] Loaded image: hello-world:latest
10:39:50 [2023-04-27T10:39:50.076Z] Loaded image: arm32v7/hello-world:latest
10:39:58 [2023-04-27T10:39:58.170Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.12s)
10:39:58 [2023-04-27T10:39:58.170Z] PASS
10:39:58 [2023-04-27T10:39:58.427Z] 
10:39:58 [2023-04-27T10:39:58.427Z] === Skipped
10:39:58 [2023-04-27T10:39:58.427Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
10:39:58 [2023-04-27T10:39:58.427Z]     build_session_test.go:25: TODO: BuildKit
10:39:58 [2023-04-27T10:39:58.427Z] 
10:39:58 [2023-04-27T10:39:58.427Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
10:39:58 [2023-04-27T10:39:58.427Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
10:39:58 [2023-04-27T10:39:58.427Z] 
10:39:58 [2023-04-27T10:39:58.427Z] DONE 34 tests, 2 skipped in 109.232s
10:39:58 [2023-04-27T10:39:58.427Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
10:39:58 [2023-04-27T10:39:58.427Z] ++ 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
10:39:58 [2023-04-27T10:39:58.427Z] ++ set -e
10:39:58 [2023-04-27T10:39:58.427Z] ++ '[' -n 0 ']'
10:39:58 [2023-04-27T10:39:58.427Z] ++ set -x
10:39:58 [2023-04-27T10:39:58.427Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
10:39:58 [2023-04-27T10:39:58.427Z] INFO: Testing against a local daemon
10:39:58 [2023-04-27T10:39:58.427Z] === RUN   TestConfigInspect
10:40:00 [2023-04-27T10:40:00.317Z] --- PASS: TestConfigInspect (1.80s)
10:40:00 [2023-04-27T10:40:00.317Z] === RUN   TestConfigList
10:40:02 [2023-04-27T10:40:02.208Z] --- PASS: TestConfigList (1.73s)
10:40:02 [2023-04-27T10:40:02.208Z] === RUN   TestConfigsCreateAndDelete
10:40:03 [2023-04-27T10:40:03.574Z] --- PASS: TestConfigsCreateAndDelete (1.69s)
10:40:03 [2023-04-27T10:40:03.574Z] === RUN   TestConfigsUpdate
10:40:05 [2023-04-27T10:40:05.464Z] --- PASS: TestConfigsUpdate (1.75s)
10:40:05 [2023-04-27T10:40:05.464Z] === RUN   TestTemplatedConfig
10:40:08 [2023-04-27T10:40:08.029Z] --- PASS: TestTemplatedConfig (2.33s)
10:40:08 [2023-04-27T10:40:08.029Z] === RUN   TestConfigCreateResolve
10:40:09 [2023-04-27T10:40:09.393Z] --- PASS: TestConfigCreateResolve (1.69s)
10:40:09 [2023-04-27T10:40:09.393Z] PASS
10:40:09 [2023-04-27T10:40:09.393Z] 
10:40:09 [2023-04-27T10:40:09.393Z] DONE 6 tests in 11.089s
10:40:09 [2023-04-27T10:40:09.393Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
10:40:09 [2023-04-27T10:40:09.393Z] ++ 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
10:40:09 [2023-04-27T10:40:09.393Z] ++ set -e
10:40:09 [2023-04-27T10:40:09.393Z] ++ '[' -n 0 ']'
10:40:09 [2023-04-27T10:40:09.393Z] ++ set -x
10:40:09 [2023-04-27T10:40:09.393Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
10:40:09 [2023-04-27T10:40:09.650Z] INFO: Testing against a local daemon
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestAttachWithTTY
10:40:09 [2023-04-27T10:40:09.650Z] --- PASS: TestAttachWithTTY (0.07s)
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestAttachWithoutTTy
10:40:09 [2023-04-27T10:40:09.650Z] --- PASS: TestAttachWithoutTTy (0.05s)
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestCheckpoint
10:40:09 [2023-04-27T10:40:09.650Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:40:09 [2023-04-27T10:40:09.650Z] --- SKIP: TestCheckpoint (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/commit
10:40:09 [2023-04-27T10:40:09.650Z] === PAUSE TestContainerInvalidJSON/commit
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/create
10:40:09 [2023-04-27T10:40:09.650Z] === PAUSE TestContainerInvalidJSON/containers/create
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
10:40:09 [2023-04-27T10:40:09.650Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
10:40:09 [2023-04-27T10:40:09.650Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
10:40:09 [2023-04-27T10:40:09.650Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
10:40:09 [2023-04-27T10:40:09.650Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
10:40:09 [2023-04-27T10:40:09.650Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
10:40:09 [2023-04-27T10:40:09.650Z] === CONT  TestContainerInvalidJSON/commit
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
10:40:09 [2023-04-27T10:40:09.650Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/commit/empty_body
10:40:09 [2023-04-27T10:40:09.650Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
10:40:09 [2023-04-27T10:40:09.650Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
10:40:09 [2023-04-27T10:40:09.650Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
10:40:09 [2023-04-27T10:40:09.650Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
10:40:09 [2023-04-27T10:40:09.650Z] === CONT  TestContainerInvalidJSON/containers/create
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
10:40:09 [2023-04-27T10:40:09.650Z] --- PASS: TestContainerInvalidJSON (0.01s)
10:40:09 [2023-04-27T10:40:09.650Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
10:40:09 [2023-04-27T10:40:09.650Z] === RUN   TestCopyFromContainerPathDoesNotExist
10:40:09 [2023-04-27T10:40:09.907Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
10:40:09 [2023-04-27T10:40:09.907Z] === RUN   TestCopyFromContainerPathIsNotDir
10:40:09 [2023-04-27T10:40:09.907Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
10:40:09 [2023-04-27T10:40:09.907Z] === RUN   TestCopyToContainerPathDoesNotExist
10:40:09 [2023-04-27T10:40:09.907Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
10:40:09 [2023-04-27T10:40:09.907Z] === RUN   TestCopyEmptyFile
10:40:09 [2023-04-27T10:40:09.907Z] --- PASS: TestCopyEmptyFile (0.06s)
10:40:09 [2023-04-27T10:40:09.907Z] === RUN   TestCopyToContainerPathIsNotDir
10:40:09 [2023-04-27T10:40:09.907Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
10:40:09 [2023-04-27T10:40:09.907Z] === RUN   TestCopyFromContainer
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer//
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/.
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer//.
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/./
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer//./
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer//bar/root
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer//bar/root/
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer//bar/root/.
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/bar/quux
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/bar/quux/
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/bar/quux/.
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/bar/quux/baz
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/bar/filesymlink
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/bar/dirsymlink
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCopyFromContainer/bar/notarget
10:40:10 [2023-04-27T10:40:10.840Z] --- PASS: TestCopyFromContainer (0.85s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer// (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/. (0.02s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer//. (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:40:10 [2023-04-27T10:40:10.840Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:40:10 [2023-04-27T10:40:10.840Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
10:40:10 [2023-04-27T10:40:10.840Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
10:40:10 [2023-04-27T10:40:10.840Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:40:10 [2023-04-27T10:40:10.840Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
10:40:10 [2023-04-27T10:40:10.840Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:40:10 [2023-04-27T10:40:10.840Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateLinkToNonExistingContainer
10:40:10 [2023-04-27T10:40:10.840Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateWithInvalidEnv
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateWithInvalidEnv/0
10:40:10 [2023-04-27T10:40:10.840Z] === PAUSE TestCreateWithInvalidEnv/0
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateWithInvalidEnv/1
10:40:10 [2023-04-27T10:40:10.840Z] === PAUSE TestCreateWithInvalidEnv/1
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateWithInvalidEnv/2
10:40:10 [2023-04-27T10:40:10.840Z] === PAUSE TestCreateWithInvalidEnv/2
10:40:10 [2023-04-27T10:40:10.840Z] === CONT  TestCreateWithInvalidEnv/0
10:40:10 [2023-04-27T10:40:10.840Z] === CONT  TestCreateWithInvalidEnv/2
10:40:10 [2023-04-27T10:40:10.840Z] === CONT  TestCreateWithInvalidEnv/1
10:40:10 [2023-04-27T10:40:10.840Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
10:40:10 [2023-04-27T10:40:10.840Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateTmpfsMountsTarget
10:40:10 [2023-04-27T10:40:10.840Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
10:40:10 [2023-04-27T10:40:10.840Z] === RUN   TestCreateWithCustomMaskedPaths
10:40:12 [2023-04-27T10:40:12.209Z] --- PASS: TestCreateWithCustomMaskedPaths (1.06s)
10:40:12 [2023-04-27T10:40:12.209Z] === RUN   TestCreateWithCustomReadonlyPaths
10:40:13 [2023-04-27T10:40:13.138Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.11s)
10:40:13 [2023-04-27T10:40:13.138Z] === RUN   TestCreateWithInvalidHealthcheckParams
10:40:13 [2023-04-27T10:40:13.138Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:40:13 [2023-04-27T10:40:13.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:40:13 [2023-04-27T10:40:13.138Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:40:13 [2023-04-27T10:40:13.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:40:13 [2023-04-27T10:40:13.138Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:40:13 [2023-04-27T10:40:13.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:40:13 [2023-04-27T10:40:13.138Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:40:13 [2023-04-27T10:40:13.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:40:13 [2023-04-27T10:40:13.138Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:40:13 [2023-04-27T10:40:13.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:40:13 [2023-04-27T10:40:13.138Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:40:13 [2023-04-27T10:40:13.138Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:40:13 [2023-04-27T10:40:13.138Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:40:13 [2023-04-27T10:40:13.138Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:40:13 [2023-04-27T10:40:13.138Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:40:13 [2023-04-27T10:40:13.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
10:40:13 [2023-04-27T10:40:13.138Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
10:40:13 [2023-04-27T10:40:13.138Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
10:40:13 [2023-04-27T10:40:13.138Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
10:40:13 [2023-04-27T10:40:13.138Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
10:40:13 [2023-04-27T10:40:13.138Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
10:40:13 [2023-04-27T10:40:13.138Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
10:40:13 [2023-04-27T10:40:13.700Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s)
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreateDifferentPlatform
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreateDifferentPlatform/different_os
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
10:40:13 [2023-04-27T10:40:13.700Z] --- PASS: TestCreateDifferentPlatform (0.01s)
10:40:13 [2023-04-27T10:40:13.700Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
10:40:13 [2023-04-27T10:40:13.700Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreateVolumesFromNonExistingContainer
10:40:13 [2023-04-27T10:40:13.700Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
10:40:13 [2023-04-27T10:40:13.700Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreateInvalidHostConfig
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
10:40:13 [2023-04-27T10:40:13.700Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
10:40:13 [2023-04-27T10:40:13.700Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
10:40:13 [2023-04-27T10:40:13.700Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
10:40:13 [2023-04-27T10:40:13.700Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
10:40:13 [2023-04-27T10:40:13.700Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
10:40:13 [2023-04-27T10:40:13.700Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
10:40:13 [2023-04-27T10:40:13.700Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
10:40:13 [2023-04-27T10:40:13.700Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
10:40:13 [2023-04-27T10:40:13.700Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
10:40:13 [2023-04-27T10:40:13.700Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
10:40:13 [2023-04-27T10:40:13.700Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
10:40:13 [2023-04-27T10:40:13.700Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
10:40:13 [2023-04-27T10:40:13.700Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
10:40:13 [2023-04-27T10:40:13.700Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
10:40:13 [2023-04-27T10:40:13.700Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
10:40:13 [2023-04-27T10:40:13.700Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestContainerStartOnDaemonRestart
10:40:13 [2023-04-27T10:40:13.700Z] === PAUSE TestContainerStartOnDaemonRestart
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestDaemonRestartIpcMode
10:40:13 [2023-04-27T10:40:13.700Z] === PAUSE TestDaemonRestartIpcMode
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestDaemonHostGatewayIP
10:40:13 [2023-04-27T10:40:13.700Z] === PAUSE TestDaemonHostGatewayIP
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestRestartDaemonWithRestartingContainer
10:40:13 [2023-04-27T10:40:13.700Z] === PAUSE TestRestartDaemonWithRestartingContainer
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestContainerKillOnDaemonStart
10:40:13 [2023-04-27T10:40:13.700Z] === PAUSE TestContainerKillOnDaemonStart
10:40:13 [2023-04-27T10:40:13.700Z] === RUN   TestDiff
10:40:13 [2023-04-27T10:40:13.957Z] --- PASS: TestDiff (0.38s)
10:40:13 [2023-04-27T10:40:13.957Z] === RUN   TestExecConsoleSize
10:40:14 [2023-04-27T10:40:14.522Z] --- PASS: TestExecConsoleSize (0.45s)
10:40:14 [2023-04-27T10:40:14.522Z] === RUN   TestExecWithCloseStdin
10:40:15 [2023-04-27T10:40:15.085Z] --- PASS: TestExecWithCloseStdin (0.46s)
10:40:15 [2023-04-27T10:40:15.085Z] === RUN   TestExec
10:40:15 [2023-04-27T10:40:15.341Z] --- PASS: TestExec (0.44s)
10:40:15 [2023-04-27T10:40:15.341Z] === RUN   TestExecUser
10:40:15 [2023-04-27T10:40:15.903Z] --- PASS: TestExecUser (0.42s)
10:40:15 [2023-04-27T10:40:15.903Z] === RUN   TestExportContainerAndImportImage
10:40:16 [2023-04-27T10:40:16.159Z] --- PASS: TestExportContainerAndImportImage (0.43s)
10:40:16 [2023-04-27T10:40:16.159Z] === RUN   TestExportContainerAfterDaemonRestart
10:40:17 [2023-04-27T10:40:17.526Z] --- PASS: TestExportContainerAfterDaemonRestart (1.15s)
10:40:17 [2023-04-27T10:40:17.526Z] === RUN   TestHealthCheckWorkdir
10:40:17 [2023-04-27T10:40:17.783Z] --- PASS: TestHealthCheckWorkdir (0.46s)
10:40:17 [2023-04-27T10:40:17.783Z] === RUN   TestHealthKillContainer
10:40:25 [2023-04-27T10:40:25.878Z] --- PASS: TestHealthKillContainer (7.78s)
10:40:25 [2023-04-27T10:40:25.878Z] === RUN   TestHealthCheckProcessKilled
10:40:26 [2023-04-27T10:40:26.134Z] --- PASS: TestHealthCheckProcessKilled (0.63s)
10:40:26 [2023-04-27T10:40:26.134Z] === RUN   TestInspectCpusetInConfigPre120
10:40:26 [2023-04-27T10:40:26.696Z] --- PASS: TestInspectCpusetInConfigPre120 (0.36s)
10:40:26 [2023-04-27T10:40:26.696Z] === RUN   TestInspectAnnotations
10:40:26 [2023-04-27T10:40:26.696Z] --- PASS: TestInspectAnnotations (0.04s)
10:40:26 [2023-04-27T10:40:26.696Z] === RUN   TestIpcModeNone
10:40:26 [2023-04-27T10:40:26.952Z] --- PASS: TestIpcModeNone (0.44s)
10:40:26 [2023-04-27T10:40:26.952Z] === RUN   TestIpcModePrivate
10:40:27 [2023-04-27T10:40:27.514Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
10:40:27 [2023-04-27T10:40:27.514Z] --- PASS: TestIpcModePrivate (0.44s)
10:40:27 [2023-04-27T10:40:27.514Z] === RUN   TestIpcModeShareable
10:40:27 [2023-04-27T10:40:27.771Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
10:40:28 [2023-04-27T10:40:28.027Z] --- PASS: TestIpcModeShareable (0.44s)
10:40:28 [2023-04-27T10:40:28.027Z] === RUN   TestAPIIpcModeShareableAndContainer
10:40:29 [2023-04-27T10:40:29.394Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s)
10:40:29 [2023-04-27T10:40:29.394Z] === RUN   TestAPIIpcModeHost
10:40:29 [2023-04-27T10:40:29.650Z] --- PASS: TestAPIIpcModeHost (0.29s)
10:40:29 [2023-04-27T10:40:29.650Z] === RUN   TestDaemonIpcModeShareable
10:40:30 [2023-04-27T10:40:30.579Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
10:40:30 [2023-04-27T10:40:30.579Z] --- PASS: TestDaemonIpcModeShareable (1.03s)
10:40:30 [2023-04-27T10:40:30.579Z] === RUN   TestDaemonIpcModePrivate
10:40:31 [2023-04-27T10:40:31.508Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
10:40:31 [2023-04-27T10:40:31.764Z] --- PASS: TestDaemonIpcModePrivate (1.03s)
10:40:31 [2023-04-27T10:40:31.764Z] === RUN   TestDaemonIpcModePrivateFromConfig
10:40:32 [2023-04-27T10:40:32.692Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
10:40:32 [2023-04-27T10:40:32.692Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.07s)
10:40:32 [2023-04-27T10:40:32.692Z] === RUN   TestDaemonIpcModeShareableFromConfig
10:40:33 [2023-04-27T10:40:33.620Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
10:40:33 [2023-04-27T10:40:33.620Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.02s)
10:40:33 [2023-04-27T10:40:33.620Z] === RUN   TestIpcModeOlderClient
10:40:33 [2023-04-27T10:40:33.620Z] === PAUSE TestIpcModeOlderClient
10:40:33 [2023-04-27T10:40:33.620Z] === RUN   TestKillContainerInvalidSignal
10:40:34 [2023-04-27T10:40:34.185Z] --- PASS: TestKillContainerInvalidSignal (0.37s)
10:40:34 [2023-04-27T10:40:34.185Z] === RUN   TestKillContainer
10:40:34 [2023-04-27T10:40:34.185Z] === RUN   TestKillContainer/no_signal
10:40:34 [2023-04-27T10:40:34.442Z] === RUN   TestKillContainer/non_killing_signal
10:40:34 [2023-04-27T10:40:34.698Z] === RUN   TestKillContainer/killing_signal
10:40:35 [2023-04-27T10:40:35.260Z] --- PASS: TestKillContainer (1.14s)
10:40:35 [2023-04-27T10:40:35.260Z]     --- PASS: TestKillContainer/no_signal (0.37s)
10:40:35 [2023-04-27T10:40:35.260Z]     --- PASS: TestKillContainer/non_killing_signal (0.23s)
10:40:35 [2023-04-27T10:40:35.260Z]     --- PASS: TestKillContainer/killing_signal (0.37s)
10:40:35 [2023-04-27T10:40:35.260Z] === RUN   TestKillWithStopSignalAndRestartPolicies
10:40:35 [2023-04-27T10:40:35.260Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
10:40:35 [2023-04-27T10:40:35.517Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
10:40:36 [2023-04-27T10:40:36.079Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.72s)
10:40:36 [2023-04-27T10:40:36.079Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.34s)
10:40:36 [2023-04-27T10:40:36.079Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.23s)
10:40:36 [2023-04-27T10:40:36.079Z] === RUN   TestKillStoppedContainer
10:40:36 [2023-04-27T10:40:36.079Z] --- PASS: TestKillStoppedContainer (0.05s)
10:40:36 [2023-04-27T10:40:36.079Z] === RUN   TestKillStoppedContainerAPIPre120
10:40:36 [2023-04-27T10:40:36.079Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
10:40:36 [2023-04-27T10:40:36.079Z] === RUN   TestKillDifferentUserContainer
10:40:36 [2023-04-27T10:40:36.336Z] --- PASS: TestKillDifferentUserContainer (0.39s)
10:40:36 [2023-04-27T10:40:36.336Z] === RUN   TestInspectOomKilledTrue
10:40:36 [2023-04-27T10:40:36.898Z] --- PASS: TestInspectOomKilledTrue (0.46s)
10:40:36 [2023-04-27T10:40:36.898Z] === RUN   TestInspectOomKilledFalse
10:40:37 [2023-04-27T10:40:37.460Z] --- PASS: TestInspectOomKilledFalse (0.37s)
10:40:37 [2023-04-27T10:40:37.460Z] === RUN   TestLinksEtcHostsContentMatch
10:40:37 [2023-04-27T10:40:37.460Z] --- PASS: TestLinksEtcHostsContentMatch (0.26s)
10:40:37 [2023-04-27T10:40:37.460Z] === RUN   TestLinksContainerNames
10:40:38 [2023-04-27T10:40:38.388Z] --- PASS: TestLinksContainerNames (0.77s)
10:40:38 [2023-04-27T10:40:38.388Z] === RUN   TestLogsFollowTailEmpty
10:40:38 [2023-04-27T10:40:38.645Z] --- PASS: TestLogsFollowTailEmpty (0.40s)
10:40:38 [2023-04-27T10:40:38.645Z] === RUN   TestLogs
10:40:38 [2023-04-27T10:40:38.645Z] === RUN   TestLogs/driver_local
10:40:38 [2023-04-27T10:40:38.645Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
10:40:38 [2023-04-27T10:40:38.645Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
10:40:38 [2023-04-27T10:40:38.645Z] === RUN   TestLogs/driver_local/tty/only_stdout
10:40:38 [2023-04-27T10:40:38.645Z] === PAUSE TestLogs/driver_local/tty/only_stdout
10:40:38 [2023-04-27T10:40:38.645Z] === RUN   TestLogs/driver_local/tty/only_stderr
10:40:38 [2023-04-27T10:40:38.645Z] === PAUSE TestLogs/driver_local/tty/only_stderr
10:40:38 [2023-04-27T10:40:38.645Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
10:40:38 [2023-04-27T10:40:38.645Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
10:40:38 [2023-04-27T10:40:38.645Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
10:40:38 [2023-04-27T10:40:38.645Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
10:40:38 [2023-04-27T10:40:38.645Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
10:40:38 [2023-04-27T10:40:38.645Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
10:40:38 [2023-04-27T10:40:38.645Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
10:40:38 [2023-04-27T10:40:38.645Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
10:40:39 [2023-04-27T10:40:39.573Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
10:40:39 [2023-04-27T10:40:39.573Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
10:40:39 [2023-04-27T10:40:39.829Z] === CONT  TestLogs/driver_local/tty/only_stderr
10:40:39 [2023-04-27T10:40:39.829Z] === CONT  TestLogs/driver_local/tty/only_stdout
10:40:40 [2023-04-27T10:40:40.391Z] === RUN   TestLogs/driver_json-file
10:40:40 [2023-04-27T10:40:40.391Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
10:40:40 [2023-04-27T10:40:40.391Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
10:40:40 [2023-04-27T10:40:40.391Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
10:40:40 [2023-04-27T10:40:40.391Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
10:40:40 [2023-04-27T10:40:40.391Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
10:40:40 [2023-04-27T10:40:40.391Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
10:40:40 [2023-04-27T10:40:40.392Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
10:40:40 [2023-04-27T10:40:40.392Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
10:40:40 [2023-04-27T10:40:40.392Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
10:40:40 [2023-04-27T10:40:40.392Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
10:40:40 [2023-04-27T10:40:40.392Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
10:40:40 [2023-04-27T10:40:40.392Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
10:40:40 [2023-04-27T10:40:40.392Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
10:40:40 [2023-04-27T10:40:40.392Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
10:40:40 [2023-04-27T10:40:40.956Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
10:40:41 [2023-04-27T10:40:41.212Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
10:40:41 [2023-04-27T10:40:41.780Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
10:40:41 [2023-04-27T10:40:41.780Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
10:40:42 [2023-04-27T10:40:42.341Z] --- PASS: TestLogs (3.56s)
10:40:42 [2023-04-27T10:40:42.341Z]     --- PASS: TestLogs/driver_local (0.01s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.66s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.70s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.47s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.47s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.55s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.60s)
10:40:42 [2023-04-27T10:40:42.341Z]     --- PASS: TestLogs/driver_json-file (0.01s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.55s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.73s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.54s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.76s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.51s)
10:40:42 [2023-04-27T10:40:42.341Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.50s)
10:40:42 [2023-04-27T10:40:42.341Z] === RUN   TestContainerNetworkMountsNoChown
10:40:42 [2023-04-27T10:40:42.598Z] --- PASS: TestContainerNetworkMountsNoChown (0.36s)
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/default
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/default
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/private
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/private
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rprivate
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rprivate
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/slave
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/slave
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rslave
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rslave
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/shared
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/shared
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rshared
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rshared
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/default
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/rslave
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/default/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/default/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/default/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rslave/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/default/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rslave/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/default/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/default/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/rshared
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/shared
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rshared/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/shared/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/shared/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/shared/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/shared/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rshared/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/rprivate
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/slave
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/slave/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/slave/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/slave/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/slave/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/private
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/private/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/private/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/private/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/private/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/private/mount_root
10:40:42 [2023-04-27T10:40:42.598Z] === RUN   TestMountDaemonRoot/private/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/default/bind_root
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/default/mount_subpath
10:40:42 [2023-04-27T10:40:42.598Z] === CONT  TestMountDaemonRoot/default/mount_root
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/default/bind_subpath
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/rslave/mount_root
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/rslave/bind_root
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/shared/bind_root
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/rshared/mount_root
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/shared/mount_root
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/slave/bind_root
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
10:40:42 [2023-04-27T10:40:42.854Z] === CONT  TestMountDaemonRoot/rshared/bind_root
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/private/bind_root
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/slave/mount_root
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/private/mount_subpath
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/private/mount_root
10:40:43 [2023-04-27T10:40:43.112Z] === CONT  TestMountDaemonRoot/private/bind_subpath
10:40:43 [2023-04-27T10:40:43.112Z] --- PASS: TestMountDaemonRoot (0.02s)
10:40:43 [2023-04-27T10:40:43.112Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
10:40:43 [2023-04-27T10:40:43.112Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
10:40:43 [2023-04-27T10:40:43.112Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
10:40:43 [2023-04-27T10:40:43.112Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
10:40:43 [2023-04-27T10:40:43.112Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
10:40:43 [2023-04-27T10:40:43.112Z] === RUN   TestContainerBindMountNonRecursive
10:40:44 [2023-04-27T10:40:44.479Z] --- PASS: TestContainerBindMountNonRecursive (1.01s)
10:40:44 [2023-04-27T10:40:44.479Z] === RUN   TestContainerVolumesMountedAsShared
10:40:44 [2023-04-27T10:40:44.479Z] --- PASS: TestContainerVolumesMountedAsShared (0.38s)
10:40:44 [2023-04-27T10:40:44.479Z] === RUN   TestContainerVolumesMountedAsSlave
10:40:45 [2023-04-27T10:40:45.042Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s)
10:40:45 [2023-04-27T10:40:45.042Z] === RUN   TestContainerCopyLeaksMounts
10:40:45 [2023-04-27T10:40:45.299Z] --- PASS: TestContainerCopyLeaksMounts (0.49s)
10:40:45 [2023-04-27T10:40:45.299Z] === RUN   TestNetworkNat
10:40:45 [2023-04-27T10:40:45.861Z] --- PASS: TestNetworkNat (0.43s)
10:40:45 [2023-04-27T10:40:45.861Z] === RUN   TestNetworkLocalhostTCPNat
10:40:46 [2023-04-27T10:40:46.119Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s)
10:40:46 [2023-04-27T10:40:46.119Z] === RUN   TestNetworkLoopbackNat
10:40:48 [2023-04-27T10:40:48.636Z] --- PASS: TestNetworkLoopbackNat (2.53s)
10:40:48 [2023-04-27T10:40:48.636Z] === RUN   TestPause
10:40:49 [2023-04-27T10:40:49.201Z] --- PASS: TestPause (0.38s)
10:40:49 [2023-04-27T10:40:49.201Z] === RUN   TestPauseFailsOnWindowsServerContainers
10:40:49 [2023-04-27T10:40:49.201Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:40:49 [2023-04-27T10:40:49.201Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
10:40:49 [2023-04-27T10:40:49.201Z] === RUN   TestPauseStopPausedContainer
10:40:49 [2023-04-27T10:40:49.458Z] --- PASS: TestPauseStopPausedContainer (0.40s)
10:40:49 [2023-04-27T10:40:49.458Z] === RUN   TestPidHost
10:40:50 [2023-04-27T10:40:50.441Z] --- PASS: TestPidHost (0.89s)
10:40:50 [2023-04-27T10:40:50.441Z] === RUN   TestPsFilter
10:40:50 [2023-04-27T10:40:50.441Z] --- PASS: TestPsFilter (0.11s)
10:40:50 [2023-04-27T10:40:50.441Z] === RUN   TestRemoveContainerWithRemovedVolume
10:40:51 [2023-04-27T10:40:51.012Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
10:40:51 [2023-04-27T10:40:51.012Z] === RUN   TestRemoveContainerWithVolume
10:40:51 [2023-04-27T10:40:51.271Z] --- PASS: TestRemoveContainerWithVolume (0.40s)
10:40:51 [2023-04-27T10:40:51.271Z] === RUN   TestRemoveContainerRunning
10:40:51 [2023-04-27T10:40:51.832Z] --- PASS: TestRemoveContainerRunning (0.38s)
10:40:51 [2023-04-27T10:40:51.832Z] === RUN   TestRemoveContainerForceRemoveRunning
10:40:52 [2023-04-27T10:40:52.089Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.37s)
10:40:52 [2023-04-27T10:40:52.089Z] === RUN   TestRemoveInvalidContainer
10:40:52 [2023-04-27T10:40:52.089Z] --- PASS: TestRemoveInvalidContainer (0.01s)
10:40:52 [2023-04-27T10:40:52.089Z] === RUN   TestRenameLinkedContainer
10:40:53 [2023-04-27T10:40:53.983Z] --- PASS: TestRenameLinkedContainer (1.63s)
10:40:53 [2023-04-27T10:40:53.983Z] === RUN   TestRenameStoppedContainer
10:40:53 [2023-04-27T10:40:53.983Z] --- PASS: TestRenameStoppedContainer (0.35s)
10:40:53 [2023-04-27T10:40:53.983Z] === RUN   TestRenameRunningContainerAndReuse
10:40:54 [2023-04-27T10:40:54.912Z] --- PASS: TestRenameRunningContainerAndReuse (0.77s)
10:40:54 [2023-04-27T10:40:54.912Z] === RUN   TestRenameInvalidName
10:40:55 [2023-04-27T10:40:55.168Z] --- PASS: TestRenameInvalidName (0.38s)
10:40:55 [2023-04-27T10:40:55.168Z] === RUN   TestRenameAnonymousContainer
10:40:56 [2023-04-27T10:40:56.535Z] --- PASS: TestRenameAnonymousContainer (1.24s)
10:40:56 [2023-04-27T10:40:56.535Z] === RUN   TestRenameContainerWithSameName
10:40:56 [2023-04-27T10:40:56.791Z] --- PASS: TestRenameContainerWithSameName (0.39s)
10:40:56 [2023-04-27T10:40:56.791Z] === RUN   TestRenameContainerWithLinkedContainer
10:40:57 [2023-04-27T10:40:57.723Z] --- PASS: TestRenameContainerWithLinkedContainer (0.76s)
10:40:57 [2023-04-27T10:40:57.723Z] === RUN   TestResize
10:40:57 [2023-04-27T10:40:57.980Z] --- PASS: TestResize (0.35s)
10:40:57 [2023-04-27T10:40:57.980Z] === RUN   TestResizeWithInvalidSize
10:40:58 [2023-04-27T10:40:58.236Z] --- PASS: TestResizeWithInvalidSize (0.38s)
10:40:58 [2023-04-27T10:40:58.236Z] === RUN   TestResizeWhenContainerNotStarted
10:40:58 [2023-04-27T10:40:58.798Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s)
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:40:58 [2023-04-27T10:40:58.798Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
10:41:00 [2023-04-27T10:41:00.164Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:41:01 [2023-04-27T10:41:01.530Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:41:02 [2023-04-27T10:41:02.459Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:41:02 [2023-04-27T10:41:02.459Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:41:03 [2023-04-27T10:41:03.390Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
10:41:03 [2023-04-27T10:41:03.646Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
10:41:06 [2023-04-27T10:41:06.913Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
10:41:06 [2023-04-27T10:41:06.913Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:41:08 [2023-04-27T10:41:08.807Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:41:10 [2023-04-27T10:41:10.173Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:41:10 [2023-04-27T10:41:10.429Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:41:11 [2023-04-27T10:41:11.359Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:41:11 [2023-04-27T10:41:11.922Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:41:12 [2023-04-27T10:41:12.851Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:41:14 [2023-04-27T10:41:14.742Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.48s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.15s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.63s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.15s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.13s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.17s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.12s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.75s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.41s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.73s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.49s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.51s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.48s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.45s)
10:41:14 [2023-04-27T10:41:14.742Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.49s)
10:41:14 [2023-04-27T10:41:14.742Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
10:41:14 [2023-04-27T10:41:14.742Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
10:41:15 [2023-04-27T10:41:15.304Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
10:41:16 [2023-04-27T10:41:16.232Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.61s)
10:41:16 [2023-04-27T10:41:16.232Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.78s)
10:41:16 [2023-04-27T10:41:16.232Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.82s)
10:41:16 [2023-04-27T10:41:16.232Z] === RUN   TestCgroupNamespacesRun
10:41:17 [2023-04-27T10:41:17.160Z] --- PASS: TestCgroupNamespacesRun (0.98s)
10:41:17 [2023-04-27T10:41:17.160Z] === RUN   TestCgroupNamespacesRunPrivileged
10:41:18 [2023-04-27T10:41:18.088Z] --- PASS: TestCgroupNamespacesRunPrivileged (0.99s)
10:41:18 [2023-04-27T10:41:18.088Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
10:41:19 [2023-04-27T10:41:19.017Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.02s)
10:41:19 [2023-04-27T10:41:19.017Z] === RUN   TestCgroupNamespacesRunHostMode
10:41:19 [2023-04-27T10:41:19.945Z] --- PASS: TestCgroupNamespacesRunHostMode (0.99s)
10:41:19 [2023-04-27T10:41:19.945Z] === RUN   TestCgroupNamespacesRunPrivateMode
10:41:21 [2023-04-27T10:41:21.311Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.07s)
10:41:21 [2023-04-27T10:41:21.311Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
10:41:22 [2023-04-27T10:41:22.240Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.03s)
10:41:22 [2023-04-27T10:41:22.240Z] === RUN   TestCgroupNamespacesRunInvalidMode
10:41:22 [2023-04-27T10:41:22.802Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
10:41:22 [2023-04-27T10:41:22.802Z] === RUN   TestCgroupNamespacesRunOlderClient
10:41:23 [2023-04-27T10:41:23.730Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.02s)
10:41:23 [2023-04-27T10:41:23.730Z] === RUN   TestNISDomainname
10:41:24 [2023-04-27T10:41:24.292Z] --- PASS: TestNISDomainname (0.46s)
10:41:24 [2023-04-27T10:41:24.292Z] === RUN   TestHostnameDnsResolution
10:41:24 [2023-04-27T10:41:24.853Z] --- PASS: TestHostnameDnsResolution (0.54s)
10:41:24 [2023-04-27T10:41:24.853Z] === RUN   TestUnprivilegedPortsAndPing
10:41:25 [2023-04-27T10:41:25.109Z] --- PASS: TestUnprivilegedPortsAndPing (0.46s)
10:41:25 [2023-04-27T10:41:25.109Z] === RUN   TestPrivilegedHostDevices
10:41:25 [2023-04-27T10:41:25.672Z] --- PASS: TestPrivilegedHostDevices (0.42s)
10:41:25 [2023-04-27T10:41:25.672Z] === RUN   TestRunConsoleSize
10:41:25 [2023-04-27T10:41:25.928Z] --- PASS: TestRunConsoleSize (0.38s)
10:41:25 [2023-04-27T10:41:25.928Z] === RUN   TestRunWithAlternativeContainerdShim
10:41:27 [2023-04-27T10:41:27.819Z] --- PASS: TestRunWithAlternativeContainerdShim (1.78s)
10:41:27 [2023-04-27T10:41:27.819Z] === RUN   TestStats
10:41:30 [2023-04-27T10:41:30.335Z] --- PASS: TestStats (2.39s)
10:41:30 [2023-04-27T10:41:30.335Z] === RUN   TestStopContainerWithTimeout
10:41:30 [2023-04-27T10:41:30.335Z] === RUN   TestStopContainerWithTimeout/0
10:41:30 [2023-04-27T10:41:30.335Z] === PAUSE TestStopContainerWithTimeout/0
10:41:30 [2023-04-27T10:41:30.335Z] === RUN   TestStopContainerWithTimeout/1
10:41:30 [2023-04-27T10:41:30.335Z] === PAUSE TestStopContainerWithTimeout/1
10:41:30 [2023-04-27T10:41:30.335Z] === RUN   TestStopContainerWithTimeout/3
10:41:30 [2023-04-27T10:41:30.335Z] === PAUSE TestStopContainerWithTimeout/3
10:41:30 [2023-04-27T10:41:30.335Z] === RUN   TestStopContainerWithTimeout/-1
10:41:30 [2023-04-27T10:41:30.335Z] === PAUSE TestStopContainerWithTimeout/-1
10:41:30 [2023-04-27T10:41:30.335Z] === CONT  TestStopContainerWithTimeout/0
10:41:30 [2023-04-27T10:41:30.335Z] === CONT  TestStopContainerWithTimeout/-1
10:41:30 [2023-04-27T10:41:30.592Z] === CONT  TestStopContainerWithTimeout/3
10:41:33 [2023-04-27T10:41:33.109Z] === CONT  TestStopContainerWithTimeout/1
10:41:34 [2023-04-27T10:41:34.475Z] --- PASS: TestStopContainerWithTimeout (0.01s)
10:41:34 [2023-04-27T10:41:34.475Z]     --- PASS: TestStopContainerWithTimeout/0 (0.52s)
10:41:34 [2023-04-27T10:41:34.475Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.61s)
10:41:34 [2023-04-27T10:41:34.475Z]     --- PASS: TestStopContainerWithTimeout/3 (2.40s)
10:41:34 [2023-04-27T10:41:34.475Z]     --- PASS: TestStopContainerWithTimeout/1 (1.44s)
10:41:34 [2023-04-27T10:41:34.475Z] === RUN   TestDeleteDevicemapper
10:41:34 [2023-04-27T10:41:34.475Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:41:34 [2023-04-27T10:41:34.475Z] --- SKIP: TestDeleteDevicemapper (0.00s)
10:41:34 [2023-04-27T10:41:34.475Z] === RUN   TestStopContainerWithRestartPolicyAlways
10:41:35 [2023-04-27T10:41:35.404Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.07s)
10:41:35 [2023-04-27T10:41:35.404Z] === RUN   TestUpdateMemory
10:41:35 [2023-04-27T10:41:35.660Z] --- PASS: TestUpdateMemory (0.46s)
10:41:35 [2023-04-27T10:41:35.660Z] === RUN   TestUpdateCPUQuota
10:41:36 [2023-04-27T10:41:36.588Z] --- PASS: TestUpdateCPUQuota (0.62s)
10:41:36 [2023-04-27T10:41:36.588Z] === RUN   TestUpdatePidsLimit
10:41:36 [2023-04-27T10:41:36.588Z] === RUN   TestUpdatePidsLimit/update_from_none
10:41:36 [2023-04-27T10:41:36.588Z] === RUN   TestUpdatePidsLimit/no_change
10:41:36 [2023-04-27T10:41:36.844Z] === RUN   TestUpdatePidsLimit/update_lower
10:41:36 [2023-04-27T10:41:36.844Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
10:41:37 [2023-04-27T10:41:37.100Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
10:41:37 [2023-04-27T10:41:37.357Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
10:41:37 [2023-04-27T10:41:37.357Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
10:41:38 [2023-04-27T10:41:38.304Z] --- PASS: TestUpdatePidsLimit (1.77s)
10:41:38 [2023-04-27T10:41:38.304Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.16s)
10:41:38 [2023-04-27T10:41:38.304Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
10:41:38 [2023-04-27T10:41:38.304Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.18s)
10:41:38 [2023-04-27T10:41:38.304Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s)
10:41:38 [2023-04-27T10:41:38.304Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s)
10:41:38 [2023-04-27T10:41:38.304Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s)
10:41:38 [2023-04-27T10:41:38.304Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s)
10:41:38 [2023-04-27T10:41:38.304Z] === RUN   TestUpdateRestartPolicy
10:41:50 [2023-04-27T10:41:50.510Z] --- PASS: TestUpdateRestartPolicy (10.53s)
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestUpdateRestartWithAutoRemove
10:41:50 [2023-04-27T10:41:50.510Z] --- PASS: TestUpdateRestartWithAutoRemove (0.36s)
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitNonBlocked
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
10:41:50 [2023-04-27T10:41:50.510Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
10:41:50 [2023-04-27T10:41:50.510Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
10:41:50 [2023-04-27T10:41:50.510Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
10:41:50 [2023-04-27T10:41:50.510Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
10:41:50 [2023-04-27T10:41:50.510Z] --- PASS: TestWaitNonBlocked (0.01s)
10:41:50 [2023-04-27T10:41:50.510Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s)
10:41:50 [2023-04-27T10:41:50.510Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s)
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitBlocked
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
10:41:50 [2023-04-27T10:41:50.510Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
10:41:50 [2023-04-27T10:41:50.510Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
10:41:50 [2023-04-27T10:41:50.510Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
10:41:50 [2023-04-27T10:41:50.510Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
10:41:50 [2023-04-27T10:41:50.510Z] --- PASS: TestWaitBlocked (0.01s)
10:41:50 [2023-04-27T10:41:50.510Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.51s)
10:41:50 [2023-04-27T10:41:50.510Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.59s)
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitConditions
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitConditions/default
10:41:50 [2023-04-27T10:41:50.510Z] === PAUSE TestWaitConditions/default
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitConditions/not-running
10:41:50 [2023-04-27T10:41:50.510Z] === PAUSE TestWaitConditions/not-running
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitConditions/next-exit
10:41:50 [2023-04-27T10:41:50.510Z] === PAUSE TestWaitConditions/next-exit
10:41:50 [2023-04-27T10:41:50.510Z] === RUN   TestWaitConditions/removed
10:41:50 [2023-04-27T10:41:50.510Z] === PAUSE TestWaitConditions/removed
10:41:50 [2023-04-27T10:41:50.510Z] === CONT  TestWaitConditions/default
10:41:50 [2023-04-27T10:41:50.510Z] === CONT  TestWaitConditions/next-exit
10:41:50 [2023-04-27T10:41:50.510Z]     wait_test.go:146: ContainerID = 3d1f2ef2b7306ba7916a1ed3c0ba3a1b063ee7ccee0bf059e02e59894cbc8eea
10:41:50 [2023-04-27T10:41:50.510Z]     wait_test.go:146: ContainerID = a270309e7da5dbbc7f87cc7dfa5711b852135b118c5ff247696375bbbcce3fd3
10:41:51 [2023-04-27T10:41:51.072Z] === CONT  TestWaitConditions/removed
10:41:51 [2023-04-27T10:41:51.072Z]     wait_test.go:146: ContainerID = d870f4376a533a604792082d12bfa09722b3d71dad731e8779e8efcfb2296e33
10:41:51 [2023-04-27T10:41:51.072Z] === CONT  TestWaitConditions/not-running
10:41:51 [2023-04-27T10:41:51.072Z]     wait_test.go:146: ContainerID = 66b2a6aad230e86304cdd097e617100f82db866eb5e9ede12def7f52bb7dcf26
10:41:51 [2023-04-27T10:41:51.635Z] --- PASS: TestWaitConditions (0.01s)
10:41:51 [2023-04-27T10:41:51.635Z]     --- PASS: TestWaitConditions/next-exit (0.58s)
10:41:51 [2023-04-27T10:41:51.635Z]     --- PASS: TestWaitConditions/default (0.63s)
10:41:51 [2023-04-27T10:41:51.635Z]     --- PASS: TestWaitConditions/removed (0.58s)
10:41:51 [2023-04-27T10:41:51.635Z]     --- PASS: TestWaitConditions/not-running (0.60s)
10:41:51 [2023-04-27T10:41:51.635Z] === RUN   TestWaitRestartedContainer
10:41:51 [2023-04-27T10:41:51.635Z] === RUN   TestWaitRestartedContainer/default
10:41:51 [2023-04-27T10:41:51.635Z] === PAUSE TestWaitRestartedContainer/default
10:41:51 [2023-04-27T10:41:51.635Z] === RUN   TestWaitRestartedContainer/not-running
10:41:51 [2023-04-27T10:41:51.635Z] === PAUSE TestWaitRestartedContainer/not-running
10:41:51 [2023-04-27T10:41:51.635Z] === RUN   TestWaitRestartedContainer/next-exit
10:41:51 [2023-04-27T10:41:51.635Z] === PAUSE TestWaitRestartedContainer/next-exit
10:41:51 [2023-04-27T10:41:51.635Z] === CONT  TestWaitRestartedContainer/default
10:41:51 [2023-04-27T10:41:51.635Z] === CONT  TestWaitRestartedContainer/next-exit
10:41:53 [2023-04-27T10:41:53.002Z] === CONT  TestWaitRestartedContainer/not-running
10:41:53 [2023-04-27T10:41:53.564Z] --- PASS: TestWaitRestartedContainer (0.02s)
10:41:53 [2023-04-27T10:41:53.564Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.28s)
10:41:53 [2023-04-27T10:41:53.564Z]     --- PASS: TestWaitRestartedContainer/default (1.30s)
10:41:53 [2023-04-27T10:41:53.564Z]     --- PASS: TestWaitRestartedContainer/not-running (0.78s)
10:41:53 [2023-04-27T10:41:53.564Z] === CONT  TestRestartDaemonWithRestartingContainer
10:41:53 [2023-04-27T10:41:53.564Z] === CONT  TestContainerStartOnDaemonRestart
10:41:55 [2023-04-27T10:41:55.455Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.85s)
10:41:55 [2023-04-27T10:41:55.455Z] === CONT  TestDaemonHostGatewayIP
10:41:55 [2023-04-27T10:41:55.712Z] --- PASS: TestContainerStartOnDaemonRestart (1.96s)
10:41:55 [2023-04-27T10:41:55.712Z] === CONT  TestDaemonRestartIpcMode
10:41:57 [2023-04-27T10:41:57.603Z] --- PASS: TestDaemonHostGatewayIP (2.10s)
10:41:57 [2023-04-27T10:41:57.603Z] === CONT  TestIpcModeOlderClient
10:41:57 [2023-04-27T10:41:57.603Z] --- PASS: TestIpcModeOlderClient (0.06s)
10:41:57 [2023-04-27T10:41:57.603Z] === CONT  TestContainerKillOnDaemonStart
10:41:57 [2023-04-27T10:41:57.859Z] --- PASS: TestDaemonRestartIpcMode (2.19s)
10:42:10 [2023-04-27T10:42:10.030Z] --- PASS: TestContainerKillOnDaemonStart (11.36s)
10:42:10 [2023-04-27T10:42:10.030Z] PASS
10:42:10 [2023-04-27T10:42:10.030Z] 
10:42:10 [2023-04-27T10:42:10.030Z] === Skipped
10:42:10 [2023-04-27T10:42:10.030Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
10:42:10 [2023-04-27T10:42:10.030Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:42:10 [2023-04-27T10:42:10.030Z] 
10:42:10 [2023-04-27T10:42:10.030Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
10:42:10 [2023-04-27T10:42:10.030Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:42:10 [2023-04-27T10:42:10.030Z] 
10:42:10 [2023-04-27T10:42:10.030Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
10:42:10 [2023-04-27T10:42:10.030Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:42:10 [2023-04-27T10:42:10.030Z] 
10:42:10 [2023-04-27T10:42:10.030Z] DONE 283 tests, 3 skipped in 119.601s
10:42:10 [2023-04-27T10:42:10.030Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
10:42:10 [2023-04-27T10:42:10.030Z] ++ 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
10:42:10 [2023-04-27T10:42:10.030Z] ++ set -e
10:42:10 [2023-04-27T10:42:10.030Z] ++ '[' -n 0 ']'
10:42:10 [2023-04-27T10:42:10.030Z] ++ set -x
10:42:10 [2023-04-27T10:42:10.030Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
10:42:10 [2023-04-27T10:42:10.030Z] INFO: Testing against a local daemon
10:42:10 [2023-04-27T10:42:10.030Z] === RUN   TestConfigDaemonID
10:42:10 [2023-04-27T10:42:10.287Z]     daemon_test.go:52: [df7d3946fe7f3] daemon is not started
10:42:10 [2023-04-27T10:42:10.287Z] --- PASS: TestConfigDaemonID (1.04s)
10:42:10 [2023-04-27T10:42:10.287Z] === RUN   TestDaemonConfigValidation
10:42:10 [2023-04-27T10:42:10.287Z] === RUN   TestDaemonConfigValidation/config_with_no_content
10:42:10 [2023-04-27T10:42:10.287Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
10:42:10 [2023-04-27T10:42:10.287Z] === RUN   TestDaemonConfigValidation/config_with_{}
10:42:10 [2023-04-27T10:42:10.287Z] === PAUSE TestDaemonConfigValidation/config_with_{}
10:42:10 [2023-04-27T10:42:10.287Z] === RUN   TestDaemonConfigValidation/invalid_config
10:42:10 [2023-04-27T10:42:10.287Z] === PAUSE TestDaemonConfigValidation/invalid_config
10:42:10 [2023-04-27T10:42:10.287Z] === RUN   TestDaemonConfigValidation/malformed_config
10:42:10 [2023-04-27T10:42:10.287Z] === PAUSE TestDaemonConfigValidation/malformed_config
10:42:10 [2023-04-27T10:42:10.287Z] === RUN   TestDaemonConfigValidation/valid_config
10:42:10 [2023-04-27T10:42:10.287Z] === PAUSE TestDaemonConfigValidation/valid_config
10:42:10 [2023-04-27T10:42:10.287Z] === CONT  TestDaemonConfigValidation/config_with_no_content
10:42:10 [2023-04-27T10:42:10.287Z] === CONT  TestDaemonConfigValidation/malformed_config
10:42:10 [2023-04-27T10:42:10.287Z] === CONT  TestDaemonConfigValidation/valid_config
10:42:10 [2023-04-27T10:42:10.287Z] === CONT  TestDaemonConfigValidation/invalid_config
10:42:10 [2023-04-27T10:42:10.287Z] === CONT  TestDaemonConfigValidation/config_with_{}
10:42:10 [2023-04-27T10:42:10.287Z] --- PASS: TestDaemonConfigValidation (0.00s)
10:42:10 [2023-04-27T10:42:10.287Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
10:42:10 [2023-04-27T10:42:10.287Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
10:42:10 [2023-04-27T10:42:10.287Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
10:42:10 [2023-04-27T10:42:10.287Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
10:42:10 [2023-04-27T10:42:10.287Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
10:42:10 [2023-04-27T10:42:10.287Z] === RUN   TestConfigDaemonSeccompProfiles
10:42:10 [2023-04-27T10:42:10.287Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
10:42:11 [2023-04-27T10:42:11.653Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
10:42:12 [2023-04-27T10:42:12.581Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
10:42:13 [2023-04-27T10:42:13.508Z]     daemon_test.go:166: [d4500c6a5936d] daemon is not started
10:42:13 [2023-04-27T10:42:13.508Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
10:42:13 [2023-04-27T10:42:13.508Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
10:42:13 [2023-04-27T10:42:13.508Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
10:42:13 [2023-04-27T10:42:13.508Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
10:42:13 [2023-04-27T10:42:13.508Z] === RUN   TestDaemonProxy
10:42:13 [2023-04-27T10:42:13.508Z] === RUN   TestDaemonProxy/environment_variables
10:42:15 [2023-04-27T10:42:15.398Z] === RUN   TestDaemonProxy/command-line_options
10:42:17 [2023-04-27T10:42:17.288Z] === RUN   TestDaemonProxy/configuration_file
10:42:18 [2023-04-27T10:42:18.654Z] === RUN   TestDaemonProxy/conflicting_options
10:42:19 [2023-04-27T10:42:19.216Z] === RUN   TestDaemonProxy/reload_sanitized
10:42:19 [2023-04-27T10:42:19.779Z] --- PASS: TestDaemonProxy (6.24s)
10:42:19 [2023-04-27T10:42:19.779Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
10:42:19 [2023-04-27T10:42:19.779Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
10:42:19 [2023-04-27T10:42:19.779Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
10:42:19 [2023-04-27T10:42:19.779Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
10:42:19 [2023-04-27T10:42:19.779Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
10:42:19 [2023-04-27T10:42:19.779Z] === RUN   TestLiveRestore
10:42:19 [2023-04-27T10:42:19.779Z] === RUN   TestLiveRestore/volume_references
10:42:19 [2023-04-27T10:42:19.779Z] === PAUSE TestLiveRestore/volume_references
10:42:19 [2023-04-27T10:42:19.779Z] === CONT  TestLiveRestore/volume_references
10:42:20 [2023-04-27T10:42:20.341Z] === RUN   TestLiveRestore/volume_references/restartPolicy
10:42:20 [2023-04-27T10:42:20.341Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
10:42:21 [2023-04-27T10:42:21.270Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
10:42:22 [2023-04-27T10:42:22.199Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
10:42:22 [2023-04-27T10:42:22.762Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
10:42:23 [2023-04-27T10:42:23.690Z] --- PASS: TestLiveRestore (0.00s)
10:42:23 [2023-04-27T10:42:23.690Z]     --- PASS: TestLiveRestore/volume_references (3.83s)
10:42:23 [2023-04-27T10:42:23.690Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.24s)
10:42:23 [2023-04-27T10:42:23.690Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.84s)
10:42:23 [2023-04-27T10:42:23.690Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.80s)
10:42:23 [2023-04-27T10:42:23.690Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.81s)
10:42:23 [2023-04-27T10:42:23.690Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.80s)
10:42:23 [2023-04-27T10:42:23.690Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
10:42:24 [2023-04-27T10:42:24.253Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.66s)
10:42:24 [2023-04-27T10:42:24.253Z] PASS
10:42:24 [2023-04-27T10:42:24.253Z] 
10:42:24 [2023-04-27T10:42:24.253Z] DONE 25 tests in 15.215s
10:42:24 [2023-04-27T10:42:24.253Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
10:42:24 [2023-04-27T10:42:24.253Z] ++ 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
10:42:24 [2023-04-27T10:42:24.253Z] ++ set -e
10:42:24 [2023-04-27T10:42:24.253Z] ++ '[' -n 0 ']'
10:42:24 [2023-04-27T10:42:24.253Z] ++ set -x
10:42:24 [2023-04-27T10:42:24.253Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
10:42:24 [2023-04-27T10:42:24.509Z] INFO: Testing against a local daemon
10:42:24 [2023-04-27T10:42:24.509Z] === RUN   TestCommitInheritsEnv
10:42:24 [2023-04-27T10:42:24.509Z] --- PASS: TestCommitInheritsEnv (0.17s)
10:42:24 [2023-04-27T10:42:24.509Z] === RUN   TestImportExtremelyLargeImageWorks
10:42:24 [2023-04-27T10:42:24.509Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
10:42:24 [2023-04-27T10:42:24.509Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
10:42:24 [2023-04-27T10:42:24.509Z] === RUN   TestImportWithCustomPlatform
10:42:24 [2023-04-27T10:42:24.509Z] === RUN   TestImportWithCustomPlatform/#00
10:42:24 [2023-04-27T10:42:24.764Z] === RUN   TestImportWithCustomPlatform/_______
10:42:24 [2023-04-27T10:42:24.765Z] === RUN   TestImportWithCustomPlatform//
10:42:24 [2023-04-27T10:42:24.765Z] === RUN   TestImportWithCustomPlatform/linux
10:42:24 [2023-04-27T10:42:24.765Z] === RUN   TestImportWithCustomPlatform/LINUX
10:42:24 [2023-04-27T10:42:24.765Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
10:42:24 [2023-04-27T10:42:24.765Z] === RUN   TestImportWithCustomPlatform/macos
10:42:24 [2023-04-27T10:42:24.765Z] === RUN   TestImportWithCustomPlatform/macos/arm64
10:42:24 [2023-04-27T10:42:24.765Z] === RUN   TestImportWithCustomPlatform/nintendo64
10:42:24 [2023-04-27T10:42:24.765Z] --- PASS: TestImportWithCustomPlatform (0.10s)
10:42:24 [2023-04-27T10:42:24.765Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
10:42:24 [2023-04-27T10:42:24.765Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
10:42:24 [2023-04-27T10:42:24.765Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
10:42:24 [2023-04-27T10:42:24.765Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
10:42:24 [2023-04-27T10:42:24.765Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
10:42:24 [2023-04-27T10:42:24.765Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
10:42:24 [2023-04-27T10:42:24.765Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
10:42:24 [2023-04-27T10:42:24.765Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
10:42:24 [2023-04-27T10:42:24.765Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
10:42:24 [2023-04-27T10:42:24.765Z] === RUN   TestImagesFilterMultiReference
10:42:24 [2023-04-27T10:42:24.765Z] --- PASS: TestImagesFilterMultiReference (0.05s)
10:42:24 [2023-04-27T10:42:24.765Z] === RUN   TestImagesFilterBeforeSince
10:42:25 [2023-04-27T10:42:25.021Z]     list_test.go:87: ImageList: ID=sha256:8a8301cadb85a50ea788fbb1550299f38eb2eeaa9e10ecc223ddb23aae161f3a RepoTags=[testimagesfilterbeforesince:v3]
10:42:25 [2023-04-27T10:42:25.021Z]     list_test.go:87: ImageList: ID=sha256:b9cd64e3340035eaada99ab75c9247923566e687fdd4bb913a22897d3418e80d RepoTags=[testimagesfilterbeforesince:v2]
10:42:25 [2023-04-27T10:42:25.021Z]     list_test.go:87: ImageList: ID=sha256:5798ac548be14c2b80075455c2a29f634af9ffd1becb94cdcb306843ad63bf67 RepoTags=[testimagesfilterbeforesince:v1]
10:42:25 [2023-04-27T10:42:25.021Z] --- PASS: TestImagesFilterBeforeSince (0.25s)
10:42:25 [2023-04-27T10:42:25.021Z] === RUN   TestImagePullPlatformInvalid
10:42:25 [2023-04-27T10:42:25.021Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
10:42:25 [2023-04-27T10:42:25.021Z] === RUN   TestImagePullStoredfDigestForOtherRepo
10:42:25 [2023-04-27T10:42:25.021Z] time="2023-04-27T10:42:25Z" 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.3 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.021Z] time="2023-04-27T10:42:25Z" level=info msg="Starting upload purge in 12m0s" go.version=go1.20.3 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.021Z] time="2023-04-27T10:42:25Z" level=info msg="redis not configured" go.version=go1.20.3 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.021Z] time="2023-04-27T10:42:25Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.3 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.279Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fc140f79-e8fc-405a-b1bf-5e62e3ab6839 http.request.method=GET http.request.remoteaddr="127.0.0.1:39910" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.279Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fc140f79-e8fc-405a-b1bf-5e62e3ab6839 http.request.method=GET http.request.remoteaddr="127.0.0.1:39910" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.344399ms http.response.status=200 http.response.written=2 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.279Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
10:42:25 [2023-04-27T10:42:25.279Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e02cb012-4237-499a-9f92-6138829ca531 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.279Z] time="2023-04-27T10:42:25Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e02cb012-4237-499a-9f92-6138829ca531 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e02cb012-4237-499a-9f92-6138829ca531 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=30.081µ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=68ed2558-455c-40fe-908a-2151c0283bfa trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" 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.3 http.request.host="127.0.0.1:5000" http.request.id=e02cb012-4237-499a-9f92-6138829ca531 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.484257ms http.response.status=404 http.response.written=157 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.20+unknown"
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c89945bc-8941-4f1e-aa78-dccd801ef080 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c89945bc-8941-4f1e-aa78-dccd801ef080 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c89945bc-8941-4f1e-aa78-dccd801ef080 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=28.202µ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=8ef16e30-fc47-46ab-9203-55d520f71f93 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=63d20a27-bece-4796-ba83-847e411fcbf8 http.request.method=POST http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=63d20a27-bece-4796-ba83-847e411fcbf8 http.request.method=POST http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c/startedat\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=63d20a27-bece-4796-ba83-847e411fcbf8 http.request.method=POST http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=154.275µ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=34918f89-72f1-41fb-9bc0-e1298dc9527d trace.line=95 vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=63d20a27-bece-4796-ba83-847e411fcbf8 http.request.method=POST http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=16.386µ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=34282a50-2631-4824-9c14-725ea3438187 trace.line=141 vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" 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.3 http.request.host="127.0.0.1:5000" http.request.id=c89945bc-8941-4f1e-aa78-dccd801ef080 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=5.311018ms http.response.status=404 http.response.written=157 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.20+unknown"
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c/hashstates/sha256/0\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=63d20a27-bece-4796-ba83-847e411fcbf8 http.request.method=POST http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=70.188µ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=8da407e7-0636-4398-b0a6-75b63bce0953 trace.line=95 vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=63d20a27-bece-4796-ba83-847e411fcbf8 http.request.method=POST http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=6.345931ms http.response.status=202 http.response.written=0 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.20+unknown"
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=112b0c39-a901-46d1-88ad-794ce50a237b http.request.method=POST http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=112b0c39-a901-46d1-88ad-794ce50a237b http.request.method=POST http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842/startedat\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=112b0c39-a901-46d1-88ad-794ce50a237b http.request.method=POST http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=56.83µ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=eaca7525-7087-4d42-8afc-07e927bdedc0 trace.line=95 vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=112b0c39-a901-46d1-88ad-794ce50a237b http.request.method=POST http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=22.843µ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=cd8f0401-6a17-4ce8-a7fa-e65ded03f3e1 trace.line=141 vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842/hashstates/sha256/0\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=112b0c39-a901-46d1-88ad-794ce50a237b http.request.method=POST http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=63.607µ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=a9010794-86db-490b-8bae-be5d3f079f3a trace.line=95 vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=112b0c39-a901-46d1-88ad-794ce50a237b http.request.method=POST http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=2.323237ms http.response.status=202 http.response.written=0 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.20+unknown"
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c/startedat\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=123.481µ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=70fdcb3f-ced6-4a7b-9045-b01a54534a73 trace.line=82 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=104.026µ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=b9059075-0431-4e1b-b710-a6519d4b2134 trace.line=141 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842/startedat\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=113.758µ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=03799ecc-6e21-4a33-b3ce-772089847e0f trace.line=82 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=106.717µ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=b0f9ff5e-9305-4473-9058-37c61d659c3a trace.line=141 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842/data\", 0)" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=80.518µ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=d1122c73-c802-4033-9f76-46dd1c753c86 trace.line=124 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.280Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c/data\", 0)" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=52.169µ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=b7a49514-342d-4fe4-a843-05f88d565e50 trace.line=124 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=31.492µ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=fc4afd93-0d13-4e6c-866e-892629e9707b trace.line=141 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=15.205µ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=eea0dc0d-1173-4199-a4cf-24ddcf657679 trace.line=141 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=9.813µ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=43fad5d7-4898-40f7-8c80-53c676126912 trace.line=141 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=123.792µ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=fd1fe372-2243-460c-8ee6-a668ac81274f trace.line=167 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=89.363µ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=31a487c9-4caa-46ee-ab09-c46f32678cff trace.line=95 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=109.302µ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=ea107d61-0103-47d2-b2a3-a9fb1526beb8 trace.line=181 vars.name=test vars.uuid=0500755b-ac17-44ca-a4ca-fa7aaef5e52c version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=53631c05-851f-46e0-9b6a-855ed15df2ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:39922" http.request.uri="/v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=7.459368ms http.response.status=201 http.response.written=0 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=13.834µ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=62a0bef0-53c7-46cc-bbca-0a3fa8f674a7 trace.line=141 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "PUT /v2/test/blobs/uploads/0500755b-ac17-44ca-a4ca-fa7aaef5e52c?_state=YeeZZrQkuHIikdsAuzkHSVKokNSsSpuIpQ0fGX6orsh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA1MDA3NTViLWFjMTctNDRjYS1hNGNhLWZhN2FhZWY1ZTUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTE5NzMwOTJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.20+unknown"
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=15.081µ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=076938db-5ca6-4f47-93c2-686f704e09e2 trace.line=141 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=80.026µ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=90617aee-e687-4348-ae95-472bf53b1f44 trace.line=141 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=131.087µ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=e915d67c-cc2e-4d80-8bb3-b6ff4b7ae047 trace.line=167 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=81.971µ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=334e58ff-b3ce-42b9-be56-e4ba4e72e080 trace.line=95 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=146.857µ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=0de6131e-26c0-407f-b110-423577819b56 trace.line=181 vars.name=test vars.uuid=0456f72f-abcc-4e24-9ac2-f79901c0d842 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa1d5210-4385-420f-a243-4a1eba6f75f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=7.829926ms http.response.status=201 http.response.written=0 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "PUT /v2/test/blobs/uploads/0456f72f-abcc-4e24-9ac2-f79901c0d842?_state=l7YK1Xobp5g3rR4MBKn2FfJoq4bUGK54eMr6xGT5vXR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA0NTZmNzJmLWFiY2MtNGUyNC05YWMyLWY3OTkwMWMwZDg0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0yN1QxMDo0MjoyNS4wNTc0NjgzNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.20+unknown"
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=7f139ec8-d7bf-448d-a42a-5ed17c304804 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=7f139ec8-d7bf-448d-a42a-5ed17c304804 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=7f139ec8-d7bf-448d-a42a-5ed17c304804 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=25.371µ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=17505bae-c0d9-4510-a496-60418753db1f trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=7f139ec8-d7bf-448d-a42a-5ed17c304804 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.202595ms http.response.status=404 http.response.written=96 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.20+unknown"
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg=PutImageManifest go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.281Z] time="2023-04-27T10:42:25Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=34.749µ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=ec0b187c-2221-46b8-b520-07d8ec455fb2 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=15.344µ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=460ff9a7-e8a9-4d94-8772-52fd84c0b152 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=98.381µ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=235cb74c-fcc7-470c-9668-2a99bfb8c0da trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=13.087µ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=3f1ecedf-8e55-436d-ac5d-0442f9e219ba trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=15.639µ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=1b7491c3-19fc-45f2-bbaf-da697c483530 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=60.866µ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=6980be9d-586f-4f9e-a8df-0005fb9f7795 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=64.289µ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=2a3db2d3-987d-422c-98a8-f35e38a833ee trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=40.263µ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=7c1c8071-e63c-4575-9562-651c0b72dd4e trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=77.31µ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=3220fdaa-e4d7-4732-a810-177cb8948293 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=124.506µ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=6f952fbf-7bf4-4182-9b2a-8ac98ff5a33b trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7cc185aa-347d-4b22-96f4-ea5c8d2f6b09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39916" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=3.530272ms http.response.status=201 http.response.written=0 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.20+unknown"
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=9d84b431-b300-4773-8f9e-0656ea5f98f4 http.request.method=GET http.request.remoteaddr="127.0.0.1:39940" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=9d84b431-b300-4773-8f9e-0656ea5f98f4 http.request.method=GET http.request.remoteaddr="127.0.0.1:39940" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="879.038µs" http.response.status=200 http.response.written=2 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=cbdb65a3-8f0a-4734-911e-fcdc354c5015 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39942" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=cbdb65a3-8f0a-4734-911e-fcdc354c5015 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39942" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=cbdb65a3-8f0a-4734-911e-fcdc354c5015 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39942" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=38.86µ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=8ddd5bdf-b193-4bcf-8ddf-7ee24ef08669 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=cbdb65a3-8f0a-4734-911e-fcdc354c5015 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39942" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=cbdb65a3-8f0a-4734-911e-fcdc354c5015 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39942" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=28.997µ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=d7888b05-f5b8-45a3-9683-1d03254b2d3c trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=cbdb65a3-8f0a-4734-911e-fcdc354c5015 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39942" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=18.609µ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=cbe3c90a-177d-43bc-a0b6-377e59130962 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=cbdb65a3-8f0a-4734-911e-fcdc354c5015 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39942" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=16.189µ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=704efe01-cd03-480a-944d-aa031e00904d trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=cbdb65a3-8f0a-4734-911e-fcdc354c5015 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39942" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=cbdb65a3-8f0a-4734-911e-fcdc354c5015 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39942" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-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.306573ms http.response.status=200 http.response.written=417 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=94f402f3-8d78-4cf3-87d2-a90910bc40ac http.request.method=GET http.request.remoteaddr="127.0.0.1:39956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=94f402f3-8d78-4cf3-87d2-a90910bc40ac http.request.method=GET http.request.remoteaddr="127.0.0.1:39956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.282Z] time="2023-04-27T10:42:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=94f402f3-8d78-4cf3-87d2-a90910bc40ac http.request.method=GET http.request.remoteaddr="127.0.0.1:39956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=94f402f3-8d78-4cf3-87d2-a90910bc40ac http.request.method=GET http.request.remoteaddr="127.0.0.1:39956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=148.622µ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=29568c63-df28-4e17-93ec-c869e7205e8c trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=94f402f3-8d78-4cf3-87d2-a90910bc40ac http.request.method=GET http.request.remoteaddr="127.0.0.1:39956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=28.25µ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=4f49bcad-c5e0-498a-bda6-b223655e0d86 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=94f402f3-8d78-4cf3-87d2-a90910bc40ac http.request.method=GET http.request.remoteaddr="127.0.0.1:39956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=27.553µ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=f5d2fb76-314d-4db4-8cc5-34ec7a614846 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=94f402f3-8d78-4cf3-87d2-a90910bc40ac http.request.method=GET http.request.remoteaddr="127.0.0.1:39956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=94f402f3-8d78-4cf3-87d2-a90910bc40ac http.request.method=GET http.request.remoteaddr="127.0.0.1:39956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.921236ms http.response.status=200 http.response.written=417 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=32.173µ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=3a27d61d-2a89-49a2-b48b-ad0092fd5f49 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=67.907µ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=7a988629-c5ca-4abf-9675-1e3e973ad1b0 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=44.53µ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=f236dacc-5ddf-432d-b9f6-b21862d5f6a2 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=14.614µ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=3ba80a61-5bd4-49b7-96ac-b046acf61bdc trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=12.899µ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=72e2012f-381f-40a4-a51c-afd58a0e9442 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=6.737µ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=04cc7b9e-cd36-42be-83dc-ab29e1bb5054 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=22.302µ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=3db4468d-4366-4561-ace7-744e483b3674 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=43.865µ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=fa5d615f-d992-421e-a7c6-93eb9820a15b trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=34.389µ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=e15f8722-9271-425d-a5f5-20547924dadf trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=ee26f6c7-dd5c-46dd-af1b-62d85a18a2ec http.request.method=GET http.request.remoteaddr="127.0.0.1:39970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=4.660061ms http.response.status=200 http.response.written=68 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=3.799609ms 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=92acd7e6-226c-4647-93fd-6e8753237582 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=36.103µ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=82d0d3b9-d13b-41f5-9592-468056021e32 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=26.445µ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=e9f09bc8-11ab-48be-8b05-80b9c04fff0a trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.283Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=13.161µ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=8930766a-1c95-49af-8a75-f67e3b0087d3 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=12.678µ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=55d858d1-27cd-4446-af9c-6f10df917992 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=6.482µ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=480d5556-7b38-43f0-9f28-fb5f60dbf2fd trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=48.272µ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=7116d280-703e-46fa-ad5f-0ab869fee055 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=25.026µ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=0471436b-dd39-4fbc-9c9e-88e7f514c49b trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=13.35µ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=6ffd1098-c58d-4bcf-80b4-57285772994b trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b28f4120-2d32-43a6-bbc9-5280c86b9d5b http.request.method=GET http.request.remoteaddr="127.0.0.1:39982" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=6.88367ms http.response.status=200 http.response.written=179 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=db40d0a7-2416-4b54-93a7-ca099b284cab http.request.method=GET http.request.remoteaddr="127.0.0.1:39998" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=db40d0a7-2416-4b54-93a7-ca099b284cab http.request.method=GET http.request.remoteaddr="127.0.0.1:39998" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.050675ms http.response.status=200 http.response.written=2 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=40ce59bf-9328-4b96-9e3f-dd177dff5fb9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40006" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=40ce59bf-9328-4b96-9e3f-dd177dff5fb9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40006" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=40ce59bf-9328-4b96-9e3f-dd177dff5fb9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40006" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=40ce59bf-9328-4b96-9e3f-dd177dff5fb9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40006" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=28.39µ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=91fcfc4d-1171-418e-ad38-1d6d8f653ef5 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=40ce59bf-9328-4b96-9e3f-dd177dff5fb9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40006" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=11.258µ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=8f6dd76e-a7db-469e-b930-0e84399ff363 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" 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.3 http.request.host="127.0.0.1:5000" http.request.id=40ce59bf-9328-4b96-9e3f-dd177dff5fb9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40006" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.005431ms http.response.status=404 http.response.written=181 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=dd475229-f6de-4229-9e14-448a67fd172e http.request.method=GET http.request.remoteaddr="127.0.0.1:40012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=dd475229-f6de-4229-9e14-448a67fd172e http.request.method=GET http.request.remoteaddr="127.0.0.1:40012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=dd475229-f6de-4229-9e14-448a67fd172e http.request.method=GET http.request.remoteaddr="127.0.0.1:40012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=dd475229-f6de-4229-9e14-448a67fd172e http.request.method=GET http.request.remoteaddr="127.0.0.1:40012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=24.534µ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=e86b236b-511e-4b52-872e-e5e730442f66 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=dd475229-f6de-4229-9e14-448a67fd172e http.request.method=GET http.request.remoteaddr="127.0.0.1:40012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 trace.duration=10.749µ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=39e0c8a4-6cd8-47da-b563-a81a16aaf540 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] time="2023-04-27T10:42:25Z" 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.3 http.request.host="127.0.0.1:5000" http.request.id=dd475229-f6de-4229-9e14-448a67fd172e http.request.method=GET http.request.remoteaddr="127.0.0.1:40012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="987.208µs" http.response.status=404 http.response.written=181 instance.id=5951fc64-b1fe-4194-9ea5-cfc191a8cde0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
10:42:25 [2023-04-27T10:42:25.284Z] 127.0.0.1 - - [27/Apr/2023:10:42:25 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.3 git-commit/2d0e899819089e910be5e60953deaae0eb9f272d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
10:42:25 [2023-04-27T10:42:25.284Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.22s)
10:42:25 [2023-04-27T10:42:25.284Z] === RUN   TestRemoveImageOrphaning
10:42:25 [2023-04-27T10:42:25.284Z] --- PASS: TestRemoveImageOrphaning (0.13s)
10:42:25 [2023-04-27T10:42:25.284Z] === RUN   TestRemoveImageGarbageCollector
10:42:25 [2023-04-27T10:42:25.284Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:42:25 [2023-04-27T10:42:25.284Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
10:42:25 [2023-04-27T10:42:25.284Z] === RUN   TestTagUnprefixedRepoByNameOrName
10:42:25 [2023-04-27T10:42:25.541Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
10:42:25 [2023-04-27T10:42:25.541Z] === RUN   TestTagInvalidReference
10:42:25 [2023-04-27T10:42:25.541Z] --- PASS: TestTagInvalidReference (0.01s)
10:42:25 [2023-04-27T10:42:25.541Z] === RUN   TestTagValidPrefixedRepo
10:42:25 [2023-04-27T10:42:25.541Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
10:42:25 [2023-04-27T10:42:25.541Z] === RUN   TestTagExistedNameWithoutForce
10:42:25 [2023-04-27T10:42:25.541Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
10:42:25 [2023-04-27T10:42:25.541Z] === RUN   TestTagOfficialNames
10:42:25 [2023-04-27T10:42:25.541Z] --- PASS: TestTagOfficialNames (0.05s)
10:42:25 [2023-04-27T10:42:25.541Z] === RUN   TestTagMatchesDigest
10:42:25 [2023-04-27T10:42:25.541Z] --- PASS: TestTagMatchesDigest (0.01s)
10:42:25 [2023-04-27T10:42:25.541Z] PASS
10:42:25 [2023-04-27T10:42:25.541Z] 
10:42:25 [2023-04-27T10:42:25.541Z] === Skipped
10:42:25 [2023-04-27T10:42:25.541Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
10:42:25 [2023-04-27T10:42:25.541Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
10:42:25 [2023-04-27T10:42:25.541Z] 
10:42:25 [2023-04-27T10:42:25.541Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
10:42:25 [2023-04-27T10:42:25.541Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:42:25 [2023-04-27T10:42:25.541Z] 
10:42:25 [2023-04-27T10:42:25.541Z] DONE 24 tests, 2 skipped in 1.292s
10:42:25 [2023-04-27T10:42:25.541Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
10:42:25 [2023-04-27T10:42:25.541Z] ++ 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
10:42:25 [2023-04-27T10:42:25.541Z] ++ set -e
10:42:25 [2023-04-27T10:42:25.541Z] ++ '[' -n 0 ']'
10:42:25 [2023-04-27T10:42:25.541Z] ++ set -x
10:42:25 [2023-04-27T10:42:25.541Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
10:42:25 [2023-04-27T10:42:25.541Z] === RUN   TestStripANSICommands
10:42:25 [2023-04-27T10:42:25.541Z] === RUN   TestStripANSICommands/#00
10:42:25 [2023-04-27T10:42:25.541Z] === RUN   TestStripANSICommands/#01
10:42:25 [2023-04-27T10:42:25.541Z] --- PASS: TestStripANSICommands (0.00s)
10:42:25 [2023-04-27T10:42:25.541Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
10:42:25 [2023-04-27T10:42:25.541Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
10:42:25 [2023-04-27T10:42:25.541Z] PASS
10:42:25 [2023-04-27T10:42:25.541Z] 
10:42:25 [2023-04-27T10:42:25.541Z] DONE 3 tests in 0.039s
10:42:25 [2023-04-27T10:42:25.541Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
10:42:25 [2023-04-27T10:42:25.541Z] ++ 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
10:42:25 [2023-04-27T10:42:25.541Z] ++ set -e
10:42:25 [2023-04-27T10:42:25.541Z] ++ '[' -n 0 ']'
10:42:25 [2023-04-27T10:42:25.541Z] ++ set -x
10:42:25 [2023-04-27T10:42:25.541Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
10:42:25 [2023-04-27T10:42:25.797Z] INFO: Testing against a local daemon
10:42:25 [2023-04-27T10:42:25.797Z] === RUN   TestNetworkCreateDelete
10:42:25 [2023-04-27T10:42:25.797Z] --- PASS: TestNetworkCreateDelete (0.14s)
10:42:25 [2023-04-27T10:42:25.797Z] === RUN   TestDockerNetworkDeletePreferID
10:42:26 [2023-04-27T10:42:26.360Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s)
10:42:26 [2023-04-27T10:42:26.360Z] === RUN   TestDaemonDNSFallback
10:42:32 [2023-04-27T10:42:32.901Z] --- PASS: TestDaemonDNSFallback (6.09s)
10:42:32 [2023-04-27T10:42:32.902Z] === RUN   TestInspectNetwork
10:42:34 [2023-04-27T10:42:34.793Z] === RUN   TestInspectNetwork/full_network_id
10:42:34 [2023-04-27T10:42:34.793Z] === RUN   TestInspectNetwork/partial_network_id
10:42:34 [2023-04-27T10:42:34.793Z] === RUN   TestInspectNetwork/network_name
10:42:34 [2023-04-27T10:42:34.793Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
10:42:38 [2023-04-27T10:42:38.961Z] --- PASS: TestInspectNetwork (6.46s)
10:42:38 [2023-04-27T10:42:38.961Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
10:42:38 [2023-04-27T10:42:38.961Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
10:42:38 [2023-04-27T10:42:38.961Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
10:42:38 [2023-04-27T10:42:38.961Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
10:42:38 [2023-04-27T10:42:38.961Z] === RUN   TestRunContainerWithBridgeNone
10:42:40 [2023-04-27T10:42:40.328Z] --- PASS: TestRunContainerWithBridgeNone (1.32s)
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/create
10:42:40 [2023-04-27T10:42:40.328Z] === PAUSE TestNetworkInvalidJSON/networks/create
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
10:42:40 [2023-04-27T10:42:40.328Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
10:42:40 [2023-04-27T10:42:40.328Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
10:42:40 [2023-04-27T10:42:40.328Z] === CONT  TestNetworkInvalidJSON/networks/create
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
10:42:40 [2023-04-27T10:42:40.328Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
10:42:40 [2023-04-27T10:42:40.328Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
10:42:40 [2023-04-27T10:42:40.328Z] --- PASS: TestNetworkInvalidJSON (0.01s)
10:42:40 [2023-04-27T10:42:40.328Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkList
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkList//networks
10:42:40 [2023-04-27T10:42:40.328Z] === PAUSE TestNetworkList//networks
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestNetworkList//networks/
10:42:40 [2023-04-27T10:42:40.328Z] === PAUSE TestNetworkList//networks/
10:42:40 [2023-04-27T10:42:40.328Z] === CONT  TestNetworkList//networks
10:42:40 [2023-04-27T10:42:40.328Z] === CONT  TestNetworkList//networks/
10:42:40 [2023-04-27T10:42:40.328Z] --- PASS: TestNetworkList (0.02s)
10:42:40 [2023-04-27T10:42:40.328Z]     --- PASS: TestNetworkList//networks (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z]     --- PASS: TestNetworkList//networks/ (0.00s)
10:42:40 [2023-04-27T10:42:40.328Z] === RUN   TestHostIPv4BridgeLabel
10:42:40 [2023-04-27T10:42:40.890Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
10:42:40 [2023-04-27T10:42:40.890Z] === RUN   TestDefaultNetworkOpts
10:42:40 [2023-04-27T10:42:40.890Z] === RUN   TestDefaultNetworkOpts/default_value
10:42:41 [2023-04-27T10:42:41.820Z] === RUN   TestDefaultNetworkOpts/cmdline_value
10:42:43 [2023-04-27T10:42:43.191Z] === RUN   TestDefaultNetworkOpts/config-from_value
10:42:44 [2023-04-27T10:42:44.168Z] --- PASS: TestDefaultNetworkOpts (3.44s)
10:42:44 [2023-04-27T10:42:44.168Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.13s)
10:42:44 [2023-04-27T10:42:44.168Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.12s)
10:42:44 [2023-04-27T10:42:44.168Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.20s)
10:42:44 [2023-04-27T10:42:44.168Z] === RUN   TestDaemonRestartWithLiveRestore
10:42:45 [2023-04-27T10:42:45.239Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
10:42:45 [2023-04-27T10:42:45.239Z] === RUN   TestDaemonDefaultNetworkPools
10:42:46 [2023-04-27T10:42:46.168Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
10:42:46 [2023-04-27T10:42:46.169Z] === RUN   TestDaemonRestartWithExistingNetwork
10:42:47 [2023-04-27T10:42:47.098Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
10:42:47 [2023-04-27T10:42:47.098Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
10:42:48 [2023-04-27T10:42:48.464Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
10:42:48 [2023-04-27T10:42:48.464Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
10:42:49 [2023-04-27T10:42:49.027Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
10:42:49 [2023-04-27T10:42:49.027Z] === RUN   TestServiceWithPredefinedNetwork
10:42:50 [2023-04-27T10:42:50.917Z] --- PASS: TestServiceWithPredefinedNetwork (1.96s)
10:42:50 [2023-04-27T10:42:50.917Z] === RUN   TestServiceRemoveKeepsIngressNetwork
10:42:50 [2023-04-27T10:42:50.917Z]     service_test.go:242: FLAKY_TEST
10:42:50 [2023-04-27T10:42:50.918Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
10:42:50 [2023-04-27T10:42:50.918Z] === RUN   TestServiceWithDataPathPortInit
10:43:03 [2023-04-27T10:43:03.091Z] --- PASS: TestServiceWithDataPathPortInit (12.33s)
10:43:03 [2023-04-27T10:43:03.091Z] === RUN   TestServiceWithDefaultAddressPoolInit
10:43:05 [2023-04-27T10:43:05.609Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:czi5xhgwlapggoi4l8zn05r9p Created:2023-04-27 10:43:04.405564829 +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[5c22529668ebe58c99e2999bf7d72ab2d44da21a2f70ad341dbda35127db6228:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1b6h5hmf49j77h0sf3r66u69m EndpointID:d445179089837d729e8bd7b7e1cf9338e1cb856e603ecb034ce5eb42d07e2a22 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:06b9eeafed3ffa263ed1b76a8c868a0845d35ad932188d03d57ece614492adb3 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:e6f15c6279b1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1b6h5hmf49j77h0sf3r66u69m EndpointID:d445179089837d729e8bd7b7e1cf9338e1cb856e603ecb034ce5eb42d07e2a22 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
10:43:09 [2023-04-27T10:43:09.777Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.26s)
10:43:09 [2023-04-27T10:43:09.777Z] PASS
10:43:09 [2023-04-27T10:43:09.777Z] 
10:43:09 [2023-04-27T10:43:09.777Z] === Skipped
10:43:09 [2023-04-27T10:43:09.777Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
10:43:09 [2023-04-27T10:43:09.777Z]     service_test.go:242: FLAKY_TEST
10:43:09 [2023-04-27T10:43:09.777Z] 
10:43:09 [2023-04-27T10:43:09.777Z] DONE 42 tests, 1 skipped in 43.815s
10:43:09 [2023-04-27T10:43:09.777Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
10:43:09 [2023-04-27T10:43:09.777Z] ++ 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
10:43:09 [2023-04-27T10:43:09.777Z] ++ set -e
10:43:09 [2023-04-27T10:43:09.777Z] ++ '[' -n 0 ']'
10:43:09 [2023-04-27T10:43:09.777Z] ++ set -x
10:43:09 [2023-04-27T10:43:09.777Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
10:43:09 [2023-04-27T10:43:09.777Z] INFO: Testing against a local daemon
10:43:09 [2023-04-27T10:43:09.777Z] === RUN   TestDockerNetworkIpvlanPersistance
10:43:09 [2023-04-27T10:43:09.777Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:43:09 [2023-04-27T10:43:09.777Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
10:43:09 [2023-04-27T10:43:09.777Z] === RUN   TestDockerNetworkIpvlan
10:43:09 [2023-04-27T10:43:09.777Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:43:09 [2023-04-27T10:43:09.777Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
10:43:09 [2023-04-27T10:43:09.777Z] PASS
10:43:09 [2023-04-27T10:43:09.777Z] 
10:43:09 [2023-04-27T10:43:09.777Z] === Skipped
10:43:09 [2023-04-27T10:43:09.777Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
10:43:09 [2023-04-27T10:43:09.777Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:43:09 [2023-04-27T10:43:09.777Z] 
10:43:09 [2023-04-27T10:43:09.777Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
10:43:09 [2023-04-27T10:43:09.777Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:43:09 [2023-04-27T10:43:09.777Z] 
10:43:09 [2023-04-27T10:43:09.777Z] DONE 2 tests, 2 skipped in 0.085s
10:43:09 [2023-04-27T10:43:09.777Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
10:43:09 [2023-04-27T10:43:09.777Z] ++ 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
10:43:09 [2023-04-27T10:43:09.777Z] ++ set -e
10:43:09 [2023-04-27T10:43:09.777Z] ++ '[' -n 0 ']'
10:43:09 [2023-04-27T10:43:09.777Z] ++ set -x
10:43:09 [2023-04-27T10:43:09.777Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
10:43:09 [2023-04-27T10:43:09.777Z] INFO: Testing against a local daemon
10:43:09 [2023-04-27T10:43:09.777Z] === RUN   TestDockerNetworkMacvlanPersistance
10:43:11 [2023-04-27T10:43:11.144Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s)
10:43:11 [2023-04-27T10:43:11.144Z] === RUN   TestDockerNetworkMacvlan
10:43:11 [2023-04-27T10:43:11.400Z] === RUN   TestDockerNetworkMacvlan/Subinterface
10:43:12 [2023-04-27T10:43:12.329Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
10:43:12 [2023-04-27T10:43:12.892Z] === RUN   TestDockerNetworkMacvlan/NilParent
10:43:14 [2023-04-27T10:43:14.259Z] === RUN   TestDockerNetworkMacvlan/InternalMode
10:43:15 [2023-04-27T10:43:15.627Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
10:43:18 [2023-04-27T10:43:18.146Z] === RUN   TestDockerNetworkMacvlan/Addressing
10:43:18 [2023-04-27T10:43:18.146Z] --- PASS: TestDockerNetworkMacvlan (7.35s)
10:43:18 [2023-04-27T10:43:18.146Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
10:43:18 [2023-04-27T10:43:18.146Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
10:43:18 [2023-04-27T10:43:18.146Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.70s)
10:43:18 [2023-04-27T10:43:18.146Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.60s)
10:43:18 [2023-04-27T10:43:18.146Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.14s)
10:43:18 [2023-04-27T10:43:18.146Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.37s)
10:43:18 [2023-04-27T10:43:18.146Z] PASS
10:43:18 [2023-04-27T10:43:18.403Z] 
10:43:18 [2023-04-27T10:43:18.403Z] DONE 8 tests in 8.707s
10:43:18 [2023-04-27T10:43:18.403Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
10:43:18 [2023-04-27T10:43:18.403Z] ++ 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
10:43:18 [2023-04-27T10:43:18.403Z] ++ set -e
10:43:18 [2023-04-27T10:43:18.403Z] ++ '[' -n 0 ']'
10:43:18 [2023-04-27T10:43:18.403Z] ++ set -x
10:43:18 [2023-04-27T10:43:18.403Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
10:43:18 [2023-04-27T10:43:18.403Z] testing: warning: no tests to run
10:43:18 [2023-04-27T10:43:18.403Z] PASS
10:43:18 [2023-04-27T10:43:18.403Z] 
10:43:18 [2023-04-27T10:43:18.403Z] DONE 0 tests in 0.025s
10:43:18 [2023-04-27T10:43:18.403Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
10:43:18 [2023-04-27T10:43:18.403Z] ++ 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
10:43:18 [2023-04-27T10:43:18.403Z] ++ set -e
10:43:18 [2023-04-27T10:43:18.403Z] ++ '[' -n 0 ']'
10:43:18 [2023-04-27T10:43:18.403Z] ++ set -x
10:43:18 [2023-04-27T10:43:18.403Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
10:43:18 [2023-04-27T10:43:18.403Z] INFO: Testing against a local daemon
10:43:18 [2023-04-27T10:43:18.403Z] === RUN   TestAuthZPluginAllowRequest
10:43:19 [2023-04-27T10:43:19.332Z] --- PASS: TestAuthZPluginAllowRequest (0.98s)
10:43:19 [2023-04-27T10:43:19.332Z] === RUN   TestAuthZPluginTLS
10:43:19 [2023-04-27T10:43:19.895Z] --- PASS: TestAuthZPluginTLS (0.56s)
10:43:19 [2023-04-27T10:43:19.895Z] === RUN   TestAuthZPluginDenyRequest
10:43:20 [2023-04-27T10:43:20.457Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
10:43:20 [2023-04-27T10:43:20.457Z] === RUN   TestAuthZPluginAPIDenyResponse
10:43:21 [2023-04-27T10:43:21.020Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
10:43:21 [2023-04-27T10:43:21.020Z] === RUN   TestAuthZPluginDenyResponse
10:43:21 [2023-04-27T10:43:21.583Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
10:43:21 [2023-04-27T10:43:21.583Z] === RUN   TestAuthZPluginAllowEventStream
10:43:22 [2023-04-27T10:43:22.512Z] --- PASS: TestAuthZPluginAllowEventStream (1.00s)
10:43:22 [2023-04-27T10:43:22.512Z] === RUN   TestAuthZPluginErrorResponse
10:43:23 [2023-04-27T10:43:23.075Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
10:43:23 [2023-04-27T10:43:23.075Z] === RUN   TestAuthZPluginErrorRequest
10:43:23 [2023-04-27T10:43:23.637Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
10:43:23 [2023-04-27T10:43:23.637Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
10:43:24 [2023-04-27T10:43:24.199Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
10:43:24 [2023-04-27T10:43:24.199Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
10:43:25 [2023-04-27T10:43:25.128Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.06s)
10:43:25 [2023-04-27T10:43:25.128Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
10:43:26 [2023-04-27T10:43:26.494Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.07s)
10:43:26 [2023-04-27T10:43:26.494Z] === RUN   TestAuthZPluginHeader
10:43:27 [2023-04-27T10:43:27.057Z] --- PASS: TestAuthZPluginHeader (0.62s)
10:43:27 [2023-04-27T10:43:27.057Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
10:43:27 [2023-04-27T10:43:27.057Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:43:27 [2023-04-27T10:43:27.057Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
10:43:27 [2023-04-27T10:43:27.057Z] === RUN   TestAuthZPluginV2Disable
10:43:27 [2023-04-27T10:43:27.057Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:43:27 [2023-04-27T10:43:27.057Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
10:43:27 [2023-04-27T10:43:27.057Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
10:43:27 [2023-04-27T10:43:27.057Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:43:27 [2023-04-27T10:43:27.057Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
10:43:27 [2023-04-27T10:43:27.057Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
10:43:27 [2023-04-27T10:43:27.057Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:43:27 [2023-04-27T10:43:27.057Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
10:43:27 [2023-04-27T10:43:27.057Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
10:43:45 [2023-04-27T10:43:45.102Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
10:43:45 [2023-04-27T10:43:45.102Z] PASS
10:43:45 [2023-04-27T10:43:45.102Z] 
10:43:45 [2023-04-27T10:43:45.102Z] === Skipped
10:43:45 [2023-04-27T10:43:45.102Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
10:43:45 [2023-04-27T10:43:45.102Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:43:45 [2023-04-27T10:43:45.103Z] 
10:43:45 [2023-04-27T10:43:45.103Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:43:45 [2023-04-27T10:43:45.103Z] 
10:43:45 [2023-04-27T10:43:45.103Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:43:45 [2023-04-27T10:43:45.103Z] 
10:43:45 [2023-04-27T10:43:45.103Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:43:45 [2023-04-27T10:43:45.103Z] 
10:43:45 [2023-04-27T10:43:45.103Z] DONE 17 tests, 4 skipped in 25.466s
10:43:45 [2023-04-27T10:43:45.103Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
10:43:45 [2023-04-27T10:43:45.103Z] ++ 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
10:43:45 [2023-04-27T10:43:45.103Z] ++ set -e
10:43:45 [2023-04-27T10:43:45.103Z] ++ '[' -n 0 ']'
10:43:45 [2023-04-27T10:43:45.103Z] ++ set -x
10:43:45 [2023-04-27T10:43:45.103Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
10:43:45 [2023-04-27T10:43:45.103Z] INFO: Testing against a local daemon
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
10:43:45 [2023-04-27T10:43:45.103Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
10:43:45 [2023-04-27T10:43:45.103Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/pull
10:43:45 [2023-04-27T10:43:45.103Z] === PAUSE TestPluginInvalidJSON/plugins/pull
10:43:45 [2023-04-27T10:43:45.103Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
10:43:45 [2023-04-27T10:43:45.103Z] === CONT  TestPluginInvalidJSON/plugins/pull
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
10:43:45 [2023-04-27T10:43:45.103Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
10:43:45 [2023-04-27T10:43:45.103Z] --- PASS: TestPluginInvalidJSON (0.02s)
10:43:45 [2023-04-27T10:43:45.103Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInstall
10:43:45 [2023-04-27T10:43:45.103Z] === RUN   TestPluginInstall/no_auth
10:43:48 [2023-04-27T10:43:48.375Z] time="2023-04-27T10:43:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:43:48 [2023-04-27T10:43:48.375Z] time="2023-04-27T10:43:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:25342123abb8b03f1f1fd4d01a29aa56de9002c7423784bff891439e809c2be0" mediatype=application/vnd.docker.plugin.v1+json size=522
10:43:48 [2023-04-27T10:43:48.375Z] time="2023-04-27T10:43:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:43:48 [2023-04-27T10:43:48.375Z] time="2023-04-27T10:43:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:25342123abb8b03f1f1fd4d01a29aa56de9002c7423784bff891439e809c2be0" mediatype=application/vnd.docker.plugin.v1+json size=522
10:43:48 [2023-04-27T10:43:48.375Z] === RUN   TestPluginInstall/with_htpasswd
10:43:48 [2023-04-27T10:43:48.375Z] time="2023-04-27T10:43:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:43:48 [2023-04-27T10:43:48.375Z] time="2023-04-27T10:43:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:25342123abb8b03f1f1fd4d01a29aa56de9002c7423784bff891439e809c2be0" mediatype=application/vnd.docker.plugin.v1+json size=522
10:43:48 [2023-04-27T10:43:48.375Z] time="2023-04-27T10:43:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:43:48 [2023-04-27T10:43:48.375Z] time="2023-04-27T10:43:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:25342123abb8b03f1f1fd4d01a29aa56de9002c7423784bff891439e809c2be0" mediatype=application/vnd.docker.plugin.v1+json size=522
10:43:48 [2023-04-27T10:43:48.631Z] === RUN   TestPluginInstall/with_insecure
10:43:49 [2023-04-27T10:43:49.560Z] time="2023-04-27T10:43:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:43:49 [2023-04-27T10:43:49.560Z] time="2023-04-27T10:43:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2a46043f444659e380e47b55e52e4f0dd9cbe3df71d50919e5a86a3d4e2c12a1" mediatype=application/vnd.docker.plugin.v1+json size=522
10:43:49 [2023-04-27T10:43:49.560Z] time="2023-04-27T10:43:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:43:49 [2023-04-27T10:43:49.560Z] time="2023-04-27T10:43:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2a46043f444659e380e47b55e52e4f0dd9cbe3df71d50919e5a86a3d4e2c12a1" mediatype=application/vnd.docker.plugin.v1+json size=522
10:43:49 [2023-04-27T10:43:49.560Z]     plugin_test.go:195: [dc8d728d1eeb3] daemon is not started
10:43:49 [2023-04-27T10:43:49.560Z] --- PASS: TestPluginInstall (5.53s)
10:43:49 [2023-04-27T10:43:49.560Z]     --- PASS: TestPluginInstall/no_auth (4.07s)
10:43:49 [2023-04-27T10:43:49.560Z]     --- PASS: TestPluginInstall/with_htpasswd (0.51s)
10:43:49 [2023-04-27T10:43:49.560Z]     --- PASS: TestPluginInstall/with_insecure (0.95s)
10:43:49 [2023-04-27T10:43:49.560Z] === RUN   TestPluginsWithRuntimes
10:43:50 [2023-04-27T10:43:50.925Z] === RUN   TestPluginsWithRuntimes/No_Args
10:43:51 [2023-04-27T10:43:51.853Z] === RUN   TestPluginsWithRuntimes/With_Args
10:43:52 [2023-04-27T10:43:52.781Z] --- PASS: TestPluginsWithRuntimes (3.34s)
10:43:52 [2023-04-27T10:43:52.781Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.91s)
10:43:52 [2023-04-27T10:43:52.781Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
10:43:52 [2023-04-27T10:43:52.781Z] === RUN   TestPluginBackCompatMediaTypes
10:43:53 [2023-04-27T10:43:53.349Z] --- PASS: TestPluginBackCompatMediaTypes (0.52s)
10:43:53 [2023-04-27T10:43:53.349Z] PASS
10:43:53 [2023-04-27T10:43:53.349Z] 
10:43:53 [2023-04-27T10:43:53.349Z] DONE 24 tests in 9.530s
10:43:53 [2023-04-27T10:43:53.349Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
10:43:53 [2023-04-27T10:43:53.349Z] ++ 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
10:43:53 [2023-04-27T10:43:53.349Z] ++ set -e
10:43:53 [2023-04-27T10:43:53.349Z] ++ '[' -n 0 ']'
10:43:53 [2023-04-27T10:43:53.349Z] ++ set -x
10:43:53 [2023-04-27T10:43:53.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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
10:43:53 [2023-04-27T10:43:53.619Z] INFO: Testing against a local daemon
10:43:53 [2023-04-27T10:43:53.619Z] === RUN   TestExternalGraphDriver
10:43:53 [2023-04-27T10:43:53.882Z] === RUN   TestExternalGraphDriver/json
10:43:55 [2023-04-27T10:43:55.294Z] === RUN   TestExternalGraphDriver/spec
10:43:56 [2023-04-27T10:43:56.661Z] === RUN   TestExternalGraphDriver/pull
10:43:58 [2023-04-27T10:43:58.552Z] --- PASS: TestExternalGraphDriver (4.83s)
10:43:58 [2023-04-27T10:43:58.552Z]     --- PASS: TestExternalGraphDriver/json (1.48s)
10:43:58 [2023-04-27T10:43:58.552Z]     --- PASS: TestExternalGraphDriver/spec (1.44s)
10:43:58 [2023-04-27T10:43:58.552Z]     --- PASS: TestExternalGraphDriver/pull (1.56s)
10:43:58 [2023-04-27T10:43:58.552Z] === RUN   TestGraphdriverPluginV2
10:43:58 [2023-04-27T10:43:58.552Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:43:58 [2023-04-27T10:43:58.552Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
10:43:58 [2023-04-27T10:43:58.552Z] PASS
10:43:58 [2023-04-27T10:43:58.552Z] 
10:43:58 [2023-04-27T10:43:58.552Z] === Skipped
10:43:58 [2023-04-27T10:43:58.552Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
10:43:58 [2023-04-27T10:43:58.552Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:43:58 [2023-04-27T10:43:58.552Z] 
10:43:58 [2023-04-27T10:43:58.552Z] DONE 5 tests, 1 skipped in 5.290s
10:43:58 [2023-04-27T10:43:58.552Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
10:43:58 [2023-04-27T10:43:58.552Z] ++ 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
10:43:58 [2023-04-27T10:43:58.552Z] ++ set -e
10:43:58 [2023-04-27T10:43:58.552Z] ++ '[' -n 0 ']'
10:43:58 [2023-04-27T10:43:58.552Z] ++ set -x
10:43:58 [2023-04-27T10:43:58.553Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
10:43:58 [2023-04-27T10:43:58.809Z] INFO: Testing against a local daemon
10:43:58 [2023-04-27T10:43:58.809Z] === RUN   TestContinueAfterPluginCrash
10:43:58 [2023-04-27T10:43:58.809Z] === PAUSE TestContinueAfterPluginCrash
10:43:58 [2023-04-27T10:43:58.809Z] === RUN   TestReadPluginNoRead
10:43:58 [2023-04-27T10:43:58.809Z] === PAUSE TestReadPluginNoRead
10:43:58 [2023-04-27T10:43:58.809Z] === RUN   TestDaemonStartWithLogOpt
10:43:58 [2023-04-27T10:43:58.809Z] === PAUSE TestDaemonStartWithLogOpt
10:43:58 [2023-04-27T10:43:58.809Z] === CONT  TestContinueAfterPluginCrash
10:43:58 [2023-04-27T10:43:58.809Z] === CONT  TestDaemonStartWithLogOpt
10:44:02 [2023-04-27T10:44:02.077Z] --- PASS: TestDaemonStartWithLogOpt (3.02s)
10:44:02 [2023-04-27T10:44:02.077Z] === CONT  TestReadPluginNoRead
10:44:03 [2023-04-27T10:44:03.969Z] === RUN   TestReadPluginNoRead/default
10:44:04 [2023-04-27T10:44:04.898Z] === RUN   TestReadPluginNoRead/disabled_caching
10:44:06 [2023-04-27T10:44:06.264Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
10:44:06 [2023-04-27T10:44:06.520Z] --- PASS: TestContinueAfterPluginCrash (7.73s)
10:44:07 [2023-04-27T10:44:07.448Z]     read_test.go:91: [d4b4401518c03] daemon is not started
10:44:07 [2023-04-27T10:44:07.448Z] --- PASS: TestReadPluginNoRead (5.50s)
10:44:07 [2023-04-27T10:44:07.448Z]     --- PASS: TestReadPluginNoRead/default (1.17s)
10:44:07 [2023-04-27T10:44:07.448Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.16s)
10:44:07 [2023-04-27T10:44:07.448Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.13s)
10:44:07 [2023-04-27T10:44:07.448Z] PASS
10:44:07 [2023-04-27T10:44:07.448Z] 
10:44:07 [2023-04-27T10:44:07.448Z] DONE 6 tests in 8.619s
10:44:07 [2023-04-27T10:44:07.448Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
10:44:07 [2023-04-27T10:44:07.448Z] ++ 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
10:44:07 [2023-04-27T10:44:07.448Z] ++ set -e
10:44:07 [2023-04-27T10:44:07.448Z] ++ '[' -n 0 ']'
10:44:07 [2023-04-27T10:44:07.448Z] ++ set -x
10:44:07 [2023-04-27T10:44:07.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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
10:44:07 [2023-04-27T10:44:07.448Z] testing: warning: no tests to run
10:44:07 [2023-04-27T10:44:07.448Z] PASS
10:44:07 [2023-04-27T10:44:07.448Z] 
10:44:07 [2023-04-27T10:44:07.448Z] DONE 0 tests in 0.033s
10:44:07 [2023-04-27T10:44:07.448Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
10:44:07 [2023-04-27T10:44:07.448Z] ++ 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
10:44:07 [2023-04-27T10:44:07.448Z] ++ set -e
10:44:07 [2023-04-27T10:44:07.448Z] ++ '[' -n 0 ']'
10:44:07 [2023-04-27T10:44:07.448Z] ++ set -x
10:44:07 [2023-04-27T10:44:07.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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
10:44:07 [2023-04-27T10:44:07.448Z] INFO: Testing against a local daemon
10:44:07 [2023-04-27T10:44:07.448Z] === RUN   TestPluginWithDevMounts
10:44:07 [2023-04-27T10:44:07.448Z] === PAUSE TestPluginWithDevMounts
10:44:07 [2023-04-27T10:44:07.448Z] === CONT  TestPluginWithDevMounts
10:44:09 [2023-04-27T10:44:09.337Z] --- PASS: TestPluginWithDevMounts (1.50s)
10:44:09 [2023-04-27T10:44:09.337Z] PASS
10:44:09 [2023-04-27T10:44:09.337Z] 
10:44:09 [2023-04-27T10:44:09.337Z] DONE 1 tests in 1.606s
10:44:09 [2023-04-27T10:44:09.337Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
10:44:09 [2023-04-27T10:44:09.338Z] ++ 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
10:44:09 [2023-04-27T10:44:09.338Z] ++ set -e
10:44:09 [2023-04-27T10:44:09.338Z] ++ '[' -n 0 ']'
10:44:09 [2023-04-27T10:44:09.338Z] ++ set -x
10:44:09 [2023-04-27T10:44:09.338Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
10:44:09 [2023-04-27T10:44:09.338Z] INFO: Testing against a local daemon
10:44:09 [2023-04-27T10:44:09.338Z] === RUN   TestSecretInspect
10:44:10 [2023-04-27T10:44:10.703Z] --- PASS: TestSecretInspect (1.69s)
10:44:10 [2023-04-27T10:44:10.703Z] === RUN   TestSecretList
10:44:12 [2023-04-27T10:44:12.592Z] --- PASS: TestSecretList (1.69s)
10:44:12 [2023-04-27T10:44:12.592Z] === RUN   TestSecretsCreateAndDelete
10:44:14 [2023-04-27T10:44:14.483Z] --- PASS: TestSecretsCreateAndDelete (1.69s)
10:44:14 [2023-04-27T10:44:14.483Z] === RUN   TestSecretsUpdate
10:44:15 [2023-04-27T10:44:15.848Z] --- PASS: TestSecretsUpdate (1.73s)
10:44:15 [2023-04-27T10:44:15.848Z] === RUN   TestTemplatedSecret
10:44:18 [2023-04-27T10:44:18.364Z] --- PASS: TestTemplatedSecret (2.19s)
10:44:18 [2023-04-27T10:44:18.364Z] === RUN   TestSecretCreateResolve
10:44:19 [2023-04-27T10:44:19.729Z] --- PASS: TestSecretCreateResolve (1.75s)
10:44:19 [2023-04-27T10:44:19.729Z] PASS
10:44:19 [2023-04-27T10:44:19.729Z] 
10:44:19 [2023-04-27T10:44:19.729Z] DONE 6 tests in 10.822s
10:44:19 [2023-04-27T10:44:19.729Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
10:44:19 [2023-04-27T10:44:19.729Z] ++ 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
10:44:19 [2023-04-27T10:44:19.729Z] ++ set -e
10:44:19 [2023-04-27T10:44:19.729Z] ++ '[' -n 0 ']'
10:44:19 [2023-04-27T10:44:19.729Z] ++ set -x
10:44:19 [2023-04-27T10:44:19.729Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
10:44:19 [2023-04-27T10:44:19.986Z] INFO: Testing against a local daemon
10:44:19 [2023-04-27T10:44:19.986Z] === RUN   TestServiceCreateInit
10:44:19 [2023-04-27T10:44:19.986Z] === RUN   TestServiceCreateInit/daemonInitDisabled
10:44:24 [2023-04-27T10:44:24.153Z] === RUN   TestServiceCreateInit/daemonInitEnabled
10:44:26 [2023-04-27T10:44:26.671Z] --- PASS: TestServiceCreateInit (6.88s)
10:44:26 [2023-04-27T10:44:26.671Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.51s)
10:44:26 [2023-04-27T10:44:26.927Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.35s)
10:44:26 [2023-04-27T10:44:26.927Z] === RUN   TestCreateServiceMultipleTimes
10:44:41 [2023-04-27T10:44:41.768Z] --- PASS: TestCreateServiceMultipleTimes (14.32s)
10:44:41 [2023-04-27T10:44:41.768Z] === RUN   TestCreateServiceConflict
10:44:42 [2023-04-27T10:44:42.769Z] --- PASS: TestCreateServiceConflict (1.71s)
10:44:42 [2023-04-27T10:44:42.769Z] === RUN   TestCreateServiceMaxReplicas
10:44:45 [2023-04-27T10:44:45.303Z] --- PASS: TestCreateServiceMaxReplicas (2.56s)
10:44:45 [2023-04-27T10:44:45.303Z] === RUN   TestCreateWithDuplicateNetworkNames
10:45:00 [2023-04-27T10:45:00.149Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.38s)
10:45:00 [2023-04-27T10:45:00.149Z] === RUN   TestCreateServiceSecretFileMode
10:45:00 [2023-04-27T10:45:00.149Z] --- PASS: TestCreateServiceSecretFileMode (2.33s)
10:45:00 [2023-04-27T10:45:00.149Z] === RUN   TestCreateServiceConfigFileMode
10:45:02 [2023-04-27T10:45:02.669Z] --- PASS: TestCreateServiceConfigFileMode (2.18s)
10:45:02 [2023-04-27T10:45:02.669Z] === RUN   TestCreateServiceSysctls
10:45:05 [2023-04-27T10:45:05.187Z] --- PASS: TestCreateServiceSysctls (2.77s)
10:45:05 [2023-04-27T10:45:05.187Z] === RUN   TestCreateServiceCapabilities
10:45:07 [2023-04-27T10:45:07.079Z] --- PASS: TestCreateServiceCapabilities (2.15s)
10:45:07 [2023-04-27T10:45:07.079Z] === RUN   TestInspect
10:45:09 [2023-04-27T10:45:09.599Z] --- PASS: TestInspect (2.46s)
10:45:09 [2023-04-27T10:45:09.599Z] === RUN   TestCreateJob
10:45:12 [2023-04-27T10:45:12.877Z] --- PASS: TestCreateJob (2.71s)
10:45:12 [2023-04-27T10:45:12.877Z] === RUN   TestReplicatedJob
10:45:17 [2023-04-27T10:45:17.045Z] --- PASS: TestReplicatedJob (4.15s)
10:45:17 [2023-04-27T10:45:17.045Z] === RUN   TestUpdateReplicatedJob
10:45:19 [2023-04-27T10:45:19.562Z] --- PASS: TestUpdateReplicatedJob (2.76s)
10:45:19 [2023-04-27T10:45:19.562Z] === RUN   TestServiceListWithStatuses
10:45:19 [2023-04-27T10:45:19.562Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:45:19 [2023-04-27T10:45:19.562Z] --- SKIP: TestServiceListWithStatuses (0.00s)
10:45:19 [2023-04-27T10:45:19.562Z] === RUN   TestDockerNetworkConnectAlias
10:45:22 [2023-04-27T10:45:22.830Z] --- PASS: TestDockerNetworkConnectAlias (3.24s)
10:45:22 [2023-04-27T10:45:22.830Z] === RUN   TestDockerNetworkReConnect
10:45:25 [2023-04-27T10:45:25.347Z] --- PASS: TestDockerNetworkReConnect (2.74s)
10:45:25 [2023-04-27T10:45:25.347Z] === RUN   TestServicePlugin
10:45:25 [2023-04-27T10:45:25.347Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:45:25 [2023-04-27T10:45:25.347Z] --- SKIP: TestServicePlugin (0.00s)
10:45:25 [2023-04-27T10:45:25.347Z] === RUN   TestServiceUpdateLabel
10:45:27 [2023-04-27T10:45:27.239Z] --- PASS: TestServiceUpdateLabel (1.70s)
10:45:27 [2023-04-27T10:45:27.239Z] === RUN   TestServiceUpdateSecrets
10:45:42 [2023-04-27T10:45:42.082Z] --- PASS: TestServiceUpdateSecrets (14.11s)
10:45:42 [2023-04-27T10:45:42.082Z] === RUN   TestServiceUpdateConfigs
10:45:56 [2023-04-27T10:45:56.924Z] --- PASS: TestServiceUpdateConfigs (14.18s)
10:45:56 [2023-04-27T10:45:56.924Z] === RUN   TestServiceUpdateNetwork
10:46:06 [2023-04-27T10:46:06.877Z] --- PASS: TestServiceUpdateNetwork (11.61s)
10:46:06 [2023-04-27T10:46:06.877Z] === RUN   TestServiceUpdatePidsLimit
10:46:08 [2023-04-27T10:46:08.242Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
10:46:08 [2023-04-27T10:46:08.498Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
10:46:16 [2023-04-27T10:46:16.586Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
10:46:23 [2023-04-27T10:46:23.122Z] --- PASS: TestServiceUpdatePidsLimit (15.72s)
10:46:23 [2023-04-27T10:46:23.122Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s)
10:46:23 [2023-04-27T10:46:23.122Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
10:46:23 [2023-04-27T10:46:23.122Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.68s)
10:46:23 [2023-04-27T10:46:23.122Z] PASS
10:46:23 [2023-04-27T10:46:23.122Z] 
10:46:23 [2023-04-27T10:46:23.122Z] === Skipped
10:46:23 [2023-04-27T10:46:23.122Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
10:46:23 [2023-04-27T10:46:23.122Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:46:23 [2023-04-27T10:46:23.122Z] 
10:46:23 [2023-04-27T10:46:23.122Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
10:46:23 [2023-04-27T10:46:23.122Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:46:23 [2023-04-27T10:46:23.122Z] 
10:46:23 [2023-04-27T10:46:23.122Z] DONE 27 tests, 2 skipped in 122.771s
10:46:23 [2023-04-27T10:46:23.122Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
10:46:23 [2023-04-27T10:46:23.122Z] ++ 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
10:46:23 [2023-04-27T10:46:23.122Z] ++ set -e
10:46:23 [2023-04-27T10:46:23.122Z] ++ '[' -n 0 ']'
10:46:23 [2023-04-27T10:46:23.122Z] ++ set -x
10:46:23 [2023-04-27T10:46:23.123Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
10:46:23 [2023-04-27T10:46:23.123Z] INFO: Testing against a local daemon
10:46:23 [2023-04-27T10:46:23.123Z] === RUN   TestSessionCreate
10:46:23 [2023-04-27T10:46:23.123Z] --- PASS: TestSessionCreate (0.02s)
10:46:23 [2023-04-27T10:46:23.123Z] === RUN   TestSessionCreateWithBadUpgrade
10:46:23 [2023-04-27T10:46:23.123Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
10:46:23 [2023-04-27T10:46:23.123Z] PASS
10:46:23 [2023-04-27T10:46:23.123Z] 
10:46:23 [2023-04-27T10:46:23.123Z] DONE 2 tests in 0.121s
10:46:23 [2023-04-27T10:46:23.123Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
10:46:23 [2023-04-27T10:46:23.123Z] ++ 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
10:46:23 [2023-04-27T10:46:23.123Z] ++ set -e
10:46:23 [2023-04-27T10:46:23.123Z] ++ '[' -n 0 ']'
10:46:23 [2023-04-27T10:46:23.123Z] ++ set -x
10:46:23 [2023-04-27T10:46:23.123Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
10:46:23 [2023-04-27T10:46:23.123Z] INFO: Testing against a local daemon
10:46:23 [2023-04-27T10:46:23.123Z] === RUN   TestCgroupDriverSystemdMemoryLimit
10:46:23 [2023-04-27T10:46:23.123Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:46:23 [2023-04-27T10:46:23.123Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
10:46:23 [2023-04-27T10:46:23.123Z] === RUN   TestDiskUsage
10:46:23 [2023-04-27T10:46:23.123Z] === PAUSE TestDiskUsage
10:46:23 [2023-04-27T10:46:23.123Z] === RUN   TestEventsExecDie
10:46:23 [2023-04-27T10:46:23.378Z] --- PASS: TestEventsExecDie (0.44s)
10:46:23 [2023-04-27T10:46:23.378Z] === RUN   TestEventsBackwardsCompatible
10:46:23 [2023-04-27T10:46:23.379Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
10:46:23 [2023-04-27T10:46:23.379Z] === RUN   TestEventsVolumeCreate
10:46:23 [2023-04-27T10:46:23.379Z] --- PASS: TestEventsVolumeCreate (0.05s)
10:46:23 [2023-04-27T10:46:23.379Z] === RUN   TestInfoBinaryCommits
10:46:23 [2023-04-27T10:46:23.379Z] --- PASS: TestInfoBinaryCommits (0.02s)
10:46:23 [2023-04-27T10:46:23.379Z] === RUN   TestInfoAPIVersioned
10:46:23 [2023-04-27T10:46:23.379Z] --- PASS: TestInfoAPIVersioned (0.01s)
10:46:23 [2023-04-27T10:46:23.379Z] === RUN   TestInfoAPI
10:46:23 [2023-04-27T10:46:23.379Z] --- PASS: TestInfoAPI (0.02s)
10:46:23 [2023-04-27T10:46:23.379Z] === RUN   TestInfoAPIWarnings
10:46:41 [2023-04-27T10:46:41.422Z] --- PASS: TestInfoAPIWarnings (16.54s)
10:46:41 [2023-04-27T10:46:41.422Z] === RUN   TestInfoDebug
10:46:41 [2023-04-27T10:46:41.422Z] --- PASS: TestInfoDebug (0.52s)
10:46:41 [2023-04-27T10:46:41.422Z] === RUN   TestInfoInsecureRegistries
10:46:41 [2023-04-27T10:46:41.422Z] --- PASS: TestInfoInsecureRegistries (0.52s)
10:46:41 [2023-04-27T10:46:41.422Z] === RUN   TestInfoRegistryMirrors
10:46:41 [2023-04-27T10:46:41.422Z] --- PASS: TestInfoRegistryMirrors (0.52s)
10:46:41 [2023-04-27T10:46:41.422Z] === RUN   TestLoginFailsWithBadCredentials
10:46:41 [2023-04-27T10:46:41.984Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
10:46:41 [2023-04-27T10:46:41.984Z] === RUN   TestPingCacheHeaders
10:46:41 [2023-04-27T10:46:41.984Z] --- PASS: TestPingCacheHeaders (0.02s)
10:46:41 [2023-04-27T10:46:41.984Z] === RUN   TestPingGet
10:46:41 [2023-04-27T10:46:41.984Z] --- PASS: TestPingGet (0.01s)
10:46:41 [2023-04-27T10:46:41.984Z] === RUN   TestPingHead
10:46:41 [2023-04-27T10:46:41.984Z] --- PASS: TestPingHead (0.02s)
10:46:41 [2023-04-27T10:46:41.984Z] === RUN   TestPingSwarmHeader
10:46:42 [2023-04-27T10:46:42.546Z] === RUN   TestPingSwarmHeader/before_swarm_init
10:46:43 [2023-04-27T10:46:43.108Z] === RUN   TestPingSwarmHeader/after_swarm_init
10:46:43 [2023-04-27T10:46:43.671Z] === RUN   TestPingSwarmHeader/after_swarm_leave
10:46:43 [2023-04-27T10:46:43.671Z] --- PASS: TestPingSwarmHeader (1.66s)
10:46:43 [2023-04-27T10:46:43.671Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
10:46:43 [2023-04-27T10:46:43.671Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
10:46:43 [2023-04-27T10:46:43.671Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
10:46:43 [2023-04-27T10:46:43.671Z] === RUN   TestPingBuilderHeader
10:46:43 [2023-04-27T10:46:43.671Z] === RUN   TestPingBuilderHeader/default_config
10:46:44 [2023-04-27T10:46:44.234Z] === RUN   TestPingBuilderHeader/buildkit_disabled
10:46:44 [2023-04-27T10:46:44.797Z] --- PASS: TestPingBuilderHeader (1.04s)
10:46:44 [2023-04-27T10:46:44.797Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
10:46:44 [2023-04-27T10:46:44.797Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
10:46:44 [2023-04-27T10:46:44.797Z] === RUN   TestVersion
10:46:44 [2023-04-27T10:46:44.797Z] --- PASS: TestVersion (0.02s)
10:46:44 [2023-04-27T10:46:44.797Z] === CONT  TestDiskUsage
10:46:45 [2023-04-27T10:46:45.053Z] === RUN   TestDiskUsage/empty
10:46:45 [2023-04-27T10:46:45.053Z] === RUN   TestDiskUsage/empty/container_types
10:46:45 [2023-04-27T10:46:45.053Z] === RUN   TestDiskUsage/empty/image_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/empty/volume_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/empty/build-cache_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/empty/container,_volume_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
10:46:45 [2023-04-27T10:46:45.320Z] === RUN   TestDiskUsage/after_container.Run
10:46:45 [2023-04-27T10:46:45.578Z] === RUN   TestDiskUsage/after_container.Run/container_types
10:46:45 [2023-04-27T10:46:45.578Z] === RUN   TestDiskUsage/after_container.Run/image_types
10:46:45 [2023-04-27T10:46:45.578Z] === RUN   TestDiskUsage/after_container.Run/volume_types
10:46:45 [2023-04-27T10:46:45.578Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
10:46:45 [2023-04-27T10:46:45.578Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
10:46:45 [2023-04-27T10:46:45.578Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
10:46:45 [2023-04-27T10:46:45.578Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
10:46:45 [2023-04-27T10:46:45.578Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
10:46:45 [2023-04-27T10:46:45.578Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
10:46:45 [2023-04-27T10:46:45.578Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
10:46:45 [2023-04-27T10:46:45.578Z] --- PASS: TestDiskUsage (0.99s)
10:46:45 [2023-04-27T10:46:45.578Z]     --- PASS: TestDiskUsage/empty (0.01s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]     --- PASS: TestDiskUsage/after_container.Run (0.25s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z] PASS
10:46:45 [2023-04-27T10:46:45.578Z] 
10:46:45 [2023-04-27T10:46:45.578Z] === Skipped
10:46:45 [2023-04-27T10:46:45.578Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
10:46:45 [2023-04-27T10:46:45.578Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:46:45 [2023-04-27T10:46:45.578Z] 
10:46:45 [2023-04-27T10:46:45.578Z] DONE 57 tests, 1 skipped in 22.938s
10:46:45 [2023-04-27T10:46:45.578Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
10:46:45 [2023-04-27T10:46:45.578Z] ++ 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
10:46:45 [2023-04-27T10:46:45.578Z] ++ set -e
10:46:45 [2023-04-27T10:46:45.578Z] ++ '[' -n 0 ']'
10:46:45 [2023-04-27T10:46:45.578Z] ++ set -x
10:46:45 [2023-04-27T10:46:45.578Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
10:46:45 [2023-04-27T10:46:45.836Z] INFO: Testing against a local daemon
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesCreateAndList
10:46:45 [2023-04-27T10:46:45.836Z] --- PASS: TestVolumesCreateAndList (0.02s)
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesRemove
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesRemove/volume_in_use
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesRemove/volume_not_in_use
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesRemove/non-existing_volume
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesRemove/non-existing_volume_force
10:46:45 [2023-04-27T10:46:45.836Z] --- PASS: TestVolumesRemove (0.06s)
10:46:45 [2023-04-27T10:46:45.836Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
10:46:45 [2023-04-27T10:46:45.836Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
10:46:45 [2023-04-27T10:46:45.836Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
10:46:45 [2023-04-27T10:46:45.836Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesRemoveSwarmEnabled
10:46:45 [2023-04-27T10:46:45.836Z] === PAUSE TestVolumesRemoveSwarmEnabled
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesInspect
10:46:45 [2023-04-27T10:46:45.836Z] --- PASS: TestVolumesInspect (0.02s)
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesInvalidJSON
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesInvalidJSON/volumes/create
10:46:45 [2023-04-27T10:46:45.836Z] === PAUSE TestVolumesInvalidJSON/volumes/create
10:46:45 [2023-04-27T10:46:45.836Z] === CONT  TestVolumesInvalidJSON/volumes/create
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
10:46:45 [2023-04-27T10:46:45.836Z] --- PASS: TestVolumesInvalidJSON (0.01s)
10:46:45 [2023-04-27T10:46:45.836Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
10:46:45 [2023-04-27T10:46:45.836Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
10:46:45 [2023-04-27T10:46:45.836Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
10:46:45 [2023-04-27T10:46:45.836Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
10:46:45 [2023-04-27T10:46:45.836Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumePruneAnonymous
10:46:45 [2023-04-27T10:46:45.836Z] --- PASS: TestVolumePruneAnonymous (0.03s)
10:46:45 [2023-04-27T10:46:45.836Z] === RUN   TestVolumePruneAnonFromImage
10:46:46 [2023-04-27T10:46:46.092Z] --- PASS: TestVolumePruneAnonFromImage (0.11s)
10:46:46 [2023-04-27T10:46:46.092Z] === CONT  TestVolumesRemoveSwarmEnabled
10:46:47 [2023-04-27T10:46:47.459Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
10:46:47 [2023-04-27T10:46:47.459Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
10:46:47 [2023-04-27T10:46:47.459Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
10:46:47 [2023-04-27T10:46:47.459Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
10:46:47 [2023-04-27T10:46:47.716Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.70s)
10:46:47 [2023-04-27T10:46:47.716Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
10:46:47 [2023-04-27T10:46:47.716Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
10:46:47 [2023-04-27T10:46:47.716Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
10:46:47 [2023-04-27T10:46:47.716Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
10:46:47 [2023-04-27T10:46:47.716Z] PASS
10:46:47 [2023-04-27T10:46:47.716Z] 
10:46:47 [2023-04-27T10:46:47.716Z] DONE 20 tests in 2.039s
10:46:47 [2023-04-27T10:46:47.716Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:46:47 [2023-04-27T10:46:47.972Z] ++++ cat bundles/test-integration/docker.pid
10:46:47 [2023-04-27T10:46:47.972Z] +++ kill 15830
10:46:47 [2023-04-27T10:46:47.972Z] +++ /etc/init.d/apparmor stop
10:46:47 [2023-04-27T10:46:47.972Z] Leaving: AppArmorNo profiles have been unloaded.
10:46:47 [2023-04-27T10:46:47.972Z] 
10:46:47 [2023-04-27T10:46:47.972Z] Unloading profiles will leave already running processes permanently
10:46:47 [2023-04-27T10:46:47.972Z] unconfined, which can lead to unexpected situations.
10:46:47 [2023-04-27T10:46:47.972Z] 
10:46:47 [2023-04-27T10:46:47.972Z] To set a process to complain mode, use the command line tool
10:46:47 [2023-04-27T10:46:47.972Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:46:47 [2023-04-27T10:46:47.972Z] +++ true
10:46:47 [2023-04-27T10:46:47.972Z] exiting test-integration
10:46:47 [2023-04-27T10:46:47.972Z] ++ exit 0
10:46:47 [2023-04-27T10:46:47.972Z] 
Post stage
[Pipeline] junit
10:46:48 [2023-04-27T10:46:48.912Z] Recording test results
10:46:49 [2023-04-27T10:46:49.116Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:46:49 [2023-04-27T10:46:49.420Z] + echo Ensuring container killed.
10:46:49 [2023-04-27T10:46:49.420Z] Ensuring container killed.
10:46:49 [2023-04-27T10:46:49.420Z] + docker rm -vf docker-pr1
10:46:49 [2023-04-27T10:46:49.420Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
10:46:49 [2023-04-27T10:46:49.699Z] + echo Chowning /workspace to jenkins user
10:46:49 [2023-04-27T10:46:49.699Z] Chowning /workspace to jenkins user
10:46:49 [2023-04-27T10:46:49.699Z] + id -u
10:46:49 [2023-04-27T10:46:49.699Z] + id -g
10:46:49 [2023-04-27T10:46:49.699Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45422:/workspace busybox chown -R 1000:1000 /workspace
10:46:49 [2023-04-27T10:46:49.699Z] Unable to find image 'busybox:latest' locally
10:46:49 [2023-04-27T10:46:49.955Z] latest: Pulling from library/busybox
10:46:49 [2023-04-27T10:46:49.955Z] b50100f25006: Already exists
10:46:49 [2023-04-27T10:46:49.955Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16
10:46:49 [2023-04-27T10:46:49.955Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:46:51 [2023-04-27T10:46:51.653Z] + bundleName=arm64-integration
10:46:51 [2023-04-27T10:46:51.653Z] + echo Creating arm64-integration-bundles.tar.gz
10:46:51 [2023-04-27T10:46:51.653Z] Creating arm64-integration-bundles.tar.gz
10:46:51 [2023-04-27T10:46:51.653Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
10:46:51 [2023-04-27T10:46:51.653Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
10:46:51 [2023-04-27T10:46:51.918Z] Archiving artifacts
10:46:53 [2023-04-27T10:46:53.456Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45422/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:46:53 [2023-04-27T10:46:53.749Z] + make clean
10:46:54 [2023-04-27T10:46:54.005Z] docker volume rm -f docker-dev-cache docker-mod-cache
10:46:54 [2023-04-27T10:46:54.005Z] docker-dev-cache
10:46:54 [2023-04-27T10:46:54.005Z] 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