Skip to content
Success

Console Output

Pull request #44590 opened
16:19:11 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 9da935629e8cf222f5b7877d3fdf7b3762e8ee71+42053a0fc33c41ac044383dad53776bdbfd98571 (f7c7a7055d67c94183ccdb6a650fb2fadbae6f14)
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-44590@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
16:19:13 [2022-12-06T16:19:13.861Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
16:19:13 [2022-12-06T16:19:13.864Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
16:19:29 [2022-12-06T16:19:29.019Z] Still waiting to schedule task
16:19:29 [2022-12-06T16:19:29.019Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-005723eb58c7024e9)16:20:21 [2022-12-06T16:20:21.506Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0cc60697b10dda20f) in /home/ubuntu/workspace/moby_PR-44590
[Pipeline] {
[Pipeline] checkout
16:20:21 [2022-12-06T16:20:21.586Z] The recommended git tool is: git
16:20:23 [2022-12-06T16:20:23.816Z] using credential docker-jenkins-github-credentials
16:20:23 [2022-12-06T16:20:23.826Z] Cloning the remote Git repository
16:20:23 [2022-12-06T16:20:23.826Z] Cloning with configured refspecs honoured and without tags
16:20:23 [2022-12-06T16:20:23.865Z] Cloning repository https://github.com/moby/moby.git
16:20:23 [2022-12-06T16:20:23.927Z]  > git init /home/ubuntu/workspace/moby_PR-44590 # timeout=10
16:20:24 [2022-12-06T16:20:24.250Z] Fetching upstream changes from https://github.com/moby/moby.git
16:20:24 [2022-12-06T16:20:24.251Z]  > git --version # timeout=10
16:20:24 [2022-12-06T16:20:24.255Z]  > git --version # 'git version 2.25.1'
16:20:24 [2022-12-06T16:20:24.255Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:24 [2022-12-06T16:20:24.257Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44590/head:refs/remotes/origin/PR-44590 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:40 [2022-12-06T16:20:40.244Z] Fetching without tags
16:20:40 [2022-12-06T16:20:40.471Z] Merging remotes/origin/master commit 42053a0fc33c41ac044383dad53776bdbfd98571 into PR head commit 9da935629e8cf222f5b7877d3fdf7b3762e8ee71
16:20:41 [2022-12-06T16:20:41.353Z] Merge succeeded, producing 9da935629e8cf222f5b7877d3fdf7b3762e8ee71
16:20:41 [2022-12-06T16:20:41.353Z] Checking out Revision 9da935629e8cf222f5b7877d3fdf7b3762e8ee71 (PR-44590)
16:20:40 [2022-12-06T16:20:40.232Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:20:40 [2022-12-06T16:20:40.239Z]  > git config --add remote.origin.fetch +refs/pull/44590/head:refs/remotes/origin/PR-44590 # timeout=10
16:20:40 [2022-12-06T16:20:40.243Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:40 [2022-12-06T16:20:40.252Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:20:40 [2022-12-06T16:20:40.265Z] Fetching upstream changes from https://github.com/moby/moby.git
16:20:40 [2022-12-06T16:20:40.266Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:40 [2022-12-06T16:20:40.267Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44590/head:refs/remotes/origin/PR-44590 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:40 [2022-12-06T16:20:40.499Z]  > git config core.sparsecheckout # timeout=10
16:20:40 [2022-12-06T16:20:40.510Z]  > git checkout -f 9da935629e8cf222f5b7877d3fdf7b3762e8ee71 # timeout=10
16:20:41 [2022-12-06T16:20:41.294Z]  > git remote # timeout=10
16:20:41 [2022-12-06T16:20:41.317Z]  > git config --get remote.origin.url # timeout=10
16:20:41 [2022-12-06T16:20:41.337Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:41 [2022-12-06T16:20:41.338Z]  > git merge 42053a0fc33c41ac044383dad53776bdbfd98571 # timeout=10
16:20:41 [2022-12-06T16:20:41.358Z]  > git rev-parse HEAD^{commit} # timeout=10
16:20:41 [2022-12-06T16:20:41.374Z]  > git config core.sparsecheckout # timeout=10
16:20:41 [2022-12-06T16:20:41.382Z]  > git checkout -f 9da935629e8cf222f5b7877d3fdf7b3762e8ee71 # timeout=10
16:20:45 [2022-12-06T16:20:45.100Z] Commit message: "Better not pretend to be an active currator"
16:20:45 [2022-12-06T16:20:45.101Z] First time build. Skipping changelog.
16:20:45 [2022-12-06T16:20:45.136Z]  > git --version # timeout=10
16:20:45 [2022-12-06T16:20:45.143Z]  > git --version # 'git version 2.25.1'
16:20:45 [2022-12-06T16:20:45.152Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:20:46 [2022-12-06T16:20:46.215Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44590:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
16:21:08 [2022-12-06T16:21:08.145Z] Unable to find image 'alpine:latest' locally
16:21:08 [2022-12-06T16:21:08.145Z] latest: Pulling from library/alpine
16:21:08 [2022-12-06T16:21:08.145Z] 261da4162673: Pulling fs layer
16:21:08 [2022-12-06T16:21:08.145Z] 261da4162673: Verifying Checksum
16:21:08 [2022-12-06T16:21:08.145Z] 261da4162673: Download complete
16:21:08 [2022-12-06T16:21:08.145Z] 261da4162673: Pull complete
16:21:08 [2022-12-06T16:21:08.145Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
16:21:08 [2022-12-06T16:21:08.145Z] Status: Downloaded newer image for alpine:latest
16:21:13 [2022-12-06T16:21:13.410Z] 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
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
16:21:14 [2022-12-06T16:21:14.126Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0cc60697b10dda20f) in /home/ubuntu/workspace/moby_PR-44590
[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
16:21:14 [2022-12-06T16:21:14.159Z] The recommended git tool is: git
[Pipeline] // stage
16:21:14 [2022-12-06T16:21:14.167Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
16:21:14 [2022-12-06T16:21:14.182Z] Fetching changes from the remote Git repository
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
16:21:14 [2022-12-06T16:21:14.188Z] Fetching without tags
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[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] }
16:21:14 [2022-12-06T16:21:14.416Z] Merging remotes/origin/master commit 42053a0fc33c41ac044383dad53776bdbfd98571 into PR head commit 9da935629e8cf222f5b7877d3fdf7b3762e8ee71
16:21:14 [2022-12-06T16:21:14.522Z] Merge succeeded, producing 9da935629e8cf222f5b7877d3fdf7b3762e8ee71
16:21:14 [2022-12-06T16:21:14.522Z] Checking out Revision 9da935629e8cf222f5b7877d3fdf7b3762e8ee71 (PR-44590)
16:21:14 [2022-12-06T16:21:14.580Z] Commit message: "Better not pretend to be an active currator"
16:21:14 [2022-12-06T16:21:14.603Z]  > git --version # timeout=10
16:21:14 [2022-12-06T16:21:14.610Z]  > git --version # 'git version 2.25.1'
16:21:14 [2022-12-06T16:21:14.616Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:21:14 [2022-12-06T16:21:14.189Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44590/.git # timeout=10
16:21:14 [2022-12-06T16:21:14.195Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:21:14 [2022-12-06T16:21:14.202Z] Fetching upstream changes from https://github.com/moby/moby.git
16:21:14 [2022-12-06T16:21:14.202Z]  > git --version # timeout=10
16:21:14 [2022-12-06T16:21:14.206Z]  > git --version # 'git version 2.25.1'
16:21:14 [2022-12-06T16:21:14.206Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:21:14 [2022-12-06T16:21:14.207Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44590/head:refs/remotes/origin/PR-44590 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:21:14 [2022-12-06T16:21:14.429Z]  > git config core.sparsecheckout # timeout=10
16:21:14 [2022-12-06T16:21:14.434Z]  > git checkout -f 9da935629e8cf222f5b7877d3fdf7b3762e8ee71 # timeout=10
16:21:14 [2022-12-06T16:21:14.504Z]  > git remote # timeout=10
16:21:14 [2022-12-06T16:21:14.510Z]  > git config --get remote.origin.url # timeout=10
16:21:14 [2022-12-06T16:21:14.514Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:21:14 [2022-12-06T16:21:14.515Z]  > git merge 42053a0fc33c41ac044383dad53776bdbfd98571 # timeout=10
16:21:14 [2022-12-06T16:21:14.528Z]  > git rev-parse HEAD^{commit} # timeout=10
16:21:14 [2022-12-06T16:21:14.535Z]  > git config core.sparsecheckout # timeout=10
16:21:14 [2022-12-06T16:21:14.538Z]  > git checkout -f 9da935629e8cf222f5b7877d3fdf7b3762e8ee71 # timeout=10
16:21:15 [2022-12-06T16:21:15.301Z] + docker version
16:21:15 [2022-12-06T16:21:15.301Z] Client: Docker Engine - Community
16:21:15 [2022-12-06T16:21:15.301Z]  Version:           22.06.0-beta.0
16:21:15 [2022-12-06T16:21:15.301Z]  API version:       1.42
16:21:15 [2022-12-06T16:21:15.301Z]  Go version:        go1.18.3
16:21:15 [2022-12-06T16:21:15.301Z]  Git commit:        3e9117b
16:21:15 [2022-12-06T16:21:15.301Z]  Built:             Fri Jun  3 17:55:34 2022
16:21:15 [2022-12-06T16:21:15.301Z]  OS/Arch:           linux/arm64
16:21:15 [2022-12-06T16:21:15.301Z]  Context:           default
16:21:15 [2022-12-06T16:21:15.301Z] 
16:21:15 [2022-12-06T16:21:15.301Z] Server: Docker Engine - Community
16:21:15 [2022-12-06T16:21:15.301Z]  Engine:
16:21:15 [2022-12-06T16:21:15.301Z]   Version:          22.06.0-beta.0
16:21:15 [2022-12-06T16:21:15.301Z]   API version:      1.42 (minimum version 1.12)
16:21:15 [2022-12-06T16:21:15.301Z]   Go version:       go1.18.3
16:21:15 [2022-12-06T16:21:15.301Z]   Git commit:       38633e7
16:21:15 [2022-12-06T16:21:15.301Z]   Built:            Fri Jun  3 17:55:34 2022
16:21:15 [2022-12-06T16:21:15.301Z]   OS/Arch:          linux/arm64
16:21:15 [2022-12-06T16:21:15.301Z]   Experimental:     true
16:21:15 [2022-12-06T16:21:15.301Z]  containerd:
16:21:15 [2022-12-06T16:21:15.301Z]   Version:          1.6.8
16:21:15 [2022-12-06T16:21:15.301Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
16:21:15 [2022-12-06T16:21:15.301Z]  runc:
16:21:15 [2022-12-06T16:21:15.301Z]   Version:          1.1.4
16:21:15 [2022-12-06T16:21:15.301Z]   GitCommit:        v1.1.4-0-g5fd4c4d
16:21:15 [2022-12-06T16:21:15.301Z]  docker-init:
16:21:15 [2022-12-06T16:21:15.301Z]   Version:          0.19.0
16:21:15 [2022-12-06T16:21:15.301Z]   GitCommit:        de40ad0
[Pipeline] sh
16:21:15 [2022-12-06T16:21:15.585Z] + docker info
16:21:15 [2022-12-06T16:21:15.585Z] Client:
16:21:15 [2022-12-06T16:21:15.585Z]  Context:    default
16:21:15 [2022-12-06T16:21:15.585Z]  Debug Mode: false
16:21:15 [2022-12-06T16:21:15.585Z]  Plugins:
16:21:15 [2022-12-06T16:21:15.585Z]   buildx: Docker Buildx (Docker Inc.)
16:21:15 [2022-12-06T16:21:15.585Z]     Version:  v0.8.2
16:21:15 [2022-12-06T16:21:15.585Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
16:21:15 [2022-12-06T16:21:15.585Z]   compose: Docker Compose (Docker Inc.)
16:21:15 [2022-12-06T16:21:15.585Z]     Version:  v2.12.0
16:21:15 [2022-12-06T16:21:15.585Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
16:21:15 [2022-12-06T16:21:15.585Z] 
16:21:15 [2022-12-06T16:21:15.585Z] Server:
16:21:15 [2022-12-06T16:21:15.585Z]  Containers: 0
16:21:15 [2022-12-06T16:21:15.585Z]   Running: 0
16:21:15 [2022-12-06T16:21:15.585Z]   Paused: 0
16:21:15 [2022-12-06T16:21:15.585Z]   Stopped: 0
16:21:15 [2022-12-06T16:21:15.585Z]  Images: 1
16:21:15 [2022-12-06T16:21:15.585Z]  Server Version: 22.06.0-beta.0
16:21:15 [2022-12-06T16:21:15.585Z]  Storage Driver: overlay2
16:21:15 [2022-12-06T16:21:15.585Z]   Backing Filesystem: extfs
16:21:15 [2022-12-06T16:21:15.585Z]   Supports d_type: true
16:21:15 [2022-12-06T16:21:15.585Z]   Using metacopy: false
16:21:15 [2022-12-06T16:21:15.585Z]   Native Overlay Diff: true
16:21:15 [2022-12-06T16:21:15.585Z]   userxattr: false
16:21:15 [2022-12-06T16:21:15.585Z]  Logging Driver: json-file
16:21:15 [2022-12-06T16:21:15.585Z]  Cgroup Driver: cgroupfs
16:21:15 [2022-12-06T16:21:15.585Z]  Cgroup Version: 1
16:21:15 [2022-12-06T16:21:15.585Z]  Plugins:
16:21:15 [2022-12-06T16:21:15.585Z]   Volume: local
16:21:15 [2022-12-06T16:21:15.585Z]   Network: bridge host ipvlan macvlan null overlay
16:21:15 [2022-12-06T16:21:15.585Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:21:15 [2022-12-06T16:21:15.585Z]  Swarm: inactive
16:21:15 [2022-12-06T16:21:15.585Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:21:15 [2022-12-06T16:21:15.585Z]  Default Runtime: runc
16:21:15 [2022-12-06T16:21:15.585Z]  Init Binary: docker-init
16:21:15 [2022-12-06T16:21:15.585Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
16:21:15 [2022-12-06T16:21:15.585Z]  runc version: v1.1.4-0-g5fd4c4d
16:21:15 [2022-12-06T16:21:15.585Z]  init version: de40ad0
16:21:15 [2022-12-06T16:21:15.585Z]  Security Options:
16:21:15 [2022-12-06T16:21:15.585Z]   apparmor
16:21:15 [2022-12-06T16:21:15.585Z]   seccomp
16:21:15 [2022-12-06T16:21:15.585Z]    Profile: builtin
16:21:15 [2022-12-06T16:21:15.585Z]  Kernel Version: 5.15.0-1022-aws
16:21:15 [2022-12-06T16:21:15.585Z]  Operating System: Ubuntu 20.04.5 LTS
16:21:15 [2022-12-06T16:21:15.585Z]  OSType: linux
16:21:15 [2022-12-06T16:21:15.585Z]  Architecture: aarch64
16:21:15 [2022-12-06T16:21:15.585Z]  CPUs: 2
16:21:15 [2022-12-06T16:21:15.585Z]  Total Memory: 7.559GiB
16:21:15 [2022-12-06T16:21:15.585Z]  Name: ip-10-100-98-212
16:21:15 [2022-12-06T16:21:15.585Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
16:21:15 [2022-12-06T16:21:15.585Z]  Docker Root Dir: /var/lib/docker
16:21:15 [2022-12-06T16:21:15.585Z]  Debug Mode: false
16:21:15 [2022-12-06T16:21:15.585Z]  Registry: https://index.docker.io/v1/
16:21:15 [2022-12-06T16:21:15.585Z]  Labels:
16:21:15 [2022-12-06T16:21:15.585Z]  Experimental: true
16:21:15 [2022-12-06T16:21:15.585Z]  Insecure Registries:
16:21:15 [2022-12-06T16:21:15.585Z]   127.0.0.0/8
16:21:15 [2022-12-06T16:21:15.585Z]  Live Restore Enabled: true
16:21:15 [2022-12-06T16:21:15.585Z] 
[Pipeline] sh
16:21:15 [2022-12-06T16:21:15.865Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:21:15 [2022-12-06T16:21:15.865Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:21:15 [2022-12-06T16:21:15.865Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44590/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
16:21:15 [2022-12-06T16:21:15.865Z] + bash /home/ubuntu/workspace/moby_PR-44590/check-config.sh
16:21:15 [2022-12-06T16:21:15.865Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:21:15 [2022-12-06T16:21:15.865Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
16:21:15 [2022-12-06T16:21:15.866Z] 
16:21:15 [2022-12-06T16:21:15.866Z] Generally Necessary:
16:21:15 [2022-12-06T16:21:15.866Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:21:15 [2022-12-06T16:21:15.866Z] - apparmor: enabled and tools installed
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_NAMESPACES: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_NET_NS: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_PID_NS: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_IPC_NS: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_UTS_NS: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_CGROUPS: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_CGROUP_CPUACCT: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_CGROUP_DEVICE: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_CGROUP_FREEZER: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_CGROUP_SCHED: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_CPUSETS: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_MEMCG: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_KEYS: enabled
16:21:15 [2022-12-06T16:21:15.866Z] - CONFIG_VETH: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_BRIDGE: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_NF_NAT: enabled (as module)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_POSIX_MQUEUE: enabled
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_CGROUP_BPF: enabled
16:21:16 [2022-12-06T16:21:16.124Z] 
16:21:16 [2022-12-06T16:21:16.124Z] Optional Features:
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_USER_NS: enabled
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_SECCOMP: enabled
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_SECCOMP_FILTER: enabled
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_CGROUP_PIDS: enabled
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_MEMCG_SWAP: enabled
16:21:16 [2022-12-06T16:21:16.124Z]     (cgroup swap accounting is currently enabled)
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_BLK_CGROUP: enabled
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_CGROUP_PERF: enabled
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_CGROUP_HUGETLB: enabled
16:21:16 [2022-12-06T16:21:16.124Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:21:16 [2022-12-06T16:21:16.382Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:21:16 [2022-12-06T16:21:16.382Z] - CONFIG_CFS_BANDWIDTH: enabled
16:21:16 [2022-12-06T16:21:16.382Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:21:16 [2022-12-06T16:21:16.382Z] - CONFIG_RT_GROUP_SCHED: missing
16:21:16 [2022-12-06T16:21:16.382Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:21:16 [2022-12-06T16:21:16.382Z] - CONFIG_IP_VS: enabled (as module)
16:21:16 [2022-12-06T16:21:16.382Z] - CONFIG_IP_VS_NFCT: enabled
16:21:16 [2022-12-06T16:21:16.382Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:21:16 [2022-12-06T16:21:16.382Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:21:16 [2022-12-06T16:21:16.382Z] - CONFIG_IP_VS_RR: enabled (as module)
16:21:16 [2022-12-06T16:21:16.383Z] - CONFIG_SECURITY_SELINUX: enabled
16:21:16 [2022-12-06T16:21:16.383Z] - CONFIG_SECURITY_APPARMOR: enabled
16:21:16 [2022-12-06T16:21:16.383Z] - CONFIG_EXT4_FS: enabled
16:21:16 [2022-12-06T16:21:16.383Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:21:16 [2022-12-06T16:21:16.383Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:21:16 [2022-12-06T16:21:16.383Z] - Network Drivers:
16:21:16 [2022-12-06T16:21:16.383Z]   - "overlay":
16:21:16 [2022-12-06T16:21:16.383Z]     - CONFIG_VXLAN: enabled (as module)
16:21:16 [2022-12-06T16:21:16.383Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:21:16 [2022-12-06T16:21:16.383Z]       Optional (for encrypted networks):
16:21:16 [2022-12-06T16:21:16.640Z]       - CONFIG_CRYPTO: enabled
16:21:16 [2022-12-06T16:21:16.640Z]       - CONFIG_CRYPTO_AEAD: enabled
16:21:16 [2022-12-06T16:21:16.640Z]       - CONFIG_CRYPTO_GCM: enabled
16:21:16 [2022-12-06T16:21:16.640Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:21:16 [2022-12-06T16:21:16.640Z]       - CONFIG_CRYPTO_GHASH: enabled
16:21:16 [2022-12-06T16:21:16.640Z]       - CONFIG_XFRM: enabled
16:21:16 [2022-12-06T16:21:16.640Z]       - CONFIG_XFRM_USER: enabled (as module)
16:21:16 [2022-12-06T16:21:16.640Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:21:16 [2022-12-06T16:21:16.640Z]       - CONFIG_INET_ESP: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]   - "ipvlan":
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_IPVLAN: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]   - "macvlan":
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_MACVLAN: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_DUMMY: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]   - "ftp,tftp client in container":
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z] - Storage Drivers:
16:21:16 [2022-12-06T16:21:16.641Z]   - "aufs":
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_AUFS_FS: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]   - "btrfs":
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:21:16 [2022-12-06T16:21:16.641Z]   - "devicemapper":
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_BLK_DEV_DM: enabled
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]   - "overlay":
16:21:16 [2022-12-06T16:21:16.641Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:21:16 [2022-12-06T16:21:16.641Z]   - "zfs":
16:21:16 [2022-12-06T16:21:16.641Z]     - /dev/zfs: present
16:21:16 [2022-12-06T16:21:16.641Z]     - zfs command: missing
16:21:16 [2022-12-06T16:21:16.641Z]     - zpool command: missing
16:21:16 [2022-12-06T16:21:16.641Z] 
16:21:16 [2022-12-06T16:21:16.641Z] Limits:
16:21:16 [2022-12-06T16:21:16.641Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:21:16 [2022-12-06T16:21:16.641Z] 
16:21:16 [2022-12-06T16:21:16.641Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:21:17 [2022-12-06T16:21:17.013Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9da935629e8cf222f5b7877d3fdf7b3762e8ee71 .
16:21:17 [2022-12-06T16:21:17.273Z] #1 [internal] load .dockerignore
16:21:17 [2022-12-06T16:21:17.273Z] #1 transferring context: 113B done
16:21:17 [2022-12-06T16:21:17.273Z] #1 DONE 0.0s
16:21:17 [2022-12-06T16:21:17.273Z] 
16:21:17 [2022-12-06T16:21:17.273Z] #2 [internal] load build definition from Dockerfile
16:21:17 [2022-12-06T16:21:17.273Z] #2 transferring dockerfile: 19.55kB done
16:21:17 [2022-12-06T16:21:17.273Z] #2 DONE 0.0s
16:21:17 [2022-12-06T16:21:17.273Z] 
16:21:17 [2022-12-06T16:21:17.273Z] #3 resolve image config for docker.io/docker/dockerfile:1
16:21:17 [2022-12-06T16:21:17.533Z] #3 DONE 0.2s
16:21:17 [2022-12-06T16:21:17.533Z] 
16:21:17 [2022-12-06T16:21:17.533Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
16:21:17 [2022-12-06T16:21:17.533Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
16:21:17 [2022-12-06T16:21:17.533Z] #4 sha256:f259fd86ee23d7b4a2944432e3a09f45fa288bb84bfbd222b19b2abc7ddffbb9 528B / 528B done
16:21:17 [2022-12-06T16:21:17.533Z] #4 sha256:8d5998862fafcacec68298ab34c9c28973251a5082836f31de0188cd914fae33 2.36kB / 2.36kB done
16:21:17 [2022-12-06T16:21:17.533Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 2.10MB / 9.21MB 0.1s
16:21:17 [2022-12-06T16:21:17.533Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
16:21:17 [2022-12-06T16:21:17.791Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 9.21MB / 9.21MB 0.2s
16:21:17 [2022-12-06T16:21:17.791Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0
16:21:17 [2022-12-06T16:21:17.791Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 9.21MB / 9.21MB 0.2s done
16:21:18 [2022-12-06T16:21:18.049Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.2s done
16:21:18 [2022-12-06T16:21:18.050Z] #4 DONE 0.4s
16:21:18 [2022-12-06T16:21:18.050Z] 
16:21:18 [2022-12-06T16:21:18.050Z] #5 [internal] load metadata for docker.io/library/golang:1.19.3-bullseye
16:21:18 [2022-12-06T16:21:18.308Z] #5 ...
16:21:18 [2022-12-06T16:21:18.308Z] 
16:21:18 [2022-12-06T16:21:18.308Z] #6 [internal] load metadata for docker.io/library/debian:bullseye
16:21:18 [2022-12-06T16:21:18.308Z] #6 DONE 0.3s
16:21:18 [2022-12-06T16:21:18.571Z] 
16:21:18 [2022-12-06T16:21:18.571Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:21:18 [2022-12-06T16:21:18.571Z] #7 DONE 0.3s
16:21:18 [2022-12-06T16:21:18.571Z] 
16:21:18 [2022-12-06T16:21:18.571Z] #5 [internal] load metadata for docker.io/library/golang:1.19.3-bullseye
16:21:18 [2022-12-06T16:21:18.571Z] #5 DONE 0.3s
16:21:18 [2022-12-06T16:21:18.571Z] 
16:21:18 [2022-12-06T16:21:18.571Z] #8 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:a288aa7ad0e4d443e86843972c25a02f99e9ad6ee589dd764895b2c3f5a8340b
16:21:18 [2022-12-06T16:21:18.571Z] #8 resolve docker.io/library/debian:bullseye@sha256:a288aa7ad0e4d443e86843972c25a02f99e9ad6ee589dd764895b2c3f5a8340b 0.0s done
16:21:18 [2022-12-06T16:21:18.833Z] #8 sha256:b398b1d261cd117e8b602e15fff07462cd60735526b07878c990ca32a931766b 529B / 529B done
16:21:18 [2022-12-06T16:21:18.833Z] #8 sha256:92dc3659087245df908cfc94278bab1bc9099230a6af05821cf01f2e218c8ca8 1.48kB / 1.48kB done
16:21:18 [2022-12-06T16:21:18.833Z] #8 sha256:4948a51a9a3f176f30ac619014f4a2da453a943244eacb53096ee9742eb7cef1 12.58MB / 53.70MB 0.2s
16:21:18 [2022-12-06T16:21:18.833Z] #8 sha256:a288aa7ad0e4d443e86843972c25a02f99e9ad6ee589dd764895b2c3f5a8340b 1.85kB / 1.85kB done
16:21:18 [2022-12-06T16:21:18.833Z] #8 sha256:4948a51a9a3f176f30ac619014f4a2da453a943244eacb53096ee9742eb7cef1 24.95MB / 53.70MB 0.3s
16:21:19 [2022-12-06T16:21:19.104Z] #8 sha256:4948a51a9a3f176f30ac619014f4a2da453a943244eacb53096ee9742eb7cef1 34.60MB / 53.70MB 0.4s
16:21:19 [2022-12-06T16:21:19.104Z] #8 ...
16:21:19 [2022-12-06T16:21:19.104Z] 
16:21:19 [2022-12-06T16:21:19.104Z] #9 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
16:21:19 [2022-12-06T16:21:19.104Z] #9 DONE 0.6s
16:21:19 [2022-12-06T16:21:19.104Z] 
16:21:19 [2022-12-06T16:21:19.104Z] #8 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:a288aa7ad0e4d443e86843972c25a02f99e9ad6ee589dd764895b2c3f5a8340b
16:21:19 [2022-12-06T16:21:19.104Z] #8 sha256:4948a51a9a3f176f30ac619014f4a2da453a943244eacb53096ee9742eb7cef1 44.20MB / 53.70MB 0.5s
16:21:19 [2022-12-06T16:21:19.363Z] #8 sha256:4948a51a9a3f176f30ac619014f4a2da453a943244eacb53096ee9742eb7cef1 53.70MB / 53.70MB 0.6s
16:21:19 [2022-12-06T16:21:19.363Z] #8 sha256:4948a51a9a3f176f30ac619014f4a2da453a943244eacb53096ee9742eb7cef1 53.70MB / 53.70MB 0.7s done
16:21:19 [2022-12-06T16:21:19.623Z] #8 extracting sha256:4948a51a9a3f176f30ac619014f4a2da453a943244eacb53096ee9742eb7cef1
16:21:21 [2022-12-06T16:21:21.527Z] #8 ...
16:21:21 [2022-12-06T16:21:21.527Z] 
16:21:21 [2022-12-06T16:21:21.527Z] #10 [internal] load build context
16:21:21 [2022-12-06T16:21:21.527Z] #10 transferring context: 63.86MB 2.9s done
16:21:21 [2022-12-06T16:21:21.527Z] #10 DONE 3.0s
16:21:21 [2022-12-06T16:21:21.527Z] 
16:21:21 [2022-12-06T16:21:21.527Z] #8 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:a288aa7ad0e4d443e86843972c25a02f99e9ad6ee589dd764895b2c3f5a8340b
16:21:21 [2022-12-06T16:21:21.785Z] #8 ...
16:21:21 [2022-12-06T16:21:21.785Z] 
16:21:21 [2022-12-06T16:21:21.785Z] #11 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:21:21 [2022-12-06T16:21:21.785Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done
16:21:21 [2022-12-06T16:21:21.785Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:21:21 [2022-12-06T16:21:21.785Z] #11 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:21:21 [2022-12-06T16:21:21.785Z] #11 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:21:21 [2022-12-06T16:21:21.785Z] #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.0s done
16:21:21 [2022-12-06T16:21:21.785Z] #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done
16:21:21 [2022-12-06T16:21:21.785Z] #11 DONE 3.2s
16:21:21 [2022-12-06T16:21:21.785Z] 
16:21:21 [2022-12-06T16:21:21.785Z] #8 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:a288aa7ad0e4d443e86843972c25a02f99e9ad6ee589dd764895b2c3f5a8340b
16:21:24 [2022-12-06T16:21:24.313Z] #8 extracting sha256:4948a51a9a3f176f30ac619014f4a2da453a943244eacb53096ee9742eb7cef1 4.6s done
16:21:24 [2022-12-06T16:21:24.313Z] #8 DONE 5.9s
16:21:24 [2022-12-06T16:21:24.313Z] 
16:21:24 [2022-12-06T16:21:24.313Z] #12 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:21:25 [2022-12-06T16:21:25.690Z] #12 1.075 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:21:25 [2022-12-06T16:21:25.690Z] #12 1.090 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:21:25 [2022-12-06T16:21:25.690Z] #12 1.090 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:21:25 [2022-12-06T16:21:25.948Z] #12 1.397 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:21:25 [2022-12-06T16:21:25.948Z] #12 1.662 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB]
16:21:26 [2022-12-06T16:21:26.514Z] #12 2.105 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:21:27 [2022-12-06T16:21:27.081Z] #12 2.748 Fetched 8495 kB in 2s (4394 kB/s)
16:21:27 [2022-12-06T16:21:27.648Z] #12 2.748 Reading package lists...
16:21:28 [2022-12-06T16:21:28.223Z] #12 3.384 Reading package lists...
16:21:28 [2022-12-06T16:21:28.481Z] #12 3.935 Building dependency tree...
16:21:28 [2022-12-06T16:21:28.481Z] #12 ...
16:21:28 [2022-12-06T16:21:28.481Z] 
16:21:28 [2022-12-06T16:21:28.481Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:e6d4c14362eca8a8f3db973f36e982f3aaf09e65d78065c6a36cd74c314175c0
16:21:28 [2022-12-06T16:21:28.481Z] #13 resolve docker.io/library/golang:1.19.3-bullseye@sha256:e6d4c14362eca8a8f3db973f36e982f3aaf09e65d78065c6a36cd74c314175c0 0.0s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 sha256:e6d4c14362eca8a8f3db973f36e982f3aaf09e65d78065c6a36cd74c314175c0 1.86kB / 1.86kB done
16:21:28 [2022-12-06T16:21:28.481Z] #13 sha256:a3e29af4daf3531efcc63588162e8bdcf3434aa5d72df4eabeb5e20c6695e303 5.15MB / 5.15MB 0.2s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 sha256:533ea8ef7688aacf5626e18d71dd7ae6a4b02f8c226ae0ec461fd43acb815159 1.80kB / 1.80kB done
16:21:28 [2022-12-06T16:21:28.481Z] #13 sha256:7f88dd7839e14188af238084c35bc40ae2cb886064829811dbcbf29ed9b521dd 7.12kB / 7.12kB done
16:21:28 [2022-12-06T16:21:28.481Z] #13 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 53.70MB / 53.70MB 0.8s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 sha256:3d7b1480fa4dae5cbbb7d091c46ae0ae52f501418d4cfeb849b87023364e2564 10.87MB / 10.87MB 0.4s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 sha256:426e8acfed2a5373bd99b22b5a968d55a148e14bc0e0f51c5cf0d779afefe291 54.68MB / 54.68MB 1.1s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 sha256:4fb255e3f99867ec7a2286dfbbef990491cde0a5d226d92be30bad4f9e917fa4 81.37MB / 81.37MB 1.8s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 sha256:fecd6ba4b3f93b6c90f4058b512f1b0a44223ccb3244f0049b16fe2c1b41cf45 115.13MB / 115.13MB 2.2s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 extracting sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 4.6s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 sha256:cd807e8b483974845eabbdbbaa4bb3a66f74facd8c061e01e923e9f1da608271 157B / 157B 1.2s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 extracting sha256:a3e29af4daf3531efcc63588162e8bdcf3434aa5d72df4eabeb5e20c6695e303 0.2s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 extracting sha256:3d7b1480fa4dae5cbbb7d091c46ae0ae52f501418d4cfeb849b87023364e2564 0.3s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 extracting sha256:426e8acfed2a5373bd99b22b5a968d55a148e14bc0e0f51c5cf0d779afefe291 2.8s done
16:21:28 [2022-12-06T16:21:28.481Z] #13 extracting sha256:4fb255e3f99867ec7a2286dfbbef990491cde0a5d226d92be30bad4f9e917fa4 0.2s
16:21:28 [2022-12-06T16:21:28.739Z] #13 ...
16:21:28 [2022-12-06T16:21:28.739Z] 
16:21:28 [2022-12-06T16:21:28.739Z] #12 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:21:28 [2022-12-06T16:21:28.739Z] #12 4.269 The following additional packages will be installed:
16:21:28 [2022-12-06T16:21:28.739Z] #12 4.270   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
16:21:28 [2022-12-06T16:21:28.739Z] #12 4.270   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
16:21:28 [2022-12-06T16:21:28.739Z] #12 4.272 Recommended packages:
16:21:28 [2022-12-06T16:21:28.739Z] #12 4.272   libldap-common publicsuffix libsasl2-modules
16:21:28 [2022-12-06T16:21:28.997Z] #12 4.393 The following NEW packages will be installed:
16:21:28 [2022-12-06T16:21:28.997Z] #12 4.393   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
16:21:28 [2022-12-06T16:21:28.997Z] #12 4.394   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:21:28 [2022-12-06T16:21:28.997Z] #12 4.394   libssh2-1 openssl
16:21:28 [2022-12-06T16:21:28.997Z] #12 4.665 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
16:21:28 [2022-12-06T16:21:28.997Z] #12 4.665 Need to get 2941 kB of archives.
16:21:28 [2022-12-06T16:21:28.997Z] #12 4.665 After this operation, 6478 kB of additional disk space will be used.
16:21:28 [2022-12-06T16:21:28.997Z] #12 4.665 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.671 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.673 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.675 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.676 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.681 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.681 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.681 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.681 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.682 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.687 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.687 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.687 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.770 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:21:29 [2022-12-06T16:21:29.255Z] #12 4.770 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:21:29 [2022-12-06T16:21:29.513Z] #12 4.974 debconf: delaying package configuration, since apt-utils is not installed
16:21:29 [2022-12-06T16:21:29.513Z] #12 4.995 Fetched 2941 kB in 0s (8236 kB/s)
16:21:29 [2022-12-06T16:21:29.513Z] #12 5.028 Selecting previously unselected package openssl.
16:21:29 [2022-12-06T16:21:29.513Z] #12 5.028 (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 ... 6653 files and directories currently installed.)
16:21:29 [2022-12-06T16:21:29.513Z] #12 5.028 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ...
16:21:29 [2022-12-06T16:21:29.513Z] #12 5.033 Unpacking openssl (1.1.1n-0+deb11u3) ...
16:21:29 [2022-12-06T16:21:29.513Z] #12 5.145 Selecting previously unselected package ca-certificates.
16:21:29 [2022-12-06T16:21:29.513Z] #12 5.145 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
16:21:29 [2022-12-06T16:21:29.513Z] #12 5.151 Unpacking ca-certificates (20210119) ...
16:21:29 [2022-12-06T16:21:29.513Z] #12 5.221 Selecting previously unselected package libbrotli1:arm64.
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.222 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.234 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.299 Selecting previously unselected package libsasl2-modules-db:arm64.
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.299 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.306 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.346 Selecting previously unselected package libsasl2-2:arm64.
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.346 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.350 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.397 Selecting previously unselected package libldap-2.4-2:arm64.
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.398 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
16:21:29 [2022-12-06T16:21:29.774Z] #12 5.405 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.467 Selecting previously unselected package libnghttp2-14:arm64.
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.467 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.471 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.514 Selecting previously unselected package libpsl5:arm64.
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.515 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.519 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.566 Selecting previously unselected package librtmp1:arm64.
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.566 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.569 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.614 Selecting previously unselected package libssh2-1:arm64.
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.615 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.621 Unpacking libssh2-1:arm64 (1.9.0-2) ...
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.693 Selecting previously unselected package libcurl4:arm64.
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.693 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ...
16:21:30 [2022-12-06T16:21:30.032Z] #12 5.697 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.764 Selecting previously unselected package curl.
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.764 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_arm64.deb ...
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.770 Unpacking curl (7.74.0-1.3+deb11u3) ...
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.830 Selecting previously unselected package libonig5:arm64.
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.830 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.834 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.901 Selecting previously unselected package libjq1:arm64.
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.901 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.905 Unpacking libjq1:arm64 (1.6-2.1) ...
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.944 Selecting previously unselected package jq.
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.944 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
16:21:30 [2022-12-06T16:21:30.290Z] #12 5.948 Unpacking jq (1.6-2.1) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 5.992 Setting up libpsl5:arm64 (0.21.0-1.2) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.006 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.016 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.030 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.048 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.061 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.074 Setting up libssh2-1:arm64 (1.9.0-2) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.086 Setting up openssl (1.1.1n-0+deb11u3) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.106 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.119 Setting up libjq1:arm64 (1.6-2.1) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.130 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
16:21:30 [2022-12-06T16:21:30.548Z] #12 6.141 Setting up ca-certificates (20210119) ...
16:21:31 [2022-12-06T16:21:31.486Z] #12 6.805 Updating certificates in /etc/ssl/certs...
16:21:32 [2022-12-06T16:21:32.051Z] #12 7.717 129 added, 0 removed; done.
16:21:32 [2022-12-06T16:21:32.309Z] #12 7.755 Setting up jq (1.6-2.1) ...
16:21:32 [2022-12-06T16:21:32.309Z] #12 7.770 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
16:21:32 [2022-12-06T16:21:32.309Z] #12 7.785 Setting up curl (7.74.0-1.3+deb11u3) ...
16:21:32 [2022-12-06T16:21:32.309Z] #12 7.800 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:21:32 [2022-12-06T16:21:32.309Z] #12 7.824 Processing triggers for ca-certificates (20210119) ...
16:21:32 [2022-12-06T16:21:32.309Z] #12 7.834 Updating certificates in /etc/ssl/certs...
16:21:32 [2022-12-06T16:21:32.875Z] #12 8.542 0 added, 0 removed; done.
16:21:32 [2022-12-06T16:21:32.875Z] #12 8.542 Running hooks in /etc/ca-certificates/update.d...
16:21:32 [2022-12-06T16:21:32.875Z] #12 8.544 done.
16:21:37 [2022-12-06T16:21:37.057Z] #12 ...
16:21:37 [2022-12-06T16:21:37.057Z] 
16:21:37 [2022-12-06T16:21:37.057Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:e6d4c14362eca8a8f3db973f36e982f3aaf09e65d78065c6a36cd74c314175c0
16:21:37 [2022-12-06T16:21:37.057Z] #13 extracting sha256:4fb255e3f99867ec7a2286dfbbef990491cde0a5d226d92be30bad4f9e917fa4 2.5s done
16:21:37 [2022-12-06T16:21:37.057Z] #13 extracting sha256:fecd6ba4b3f93b6c90f4058b512f1b0a44223ccb3244f0049b16fe2c1b41cf45 4.0s done
16:21:37 [2022-12-06T16:21:37.057Z] #13 extracting sha256:cd807e8b483974845eabbdbbaa4bb3a66f74facd8c061e01e923e9f1da608271 done
16:21:37 [2022-12-06T16:21:37.057Z] #13 DONE 18.4s
16:21:37 [2022-12-06T16:21:37.057Z] 
16:21:37 [2022-12-06T16:21:37.057Z] #14 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:21:38 [2022-12-06T16:21:38.961Z] #14 DONE 1.9s
16:21:38 [2022-12-06T16:21:38.961Z] 
16:21:38 [2022-12-06T16:21:38.961Z] #12 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
16:21:38 [2022-12-06T16:21:38.961Z] #12 DONE 14.5s
16:21:38 [2022-12-06T16:21:38.961Z] 
16:21:38 [2022-12-06T16:21:38.961Z] #15 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:21:38 [2022-12-06T16:21:38.961Z] #15 DONE 0.1s
16:21:38 [2022-12-06T16:21:38.961Z] 
16:21:38 [2022-12-06T16:21:38.961Z] #16 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:21:39 [2022-12-06T16:21:39.527Z] #16 ...
16:21:39 [2022-12-06T16:21:39.527Z] 
16:21:39 [2022-12-06T16:21:39.527Z] #17 [base 3/3] 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
16:21:39 [2022-12-06T16:21:39.527Z] #17 DONE 0.7s
16:21:39 [2022-12-06T16:21:39.785Z] 
16:21:39 [2022-12-06T16:21:39.785Z] #18 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
16:21:39 [2022-12-06T16:21:39.785Z] #18 ...
16:21:39 [2022-12-06T16:21:39.785Z] 
16:21:39 [2022-12-06T16:21:39.785Z] #19 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:21:39 [2022-12-06T16:21:39.785Z] #19 DONE 0.2s
16:21:39 [2022-12-06T16:21:39.785Z] 
16:21:39 [2022-12-06T16:21:39.785Z] #20 [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
16:21:39 [2022-12-06T16:21:39.785Z] #20 DONE 0.2s
16:21:39 [2022-12-06T16:21:39.785Z] 
16:21:39 [2022-12-06T16:21:39.785Z] #21 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:21:39 [2022-12-06T16:21:39.785Z] #21 DONE 0.3s
16:21:40 [2022-12-06T16:21:40.048Z] 
16:21:40 [2022-12-06T16:21:40.048Z] #18 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
16:21:40 [2022-12-06T16:21:40.048Z] #18 DONE 0.3s
16:21:40 [2022-12-06T16:21:40.048Z] 
16:21:40 [2022-12-06T16:21:40.048Z] #22 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
16:21:40 [2022-12-06T16:21:40.048Z] #22 DONE 0.3s
16:21:40 [2022-12-06T16:21:40.048Z] 
16:21:40 [2022-12-06T16:21:40.048Z] #23 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.876 + RM_GOPATH=0
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.876 + TMP_GOPATH=
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.876 + : /build
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.876 + '[' -z '' ']'
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.879 ++ mktemp -d
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.909 + export GOPATH=/tmp/tmp.ZOHJcQ4Ahv
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.910 + GOPATH=/tmp/tmp.ZOHJcQ4Ahv
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.910 + RM_GOPATH=1
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.910 + case "$(go env GOARCH)" in
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.911 ++ go env GOARCH
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.946 + export GO_BUILDMODE=-buildmode=pie
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.946 + GO_BUILDMODE=-buildmode=pie
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.947 ++ dirname /install.sh
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.961 + dir=/
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.962 + bin=rootlesskit
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.962 + shift
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.962 + '[' '!' -f //rootlesskit.installer ']'
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.973 + . //rootlesskit.installer
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.973 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
16:21:45 [2022-12-06T16:21:45.359Z] #23 4.974 + install_rootlesskit
16:21:45 [2022-12-06T16:21:45.360Z] #23 4.974 + case "$1" in
16:21:45 [2022-12-06T16:21:45.360Z] #23 4.974 + export CGO_ENABLED=0
16:21:45 [2022-12-06T16:21:45.360Z] #23 4.975 + CGO_ENABLED=0
16:21:45 [2022-12-06T16:21:45.360Z] #23 4.975 + _install_rootlesskit
16:21:45 [2022-12-06T16:21:45.360Z] #23 4.976 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
16:21:45 [2022-12-06T16:21:45.360Z] #23 4.983 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
16:21:45 [2022-12-06T16:21:45.360Z] #23 4.985 + for f in rootlesskit rootlesskit-docker-proxy
16:21:45 [2022-12-06T16:21:45.360Z] #23 4.985 + GOBIN=/build
16:21:45 [2022-12-06T16:21:45.360Z] #23 4.986 + GO111MODULE=on
16:21:45 [2022-12-06T16:21:45.360Z] #23 4.986 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
16:21:45 [2022-12-06T16:21:45.621Z] #23 5.508 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
16:21:46 [2022-12-06T16:21:46.190Z] #23 ...
16:21:46 [2022-12-06T16:21:46.190Z] 
16:21:46 [2022-12-06T16:21:46.190Z] #16 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:21:46 [2022-12-06T16:21:46.190Z] #16 2.416 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:21:46 [2022-12-06T16:21:46.190Z] #16 2.859 
16:21:46 [2022-12-06T16:21:46.190Z] #16 3.030 #=#=#                                                                         

                                                                           0.9%
######################################################################## 100.0%
16:21:46 [2022-12-06T16:21:46.190Z] #16 3.330 
16:21:46 [2022-12-06T16:21:46.190Z] #16 5.118 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:21:46 [2022-12-06T16:21:46.190Z] #16 6.422 
16:21:46 [2022-12-06T16:21:46.190Z] #16 6.785 #=#=#                                                                         

                                                                           0.8%
######################################################################## 100.0%
16:21:47 [2022-12-06T16:21:47.126Z] #16 8.232 
16:21:49 [2022-12-06T16:21:49.657Z] #16 ...
16:21:49 [2022-12-06T16:21:49.657Z] 
16:21:49 [2022-12-06T16:21:49.657Z] #24 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:21:49 [2022-12-06T16:21:49.657Z] #0 5.615 go: downloading gotest.tools/gotestsum v1.8.2
16:21:49 [2022-12-06T16:21:49.657Z] #0 7.416 go: downloading github.com/fatih/color v1.13.0
16:21:49 [2022-12-06T16:21:49.657Z] #0 7.530 go: downloading github.com/dnephin/pflag v1.0.7
16:21:49 [2022-12-06T16:21:49.657Z] #0 7.712 go: downloading golang.org/x/tools v0.1.11
16:21:49 [2022-12-06T16:21:49.657Z] #0 7.996 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:21:49 [2022-12-06T16:21:49.657Z] #0 8.185 go: downloading github.com/mattn/go-colorable v0.1.12
16:21:49 [2022-12-06T16:21:49.657Z] #0 8.296 go: downloading github.com/mattn/go-isatty v0.0.14
16:21:49 [2022-12-06T16:21:49.657Z] #0 8.551 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
16:21:49 [2022-12-06T16:21:49.657Z] #0 8.699 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
16:21:49 [2022-12-06T16:21:49.657Z] #0 8.766 go: downloading github.com/fsnotify/fsnotify v1.5.4
16:21:49 [2022-12-06T16:21:49.657Z] #0 9.018 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
16:21:49 [2022-12-06T16:21:49.918Z] #24 ...
16:21:49 [2022-12-06T16:21:49.918Z] 
16:21:49 [2022-12-06T16:21:49.918Z] #25 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:21:49 [2022-12-06T16:21:49.918Z] #0 4.876 + git clone https://github.com/kolyshkin/go-swagger.git .
16:21:49 [2022-12-06T16:21:49.918Z] #0 4.876 Cloning into '.'...
16:21:50 [2022-12-06T16:21:50.177Z] #25 ...
16:21:50 [2022-12-06T16:21:50.177Z] 
16:21:50 [2022-12-06T16:21:50.177Z] #26 [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
16:21:50 [2022-12-06T16:21:50.177Z] #0 5.027 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:21:50 [2022-12-06T16:21:50.177Z] #0 5.055 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:21:50 [2022-12-06T16:21:50.177Z] #0 5.068 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:21:50 [2022-12-06T16:21:50.177Z] #0 5.538 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
16:21:50 [2022-12-06T16:21:50.177Z] #0 6.311 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:21:50 [2022-12-06T16:21:50.177Z] #0 9.058 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB]
16:21:50 [2022-12-06T16:21:50.177Z] #26 ...
16:21:50 [2022-12-06T16:21:50.177Z] 
16:21:50 [2022-12-06T16:21:50.177Z] #27 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
16:21:50 [2022-12-06T16:21:50.177Z] #0 5.727 go: downloading github.com/tc-hib/go-winres v0.3.0
16:21:50 [2022-12-06T16:21:50.177Z] #0 6.517 go: downloading github.com/tc-hib/winres v0.1.6
16:21:50 [2022-12-06T16:21:50.177Z] #0 7.642 go: downloading github.com/urfave/cli/v2 v2.3.0
16:21:50 [2022-12-06T16:21:50.177Z] #0 7.912 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
16:21:50 [2022-12-06T16:21:50.177Z] #0 8.052 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
16:21:50 [2022-12-06T16:21:50.448Z] #27 10.74 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:21:50 [2022-12-06T16:21:50.448Z] #27 ...
16:21:50 [2022-12-06T16:21:50.448Z] 
16:21:50 [2022-12-06T16:21:50.448Z] #28 [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.0.2"      && /build/shfmt --version
16:21:50 [2022-12-06T16:21:50.448Z] #0 5.668 go: downloading mvdan.cc/sh/v3 v3.0.2
16:21:50 [2022-12-06T16:21:50.448Z] #0 7.082 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:21:50 [2022-12-06T16:21:50.448Z] #0 7.132 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:21:50 [2022-12-06T16:21:50.448Z] #0 7.220 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:21:50 [2022-12-06T16:21:50.448Z] #0 8.951 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:21:50 [2022-12-06T16:21:50.448Z] #28 ...
16:21:50 [2022-12-06T16:21:50.448Z] 
16:21:50 [2022-12-06T16:21:50.449Z] #29 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
16:21:50 [2022-12-06T16:21:50.449Z] #0 3.921 go: downloading github.com/go-delve/delve v1.8.1
16:21:50 [2022-12-06T16:21:50.707Z] #29 ...
16:21:50 [2022-12-06T16:21:50.707Z] 
16:21:50 [2022-12-06T16:21:50.707Z] #30 [tini 1/3] 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             vim-common
16:21:50 [2022-12-06T16:21:50.707Z] #0 5.670 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:21:50 [2022-12-06T16:21:50.707Z] #0 5.696 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:21:50 [2022-12-06T16:21:50.707Z] #0 5.697 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:21:50 [2022-12-06T16:21:50.707Z] #0 6.741 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:21:50 [2022-12-06T16:21:50.707Z] #0 8.894 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB]
16:21:50 [2022-12-06T16:21:50.707Z] #30 ...
16:21:50 [2022-12-06T16:21:50.707Z] 
16:21:50 [2022-12-06T16:21:50.707Z] #31 [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.49.0"      && /build/golangci-lint --version
16:21:50 [2022-12-06T16:21:50.707Z] #0 5.380 go: downloading github.com/golangci/golangci-lint v1.49.0
16:21:50 [2022-12-06T16:21:50.707Z] #0 7.989 go: downloading github.com/gofrs/flock v0.8.1
16:21:50 [2022-12-06T16:21:50.707Z] #0 8.045 go: downloading github.com/pkg/errors v0.9.1
16:21:50 [2022-12-06T16:21:50.707Z] #0 8.101 go: downloading github.com/spf13/cobra v1.5.0
16:21:50 [2022-12-06T16:21:50.707Z] #0 8.184 go: downloading github.com/spf13/pflag v1.0.5
16:21:50 [2022-12-06T16:21:50.707Z] #0 8.466 go: downloading github.com/spf13/viper v1.12.0
16:21:50 [2022-12-06T16:21:50.707Z] #0 8.525 go: downloading gopkg.in/yaml.v3 v3.0.1
16:21:50 [2022-12-06T16:21:50.707Z] #0 8.946 go: downloading github.com/mattn/go-colorable v0.1.13
16:21:50 [2022-12-06T16:21:50.707Z] #0 8.994 go: downloading github.com/mattn/go-isatty v0.0.16
16:21:50 [2022-12-06T16:21:50.707Z] #0 9.140 go: downloading golang.org/x/tools v0.1.12
16:21:50 [2022-12-06T16:21:50.707Z] #0 9.145 go: downloading github.com/hashicorp/go-version v1.6.0
16:21:50 [2022-12-06T16:21:50.707Z] #0 9.336 go: downloading github.com/ldez/gomoddirectives v0.2.3
16:21:50 [2022-12-06T16:21:50.707Z] #0 9.496 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:21:50 [2022-12-06T16:21:50.707Z] #0 9.573 go: downloading github.com/hashicorp/go-multierror v1.1.1
16:21:50 [2022-12-06T16:21:50.966Z] #31 ...
16:21:50 [2022-12-06T16:21:50.966Z] 
16:21:50 [2022-12-06T16:21:50.966Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:21:50 [2022-12-06T16:21:50.966Z] #0 3.601 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:21:50 [2022-12-06T16:21:50.966Z] #0 3.617 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:21:50 [2022-12-06T16:21:50.966Z] #0 3.806 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:21:50 [2022-12-06T16:21:50.966Z] #0 3.911 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:21:50 [2022-12-06T16:21:50.966Z] #0 4.973 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB]
16:21:50 [2022-12-06T16:21:50.966Z] #0 7.580 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:21:51 [2022-12-06T16:21:51.225Z] #32 ...
16:21:51 [2022-12-06T16:21:51.225Z] 
16:21:51 [2022-12-06T16:21:51.225Z] #33 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:21:51 [2022-12-06T16:21:51.225Z] #0 5.696 go: downloading github.com/pelletier/go-toml v1.8.1
16:21:51 [2022-12-06T16:21:51.225Z] #33 ...
16:21:51 [2022-12-06T16:21:51.225Z] 
16:21:51 [2022-12-06T16:21:51.225Z] #34 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
16:21:51 [2022-12-06T16:21:51.225Z] #0 3.572 + git clone https://github.com/docker/distribution.git .
16:21:51 [2022-12-06T16:21:51.225Z] #0 3.576 Cloning into '.'...
16:21:51 [2022-12-06T16:21:51.484Z] #34 ...
16:21:51 [2022-12-06T16:21:51.484Z] 
16:21:51 [2022-12-06T16:21:51.484Z] #35 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:21:51 [2022-12-06T16:21:51.484Z] #0 5.656 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:21:51 [2022-12-06T16:21:51.484Z] #0 5.728 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:21:51 [2022-12-06T16:21:51.484Z] #0 5.728 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:21:51 [2022-12-06T16:21:51.484Z] #0 6.765 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:21:51 [2022-12-06T16:21:51.484Z] #0 8.583 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB]
16:21:51 [2022-12-06T16:21:51.484Z] #0 11.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:21:51 [2022-12-06T16:21:51.484Z] #35 ...
16:21:51 [2022-12-06T16:21:51.484Z] 
16:21:51 [2022-12-06T16:21:51.484Z] #36 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.930 + RM_GOPATH=0
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.930 + TMP_GOPATH=
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.930 + : /build
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.930 + '[' -z '' ']'
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.930 ++ mktemp -d
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.931 + export GOPATH=/tmp/tmp.DABRGWsnKL
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.931 + GOPATH=/tmp/tmp.DABRGWsnKL
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.931 + RM_GOPATH=1
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.931 + case "$(go env GOARCH)" in
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.933 ++ go env GOARCH
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.988 + export GO_BUILDMODE=-buildmode=pie
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.988 + GO_BUILDMODE=-buildmode=pie
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.988 ++ dirname /install.sh
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.990 + dir=/
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.990 + bin=dockercli
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.990 + shift
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.990 + '[' '!' -f //dockercli.installer ']'
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.990 + . //dockercli.installer
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.990 ++ : stable
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.990 ++ : 17.06.2-ce
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.990 + install_dockercli
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.990 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:21:51 [2022-12-06T16:21:51.484Z] #0 3.990 Install docker/cli version 17.06.2-ce from stable
16:21:51 [2022-12-06T16:21:51.484Z] #0 4.015 ++ uname -m
16:21:51 [2022-12-06T16:21:51.484Z] #0 4.025 + arch=aarch64
16:21:51 [2022-12-06T16:21:51.484Z] #0 4.025 + '[' aarch64 '!=' x86_64 ']'
16:21:51 [2022-12-06T16:21:51.484Z] #0 4.025 + '[' aarch64 '!=' s390x ']'
16:21:51 [2022-12-06T16:21:51.484Z] #0 4.025 + '[' aarch64 '!=' armhf ']'
16:21:51 [2022-12-06T16:21:51.484Z] #0 4.025 + build_dockercli
16:21:51 [2022-12-06T16:21:51.484Z] #0 4.025 + git clone https://github.com/docker/docker-ce /tmp/tmp.DABRGWsnKL/tmp/docker-ce
16:21:51 [2022-12-06T16:21:51.484Z] #0 4.025 Cloning into '/tmp/tmp.DABRGWsnKL/tmp/docker-ce'...
16:21:51 [2022-12-06T16:21:51.742Z] #36 ...
16:21:51 [2022-12-06T16:21:51.742Z] 
16:21:51 [2022-12-06T16:21:51.742Z] #37 [containerd 1/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 && apt-get install -y --no-install-recommends             libbtrfs-dev
16:21:51 [2022-12-06T16:21:51.742Z] #0 5.624 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:21:51 [2022-12-06T16:21:51.742Z] #0 5.722 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:21:51 [2022-12-06T16:21:51.742Z] #0 5.722 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:21:51 [2022-12-06T16:21:51.742Z] #0 6.710 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:21:51 [2022-12-06T16:21:51.742Z] #0 8.379 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB]
16:21:51 [2022-12-06T16:21:51.742Z] #0 11.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:21:51 [2022-12-06T16:21:51.742Z] #37 ...
16:21:51 [2022-12-06T16:21:51.742Z] 
16:21:51 [2022-12-06T16:21:51.742Z] #29 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
16:21:51 [2022-12-06T16:21:51.742Z] #29 11.94 go: downloading github.com/sirupsen/logrus v1.6.0
16:21:51 [2022-12-06T16:21:51.742Z] #29 11.94 go: downloading github.com/spf13/cobra v1.1.3
16:21:52 [2022-12-06T16:21:52.001Z] #29 12.30 go: downloading github.com/mattn/go-isatty v0.0.3
16:21:52 [2022-12-06T16:21:52.001Z] #29 12.38 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
16:21:52 [2022-12-06T16:21:52.567Z] #29 12.64 go: downloading gopkg.in/yaml.v2 v2.4.0
16:21:52 [2022-12-06T16:21:52.567Z] #29 12.82 go: downloading github.com/cosiner/argv v0.1.0
16:21:52 [2022-12-06T16:21:52.567Z] #29 12.84 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
16:21:52 [2022-12-06T16:21:52.567Z] #29 12.87 go: downloading github.com/peterh/liner v1.2.2
16:21:52 [2022-12-06T16:21:52.825Z] #29 13.17 go: downloading github.com/google/go-dap v0.6.0
16:21:53 [2022-12-06T16:21:53.084Z] #29 13.43 go: downloading github.com/russross/blackfriday/v2 v2.0.1
16:21:53 [2022-12-06T16:21:53.342Z] #29 13.67 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
16:21:54 [2022-12-06T16:21:54.276Z] #29 14.36 go: downloading github.com/mattn/go-runewidth v0.0.3
16:21:54 [2022-12-06T16:21:54.276Z] #29 14.61 go: downloading github.com/hashicorp/golang-lru v0.5.4
16:21:54 [2022-12-06T16:21:54.276Z] #29 14.71 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
16:21:55 [2022-12-06T16:21:55.651Z] #29 15.94 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
16:21:56 [2022-12-06T16:21:56.218Z] #29 ...
16:21:56 [2022-12-06T16:21:56.218Z] 
16:21:56 [2022-12-06T16:21:56.218Z] #23 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
16:21:56 [2022-12-06T16:21:56.218Z] #23 6.244 go: downloading github.com/sirupsen/logrus v1.9.0
16:21:56 [2022-12-06T16:21:56.218Z] #23 6.250 go: downloading github.com/urfave/cli/v2 v2.23.5
16:21:56 [2022-12-06T16:21:56.218Z] #23 7.028 go: downloading golang.org/x/sys v0.2.0
16:21:56 [2022-12-06T16:21:56.218Z] #23 9.322 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
16:21:56 [2022-12-06T16:21:56.218Z] #23 10.43 go: downloading github.com/google/uuid v1.3.0
16:21:56 [2022-12-06T16:21:56.218Z] #23 10.76 go: downloading github.com/moby/vpnkit v0.5.0
16:21:56 [2022-12-06T16:21:56.218Z] #23 10.95 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:21:56 [2022-12-06T16:21:56.218Z] #23 11.49 go: downloading github.com/gofrs/flock v0.8.1
16:21:56 [2022-12-06T16:21:56.218Z] #23 11.64 go: downloading github.com/gorilla/mux v1.8.0
16:21:56 [2022-12-06T16:21:56.218Z] #23 11.89 go: downloading github.com/moby/sys/mountinfo v0.6.2
16:21:56 [2022-12-06T16:21:56.218Z] #23 12.24 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
16:21:56 [2022-12-06T16:21:56.218Z] #23 12.38 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
16:21:56 [2022-12-06T16:21:56.218Z] #23 14.03 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
16:21:56 [2022-12-06T16:21:56.218Z] #23 14.25 go: downloading golang.org/x/net v0.1.0
16:21:56 [2022-12-06T16:21:56.218Z] #23 14.42 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:21:56 [2022-12-06T16:21:56.475Z] #23 ...
16:21:56 [2022-12-06T16:21:56.475Z] 
16:21:56 [2022-12-06T16:21:56.475Z] #16 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:21:56 [2022-12-06T16:21:56.475Z] #16 14.68 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
16:21:56 [2022-12-06T16:21:56.475Z] #16 16.47 #=#=#                                                                         
16:21:56 [2022-12-06T16:21:56.991Z] #16 16.82 #=#=#                                                                         

                                                                           0.0%
#########                                                                 13.4%
#################                                                         24.1%
###########################                                               38.6%
###################################                                       48.9%
##############################################                            64.3%
##########################################################                80.6%
#################################################################         90.4%
######################################################################## 100.0%
16:21:58 [2022-12-06T16:21:58.367Z] #16 19.25 
16:21:59 [2022-12-06T16:21:59.320Z] #16 ...
16:21:59 [2022-12-06T16:21:59.320Z] 
16:21:59 [2022-12-06T16:21:59.320Z] #33 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:21:59 [2022-12-06T16:21:59.320Z] #33 17.23 tomll can be used in two ways:
16:21:59 [2022-12-06T16:21:59.320Z] #33 17.23 Writing to STDIN and reading from STDOUT:
16:21:59 [2022-12-06T16:21:59.320Z] #33 17.23   cat file.toml | tomll > file.toml
16:21:59 [2022-12-06T16:21:59.320Z] #33 17.23 
16:21:59 [2022-12-06T16:21:59.320Z] #33 17.23 Reading and updating a list of files:
16:21:59 [2022-12-06T16:21:59.320Z] #33 17.23   tomll a.toml b.toml c.toml
16:21:59 [2022-12-06T16:21:59.320Z] #33 17.23 
16:21:59 [2022-12-06T16:21:59.320Z] #33 17.23 When given a list of files, tomll will modify all files in place without asking.
16:21:59 [2022-12-06T16:21:59.320Z] #33 DONE 19.5s
16:21:59 [2022-12-06T16:21:59.320Z] 
16:21:59 [2022-12-06T16:21:59.320Z] #31 [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.49.0"      && /build/golangci-lint --version
16:21:59 [2022-12-06T16:21:59.320Z] #31 15.28 go: downloading github.com/sirupsen/logrus v1.9.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 15.29 go: downloading github.com/stretchr/testify v1.8.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 15.62 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
16:21:59 [2022-12-06T16:21:59.320Z] #31 15.63 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
16:21:59 [2022-12-06T16:21:59.320Z] #31 15.81 go: downloading github.com/mitchellh/mapstructure v1.5.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 15.81 go: downloading github.com/spf13/afero v1.8.2
16:21:59 [2022-12-06T16:21:59.320Z] #31 15.95 go: downloading github.com/spf13/cast v1.5.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 16.04 go: downloading github.com/spf13/jwalterweatherman v1.1.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 16.18 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
16:21:59 [2022-12-06T16:21:59.320Z] #31 16.34 go: downloading github.com/hashicorp/errwrap v1.0.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 16.35 go: downloading 4d63.com/gochecknoglobals v0.1.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 16.69 go: downloading github.com/Antonboom/errname v0.1.7
16:21:59 [2022-12-06T16:21:59.320Z] #31 16.76 go: downloading github.com/Antonboom/nilnil v0.1.1
16:21:59 [2022-12-06T16:21:59.320Z] #31 16.89 go: downloading github.com/BurntSushi/toml v1.2.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 17.82 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16:21:59 [2022-12-06T16:21:59.320Z] #31 17.94 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 18.22 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 18.31 go: downloading github.com/alexkohler/prealloc v1.0.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 18.47 go: downloading github.com/alingse/asasalint v0.0.11
16:21:59 [2022-12-06T16:21:59.320Z] #31 18.65 go: downloading github.com/ashanbrown/forbidigo v1.3.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 18.80 go: downloading github.com/ashanbrown/makezero v1.1.1
16:21:59 [2022-12-06T16:21:59.320Z] #31 18.92 go: downloading github.com/bkielbasa/cyclop v1.2.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 19.03 go: downloading github.com/blizzy78/varnamelen v0.8.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 19.18 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
16:21:59 [2022-12-06T16:21:59.320Z] #31 19.39 go: downloading github.com/breml/bidichk v0.2.3
16:21:59 [2022-12-06T16:21:59.320Z] #31 19.50 go: downloading github.com/breml/errchkjson v0.3.0
16:21:59 [2022-12-06T16:21:59.577Z] #31 19.79 go: downloading github.com/butuzov/ireturn v0.1.1
16:21:59 [2022-12-06T16:21:59.837Z] #31 20.20 go: downloading github.com/charithe/durationcheck v0.0.9
16:21:59 [2022-12-06T16:21:59.837Z] #31 20.33 go: downloading github.com/curioswitch/go-reassign v0.1.2
16:22:00 [2022-12-06T16:22:00.402Z] #31 20.53 go: downloading github.com/daixiang0/gci v0.6.3
16:22:00 [2022-12-06T16:22:00.660Z] #31 20.82 go: downloading github.com/denis-tingaikin/go-header v0.4.3
16:22:00 [2022-12-06T16:22:00.660Z] #31 20.83 go: downloading github.com/esimonov/ifshort v1.0.4
16:22:00 [2022-12-06T16:22:00.660Z] #31 20.92 go: downloading github.com/firefart/nonamedreturns v1.0.4
16:22:00 [2022-12-06T16:22:00.660Z] #31 ...
16:22:00 [2022-12-06T16:22:00.660Z] 
16:22:00 [2022-12-06T16:22:00.660Z] #27 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
16:22:00 [2022-12-06T16:22:00.660Z] #27 10.91 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:22:00 [2022-12-06T16:22:00.660Z] #27 ...
16:22:00 [2022-12-06T16:22:00.660Z] 
16:22:00 [2022-12-06T16:22:00.660Z] #31 [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.49.0"      && /build/golangci-lint --version
16:22:00 [2022-12-06T16:22:00.660Z] #31 20.92 go: downloading github.com/fzipp/gocyclo v0.6.0
16:22:00 [2022-12-06T16:22:00.660Z] #31 21.01 go: downloading github.com/go-critic/go-critic v0.6.4
16:22:01 [2022-12-06T16:22:01.601Z] #31 21.71 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:22:01 [2022-12-06T16:22:01.601Z] #31 ...
16:22:01 [2022-12-06T16:22:01.601Z] 
16:22:01 [2022-12-06T16:22:01.601Z] #30 [tini 1/3] 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             vim-common
16:22:01 [2022-12-06T16:22:01.601Z] #30 11.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:22:01 [2022-12-06T16:22:01.601Z] #30 17.22 Fetched 8495 kB in 12s (718 kB/s)
16:22:01 [2022-12-06T16:22:01.601Z] #30 17.22 Reading package lists...
16:22:01 [2022-12-06T16:22:01.601Z] #30 ...
16:22:01 [2022-12-06T16:22:01.601Z] 
16:22:01 [2022-12-06T16:22:01.601Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:22:01 [2022-12-06T16:22:01.601Z] #32 11.85 Fetched 8495 kB in 9s (988 kB/s)
16:22:01 [2022-12-06T16:22:01.601Z] #32 11.85 Reading package lists...
16:22:01 [2022-12-06T16:22:01.601Z] #32 16.72 Reading package lists...
16:22:01 [2022-12-06T16:22:01.601Z] #32 ...
16:22:01 [2022-12-06T16:22:01.601Z] 
16:22:01 [2022-12-06T16:22:01.601Z] #34 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
16:22:01 [2022-12-06T16:22:01.601Z] #34 21.27 Updating files:  76% (1690/2208)
Updating files:  77% (1701/2208)
Updating files:  78% (1723/2208)
Updating files:  79% (1745/2208)
Updating files:  80% (1767/2208)
Updating files:  81% (1789/2208)
Updating files:  82% (1811/2208)
Updating files:  83% (1833/2208)
Updating files:  84% (1855/2208)
Updating files:  85% (1877/2208)
Updating files:  86% (1899/2208)
Updating files:  87% (1921/2208)
Updating files:  88% (1944/2208)
Updating files:  89% (1966/2208)
Updating files:  90% (1988/2208)
Updating files:  91% (2010/2208)
Updating files:  92% (2032/2208)
Updating files:  93% (2054/2208)
Updating files:  94% (2076/2208)
Updating files:  95% (2098/2208)
Updating files:  96% (2120/2208)
Updating files:  97% (2142/2208)
Updating files:  98% (2164/2208)
Updating files:  99% (2186/2208)
Updating files: 100% (2208/2208)
Updating files: 100% (2208/2208), done.
16:22:01 [2022-12-06T16:22:01.601Z] #34 21.74 + git checkout -q v2.3.0
16:22:02 [2022-12-06T16:22:02.166Z] #34 ...
16:22:02 [2022-12-06T16:22:02.166Z] 
16:22:02 [2022-12-06T16:22:02.167Z] #26 [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
16:22:02 [2022-12-06T16:22:02.167Z] #26 12.22 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:22:02 [2022-12-06T16:22:02.167Z] #26 15.25 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
16:22:02 [2022-12-06T16:22:02.167Z] #26 17.46 Fetched 8499 kB in 13s (663 kB/s)
16:22:02 [2022-12-06T16:22:02.425Z] #26 17.46 Reading package lists...
16:22:02 [2022-12-06T16:22:02.425Z] #26 ...
16:22:02 [2022-12-06T16:22:02.425Z] 
16:22:02 [2022-12-06T16:22:02.425Z] #31 [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.49.0"      && /build/golangci-lint --version
16:22:02 [2022-12-06T16:22:02.425Z] #31 21.77 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:22:02 [2022-12-06T16:22:02.425Z] #31 21.77 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
16:22:02 [2022-12-06T16:22:02.425Z] #31 21.91 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.08 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.15 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.19 go: downloading github.com/golangci/misspell v0.3.5
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.38 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.44 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.51 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.56 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.56 go: downloading github.com/hexops/gotextdiff v1.0.3
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.68 go: downloading github.com/jgautheron/goconst v1.5.1
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.71 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.77 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
16:22:02 [2022-12-06T16:22:02.425Z] #31 22.81 go: downloading github.com/julz/importas v0.1.0
16:22:02 [2022-12-06T16:22:02.683Z] #31 22.84 go: downloading github.com/kisielk/errcheck v1.6.2
16:22:02 [2022-12-06T16:22:02.683Z] #31 22.99 go: downloading github.com/kulti/thelper v0.6.3
16:22:02 [2022-12-06T16:22:02.683Z] #31 22.99 go: downloading github.com/kunwardeep/paralleltest v1.0.6
16:22:02 [2022-12-06T16:22:02.683Z] #31 23.08 go: downloading github.com/kyoh86/exportloopref v0.1.8
16:22:02 [2022-12-06T16:22:02.683Z] #31 23.18 go: downloading github.com/ldez/tagliatelle v0.3.1
16:22:02 [2022-12-06T16:22:02.942Z] #31 23.25 go: downloading github.com/leonklingele/grouper v1.1.0
16:22:02 [2022-12-06T16:22:02.942Z] #31 23.34 go: downloading github.com/lufeee/execinquery v1.2.1
16:22:02 [2022-12-06T16:22:02.942Z] #31 23.40 go: downloading github.com/maratori/testpackage v1.1.0
16:22:03 [2022-12-06T16:22:03.200Z] #31 23.50 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
16:22:03 [2022-12-06T16:22:03.200Z] #31 23.50 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
16:22:03 [2022-12-06T16:22:03.200Z] #31 23.59 go: downloading github.com/mgechev/revive v1.2.3
16:22:04 [2022-12-06T16:22:04.137Z] #31 24.33 go: downloading github.com/moricho/tparallel v0.2.1
16:22:04 [2022-12-06T16:22:04.137Z] #31 24.35 go: downloading github.com/nakabonne/nestif v0.3.1
16:22:04 [2022-12-06T16:22:04.137Z] #31 24.43 go: downloading github.com/nishanths/exhaustive v0.8.1
16:22:04 [2022-12-06T16:22:04.137Z] #31 24.49 go: downloading github.com/nishanths/predeclared v0.2.2
16:22:04 [2022-12-06T16:22:04.395Z] #31 24.66 go: downloading github.com/polyfloyd/go-errorlint v1.0.2
16:22:04 [2022-12-06T16:22:04.395Z] #31 24.76 go: downloading github.com/ryancurrah/gomodguard v1.2.4
16:22:04 [2022-12-06T16:22:04.653Z] #31 24.80 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
16:22:04 [2022-12-06T16:22:04.653Z] #31 24.90 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
16:22:04 [2022-12-06T16:22:04.653Z] #31 24.96 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
16:22:04 [2022-12-06T16:22:04.653Z] #31 25.05 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0
16:22:04 [2022-12-06T16:22:04.922Z] #31 25.05 go: downloading github.com/securego/gosec/v2 v2.13.1
16:22:04 [2022-12-06T16:22:04.922Z] #31 ...
16:22:04 [2022-12-06T16:22:04.922Z] 
16:22:04 [2022-12-06T16:22:04.922Z] #24 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:22:04 [2022-12-06T16:22:04.922Z] #24 15.12 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
16:22:04 [2022-12-06T16:22:04.922Z] #24 ...
16:22:04 [2022-12-06T16:22:04.922Z] 
16:22:04 [2022-12-06T16:22:04.922Z] #26 [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
16:22:04 [2022-12-06T16:22:04.922Z] #26 17.46 Reading package lists...
16:22:06 [2022-12-06T16:22:06.821Z] #26 23.38 Reading package lists...
16:22:06 [2022-12-06T16:22:06.821Z] #26 ...
16:22:06 [2022-12-06T16:22:06.821Z] 
16:22:06 [2022-12-06T16:22:06.821Z] #37 [containerd 1/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 && apt-get install -y --no-install-recommends             libbtrfs-dev
16:22:06 [2022-12-06T16:22:06.821Z] #37 17.14 Fetched 8495 kB in 12s (721 kB/s)
16:22:06 [2022-12-06T16:22:06.821Z] #37 17.14 Reading package lists...
16:22:06 [2022-12-06T16:22:06.821Z] #37 22.35 Reading package lists...
16:22:07 [2022-12-06T16:22:07.081Z] #37 26.96 Building dependency tree...
16:22:07 [2022-12-06T16:22:07.081Z] #37 ...
16:22:07 [2022-12-06T16:22:07.081Z] 
16:22:07 [2022-12-06T16:22:07.081Z] #35 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:22:07 [2022-12-06T16:22:07.081Z] #35 17.23 Fetched 8495 kB in 12s (714 kB/s)
16:22:07 [2022-12-06T16:22:07.081Z] #35 17.23 Reading package lists...
16:22:07 [2022-12-06T16:22:07.081Z] #35 23.53 Reading package lists...
16:22:07 [2022-12-06T16:22:07.081Z] #35 ...
16:22:07 [2022-12-06T16:22:07.081Z] 
16:22:07 [2022-12-06T16:22:07.081Z] #31 [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.49.0"      && /build/golangci-lint --version
16:22:07 [2022-12-06T16:22:07.081Z] #31 25.46 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
16:22:07 [2022-12-06T16:22:07.081Z] #31 25.46 go: downloading github.com/sivchari/containedctx v1.0.2
16:22:07 [2022-12-06T16:22:07.081Z] #31 25.53 go: downloading github.com/sivchari/nosnakecase v1.7.0
16:22:07 [2022-12-06T16:22:07.081Z] #31 25.54 go: downloading github.com/sivchari/tenv v1.7.0
16:22:07 [2022-12-06T16:22:07.081Z] #31 25.62 go: downloading github.com/sonatard/noctx v0.0.1
16:22:07 [2022-12-06T16:22:07.081Z] #31 25.69 go: downloading github.com/sourcegraph/go-diff v0.6.1
16:22:07 [2022-12-06T16:22:07.081Z] #31 25.81 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
16:22:07 [2022-12-06T16:22:07.081Z] #31 25.85 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
16:22:07 [2022-12-06T16:22:07.081Z] #31 25.94 go: downloading github.com/sylvia7788/contextcheck v1.0.6
16:22:07 [2022-12-06T16:22:07.081Z] #31 25.95 go: downloading github.com/tdakkota/asciicheck v0.1.1
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.04 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.04 go: downloading github.com/tetafro/godot v1.4.11
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.12 go: downloading github.com/timonwong/logrlint v0.1.0
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.22 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.22 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.54 go: downloading github.com/ultraware/funlen v0.0.3
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.58 go: downloading github.com/ultraware/whitespace v0.0.5
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.64 go: downloading github.com/uudashr/gocognit v1.0.6
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.78 go: downloading github.com/yagipy/maintidx v1.0.0
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.86 go: downloading github.com/yeya24/promlinter v0.2.0
16:22:07 [2022-12-06T16:22:07.081Z] #31 26.97 go: downloading gitlab.com/bosi/decorder v0.2.3
16:22:07 [2022-12-06T16:22:07.081Z] #31 27.05 go: downloading honnef.co/go/tools v0.3.3
16:22:08 [2022-12-06T16:22:08.982Z] #31 28.98 go: downloading mvdan.cc/gofumpt v0.3.1
16:22:08 [2022-12-06T16:22:08.982Z] #31 29.01 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:22:08 [2022-12-06T16:22:08.982Z] #31 29.16 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442
16:22:08 [2022-12-06T16:22:08.982Z] #31 29.23 go: downloading github.com/davecgh/go-spew v1.1.1
16:22:08 [2022-12-06T16:22:08.982Z] #31 29.30 go: downloading github.com/pmezard/go-difflib v1.0.0
16:22:08 [2022-12-06T16:22:08.982Z] #31 29.32 go: downloading github.com/stretchr/objx v0.4.0
16:22:08 [2022-12-06T16:22:08.982Z] #31 29.37 go: downloading golang.org/x/text v0.3.7
16:22:12 [2022-12-06T16:22:12.334Z] #31 ...
16:22:12 [2022-12-06T16:22:12.334Z] 
16:22:12 [2022-12-06T16:22:12.334Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:22:12 [2022-12-06T16:22:12.334Z] #32 16.72 Reading package lists...
16:22:12 [2022-12-06T16:22:12.334Z] #32 22.43 Building dependency tree...
16:22:12 [2022-12-06T16:22:12.334Z] #32 26.23 The following additional packages will be installed:
16:22:12 [2022-12-06T16:22:12.334Z] #32 26.23   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:22:12 [2022-12-06T16:22:12.334Z] #32 26.24   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:22:12 [2022-12-06T16:22:12.334Z] #32 26.24   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:22:12 [2022-12-06T16:22:12.334Z] #32 26.24   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:22:12 [2022-12-06T16:22:12.334Z] #32 26.24   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:22:12 [2022-12-06T16:22:12.334Z] #32 26.24   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:22:12 [2022-12-06T16:22:12.334Z] #32 26.24   mingw-w64-common mingw-w64-x86-64-dev
16:22:12 [2022-12-06T16:22:12.334Z] #32 26.25 Suggested packages:
16:22:12 [2022-12-06T16:22:12.334Z] #32 26.28   gcc-10-locales seccomp wine64
16:22:12 [2022-12-06T16:22:12.334Z] #32 27.64 The following NEW packages will be installed:
16:22:12 [2022-12-06T16:22:12.334Z] #32 27.66   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:22:12 [2022-12-06T16:22:12.334Z] #32 27.66   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:22:12 [2022-12-06T16:22:12.334Z] #32 27.67   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:22:12 [2022-12-06T16:22:12.334Z] #32 27.67   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:22:12 [2022-12-06T16:22:12.334Z] #32 27.67   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:22:12 [2022-12-06T16:22:12.334Z] #32 27.67   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:22:12 [2022-12-06T16:22:12.334Z] #32 27.67   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:22:12 [2022-12-06T16:22:12.334Z] #32 27.67   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:22:12 [2022-12-06T16:22:12.334Z] #32 27.67   mingw-w64-x86-64-dev
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.12 0 upgraded, 30 newly installed, 0 to remove and 4 not upgraded.
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.12 Need to get 108 MB of archives.
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.12 After this operation, 620 MB of additional disk space will be used.
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.22 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.38 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.39 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.41 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.93 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 28.93 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 29.41 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 30.87 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 31.21 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 31.74 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
16:22:12 [2022-12-06T16:22:12.335Z] #32 32.61 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
16:22:12 [2022-12-06T16:22:12.909Z] #32 ...
16:22:12 [2022-12-06T16:22:12.909Z] 
16:22:12 [2022-12-06T16:22:12.909Z] #30 [tini 1/3] 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             vim-common
16:22:12 [2022-12-06T16:22:12.909Z] #30 17.22 Reading package lists...
16:22:12 [2022-12-06T16:22:12.909Z] #30 23.28 Reading package lists...
16:22:12 [2022-12-06T16:22:12.909Z] #30 27.95 Building dependency tree...
16:22:12 [2022-12-06T16:22:12.909Z] #30 31.92 The following additional packages will be installed:
16:22:12 [2022-12-06T16:22:12.909Z] #30 31.94   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
16:22:12 [2022-12-06T16:22:12.909Z] #30 31.97 Suggested packages:
16:22:12 [2022-12-06T16:22:12.909Z] #30 31.97   cmake-doc ninja-build lrzip
16:22:12 [2022-12-06T16:22:12.909Z] #30 31.97 Recommended packages:
16:22:12 [2022-12-06T16:22:12.909Z] #30 31.97   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:22:12 [2022-12-06T16:22:12.909Z] #30 32.69 The following NEW packages will be installed:
16:22:12 [2022-12-06T16:22:12.909Z] #30 32.70   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:22:12 [2022-12-06T16:22:12.909Z] #30 32.71   vim-common xxd
16:22:12 [2022-12-06T16:22:12.909Z] #30 33.19 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
16:22:12 [2022-12-06T16:22:12.909Z] #30 33.19 Need to get 15.6 MB of archives.
16:22:12 [2022-12-06T16:22:12.909Z] #30 33.19 After this operation, 67.4 MB of additional disk space will be used.
16:22:12 [2022-12-06T16:22:12.909Z] #30 33.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
16:22:12 [2022-12-06T16:22:12.909Z] #30 33.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:22:12 [2022-12-06T16:22:12.909Z] #30 ...
16:22:12 [2022-12-06T16:22:12.909Z] 
16:22:12 [2022-12-06T16:22:12.909Z] #26 [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
16:22:12 [2022-12-06T16:22:12.909Z] #26 23.38 Reading package lists...
16:22:12 [2022-12-06T16:22:12.909Z] #26 28.18 Building dependency tree...
16:22:12 [2022-12-06T16:22:12.909Z] #26 32.22 The following additional packages will be installed:
16:22:12 [2022-12-06T16:22:12.909Z] #26 32.23   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:22:12 [2022-12-06T16:22:12.909Z] #26 32.23   python3-protobuf python3-six
16:22:12 [2022-12-06T16:22:12.909Z] #26 32.26 Suggested packages:
16:22:12 [2022-12-06T16:22:12.909Z] #26 32.28   python3-setuptools
16:22:12 [2022-12-06T16:22:12.909Z] #26 32.28 Recommended packages:
16:22:12 [2022-12-06T16:22:12.909Z] #26 32.28   iproute2 | iproute
16:22:12 [2022-12-06T16:22:12.909Z] #26 33.02 The following NEW packages will be installed:
16:22:12 [2022-12-06T16:22:12.909Z] #26 33.02   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:22:12 [2022-12-06T16:22:12.909Z] #26 33.03   python3-protobuf python3-six
16:22:13 [2022-12-06T16:22:13.189Z] #26 ...
16:22:13 [2022-12-06T16:22:13.189Z] 
16:22:13 [2022-12-06T16:22:13.189Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.27 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.27 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.27 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.28 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.29 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.29 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.30 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.30 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.30 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.32 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.35 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.35 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.36 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.42 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.42 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:22:13 [2022-12-06T16:22:13.189Z] #32 33.43 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
16:22:13 [2022-12-06T16:22:13.446Z] #32 ...
16:22:13 [2022-12-06T16:22:13.446Z] 
16:22:13 [2022-12-06T16:22:13.447Z] #34 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
16:22:13 [2022-12-06T16:22:13.447Z] #34 23.56 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:22:13 [2022-12-06T16:22:13.447Z] #34 ...
16:22:13 [2022-12-06T16:22:13.447Z] 
16:22:13 [2022-12-06T16:22:13.447Z] #26 [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
16:22:13 [2022-12-06T16:22:13.447Z] #26 33.61 0 upgraded, 8 newly installed, 0 to remove and 4 not upgraded.
16:22:13 [2022-12-06T16:22:13.447Z] #26 33.61 Need to get 2136 kB of archives.
16:22:13 [2022-12-06T16:22:13.447Z] #26 33.61 After this operation, 10.8 MB of additional disk space will be used.
16:22:13 [2022-12-06T16:22:13.447Z] #26 33.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
16:22:13 [2022-12-06T16:22:13.447Z] #26 33.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:22:13 [2022-12-06T16:22:13.447Z] #26 33.63 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
16:22:13 [2022-12-06T16:22:13.447Z] #26 33.63 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
16:22:13 [2022-12-06T16:22:13.447Z] #26 33.64 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:22:13 [2022-12-06T16:22:13.447Z] #26 33.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
16:22:13 [2022-12-06T16:22:13.447Z] #26 33.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:22:14 [2022-12-06T16:22:14.835Z] #26 ...
16:22:14 [2022-12-06T16:22:14.835Z] 
16:22:14 [2022-12-06T16:22:14.835Z] #37 [containerd 1/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 && apt-get install -y --no-install-recommends             libbtrfs-dev
16:22:14 [2022-12-06T16:22:14.835Z] #37 26.96 Building dependency tree...
16:22:14 [2022-12-06T16:22:14.835Z] #37 30.93 The following additional packages will be installed:
16:22:14 [2022-12-06T16:22:14.835Z] #37 30.95   libbtrfs0
16:22:14 [2022-12-06T16:22:14.835Z] #37 31.19 The following NEW packages will be installed:
16:22:14 [2022-12-06T16:22:14.835Z] #37 31.21   libbtrfs-dev libbtrfs0
16:22:14 [2022-12-06T16:22:14.835Z] #37 31.59 0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.
16:22:14 [2022-12-06T16:22:14.835Z] #37 31.59 Need to get 454 kB of archives.
16:22:14 [2022-12-06T16:22:14.835Z] #37 31.59 After this operation, 1275 kB of additional disk space will be used.
16:22:14 [2022-12-06T16:22:14.835Z] #37 31.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
16:22:14 [2022-12-06T16:22:14.835Z] #37 31.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
16:22:14 [2022-12-06T16:22:14.835Z] #37 32.66 debconf: delaying package configuration, since apt-utils is not installed
16:22:14 [2022-12-06T16:22:14.835Z] #37 33.02 Fetched 454 kB in 0s (1218 kB/s)
16:22:14 [2022-12-06T16:22:14.835Z] #37 33.28 Selecting previously unselected package libbtrfs0:arm64.
16:22:14 [2022-12-06T16:22:14.835Z] #37 33.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 ... 15709 files and directories currently installed.)
16:22:14 [2022-12-06T16:22:14.835Z] #37 33.35 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
16:22:14 [2022-12-06T16:22:14.835Z] #37 33.38 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
16:22:14 [2022-12-06T16:22:14.835Z] #37 33.70 Selecting previously unselected package libbtrfs-dev:arm64.
16:22:14 [2022-12-06T16:22:14.835Z] #37 33.71 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
16:22:14 [2022-12-06T16:22:14.835Z] #37 33.72 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
16:22:14 [2022-12-06T16:22:14.835Z] #37 34.12 Setting up libbtrfs0:arm64 (5.10.1-2) ...
16:22:14 [2022-12-06T16:22:14.835Z] #37 34.14 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
16:22:14 [2022-12-06T16:22:14.835Z] #37 34.15 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:22:14 [2022-12-06T16:22:14.835Z] #37 DONE 34.9s
16:22:14 [2022-12-06T16:22:14.835Z] 
16:22:14 [2022-12-06T16:22:14.835Z] #38 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
16:22:14 [2022-12-06T16:22:14.835Z] #38 DONE 0.1s
16:22:14 [2022-12-06T16:22:14.835Z] 
16:22:14 [2022-12-06T16:22:14.835Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:22:14 [2022-12-06T16:22:14.835Z] #32 34.49 debconf: delaying package configuration, since apt-utils is not installed
16:22:14 [2022-12-06T16:22:14.835Z] #32 34.74 Fetched 108 MB in 6s (19.1 MB/s)
16:22:14 [2022-12-06T16:22:14.835Z] #32 34.82 Selecting previously unselected package binutils-mingw-w64-i686.
16:22:14 [2022-12-06T16:22:14.835Z] #32 34.82 (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 ... 15709 files and directories currently installed.)
16:22:14 [2022-12-06T16:22:14.835Z] #32 34.84 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
16:22:14 [2022-12-06T16:22:14.835Z] #32 34.90 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:22:15 [2022-12-06T16:22:15.401Z] #32 ...
16:22:15 [2022-12-06T16:22:15.401Z] 
16:22:15 [2022-12-06T16:22:15.401Z] #16 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:22:15 [2022-12-06T16:22:15.401Z] #16 26.25 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:22:15 [2022-12-06T16:22:15.401Z] #16 27.85 
16:22:15 [2022-12-06T16:22:15.401Z] #16 28.23 #=#=#                                                                         

######################################################################## 100.0%
16:22:15 [2022-12-06T16:22:15.401Z] #16 29.54 
16:22:15 [2022-12-06T16:22:15.401Z] #16 32.30 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:22:15 [2022-12-06T16:22:15.401Z] #16 34.11 #=#=#                                                                         
16:22:15 [2022-12-06T16:22:15.401Z] #16 34.48 #=#=#                                                                         

######################################################################## 100.0%
16:22:15 [2022-12-06T16:22:15.401Z] #16 36.03 
16:22:15 [2022-12-06T16:22:15.401Z] #16 ...
16:22:15 [2022-12-06T16:22:15.401Z] 
16:22:15 [2022-12-06T16:22:15.402Z] #31 [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.49.0"      && /build/golangci-lint --version
16:22:15 [2022-12-06T16:22:15.402Z] #31 35.63 go: downloading github.com/subosito/gotenv v1.4.0
16:22:15 [2022-12-06T16:22:15.402Z] #31 35.63 go: downloading github.com/hashicorp/hcl v1.0.0
16:22:15 [2022-12-06T16:22:15.660Z] #31 ...
16:22:15 [2022-12-06T16:22:15.660Z] 
16:22:15 [2022-12-06T16:22:15.660Z] #16 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:22:15 [2022-12-06T16:22:15.660Z] #16 36.49 Download of images into '/build' complete.
16:22:15 [2022-12-06T16:22:15.660Z] #16 36.49 Use something like the following to load the result into a Docker daemon:
16:22:15 [2022-12-06T16:22:15.660Z] #16 36.49   tar -cC '/build' . | docker load
16:22:15 [2022-12-06T16:22:15.660Z] #16 DONE 36.6s
16:22:15 [2022-12-06T16:22:15.660Z] 
16:22:15 [2022-12-06T16:22:15.660Z] #28 [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.0.2"      && /build/shfmt --version
16:22:15 [2022-12-06T16:22:15.660Z] #28 35.92 v3.0.2
16:22:15 [2022-12-06T16:22:15.660Z] #28 DONE 36.0s
16:22:15 [2022-12-06T16:22:15.918Z] 
16:22:15 [2022-12-06T16:22:15.918Z] #31 [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.49.0"      && /build/golangci-lint --version
16:22:15 [2022-12-06T16:22:15.918Z] #31 36.14 go: downloading gopkg.in/ini.v1 v1.66.6
16:22:15 [2022-12-06T16:22:15.918Z] #31 36.14 go: downloading github.com/magiconair/properties v1.8.6
16:22:15 [2022-12-06T16:22:15.918Z] #31 36.40 go: downloading github.com/pelletier/go-toml/v2 v2.0.2
16:22:16 [2022-12-06T16:22:16.484Z] #31 36.67 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
16:22:17 [2022-12-06T16:22:17.063Z] #31 37.22 go: downloading github.com/pelletier/go-toml v1.9.5
16:22:17 [2022-12-06T16:22:17.322Z] #31 37.57 go: downloading github.com/gobwas/glob v0.2.3
16:22:17 [2022-12-06T16:22:17.580Z] #31 ...
16:22:17 [2022-12-06T16:22:17.580Z] 
16:22:17 [2022-12-06T16:22:17.580Z] #27 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.56 NAME:
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.56    go-winres - A tool for embedding resources in Windows executables
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.58 
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.58 USAGE:
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.59    go-winres [global options] command [command options] [arguments...]
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.59 
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.59 COMMANDS:
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.59    init     Create an initial ./winres/winres.json
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.59    make     Make syso files for the "go build" command
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.59    simply   Make syso files for the "go build" command (simplified)
16:22:17 [2022-12-06T16:22:17.580Z] #27 37.59    extract  Extract all resources from an executable
16:22:17 [2022-12-06T16:22:17.581Z] #27 37.59    patch    Replace resources in an executable file (exe, dll)
16:22:17 [2022-12-06T16:22:17.581Z] #27 37.60    help, h  Shows a list of commands or help for one command
16:22:17 [2022-12-06T16:22:17.581Z] #27 37.60 
16:22:17 [2022-12-06T16:22:17.581Z] #27 37.60 GLOBAL OPTIONS:
16:22:17 [2022-12-06T16:22:17.581Z] #27 37.60    --help, -h  show help (default: false)
16:22:17 [2022-12-06T16:22:17.581Z] #27 DONE 37.8s
16:22:17 [2022-12-06T16:22:17.581Z] 
16:22:17 [2022-12-06T16:22:17.581Z] #31 [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.49.0"      && /build/golangci-lint --version
16:22:17 [2022-12-06T16:22:17.581Z] #31 37.96 go: downloading go.uber.org/zap v1.17.0
16:22:17 [2022-12-06T16:22:17.849Z] #31 ...
16:22:17 [2022-12-06T16:22:17.849Z] 
16:22:17 [2022-12-06T16:22:17.849Z] #35 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:22:17 [2022-12-06T16:22:17.849Z] #35 23.53 Reading package lists...
16:22:17 [2022-12-06T16:22:17.849Z] #35 28.00 Building dependency tree...
16:22:17 [2022-12-06T16:22:17.849Z] #35 31.96 python3 is already the newest version (3.9.2-3).
16:22:17 [2022-12-06T16:22:17.849Z] #35 31.96 The following additional packages will be installed:
16:22:17 [2022-12-06T16:22:17.849Z] #35 31.99   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
16:22:17 [2022-12-06T16:22:17.849Z] #35 32.00   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
16:22:17 [2022-12-06T16:22:17.849Z] #35 32.05 Suggested packages:
16:22:17 [2022-12-06T16:22:17.849Z] #35 32.05   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
16:22:17 [2022-12-06T16:22:17.849Z] #35 32.05   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
16:22:17 [2022-12-06T16:22:17.849Z] #35 32.05   m4-doc ed diffutils-doc
16:22:17 [2022-12-06T16:22:17.849Z] #35 32.05 Recommended packages:
16:22:17 [2022-12-06T16:22:17.849Z] #35 32.05   fakeroot libalgorithm-merge-perl libltdl-dev
16:22:17 [2022-12-06T16:22:17.849Z] #35 33.61 The following NEW packages will be installed:
16:22:17 [2022-12-06T16:22:17.849Z] #35 33.62   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
16:22:17 [2022-12-06T16:22:17.849Z] #35 33.62   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
16:22:17 [2022-12-06T16:22:17.849Z] #35 33.63   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
16:22:17 [2022-12-06T16:22:17.849Z] #35 33.63   libyajl2 m4 patch xz-utils
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.06 0 upgraded, 23 newly installed, 0 to remove and 4 not upgraded.
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.06 Need to get 5921 kB of archives.
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.06 After this operation, 18.6 MB of additional disk space will be used.
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.08 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.08 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.14 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.14 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.14 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.18 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.19 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.25 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.25 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.27 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.29 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.29 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.33 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.33 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.33 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.34 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.34 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 34.36 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
16:22:17 [2022-12-06T16:22:17.849Z] #35 35.23 debconf: delaying package configuration, since apt-utils is not installed
16:22:17 [2022-12-06T16:22:17.849Z] #35 35.66 Fetched 5921 kB in 1s (9530 kB/s)
16:22:17 [2022-12-06T16:22:17.849Z] #35 35.83 Selecting previously unselected package bzip2.
16:22:17 [2022-12-06T16:22:17.849Z] #35 35.83 (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 ... 15709 files and directories currently installed.)
16:22:17 [2022-12-06T16:22:17.849Z] #35 35.88 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
16:22:17 [2022-12-06T16:22:17.849Z] #35 35.95 Unpacking bzip2 (1.0.8-4) ...
16:22:17 [2022-12-06T16:22:17.849Z] #35 36.30 Selecting previously unselected package libmagic-mgc.
16:22:17 [2022-12-06T16:22:17.849Z] #35 36.30 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ...
16:22:17 [2022-12-06T16:22:17.849Z] #35 36.32 Unpacking libmagic-mgc (1:5.39-3) ...
16:22:17 [2022-12-06T16:22:17.849Z] #35 37.44 Selecting previously unselected package libmagic1:arm64.
16:22:17 [2022-12-06T16:22:17.849Z] #35 37.45 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ...
16:22:17 [2022-12-06T16:22:17.849Z] #35 37.53 Unpacking libmagic1:arm64 (1:5.39-3) ...
16:22:17 [2022-12-06T16:22:17.849Z] #35 37.73 Selecting previously unselected package file.
16:22:17 [2022-12-06T16:22:17.849Z] #35 37.74 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ...
16:22:17 [2022-12-06T16:22:17.849Z] #35 37.78 Unpacking file (1:5.39-3) ...
16:22:17 [2022-12-06T16:22:17.849Z] #35 38.04 Selecting previously unselected package xz-utils.
16:22:17 [2022-12-06T16:22:17.849Z] #35 38.04 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:22:17 [2022-12-06T16:22:17.849Z] #35 38.04 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:22:18 [2022-12-06T16:22:18.110Z] #35 38.51 Selecting previously unselected package libsigsegv2:arm64.
16:22:18 [2022-12-06T16:22:18.110Z] #35 38.51 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ...
16:22:18 [2022-12-06T16:22:18.110Z] #35 38.51 Unpacking libsigsegv2:arm64 (2.13-1) ...
16:22:18 [2022-12-06T16:22:18.110Z] #35 ...
16:22:18 [2022-12-06T16:22:18.110Z] 
16:22:18 [2022-12-06T16:22:18.110Z] #26 [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
16:22:18 [2022-12-06T16:22:18.110Z] #26 35.98 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
16:22:18 [2022-12-06T16:22:18.110Z] #26 37.48 debconf: delaying package configuration, since apt-utils is not installed
16:22:18 [2022-12-06T16:22:18.110Z] #26 37.90 Fetched 2136 kB in 3s (673 kB/s)
16:22:18 [2022-12-06T16:22:18.110Z] #26 38.11 Selecting previously unselected package libprotobuf23:arm64.
16:22:18 [2022-12-06T16:22:18.110Z] #26 38.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
16:22:18 [2022-12-06T16:22:18.110Z] #26 38.21 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
16:22:18 [2022-12-06T16:22:18.110Z] #26 38.25 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
16:22:19 [2022-12-06T16:22:19.055Z] #26 39.16 Selecting previously unselected package python3-pkg-resources.
16:22:19 [2022-12-06T16:22:19.055Z] #26 39.16 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
16:22:19 [2022-12-06T16:22:19.055Z] #26 39.17 Unpacking python3-pkg-resources (52.0.0-4) ...
16:22:19 [2022-12-06T16:22:19.323Z] #26 39.40 Selecting previously unselected package python3-six.
16:22:19 [2022-12-06T16:22:19.323Z] #26 39.41 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
16:22:19 [2022-12-06T16:22:19.323Z] #26 39.41 Unpacking python3-six (1.16.0-2) ...
16:22:19 [2022-12-06T16:22:19.581Z] #26 39.52 Selecting previously unselected package python3-protobuf.
16:22:19 [2022-12-06T16:22:19.581Z] #26 39.52 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
16:22:19 [2022-12-06T16:22:19.581Z] #26 39.53 Unpacking python3-protobuf (3.12.4-1) ...
16:22:19 [2022-12-06T16:22:19.839Z] #26 40.02 Selecting previously unselected package libnet1:arm64.
16:22:19 [2022-12-06T16:22:19.839Z] #26 40.02 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:22:19 [2022-12-06T16:22:19.839Z] #26 40.03 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:22:20 [2022-12-06T16:22:20.097Z] #26 40.22 Selecting previously unselected package libnl-3-200:arm64.
16:22:20 [2022-12-06T16:22:20.097Z] #26 40.23 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
16:22:20 [2022-12-06T16:22:20.097Z] #26 40.24 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
16:22:20 [2022-12-06T16:22:20.354Z] #26 40.42 Selecting previously unselected package libprotobuf-c1:arm64.
16:22:20 [2022-12-06T16:22:20.354Z] #26 40.42 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:22:20 [2022-12-06T16:22:20.354Z] #26 40.44 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:22:20 [2022-12-06T16:22:20.354Z] #26 40.57 Selecting previously unselected package criu.
16:22:20 [2022-12-06T16:22:20.612Z] #26 40.57 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
16:22:20 [2022-12-06T16:22:20.612Z] #26 40.58 Unpacking criu (3.17.1-1) ...
16:22:21 [2022-12-06T16:22:21.179Z] #26 41.26 Setting up python3-pkg-resources (52.0.0-4) ...
16:22:22 [2022-12-06T16:22:22.122Z] #26 ...
16:22:22 [2022-12-06T16:22:22.122Z] 
16:22:22 [2022-12-06T16:22:22.122Z] #35 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:22:22 [2022-12-06T16:22:22.122Z] #35 38.71 Selecting previously unselected package m4.
16:22:22 [2022-12-06T16:22:22.122Z] #35 38.71 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 38.72 Unpacking m4 (1.4.18-5) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 39.00 Selecting previously unselected package autoconf.
16:22:22 [2022-12-06T16:22:22.122Z] #35 39.00 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 39.01 Unpacking autoconf (2.69-14) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 39.49 Selecting previously unselected package autotools-dev.
16:22:22 [2022-12-06T16:22:22.122Z] #35 39.51 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 39.53 Unpacking autotools-dev (20180224.1+nmu1) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 39.75 Selecting previously unselected package automake.
16:22:22 [2022-12-06T16:22:22.122Z] #35 39.75 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 39.77 Unpacking automake (1:1.16.3-2) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 40.30 Selecting previously unselected package patch.
16:22:22 [2022-12-06T16:22:22.122Z] #35 40.30 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 40.31 Unpacking patch (2.7.6-7) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 40.51 Selecting previously unselected package dpkg-dev.
16:22:22 [2022-12-06T16:22:22.122Z] #35 40.52 Preparing to unpack .../11-dpkg-dev_1.20.12_all.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 40.56 Unpacking dpkg-dev (1.20.12) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 41.68 Selecting previously unselected package build-essential.
16:22:22 [2022-12-06T16:22:22.122Z] #35 41.68 Preparing to unpack .../12-build-essential_12.9_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 41.72 Unpacking build-essential (12.9) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 41.88 Selecting previously unselected package libcap2:arm64.
16:22:22 [2022-12-06T16:22:22.122Z] #35 41.88 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 41.89 Unpacking libcap2:arm64 (1:2.44-1) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 41.99 Selecting previously unselected package libcap-dev:arm64.
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.01 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.01 Unpacking libcap-dev:arm64 (1:2.44-1) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.18 Selecting previously unselected package libprotobuf-c1:arm64.
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.18 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.19 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.29 Selecting previously unselected package libprotobuf-c-dev:arm64.
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.29 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.30 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.45 Selecting previously unselected package libseccomp-dev:arm64.
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.45 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.122Z] #35 42.46 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:22:22 [2022-12-06T16:22:22.381Z] #35 42.61 Selecting previously unselected package libsystemd-dev:arm64.
16:22:22 [2022-12-06T16:22:22.381Z] #35 42.62 Preparing to unpack .../18-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.381Z] #35 42.65 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:22:22 [2022-12-06T16:22:22.947Z] #35 43.27 Selecting previously unselected package libtool.
16:22:22 [2022-12-06T16:22:22.947Z] #35 43.28 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
16:22:22 [2022-12-06T16:22:22.947Z] #35 43.29 Unpacking libtool (2.4.6-15) ...
16:22:22 [2022-12-06T16:22:22.947Z] #35 ...
16:22:22 [2022-12-06T16:22:22.947Z] 
16:22:22 [2022-12-06T16:22:22.947Z] #30 [tini 1/3] 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             vim-common
16:22:22 [2022-12-06T16:22:22.947Z] #30 33.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
16:22:22 [2022-12-06T16:22:22.947Z] #30 33.31 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:22:22 [2022-12-06T16:22:22.947Z] #30 33.80 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB]
16:22:22 [2022-12-06T16:22:22.947Z] #30 33.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
16:22:22 [2022-12-06T16:22:22.947Z] #30 33.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
16:22:22 [2022-12-06T16:22:22.947Z] #30 33.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
16:22:22 [2022-12-06T16:22:22.947Z] #30 33.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
16:22:22 [2022-12-06T16:22:22.947Z] #30 33.83 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
16:22:22 [2022-12-06T16:22:22.947Z] #30 35.49 debconf: delaying package configuration, since apt-utils is not installed
16:22:22 [2022-12-06T16:22:22.947Z] #30 35.84 Fetched 15.6 MB in 1s (12.3 MB/s)
16:22:22 [2022-12-06T16:22:22.947Z] #30 36.15 Selecting previously unselected package xxd.
16:22:22 [2022-12-06T16:22:22.947Z] #30 36.15 (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 ... 15709 files and directories currently installed.)
16:22:22 [2022-12-06T16:22:22.947Z] #30 36.25 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.947Z] #30 36.26 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:22:22 [2022-12-06T16:22:22.947Z] #30 36.70 Selecting previously unselected package vim-common.
16:22:22 [2022-12-06T16:22:22.947Z] #30 36.70 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:22:22 [2022-12-06T16:22:22.947Z] #30 36.74 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:22:22 [2022-12-06T16:22:22.947Z] #30 37.51 Selecting previously unselected package cmake-data.
16:22:22 [2022-12-06T16:22:22.947Z] #30 37.52 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
16:22:22 [2022-12-06T16:22:22.947Z] #30 37.55 Unpacking cmake-data (3.18.4-2+deb11u1) ...
16:22:22 [2022-12-06T16:22:22.947Z] #30 41.73 Selecting previously unselected package libicu67:arm64.
16:22:22 [2022-12-06T16:22:22.947Z] #30 41.73 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
16:22:22 [2022-12-06T16:22:22.947Z] #30 41.74 Unpacking libicu67:arm64 (67.1-7) ...
16:22:23 [2022-12-06T16:22:23.204Z] #30 ...
16:22:23 [2022-12-06T16:22:23.204Z] 
16:22:23 [2022-12-06T16:22:23.204Z] #35 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:22:23 [2022-12-06T16:22:23.204Z] #35 43.47 Selecting previously unselected package libudev-dev:arm64.
16:22:23 [2022-12-06T16:22:23.204Z] #35 43.47 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ...
16:22:23 [2022-12-06T16:22:23.204Z] #35 43.48 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
16:22:23 [2022-12-06T16:22:23.462Z] #35 43.68 Selecting previously unselected package libyajl2:arm64.
16:22:23 [2022-12-06T16:22:23.462Z] #35 43.68 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ...
16:22:23 [2022-12-06T16:22:23.462Z] #35 43.69 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:22:23 [2022-12-06T16:22:23.462Z] #35 43.78 Selecting previously unselected package libyajl-dev:arm64.
16:22:23 [2022-12-06T16:22:23.463Z] #35 43.78 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ...
16:22:23 [2022-12-06T16:22:23.463Z] #35 43.80 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
16:22:23 [2022-12-06T16:22:23.463Z] #35 43.91 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:22:23 [2022-12-06T16:22:23.738Z] #35 43.95 Setting up libmagic-mgc (1:5.39-3) ...
16:22:23 [2022-12-06T16:22:23.738Z] #35 43.98 Setting up libyajl2:arm64 (2.1.0-3) ...
16:22:23 [2022-12-06T16:22:23.738Z] #35 44.00 Setting up libmagic1:arm64 (1:5.39-3) ...
16:22:23 [2022-12-06T16:22:23.738Z] #35 44.04 Setting up file (1:5.39-3) ...
16:22:23 [2022-12-06T16:22:23.738Z] #35 44.06 Setting up bzip2 (1.0.8-4) ...
16:22:23 [2022-12-06T16:22:23.738Z] #35 44.07 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:22:23 [2022-12-06T16:22:23.738Z] #35 44.09 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
16:22:23 [2022-12-06T16:22:23.738Z] #35 44.10 Setting up libcap2:arm64 (1:2.44-1) ...
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.15 Setting up autotools-dev (20180224.1+nmu1) ...
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.17 Setting up libsigsegv2:arm64 (2.13-1) ...
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.18 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.23 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.26 Setting up patch (2.7.6-7) ...
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.28 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.30 Setting up libyajl-dev:arm64 (2.1.0-3) ...
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.31 Setting up libcap-dev:arm64 (1:2.44-1) ...
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.33 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.34 Setting up libtool (2.4.6-15) ...
16:22:23 [2022-12-06T16:22:23.997Z] #35 44.35 Setting up m4 (1.4.18-5) ...
16:22:24 [2022-12-06T16:22:24.265Z] #35 44.36 Setting up dpkg-dev (1.20.12) ...
16:22:24 [2022-12-06T16:22:24.265Z] #35 44.40 Setting up autoconf (2.69-14) ...
16:22:24 [2022-12-06T16:22:24.265Z] #35 44.42 Setting up build-essential (12.9) ...
16:22:24 [2022-12-06T16:22:24.265Z] #35 44.44 Setting up automake (1:1.16.3-2) ...
16:22:24 [2022-12-06T16:22:24.265Z] #35 44.45 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:22:24 [2022-12-06T16:22:24.265Z] #35 44.46 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:22:24 [2022-12-06T16:22:24.832Z] #35 ...
16:22:24 [2022-12-06T16:22:24.832Z] 
16:22:24 [2022-12-06T16:22:24.832Z] #39 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.850 + RM_GOPATH=0
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.855 + TMP_GOPATH=
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.856 + : /build
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.856 + '[' -z '' ']'
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.857 ++ mktemp -d
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.862 + export GOPATH=/tmp/tmp.fwKSZqi87i
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.863 + GOPATH=/tmp/tmp.fwKSZqi87i
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.863 + RM_GOPATH=1
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.863 + case "$(go env GOARCH)" in
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.864 ++ go env GOARCH
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.889 + export GO_BUILDMODE=-buildmode=pie
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.908 + GO_BUILDMODE=-buildmode=pie
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 Install containerd version v1.7.0-beta.0
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 ++ dirname /install.sh
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 + dir=/
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 + bin=containerd
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 + shift
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 + '[' '!' -f //containerd.installer ']'
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 + . //containerd.installer
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 ++ set -e
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 ++ : v1.7.0-beta.0
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 + install_containerd
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 + echo 'Install containerd version v1.7.0-beta.0'
16:22:24 [2022-12-06T16:22:24.832Z] #0 0.941 + git clone https://github.com/containerd/containerd.git /tmp/tmp.fwKSZqi87i/src/github.com/containerd/containerd
16:22:24 [2022-12-06T16:22:24.832Z] #0 1.031 Cloning into '/tmp/tmp.fwKSZqi87i/src/github.com/containerd/containerd'...
16:22:24 [2022-12-06T16:22:24.832Z] #39 ...
16:22:24 [2022-12-06T16:22:24.832Z] 
16:22:24 [2022-12-06T16:22:24.832Z] #31 [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.49.0"      && /build/golangci-lint --version
16:22:24 [2022-12-06T16:22:24.832Z] #31 38.59 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
16:22:24 [2022-12-06T16:22:24.832Z] #31 38.60 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 38.70 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d
16:22:24 [2022-12-06T16:22:24.832Z] #31 38.74 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 38.76 go: downloading github.com/go-toolsmith/astcopy v1.0.1
16:22:24 [2022-12-06T16:22:24.832Z] #31 38.83 go: downloading github.com/go-toolsmith/astp v1.0.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 38.83 go: downloading github.com/go-toolsmith/astequal v1.0.2
16:22:24 [2022-12-06T16:22:24.832Z] #31 38.86 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 38.88 go: downloading github.com/go-toolsmith/typep v1.0.2
16:22:24 [2022-12-06T16:22:24.832Z] #31 38.99 go: downloading github.com/quasilyte/go-ruleguard v0.3.17
16:22:24 [2022-12-06T16:22:24.832Z] #31 39.01 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
16:22:24 [2022-12-06T16:22:24.832Z] #31 39.21 go: downloading github.com/kisielk/gotool v1.0.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 39.31 go: downloading github.com/gostaticanalysis/comment v1.4.2
16:22:24 [2022-12-06T16:22:24.832Z] #31 39.44 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
16:22:24 [2022-12-06T16:22:24.832Z] #31 39.70 go: downloading github.com/ettle/strcase v0.1.1
16:22:24 [2022-12-06T16:22:24.832Z] #31 39.90 go: downloading github.com/fatih/structtag v1.2.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 39.90 go: downloading github.com/Masterminds/semver v1.5.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 39.92 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
16:22:24 [2022-12-06T16:22:24.832Z] #31 39.97 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
16:22:24 [2022-12-06T16:22:24.832Z] #31 40.05 go: downloading github.com/prometheus/client_golang v1.12.1
16:22:24 [2022-12-06T16:22:24.832Z] #31 40.54 go: downloading github.com/prometheus/client_model v0.2.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 40.59 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:22:24 [2022-12-06T16:22:24.832Z] #31 40.64 go: downloading github.com/google/go-cmp v0.5.8
16:22:24 [2022-12-06T16:22:24.832Z] #31 40.91 go: downloading go.uber.org/atomic v1.7.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 40.93 go: downloading go.uber.org/multierr v1.6.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 41.02 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375
16:22:24 [2022-12-06T16:22:24.832Z] #31 41.07 go: downloading github.com/olekukonko/tablewriter v0.0.5
16:22:24 [2022-12-06T16:22:24.832Z] #31 41.14 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
16:22:24 [2022-12-06T16:22:24.832Z] #31 41.20 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
16:22:24 [2022-12-06T16:22:24.832Z] #31 41.31 go: downloading github.com/beorn7/perks v1.0.1
16:22:24 [2022-12-06T16:22:24.832Z] #31 41.38 go: downloading github.com/cespare/xxhash/v2 v2.1.2
16:22:24 [2022-12-06T16:22:24.832Z] #31 41.43 go: downloading github.com/golang/protobuf v1.5.2
16:22:24 [2022-12-06T16:22:24.832Z] #31 41.49 go: downloading github.com/prometheus/common v0.32.1
16:22:24 [2022-12-06T16:22:24.832Z] #31 41.89 go: downloading github.com/prometheus/procfs v0.7.3
16:22:24 [2022-12-06T16:22:24.832Z] #31 41.93 go: downloading google.golang.org/protobuf v1.28.0
16:22:24 [2022-12-06T16:22:24.832Z] #31 42.84 go: downloading github.com/mattn/go-runewidth v0.0.9
16:22:24 [2022-12-06T16:22:24.832Z] #31 43.70 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:22:27 [2022-12-06T16:22:27.370Z] #31 ...
16:22:27 [2022-12-06T16:22:27.370Z] 
16:22:27 [2022-12-06T16:22:27.370Z] #30 [tini 1/3] 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             vim-common
16:22:27 [2022-12-06T16:22:27.370Z] #30 47.49 Selecting previously unselected package libxml2:arm64.
16:22:27 [2022-12-06T16:22:27.370Z] #30 47.49 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ...
16:22:27 [2022-12-06T16:22:27.370Z] #30 47.56 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
16:22:27 [2022-12-06T16:22:27.945Z] #30 ...
16:22:27 [2022-12-06T16:22:27.945Z] 
16:22:27 [2022-12-06T16:22:27.945Z] #35 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:22:27 [2022-12-06T16:22:27.945Z] #35 DONE 48.2s
16:22:27 [2022-12-06T16:22:27.945Z] 
16:22:27 [2022-12-06T16:22:27.945Z] #30 [tini 1/3] 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             vim-common
16:22:27 [2022-12-06T16:22:27.945Z] #30 48.06 Selecting previously unselected package libarchive13:arm64.
16:22:27 [2022-12-06T16:22:27.945Z] #30 48.06 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
16:22:27 [2022-12-06T16:22:27.945Z] #30 48.08 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
16:22:28 [2022-12-06T16:22:28.203Z] #30 48.46 Selecting previously unselected package libjsoncpp24:arm64.
16:22:28 [2022-12-06T16:22:28.203Z] #30 48.48 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
16:22:28 [2022-12-06T16:22:28.203Z] #30 48.50 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
16:22:28 [2022-12-06T16:22:28.462Z] #30 ...
16:22:28 [2022-12-06T16:22:28.462Z] 
16:22:28 [2022-12-06T16:22:28.462Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:22:28 [2022-12-06T16:22:28.462Z] #32 38.63 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:22:28 [2022-12-06T16:22:28.462Z] #32 38.63 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 38.64 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 40.93 Selecting previously unselected package binutils-mingw-w64.
16:22:28 [2022-12-06T16:22:28.462Z] #32 40.94 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 40.95 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 41.09 Selecting previously unselected package libdevmapper1.02.1:arm64.
16:22:28 [2022-12-06T16:22:28.462Z] #32 41.09 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 41.11 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 41.32 Selecting previously unselected package dmsetup.
16:22:28 [2022-12-06T16:22:28.462Z] #32 41.32 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 41.33 Unpacking dmsetup (2:1.02.175-2.1) ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 41.53 Selecting previously unselected package mingw-w64-common.
16:22:28 [2022-12-06T16:22:28.462Z] #32 41.54 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 41.56 Unpacking mingw-w64-common (8.0.0-1) ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 47.49 Selecting previously unselected package mingw-w64-x86-64-dev.
16:22:28 [2022-12-06T16:22:28.462Z] #32 47.50 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 47.61 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:22:28 [2022-12-06T16:22:28.462Z] #32 ...
16:22:28 [2022-12-06T16:22:28.462Z] 
16:22:28 [2022-12-06T16:22:28.462Z] #30 [tini 1/3] 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             vim-common
16:22:28 [2022-12-06T16:22:28.462Z] #30 48.85 Selecting previously unselected package librhash0:arm64.
16:22:28 [2022-12-06T16:22:28.462Z] #30 48.85 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
16:22:28 [2022-12-06T16:22:28.462Z] #30 48.86 Unpacking librhash0:arm64 (1.4.1-2) ...
16:22:28 [2022-12-06T16:22:28.722Z] #30 48.98 Selecting previously unselected package libuv1:arm64.
16:22:28 [2022-12-06T16:22:28.722Z] #30 48.99 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
16:22:28 [2022-12-06T16:22:28.722Z] #30 49.00 Unpacking libuv1:arm64 (1.40.0-2) ...
16:22:28 [2022-12-06T16:22:28.981Z] #30 49.25 Selecting previously unselected package cmake.
16:22:28 [2022-12-06T16:22:28.981Z] #30 49.26 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
16:22:28 [2022-12-06T16:22:28.981Z] #30 49.28 Unpacking cmake (3.18.4-2+deb11u1) ...
16:22:30 [2022-12-06T16:22:30.372Z] #30 ...
16:22:30 [2022-12-06T16:22:30.372Z] 
16:22:30 [2022-12-06T16:22:30.372Z] #26 [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
16:22:30 [2022-12-06T16:22:30.372Z] #26 42.82 Setting up libprotobuf23:arm64 (3.12.4-1) ...
16:22:30 [2022-12-06T16:22:30.372Z] #26 42.86 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:22:30 [2022-12-06T16:22:30.372Z] #26 42.88 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:22:30 [2022-12-06T16:22:30.372Z] #26 42.90 Setting up python3-six (1.16.0-2) ...
16:22:30 [2022-12-06T16:22:30.372Z] #26 43.99 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
16:22:30 [2022-12-06T16:22:30.372Z] #26 44.02 Setting up python3-protobuf (3.12.4-1) ...
16:22:30 [2022-12-06T16:22:30.372Z] #26 47.24 Setting up criu (3.17.1-1) ...
16:22:30 [2022-12-06T16:22:30.372Z] #26 49.45 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:22:30 [2022-12-06T16:22:30.372Z] #26 DONE 50.1s
16:22:30 [2022-12-06T16:22:30.372Z] 
16:22:30 [2022-12-06T16:22:30.372Z] #25 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:22:30 [2022-12-06T16:22:30.372Z] #25 40.81 Updating files:  99% (1515/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
16:22:30 [2022-12-06T16:22:30.372Z] #25 40.85 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:22:30 [2022-12-06T16:22:30.372Z] #25 41.47 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:22:32 [2022-12-06T16:22:32.277Z] #25 ...
16:22:32 [2022-12-06T16:22:32.277Z] 
16:22:32 [2022-12-06T16:22:32.277Z] #30 [tini 1/3] 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             vim-common
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.29 Setting up libicu67:arm64 (67.1-7) ...
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.31 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.32 Setting up libuv1:arm64 (1.40.0-2) ...
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.36 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.41 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.45 Setting up librhash0:arm64 (1.4.1-2) ...
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.49 Setting up cmake-data (3.18.4-2+deb11u1) ...
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.51 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.54 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.55 Setting up cmake (3.18.4-2+deb11u1) ...
16:22:32 [2022-12-06T16:22:32.277Z] #30 52.57 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:22:33 [2022-12-06T16:22:33.212Z] #30 DONE 53.3s
16:22:33 [2022-12-06T16:22:33.212Z] 
16:22:33 [2022-12-06T16:22:33.212Z] #40 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
16:22:33 [2022-12-06T16:22:33.212Z] #40 DONE 0.2s
16:22:33 [2022-12-06T16:22:33.212Z] 
16:22:33 [2022-12-06T16:22:33.212Z] #41 [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
16:22:33 [2022-12-06T16:22:33.212Z] #0 0.727 Cloning into '/tmp/crun-build'...
16:22:33 [2022-12-06T16:22:33.212Z] #41 ...
16:22:33 [2022-12-06T16:22:33.212Z] 
16:22:33 [2022-12-06T16:22:33.212Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
16:22:33 [2022-12-06T16:22:33.780Z] #42 0.707 + RM_GOPATH=0
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.707 + TMP_GOPATH=
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.707 + : /build
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.707 + '[' -z '' ']'
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.707 ++ mktemp -d
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.711 + export GOPATH=/tmp/tmp.heTAAtH69o
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.711 + GOPATH=/tmp/tmp.heTAAtH69o
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.711 + RM_GOPATH=1
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.712 + case "$(go env GOARCH)" in
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.712 ++ go env GOARCH
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.748 + export GO_BUILDMODE=-buildmode=pie
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.750 + GO_BUILDMODE=-buildmode=pie
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.752 ++ dirname /install.sh
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.764 + dir=/
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.767 + bin=tini
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.767 + shift
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.775 + '[' '!' -f //tini.installer ']'
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.780 + . //tini.installer
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.780 ++ : v0.19.0
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.783 + install_tini
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.784 + echo 'Install tini version v0.19.0'
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.784 Install tini version v0.19.0
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.785 + git clone https://github.com/krallin/tini.git /tmp/tmp.heTAAtH69o/tini
16:22:34 [2022-12-06T16:22:34.039Z] #42 0.788 Cloning into '/tmp/tmp.heTAAtH69o/tini'...
16:22:34 [2022-12-06T16:22:34.605Z] #42 1.496 + cd /tmp/tmp.heTAAtH69o/tini
16:22:34 [2022-12-06T16:22:34.606Z] #42 1.497 + git checkout -q v0.19.0
16:22:34 [2022-12-06T16:22:34.606Z] #42 1.524 + cmake .
16:22:35 [2022-12-06T16:22:35.173Z] #42 1.961 -- The C compiler identification is GNU 10.2.1
16:22:35 [2022-12-06T16:22:35.173Z] #42 2.051 -- Detecting C compiler ABI info
16:22:35 [2022-12-06T16:22:35.739Z] #42 2.563 -- Detecting C compiler ABI info - done
16:22:35 [2022-12-06T16:22:35.739Z] #42 2.641 -- Check for working C compiler: /usr/bin/cc - skipped
16:22:35 [2022-12-06T16:22:35.998Z] #42 2.642 -- Detecting C compile features
16:22:35 [2022-12-06T16:22:35.998Z] #42 2.647 -- Detecting C compile features - done
16:22:35 [2022-12-06T16:22:35.998Z] #42 2.686 -- Performing Test HAS_BUILTIN_FORTIFY
16:22:35 [2022-12-06T16:22:35.998Z] #42 2.891 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:22:36 [2022-12-06T16:22:36.256Z] #42 2.965 -- Configuring done
16:22:36 [2022-12-06T16:22:36.256Z] #42 2.971 -- Generating done
16:22:36 [2022-12-06T16:22:36.256Z] #42 2.996 -- Build files have been written to: /tmp/tmp.heTAAtH69o/tini
16:22:36 [2022-12-06T16:22:36.256Z] #42 3.008 + make tini-static
16:22:36 [2022-12-06T16:22:36.822Z] #42 3.464 Scanning dependencies of target tini-static
16:22:36 [2022-12-06T16:22:36.822Z] #42 3.576 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:22:38 [2022-12-06T16:22:38.735Z] #42 5.032 [100%] Linking C executable tini-static
16:22:38 [2022-12-06T16:22:38.735Z] #42 ...
16:22:38 [2022-12-06T16:22:38.735Z] 
16:22:38 [2022-12-06T16:22:38.735Z] #24 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:22:38 [2022-12-06T16:22:38.735Z] #24 58.26 gotestsum version dev
16:22:38 [2022-12-06T16:22:38.735Z] #24 DONE 59.0s
16:22:38 [2022-12-06T16:22:38.735Z] 
16:22:38 [2022-12-06T16:22:38.735Z] #41 [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
16:22:38 [2022-12-06T16:22:38.735Z] #41 6.756 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
16:22:38 [2022-12-06T16:22:38.735Z] #41 6.805 Cloning into '/tmp/crun-build/libocispec'...
16:22:38 [2022-12-06T16:22:38.735Z] #41 7.890 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
16:22:38 [2022-12-06T16:22:38.735Z] #41 7.895 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
16:22:38 [2022-12-06T16:22:38.735Z] #41 7.897 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
16:22:38 [2022-12-06T16:22:38.735Z] #41 7.897 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
16:22:38 [2022-12-06T16:22:38.735Z] #41 7.921 Cloning into '/tmp/crun-build/libocispec/image-spec'...
16:22:38 [2022-12-06T16:22:38.735Z] #41 9.951 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
16:22:38 [2022-12-06T16:22:38.993Z] #41 ...
16:22:38 [2022-12-06T16:22:38.993Z] 
16:22:38 [2022-12-06T16:22:38.993Z] #42 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
16:22:38 [2022-12-06T16:22:38.993Z] #42 5.650 [100%] Built target tini-static
16:22:38 [2022-12-06T16:22:38.993Z] #42 5.735 + mkdir -p /build
16:22:38 [2022-12-06T16:22:38.993Z] #42 5.740 + cp tini-static /build/docker-init
16:22:38 [2022-12-06T16:22:38.993Z] #42 DONE 5.9s
16:22:39 [2022-12-06T16:22:39.251Z] 
16:22:39 [2022-12-06T16:22:39.251Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:22:39 [2022-12-06T16:22:39.251Z] #32 54.76 Selecting previously unselected package gcc-mingw-w64-base.
16:22:39 [2022-12-06T16:22:39.251Z] #32 54.77 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
16:22:39 [2022-12-06T16:22:39.251Z] #32 54.78 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:22:39 [2022-12-06T16:22:39.251Z] #32 54.94 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:22:39 [2022-12-06T16:22:39.251Z] #32 54.94 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
16:22:39 [2022-12-06T16:22:39.251Z] #32 54.97 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:22:39 [2022-12-06T16:22:39.818Z] #32 ...
16:22:39 [2022-12-06T16:22:39.818Z] 
16:22:39 [2022-12-06T16:22:39.818Z] #41 [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
16:22:39 [2022-12-06T16:22:39.818Z] #41 12.08 Cloning into '/tmp/crun-build/libocispec/yajl'...
16:22:41 [2022-12-06T16:22:41.195Z] #41 13.38 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
16:22:41 [2022-12-06T16:22:41.453Z] #41 13.64 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
16:22:41 [2022-12-06T16:22:41.711Z] #41 13.91 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
16:22:48 [2022-12-06T16:22:48.271Z] #41 ...
16:22:48 [2022-12-06T16:22:48.271Z] 
16:22:48 [2022-12-06T16:22:48.271Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:22:48 [2022-12-06T16:22:48.271Z] #32 62.50 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:22:48 [2022-12-06T16:22:48.271Z] #32 62.50 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
16:22:48 [2022-12-06T16:22:48.271Z] #32 62.51 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:22:54 [2022-12-06T16:22:54.836Z] #32 74.01 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:22:54 [2022-12-06T16:22:54.836Z] #32 74.01 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
16:22:54 [2022-12-06T16:22:54.836Z] #32 74.01 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:22:54 [2022-12-06T16:22:54.836Z] #32 ...
16:22:54 [2022-12-06T16:22:54.836Z] 
16:22:54 [2022-12-06T16:22:54.836Z] #41 [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
16:22:54 [2022-12-06T16:22:54.836Z] #41 26.07 aclocal: warning: couldn't open directory 'm4': No such file or directory
16:22:59 [2022-12-06T16:22:59.067Z] #41 ...
16:22:59 [2022-12-06T16:22:59.067Z] 
16:22:59 [2022-12-06T16:22:59.067Z] #39 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
16:22:59 [2022-12-06T16:22:59.067Z] #39 42.49 Updating files:  50% (2574/5108)
Updating files:  51% (2606/5108)
Updating files:  52% (2657/5108)
Updating files:  53% (2708/5108)
Updating files:  54% (2759/5108)
Updating files:  55% (2810/5108)
Updating files:  56% (2861/5108)
Updating files:  57% (2912/5108)
Updating files:  58% (2963/5108)
Updating files:  59% (3014/5108)
Updating files:  60% (3065/5108)
Updating files:  61% (3116/5108)
Updating files:  62% (3167/5108)
Updating files:  63% (3219/5108)
Updating files:  64% (3270/5108)
Updating files:  65% (3321/5108)
Updating files:  66% (3372/5108)
Updating files:  67% (3423/5108)
Updating files:  68% (3474/5108)
Updating files:  69% (3525/5108)
Updating files:  70% (3576/5108)
Updating files:  71% (3627/5108)
Updating files:  72% (3678/5108)
Updating files:  73% (3729/5108)
Updating files:  74% (3780/5108)
Updating files:  75% (3831/5108)
Updating files:  76% (3883/5108)
Updating files:  77% (3934/5108)
Updating files:  78% (3985/5108)
Updating files:  79% (4036/5108)
Updating files:  80% (4087/5108)
Updating files:  81% (4138/5108)
Updating files:  82% (4189/5108)
Updating files:  83% (4240/5108)
Updating files:  84% (4291/5108)
Updating files:  85% (4342/5108)
Updating files:  86% (4393/5108)
Updating files:  87% (4444/5108)
Updating files:  88% (4496/5108)
Updating files:  89% (4547/5108)
Updating files:  90% (4598/5108)
Updating files:  91% (4649/5108)
Updating files:  92% (4700/5108)
Updating files:  93% (4751/5108)
Updating files:  94% (4802/5108)
Updating files:  95% (4853/5108)
Updating files:  96% (4904/5108)
Updating files:  97% (4955/5108)
Updating files:  98% (5006/5108)
Updating files:  99% (5057/5108)
Updating files: 100% (5108/5108)
Updating files: 100% (5108/5108), done.
16:22:59 [2022-12-06T16:22:59.067Z] #39 43.73 + cd /tmp/tmp.fwKSZqi87i/src/github.com/containerd/containerd
16:22:59 [2022-12-06T16:22:59.067Z] #39 43.73 + git checkout -q v1.7.0-beta.0
16:22:59 [2022-12-06T16:22:59.634Z] #39 44.64 + export 'BUILDTAGS=netgo osusergo static_build'
16:22:59 [2022-12-06T16:22:59.634Z] #39 44.64 + BUILDTAGS='netgo osusergo static_build'
16:22:59 [2022-12-06T16:22:59.634Z] #39 44.64 + export EXTRA_FLAGS=-buildmode=pie
16:22:59 [2022-12-06T16:22:59.634Z] #39 44.64 + EXTRA_FLAGS=-buildmode=pie
16:22:59 [2022-12-06T16:22:59.634Z] #39 44.64 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:22:59 [2022-12-06T16:22:59.634Z] #39 44.64 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:22:59 [2022-12-06T16:22:59.634Z] #39 44.64 + '[' '' = dynamic ']'
16:22:59 [2022-12-06T16:22:59.634Z] #39 44.64 + make
16:23:01 [2022-12-06T16:23:01.534Z] #39 46.51 + bin/ctr
16:23:01 [2022-12-06T16:23:01.534Z] #39 46.51 go build  -gcflags=-trimpath=/tmp/tmp.fwKSZqi87i/src -buildmode=pie  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0-beta.0 -X github.com/containerd/containerd/version.Revision=d878d7dda8d97f7f9d1d50b4a5d36d2d8fae9162 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -extldflags "-fno-PIC -static" -s -w ' -tags "netgo osusergo static_build urfave_cli_no_docs"  ./cmd/ctr
16:23:09 [2022-12-06T16:23:09.637Z] #39 ...
16:23:09 [2022-12-06T16:23:09.637Z] 
16:23:09 [2022-12-06T16:23:09.637Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:23:09 [2022-12-06T16:23:09.637Z] #32 79.22 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:23:09 [2022-12-06T16:23:09.637Z] #32 79.22 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
16:23:09 [2022-12-06T16:23:09.637Z] #32 79.22 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:23:09 [2022-12-06T16:23:09.637Z] #32 85.04 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:23:09 [2022-12-06T16:23:09.637Z] #32 85.07 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
16:23:09 [2022-12-06T16:23:09.637Z] #32 85.08 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:23:12 [2022-12-06T16:23:12.182Z] #32 ...
16:23:12 [2022-12-06T16:23:12.182Z] 
16:23:12 [2022-12-06T16:23:12.182Z] #41 [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
16:23:12 [2022-12-06T16:23:12.182Z] #41 35.34 libtoolize: putting auxiliary files in '.'.
16:23:12 [2022-12-06T16:23:12.182Z] #41 35.34 libtoolize: copying file './ltmain.sh'
16:23:12 [2022-12-06T16:23:12.182Z] #41 36.19 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
16:23:12 [2022-12-06T16:23:12.182Z] #41 36.19 libtoolize: and rerunning libtoolize and aclocal.
16:23:12 [2022-12-06T16:23:12.182Z] #41 36.19 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:23:12 [2022-12-06T16:23:12.182Z] #41 44.14 configure.ac:7: installing './compile'
16:23:12 [2022-12-06T16:23:12.182Z] #41 44.15 configure.ac:11: installing './config.guess'
16:23:12 [2022-12-06T16:23:12.182Z] #41 44.16 configure.ac:11: installing './config.sub'
16:23:12 [2022-12-06T16:23:12.182Z] #41 44.16 configure.ac:8: installing './install-sh'
16:23:12 [2022-12-06T16:23:12.182Z] #41 44.20 configure.ac:8: installing './missing'
16:23:12 [2022-12-06T16:23:12.182Z] #41 44.30 Makefile.am: installing './depcomp'
16:23:13 [2022-12-06T16:23:13.557Z] #41 45.55 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:23:13 [2022-12-06T16:23:13.557Z] #41 45.55 libtoolize: copying file 'build-aux/ltmain.sh'
16:23:13 [2022-12-06T16:23:13.557Z] #41 45.74 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:23:13 [2022-12-06T16:23:13.557Z] #41 45.74 libtoolize: copying file 'm4/libtool.m4'
16:23:13 [2022-12-06T16:23:13.557Z] #41 45.85 libtoolize: copying file 'm4/ltoptions.m4'
16:23:13 [2022-12-06T16:23:13.815Z] #41 45.99 libtoolize: copying file 'm4/ltsugar.m4'
16:23:13 [2022-12-06T16:23:13.815Z] #41 46.11 libtoolize: copying file 'm4/ltversion.m4'
16:23:14 [2022-12-06T16:23:14.082Z] #41 46.24 libtoolize: copying file 'm4/lt~obsolete.m4'
16:23:14 [2022-12-06T16:23:14.082Z] #41 46.36 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:23:15 [2022-12-06T16:23:15.983Z] #41 ...
16:23:15 [2022-12-06T16:23:15.983Z] 
16:23:15 [2022-12-06T16:23:15.983Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:23:15 [2022-12-06T16:23:15.983Z] #32 96.37 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:23:15 [2022-12-06T16:23:15.983Z] #32 96.38 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
16:23:15 [2022-12-06T16:23:15.983Z] #32 96.38 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.0 Selecting previously unselected package g++-mingw-w64-x86-64.
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.1 Selecting previously unselected package libapparmor1:arm64.
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.1 Unpacking libapparmor1:arm64 (2.13.6-10) ...
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.2 Selecting previously unselected package libapparmor-dev:arm64.
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.3 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.4 Selecting previously unselected package libbtrfs0:arm64.
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.4 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.6 Selecting previously unselected package libbtrfs-dev:arm64.
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
16:23:21 [2022-12-06T16:23:21.249Z] #32 101.6 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
16:23:21 [2022-12-06T16:23:21.508Z] #32 101.8 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
16:23:21 [2022-12-06T16:23:21.508Z] #32 101.8 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:23:21 [2022-12-06T16:23:21.508Z] #32 101.8 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
16:23:21 [2022-12-06T16:23:21.508Z] #32 101.9 Selecting previously unselected package libudev-dev:arm64.
16:23:21 [2022-12-06T16:23:21.508Z] #32 101.9 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ...
16:23:21 [2022-12-06T16:23:21.508Z] #32 101.9 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
16:23:21 [2022-12-06T16:23:21.767Z] #32 102.0 Selecting previously unselected package libsepol1-dev:arm64.
16:23:21 [2022-12-06T16:23:21.767Z] #32 102.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
16:23:21 [2022-12-06T16:23:21.767Z] #32 102.0 Unpacking libsepol1-dev:arm64 (3.1-1) ...
16:23:22 [2022-12-06T16:23:22.025Z] #32 102.3 Selecting previously unselected package libpcre2-16-0:arm64.
16:23:22 [2022-12-06T16:23:22.025Z] #32 102.3 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
16:23:22 [2022-12-06T16:23:22.025Z] #32 102.3 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:23:22 [2022-12-06T16:23:22.283Z] #32 102.5 Selecting previously unselected package libpcre2-32-0:arm64.
16:23:22 [2022-12-06T16:23:22.283Z] #32 102.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
16:23:22 [2022-12-06T16:23:22.283Z] #32 102.6 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:23:22 [2022-12-06T16:23:22.542Z] #32 102.7 Selecting previously unselected package libpcre2-posix2:arm64.
16:23:22 [2022-12-06T16:23:22.542Z] #32 102.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
16:23:22 [2022-12-06T16:23:22.542Z] #32 102.7 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:23:22 [2022-12-06T16:23:22.542Z] #32 102.8 Selecting previously unselected package libpcre2-dev:arm64.
16:23:22 [2022-12-06T16:23:22.542Z] #32 102.8 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
16:23:22 [2022-12-06T16:23:22.542Z] #32 102.8 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:23:23 [2022-12-06T16:23:23.108Z] #32 103.3 Selecting previously unselected package libselinux1-dev:arm64.
16:23:23 [2022-12-06T16:23:23.108Z] #32 103.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
16:23:23 [2022-12-06T16:23:23.108Z] #32 103.4 Unpacking libselinux1-dev:arm64 (3.1-3) ...
16:23:23 [2022-12-06T16:23:23.365Z] #32 103.7 Selecting previously unselected package libdevmapper-dev:arm64.
16:23:23 [2022-12-06T16:23:23.365Z] #32 103.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
16:23:23 [2022-12-06T16:23:23.365Z] #32 103.7 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
16:23:23 [2022-12-06T16:23:23.365Z] #32 103.8 Selecting previously unselected package libseccomp-dev:arm64.
16:23:23 [2022-12-06T16:23:23.623Z] #32 103.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:23:23 [2022-12-06T16:23:23.623Z] #32 103.9 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:23:23 [2022-12-06T16:23:23.881Z] #32 104.0 Selecting previously unselected package libsystemd-dev:arm64.
16:23:23 [2022-12-06T16:23:23.881Z] #32 104.1 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
16:23:23 [2022-12-06T16:23:23.881Z] #32 104.1 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:23:24 [2022-12-06T16:23:24.139Z] #32 104.5 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:23:24 [2022-12-06T16:23:24.139Z] #32 104.6 Setting up libapparmor1:arm64 (2.13.6-10) ...
16:23:24 [2022-12-06T16:23:24.398Z] #32 104.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:23:24 [2022-12-06T16:23:24.398Z] #32 104.6 Setting up libsepol1-dev:arm64 (3.1-1) ...
16:23:24 [2022-12-06T16:23:24.398Z] #32 104.7 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:23:24 [2022-12-06T16:23:24.398Z] #32 104.7 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:23:24 [2022-12-06T16:23:24.398Z] #32 104.7 Setting up libbtrfs0:arm64 (5.10.1-2) ...
16:23:24 [2022-12-06T16:23:24.398Z] #32 104.8 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:23:24 [2022-12-06T16:23:24.398Z] #32 104.8 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
16:23:24 [2022-12-06T16:23:24.398Z] #32 104.8 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:23:24 [2022-12-06T16:23:24.398Z] #32 104.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:23:24 [2022-12-06T16:23:24.398Z] #32 104.9 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 104.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 104.9 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 104.9 Setting up mingw-w64-common (8.0.0-1) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 104.9 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 105.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 105.0 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 105.0 Setting up libselinux1-dev:arm64 (3.1-3) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 105.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 105.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 105.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:23:24 [2022-12-06T16:23:24.657Z] #32 105.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:23:24 [2022-12-06T16:23:24.657Z] #32 105.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:23:24 [2022-12-06T16:23:24.657Z] #32 105.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:23:24 [2022-12-06T16:23:24.915Z] #32 105.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:23:24 [2022-12-06T16:23:24.915Z] #32 105.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:23:24 [2022-12-06T16:23:24.915Z] #32 105.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:23:24 [2022-12-06T16:23:24.915Z] #32 105.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:23:24 [2022-12-06T16:23:24.915Z] #32 105.2 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:23:24 [2022-12-06T16:23:24.915Z] #32 105.2 Setting up dmsetup (2:1.02.175-2.1) ...
16:23:24 [2022-12-06T16:23:24.915Z] #32 105.2 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
16:23:24 [2022-12-06T16:23:24.915Z] #32 ...
16:23:24 [2022-12-06T16:23:24.915Z] 
16:23:24 [2022-12-06T16:23:24.915Z] #41 [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
16:23:24 [2022-12-06T16:23:24.915Z] #41 57.09 configure.ac:7: installing 'build-aux/compile'
16:23:24 [2022-12-06T16:23:24.915Z] #41 57.11 configure.ac:9: installing 'build-aux/config.guess'
16:23:24 [2022-12-06T16:23:24.915Z] #41 57.11 configure.ac:9: installing 'build-aux/config.sub'
16:23:24 [2022-12-06T16:23:24.915Z] #41 57.15 configure.ac:11: installing 'build-aux/install-sh'
16:23:24 [2022-12-06T16:23:24.915Z] #41 57.16 configure.ac:11: installing 'build-aux/missing'
16:23:25 [2022-12-06T16:23:25.483Z] #41 57.42 Makefile.am: installing 'build-aux/depcomp'
16:23:25 [2022-12-06T16:23:25.483Z] #41 57.51 parallel-tests: installing 'build-aux/test-driver'
16:23:27 [2022-12-06T16:23:27.383Z] #41 59.47 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:23:27 [2022-12-06T16:23:27.383Z] #41 59.47 libtoolize: copying file 'build-aux/ltmain.sh'
16:23:28 [2022-12-06T16:23:28.317Z] #41 60.18 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:23:28 [2022-12-06T16:23:28.317Z] #41 60.18 libtoolize: copying file 'm4/libtool.m4'
16:23:28 [2022-12-06T16:23:28.317Z] #41 60.26 libtoolize: copying file 'm4/ltoptions.m4'
16:23:28 [2022-12-06T16:23:28.317Z] #41 60.38 libtoolize: copying file 'm4/ltsugar.m4'
16:23:28 [2022-12-06T16:23:28.317Z] #41 60.54 libtoolize: copying file 'm4/ltversion.m4'
16:23:28 [2022-12-06T16:23:28.576Z] #41 60.67 libtoolize: copying file 'm4/lt~obsolete.m4'
16:23:29 [2022-12-06T16:23:29.514Z] #41 ...
16:23:29 [2022-12-06T16:23:29.514Z] 
16:23:29 [2022-12-06T16:23:29.514Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:23:29 [2022-12-06T16:23:29.514Z] #32 105.3 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
16:23:29 [2022-12-06T16:23:29.514Z] #32 105.3 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:23:29 [2022-12-06T16:23:29.514Z] #32 DONE 109.8s
16:23:29 [2022-12-06T16:23:29.514Z] 
16:23:29 [2022-12-06T16:23:29.514Z] #43 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
16:23:29 [2022-12-06T16:23:29.514Z] #43 DONE 0.2s
16:23:29 [2022-12-06T16:23:29.514Z] 
16:23:29 [2022-12-06T16:23:29.514Z] #44 [dev-systemd-false  1/28] RUN groupadd -r docker
16:23:30 [2022-12-06T16:23:30.892Z] #44 DONE 1.2s
16:23:30 [2022-12-06T16:23:30.892Z] 
16:23:30 [2022-12-06T16:23:30.892Z] #45 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
16:23:30 [2022-12-06T16:23:30.892Z] #45 ...
16:23:30 [2022-12-06T16:23:30.892Z] 
16:23:30 [2022-12-06T16:23:30.892Z] #23 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
16:23:30 [2022-12-06T16:23:30.892Z] #23 106.1 + for f in rootlesskit rootlesskit-docker-proxy
16:23:30 [2022-12-06T16:23:30.892Z] #23 106.1 + GOBIN=/build
16:23:30 [2022-12-06T16:23:30.892Z] #23 106.1 + GO111MODULE=on
16:23:30 [2022-12-06T16:23:30.892Z] #23 106.1 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6 rootlesskit version 1.1.0
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6 Usage of /build/rootlesskit-docker-proxy:
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6   -container-ip string
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6     	container ip
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6   -container-port int
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6     	container port (default -1)
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6   -host-ip string
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6     	host ip
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6   -host-port int
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6     	host port (default -1)
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6   -proto string
16:23:30 [2022-12-06T16:23:30.892Z] #23 110.6     	proxy protocol (default "tcp")
16:23:30 [2022-12-06T16:23:30.892Z] #23 DONE 110.8s
16:23:30 [2022-12-06T16:23:30.892Z] 
16:23:30 [2022-12-06T16:23:30.892Z] #46 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
16:23:30 [2022-12-06T16:23:30.892Z] #46 DONE 0.2s
16:23:31 [2022-12-06T16:23:31.150Z] 
16:23:31 [2022-12-06T16:23:31.150Z] #47 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:23:31 [2022-12-06T16:23:31.150Z] #47 DONE 0.2s
16:23:31 [2022-12-06T16:23:31.150Z] 
16:23:31 [2022-12-06T16:23:31.150Z] #48 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.293 + RM_GOPATH=0
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.293 + TMP_GOPATH=
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.293 + : /build
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.293 + '[' -z '' ']'
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.293 ++ mktemp -d
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.293 + export GOPATH=/tmp/tmp.wP2CBKq6IM
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.293 + GOPATH=/tmp/tmp.wP2CBKq6IM
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.293 + RM_GOPATH=1
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.293 + case "$(go env GOARCH)" in
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.293 ++ go env GOARCH
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 Install runc version v1.1.4 (build tags: seccomp)
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + export GO_BUILDMODE=-buildmode=pie
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + GO_BUILDMODE=-buildmode=pie
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 ++ dirname /install.sh
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + dir=/
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + bin=runc
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + shift
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + '[' '!' -f //runc.installer ']'
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + . //runc.installer
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 ++ set -e
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 ++ : v1.1.4
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + install_runc
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + RUNC_BUILDTAGS=seccomp
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.wP2CBKq6IM/src/github.com/opencontainers/runc
16:23:31 [2022-12-06T16:23:31.150Z] #0 1.390 Cloning into '/tmp/tmp.wP2CBKq6IM/src/github.com/opencontainers/runc'...
16:23:32 [2022-12-06T16:23:32.086Z] #48 ...
16:23:32 [2022-12-06T16:23:32.086Z] 
16:23:32 [2022-12-06T16:23:32.086Z] #45 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
16:23:32 [2022-12-06T16:23:32.086Z] #45 DONE 1.4s
16:23:32 [2022-12-06T16:23:32.086Z] 
16:23:32 [2022-12-06T16:23:32.086Z] #49 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:23:33 [2022-12-06T16:23:33.025Z] #49 0.884 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:23:33 [2022-12-06T16:23:33.025Z] #49 DONE 0.9s
16:23:33 [2022-12-06T16:23:33.025Z] 
16:23:33 [2022-12-06T16:23:33.025Z] #50 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:23:33 [2022-12-06T16:23:33.959Z] #50 DONE 0.8s
16:23:33 [2022-12-06T16:23:33.959Z] 
16:23:33 [2022-12-06T16:23:33.959Z] #34 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
16:23:33 [2022-12-06T16:23:33.959Z] #34 ...
16:23:33 [2022-12-06T16:23:33.959Z] 
16:23:33 [2022-12-06T16:23:33.960Z] #51 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:23:34 [2022-12-06T16:23:34.526Z] #51 DONE 0.7s
16:23:34 [2022-12-06T16:23:34.526Z] 
16:23:34 [2022-12-06T16:23:34.526Z] #41 [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
16:23:34 [2022-12-06T16:23:34.526Z] #41 ...
16:23:34 [2022-12-06T16:23:34.526Z] 
16:23:34 [2022-12-06T16:23:34.526Z] #52 [dev-systemd-false  6/28] RUN ldconfig
16:23:35 [2022-12-06T16:23:35.461Z] #52 DONE 0.9s
16:23:35 [2022-12-06T16:23:35.461Z] 
16:23:35 [2022-12-06T16:23:35.461Z] #25 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:23:35 [2022-12-06T16:23:35.461Z] #25 ...
16:23:35 [2022-12-06T16:23:35.461Z] 
16:23:35 [2022-12-06T16:23:35.461Z] #53 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:23:36 [2022-12-06T16:23:36.836Z] #53 1.288 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:23:36 [2022-12-06T16:23:36.836Z] #53 1.304 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:23:36 [2022-12-06T16:23:36.836Z] #53 1.319 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:23:37 [2022-12-06T16:23:37.406Z] #53 1.894 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:23:39 [2022-12-06T16:23:39.307Z] #53 3.546 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB]
16:23:40 [2022-12-06T16:23:40.681Z] #53 5.146 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:23:40 [2022-12-06T16:23:40.681Z] #53 ...
16:23:40 [2022-12-06T16:23:40.681Z] 
16:23:40 [2022-12-06T16:23:40.681Z] #36 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
16:23:41 [2022-12-06T16:23:41.459Z] #36 118.5 Updating files:  23% (2641/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  62% (7108/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
16:23:41 [2022-12-06T16:23:41.459Z] #36 ...
16:23:41 [2022-12-06T16:23:41.459Z] 
16:23:41 [2022-12-06T16:23:41.459Z] #29 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 Delve is a source level debugger for Go programs.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 Delve enables you to interact with your program by controlling the execution of the process,
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 Pass flags to the program you are debugging using `--`, for example:
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 `dlv exec ./hello -- server --config conf/config.toml`
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 Usage:
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   dlv [command]
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 Available Commands:
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   attach      Attach to running process and begin debugging.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   connect     Connect to a headless debug server with a terminal client.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   core        Examine a core dump.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   debug       Compile and begin debugging main package in current directory, or the package specified.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   exec        Execute a precompiled binary, and begin a debug session.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   help        Help about any command
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   run         Deprecated command. Use 'debug' instead.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   test        Compile test binary and begin debugging program.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   trace       Compile and begin tracing program.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   version     Prints version.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 Flags:
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --disable-aslr                     Disables address space randomization
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   -h, --help                             help for dlv
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --init string                      Init file, executed by the terminal client.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --log                              Enable debugging server logging.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1       --wd string                        Working directory for running the program.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 Additional help topics:
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   dlv backend  Help about the --backend flag.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   dlv log      Help about logging flags.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1   dlv redirect Help about file redirection.
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 
16:23:41 [2022-12-06T16:23:41.459Z] #29 121.1 Use "dlv [command] --help" for more information about a command.
16:23:41 [2022-12-06T16:23:41.459Z] #29 DONE 121.7s
16:23:41 [2022-12-06T16:23:41.459Z] 
16:23:41 [2022-12-06T16:23:41.459Z] #36 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
16:23:42 [2022-12-06T16:23:42.494Z] #36 118.5 Updating files:  23% (2641/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  62% (7108/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  81% (9340/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
Updating files:  98% (11186/11414)
Updating files:  99% (11300/11414)
Updating files: 100% (11414/11414)
Updating files: 100% (11414/11414), done.
16:23:42 [2022-12-06T16:23:42.494Z] #36 122.6 + cd /tmp/tmp.DABRGWsnKL/tmp/docker-ce
16:23:42 [2022-12-06T16:23:42.494Z] #36 122.6 + git checkout -q v17.06.2-ce
16:23:46 [2022-12-06T16:23:46.679Z] #36 126.0 + mkdir -p /tmp/tmp.DABRGWsnKL/src/github.com/docker
16:23:46 [2022-12-06T16:23:46.679Z] #36 126.1 + mv components/cli /tmp/tmp.DABRGWsnKL/src/github.com/docker/cli
16:23:46 [2022-12-06T16:23:46.679Z] #36 126.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
16:23:47 [2022-12-06T16:23:47.614Z] #36 ...
16:23:47 [2022-12-06T16:23:47.614Z] 
16:23:47 [2022-12-06T16:23:47.614Z] #41 [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
16:23:47 [2022-12-06T16:23:47.614Z] #41 75.54 configure.ac:11: installing 'build-aux/compile'
16:23:47 [2022-12-06T16:23:47.614Z] #41 75.55 configure.ac:11: installing 'build-aux/config.guess'
16:23:47 [2022-12-06T16:23:47.614Z] #41 75.57 configure.ac:11: installing 'build-aux/config.sub'
16:23:47 [2022-12-06T16:23:47.614Z] #41 75.58 configure.ac:13: installing 'build-aux/install-sh'
16:23:47 [2022-12-06T16:23:47.614Z] #41 75.59 configure.ac:13: installing 'build-aux/missing'
16:23:47 [2022-12-06T16:23:47.614Z] #41 75.60 configure.ac:8: installing 'build-aux/tap-driver.sh'
16:23:47 [2022-12-06T16:23:47.614Z] #41 75.78 Makefile.am: installing 'build-aux/depcomp'
16:23:47 [2022-12-06T16:23:47.614Z] #41 77.14 checking build system type... aarch64-unknown-linux-gnu
16:23:47 [2022-12-06T16:23:47.614Z] #41 77.44 checking host system type... aarch64-unknown-linux-gnu
16:23:47 [2022-12-06T16:23:47.614Z] #41 77.44 checking how to print strings... printf
16:23:47 [2022-12-06T16:23:47.614Z] #41 77.46 checking for gcc... gcc
16:23:47 [2022-12-06T16:23:47.614Z] #41 77.57 checking whether the C compiler works... yes
16:23:47 [2022-12-06T16:23:47.614Z] #41 77.81 checking for C compiler default output file name... a.out
16:23:47 [2022-12-06T16:23:47.614Z] #41 77.81 checking for suffix of executables... 
16:23:47 [2022-12-06T16:23:47.614Z] #41 78.00 checking whether we are cross compiling... no
16:23:47 [2022-12-06T16:23:47.614Z] #41 78.35 checking for suffix of object files... o
16:23:47 [2022-12-06T16:23:47.614Z] #41 78.47 checking whether we are using the GNU C compiler... yes
16:23:47 [2022-12-06T16:23:47.614Z] #41 78.61 checking whether gcc accepts -g... yes
16:23:47 [2022-12-06T16:23:47.614Z] #41 78.75 checking for gcc option to accept ISO C89... none needed
16:23:47 [2022-12-06T16:23:47.614Z] #41 78.95 checking whether gcc understands -c and -o together... yes
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.14 checking for a sed that does not truncate output... /bin/sed
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.17 checking for grep that handles long lines and -e... /bin/grep
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.18 checking for egrep... /bin/grep -E
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.19 checking for fgrep... /bin/grep -F
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.20 checking for ld used by gcc... /usr/bin/ld
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.22 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.23 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.25 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.40 checking whether ln -s works... yes
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.40 checking the maximum length of command line arguments... 1572864
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.45 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.45 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.45 checking for /usr/bin/ld option to reload object files... -r
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.45 checking for objdump... objdump
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.45 checking how to recognize dependent libraries... pass_all
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.45 checking for dlltool... no
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.46 checking how to associate runtime and link libraries... printf %s\n
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.46 checking for ar... ar
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.46 checking for archiver @FILE support... @
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.66 checking for strip... strip
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.66 checking for ranlib... ranlib
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.67 checking for gawk... no
16:23:47 [2022-12-06T16:23:47.614Z] #41 79.67 checking for mawk... mawk
16:23:47 [2022-12-06T16:23:47.872Z] #41 79.68 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:23:47 [2022-12-06T16:23:47.872Z] #41 80.16 checking for sysroot... no
16:23:47 [2022-12-06T16:23:47.872Z] #41 80.17 checking for a working dd... /bin/dd
16:23:48 [2022-12-06T16:23:48.130Z] #41 80.19 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:23:48 [2022-12-06T16:23:48.130Z] #41 80.25 checking for mt... no
16:23:48 [2022-12-06T16:23:48.130Z] #41 80.25 checking if : is a manifest tool... no
16:23:48 [2022-12-06T16:23:48.388Z] #41 80.27 checking how to run the C preprocessor... gcc -E
16:23:48 [2022-12-06T16:23:48.955Z] #41 80.52 checking for ANSI C header files... yes
16:23:48 [2022-12-06T16:23:48.955Z] #41 81.02 checking for sys/types.h... yes
16:23:49 [2022-12-06T16:23:49.213Z] #41 81.26 checking for sys/stat.h... yes
16:23:49 [2022-12-06T16:23:49.472Z] #41 81.47 checking for stdlib.h... yes
16:23:49 [2022-12-06T16:23:49.730Z] #41 81.63 checking for string.h... yes
16:23:49 [2022-12-06T16:23:49.730Z] #41 81.82 checking for memory.h... yes
16:23:49 [2022-12-06T16:23:49.989Z] #41 82.04 checking for strings.h... yes
16:23:50 [2022-12-06T16:23:50.247Z] #41 82.30 checking for inttypes.h... yes
16:23:50 [2022-12-06T16:23:50.505Z] #41 82.53 checking for stdint.h... yes
16:23:50 [2022-12-06T16:23:50.764Z] #41 82.76 checking for unistd.h... yes
16:23:50 [2022-12-06T16:23:50.764Z] #41 82.94 checking for dlfcn.h... yes
16:23:51 [2022-12-06T16:23:51.022Z] #41 83.10 checking for objdir... .libs
16:23:51 [2022-12-06T16:23:51.569Z] #41 83.45 checking if gcc supports -fno-rtti -fno-exceptions... no
16:23:51 [2022-12-06T16:23:51.569Z] #41 83.60 checking for gcc option to produce PIC... -fPIC -DPIC
16:23:51 [2022-12-06T16:23:51.843Z] #41 83.60 checking if gcc PIC flag -fPIC -DPIC works... yes
16:23:52 [2022-12-06T16:23:52.109Z] #41 83.77 checking if gcc static flag -static works... yes
16:23:52 [2022-12-06T16:23:52.371Z] #41 84.26 checking if gcc supports -c -o file.o... yes
16:23:52 [2022-12-06T16:23:52.371Z] #41 84.43 checking if gcc supports -c -o file.o... (cached) yes
16:23:52 [2022-12-06T16:23:52.371Z] #41 84.43 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:23:52 [2022-12-06T16:23:52.631Z] #41 84.53 checking dynamic linker characteristics... 
16:23:52 [2022-12-06T16:23:52.631Z] #41 ...
16:23:52 [2022-12-06T16:23:52.631Z] 
16:23:52 [2022-12-06T16:23:52.631Z] #48 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
16:23:52 [2022-12-06T16:23:52.631Z] #48 12.92 + cd /tmp/tmp.wP2CBKq6IM/src/github.com/opencontainers/runc
16:23:52 [2022-12-06T16:23:52.631Z] #48 12.92 + git checkout -q v1.1.4
16:23:52 [2022-12-06T16:23:52.631Z] #48 13.47 + '[' -z '' ']'
16:23:52 [2022-12-06T16:23:52.631Z] #48 13.47 + target=static
16:23:52 [2022-12-06T16:23:52.631Z] #48 13.47 + make BUILDTAGS=seccomp static
16:23:52 [2022-12-06T16:23:52.631Z] #48 13.83 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
16:23:52 [2022-12-06T16:23:52.631Z] #48 ...
16:23:52 [2022-12-06T16:23:52.631Z] 
16:23:52 [2022-12-06T16:23:52.631Z] #41 [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
16:23:52 [2022-12-06T16:23:52.631Z] #41 84.53 checking dynamic linker characteristics... GNU/Linux ld.so
16:23:52 [2022-12-06T16:23:52.631Z] #41 84.84 checking how to hardcode library paths into programs... immediate
16:23:52 [2022-12-06T16:23:52.631Z] #41 84.84 checking whether stripping libraries is possible... yes
16:23:52 [2022-12-06T16:23:52.631Z] #41 84.86 checking if libtool supports shared libraries... yes
16:23:52 [2022-12-06T16:23:52.631Z] #41 84.86 checking whether to build shared libraries... no
16:23:52 [2022-12-06T16:23:52.631Z] #41 84.86 checking whether to build static libraries... yes
16:23:52 [2022-12-06T16:23:52.631Z] #41 84.86 checking for a BSD-compatible install... /usr/bin/install -c
16:23:52 [2022-12-06T16:23:52.631Z] #41 84.92 checking whether build environment is sane... yes
16:23:52 [2022-12-06T16:23:52.889Z] #41 84.98 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:23:52 [2022-12-06T16:23:52.889Z] #41 84.98 checking whether make sets $(MAKE)... yes
16:23:52 [2022-12-06T16:23:52.889Z] #41 85.05 checking whether make supports the include directive... yes (GNU style)
16:23:52 [2022-12-06T16:23:52.889Z] #41 85.10 checking whether make supports nested variables... yes
16:23:53 [2022-12-06T16:23:53.150Z] #41 85.17 checking whether UID '0' is supported by ustar format... yes
16:23:53 [2022-12-06T16:23:53.150Z] #41 85.18 checking whether GID '0' is supported by ustar format... yes
16:23:53 [2022-12-06T16:23:53.150Z] #41 85.18 checking how to create a ustar tar archive... gnutar
16:23:53 [2022-12-06T16:23:53.150Z] #41 85.29 checking dependency style of gcc... 
16:23:53 [2022-12-06T16:23:53.150Z] #41 ...
16:23:53 [2022-12-06T16:23:53.150Z] 
16:23:53 [2022-12-06T16:23:53.150Z] #53 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:23:53 [2022-12-06T16:23:53.150Z] #53 7.752 Fetched 8495 kB in 7s (1234 kB/s)
16:23:53 [2022-12-06T16:23:53.150Z] #53 7.752 Reading package lists...
16:23:53 [2022-12-06T16:23:53.150Z] #53 10.03 Reading package lists...
16:23:53 [2022-12-06T16:23:53.150Z] #53 12.30 Building dependency tree...
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.02 The following additional packages will be installed:
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.02   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.02   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.02   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.02   libxtables12 python-pip-whl python3-distutils python3-lib2to3
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.03   python3-pkg-resources systemd vim-runtime xxd
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.03 Suggested packages:
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.03   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.03   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.03   ctags vim-doc vim-scripts xfsdump acl attr quota
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.03 Recommended packages:
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.03   libatm1 nftables libpam-cap build-essential python3-dev dbus
16:23:53 [2022-12-06T16:23:53.150Z] #53 14.03   systemd-timesyncd | time-daemon unzip
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.59 The following NEW packages will be installed:
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.59   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.59   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.59   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.59   libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.60   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.60   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.60   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.60   systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.60   vim-runtime xfsprogs xxd xz-utils zip zstd
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.93 0 upgraded, 56 newly installed, 0 to remove and 4 not upgraded.
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.93 Need to get 31.8 MB of archives.
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.93 After this operation, 123 MB of additional disk space will be used.
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.93 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.94 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.94 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.94 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 15.95 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4153 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.04 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.04 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.04 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.06 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.06 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.06 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.08 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.12 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.12 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.15 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.15 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.16 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.18 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.18 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.18 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.19 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.19 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.21 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.21 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.22 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.22 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.23 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.23 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.23 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.46 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.46 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.46 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.46 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.46 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.47 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.47 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.48 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.48 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.54 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.54 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.56 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.56 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.58 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.58 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.60 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.62 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u1 [161 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.63 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.66 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.66 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.84 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.85 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.87 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 16.87 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
16:23:53 [2022-12-06T16:23:53.150Z] #53 17.61 debconf: delaying package configuration, since apt-utils is not installed
16:23:53 [2022-12-06T16:23:53.150Z] #53 17.81 Fetched 31.8 MB in 1s (25.4 MB/s)
16:23:53 [2022-12-06T16:23:53.409Z] #53 17.90 Selecting previously unselected package libcap2:arm64.
16:23:53 [2022-12-06T16:23:53.409Z] #53 17.90 (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 ... 24010 files and directories currently installed.)
16:23:53 [2022-12-06T16:23:53.409Z] #53 17.96 Preparing to unpack .../00-libcap2_1%3a2.44-1_arm64.deb ...
16:23:53 [2022-12-06T16:23:53.409Z] #53 17.97 Unpacking libcap2:arm64 (1:2.44-1) ...
16:23:53 [2022-12-06T16:23:53.409Z] #53 ...
16:23:53 [2022-12-06T16:23:53.409Z] 
16:23:53 [2022-12-06T16:23:53.409Z] #41 [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
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.29 checking dependency style of gcc... gcc3
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.47 checking whether to enable maintainer-specific portions of Makefiles... yes
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.47 checking whether make supports nested variables... (cached) yes
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.47 checking for gawk... (cached) mawk
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.47 checking for a sed that does not truncate output... (cached) /bin/sed
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.48 checking for gcc... (cached) gcc
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.61 checking whether we are using the GNU C compiler... (cached) yes
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.61 checking whether gcc accepts -g... (cached) yes
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.61 checking for gcc option to accept ISO C89... (cached) none needed
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.61 checking whether gcc understands -c and -o together... (cached) yes
16:23:53 [2022-12-06T16:23:53.409Z] #41 85.62 checking for a Python interpreter with version >= 3... python3
16:23:53 [2022-12-06T16:23:53.667Z] #41 85.72 checking for python3... /usr/bin/python3
16:23:53 [2022-12-06T16:23:53.667Z] #41 85.72 checking for python3 version... 3.9
16:23:53 [2022-12-06T16:23:53.667Z] #41 85.78 checking for python3 platform... linux
16:23:53 [2022-12-06T16:23:53.925Z] #41 85.83 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:23:54 [2022-12-06T16:23:54.184Z] #41 85.98 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:23:54 [2022-12-06T16:23:54.184Z] #41 86.20 checking for go-md2man... no
16:23:54 [2022-12-06T16:23:54.184Z] #41 86.21 checking error.h usability... yes
16:23:54 [2022-12-06T16:23:54.184Z] #41 86.40 checking error.h presence... yes
16:23:54 [2022-12-06T16:23:54.184Z] #41 86.45 checking for error.h... yes
16:23:54 [2022-12-06T16:23:54.442Z] #41 86.49 checking linux/openat2.h usability... yes
16:23:54 [2022-12-06T16:23:54.442Z] #41 86.62 checking linux/openat2.h presence... yes
16:23:54 [2022-12-06T16:23:54.442Z] #41 86.68 checking for linux/openat2.h... yes
16:23:54 [2022-12-06T16:23:54.708Z] #41 86.74 checking for copy_file_range... yes
16:23:55 [2022-12-06T16:23:55.275Z] #41 87.01 checking for fgetxattr... yes
16:23:55 [2022-12-06T16:23:55.535Z] #41 87.46 checking for statx... yes
16:23:56 [2022-12-06T16:23:56.051Z] #41 87.79 checking for fgetpwent_r... 
16:23:56 [2022-12-06T16:23:56.051Z] #41 ...
16:23:56 [2022-12-06T16:23:56.051Z] 
16:23:56 [2022-12-06T16:23:56.051Z] #25 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:23:56 [2022-12-06T16:23:56.051Z] #25 DONE 136.0s
16:23:56 [2022-12-06T16:23:56.051Z] 
16:23:56 [2022-12-06T16:23:56.051Z] #41 [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
16:23:56 [2022-12-06T16:23:56.051Z] #41 87.79 checking for fgetpwent_r... yes
16:23:56 [2022-12-06T16:23:56.309Z] #41 88.10 checking for issetugid... no
16:23:56 [2022-12-06T16:23:56.309Z] #41 88.41 checking for pkg-config... /usr/bin/pkg-config
16:23:56 [2022-12-06T16:23:56.309Z] #41 88.41 checking pkg-config is at least version 0.9.0... yes
16:23:56 [2022-12-06T16:23:56.876Z] #41 88.43 checking for library containing yajl_tree_get... -lyajl
16:23:56 [2022-12-06T16:23:56.876Z] #41 89.10 checking for yajl >= 2.0.0... yes
16:23:57 [2022-12-06T16:23:57.135Z] #41 89.15 checking sys/capability.h usability... yes
16:23:57 [2022-12-06T16:23:57.393Z] #41 89.34 checking sys/capability.h presence... yes
16:23:57 [2022-12-06T16:23:57.393Z] #41 89.44 checking for sys/capability.h... yes
16:23:57 [2022-12-06T16:23:57.651Z] #41 89.44 checking for library containing cap_from_name... -lcap
16:23:58 [2022-12-06T16:23:58.217Z] #41 89.83 checking for library containing dlopen... -ldl
16:23:58 [2022-12-06T16:23:58.217Z] #41 90.13 checking seccomp.h usability... yes
16:23:58 [2022-12-06T16:23:58.217Z] #41 90.31 checking seccomp.h presence... yes
16:23:58 [2022-12-06T16:23:58.475Z] #41 90.41 checking for seccomp.h... yes
16:23:58 [2022-12-06T16:23:58.734Z] #41 90.43 checking for library containing seccomp_rule_add... -lseccomp
16:23:58 [2022-12-06T16:23:58.992Z] #41 90.92 checking for library containing seccomp_arch_resolve_name... none required
16:23:58 [2022-12-06T16:23:58.992Z] #41 91.10 checking systemd/sd-bus.h usability... yes
16:23:59 [2022-12-06T16:23:59.250Z] #41 91.24 checking systemd/sd-bus.h presence... yes
16:23:59 [2022-12-06T16:23:59.250Z] #41 91.33 checking for systemd/sd-bus.h... yes
16:23:59 [2022-12-06T16:23:59.508Z] #41 91.33 checking for library containing sd_bus_match_signal_async... -lsystemd
16:23:59 [2022-12-06T16:23:59.766Z] #41 91.66 checking for sd_notify_barrier... yes
16:23:59 [2022-12-06T16:23:59.766Z] #41 91.84 checking linux/bpf.h usability... yes
16:23:59 [2022-12-06T16:23:59.766Z] #41 91.98 checking linux/bpf.h presence... yes
16:24:00 [2022-12-06T16:24:00.024Z] #41 92.03 checking for linux/bpf.h... yes
16:24:00 [2022-12-06T16:24:00.024Z] #41 92.03 checking compilation for eBPF... yes
16:24:00 [2022-12-06T16:24:00.024Z] #41 92.14 checking for criu >= 3.15... no
16:24:00 [2022-12-06T16:24:00.024Z] #41 92.17 configure: CRIU headers not found, building without CRIU support
16:24:00 [2022-12-06T16:24:00.024Z] #41 92.17 checking for criu > 3.16... no
16:24:00 [2022-12-06T16:24:00.024Z] #41 92.20 configure: CRIU version doesn't support join-ns API
16:24:00 [2022-12-06T16:24:00.024Z] #41 92.20 checking for criu > 3.16.1... no
16:24:00 [2022-12-06T16:24:00.024Z] #41 92.24 configure: CRIU version doesn't support for pre-dumping
16:24:00 [2022-12-06T16:24:00.024Z] #41 92.24 checking for new mount API (fsconfig)... yes
16:24:00 [2022-12-06T16:24:00.283Z] #41 92.35 checking for seccomp notify API... yes
16:24:00 [2022-12-06T16:24:00.283Z] #41 92.48 checking for gperf... no
16:24:00 [2022-12-06T16:24:00.283Z] #41 92.48 configure: gperf not found - cannot rebuild signal parser code
16:24:00 [2022-12-06T16:24:00.541Z] #41 92.48 checking for library containing argp_parse... none required
16:24:00 [2022-12-06T16:24:00.799Z] #41 92.85 checking that generated files are newer than configure... done
16:24:00 [2022-12-06T16:24:00.799Z] #41 92.85 configure: creating ./config.status
16:24:03 [2022-12-06T16:24:03.338Z] #41 ...
16:24:03 [2022-12-06T16:24:03.339Z] 
16:24:03 [2022-12-06T16:24:03.339Z] #53 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.07 Selecting previously unselected package libargon2-1:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.09 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.10 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.19 Selecting previously unselected package libjson-c5:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.19 Preparing to unpack .../02-libjson-c5_0.15-2_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.20 Unpacking libjson-c5:arm64 (0.15-2) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.30 Selecting previously unselected package libcryptsetup12:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.31 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.33 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.51 Selecting previously unselected package libip4tc2:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.51 Preparing to unpack .../04-libip4tc2_1.8.7-1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.52 Unpacking libip4tc2:arm64 (1.8.7-1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.62 Selecting previously unselected package libkmod2:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.62 Preparing to unpack .../05-libkmod2_28-1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.63 Unpacking libkmod2:arm64 (28-1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.78 Selecting previously unselected package systemd.
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.78 Preparing to unpack .../06-systemd_247.3-7+deb11u1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 18.98 Unpacking systemd (247.3-7+deb11u1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 20.86 Selecting previously unselected package pigz.
16:24:03 [2022-12-06T16:24:03.339Z] #53 20.87 Preparing to unpack .../07-pigz_2.6-1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 20.87 Unpacking pigz (2.6-1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.07 Selecting previously unselected package libelf1:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.07 Preparing to unpack .../08-libelf1_0.183-1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.10 Unpacking libelf1:arm64 (0.183-1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.39 Selecting previously unselected package libbpf0:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.40 Preparing to unpack .../09-libbpf0_1%3a0.3-2_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.41 Unpacking libbpf0:arm64 (1:0.3-2) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.54 Selecting previously unselected package libmnl0:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.54 Preparing to unpack .../10-libmnl0_1.0.4-3_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.55 Unpacking libmnl0:arm64 (1.0.4-3) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.63 Selecting previously unselected package libxtables12:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.63 Preparing to unpack .../11-libxtables12_1.8.7-1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.64 Unpacking libxtables12:arm64 (1.8.7-1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.69 Selecting previously unselected package libcap2-bin.
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.72 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.73 Unpacking libcap2-bin (1:2.44-1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.83 Selecting previously unselected package iproute2.
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.83 Preparing to unpack .../13-iproute2_5.10.0-4_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 21.84 Unpacking iproute2 (5.10.0-4) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 22.33 Selecting previously unselected package xxd.
16:24:03 [2022-12-06T16:24:03.339Z] #53 22.33 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 22.34 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 22.46 Selecting previously unselected package vim-common.
16:24:03 [2022-12-06T16:24:03.339Z] #53 22.47 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 22.49 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 22.67 Selecting previously unselected package bash-completion.
16:24:03 [2022-12-06T16:24:03.339Z] #53 22.68 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 25.16 Unpacking bash-completion (1:2.11-2) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 25.71 Selecting previously unselected package bzip2.
16:24:03 [2022-12-06T16:24:03.339Z] #53 25.72 Preparing to unpack .../17-bzip2_1.0.8-4_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 25.72 Unpacking bzip2 (1.0.8-4) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 25.80 Selecting previously unselected package xz-utils.
16:24:03 [2022-12-06T16:24:03.339Z] #53 25.81 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 25.81 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 25.99 Selecting previously unselected package apparmor.
16:24:03 [2022-12-06T16:24:03.339Z] #53 25.99 Preparing to unpack .../19-apparmor_2.13.6-10_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.05 Unpacking apparmor (2.13.6-10) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.45 Selecting previously unselected package inetutils-ping.
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.49 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.50 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.65 Selecting previously unselected package libip6tc2:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.65 Preparing to unpack .../21-libip6tc2_1.8.7-1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.68 Unpacking libip6tc2:arm64 (1.8.7-1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.77 Selecting previously unselected package libnfnetlink0:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.78 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.78 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.86 Selecting previously unselected package libnetfilter-conntrack3:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.86 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.87 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.95 Selecting previously unselected package libnftnl11:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.96 Preparing to unpack .../24-libnftnl11_1.1.9-1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 26.97 Unpacking libnftnl11:arm64 (1.1.9-1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.07 Selecting previously unselected package iptables.
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.07 Preparing to unpack .../25-iptables_1.8.7-1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.09 Unpacking iptables (1.8.7-1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.45 Selecting previously unselected package libonig5:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.45 Preparing to unpack .../26-libonig5_6.9.6-1.1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.46 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.60 Selecting previously unselected package libjq1:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.60 Preparing to unpack .../27-libjq1_1.6-2.1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.61 Unpacking libjq1:arm64 (1.6-2.1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.71 Selecting previously unselected package jq.
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.71 Preparing to unpack .../28-jq_1.6-2.1_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.72 Unpacking jq (1.6-2.1) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.81 Selecting previously unselected package libaio1:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.82 Preparing to unpack .../29-libaio1_0.3.112-9_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.82 Unpacking libaio1:arm64 (0.3.112-9) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.89 Selecting previously unselected package libgpm2:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.90 Preparing to unpack .../30-libgpm2_1.20.7-8_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.90 Unpacking libgpm2:arm64 (1.20.7-8) ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.97 Selecting previously unselected package libicu67:arm64.
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.97 Preparing to unpack .../31-libicu67_67.1-7_arm64.deb ...
16:24:03 [2022-12-06T16:24:03.339Z] #53 27.98 Unpacking libicu67:arm64 (67.1-7) ...
16:24:03 [2022-12-06T16:24:03.905Z] #53 ...
16:24:03 [2022-12-06T16:24:03.905Z] 
16:24:03 [2022-12-06T16:24:03.905Z] #41 [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
16:24:03 [2022-12-06T16:24:03.905Z] #41 95.82 config.status: creating Makefile
16:24:03 [2022-12-06T16:24:03.905Z] #41 95.90 config.status: creating rpm/crun.spec
16:24:03 [2022-12-06T16:24:03.905Z] #41 95.98 config.status: creating config.h
16:24:03 [2022-12-06T16:24:03.905Z] #41 96.03 config.status: executing libtool commands
16:24:03 [2022-12-06T16:24:03.905Z] #41 96.08 config.status: executing depfiles commands
16:24:05 [2022-12-06T16:24:05.280Z] #41 97.37 === configuring in libocispec (/tmp/crun-build/libocispec)
16:24:05 [2022-12-06T16:24:05.280Z] #41 97.41 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:24:05 [2022-12-06T16:24:05.798Z] #41 97.84 checking for gcc... gcc
16:24:06 [2022-12-06T16:24:06.057Z] #41 97.94 checking whether the C compiler works... yes
16:24:06 [2022-12-06T16:24:06.057Z] #41 98.15 checking for C compiler default output file name... a.out
16:24:06 [2022-12-06T16:24:06.315Z] #41 98.16 checking for suffix of executables... 
16:24:06 [2022-12-06T16:24:06.575Z] #41 98.41 checking whether we are cross compiling... no
16:24:06 [2022-12-06T16:24:06.575Z] #41 98.58 checking for suffix of object files... o
16:24:06 [2022-12-06T16:24:06.575Z] #41 98.69 checking whether we are using the GNU C compiler... yes
16:24:06 [2022-12-06T16:24:06.836Z] #41 98.79 checking whether gcc accepts -g... yes
16:24:06 [2022-12-06T16:24:06.836Z] #41 98.88 checking for gcc option to accept ISO C89... none needed
16:24:07 [2022-12-06T16:24:07.094Z] #41 99.01 checking whether gcc understands -c and -o together... yes
16:24:07 [2022-12-06T16:24:07.354Z] #41 99.22 checking how to run the C preprocessor... gcc -E
16:24:07 [2022-12-06T16:24:07.354Z] #41 99.51 checking for grep that handles long lines and -e... /bin/grep
16:24:07 [2022-12-06T16:24:07.354Z] #41 99.53 checking for egrep... /bin/grep -E
16:24:08 [2022-12-06T16:24:08.287Z] #41 99.53 checking for ANSI C header files... yes
16:24:08 [2022-12-06T16:24:08.287Z] #41 100.3 checking for sys/types.h... yes
16:24:08 [2022-12-06T16:24:08.545Z] #41 100.4 checking for sys/stat.h... yes
16:24:08 [2022-12-06T16:24:08.545Z] #41 100.6 checking for stdlib.h... yes
16:24:08 [2022-12-06T16:24:08.803Z] #41 100.8 checking for string.h... yes
16:24:09 [2022-12-06T16:24:09.061Z] #41 101.0 checking for memory.h... yes
16:24:09 [2022-12-06T16:24:09.320Z] #41 101.3 checking for strings.h... yes
16:24:09 [2022-12-06T16:24:09.320Z] #41 101.5 checking for inttypes.h... yes
16:24:09 [2022-12-06T16:24:09.836Z] #41 101.7 checking for stdint.h... yes
16:24:09 [2022-12-06T16:24:09.836Z] #41 101.9 checking for unistd.h... yes
16:24:10 [2022-12-06T16:24:10.093Z] #41 102.0 checking minix/config.h usability... no
16:24:10 [2022-12-06T16:24:10.094Z] #41 102.2 checking minix/config.h presence... no
16:24:10 [2022-12-06T16:24:10.094Z] #41 102.3 checking for minix/config.h... no
16:24:10 [2022-12-06T16:24:10.352Z] #41 102.3 checking whether it is safe to define __EXTENSIONS__... yes
16:24:10 [2022-12-06T16:24:10.352Z] #41 102.5 checking build system type... 
16:24:10 [2022-12-06T16:24:10.352Z] #41 ...
16:24:10 [2022-12-06T16:24:10.352Z] 
16:24:10 [2022-12-06T16:24:10.352Z] #53 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:24:10 [2022-12-06T16:24:10.352Z] #53 30.89 Selecting previously unselected package libinih1:arm64.
16:24:10 [2022-12-06T16:24:10.352Z] #53 30.90 Preparing to unpack .../32-libinih1_53-1+b2_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 30.90 Unpacking libinih1:arm64 (53-1+b2) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 30.99 Selecting previously unselected package libmicrohttpd12:arm64.
16:24:10 [2022-12-06T16:24:10.352Z] #53 30.99 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.00 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.15 Selecting previously unselected package libnet1:arm64.
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.16 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.16 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.27 Selecting previously unselected package libnl-3-200:arm64.
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.28 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.28 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.39 Selecting previously unselected package libprotobuf-c1:arm64.
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.39 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.40 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.48 Selecting previously unselected package libyajl2:arm64.
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.48 Preparing to unpack .../37-libyajl2_2.1.0-3_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.49 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.56 Selecting previously unselected package net-tools.
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.60 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.61 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.78 Selecting previously unselected package patch.
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.80 Preparing to unpack .../39-patch_2.7.6-7_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.81 Unpacking patch (2.7.6-7) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.94 Selecting previously unselected package python-pip-whl.
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.95 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 31.96 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.44 Selecting previously unselected package python3-lib2to3.
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.45 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.45 Unpacking python3-lib2to3 (3.9.2-1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.57 Selecting previously unselected package python3-distutils.
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.58 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.59 Unpacking python3-distutils (3.9.2-1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.76 Selecting previously unselected package python3-pkg-resources.
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.76 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.77 Unpacking python3-pkg-resources (52.0.0-4) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.92 Selecting previously unselected package python3-setuptools.
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.93 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 32.93 Unpacking python3-setuptools (52.0.0-4) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 33.20 Selecting previously unselected package python3-wheel.
16:24:10 [2022-12-06T16:24:10.352Z] #53 33.21 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 33.23 Unpacking python3-wheel (0.34.2-1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 33.30 Selecting previously unselected package python3-pip.
16:24:10 [2022-12-06T16:24:10.352Z] #53 33.32 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 33.32 Unpacking python3-pip (20.3.4-4+deb11u1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 33.58 Selecting previously unselected package sudo.
16:24:10 [2022-12-06T16:24:10.352Z] #53 33.59 Preparing to unpack .../47-sudo_1.9.5p2-3_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 33.60 Unpacking sudo (1.9.5p2-3) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.15 Selecting previously unselected package systemd-journal-remote.
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.15 Preparing to unpack .../48-systemd-journal-remote_247.3-7+deb11u1_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.16 Unpacking systemd-journal-remote (247.3-7+deb11u1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.28 Selecting previously unselected package thin-provisioning-tools.
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.29 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.30 Unpacking thin-provisioning-tools (0.9.0-1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.54 Selecting previously unselected package uidmap.
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.55 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_arm64.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.57 Unpacking uidmap (1:4.8.1-1) ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.69 Selecting previously unselected package vim-runtime.
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.69 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.72 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.75 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
16:24:10 [2022-12-06T16:24:10.352Z] #53 34.76 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
16:24:13 [2022-12-06T16:24:13.634Z] #53 37.74 Selecting previously unselected package vim.
16:24:13 [2022-12-06T16:24:13.634Z] #53 37.74 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:24:13 [2022-12-06T16:24:13.634Z] #53 37.75 Unpacking vim (2:8.2.2434-3+deb11u1) ...
16:24:13 [2022-12-06T16:24:13.634Z] #53 ...
16:24:13 [2022-12-06T16:24:13.634Z] 
16:24:13 [2022-12-06T16:24:13.634Z] #41 [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
16:24:13 [2022-12-06T16:24:13.634Z] #41 102.5 checking build system type... aarch64-unknown-linux-gnu
16:24:13 [2022-12-06T16:24:13.634Z] #41 102.8 checking host system type... aarch64-unknown-linux-gnu
16:24:13 [2022-12-06T16:24:13.634Z] #41 102.8 checking how to print strings... printf
16:24:13 [2022-12-06T16:24:13.634Z] #41 102.8 checking for a sed that does not truncate output... /bin/sed
16:24:13 [2022-12-06T16:24:13.634Z] #41 102.8 checking for fgrep... /bin/grep -F
16:24:13 [2022-12-06T16:24:13.634Z] #41 102.8 checking for ld used by gcc... /usr/bin/ld
16:24:13 [2022-12-06T16:24:13.634Z] #41 102.9 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 102.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:24:13 [2022-12-06T16:24:13.634Z] #41 102.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.0 checking whether ln -s works... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.0 checking the maximum length of command line arguments... 1572864
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.1 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.1 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.1 checking for /usr/bin/ld option to reload object files... -r
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.1 checking for objdump... objdump
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.1 checking how to recognize dependent libraries... pass_all
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.1 checking for dlltool... no
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.1 checking how to associate runtime and link libraries... printf %s\n
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.1 checking for ar... ar
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.1 checking for archiver @FILE support... @
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.3 checking for strip... strip
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.3 checking for ranlib... ranlib
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.3 checking for gawk... no
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.3 checking for mawk... mawk
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.6 checking for sysroot... no
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.6 checking for a working dd... /bin/dd
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.7 checking for mt... no
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.7 checking if : is a manifest tool... no
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.7 checking for dlfcn.h... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 103.9 checking for objdir... .libs
16:24:13 [2022-12-06T16:24:13.634Z] #41 104.3 checking if gcc supports -fno-rtti -fno-exceptions... no
16:24:13 [2022-12-06T16:24:13.634Z] #41 104.4 checking for gcc option to produce PIC... -fPIC -DPIC
16:24:13 [2022-12-06T16:24:13.634Z] #41 104.4 checking if gcc PIC flag -fPIC -DPIC works... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 104.5 checking if gcc static flag -static works... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 104.8 checking if gcc supports -c -o file.o... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.0 checking if gcc supports -c -o file.o... (cached) yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.0 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.1 checking dynamic linker characteristics... GNU/Linux ld.so
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.4 checking how to hardcode library paths into programs... immediate
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.4 checking whether stripping libraries is possible... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.4 checking if libtool supports shared libraries... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.4 checking whether to build shared libraries... no
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.4 checking whether to build static libraries... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.4 checking for a BSD-compatible install... /usr/bin/install -c
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.4 checking whether build environment is sane... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.5 checking whether make sets $(MAKE)... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.6 checking whether make supports the include directive... yes (GNU style)
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.6 checking whether make supports nested variables... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.7 checking whether UID '0' is supported by ustar format... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.7 checking whether GID '0' is supported by ustar format... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.7 checking how to create a ustar tar archive... gnutar
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.7 checking dependency style of gcc... gcc3
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.9 checking whether to enable maintainer-specific portions of Makefiles... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.9 checking whether make supports nested variables... (cached) yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.9 checking for pkg-config... /usr/bin/pkg-config
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.9 checking pkg-config is at least version 0.9.0... yes
16:24:13 [2022-12-06T16:24:13.634Z] #41 105.9 checking for yajl >= 2.1.0... yes
16:24:13 [2022-12-06T16:24:13.891Z] #41 106.0 checking for a sed that does not truncate output... (cached) /bin/sed
16:24:13 [2022-12-06T16:24:13.891Z] #41 106.0 checking for gcc... (cached) gcc
16:24:13 [2022-12-06T16:24:13.891Z] #41 106.1 checking whether we are using the GNU C compiler... (cached) yes
16:24:13 [2022-12-06T16:24:13.891Z] #41 106.1 checking whether gcc accepts -g... (cached) yes
16:24:13 [2022-12-06T16:24:13.891Z] #41 106.1 checking for gcc option to accept ISO C89... (cached) none needed
16:24:13 [2022-12-06T16:24:13.891Z] #41 106.1 checking whether gcc understands -c and -o together... (cached) yes
16:24:13 [2022-12-06T16:24:13.891Z] #41 106.1 checking for a Python interpreter with version >= 3... python3
16:24:13 [2022-12-06T16:24:13.891Z] #41 106.1 checking for python3... /usr/bin/python3
16:24:13 [2022-12-06T16:24:13.892Z] #41 106.1 checking for python3 version... 3.9
16:24:14 [2022-12-06T16:24:14.149Z] #41 106.2 checking for python3 platform... linux
16:24:14 [2022-12-06T16:24:14.149Z] #41 106.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:24:14 [2022-12-06T16:24:14.408Z] #41 106.4 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:24:14 [2022-12-06T16:24:14.666Z] #41 106.7 checking that generated files are newer than configure... done
16:24:14 [2022-12-06T16:24:14.666Z] #41 106.7 configure: creating ./config.status
16:24:17 [2022-12-06T16:24:17.197Z] #41 109.3 config.status: creating Makefile
16:24:17 [2022-12-06T16:24:17.197Z] #41 109.4 config.status: creating config.h
16:24:17 [2022-12-06T16:24:17.197Z] #41 109.4 config.status: executing libtool commands
16:24:17 [2022-12-06T16:24:17.197Z] #41 109.5 config.status: executing depfiles commands
16:24:18 [2022-12-06T16:24:18.131Z] #41 110.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
16:24:18 [2022-12-06T16:24:18.131Z] #41 110.3 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:24:18 [2022-12-06T16:24:18.697Z] #41 110.7 checking for gcc... gcc
16:24:18 [2022-12-06T16:24:18.955Z] #41 110.8 checking whether the C compiler works... yes
16:24:18 [2022-12-06T16:24:18.955Z] #41 111.0 checking for C compiler default output file name... a.out
16:24:18 [2022-12-06T16:24:18.955Z] #41 111.0 checking for suffix of executables... 
16:24:19 [2022-12-06T16:24:19.213Z] #41 111.1 checking whether we are cross compiling... no
16:24:19 [2022-12-06T16:24:19.213Z] #41 111.3 checking for suffix of object files... o
16:24:19 [2022-12-06T16:24:19.471Z] #41 111.5 checking whether we are using the GNU C compiler... yes
16:24:19 [2022-12-06T16:24:19.471Z] #41 111.6 checking whether gcc accepts -g... yes
16:24:19 [2022-12-06T16:24:19.729Z] #41 111.6 checking for gcc option to accept ISO C89... none needed
16:24:19 [2022-12-06T16:24:19.987Z] #41 111.8 checking whether gcc understands -c and -o together... yes
16:24:19 [2022-12-06T16:24:19.987Z] #41 112.1 checking for a BSD-compatible install... /usr/bin/install -c
16:24:19 [2022-12-06T16:24:19.987Z] #41 112.1 checking whether build environment is sane... yes
16:24:19 [2022-12-06T16:24:19.987Z] #41 112.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:24:19 [2022-12-06T16:24:19.987Z] #41 112.2 checking for gawk... no
16:24:19 [2022-12-06T16:24:19.987Z] #41 112.2 checking for mawk... mawk
16:24:19 [2022-12-06T16:24:19.987Z] #41 112.2 checking whether make sets $(MAKE)... yes
16:24:19 [2022-12-06T16:24:19.987Z] #41 112.3 checking whether make supports the include directive... yes (GNU style)
16:24:20 [2022-12-06T16:24:20.246Z] #41 112.3 checking whether make supports nested variables... yes
16:24:20 [2022-12-06T16:24:20.246Z] #41 112.4 checking whether UID '0' is supported by ustar format... yes
16:24:20 [2022-12-06T16:24:20.246Z] #41 112.4 checking whether GID '0' is supported by ustar format... yes
16:24:20 [2022-12-06T16:24:20.246Z] #41 112.4 checking how to create a ustar tar archive... gnutar
16:24:20 [2022-12-06T16:24:20.504Z] #41 112.5 checking dependency style of gcc... gcc3
16:24:20 [2022-12-06T16:24:20.504Z] #41 112.6 checking whether to enable maintainer-specific portions of Makefiles... yes
16:24:20 [2022-12-06T16:24:20.504Z] #41 112.6 checking whether make supports nested variables... (cached) yes
16:24:20 [2022-12-06T16:24:20.762Z] #41 112.7 checking build system type... aarch64-unknown-linux-gnu
16:24:21 [2022-12-06T16:24:21.020Z] #41 113.1 checking host system type... aarch64-unknown-linux-gnu
16:24:21 [2022-12-06T16:24:21.020Z] #41 113.1 checking how to print strings... printf
16:24:21 [2022-12-06T16:24:21.020Z] #41 113.1 checking for a sed that does not truncate output... /bin/sed
16:24:21 [2022-12-06T16:24:21.020Z] #41 113.1 checking for grep that handles long lines and -e... /bin/grep
16:24:21 [2022-12-06T16:24:21.020Z] #41 113.1 checking for egrep... /bin/grep -E
16:24:21 [2022-12-06T16:24:21.020Z] #41 113.1 checking for fgrep... /bin/grep -F
16:24:21 [2022-12-06T16:24:21.020Z] #41 113.1 checking for ld used by gcc... /usr/bin/ld
16:24:21 [2022-12-06T16:24:21.020Z] #41 113.2 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:24:21 [2022-12-06T16:24:21.020Z] #41 113.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.4 checking whether ln -s works... yes
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.4 checking the maximum length of command line arguments... 1572864
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.4 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.4 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.4 checking for /usr/bin/ld option to reload object files... -r
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.4 checking for objdump... objdump
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.4 checking how to recognize dependent libraries... pass_all
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.4 checking for dlltool... no
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.4 checking how to associate runtime and link libraries... printf %s\n
16:24:21 [2022-12-06T16:24:21.278Z] #41 113.4 checking for ar... ar
16:24:21 [2022-12-06T16:24:21.535Z] #41 113.4 checking for archiver @FILE support... @
16:24:21 [2022-12-06T16:24:21.535Z] #41 113.6 checking for strip... strip
16:24:21 [2022-12-06T16:24:21.535Z] #41 113.6 checking for ranlib... ranlib
16:24:21 [2022-12-06T16:24:21.793Z] #41 113.6 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:24:21 [2022-12-06T16:24:21.793Z] #41 113.9 checking for sysroot... no
16:24:21 [2022-12-06T16:24:21.793Z] #41 113.9 checking for a working dd... /bin/dd
16:24:21 [2022-12-06T16:24:21.793Z] #41 113.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:24:21 [2022-12-06T16:24:21.793Z] #41 114.0 checking for mt... no
16:24:21 [2022-12-06T16:24:21.793Z] #41 114.0 checking if : is a manifest tool... no
16:24:21 [2022-12-06T16:24:21.793Z] #41 114.0 checking how to run the C preprocessor... gcc -E
16:24:22 [2022-12-06T16:24:22.617Z] #41 114.2 checking for ANSI C header files... yes
16:24:22 [2022-12-06T16:24:22.617Z] #41 114.8 checking for sys/types.h... yes
16:24:22 [2022-12-06T16:24:22.882Z] #41 114.9 checking for sys/stat.h... yes
16:24:23 [2022-12-06T16:24:23.140Z] #41 115.1 checking for stdlib.h... yes
16:24:23 [2022-12-06T16:24:23.140Z] #41 115.3 checking for string.h... yes
16:24:23 [2022-12-06T16:24:23.655Z] #41 115.5 checking for memory.h... yes
16:24:23 [2022-12-06T16:24:23.655Z] #41 115.7 checking for strings.h... yes
16:24:23 [2022-12-06T16:24:23.655Z] #41 115.8 checking for inttypes.h... 
16:24:23 [2022-12-06T16:24:23.655Z] #41 ...
16:24:23 [2022-12-06T16:24:23.655Z] 
16:24:23 [2022-12-06T16:24:23.655Z] #53 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:24:23 [2022-12-06T16:24:23.655Z] #53 38.30 Selecting previously unselected package xfsprogs.
16:24:23 [2022-12-06T16:24:23.655Z] #53 38.31 Preparing to unpack .../53-xfsprogs_5.10.0-4_arm64.deb ...
16:24:23 [2022-12-06T16:24:23.655Z] #53 38.32 Unpacking xfsprogs (5.10.0-4) ...
16:24:23 [2022-12-06T16:24:23.655Z] #53 38.78 Selecting previously unselected package zip.
16:24:23 [2022-12-06T16:24:23.655Z] #53 38.80 Preparing to unpack .../54-zip_3.0-12_arm64.deb ...
16:24:23 [2022-12-06T16:24:23.655Z] #53 38.80 Unpacking zip (3.0-12) ...
16:24:23 [2022-12-06T16:24:23.655Z] #53 38.94 Selecting previously unselected package zstd.
16:24:23 [2022-12-06T16:24:23.655Z] #53 38.96 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_arm64.deb ...
16:24:23 [2022-12-06T16:24:23.655Z] #53 38.99 Unpacking zstd (1.4.8+dfsg-2.1) ...
16:24:23 [2022-12-06T16:24:23.655Z] #53 39.35 Setting up python3-pkg-resources (52.0.0-4) ...
16:24:23 [2022-12-06T16:24:23.655Z] #53 40.23 Setting up libip4tc2:arm64 (1.8.7-1) ...
16:24:23 [2022-12-06T16:24:23.655Z] #53 40.24 Setting up net-tools (1.60+git20181103.0eebece-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.26 Setting up libgpm2:arm64 (1.20.7-8) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.27 Setting up libicu67:arm64 (67.1-7) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.29 Setting up libip6tc2:arm64 (1.8.7-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.30 Setting up libinih1:arm64 (53-1+b2) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.31 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.33 Setting up uidmap (1:4.8.1-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.34 Setting up libyajl2:arm64 (2.1.0-3) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.36 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.38 Setting up bzip2 (1.0.8-4) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.39 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 40.41 Setting up python3-wheel (0.34.2-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 41.14 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 41.15 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 41.16 Setting up libcap2:arm64 (1:2.44-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 41.17 Setting up libcap2-bin (1:2.44-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 41.20 Setting up apparmor (2.13.6-10) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 42.80 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
16:24:23 [2022-12-06T16:24:23.656Z] #53 42.88 Setting up zip (3.0-12) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 42.90 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 42.94 Setting up bash-completion (1:2.11-2) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 45.88 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 45.89 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:24:23 [2022-12-06T16:24:23.656Z] #53 45.91 Setting up libmnl0:arm64 (1.0.4-3) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 45.92 Setting up patch (2.7.6-7) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 45.93 Setting up sudo (1.9.5p2-3) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.06 invoke-rc.d: could not determine current runlevel
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.07 invoke-rc.d: policy-rc.d denied execution of start.
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.08 Setting up xfsprogs (5.10.0-4) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.10 System has not been booted with systemd as init system (PID 1). Can't operate.
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.10 Failed to connect to bus: Host is down
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.11 Setting up libxtables12:arm64 (1.8.7-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.12 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.14 Setting up pigz (2.6-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.15 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.16 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.19 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.20 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.78 Setting up libaio1:arm64 (0.3.112-9) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 46.82 Setting up python3-lib2to3 (3.9.2-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.16 Setting up libelf1:arm64 (0.183-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.19 Setting up libjson-c5:arm64 (0.15-2) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.21 Setting up zstd (1.4.8+dfsg-2.1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.23 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.24 Setting up libkmod2:arm64 (28-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.25 Setting up python3-distutils (3.9.2-1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.74 Setting up vim (2:8.2.2434-3+deb11u1) ...
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:24:23 [2022-12-06T16:24:23.656Z] #53 47.80 Setting up python3-setuptools (52.0.0-4) ...
16:24:23 [2022-12-06T16:24:23.918Z] #53 ...
16:24:23 [2022-12-06T16:24:23.918Z] 
16:24:23 [2022-12-06T16:24:23.918Z] #41 [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
16:24:23 [2022-12-06T16:24:23.918Z] #41 115.8 checking for inttypes.h... yes
16:24:24 [2022-12-06T16:24:24.176Z] #41 116.1 checking for stdint.h... yes
16:24:24 [2022-12-06T16:24:24.176Z] #41 116.3 checking for unistd.h... yes
16:24:24 [2022-12-06T16:24:24.435Z] #41 116.5 checking for dlfcn.h... yes
16:24:24 [2022-12-06T16:24:24.435Z] #41 116.6 checking for objdir... .libs
16:24:25 [2022-12-06T16:24:25.002Z] #41 117.1 checking if gcc supports -fno-rtti -fno-exceptions... no
16:24:25 [2022-12-06T16:24:25.002Z] #41 117.2 checking for gcc option to produce PIC... -fPIC -DPIC
16:24:25 [2022-12-06T16:24:25.261Z] #41 117.2 checking if gcc PIC flag -fPIC -DPIC works... yes
16:24:25 [2022-12-06T16:24:25.519Z] #41 117.4 checking if gcc static flag -static works... yes
16:24:25 [2022-12-06T16:24:25.778Z] #41 117.7 checking if gcc supports -c -o file.o... yes
16:24:25 [2022-12-06T16:24:25.778Z] #41 117.8 checking if gcc supports -c -o file.o... (cached) yes
16:24:25 [2022-12-06T16:24:25.778Z] #41 117.8 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:24:25 [2022-12-06T16:24:25.778Z] #41 117.8 checking dynamic linker characteristics... GNU/Linux ld.so
16:24:26 [2022-12-06T16:24:26.037Z] #41 118.0 checking how to hardcode library paths into programs... immediate
16:24:26 [2022-12-06T16:24:26.037Z] #41 118.0 checking whether stripping libraries is possible... yes
16:24:26 [2022-12-06T16:24:26.037Z] #41 118.0 checking if libtool supports shared libraries... yes
16:24:26 [2022-12-06T16:24:26.037Z] #41 118.0 checking whether to build shared libraries... no
16:24:26 [2022-12-06T16:24:26.037Z] #41 118.0 checking whether to build static libraries... yes
16:24:26 [2022-12-06T16:24:26.037Z] #41 118.1 checking float.h usability... yes
16:24:26 [2022-12-06T16:24:26.295Z] #41 118.2 checking float.h presence... yes
16:24:26 [2022-12-06T16:24:26.295Z] #41 118.2 checking for float.h... yes
16:24:26 [2022-12-06T16:24:26.295Z] #41 118.3 checking limits.h usability... yes
16:24:26 [2022-12-06T16:24:26.295Z] #41 118.4 checking limits.h presence... yes
16:24:26 [2022-12-06T16:24:26.295Z] #41 118.5 checking for limits.h... yes
16:24:26 [2022-12-06T16:24:26.554Z] #41 118.5 checking stddef.h usability... yes
16:24:26 [2022-12-06T16:24:26.554Z] #41 118.7 checking stddef.h presence... yes
16:24:26 [2022-12-06T16:24:26.554Z] #41 118.8 checking for stddef.h... yes
16:24:26 [2022-12-06T16:24:26.814Z] #41 118.8 checking for stdlib.h... (cached) yes
16:24:26 [2022-12-06T16:24:26.814Z] #41 118.9 checking for string.h... (cached) yes
16:24:26 [2022-12-06T16:24:26.814Z] #41 118.9 checking sys/time.h usability... yes
16:24:27 [2022-12-06T16:24:27.072Z] #41 119.1 checking sys/time.h presence... yes
16:24:27 [2022-12-06T16:24:27.072Z] #41 119.1 checking for sys/time.h... yes
16:24:27 [2022-12-06T16:24:27.072Z] #41 119.1 checking for inline... inline
16:24:27 [2022-12-06T16:24:27.331Z] #41 119.2 checking for size_t... yes
16:24:27 [2022-12-06T16:24:27.590Z] #41 119.7 checking for stdlib.h... (cached) yes
16:24:27 [2022-12-06T16:24:27.848Z] #41 119.7 checking for GNU libc compatible malloc... yes
16:24:27 [2022-12-06T16:24:27.848Z] #41 119.9 checking for stdlib.h... (cached) yes
16:24:27 [2022-12-06T16:24:27.848Z] #41 119.9 checking for GNU libc compatible realloc... yes
16:24:28 [2022-12-06T16:24:28.106Z] #41 120.1 checking for working strtod... yes
16:24:28 [2022-12-06T16:24:28.365Z] #41 120.3 checking for gettimeofday... yes
16:24:28 [2022-12-06T16:24:28.624Z] #41 120.6 checking for memset... 
16:24:28 [2022-12-06T16:24:28.624Z] #41 ...
16:24:28 [2022-12-06T16:24:28.624Z] 
16:24:28 [2022-12-06T16:24:28.624Z] #53 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:24:28 [2022-12-06T16:24:28.624Z] #53 49.29 Setting up libjq1:arm64 (1.6-2.1) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 49.31 Setting up libnftnl11:arm64 (1.1.9-1) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 49.32 Setting up thin-provisioning-tools (0.9.0-1) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 49.34 Setting up python3-pip (20.3.4-4+deb11u1) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.53 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.56 Setting up jq (1.6-2.1) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.59 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.61 Setting up libbpf0:arm64 (1:0.3-2) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.62 Setting up iptables (1.8.7-1) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.65 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.65 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.66 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.66 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.67 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.69 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:24:28 [2022-12-06T16:24:28.624Z] #53 50.70 Setting up iproute2 (5.10.0-4) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 51.06 Setting up systemd (247.3-7+deb11u1) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 51.12 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
16:24:28 [2022-12-06T16:24:28.624Z] #53 51.13 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
16:24:28 [2022-12-06T16:24:28.624Z] #53 51.16 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
16:24:28 [2022-12-06T16:24:28.624Z] #53 51.19 Initializing machine ID from random generator.
16:24:28 [2022-12-06T16:24:28.624Z] #53 52.13 Setting up systemd-journal-remote (247.3-7+deb11u1) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 52.45 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:24:28 [2022-12-06T16:24:28.624Z] #53 DONE 53.2s
16:24:28 [2022-12-06T16:24:28.624Z] 
16:24:28 [2022-12-06T16:24:28.624Z] #41 [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
16:24:28 [2022-12-06T16:24:28.624Z] #41 120.6 checking for memset... yes
16:24:28 [2022-12-06T16:24:28.882Z] #41 121.0 checking for strspn... yes
16:24:29 [2022-12-06T16:24:29.142Z] #41 121.3 checking that generated files are newer than configure... done
16:24:29 [2022-12-06T16:24:29.142Z] #41 121.3 configure: creating ./config.status
16:24:29 [2022-12-06T16:24:29.401Z] #41 ...
16:24:29 [2022-12-06T16:24:29.401Z] 
16:24:29 [2022-12-06T16:24:29.401Z] #54 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
16:24:29 [2022-12-06T16:24:29.401Z] #0 0.719 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:24:29 [2022-12-06T16:24:29.401Z] #0 0.723 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:24:29 [2022-12-06T16:24:29.401Z] #0 0.726 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:24:29 [2022-12-06T16:24:29.401Z] #54 DONE 0.8s
16:24:29 [2022-12-06T16:24:29.661Z] 
16:24:29 [2022-12-06T16:24:29.661Z] #55 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
16:24:35 [2022-12-06T16:24:35.000Z] #55 ...
16:24:35 [2022-12-06T16:24:35.000Z] 
16:24:35 [2022-12-06T16:24:35.000Z] #41 [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
16:24:35 [2022-12-06T16:24:35.000Z] #41 124.6 config.status: creating Makefile
16:24:35 [2022-12-06T16:24:35.000Z] #41 124.7 config.status: creating config.h
16:24:35 [2022-12-06T16:24:35.000Z] #41 124.7 config.status: executing depfiles commands
16:24:35 [2022-12-06T16:24:35.000Z] #41 125.0 config.status: executing libtool commands
16:24:35 [2022-12-06T16:24:35.000Z] #41 126.1   GEN      .version
16:24:35 [2022-12-06T16:24:35.000Z] #41 126.1 make  install-recursive
16:24:35 [2022-12-06T16:24:35.000Z] #41 126.1 make[1]: Entering directory '/tmp/crun-build'
16:24:35 [2022-12-06T16:24:35.000Z] #41 126.2 Making install in libocispec
16:24:35 [2022-12-06T16:24:35.000Z] #41 126.2 make[2]: Entering directory '/tmp/crun-build/libocispec'
16:24:35 [2022-12-06T16:24:35.000Z] #41 126.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
16:24:35 [2022-12-06T16:24:35.000Z] #41 126.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
16:24:35 [2022-12-06T16:24:35.000Z] #41 126.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
16:24:35 [2022-12-06T16:24:35.000Z] #41 126.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
16:24:35 [2022-12-06T16:24:35.000Z] #41 127.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.1 make  install-recursive
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.1 make[3]: Entering directory '/tmp/crun-build/libocispec'
16:24:35 [2022-12-06T16:24:35.934Z] #41 128.2 Making install in yajl
16:24:36 [2022-12-06T16:24:36.192Z] #41 128.2 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:24:36 [2022-12-06T16:24:36.192Z] #41 128.2   CC       verify/json_verify-json_verify.o
16:24:36 [2022-12-06T16:24:36.192Z] #41 128.2   CC       src/libyajl_la-yajl_alloc.lo
16:24:36 [2022-12-06T16:24:36.192Z] #41 128.2   CC       src/libyajl_la-yajl.lo
16:24:36 [2022-12-06T16:24:36.192Z] #41 128.3   CC       src/libyajl_la-yajl_gen.lo
16:24:36 [2022-12-06T16:24:36.192Z] #41 128.3   CC       src/libyajl_la-yajl_parser.lo
16:24:36 [2022-12-06T16:24:36.192Z] #41 128.3   CC       src/libyajl_la-yajl_buf.lo
16:24:36 [2022-12-06T16:24:36.192Z] #41 128.3   CC       src/libyajl_la-yajl_encode.lo
16:24:36 [2022-12-06T16:24:36.192Z] #41 128.4   CC       src/libyajl_la-yajl_lex.lo
16:24:36 [2022-12-06T16:24:36.192Z] #41 128.4   CC       src/libyajl_la-yajl_tree.lo
16:24:41 [2022-12-06T16:24:41.457Z] #41 133.3   CCLD     libyajl.la
16:24:41 [2022-12-06T16:24:41.457Z] #41 133.6   CCLD     verify/json_verify
16:24:42 [2022-12-06T16:24:42.023Z] #41 134.1 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.1 make[5]: Nothing to be done for 'install-exec-am'.
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.1 make[5]: Nothing to be done for 'install-data-am'.
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.1 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.1 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.1 make[4]: Entering directory '/tmp/crun-build/libocispec'
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.2   CC       src/validate.o
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.2   CC       src/image_spec_schema_config_schema.lo
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.2   CC       src/image_spec_schema_content_descriptor.lo
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.3   CC       src/image_spec_schema_defs.lo
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.3   CC       src/image_spec_schema_defs_descriptor.lo
16:24:42 [2022-12-06T16:24:42.024Z] #41 134.3   CC       src/image_spec_schema_image_index_schema.lo
16:24:42 [2022-12-06T16:24:42.282Z] #41 134.3   CC       src/image_spec_schema_image_layout_schema.lo
16:24:42 [2022-12-06T16:24:42.282Z] #41 134.3   CC       src/image_spec_schema_image_manifest_schema.lo
16:24:42 [2022-12-06T16:24:42.282Z] #41 134.4   CC       src/runtime_spec_schema_config_linux.lo
16:24:42 [2022-12-06T16:24:42.282Z] #41 134.5   CC       src/runtime_spec_schema_config_zos.lo
16:24:42 [2022-12-06T16:24:42.282Z] #41 134.5   CC       src/runtime_spec_schema_config_schema.lo
16:24:42 [2022-12-06T16:24:42.540Z] #41 134.6   CC       src/runtime_spec_schema_config_solaris.lo
16:24:42 [2022-12-06T16:24:42.540Z] #41 134.6   CC       src/runtime_spec_schema_config_vm.lo
16:24:42 [2022-12-06T16:24:42.540Z] #41 134.7   CC       src/runtime_spec_schema_config_windows.lo
16:24:42 [2022-12-06T16:24:42.540Z] #41 134.8   CC       src/runtime_spec_schema_defs.lo
16:24:42 [2022-12-06T16:24:42.798Z] #41 134.9   CC       src/runtime_spec_schema_defs_linux.lo
16:24:43 [2022-12-06T16:24:43.057Z] #41 135.1   CC       src/runtime_spec_schema_defs_zos.lo
16:24:43 [2022-12-06T16:24:43.057Z] #41 135.2   CC       src/runtime_spec_schema_defs_vm.lo
16:24:43 [2022-12-06T16:24:43.057Z] #41 135.3   CC       src/runtime_spec_schema_defs_windows.lo
16:24:43 [2022-12-06T16:24:43.315Z] #41 135.4   CC       src/runtime_spec_schema_state_schema.lo
16:24:43 [2022-12-06T16:24:43.574Z] #41 135.6   CC       src/basic_test_double_array_item.lo
16:24:43 [2022-12-06T16:24:43.574Z] #41 135.7   CC       src/image_manifest_items_image_manifest_items_schema.lo
16:24:43 [2022-12-06T16:24:43.574Z] #41 135.8   CC       src/basic_test_double_array.lo
16:24:43 [2022-12-06T16:24:43.832Z] #41 ...
16:24:43 [2022-12-06T16:24:43.832Z] 
16:24:43 [2022-12-06T16:24:43.832Z] #55 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
16:24:43 [2022-12-06T16:24:43.832Z] #55 9.717 Collecting yamllint==1.27.1
16:24:43 [2022-12-06T16:24:43.832Z] #55 10.76   Downloading yamllint-1.27.1.tar.gz (129 kB)
16:24:43 [2022-12-06T16:24:43.832Z] #55 11.77 Collecting pathspec>=0.5.3
16:24:43 [2022-12-06T16:24:43.832Z] #55 11.78   Downloading pathspec-0.10.2-py3-none-any.whl (28 kB)
16:24:43 [2022-12-06T16:24:43.832Z] #55 12.12 Collecting pyyaml
16:24:43 [2022-12-06T16:24:43.832Z] #55 12.14   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
16:24:43 [2022-12-06T16:24:43.832Z] #55 12.18 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
16:24:43 [2022-12-06T16:24:43.832Z] #55 12.19 Building wheels for collected packages: yamllint
16:24:43 [2022-12-06T16:24:43.832Z] #55 12.20   Building wheel for yamllint (setup.py): started
16:24:43 [2022-12-06T16:24:43.832Z] #55 13.23   Building wheel for yamllint (setup.py): finished with status 'done'
16:24:43 [2022-12-06T16:24:43.832Z] #55 13.23   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=0c5d9ab76367bf087c81a6eda2ee31dd2d2d92a6106444d7d9085f659909d2a1
16:24:43 [2022-12-06T16:24:43.832Z] #55 13.23   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
16:24:43 [2022-12-06T16:24:43.832Z] #55 13.24 Successfully built yamllint
16:24:43 [2022-12-06T16:24:43.832Z] #55 13.25 Installing collected packages: pyyaml, pathspec, yamllint
16:24:43 [2022-12-06T16:24:43.832Z] #55 13.65 Successfully installed pathspec-0.10.2 pyyaml-6.0 yamllint-1.27.1
16:24:43 [2022-12-06T16:24:43.832Z] #55 DONE 14.4s
16:24:43 [2022-12-06T16:24:43.832Z] 
16:24:43 [2022-12-06T16:24:43.832Z] #41 [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
16:24:43 [2022-12-06T16:24:43.832Z] #41 136.0   CC       src/basic_test_top_array_int.lo
16:24:43 [2022-12-06T16:24:43.832Z] #41 136.1   CC       src/basic_test_top_array_string.lo
16:24:44 [2022-12-06T16:24:44.090Z] #41 136.1   CC       src/basic_test_top_double_array_int.lo
16:24:44 [2022-12-06T16:24:44.090Z] #41 136.3   CC       src/basic_test_top_double_array_obj.lo
16:24:44 [2022-12-06T16:24:44.349Z] #41 136.6   CC       src/basic_test_top_double_array_refobj.lo
16:24:44 [2022-12-06T16:24:44.349Z] #41 136.6   CC       src/basic_test_top_double_array_string.lo
16:24:44 [2022-12-06T16:24:44.608Z] #41 136.7   CC       src/read-file.lo
16:24:44 [2022-12-06T16:24:44.608Z] #41 136.8   CC       src/json_common.lo
16:24:44 [2022-12-06T16:24:44.866Z] #41 136.9   CC       tests/test-1.o
16:24:45 [2022-12-06T16:24:45.124Z] #41 137.1   CC       tests/test-2.o
16:24:45 [2022-12-06T16:24:45.124Z] #41 137.3   CC       tests/test-3.o
16:24:45 [2022-12-06T16:24:45.382Z] #41 137.5   CC       tests/test-4.o
16:24:45 [2022-12-06T16:24:45.641Z] #41 137.7   CC       tests/test-5.o
16:24:45 [2022-12-06T16:24:45.641Z] #41 137.8   CC       tests/test-6.o
16:24:45 [2022-12-06T16:24:45.899Z] #41 138.0   CC       tests/test-7.o
16:24:46 [2022-12-06T16:24:46.158Z] #41 138.2   CC       tests/test-8.o
16:24:46 [2022-12-06T16:24:46.158Z] #41 138.4   CC       tests/test-9.o
16:24:46 [2022-12-06T16:24:46.416Z] #41 138.6   CC       tests/test-10.o
16:24:46 [2022-12-06T16:24:46.416Z] #41 138.7   CC       tests/test-11.o
16:25:04 [2022-12-06T16:25:04.496Z] #41 ...
16:25:04 [2022-12-06T16:25:04.496Z] 
16:25:04 [2022-12-06T16:25:04.496Z] #34 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
16:25:04 [2022-12-06T16:25:04.496Z] #34 202.7 + dpkg --print-architecture
16:25:04 [2022-12-06T16:25:04.496Z] #34 DONE 203.6s
16:25:04 [2022-12-06T16:25:04.496Z] 
16:25:04 [2022-12-06T16:25:04.496Z] #39 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
16:25:19 [2022-12-06T16:25:19.370Z] #39 ...
16:25:19 [2022-12-06T16:25:19.370Z] 
16:25:19 [2022-12-06T16:25:19.370Z] #41 [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
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.0   CCLD     libocispec.la
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.4   CCLD     src/validate
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.4   CCLD     tests/test-1
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.4   CCLD     tests/test-2
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.5   CCLD     tests/test-3
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.5   CCLD     tests/test-4
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.5   CCLD     tests/test-5
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.6   CCLD     tests/test-6
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.7   CCLD     tests/test-7
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.7   CCLD     tests/test-8
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.8   CCLD     tests/test-9
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.9   CCLD     tests/test-10
16:25:19 [2022-12-06T16:25:19.370Z] #41 170.9 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
16:25:19 [2022-12-06T16:25:19.370Z] #41 171.1   CCLD     tests/test-11
16:25:20 [2022-12-06T16:25:20.746Z] #41 172.6 libtool: link: ar cr libocispec.a 
16:25:20 [2022-12-06T16:25:20.746Z] #41 172.6 libtool: link: ranlib libocispec.a
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.0 make[5]: Entering directory '/tmp/crun-build/libocispec'
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.1 make[5]: Nothing to be done for 'install-exec-am'.
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.1 make[5]: Nothing to be done for 'install-data-am'.
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.1 make[5]: Leaving directory '/tmp/crun-build/libocispec'
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.1 make[4]: Leaving directory '/tmp/crun-build/libocispec'
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.1 make[3]: Leaving directory '/tmp/crun-build/libocispec'
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.1 make[2]: Leaving directory '/tmp/crun-build/libocispec'
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.1 make[2]: Entering directory '/tmp/crun-build'
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.2   CC       src/libcrun/libcrun_testing_a-utils.o
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.2   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.2   CC       src/libcrun/libcrun_testing_a-container.o
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.2   CC       src/libcrun/libcrun_testing_a-cgroup.o
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.2   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.2   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.3   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.3   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.3   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
16:25:22 [2022-12-06T16:25:22.121Z] #41 174.3   CC       src/libcrun/libcrun_testing_a-criu.o
16:25:22 [2022-12-06T16:25:22.379Z] #41 174.4   CC       src/libcrun/libcrun_testing_a-custom-handler.o
16:25:22 [2022-12-06T16:25:22.379Z] #41 174.4   CC       src/libcrun/libcrun_testing_a-linux.o
16:25:22 [2022-12-06T16:25:22.379Z] #41 174.5   CC       src/libcrun/libcrun_testing_a-seccomp.o
16:25:22 [2022-12-06T16:25:22.379Z] #41 174.5   CC       src/libcrun/libcrun_testing_a-ebpf.o
16:25:22 [2022-12-06T16:25:22.379Z] #41 174.6   CC       src/libcrun/libcrun_testing_a-error.o
16:25:22 [2022-12-06T16:25:22.379Z] #41 174.7   CC       src/libcrun/libcrun_testing_a-status.o
16:25:22 [2022-12-06T16:25:22.638Z] #41 174.7   CC       src/libcrun/libcrun_testing_a-terminal.o
16:25:22 [2022-12-06T16:25:22.638Z] #41 174.8   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
16:25:22 [2022-12-06T16:25:22.638Z] #41 174.8   CC       src/libcrun/libcrun_testing_a-signals.o
16:25:22 [2022-12-06T16:25:22.638Z] #41 174.8   CC       src/libcrun/libcrun_testing_a-mount_flags.o
16:25:22 [2022-12-06T16:25:22.638Z] #41 174.9   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
16:25:22 [2022-12-06T16:25:22.896Z] #41 175.0   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
16:25:22 [2022-12-06T16:25:22.896Z] #41 175.0   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
16:25:22 [2022-12-06T16:25:22.896Z] #41 175.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
16:25:22 [2022-12-06T16:25:22.896Z] #41 175.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
16:25:23 [2022-12-06T16:25:23.155Z] #41 175.2   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
16:25:23 [2022-12-06T16:25:23.413Z] #41 175.4   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
16:25:23 [2022-12-06T16:25:23.672Z] #41 175.8   CC       src/crun-crun.o
16:25:23 [2022-12-06T16:25:23.672Z] #41 176.0   CC       src/crun-run.o
16:25:23 [2022-12-06T16:25:23.930Z] #41 176.1   CC       src/crun-delete.o
16:25:23 [2022-12-06T16:25:23.930Z] #41 176.2   CC       src/crun-kill.o
16:25:24 [2022-12-06T16:25:24.189Z] #41 176.3   CC       src/crun-pause.o
16:25:24 [2022-12-06T16:25:24.189Z] #41 176.5   CC       src/crun-unpause.o
16:25:24 [2022-12-06T16:25:24.447Z] #41 176.5   CC       src/crun-spec.o
16:25:24 [2022-12-06T16:25:24.447Z] #41 176.7   CC       src/crun-exec.o
16:25:24 [2022-12-06T16:25:24.706Z] #41 176.8   CC       src/crun-list.o
16:25:24 [2022-12-06T16:25:24.964Z] #41 176.9   CC       src/crun-create.o
16:25:24 [2022-12-06T16:25:24.964Z] #41 177.0   CC       src/crun-start.o
16:25:25 [2022-12-06T16:25:25.222Z] #41 177.3   CC       src/crun-state.o
16:25:25 [2022-12-06T16:25:25.222Z] #41 177.3   CC       src/crun-update.o
16:25:25 [2022-12-06T16:25:25.480Z] #41 177.6   CC       src/crun-ps.o
16:25:25 [2022-12-06T16:25:25.738Z] #41 177.8   CC       src/crun-checkpoint.o
16:25:25 [2022-12-06T16:25:25.738Z] #41 177.9   CC       src/crun-restore.o
16:25:25 [2022-12-06T16:25:25.997Z] #41 178.1   CC       src/libcrun/libcrun_la-utils.lo
16:25:26 [2022-12-06T16:25:26.255Z] #41 178.2   CC       src/libcrun/libcrun_la-cloned_binary.lo
16:25:26 [2022-12-06T16:25:26.255Z] #41 178.4   CC       src/libcrun/libcrun_la-container.lo
16:25:26 [2022-12-06T16:25:26.514Z] #41 178.5   CC       src/libcrun/libcrun_la-cgroup.lo
16:25:26 [2022-12-06T16:25:26.514Z] #41 178.6   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
16:25:26 [2022-12-06T16:25:26.514Z] #41 178.6   CC       src/libcrun/libcrun_la-cgroup-resources.lo
16:25:26 [2022-12-06T16:25:26.514Z] #41 178.7   CC       src/libcrun/libcrun_la-cgroup-setup.lo
16:25:26 [2022-12-06T16:25:26.772Z] #41 179.0   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
16:25:27 [2022-12-06T16:25:27.030Z] #41 179.2   CC       src/libcrun/libcrun_la-cgroup-utils.lo
16:25:27 [2022-12-06T16:25:27.289Z] #41 179.5   CC       src/libcrun/libcrun_la-criu.lo
16:25:27 [2022-12-06T16:25:27.547Z] #41 179.7   CC       src/libcrun/libcrun_la-custom-handler.lo
16:25:27 [2022-12-06T16:25:27.805Z] #41 180.0   CC       src/libcrun/libcrun_la-linux.lo
16:25:28 [2022-12-06T16:25:28.371Z] #41 180.3   CC       src/libcrun/libcrun_la-seccomp.lo
16:25:28 [2022-12-06T16:25:28.371Z] #41 180.5   CC       src/libcrun/libcrun_la-ebpf.lo
16:25:28 [2022-12-06T16:25:28.937Z] #41 181.2   CC       src/libcrun/libcrun_la-error.lo
16:25:29 [2022-12-06T16:25:29.870Z] #41 181.9   CC       src/libcrun/libcrun_la-status.lo
16:25:29 [2022-12-06T16:25:29.870Z] #41 182.1   CC       src/libcrun/libcrun_la-terminal.lo
16:25:30 [2022-12-06T16:25:30.436Z] #41 182.7   CC       src/libcrun/libcrun_la-chroot_realpath.lo
16:25:30 [2022-12-06T16:25:30.694Z] #41 182.9   CC       src/libcrun/libcrun_la-signals.lo
16:25:31 [2022-12-06T16:25:31.260Z] #41 183.2   CC       src/libcrun/libcrun_la-mount_flags.lo
16:25:31 [2022-12-06T16:25:31.260Z] #41 183.3   CC       src/libcrun/libcrun_la-seccomp_notify.lo
16:25:31 [2022-12-06T16:25:31.518Z] #41 183.7   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
16:25:31 [2022-12-06T16:25:31.776Z] #41 183.8   CC       src/libcrun/handlers/libcrun_la-krun.lo
16:25:31 [2022-12-06T16:25:31.777Z] #41 184.1   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
16:25:32 [2022-12-06T16:25:32.342Z] #41 184.4   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
16:25:32 [2022-12-06T16:25:32.342Z] #41 184.6   CC       tests/init.o
16:25:33 [2022-12-06T16:25:33.716Z] #41 186.0   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
16:25:51 [2022-12-06T16:25:51.793Z] #41 203.4   CCLD     tests/init
16:26:09 [2022-12-06T16:26:09.913Z] #41 ...
16:26:09 [2022-12-06T16:26:09.913Z] 
16:26:09 [2022-12-06T16:26:09.913Z] #36 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
16:26:09 [2022-12-06T16:26:09.913Z] #36 268.5 + return
16:26:09 [2022-12-06T16:26:09.913Z] #36 DONE 268.8s
16:26:09 [2022-12-06T16:26:09.913Z] 
16:26:09 [2022-12-06T16:26:09.913Z] #31 [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.49.0"      && /build/golangci-lint --version
16:26:09 [2022-12-06T16:26:09.913Z] #31 ...
16:26:09 [2022-12-06T16:26:09.913Z] 
16:26:09 [2022-12-06T16:26:09.913Z] #56 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
16:26:10 [2022-12-06T16:26:10.847Z] #56 DONE 0.9s
16:26:10 [2022-12-06T16:26:10.847Z] 
16:26:10 [2022-12-06T16:26:10.847Z] #57 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
16:26:11 [2022-12-06T16:26:11.780Z] #57 DONE 0.9s
16:26:11 [2022-12-06T16:26:11.780Z] 
16:26:11 [2022-12-06T16:26:11.780Z] #58 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
16:26:12 [2022-12-06T16:26:12.345Z] #58 DONE 0.6s
16:26:12 [2022-12-06T16:26:12.345Z] 
16:26:12 [2022-12-06T16:26:12.345Z] #41 [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
16:26:12 [2022-12-06T16:26:12.345Z] #41 223.7   CCLD     libcrun.la
16:26:12 [2022-12-06T16:26:12.345Z] #41 223.9   AR       libcrun_testing.a
16:26:12 [2022-12-06T16:26:12.345Z] #41 223.9 ar: `u' modifier ignored since `D' is the default (see `U')
16:26:12 [2022-12-06T16:26:12.345Z] #41 224.0   CCLD     tests/tests_libcrun_utils
16:26:12 [2022-12-06T16:26:12.345Z] #41 224.0   CCLD     tests/tests_libcrun_errors
16:26:12 [2022-12-06T16:26:12.345Z] #41 224.0   CCLD     tests/tests_libcrun_fuzzer
16:26:12 [2022-12-06T16:26:12.911Z] #41 225.1   CCLD     crun
16:26:13 [2022-12-06T16:26:13.169Z] #41 225.4 make[3]: Entering directory '/tmp/crun-build'
16:26:13 [2022-12-06T16:26:13.427Z] #41 ...
16:26:13 [2022-12-06T16:26:13.427Z] 
16:26:13 [2022-12-06T16:26:13.427Z] #59 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
16:26:13 [2022-12-06T16:26:13.427Z] #59 DONE 1.4s
16:26:13 [2022-12-06T16:26:13.427Z] 
16:26:13 [2022-12-06T16:26:13.427Z] #41 [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
16:26:13 [2022-12-06T16:26:13.427Z] #41 225.6  /bin/mkdir -p '/usr/local/share/man/man1'
16:26:13 [2022-12-06T16:26:13.427Z] #41 225.6  /bin/mkdir -p '/usr/local/lib'
16:26:13 [2022-12-06T16:26:13.427Z] #41 225.6  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
16:26:13 [2022-12-06T16:26:13.427Z] #41 225.6  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
16:26:13 [2022-12-06T16:26:13.427Z] #41 225.7 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
16:26:13 [2022-12-06T16:26:13.690Z] #41 ...
16:26:13 [2022-12-06T16:26:13.690Z] 
16:26:13 [2022-12-06T16:26:13.690Z] #60 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
16:26:13 [2022-12-06T16:26:13.690Z] #60 DONE 0.1s
16:26:13 [2022-12-06T16:26:13.690Z] 
16:26:13 [2022-12-06T16:26:13.690Z] #41 [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
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.7 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.7 libtool: install: chmod 644 /usr/local/lib/libcrun.a
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.7 libtool: install: ranlib /usr/local/lib/libcrun.a
16:26:13 [2022-12-06T16:26:13.690Z] #41 ...
16:26:13 [2022-12-06T16:26:13.690Z] 
16:26:13 [2022-12-06T16:26:13.690Z] #61 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
16:26:13 [2022-12-06T16:26:13.690Z] #61 DONE 0.1s
16:26:13 [2022-12-06T16:26:13.690Z] 
16:26:13 [2022-12-06T16:26:13.690Z] #41 [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
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 ----------------------------------------------------------------------
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 Libraries have been installed in:
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9    /usr/local/lib
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 If you ever happen to want to link against installed libraries
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 in a given directory, LIBDIR, you must either use libtool, and
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 specify the full pathname of the library, or use the '-LLIBDIR'
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 flag during linking and do at least one of the following:
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9      during execution
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9    - add LIBDIR to the 'LD_RUN_PATH' environment variable
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9      during linking
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 See any operating system documentation about shared libraries for
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 more information, such as the ld(1) and ld.so(8) manual pages.
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9 ----------------------------------------------------------------------
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9  /bin/mkdir -p '/build'
16:26:13 [2022-12-06T16:26:13.690Z] #41 225.9   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
16:26:13 [2022-12-06T16:26:13.690Z] #41 ...
16:26:13 [2022-12-06T16:26:13.690Z] 
16:26:13 [2022-12-06T16:26:13.690Z] #62 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
16:26:13 [2022-12-06T16:26:13.690Z] #62 DONE 0.1s
16:26:13 [2022-12-06T16:26:13.690Z] 
16:26:13 [2022-12-06T16:26:13.690Z] #41 [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
16:26:13 [2022-12-06T16:26:13.690Z] #41 226.0 libtool: install: /usr/bin/install -c crun /build/crun
16:26:13 [2022-12-06T16:26:13.690Z] #41 226.0 make[3]: Leaving directory '/tmp/crun-build'
16:26:13 [2022-12-06T16:26:13.690Z] #41 226.0 make[2]: Leaving directory '/tmp/crun-build'
16:26:13 [2022-12-06T16:26:13.948Z] #41 226.0 make[1]: Leaving directory '/tmp/crun-build'
16:26:13 [2022-12-06T16:26:13.948Z] #41 DONE 226.1s
16:26:13 [2022-12-06T16:26:13.948Z] 
16:26:13 [2022-12-06T16:26:13.948Z] #63 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
16:26:13 [2022-12-06T16:26:13.948Z] #63 DONE 0.2s
16:26:13 [2022-12-06T16:26:13.948Z] 
16:26:13 [2022-12-06T16:26:13.948Z] #31 [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.49.0"      && /build/golangci-lint --version
16:26:13 [2022-12-06T16:26:13.948Z] #31 ...
16:26:13 [2022-12-06T16:26:13.948Z] 
16:26:13 [2022-12-06T16:26:13.948Z] #64 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
16:26:13 [2022-12-06T16:26:13.948Z] #64 DONE 0.1s
16:26:14 [2022-12-06T16:26:14.208Z] 
16:26:14 [2022-12-06T16:26:14.208Z] #65 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
16:26:14 [2022-12-06T16:26:14.465Z] #65 DONE 0.2s
16:26:14 [2022-12-06T16:26:14.465Z] 
16:26:14 [2022-12-06T16:26:14.465Z] #31 [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.49.0"      && /build/golangci-lint --version
16:26:15 [2022-12-06T16:26:15.398Z] #31 ...
16:26:15 [2022-12-06T16:26:15.398Z] 
16:26:15 [2022-12-06T16:26:15.398Z] #48 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
16:26:15 [2022-12-06T16:26:15.398Z] #48 165.7 + mkdir -p /build
16:26:15 [2022-12-06T16:26:15.398Z] #48 165.7 + cp runc /build/runc
16:26:15 [2022-12-06T16:26:15.658Z] #48 DONE 165.9s
16:26:15 [2022-12-06T16:26:15.658Z] 
16:26:15 [2022-12-06T16:26:15.658Z] #31 [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.49.0"      && /build/golangci-lint --version
16:26:19 [2022-12-06T16:26:19.843Z] #31 280.0 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown)
16:26:19 [2022-12-06T16:26:19.843Z] #31 DONE 280.2s
16:26:19 [2022-12-06T16:26:19.843Z] 
16:26:19 [2022-12-06T16:26:19.843Z] #39 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
16:26:20 [2022-12-06T16:26:20.779Z] #39 ...
16:26:20 [2022-12-06T16:26:20.779Z] 
16:26:20 [2022-12-06T16:26:20.779Z] #66 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
16:26:20 [2022-12-06T16:26:20.779Z] #66 DONE 0.2s
16:26:20 [2022-12-06T16:26:20.779Z] 
16:26:20 [2022-12-06T16:26:20.779Z] #67 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
16:26:20 [2022-12-06T16:26:20.779Z] #67 DONE 0.1s
16:26:20 [2022-12-06T16:26:20.779Z] 
16:26:20 [2022-12-06T16:26:20.779Z] #39 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
16:26:21 [2022-12-06T16:26:21.037Z] #39 ...
16:26:21 [2022-12-06T16:26:21.037Z] 
16:26:21 [2022-12-06T16:26:21.037Z] #68 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
16:26:21 [2022-12-06T16:26:21.037Z] #68 DONE 0.1s
16:26:21 [2022-12-06T16:26:21.037Z] 
16:26:21 [2022-12-06T16:26:21.037Z] #39 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
16:26:25 [2022-12-06T16:26:25.220Z] #39 250.1 + bin/containerd
16:26:25 [2022-12-06T16:26:25.220Z] #39 250.1 go build  -gcflags=-trimpath=/tmp/tmp.fwKSZqi87i/src -buildmode=pie  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0-beta.0 -X github.com/containerd/containerd/version.Revision=d878d7dda8d97f7f9d1d50b4a5d36d2d8fae9162 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -extldflags "-fno-PIC -static" -s -w ' -tags "netgo osusergo static_build urfave_cli_no_docs"  ./cmd/containerd
16:27:11 [2022-12-06T16:27:11.882Z] #39 291.3 # github.com/containerd/containerd/cmd/containerd
16:27:11 [2022-12-06T16:27:11.882Z] #39 291.3 /usr/bin/ld: /tmp/go-link-1838181492/000019.o: in function `New':
16:27:11 [2022-12-06T16:27:11.882Z] #39 291.3 /tmp/tmp.fwKSZqi87i/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
16:27:11 [2022-12-06T16:27:11.882Z] #39 291.4 + bin/containerd-stress
16:27:11 [2022-12-06T16:27:11.882Z] #39 291.4 go build  -gcflags=-trimpath=/tmp/tmp.fwKSZqi87i/src -buildmode=pie  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0-beta.0 -X github.com/containerd/containerd/version.Revision=d878d7dda8d97f7f9d1d50b4a5d36d2d8fae9162 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -extldflags "-fno-PIC -static" -s -w ' -tags "netgo osusergo static_build urfave_cli_no_docs"  ./cmd/containerd-stress
16:27:11 [2022-12-06T16:27:11.882Z] #39 292.9 + bin/containerd-shim
16:27:16 [2022-12-06T16:27:16.065Z] #39 300.8 + bin/containerd-shim-runc-v1
16:27:21 [2022-12-06T16:27:21.410Z] #39 305.9 + bin/containerd-shim-runc-v2
16:27:21 [2022-12-06T16:27:21.410Z] #39 306.8 + binaries
16:27:21 [2022-12-06T16:27:21.667Z] #39 306.8 + install -D bin/containerd /build/containerd
16:27:21 [2022-12-06T16:27:21.667Z] #39 306.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:27:21 [2022-12-06T16:27:21.667Z] #39 306.8 + install -D bin/ctr /build/ctr
16:27:23 [2022-12-06T16:27:23.564Z] #39 DONE 308.7s
16:27:24 [2022-12-06T16:27:24.129Z] 
16:27:24 [2022-12-06T16:27:24.129Z] #69 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
16:27:24 [2022-12-06T16:27:24.387Z] #69 DONE 0.2s
16:27:24 [2022-12-06T16:27:24.387Z] 
16:27:24 [2022-12-06T16:27:24.387Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
16:27:24 [2022-12-06T16:27:24.644Z] #70 DONE 0.2s
16:27:24 [2022-12-06T16:27:24.644Z] 
16:27:24 [2022-12-06T16:27:24.644Z] #71 [dev-systemd-false 25/28] COPY --from=vpnkit        /       /usr/local/bin/
16:27:25 [2022-12-06T16:27:25.211Z] #71 DONE 0.6s
16:27:25 [2022-12-06T16:27:25.211Z] 
16:27:25 [2022-12-06T16:27:25.211Z] #72 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
16:27:25 [2022-12-06T16:27:25.211Z] #72 DONE 0.1s
16:27:25 [2022-12-06T16:27:25.211Z] 
16:27:25 [2022-12-06T16:27:25.211Z] #73 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
16:27:25 [2022-12-06T16:27:25.211Z] #73 DONE 0.1s
16:27:25 [2022-12-06T16:27:25.211Z] 
16:27:25 [2022-12-06T16:27:25.211Z] #74 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
16:27:25 [2022-12-06T16:27:25.211Z] #74 DONE 0.0s
16:27:25 [2022-12-06T16:27:25.469Z] 
16:27:25 [2022-12-06T16:27:25.469Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
16:27:27 [2022-12-06T16:27:27.996Z] #75 DONE 2.5s
16:27:27 [2022-12-06T16:27:27.996Z] 
16:27:27 [2022-12-06T16:27:27.996Z] #76 exporting to image
16:27:27 [2022-12-06T16:27:27.996Z] #76 exporting layers
16:27:31 [2022-12-06T16:27:31.276Z] #76 exporting layers 3.0s done
16:27:31 [2022-12-06T16:27:31.276Z] #76 writing image sha256:21d069b6f743593ba3cd635894084b0add2328e41fb430d01ff632ba1203b183 done
16:27:31 [2022-12-06T16:27:31.276Z] #76 naming to docker.io/library/docker:9da935629e8cf222f5b7877d3fdf7b3762e8ee71 done
16:27:31 [2022-12-06T16:27:31.276Z] #76 DONE 3.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
16:27:31 [2022-12-06T16:27:31.581Z] + sudo modprobe ip6table_filter
[Pipeline] sh
16:27:31 [2022-12-06T16:27:31.871Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44590/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9da935629e8cf222f5b7877d3fdf7b3762e8ee71 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9da935629e8cf222f5b7877d3fdf7b3762e8ee71 hack/test/unit
16:27:32 [2022-12-06T16:27:32.464Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
16:27:32 [2022-12-06T16:27:32.464Z] + TESTFLAGS+=' -test.timeout=5m'
16:27:32 [2022-12-06T16:27:32.464Z] + TESTDIRS=./...
16:27:32 [2022-12-06T16:27:32.464Z] + exclude_paths='/vendor/|/integration'
16:27:32 [2022-12-06T16:27:32.464Z] ++ go list ./...
16:27:32 [2022-12-06T16:27:32.464Z] ++ grep -vE '(/vendor/|/integration)'
16:27:33 [2022-12-06T16:27:33.423Z] + pkg_list='github.com/docker/docker/api
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/backend/build
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/httpstatus
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/httputils
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/middleware
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/build
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/checkpoint
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/container
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/debug
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/distribution
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/grpc
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/image
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/network
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/plugin
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/session
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/swarm
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/system
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/server/router/volume
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/backend
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/blkiodev
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/container
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/events
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/filters
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/image
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/mount
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/network
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/plugins/logdriver
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/registry
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/strslice
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/swarm
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/swarm/runtime
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/time
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/versions
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/versions/v1p19
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/versions/v1p20
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/api/types/volume
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/builder-next
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/builder-next/exporter
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/builder-next/worker
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/dockerfile
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/remotecontext
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/remotecontext/git
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/builder/remotecontext/urlutil
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/cli
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/cli/config
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/cli/debug
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/cli/winresources/docker-proxy
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/cli/winresources/dockerd
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/client
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/cmd/docker-proxy
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/cmd/dockerd
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/cmd/dockerd/trap
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/container
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/container/stream
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/contrib/apparmor
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/contrib/docker-device-tool
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/contrib/httpserver
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/cluster
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/cluster/convert
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/cluster/executor
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/cluster/executor/container
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/cluster/provider
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/config
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/containerd
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/events
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/events/testutils
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/aufs
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/copy
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/overlay
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/register
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/vfs
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/graphdriver/zfs
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/images
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/initlayer
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/links
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/listeners
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/awslogs
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/fluentd
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/gcplogs
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/gelf
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/journald
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/local
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/logentries
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/loggertest
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/loggerutils
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/splunk
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/syslog
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/logger/templates
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/names
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/network
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/daemon/stats
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/distribution
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/distribution/metadata
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/distribution/utils
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/distribution/xfer
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/dockerversion
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/errdefs
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/image
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/image/cache
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/image/tarexport
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/image/v1
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/internal/mounttree
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/internal/test/suite
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/internal/unshare
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/layer
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libcontainerd
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libcontainerd/queue
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libcontainerd/remote
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libcontainerd/supervisor
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libcontainerd/types
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/bitseq
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/cluster
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/config
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/datastore
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/diagnostic
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/discoverapi
16:27:33 [2022-12-06T16:27:33.423Z] github.com/docker/docker/libnetwork/driverapi
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/bridge
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/host
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/null
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/overlay
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/remote
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/windows
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drvregistry
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/etchosts
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/idm
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/internal/caller
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipam
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipamapi
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipams/builtin
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipams/null
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipams/remote
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipamutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/iptables
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/netlabel
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/netutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/networkdb
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ns
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/options
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/osl
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/osl/kernel
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/portallocator
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/portmapper
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/resolvconf
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/testutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/types
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/oci
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/oci/caps
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/opts
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/aaparser
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/archive
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/authorization
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/broadcaster
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/capabilities
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/chrootarchive
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/containerfs
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/devicemapper
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/directory
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/dmesg
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/fileutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/homedir
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/idtools
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/ioutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/jsonmessage
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/longpath
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/loopback
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/namesgenerator
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/parsers
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/parsers/kernel
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/pidfile
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/platform
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugingetter
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugins
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugins/transport
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/pools
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/process
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/progress
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/reexec
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/stack
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/stdcopy
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/streamformatter
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/stringid
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/sysinfo
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/system
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/tailfile
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/tarsum
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/useragent
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/plugin
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/plugin/executor/containerd
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/plugin/v2
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/profiles/apparmor
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/profiles/seccomp
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/quota
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/reference
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/registry
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/registry/resumable
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/restartmanager
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/rootless
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/rootless/specconv
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/runconfig
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/runconfig/opts
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil/daemon
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil/environment
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil/fakecontext
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil/fakegit
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil/fakestorage
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil/fixtures/load
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil/fixtures/plugin
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil/registry
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/testutil/request
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/volume
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/volume/drivers
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/volume/local
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/volume/mounts
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/volume/service
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/volume/service/opts
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/volume/testutils'
16:27:33 [2022-12-06T16:27:33.424Z] ++ grep --fixed-strings -v /libnetwork
16:27:33 [2022-12-06T16:27:33.424Z] ++ echo 'github.com/docker/docker/api
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/backend/build
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/httpstatus
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/httputils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/middleware
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/build
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/checkpoint
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/container
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/debug
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/distribution
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/grpc
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/image
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/network
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/plugin
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/session
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/swarm
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/system
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/server/router/volume
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/backend
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/blkiodev
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/container
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/events
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/filters
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/image
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/mount
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/network
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/plugins/logdriver
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/registry
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/strslice
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/swarm
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/swarm/runtime
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/time
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/versions
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/versions/v1p19
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/versions/v1p20
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/api/types/volume
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/builder-next
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/builder-next/exporter
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/builder-next/worker
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/dockerfile
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/remotecontext
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/remotecontext/git
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/builder/remotecontext/urlutil
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/cli
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/cli/config
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/cli/debug
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/cli/winresources/docker-proxy
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/cli/winresources/dockerd
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/client
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/cmd/docker-proxy
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/cmd/dockerd
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/cmd/dockerd/trap
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/container
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/container/stream
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/contrib/apparmor
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/contrib/docker-device-tool
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/contrib/httpserver
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/cluster
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/cluster/convert
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/cluster/executor
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/cluster/executor/container
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/cluster/provider
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/config
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/containerd
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/events
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/events/testutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/aufs
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/copy
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/overlay
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/register
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/vfs
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/graphdriver/zfs
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/images
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/initlayer
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/links
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/listeners
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/awslogs
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/fluentd
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/gcplogs
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/gelf
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/journald
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/local
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/logentries
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/loggertest
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/loggerutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/splunk
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/syslog
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/logger/templates
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/names
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/network
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/daemon/stats
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/distribution
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/distribution/metadata
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/distribution/utils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/distribution/xfer
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/dockerversion
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/errdefs
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/image
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/image/cache
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/image/tarexport
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/image/v1
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/internal/mounttree
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/internal/test/suite
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/internal/unshare
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/layer
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libcontainerd
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libcontainerd/queue
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libcontainerd/remote
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libcontainerd/supervisor
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libcontainerd/types
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/bitseq
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/cluster
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/config
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/datastore
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/diagnostic
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/discoverapi
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/driverapi
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/bridge
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/host
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/null
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/overlay
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/remote
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/windows
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/drvregistry
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/etchosts
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/idm
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/internal/caller
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipam
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipamapi
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipams/builtin
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipams/null
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipams/remote
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ipamutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/iptables
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/netlabel
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/netutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/networkdb
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/ns
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/options
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/osl
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/osl/kernel
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/portallocator
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/portmapper
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/resolvconf
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/testutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/libnetwork/types
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/oci
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/oci/caps
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/opts
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/aaparser
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/archive
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/authorization
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/broadcaster
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/capabilities
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/chrootarchive
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/containerfs
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/devicemapper
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/directory
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/dmesg
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/fileutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/homedir
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/idtools
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/ioutils
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/jsonmessage
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/longpath
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/loopback
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/namesgenerator
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/parsers
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/parsers/kernel
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/pidfile
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/platform
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugingetter
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugins
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/plugins/transport
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/pools
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/process
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/progress
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/reexec
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/stack
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/stdcopy
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/streamformatter
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/stringid
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/sysinfo
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/system
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/tailfile
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/tarsum
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/pkg/useragent
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/plugin
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/plugin/executor/containerd
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/plugin/v2
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/profiles/apparmor
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/profiles/seccomp
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/quota
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/reference
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/registry
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/registry/resumable
16:27:33 [2022-12-06T16:27:33.424Z] github.com/docker/docker/restartmanager
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/rootless
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/rootless/specconv
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/runconfig
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/runconfig/opts
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/daemon
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/environment
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fakecontext
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fakegit
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fakestorage
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fixtures/load
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fixtures/plugin
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/registry
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/request
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/drivers
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/local
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/mounts
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/service
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/service/opts
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/testutils'
16:27:33 [2022-12-06T16:27:33.425Z] + base_pkg_list='github.com/docker/docker/api
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/backend/build
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/httpstatus
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/httputils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/middleware
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/build
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/checkpoint
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/container
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/debug
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/distribution
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/grpc
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/image
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/network
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/plugin
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/session
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/swarm
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/system
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/volume
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/backend
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/blkiodev
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/container
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/events
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/filters
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/image
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/mount
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/network
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/plugins/logdriver
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/registry
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/strslice
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/swarm
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/swarm/runtime
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/time
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/versions
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/versions/v1p19
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/versions/v1p20
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/volume
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/exporter
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/worker
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/dockerfile
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/remotecontext
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/remotecontext/git
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/remotecontext/urlutil
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cli
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cli/config
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cli/debug
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cli/winresources/docker-proxy
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cli/winresources/dockerd
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/client
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cmd/docker-proxy
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cmd/dockerd
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cmd/dockerd/trap
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/container
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/container/stream
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/contrib/apparmor
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/contrib/docker-device-tool
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/contrib/httpserver
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster/convert
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster/executor
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster/executor/container
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster/provider
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/config
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/containerd
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/events
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/events/testutils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/aufs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/copy
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/overlay
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/register
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/vfs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/zfs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/images
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/initlayer
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/links
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/listeners
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/awslogs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/fluentd
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/gcplogs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/gelf
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/journald
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/local
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/logentries
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/loggertest
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/loggerutils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/splunk
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/syslog
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/templates
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/names
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/network
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/stats
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/distribution
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/distribution/metadata
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/distribution/utils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/distribution/xfer
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/dockerversion
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/errdefs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/image
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/image/cache
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/image/tarexport
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/image/v1
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/internal/mounttree
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/internal/test/suite
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/internal/unshare
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/layer
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/libcontainerd
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/libcontainerd/queue
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/libcontainerd/remote
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/libcontainerd/supervisor
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/libcontainerd/types
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/oci
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/oci/caps
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/opts
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/aaparser
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/archive
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/authorization
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/broadcaster
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/capabilities
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/chrootarchive
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/containerfs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/devicemapper
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/directory
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/dmesg
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/fileutils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/homedir
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/idtools
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/ioutils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/jsonmessage
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/longpath
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/loopback
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/namesgenerator
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/parsers
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/parsers/kernel
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/pidfile
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/platform
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/plugingetter
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/plugins
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/plugins/transport
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/pools
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/process
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/progress
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/reexec
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/stack
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/stdcopy
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/streamformatter
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/stringid
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/sysinfo
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/system
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/tailfile
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/tarsum
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/pkg/useragent
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/plugin
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/plugin/executor/containerd
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/plugin/v2
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/profiles/apparmor
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/profiles/seccomp
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/quota
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/reference
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/registry
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/registry/resumable
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/restartmanager
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/rootless
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/rootless/specconv
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/runconfig
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/runconfig/opts
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/daemon
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/environment
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fakecontext
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fakegit
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fakestorage
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fixtures/load
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fixtures/plugin
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/registry
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/testutil/request
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/drivers
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/local
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/mounts
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/service
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/service/opts
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/volume/testutils'
16:27:33 [2022-12-06T16:27:33.425Z] ++ grep --fixed-strings /libnetwork
16:27:33 [2022-12-06T16:27:33.425Z] ++ echo 'github.com/docker/docker/api
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/backend/build
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/httpstatus
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/httputils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/middleware
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/build
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/checkpoint
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/container
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/debug
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/distribution
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/grpc
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/image
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/network
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/plugin
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/session
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/swarm
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/system
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/server/router/volume
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/backend
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/blkiodev
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/container
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/events
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/filters
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/image
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/mount
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/network
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/plugins/logdriver
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/registry
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/strslice
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/swarm
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/swarm/runtime
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/time
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/versions
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/versions/v1p19
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/versions/v1p20
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/api/types/volume
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/exporter
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/builder-next/worker
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/dockerfile
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/remotecontext
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/remotecontext/git
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/builder/remotecontext/urlutil
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cli
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cli/config
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cli/debug
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cli/winresources/docker-proxy
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cli/winresources/dockerd
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/client
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cmd/docker-proxy
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cmd/dockerd
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cmd/dockerd/trap
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/container
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/container/stream
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/contrib/apparmor
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/contrib/docker-device-tool
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/contrib/httpserver
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster/convert
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster/executor
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster/executor/container
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/cluster/provider
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/config
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/containerd
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/events
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/events/testutils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/aufs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/copy
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/overlay
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/register
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/vfs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/graphdriver/zfs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/images
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/initlayer
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/links
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/listeners
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/awslogs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/fluentd
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/gcplogs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/gelf
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/journald
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/local
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/logentries
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/loggertest
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/loggerutils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/splunk
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/syslog
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/logger/templates
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/names
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/network
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/daemon/stats
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/distribution
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/distribution/metadata
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/distribution/utils
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/distribution/xfer
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/dockerversion
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/errdefs
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/image
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/image/cache
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/image/tarexport
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/image/v1
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/internal/mounttree
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/internal/test/suite
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/internal/unshare
16:27:33 [2022-12-06T16:27:33.425Z] github.com/docker/docker/layer
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libcontainerd
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libcontainerd/queue
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libcontainerd/remote
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libcontainerd/supervisor
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libcontainerd/types
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/bitseq
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cluster
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/config
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/datastore
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/diagnostic
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/discoverapi
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/driverapi
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/bridge
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/host
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/null
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/overlay
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/remote
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/windows
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drvregistry
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/etchosts
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/idm
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/internal/caller
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipam
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipamapi
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/builtin
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/null
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/remote
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipamutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/iptables
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/netlabel
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/netutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/networkdb
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ns
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/options
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/osl
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/osl/kernel
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/portallocator
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/portmapper
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/resolvconf
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/testutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/types
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/oci
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/oci/caps
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/opts
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/aaparser
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/archive
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/authorization
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/broadcaster
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/capabilities
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/chrootarchive
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/containerfs
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/devicemapper
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/directory
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/dmesg
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/fileutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/homedir
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/idtools
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/ioutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/jsonmessage
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/longpath
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/loopback
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/namesgenerator
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/parsers
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/parsers/kernel
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/pidfile
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/platform
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/plugingetter
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/plugins
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/plugins/transport
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/pools
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/process
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/progress
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/reexec
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/stack
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/stdcopy
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/streamformatter
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/stringid
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/sysinfo
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/system
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/tailfile
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/tarsum
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/pkg/useragent
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/plugin
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/plugin/executor/containerd
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/plugin/v2
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/profiles/apparmor
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/profiles/seccomp
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/quota
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/reference
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/registry
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/registry/resumable
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/restartmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/rootless
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/rootless/specconv
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/runconfig
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/runconfig/opts
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil/daemon
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil/environment
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil/fakecontext
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil/fakegit
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil/fakestorage
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil/fixtures/load
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil/fixtures/plugin
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil/registry
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/testutil/request
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/volume
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/volume/drivers
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/volume/local
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/volume/mounts
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/volume/service
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/volume/service/opts
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/volume/testutils'
16:27:33 [2022-12-06T16:27:33.426Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/bitseq
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cluster
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/config
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/datastore
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/diagnostic
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/discoverapi
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/driverapi
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/bridge
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/host
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/null
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/overlay
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/remote
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/windows
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drvregistry
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/etchosts
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/idm
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/internal/caller
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipam
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipamapi
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/builtin
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/null
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/remote
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipamutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/iptables
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/netlabel
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/netutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/networkdb
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ns
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/options
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/osl
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/osl/kernel
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/portallocator
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/portmapper
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/resolvconf
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/testutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/types'
16:27:33 [2022-12-06T16:27:33.426Z] + echo 'github.com/docker/docker/libnetwork
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/bitseq
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cluster
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/config
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/datastore
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/diagnostic
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/discoverapi
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/driverapi
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/bridge
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/host
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/null
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/overlay
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/remote
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/windows
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drvregistry
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/etchosts
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/idm
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/internal/caller
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipam
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipamapi
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/builtin
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/null
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/remote
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ipamutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/iptables
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/netlabel
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/netutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/networkdb
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/ns
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/options
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/osl
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/osl/kernel
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/portallocator
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/portmapper
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/resolvconf
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/testutils
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/types'
16:27:33 [2022-12-06T16:27:33.426Z] + grep --fixed-strings libnetwork/drivers/bridge
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/bridge
16:27:33 [2022-12-06T16:27:33.426Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:27:33 [2022-12-06T16:27:33.426Z] + type docker-proxy
16:27:33 [2022-12-06T16:27:33.426Z] hack/test/unit: line 25: type: docker-proxy: not found
16:27:33 [2022-12-06T16:27:33.426Z] + hack/make.sh binary-proxy install-proxy
16:27:33 [2022-12-06T16:27:33.426Z] 
16:27:33 [2022-12-06T16:27:33.426Z] Removing bundles/
16:27:33 [2022-12-06T16:27:33.426Z] 
16:27:33 [2022-12-06T16:27:33.426Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
16:27:33 [2022-12-06T16:27:33.426Z] Building: bundles/binary-proxy/docker-proxy
16:27:33 [2022-12-06T16:27:33.426Z] GOOS="" GOARCH="" GOARM=""
16:27:39 [2022-12-06T16:27:39.987Z] Created binary: bundles/binary-proxy/docker-proxy
16:27:39 [2022-12-06T16:27:39.987Z] 
16:27:39 [2022-12-06T16:27:39.987Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
16:27:39 [2022-12-06T16:27:39.987Z] Installing docker-proxy to /usr/local/bin/
16:27:39 [2022-12-06T16:27:39.987Z] 
16:27:39 [2022-12-06T16:27:39.987Z] + mkdir -p bundles
16:27:39 [2022-12-06T16:27:39.987Z] + '[' -n 'github.com/docker/docker/api
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/backend/build
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/httpstatus
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/httputils
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/middleware
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/build
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/checkpoint
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/container
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/debug
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/distribution
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/grpc
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/image
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/network
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/plugin
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/session
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/swarm
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/system
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/server/router/volume
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/backend
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/blkiodev
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/container
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/events
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/filters
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/image
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/mount
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/network
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/plugins/logdriver
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/registry
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/strslice
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/swarm
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/swarm/runtime
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/time
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/versions
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/versions/v1p19
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/versions/v1p20
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/api/types/volume
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/builder
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/builder/builder-next
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/builder/builder-next/exporter
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:27:39 [2022-12-06T16:27:39.987Z] github.com/docker/docker/builder/builder-next/worker
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/builder/dockerfile
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/builder/remotecontext
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/builder/remotecontext/git
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/builder/remotecontext/urlutil
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/cli
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/cli/config
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/cli/debug
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/cli/winresources/docker-proxy
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/cli/winresources/dockerd
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/client
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/cmd/docker-proxy
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/cmd/dockerd
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/cmd/dockerd/trap
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/container
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/container/stream
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/contrib/apparmor
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/contrib/docker-device-tool
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/contrib/httpserver
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/cluster
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/cluster/convert
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/cluster/executor
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/cluster/executor/container
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/cluster/provider
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/config
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/containerd
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/events
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/events/testutils
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/aufs
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/copy
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/overlay
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/register
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/vfs
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/graphdriver/zfs
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/images
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/initlayer
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/links
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/listeners
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/awslogs
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/fluentd
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/gcplogs
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/gelf
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/journald
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/local
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/logentries
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/loggertest
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/loggerutils
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/splunk
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/syslog
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/logger/templates
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/names
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/network
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/daemon/stats
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/distribution
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/distribution/metadata
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/distribution/utils
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/distribution/xfer
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/dockerversion
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/errdefs
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/image
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/image/cache
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/image/tarexport
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/image/v1
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/internal/mounttree
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/internal/test/suite
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/internal/unshare
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/layer
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/libcontainerd
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/libcontainerd/queue
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/libcontainerd/remote
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/libcontainerd/supervisor
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/libcontainerd/types
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/oci
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/oci/caps
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/opts
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/aaparser
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/archive
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/authorization
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/broadcaster
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/capabilities
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/chrootarchive
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/containerfs
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/devicemapper
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/directory
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/dmesg
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/fileutils
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/homedir
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/idtools
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/ioutils
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/jsonmessage
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/longpath
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/loopback
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/namesgenerator
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/parsers
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/parsers/kernel
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/pidfile
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/platform
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/plugingetter
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/plugins
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/plugins/transport
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/pools
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/process
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/progress
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/reexec
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/stack
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/stdcopy
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/streamformatter
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/stringid
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/sysinfo
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/system
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/tailfile
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/tarsum
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/pkg/useragent
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/plugin
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/plugin/executor/containerd
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/plugin/v2
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/profiles/apparmor
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/profiles/seccomp
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/quota
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/reference
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/registry
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/registry/resumable
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/restartmanager
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/rootless
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/rootless/specconv
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/runconfig
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/runconfig/opts
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil/daemon
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil/environment
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil/fakecontext
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil/fakegit
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil/fakestorage
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil/fixtures/load
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil/fixtures/plugin
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil/registry
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/testutil/request
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/volume
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/volume/drivers
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/volume/local
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/volume/mounts
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/volume/service
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/volume/service/opts
16:27:39 [2022-12-06T16:27:39.988Z] github.com/docker/docker/volume/testutils' ']'
16:27:39 [2022-12-06T16:27:39.988Z] + 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/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 github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/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/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/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/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/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
16:27:40 [2022-12-06T16:27:40.246Z] ?   	github.com/docker/docker/api	[no test files]
16:27:55 [2022-12-06T16:27:55.113Z] ok  	github.com/docker/docker/api/server	0.009s	coverage: 7.9% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 31.9% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/api/server/middleware	0.011s	coverage: 37.7% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/api/server/router/swarm	0.013s	coverage: 6.0% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/api/server/router/volume	0.007s	coverage: 66.7% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/container	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 93.8% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/api/types/strslice	0.006s	coverage: 90.0% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/api/types/registry	0.007s	coverage: 54.2% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/api/types/time	0.010s	coverage: 100.0% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/api/types/versions	0.007s	coverage: 77.3% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/builder	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/builder/remotecontext	0.047s	coverage: 13.7% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/builder/dockerfile	0.082s	coverage: 50.1% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.007s	coverage: 100.0% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.605s	coverage: 83.5% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/cli	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/cli/config	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.313s	coverage: 67.6% of statements
16:29:16 [2022-12-06T16:29:16.537Z] ok  	github.com/docker/docker/client	0.094s	coverage: 76.1% of statements
16:29:48 [2022-12-06T16:29:48.602Z] ok  	github.com/docker/docker/cmd/dockerd	0.090s	coverage: 29.4% of statements
16:29:48 [2022-12-06T16:29:48.602Z] ok  	github.com/docker/docker/container	0.123s	coverage: 36.8% of statements
16:29:48 [2022-12-06T16:29:48.602Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.391s	coverage: 0.0% of statements
16:29:48 [2022-12-06T16:29:48.602Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
16:29:48 [2022-12-06T16:29:48.602Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:29:48 [2022-12-06T16:29:48.602Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:29:48 [2022-12-06T16:29:48.602Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
16:29:48 [2022-12-06T16:29:48.602Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:29:53 [2022-12-06T16:29:53.864Z] ok  	github.com/docker/docker/daemon/cluster	0.071s	coverage: 0.5% of statements
16:29:55 [2022-12-06T16:29:55.238Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.034s	coverage: 65.3% of statements
16:29:56 [2022-12-06T16:29:56.612Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.014s	coverage: 36.9% of statements
16:30:04 [2022-12-06T16:30:04.717Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.449s	coverage: 13.4% of statements
16:30:04 [2022-12-06T16:30:04.717Z] ok  	github.com/docker/docker/daemon/config	0.035s	coverage: 76.8% of statements
16:30:05 [2022-12-06T16:30:05.283Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
16:30:05 [2022-12-06T16:30:05.849Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.2% of statements
16:30:06 [2022-12-06T16:30:06.416Z] ok  	github.com/docker/docker/daemon	10.097s	coverage: 16.2% of statements
16:30:06 [2022-12-06T16:30:06.416Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:30:06 [2022-12-06T16:30:06.416Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:30:06 [2022-12-06T16:30:06.416Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
16:30:06 [2022-12-06T16:30:06.416Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:30:07 [2022-12-06T16:30:07.350Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.648s	coverage: 74.8% of statements
16:30:08 [2022-12-06T16:30:08.284Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.274s	coverage: 60.7% of statements
16:30:08 [2022-12-06T16:30:08.542Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.016s	coverage: 3.0% of statements
16:30:09 [2022-12-06T16:30:09.917Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.009s	coverage: 1.9% of statements
16:30:11 [2022-12-06T16:30:11.299Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.234s	coverage: 50.6% of statements
16:30:12 [2022-12-06T16:30:12.675Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.664s	coverage: 45.9% of statements
16:30:12 [2022-12-06T16:30:12.675Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:30:12 [2022-12-06T16:30:12.934Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.169s	coverage: 60.3% of statements
16:30:12 [2022-12-06T16:30:12.934Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:30:12 [2022-12-06T16:30:12.934Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:30:13 [2022-12-06T16:30:13.875Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 58.5% of statements
16:30:14 [2022-12-06T16:30:14.133Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
16:30:14 [2022-12-06T16:30:14.391Z] ok  	github.com/docker/docker/daemon/links	0.008s	coverage: 93.0% of statements
16:30:15 [2022-12-06T16:30:15.764Z] ok  	github.com/docker/docker/daemon/images	0.046s	coverage: 6.9% of statements
16:30:15 [2022-12-06T16:30:15.764Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:30:15 [2022-12-06T16:30:15.764Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:30:16 [2022-12-06T16:30:16.022Z] ok  	github.com/docker/docker/daemon/logger	0.221s	coverage: 43.2% of statements
16:30:16 [2022-12-06T16:30:16.956Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.013s	coverage: 53.6% of statements
16:30:16 [2022-12-06T16:30:16.956Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.142s	coverage: 79.9% of statements
16:30:16 [2022-12-06T16:30:16.956Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:30:17 [2022-12-06T16:30:17.521Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.011s	coverage: 68.2% of statements
16:30:18 [2022-12-06T16:30:18.087Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
16:30:19 [2022-12-06T16:30:19.021Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.140s	coverage: 76.8% of statements
16:30:19 [2022-12-06T16:30:19.279Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
16:30:19 [2022-12-06T16:30:19.868Z] ok  	github.com/docker/docker/daemon/logger/local	0.031s	coverage: 79.4% of statements
16:30:20 [2022-12-06T16:30:20.818Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.022s	coverage: 63.7% of statements
16:30:21 [2022-12-06T16:30:21.414Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.020s	coverage: 31.5% of statements
16:30:21 [2022-12-06T16:30:21.672Z] ok  	github.com/docker/docker/daemon/logger/journald	3.366s	coverage: 74.5% of statements
16:30:21 [2022-12-06T16:30:21.672Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
16:30:21 [2022-12-06T16:30:21.672Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
16:30:21 [2022-12-06T16:30:21.672Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:30:21 [2022-12-06T16:30:21.672Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
16:30:22 [2022-12-06T16:30:22.605Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.005s	coverage: 46.8% of statements
16:30:22 [2022-12-06T16:30:22.605Z] ok  	github.com/docker/docker/daemon/logger/templates	0.023s	coverage: 8.3% of statements
16:30:23 [2022-12-06T16:30:23.172Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
16:30:23 [2022-12-06T16:30:23.737Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.536s	coverage: 82.5% of statements
16:30:23 [2022-12-06T16:30:23.737Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:30:23 [2022-12-06T16:30:23.737Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:30:24 [2022-12-06T16:30:24.670Z] ok  	github.com/docker/docker/distribution/metadata	0.025s	coverage: 44.4% of statements
16:30:26 [2022-12-06T16:30:26.043Z] ok  	github.com/docker/docker/distribution	1.483s	coverage: 29.5% of statements
16:30:26 [2022-12-06T16:30:26.043Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:30:26 [2022-12-06T16:30:26.301Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
16:30:27 [2022-12-06T16:30:27.235Z] ok  	github.com/docker/docker/image	0.027s	coverage: 86.9% of statements
16:30:27 [2022-12-06T16:30:27.235Z] ok  	github.com/docker/docker/distribution/xfer	1.893s	coverage: 84.9% of statements
16:30:27 [2022-12-06T16:30:27.235Z] ?   	github.com/docker/docker/dockerversion	[no test files]
16:30:27 [2022-12-06T16:30:27.801Z] ok  	github.com/docker/docker/image/cache	0.010s	coverage: 19.2% of statements
16:30:28 [2022-12-06T16:30:28.059Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.7% of statements
16:30:28 [2022-12-06T16:30:28.059Z] ?   	github.com/docker/docker/image/v1	[no test files]
16:30:28 [2022-12-06T16:30:28.059Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
16:30:28 [2022-12-06T16:30:28.059Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:30:28 [2022-12-06T16:30:28.059Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
16:30:28 [2022-12-06T16:30:28.318Z] ok  	github.com/docker/docker/libcontainerd/queue	0.026s	coverage: 100.0% of statements
16:30:29 [2022-12-06T16:30:29.252Z] ok  	github.com/docker/docker/oci	0.013s	coverage: 41.4% of statements
16:30:29 [2022-12-06T16:30:29.818Z] ok  	github.com/docker/docker/opts	0.022s	coverage: 66.8% of statements
16:30:30 [2022-12-06T16:30:30.076Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
16:30:31 [2022-12-06T16:30:31.450Z] ok  	github.com/docker/docker/pkg/archive	0.303s	coverage: 82.1% of statements
16:30:33 [2022-12-06T16:30:33.349Z] ok  	github.com/docker/docker/pkg/authorization	1.126s	coverage: 68.3% of statements
16:30:33 [2022-12-06T16:30:33.349Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
16:30:33 [2022-12-06T16:30:33.607Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
16:30:34 [2022-12-06T16:30:34.173Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.234s	coverage: 83.1% of statements
16:30:34 [2022-12-06T16:30:34.431Z] ok  	github.com/docker/docker/pkg/containerfs	0.003s	coverage: 28.6% of statements
16:30:34 [2022-12-06T16:30:34.692Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 81.8% of statements
16:30:34 [2022-12-06T16:30:34.950Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
16:30:35 [2022-12-06T16:30:35.208Z] ok  	github.com/docker/docker/pkg/fileutils	0.003s	coverage: 77.5% of statements
16:30:35 [2022-12-06T16:30:35.208Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
16:30:36 [2022-12-06T16:30:36.142Z] ok  	github.com/docker/docker/pkg/idtools	0.354s	coverage: 69.6% of statements
16:30:37 [2022-12-06T16:30:37.076Z] ok  	github.com/docker/docker/pkg/ioutils	0.350s	coverage: 70.1% of statements
16:30:37 [2022-12-06T16:30:37.076Z] ok  	github.com/docker/docker/layer	7.769s	coverage: 68.9% of statements
16:30:37 [2022-12-06T16:30:37.076Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:30:37 [2022-12-06T16:30:37.076Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:30:37 [2022-12-06T16:30:37.076Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:30:37 [2022-12-06T16:30:37.076Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:30:37 [2022-12-06T16:30:37.076Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:30:37 [2022-12-06T16:30:37.076Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
16:30:37 [2022-12-06T16:30:37.335Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.006s	coverage: 91.7% of statements
16:30:37 [2022-12-06T16:30:37.335Z] ok  	github.com/docker/docker/pkg/longpath	0.005s	coverage: 100.0% of statements
16:30:37 [2022-12-06T16:30:37.335Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
16:30:37 [2022-12-06T16:30:37.593Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
16:30:37 [2022-12-06T16:30:37.593Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
16:30:37 [2022-12-06T16:30:37.851Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.005s	coverage: 60.0% of statements
16:30:38 [2022-12-06T16:30:38.108Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.5% of statements
16:30:38 [2022-12-06T16:30:38.108Z] ok  	github.com/docker/docker/pkg/pidfile	0.006s	coverage: 94.1% of statements
16:30:38 [2022-12-06T16:30:38.108Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:30:38 [2022-12-06T16:30:38.108Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:30:38 [2022-12-06T16:30:38.675Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
16:30:38 [2022-12-06T16:30:38.932Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
16:30:39 [2022-12-06T16:30:39.190Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
16:30:39 [2022-12-06T16:30:39.448Z] ok  	github.com/docker/docker/pkg/process	0.003s	coverage: 21.7% of statements
16:30:39 [2022-12-06T16:30:39.706Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
16:30:39 [2022-12-06T16:30:39.964Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
16:30:40 [2022-12-06T16:30:40.222Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
16:30:40 [2022-12-06T16:30:40.480Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
16:30:40 [2022-12-06T16:30:40.737Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
16:30:40 [2022-12-06T16:30:40.737Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
16:30:41 [2022-12-06T16:30:41.304Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.6% of statements
16:30:41 [2022-12-06T16:30:41.870Z] ok  	github.com/docker/docker/pkg/system	0.005s	coverage: 52.9% of statements
16:30:42 [2022-12-06T16:30:42.128Z] ok  	github.com/docker/docker/pkg/tailfile	0.044s	coverage: 88.6% of statements
16:30:42 [2022-12-06T16:30:42.694Z] ok  	github.com/docker/docker/pkg/tarsum	0.045s	coverage: 89.3% of statements
16:30:42 [2022-12-06T16:30:42.694Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
16:30:44 [2022-12-06T16:30:44.593Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
16:30:44 [2022-12-06T16:30:44.851Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
16:30:45 [2022-12-06T16:30:45.417Z] ok  	github.com/docker/docker/profiles/seccomp	0.011s	coverage: 86.0% of statements
16:30:46 [2022-12-06T16:30:46.789Z] ok  	github.com/docker/docker/quota	0.180s	coverage: 71.4% of statements
16:30:46 [2022-12-06T16:30:46.789Z] ok  	github.com/docker/docker/reference	0.020s	coverage: 84.4% of statements
16:30:47 [2022-12-06T16:30:47.723Z] ok  	github.com/docker/docker/registry	0.079s	coverage: 58.7% of statements
16:30:48 [2022-12-06T16:30:48.289Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
16:30:48 [2022-12-06T16:30:48.289Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
16:30:48 [2022-12-06T16:30:48.860Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 64.5% of statements
16:30:49 [2022-12-06T16:30:49.119Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
16:30:51 [2022-12-06T16:30:51.017Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
16:30:51 [2022-12-06T16:30:51.275Z] ok  	github.com/docker/docker/volume/local	0.074s	coverage: 77.1% of statements
16:30:51 [2022-12-06T16:30:51.841Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 67.7% of statements
16:30:53 [2022-12-06T16:30:53.214Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.2% of statements
16:31:15 [2022-12-06T16:31:15.129Z] ok  	github.com/docker/docker/pkg/plugins	33.636s	coverage: 76.3% of statements
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/rootless	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/volume	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === Skipped
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     network_proxy_test.go:208: No support for dual stack yet
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver btrfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver btrfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver btrfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver btrfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver btrfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:71: No driver to put!
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z] time="2022-12-06T16:30:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z] time="2022-12-06T16:30:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z] time="2022-12-06T16:30:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z] time="2022-12-06T16:30:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z] time="2022-12-06T16:30:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:71: No driver to put!
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     overlay_test.go:50: Fails to compute changes intermittently
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     overlay_test.go:65: Cannot run test with naive change algorithm
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver zfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver zfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver zfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:44: Driver zfs not supported
16:31:15 [2022-12-06T16:31:15.129Z] 
16:31:15 [2022-12-06T16:31:15.129Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
16:31:15 [2022-12-06T16:31:15.129Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:31:15 [2022-12-06T16:31:15.130Z]     graphtest_unix.go:44: Driver zfs not supported
16:31:15 [2022-12-06T16:31:15.130Z] 
16:31:15 [2022-12-06T16:31:15.130Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
16:31:15 [2022-12-06T16:31:15.130Z]     graphtest_unix.go:71: No driver to put!
16:31:15 [2022-12-06T16:31:15.130Z] 
16:31:15 [2022-12-06T16:31:15.130Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
16:31:15 [2022-12-06T16:31:15.130Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
16:31:15 [2022-12-06T16:31:15.130Z] 
16:31:15 [2022-12-06T16:31:15.130Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
16:31:15 [2022-12-06T16:31:15.130Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
16:31:15 [2022-12-06T16:31:15.130Z] 
16:31:15 [2022-12-06T16:31:15.130Z] DONE 2896 tests, 28 skipped in 213.321s
16:31:15 [2022-12-06T16:31:15.130Z] + '[' -n 'github.com/docker/docker/libnetwork
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/bitseq
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/cluster
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/config
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/datastore
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/diagnostic
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/discoverapi
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/driverapi
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/bridge
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/host
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/null
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/overlay
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/remote
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/windows
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/drvregistry
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/etchosts
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/idm
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/internal/caller
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/ipam
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/ipamapi
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/ipams/builtin
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/ipams/null
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/ipams/remote
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/ipamutils
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/iptables
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/netlabel
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/netutils
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/networkdb
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/ns
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/options
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/osl
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/osl/kernel
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/portallocator
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/portmapper
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/resolvconf
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/testutils
16:31:15 [2022-12-06T16:31:15.130Z] github.com/docker/docker/libnetwork/types' ']'
16:31:15 [2022-12-06T16:31:15.130Z] + 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/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
16:32:01 [2022-12-06T16:32:01.814Z] ok  	github.com/docker/docker/libnetwork	37.757s	coverage: 40.6% of statements
16:32:01 [2022-12-06T16:32:01.814Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.137s	coverage: 84.4% of statements
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 9.3% of statements
16:32:01 [2022-12-06T16:32:01.814Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
16:32:01 [2022-12-06T16:32:01.814Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.696s	coverage: 59.7% of statements
16:32:01 [2022-12-06T16:32:01.814Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
16:32:01 [2022-12-06T16:32:01.814Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 34.8% of statements
16:32:02 [2022-12-06T16:32:02.074Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.014s	coverage: 5.2% of statements
16:32:02 [2022-12-06T16:32:02.074Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
16:32:02 [2022-12-06T16:32:02.639Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.014s	coverage: 4.8% of statements
16:32:02 [2022-12-06T16:32:02.640Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
16:32:02 [2022-12-06T16:32:02.897Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
16:32:12 [2022-12-06T16:32:12.862Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.350s	coverage: 6.9% of statements
16:32:12 [2022-12-06T16:32:12.862Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
16:32:13 [2022-12-06T16:32:13.119Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
16:32:13 [2022-12-06T16:32:13.685Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.4% of statements
16:32:13 [2022-12-06T16:32:13.685Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
16:32:13 [2022-12-06T16:32:13.685Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
16:32:13 [2022-12-06T16:32:13.685Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
16:32:13 [2022-12-06T16:32:13.943Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.016s	coverage: 82.4% of statements
16:32:14 [2022-12-06T16:32:14.509Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.013s	coverage: 81.2% of statements
16:32:14 [2022-12-06T16:32:14.509Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
16:32:14 [2022-12-06T16:32:14.767Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
16:32:26 [2022-12-06T16:32:26.961Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
16:32:43 [2022-12-06T16:32:43.237Z] ok  	github.com/docker/docker/libnetwork/ipam	15.982s	coverage: 85.3% of statements
16:32:43 [2022-12-06T16:32:43.237Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
16:32:43 [2022-12-06T16:32:43.237Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
16:32:43 [2022-12-06T16:32:43.237Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 57.1% of statements
16:32:43 [2022-12-06T16:32:43.237Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 47.4% of statements
16:32:43 [2022-12-06T16:32:43.237Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
16:32:43 [2022-12-06T16:32:43.237Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
16:32:43 [2022-12-06T16:32:43.237Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.262s	coverage: 74.0% of statements
16:32:43 [2022-12-06T16:32:43.804Z] ok  	github.com/docker/docker/libnetwork/iptables	0.252s	coverage: 45.9% of statements
16:32:43 [2022-12-06T16:32:43.804Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
16:32:44 [2022-12-06T16:32:44.062Z] ok  	github.com/docker/docker/libnetwork/netutils	0.016s	coverage: 43.7% of statements
16:34:35 [2022-12-06T16:34:35.507Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.702s	coverage: 60.1% of statements
16:34:35 [2022-12-06T16:34:35.507Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
16:34:35 [2022-12-06T16:34:35.507Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
16:34:35 [2022-12-06T16:34:35.507Z] ok  	github.com/docker/docker/libnetwork/osl	4.351s	coverage: 39.5% of statements
16:34:35 [2022-12-06T16:34:35.507Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
16:34:35 [2022-12-06T16:34:35.766Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
16:34:37 [2022-12-06T16:34:37.139Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.654s	coverage: 46.3% of statements
16:34:37 [2022-12-06T16:34:37.139Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 82.8% of statements
16:34:37 [2022-12-06T16:34:37.139Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
16:34:37 [2022-12-06T16:34:37.402Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
16:34:37 [2022-12-06T16:34:37.402Z] 
16:34:37 [2022-12-06T16:34:37.402Z] === Skipped
16:34:37 [2022-12-06T16:34:37.402Z] === SKIP: libnetwork TestParallel3 (0.00s)
16:34:37 [2022-12-06T16:34:37.402Z]     libnetwork_linux_test.go:968: Skipped because t.parallel was less than  3
16:34:37 [2022-12-06T16:34:37.402Z] 
16:34:37 [2022-12-06T16:34:37.402Z] === SKIP: libnetwork TestParallel2 (0.00s)
16:34:37 [2022-12-06T16:34:37.402Z]     libnetwork_linux_test.go:968: Skipped because t.parallel was less than  3
16:34:37 [2022-12-06T16:34:37.402Z] 
16:34:37 [2022-12-06T16:34:37.402Z] === SKIP: libnetwork TestParallel1 (0.00s)
16:34:37 [2022-12-06T16:34:37.402Z]     libnetwork_linux_test.go:968: Skipped because t.parallel was less than  3
16:34:37 [2022-12-06T16:34:37.402Z] 
16:34:37 [2022-12-06T16:34:37.402Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
16:34:37 [2022-12-06T16:34:37.402Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
16:34:37 [2022-12-06T16:34:37.402Z] 
16:34:37 [2022-12-06T16:34:37.402Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
16:34:37 [2022-12-06T16:34:37.402Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
16:34:37 [2022-12-06T16:34:37.402Z] 
16:34:37 [2022-12-06T16:34:37.402Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
16:34:37 [2022-12-06T16:34:37.402Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
16:34:37 [2022-12-06T16:34:37.402Z] 
16:34:37 [2022-12-06T16:34:37.402Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
16:34:37 [2022-12-06T16:34:37.402Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
16:34:37 [2022-12-06T16:34:37.402Z] 
16:34:37 [2022-12-06T16:34:37.402Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
16:34:37 [2022-12-06T16:34:37.402Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
16:34:37 [2022-12-06T16:34:37.402Z] 
16:34:37 [2022-12-06T16:34:37.402Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
16:34:37 [2022-12-06T16:34:37.402Z]     firewalld_test.go:14: firewalld is not running
16:34:37 [2022-12-06T16:34:37.402Z] 
16:34:37 [2022-12-06T16:34:37.402Z] DONE 326 tests, 9 skipped in 204.901s
Post stage
[Pipeline] junit
16:34:37 [2022-12-06T16:34:37.985Z] Recording test results
16:34:39 [2022-12-06T16:34:39.275Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:34:39 [2022-12-06T16:34:39.589Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44590/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9da935629e8cf222f5b7877d3fdf7b3762e8ee71 -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:9da935629e8cf222f5b7877d3fdf7b3762e8ee71 hack/make.sh dynbinary test-integration
16:34:40 [2022-12-06T16:34:40.158Z] 
16:34:40 [2022-12-06T16:34:40.158Z] Removing bundles/
16:34:40 [2022-12-06T16:34:40.158Z] 
16:34:40 [2022-12-06T16:34:40.158Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:34:40 [2022-12-06T16:34:40.158Z] Building: bundles/dynbinary-daemon/dockerd
16:34:40 [2022-12-06T16:34:40.158Z] GOOS="" GOARCH="" GOARM=""
16:36:16 [2022-12-06T16:36:16.585Z] Created binary: bundles/dynbinary-daemon/dockerd
16:36:16 [2022-12-06T16:36:16.585Z] Building: bundles/dynbinary-daemon/docker-proxy
16:36:16 [2022-12-06T16:36:16.585Z] GOOS="" GOARCH="" GOARM=""
16:36:16 [2022-12-06T16:36:16.585Z] Created binary: bundles/dynbinary-daemon/docker-proxy
16:36:16 [2022-12-06T16:36:16.585Z] 
16:36:16 [2022-12-06T16:36:16.585Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:36:16 [2022-12-06T16:36:16.585Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:36:16 [2022-12-06T16:36:16.585Z] HOSTNAME=60d064c62984
16:36:16 [2022-12-06T16:36:16.585Z] TESTDEBUG=0
16:36:16 [2022-12-06T16:36:16.585Z] DEST=bundles/test-integration
16:36:16 [2022-12-06T16:36:16.585Z] PWD=/go/src/github.com/docker/docker
16:36:16 [2022-12-06T16:36:16.585Z] DOCKER_GITCOMMIT=9da935629e8cf222f5b7877d3fdf7b3762e8ee71
16:36:16 [2022-12-06T16:36:16.585Z] container=docker
16:36:16 [2022-12-06T16:36:16.585Z] HOME=/root
16:36:16 [2022-12-06T16:36:16.585Z] GOLANG_VERSION=1.19.3
16:36:16 [2022-12-06T16:36:16.585Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:36:16 [2022-12-06T16:36:16.585Z] VALIDATE_BRANCH=master
16:36:16 [2022-12-06T16:36:16.585Z] TERM=xterm
16:36:16 [2022-12-06T16:36:16.585Z] DOCKER_PKG=github.com/docker/docker
16:36:16 [2022-12-06T16:36:16.585Z] SHLVL=1
16:36:16 [2022-12-06T16:36:16.585Z] TIMEOUT=120m
16:36:16 [2022-12-06T16:36:16.585Z] DOCKER_BUILDTAGS= journald
16:36:16 [2022-12-06T16:36:16.585Z] DOCKER_GRAPHDRIVER=overlay2
16:36:16 [2022-12-06T16:36:16.585Z] GO111MODULE=off
16:36:16 [2022-12-06T16:36:16.585Z] DOCKER_EXPERIMENTAL=1
16:36:16 [2022-12-06T16:36:16.585Z] TEST_SKIP_INTEGRATION_CLI=1
16:36:16 [2022-12-06T16:36:16.585Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:36:16 [2022-12-06T16:36:16.585Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:36:16 [2022-12-06T16:36:16.585Z] GOPATH=/go
16:36:16 [2022-12-06T16:36:16.585Z] PKG_CONFIG=pkg-config
16:36:16 [2022-12-06T16:36:16.585Z] _=/usr/bin/env
16:36:16 [2022-12-06T16:36:16.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:36:48 [2022-12-06T16:36:48.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:36:48 [2022-12-06T16:36:48.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:37:15 [2022-12-06T16:37:15.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
16:37:23 [2022-12-06T16:37:23.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:37:29 [2022-12-06T16:37:29.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
16:37:29 [2022-12-06T16:37:29.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:37:30 [2022-12-06T16:37:30.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:37:31 [2022-12-06T16:37:31.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:37:31 [2022-12-06T16:37:31.641Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:37:31 [2022-12-06T16:37:31.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:37:32 [2022-12-06T16:37:32.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:37:34 [2022-12-06T16:37:34.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:37:35 [2022-12-06T16:37:35.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:37:36 [2022-12-06T16:37:36.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:37:36 [2022-12-06T16:37:36.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:37:37 [2022-12-06T16:37:37.572Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:37:38 [2022-12-06T16:37:38.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:37:39 [2022-12-06T16:37:39.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:37:39 [2022-12-06T16:37:39.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:37:40 [2022-12-06T16:37:40.568Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:37:41 [2022-12-06T16:37:41.501Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:37:41 [2022-12-06T16:37:41.501Z] Using test binary docker
16:37:41 [2022-12-06T16:37:41.501Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:37:41 [2022-12-06T16:37:41.501Z] +++ /etc/init.d/apparmor start
16:37:41 [2022-12-06T16:37:41.501Z] Not: starting.
16:37:41 [2022-12-06T16:37:41.501Z] INFO: Waiting for daemon to start...
16:37:41 [2022-12-06T16:37:41.501Z] Starting dockerd
16:37:41 [2022-12-06T16:37:41.501Z] +++ 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
16:37:43 [2022-12-06T16:37:43.399Z] .
16:37:43 [2022-12-06T16:37:43.399Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:37:43 [2022-12-06T16:37:43.399Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:37:43 [2022-12-06T16:37:43.399Z] Error: No such image: emptyfs
16:37:43 [2022-12-06T16:37:43.399Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:37:43 [2022-12-06T16:37:43.399Z] ++++ docker load
16:37:43 [2022-12-06T16:37:43.399Z] Loaded image: emptyfs:latest
16:37:43 [2022-12-06T16:37:43.399Z] Running integration-test (iteration 1)
16:37:43 [2022-12-06T16:37:43.399Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
16:37:43 [2022-12-06T16:37:43.399Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
16:37:43 [2022-12-06T16:37:43.399Z] ++ set -e
16:37:43 [2022-12-06T16:37:43.399Z] ++ '[' -n 0 ']'
16:37:43 [2022-12-06T16:37:43.399Z] ++ set -x
16:37:43 [2022-12-06T16:37:43.399Z] ++ 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
16:37:43 [2022-12-06T16:37:43.656Z] Loaded image: busybox:latest
16:37:43 [2022-12-06T16:37:43.656Z] Loaded image: busybox:glibc
16:37:45 [2022-12-06T16:37:45.028Z] Loaded image: debian:bullseye-slim
16:37:45 [2022-12-06T16:37:45.028Z] Loaded image: hello-world:latest
16:37:45 [2022-12-06T16:37:45.028Z] Loaded image: arm32v7/hello-world:latest
16:37:45 [2022-12-06T16:37:45.028Z] INFO: Testing against a local daemon
16:37:45 [2022-12-06T16:37:45.028Z] === RUN   TestCgroupNamespacesBuild
16:37:46 [2022-12-06T16:37:46.401Z] --- PASS: TestCgroupNamespacesBuild (1.38s)
16:37:46 [2022-12-06T16:37:46.401Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:37:47 [2022-12-06T16:37:47.333Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.00s)
16:37:47 [2022-12-06T16:37:47.333Z] === RUN   TestBuildWithSession
16:37:47 [2022-12-06T16:37:47.333Z]     build_session_test.go:25: TODO: BuildKit
16:37:47 [2022-12-06T16:37:47.333Z] --- SKIP: TestBuildWithSession (0.00s)
16:37:47 [2022-12-06T16:37:47.333Z] === RUN   TestBuildSquashParent
16:37:51 [2022-12-06T16:37:51.518Z] --- PASS: TestBuildSquashParent (3.95s)
16:37:51 [2022-12-06T16:37:51.518Z] === RUN   TestBuildWithRemoveAndForceRemove
16:37:51 [2022-12-06T16:37:51.518Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:37:51 [2022-12-06T16:37:51.518Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:37:51 [2022-12-06T16:37:51.518Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:37:51 [2022-12-06T16:37:51.518Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:37:51 [2022-12-06T16:37:51.518Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:37:51 [2022-12-06T16:37:51.518Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:37:51 [2022-12-06T16:37:51.518Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:37:51 [2022-12-06T16:37:51.518Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:37:51 [2022-12-06T16:37:51.518Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:37:51 [2022-12-06T16:37:51.518Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:37:51 [2022-12-06T16:37:51.518Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:37:51 [2022-12-06T16:37:51.518Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:37:51 [2022-12-06T16:37:51.518Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:37:51 [2022-12-06T16:37:51.518Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:37:52 [2022-12-06T16:37:52.890Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:37:52 [2022-12-06T16:37:52.890Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:37:53 [2022-12-06T16:37:53.823Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:37:54 [2022-12-06T16:37:54.081Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:37:55 [2022-12-06T16:37:55.014Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
16:37:55 [2022-12-06T16:37:55.014Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.45s)
16:37:55 [2022-12-06T16:37:55.014Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.49s)
16:37:55 [2022-12-06T16:37:55.014Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.16s)
16:37:55 [2022-12-06T16:37:55.014Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.23s)
16:37:55 [2022-12-06T16:37:55.014Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.19s)
16:37:55 [2022-12-06T16:37:55.014Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.10s)
16:37:55 [2022-12-06T16:37:55.014Z] === RUN   TestBuildMultiStageCopy
16:37:55 [2022-12-06T16:37:55.014Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:37:55 [2022-12-06T16:37:55.947Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:37:56 [2022-12-06T16:37:56.205Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:37:56 [2022-12-06T16:37:56.205Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
16:37:56 [2022-12-06T16:37:56.205Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:37:56 [2022-12-06T16:37:56.205Z] --- PASS: TestBuildMultiStageCopy (1.14s)
16:37:56 [2022-12-06T16:37:56.205Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.90s)
16:37:56 [2022-12-06T16:37:56.205Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s)
16:37:56 [2022-12-06T16:37:56.205Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.06s)
16:37:56 [2022-12-06T16:37:56.205Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.06s)
16:37:56 [2022-12-06T16:37:56.205Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.07s)
16:37:56 [2022-12-06T16:37:56.205Z] === RUN   TestBuildMultiStageParentConfig
16:37:56 [2022-12-06T16:37:56.770Z] --- PASS: TestBuildMultiStageParentConfig (0.33s)
16:37:56 [2022-12-06T16:37:56.770Z] === RUN   TestBuildLabelWithTargets
16:37:57 [2022-12-06T16:37:57.027Z] --- PASS: TestBuildLabelWithTargets (0.46s)
16:37:57 [2022-12-06T16:37:57.027Z] === RUN   TestBuildWithEmptyLayers
16:37:57 [2022-12-06T16:37:57.027Z] --- PASS: TestBuildWithEmptyLayers (0.09s)
16:37:57 [2022-12-06T16:37:57.027Z] === RUN   TestBuildMultiStageOnBuild
16:37:58 [2022-12-06T16:37:58.399Z] --- PASS: TestBuildMultiStageOnBuild (1.05s)
16:37:58 [2022-12-06T16:37:58.400Z] === RUN   TestBuildUncleanTarFilenames
16:37:58 [2022-12-06T16:37:58.400Z] --- PASS: TestBuildUncleanTarFilenames (0.10s)
16:37:58 [2022-12-06T16:37:58.400Z] === RUN   TestBuildMultiStageLayerLeak
16:37:59 [2022-12-06T16:37:59.332Z] --- PASS: TestBuildMultiStageLayerLeak (1.02s)
16:37:59 [2022-12-06T16:37:59.332Z] === RUN   TestBuildWithHugeFile
16:38:38 [2022-12-06T16:38:38.025Z] --- PASS: TestBuildWithHugeFile (35.20s)
16:38:38 [2022-12-06T16:38:38.025Z] === RUN   TestBuildWCOWSandboxSize
16:38:38 [2022-12-06T16:38:38.025Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:38:38 [2022-12-06T16:38:38.025Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
16:38:38 [2022-12-06T16:38:38.025Z] === RUN   TestBuildWithEmptyDockerfile
16:38:38 [2022-12-06T16:38:38.025Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:38:38 [2022-12-06T16:38:38.025Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:38:38 [2022-12-06T16:38:38.025Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:38:38 [2022-12-06T16:38:38.025Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:38:38 [2022-12-06T16:38:38.025Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:38:38 [2022-12-06T16:38:38.025Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:38:38 [2022-12-06T16:38:38.025Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:38:38 [2022-12-06T16:38:38.025Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:38:38 [2022-12-06T16:38:38.025Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:38:38 [2022-12-06T16:38:38.025Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
16:38:38 [2022-12-06T16:38:38.025Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s)
16:38:38 [2022-12-06T16:38:38.025Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
16:38:38 [2022-12-06T16:38:38.025Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
16:38:38 [2022-12-06T16:38:38.025Z] === RUN   TestBuildPreserveOwnership
16:38:38 [2022-12-06T16:38:38.025Z] === RUN   TestBuildPreserveOwnership/copy_from
16:38:38 [2022-12-06T16:38:38.025Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:38:38 [2022-12-06T16:38:38.025Z] --- PASS: TestBuildPreserveOwnership (2.26s)
16:38:38 [2022-12-06T16:38:38.025Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.72s)
16:38:38 [2022-12-06T16:38:38.025Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.53s)
16:38:38 [2022-12-06T16:38:38.025Z] === RUN   TestBuildPlatformInvalid
16:38:38 [2022-12-06T16:38:38.025Z] --- PASS: TestBuildPlatformInvalid (0.02s)
16:38:38 [2022-12-06T16:38:38.025Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
16:38:38 [2022-12-06T16:38:38.025Z] Loaded image: busybox:latest
16:38:38 [2022-12-06T16:38:38.025Z] Loaded image: busybox:glibc
16:38:38 [2022-12-06T16:38:38.974Z] Loaded image: debian:bullseye-slim
16:38:38 [2022-12-06T16:38:38.974Z] Loaded image: hello-world:latest
16:38:38 [2022-12-06T16:38:38.974Z] Loaded image: arm32v7/hello-world:latest
16:38:47 [2022-12-06T16:38:47.076Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.73s)
16:38:47 [2022-12-06T16:38:47.076Z] PASS
16:38:47 [2022-12-06T16:38:47.076Z] 
16:38:47 [2022-12-06T16:38:47.076Z] === Skipped
16:38:47 [2022-12-06T16:38:47.076Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
16:38:47 [2022-12-06T16:38:47.076Z]     build_session_test.go:25: TODO: BuildKit
16:38:47 [2022-12-06T16:38:47.076Z] 
16:38:47 [2022-12-06T16:38:47.076Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
16:38:47 [2022-12-06T16:38:47.076Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:38:47 [2022-12-06T16:38:47.076Z] 
16:38:47 [2022-12-06T16:38:47.076Z] DONE 34 tests, 2 skipped in 63.084s
16:38:47 [2022-12-06T16:38:47.076Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
16:38:47 [2022-12-06T16:38:47.076Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
16:38:47 [2022-12-06T16:38:47.076Z] ++ set -e
16:38:47 [2022-12-06T16:38:47.076Z] ++ '[' -n 0 ']'
16:38:47 [2022-12-06T16:38:47.076Z] ++ set -x
16:38:47 [2022-12-06T16:38:47.076Z] ++ 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
16:38:47 [2022-12-06T16:38:47.076Z] INFO: Testing against a local daemon
16:38:47 [2022-12-06T16:38:47.076Z] === RUN   TestConfigInspect
16:38:48 [2022-12-06T16:38:48.972Z] --- PASS: TestConfigInspect (2.19s)
16:38:48 [2022-12-06T16:38:48.972Z] === RUN   TestConfigList
16:38:50 [2022-12-06T16:38:50.908Z] --- PASS: TestConfigList (2.11s)
16:38:50 [2022-12-06T16:38:50.908Z] === RUN   TestConfigsCreateAndDelete
16:38:53 [2022-12-06T16:38:53.459Z] --- PASS: TestConfigsCreateAndDelete (2.10s)
16:38:53 [2022-12-06T16:38:53.459Z] === RUN   TestConfigsUpdate
16:38:55 [2022-12-06T16:38:55.356Z] --- PASS: TestConfigsUpdate (2.09s)
16:38:55 [2022-12-06T16:38:55.356Z] === RUN   TestTemplatedConfig
16:38:57 [2022-12-06T16:38:57.890Z] --- PASS: TestTemplatedConfig (2.37s)
16:38:57 [2022-12-06T16:38:57.890Z] === RUN   TestConfigCreateResolve
16:38:59 [2022-12-06T16:38:59.791Z] --- PASS: TestConfigCreateResolve (2.17s)
16:38:59 [2022-12-06T16:38:59.791Z] PASS
16:38:59 [2022-12-06T16:38:59.791Z] 
16:38:59 [2022-12-06T16:38:59.791Z] DONE 6 tests in 13.108s
16:38:59 [2022-12-06T16:38:59.791Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
16:38:59 [2022-12-06T16:38:59.791Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
16:38:59 [2022-12-06T16:38:59.791Z] ++ set -e
16:38:59 [2022-12-06T16:38:59.791Z] ++ '[' -n 0 ']'
16:38:59 [2022-12-06T16:38:59.791Z] ++ set -x
16:38:59 [2022-12-06T16:38:59.791Z] ++ 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
16:38:59 [2022-12-06T16:38:59.791Z] INFO: Testing against a local daemon
16:38:59 [2022-12-06T16:38:59.791Z] === RUN   TestAttachWithTTY
16:39:00 [2022-12-06T16:39:00.049Z] --- PASS: TestAttachWithTTY (0.10s)
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestAttachWithoutTTy
16:39:00 [2022-12-06T16:39:00.049Z] --- PASS: TestAttachWithoutTTy (0.05s)
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestCheckpoint
16:39:00 [2022-12-06T16:39:00.049Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:39:00 [2022-12-06T16:39:00.049Z] --- SKIP: TestCheckpoint (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/commit
16:39:00 [2022-12-06T16:39:00.049Z] === PAUSE TestContainerInvalidJSON/commit
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/create
16:39:00 [2022-12-06T16:39:00.049Z] === PAUSE TestContainerInvalidJSON/containers/create
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
16:39:00 [2022-12-06T16:39:00.049Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
16:39:00 [2022-12-06T16:39:00.049Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
16:39:00 [2022-12-06T16:39:00.049Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:39:00 [2022-12-06T16:39:00.049Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
16:39:00 [2022-12-06T16:39:00.049Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
16:39:00 [2022-12-06T16:39:00.049Z] === CONT  TestContainerInvalidJSON/commit
16:39:00 [2022-12-06T16:39:00.049Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/commit/empty_body
16:39:00 [2022-12-06T16:39:00.049Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === CONT  TestContainerInvalidJSON/containers/create
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
16:39:00 [2022-12-06T16:39:00.049Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
16:39:00 [2022-12-06T16:39:00.049Z] --- PASS: TestContainerInvalidJSON (0.01s)
16:39:00 [2022-12-06T16:39:00.049Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:39:00 [2022-12-06T16:39:00.049Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
16:39:00 [2022-12-06T16:39:00.049Z] === RUN   TestCopyFromContainerPathIsNotDir
16:39:00 [2022-12-06T16:39:00.308Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
16:39:00 [2022-12-06T16:39:00.308Z] === RUN   TestCopyToContainerPathDoesNotExist
16:39:00 [2022-12-06T16:39:00.308Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
16:39:00 [2022-12-06T16:39:00.308Z] === RUN   TestCopyEmptyFile
16:39:00 [2022-12-06T16:39:00.308Z] --- PASS: TestCopyEmptyFile (0.07s)
16:39:00 [2022-12-06T16:39:00.308Z] === RUN   TestCopyToContainerPathIsNotDir
16:39:00 [2022-12-06T16:39:00.308Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
16:39:00 [2022-12-06T16:39:00.308Z] === RUN   TestCopyFromContainer
16:39:00 [2022-12-06T16:39:00.873Z] === RUN   TestCopyFromContainer//
16:39:00 [2022-12-06T16:39:00.873Z] === RUN   TestCopyFromContainer/.
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer//.
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer/./
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer//./
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer//bar/root
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer//bar/root/
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer//bar/root/.
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer/bar/quux
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer/bar/quux/
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer/bar/quux/.
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCopyFromContainer/bar/notarget
16:39:01 [2022-12-06T16:39:01.131Z] --- PASS: TestCopyFromContainer (0.79s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer// (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/. (0.02s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer//. (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:39:01 [2022-12-06T16:39:01.131Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:39:01 [2022-12-06T16:39:01.131Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:39:01 [2022-12-06T16:39:01.131Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:39:01 [2022-12-06T16:39:01.131Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:39:01 [2022-12-06T16:39:01.131Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:39:01 [2022-12-06T16:39:01.131Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:39:01 [2022-12-06T16:39:01.131Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateLinkToNonExistingContainer
16:39:01 [2022-12-06T16:39:01.131Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateWithInvalidEnv
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateWithInvalidEnv/0
16:39:01 [2022-12-06T16:39:01.131Z] === PAUSE TestCreateWithInvalidEnv/0
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateWithInvalidEnv/1
16:39:01 [2022-12-06T16:39:01.131Z] === PAUSE TestCreateWithInvalidEnv/1
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateWithInvalidEnv/2
16:39:01 [2022-12-06T16:39:01.131Z] === PAUSE TestCreateWithInvalidEnv/2
16:39:01 [2022-12-06T16:39:01.131Z] === CONT  TestCreateWithInvalidEnv/0
16:39:01 [2022-12-06T16:39:01.131Z] === CONT  TestCreateWithInvalidEnv/2
16:39:01 [2022-12-06T16:39:01.131Z] === CONT  TestCreateWithInvalidEnv/1
16:39:01 [2022-12-06T16:39:01.131Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
16:39:01 [2022-12-06T16:39:01.131Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateTmpfsMountsTarget
16:39:01 [2022-12-06T16:39:01.131Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
16:39:01 [2022-12-06T16:39:01.131Z] === RUN   TestCreateWithCustomMaskedPaths
16:39:02 [2022-12-06T16:39:02.503Z] --- PASS: TestCreateWithCustomMaskedPaths (1.26s)
16:39:02 [2022-12-06T16:39:02.503Z] === RUN   TestCreateWithCustomReadonlyPaths
16:39:03 [2022-12-06T16:39:03.875Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.38s)
16:39:03 [2022-12-06T16:39:03.875Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:39:03 [2022-12-06T16:39:03.875Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:39:03 [2022-12-06T16:39:03.875Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:39:03 [2022-12-06T16:39:03.875Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:39:03 [2022-12-06T16:39:03.875Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:39:03 [2022-12-06T16:39:03.875Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:39:03 [2022-12-06T16:39:03.875Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:39:03 [2022-12-06T16:39:03.875Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:39:03 [2022-12-06T16:39:03.875Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:39:03 [2022-12-06T16:39:03.875Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:39:03 [2022-12-06T16:39:03.875Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:39:03 [2022-12-06T16:39:03.875Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:39:03 [2022-12-06T16:39:03.875Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:39:03 [2022-12-06T16:39:03.875Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:39:03 [2022-12-06T16:39:03.875Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:39:03 [2022-12-06T16:39:03.875Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:39:03 [2022-12-06T16:39:03.875Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
16:39:03 [2022-12-06T16:39:03.875Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
16:39:03 [2022-12-06T16:39:03.875Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
16:39:03 [2022-12-06T16:39:03.875Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
16:39:03 [2022-12-06T16:39:03.875Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
16:39:03 [2022-12-06T16:39:03.875Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
16:39:03 [2022-12-06T16:39:03.875Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
16:39:04 [2022-12-06T16:39:04.439Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s)
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestCreateDifferentPlatform
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestCreateDifferentPlatform/different_os
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:39:04 [2022-12-06T16:39:04.439Z] --- PASS: TestCreateDifferentPlatform (0.02s)
16:39:04 [2022-12-06T16:39:04.439Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:39:04 [2022-12-06T16:39:04.439Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:39:04 [2022-12-06T16:39:04.439Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
16:39:04 [2022-12-06T16:39:04.439Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestCreateInvalidHostConfig
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
16:39:04 [2022-12-06T16:39:04.439Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
16:39:04 [2022-12-06T16:39:04.439Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:39:04 [2022-12-06T16:39:04.439Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
16:39:04 [2022-12-06T16:39:04.439Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
16:39:04 [2022-12-06T16:39:04.439Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
16:39:04 [2022-12-06T16:39:04.439Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:39:04 [2022-12-06T16:39:04.439Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
16:39:04 [2022-12-06T16:39:04.439Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
16:39:04 [2022-12-06T16:39:04.439Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
16:39:04 [2022-12-06T16:39:04.439Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
16:39:04 [2022-12-06T16:39:04.439Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
16:39:04 [2022-12-06T16:39:04.439Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
16:39:04 [2022-12-06T16:39:04.439Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestContainerStartOnDaemonRestart
16:39:04 [2022-12-06T16:39:04.439Z] === PAUSE TestContainerStartOnDaemonRestart
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestDaemonRestartIpcMode
16:39:04 [2022-12-06T16:39:04.439Z] === PAUSE TestDaemonRestartIpcMode
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestDaemonHostGatewayIP
16:39:04 [2022-12-06T16:39:04.439Z] === PAUSE TestDaemonHostGatewayIP
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestRestartDaemonWithRestartingContainer
16:39:04 [2022-12-06T16:39:04.439Z] === PAUSE TestRestartDaemonWithRestartingContainer
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestContainerKillOnDaemonStart
16:39:04 [2022-12-06T16:39:04.439Z] === PAUSE TestContainerKillOnDaemonStart
16:39:04 [2022-12-06T16:39:04.439Z] === RUN   TestDiff
16:39:05 [2022-12-06T16:39:05.005Z] --- PASS: TestDiff (0.42s)
16:39:05 [2022-12-06T16:39:05.005Z] === RUN   TestExecConsoleSize
16:39:05 [2022-12-06T16:39:05.263Z] --- PASS: TestExecConsoleSize (0.51s)
16:39:05 [2022-12-06T16:39:05.263Z] === RUN   TestExecWithCloseStdin
16:39:05 [2022-12-06T16:39:05.828Z] --- PASS: TestExecWithCloseStdin (0.48s)
16:39:05 [2022-12-06T16:39:05.828Z] === RUN   TestExec
16:39:06 [2022-12-06T16:39:06.393Z] --- PASS: TestExec (0.51s)
16:39:06 [2022-12-06T16:39:06.393Z] === RUN   TestExecUser
16:39:06 [2022-12-06T16:39:06.958Z] --- PASS: TestExecUser (0.50s)
16:39:06 [2022-12-06T16:39:06.958Z] === RUN   TestExportContainerAndImportImage
16:39:07 [2022-12-06T16:39:07.523Z] --- PASS: TestExportContainerAndImportImage (0.51s)
16:39:07 [2022-12-06T16:39:07.523Z] === RUN   TestExportContainerAfterDaemonRestart
16:39:08 [2022-12-06T16:39:08.456Z] --- PASS: TestExportContainerAfterDaemonRestart (1.15s)
16:39:08 [2022-12-06T16:39:08.456Z] === RUN   TestHealthCheckWorkdir
16:39:09 [2022-12-06T16:39:09.020Z] --- PASS: TestHealthCheckWorkdir (0.55s)
16:39:09 [2022-12-06T16:39:09.020Z] === RUN   TestHealthKillContainer
16:39:17 [2022-12-06T16:39:17.122Z] --- PASS: TestHealthKillContainer (7.83s)
16:39:17 [2022-12-06T16:39:17.122Z] === RUN   TestHealthCheckProcessKilled
16:39:17 [2022-12-06T16:39:17.688Z] --- PASS: TestHealthCheckProcessKilled (0.66s)
16:39:17 [2022-12-06T16:39:17.688Z] === RUN   TestInspectCpusetInConfigPre120
16:39:17 [2022-12-06T16:39:17.945Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s)
16:39:17 [2022-12-06T16:39:17.945Z] === RUN   TestIpcModeNone
16:39:18 [2022-12-06T16:39:18.511Z] --- PASS: TestIpcModeNone (0.49s)
16:39:18 [2022-12-06T16:39:18.511Z] === RUN   TestIpcModePrivate
16:39:18 [2022-12-06T16:39:18.768Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
16:39:19 [2022-12-06T16:39:19.026Z] --- PASS: TestIpcModePrivate (0.52s)
16:39:19 [2022-12-06T16:39:19.026Z] === RUN   TestIpcModeShareable
16:39:19 [2022-12-06T16:39:19.283Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
16:39:19 [2022-12-06T16:39:19.541Z] --- PASS: TestIpcModeShareable (0.52s)
16:39:19 [2022-12-06T16:39:19.541Z] === RUN   TestAPIIpcModeShareableAndContainer
16:39:21 [2022-12-06T16:39:21.439Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.59s)
16:39:21 [2022-12-06T16:39:21.439Z] === RUN   TestAPIIpcModeHost
16:39:21 [2022-12-06T16:39:21.439Z] --- PASS: TestAPIIpcModeHost (0.36s)
16:39:21 [2022-12-06T16:39:21.439Z] === RUN   TestDaemonIpcModeShareable
16:39:22 [2022-12-06T16:39:22.372Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
16:39:22 [2022-12-06T16:39:22.630Z] --- PASS: TestDaemonIpcModeShareable (1.08s)
16:39:22 [2022-12-06T16:39:22.630Z] === RUN   TestDaemonIpcModePrivate
16:39:23 [2022-12-06T16:39:23.563Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
16:39:23 [2022-12-06T16:39:23.563Z] --- PASS: TestDaemonIpcModePrivate (1.08s)
16:39:23 [2022-12-06T16:39:23.563Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:39:24 [2022-12-06T16:39:24.496Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
16:39:24 [2022-12-06T16:39:24.754Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.08s)
16:39:24 [2022-12-06T16:39:24.754Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:39:25 [2022-12-06T16:39:25.691Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
16:39:25 [2022-12-06T16:39:25.691Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.11s)
16:39:25 [2022-12-06T16:39:25.691Z] === RUN   TestIpcModeOlderClient
16:39:25 [2022-12-06T16:39:25.691Z] === PAUSE TestIpcModeOlderClient
16:39:25 [2022-12-06T16:39:25.691Z] === RUN   TestKillContainerInvalidSignal
16:39:26 [2022-12-06T16:39:26.256Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
16:39:26 [2022-12-06T16:39:26.256Z] === RUN   TestKillContainer
16:39:26 [2022-12-06T16:39:26.256Z] === RUN   TestKillContainer/no_signal
16:39:26 [2022-12-06T16:39:26.824Z] === RUN   TestKillContainer/non_killing_signal
16:39:27 [2022-12-06T16:39:27.082Z] === RUN   TestKillContainer/killing_signal
16:39:27 [2022-12-06T16:39:27.647Z] --- PASS: TestKillContainer (1.40s)
16:39:27 [2022-12-06T16:39:27.647Z]     --- PASS: TestKillContainer/no_signal (0.42s)
16:39:27 [2022-12-06T16:39:27.647Z]     --- PASS: TestKillContainer/non_killing_signal (0.32s)
16:39:27 [2022-12-06T16:39:27.647Z]     --- PASS: TestKillContainer/killing_signal (0.47s)
16:39:27 [2022-12-06T16:39:27.647Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:39:27 [2022-12-06T16:39:27.647Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:39:28 [2022-12-06T16:39:28.213Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:39:29 [2022-12-06T16:39:29.146Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.26s)
16:39:29 [2022-12-06T16:39:29.146Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
16:39:29 [2022-12-06T16:39:29.146Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s)
16:39:29 [2022-12-06T16:39:29.146Z] === RUN   TestKillStoppedContainer
16:39:29 [2022-12-06T16:39:29.146Z] --- PASS: TestKillStoppedContainer (0.05s)
16:39:29 [2022-12-06T16:39:29.146Z] === RUN   TestKillStoppedContainerAPIPre120
16:39:29 [2022-12-06T16:39:29.146Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
16:39:29 [2022-12-06T16:39:29.146Z] === RUN   TestKillDifferentUserContainer
16:39:29 [2022-12-06T16:39:29.403Z] --- PASS: TestKillDifferentUserContainer (0.43s)
16:39:29 [2022-12-06T16:39:29.403Z] === RUN   TestInspectOomKilledTrue
16:39:29 [2022-12-06T16:39:29.968Z] --- PASS: TestInspectOomKilledTrue (0.50s)
16:39:29 [2022-12-06T16:39:29.968Z] === RUN   TestInspectOomKilledFalse
16:39:30 [2022-12-06T16:39:30.533Z] --- PASS: TestInspectOomKilledFalse (0.44s)
16:39:30 [2022-12-06T16:39:30.533Z] === RUN   TestLinksEtcHostsContentMatch
16:39:30 [2022-12-06T16:39:30.791Z] --- PASS: TestLinksEtcHostsContentMatch (0.38s)
16:39:30 [2022-12-06T16:39:30.791Z] === RUN   TestLinksContainerNames
16:39:31 [2022-12-06T16:39:31.723Z] --- PASS: TestLinksContainerNames (0.89s)
16:39:31 [2022-12-06T16:39:31.723Z] === RUN   TestLogsFollowTailEmpty
16:39:31 [2022-12-06T16:39:31.981Z] --- PASS: TestLogsFollowTailEmpty (0.46s)
16:39:31 [2022-12-06T16:39:31.981Z] === RUN   TestLogs
16:39:31 [2022-12-06T16:39:31.981Z] === RUN   TestLogs/driver_local
16:39:32 [2022-12-06T16:39:32.238Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
16:39:32 [2022-12-06T16:39:32.238Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
16:39:32 [2022-12-06T16:39:32.238Z] === RUN   TestLogs/driver_local/tty/only_stdout
16:39:32 [2022-12-06T16:39:32.238Z] === PAUSE TestLogs/driver_local/tty/only_stdout
16:39:32 [2022-12-06T16:39:32.238Z] === RUN   TestLogs/driver_local/tty/only_stderr
16:39:32 [2022-12-06T16:39:32.238Z] === PAUSE TestLogs/driver_local/tty/only_stderr
16:39:32 [2022-12-06T16:39:32.238Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
16:39:32 [2022-12-06T16:39:32.238Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
16:39:32 [2022-12-06T16:39:32.238Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
16:39:32 [2022-12-06T16:39:32.238Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
16:39:32 [2022-12-06T16:39:32.238Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
16:39:32 [2022-12-06T16:39:32.238Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
16:39:32 [2022-12-06T16:39:32.238Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
16:39:32 [2022-12-06T16:39:32.238Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
16:39:32 [2022-12-06T16:39:32.803Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
16:39:32 [2022-12-06T16:39:32.803Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
16:39:33 [2022-12-06T16:39:33.368Z] === CONT  TestLogs/driver_local/tty/only_stderr
16:39:33 [2022-12-06T16:39:33.368Z] === CONT  TestLogs/driver_local/tty/only_stdout
16:39:34 [2022-12-06T16:39:34.300Z] === RUN   TestLogs/driver_json-file
16:39:34 [2022-12-06T16:39:34.300Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
16:39:34 [2022-12-06T16:39:34.300Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
16:39:34 [2022-12-06T16:39:34.300Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
16:39:34 [2022-12-06T16:39:34.300Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
16:39:34 [2022-12-06T16:39:34.300Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
16:39:34 [2022-12-06T16:39:34.300Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
16:39:34 [2022-12-06T16:39:34.300Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:39:34 [2022-12-06T16:39:34.300Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:39:34 [2022-12-06T16:39:34.300Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
16:39:34 [2022-12-06T16:39:34.300Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
16:39:34 [2022-12-06T16:39:34.300Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
16:39:34 [2022-12-06T16:39:34.301Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
16:39:34 [2022-12-06T16:39:34.301Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
16:39:34 [2022-12-06T16:39:34.301Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:39:34 [2022-12-06T16:39:34.868Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
16:39:34 [2022-12-06T16:39:34.868Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
16:39:35 [2022-12-06T16:39:35.448Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
16:39:35 [2022-12-06T16:39:35.710Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
16:39:36 [2022-12-06T16:39:36.280Z] --- PASS: TestLogs (4.13s)
16:39:36 [2022-12-06T16:39:36.280Z]     --- PASS: TestLogs/driver_local (0.01s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.76s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.80s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.56s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.56s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.58s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.62s)
16:39:36 [2022-12-06T16:39:36.280Z]     --- PASS: TestLogs/driver_json-file (0.01s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.76s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.81s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.58s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.70s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.58s)
16:39:36 [2022-12-06T16:39:36.280Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.79s)
16:39:36 [2022-12-06T16:39:36.280Z] === RUN   TestContainerNetworkMountsNoChown
16:39:36 [2022-12-06T16:39:36.538Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
16:39:36 [2022-12-06T16:39:36.538Z] === RUN   TestMountDaemonRoot
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/default
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/default
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/private
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/private
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rprivate
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rprivate
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/slave
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/slave
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rslave
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rslave
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/shared
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/shared
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rshared
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rshared
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/default
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/default/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/default/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/rslave
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/rshared
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/shared
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/rprivate
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/slave
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/private
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/private/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/private/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/default/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/default/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:39:36 [2022-12-06T16:39:36.795Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/private/bind_root
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:39:37 [2022-12-06T16:39:37.053Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:39:37 [2022-12-06T16:39:37.311Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:39:37 [2022-12-06T16:39:37.311Z] === CONT  TestMountDaemonRoot/private/mount_root
16:39:37 [2022-12-06T16:39:37.311Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:39:37 [2022-12-06T16:39:37.311Z] --- PASS: TestMountDaemonRoot (0.02s)
16:39:37 [2022-12-06T16:39:37.311Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
16:39:37 [2022-12-06T16:39:37.311Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
16:39:37 [2022-12-06T16:39:37.311Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
16:39:37 [2022-12-06T16:39:37.311Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
16:39:37 [2022-12-06T16:39:37.311Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
16:39:37 [2022-12-06T16:39:37.311Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
16:39:37 [2022-12-06T16:39:37.311Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
16:39:37 [2022-12-06T16:39:37.311Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
16:39:37 [2022-12-06T16:39:37.311Z] === RUN   TestContainerBindMountNonRecursive
16:39:38 [2022-12-06T16:39:38.682Z] --- PASS: TestContainerBindMountNonRecursive (1.33s)
16:39:38 [2022-12-06T16:39:38.682Z] === RUN   TestContainerVolumesMountedAsShared
16:39:38 [2022-12-06T16:39:38.939Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
16:39:38 [2022-12-06T16:39:38.939Z] === RUN   TestContainerVolumesMountedAsSlave
16:39:39 [2022-12-06T16:39:39.197Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
16:39:39 [2022-12-06T16:39:39.197Z] === RUN   TestContainerCopyLeaksMounts
16:39:39 [2022-12-06T16:39:39.762Z] --- PASS: TestContainerCopyLeaksMounts (0.51s)
16:39:39 [2022-12-06T16:39:39.762Z] === RUN   TestNetworkNat
16:39:40 [2022-12-06T16:39:40.326Z] --- PASS: TestNetworkNat (0.47s)
16:39:40 [2022-12-06T16:39:40.327Z] === RUN   TestNetworkLocalhostTCPNat
16:39:40 [2022-12-06T16:39:40.891Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
16:39:40 [2022-12-06T16:39:40.892Z] === RUN   TestNetworkLoopbackNat
16:39:43 [2022-12-06T16:39:43.416Z] --- PASS: TestNetworkLoopbackNat (2.58s)
16:39:43 [2022-12-06T16:39:43.416Z] === RUN   TestPause
16:39:43 [2022-12-06T16:39:43.674Z] --- PASS: TestPause (0.47s)
16:39:43 [2022-12-06T16:39:43.674Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:39:43 [2022-12-06T16:39:43.674Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:39:43 [2022-12-06T16:39:43.674Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
16:39:43 [2022-12-06T16:39:43.674Z] === RUN   TestPauseStopPausedContainer
16:39:44 [2022-12-06T16:39:44.239Z] --- PASS: TestPauseStopPausedContainer (0.47s)
16:39:44 [2022-12-06T16:39:44.239Z] === RUN   TestPidHost
16:39:45 [2022-12-06T16:39:45.172Z] --- PASS: TestPidHost (1.00s)
16:39:45 [2022-12-06T16:39:45.172Z] === RUN   TestPsFilter
16:39:45 [2022-12-06T16:39:45.430Z] --- PASS: TestPsFilter (0.13s)
16:39:45 [2022-12-06T16:39:45.430Z] === RUN   TestRemoveContainerWithRemovedVolume
16:39:45 [2022-12-06T16:39:45.995Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.48s)
16:39:45 [2022-12-06T16:39:45.995Z] === RUN   TestRemoveContainerWithVolume
16:39:46 [2022-12-06T16:39:46.253Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
16:39:46 [2022-12-06T16:39:46.253Z] === RUN   TestRemoveContainerRunning
16:39:46 [2022-12-06T16:39:46.818Z] --- PASS: TestRemoveContainerRunning (0.45s)
16:39:46 [2022-12-06T16:39:46.818Z] === RUN   TestRemoveContainerForceRemoveRunning
16:39:47 [2022-12-06T16:39:47.076Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
16:39:47 [2022-12-06T16:39:47.076Z] === RUN   TestRemoveInvalidContainer
16:39:47 [2022-12-06T16:39:47.334Z] --- PASS: TestRemoveInvalidContainer (0.01s)
16:39:47 [2022-12-06T16:39:47.334Z] === RUN   TestRenameLinkedContainer
16:39:49 [2022-12-06T16:39:49.233Z] --- PASS: TestRenameLinkedContainer (1.87s)
16:39:49 [2022-12-06T16:39:49.233Z] === RUN   TestRenameStoppedContainer
16:39:49 [2022-12-06T16:39:49.491Z] --- PASS: TestRenameStoppedContainer (0.45s)
16:39:49 [2022-12-06T16:39:49.491Z] === RUN   TestRenameRunningContainerAndReuse
16:39:50 [2022-12-06T16:39:50.424Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s)
16:39:50 [2022-12-06T16:39:50.424Z] === RUN   TestRenameInvalidName
16:39:50 [2022-12-06T16:39:50.989Z] --- PASS: TestRenameInvalidName (0.46s)
16:39:50 [2022-12-06T16:39:50.989Z] === RUN   TestRenameAnonymousContainer
16:39:52 [2022-12-06T16:39:52.890Z] --- PASS: TestRenameAnonymousContainer (1.61s)
16:39:52 [2022-12-06T16:39:52.890Z] === RUN   TestRenameContainerWithSameName
16:39:52 [2022-12-06T16:39:52.890Z] --- PASS: TestRenameContainerWithSameName (0.46s)
16:39:52 [2022-12-06T16:39:52.890Z] === RUN   TestRenameContainerWithLinkedContainer
16:39:53 [2022-12-06T16:39:53.822Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s)
16:39:53 [2022-12-06T16:39:53.822Z] === RUN   TestResize
16:39:54 [2022-12-06T16:39:54.387Z] --- PASS: TestResize (0.46s)
16:39:54 [2022-12-06T16:39:54.387Z] === RUN   TestResizeWithInvalidSize
16:39:54 [2022-12-06T16:39:54.645Z] --- PASS: TestResizeWithInvalidSize (0.45s)
16:39:54 [2022-12-06T16:39:54.645Z] === RUN   TestResizeWhenContainerNotStarted
16:39:55 [2022-12-06T16:39:55.212Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s)
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:39:55 [2022-12-06T16:39:55.212Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:39:57 [2022-12-06T16:39:57.110Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:39:58 [2022-12-06T16:39:58.042Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:39:58 [2022-12-06T16:39:58.975Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:39:58 [2022-12-06T16:39:58.975Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:40:00 [2022-12-06T16:40:00.348Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:40:00 [2022-12-06T16:40:00.348Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:40:03 [2022-12-06T16:40:03.628Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:40:03 [2022-12-06T16:40:03.628Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:40:05 [2022-12-06T16:40:05.527Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:40:07 [2022-12-06T16:40:07.425Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:40:07 [2022-12-06T16:40:07.425Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:40:08 [2022-12-06T16:40:08.797Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:40:09 [2022-12-06T16:40:09.361Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:40:10 [2022-12-06T16:40:10.293Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:40:11 [2022-12-06T16:40:11.666Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.55s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.17s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.15s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.90s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.21s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.20s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.31s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.35s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.99s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.48s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.92s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.56s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.75s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.56s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.48s)
16:40:11 [2022-12-06T16:40:11.666Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.55s)
16:40:11 [2022-12-06T16:40:11.666Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
16:40:11 [2022-12-06T16:40:11.666Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
16:40:12 [2022-12-06T16:40:12.598Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
16:40:13 [2022-12-06T16:40:13.531Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.81s)
16:40:13 [2022-12-06T16:40:13.531Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.91s)
16:40:13 [2022-12-06T16:40:13.531Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.89s)
16:40:13 [2022-12-06T16:40:13.531Z] === RUN   TestCgroupNamespacesRun
16:40:14 [2022-12-06T16:40:14.902Z] --- PASS: TestCgroupNamespacesRun (1.11s)
16:40:14 [2022-12-06T16:40:14.902Z] === RUN   TestCgroupNamespacesRunPrivileged
16:40:15 [2022-12-06T16:40:15.836Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.05s)
16:40:15 [2022-12-06T16:40:15.836Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:40:16 [2022-12-06T16:40:16.768Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.08s)
16:40:16 [2022-12-06T16:40:16.768Z] === RUN   TestCgroupNamespacesRunHostMode
16:40:18 [2022-12-06T16:40:18.139Z] --- PASS: TestCgroupNamespacesRunHostMode (1.06s)
16:40:18 [2022-12-06T16:40:18.140Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:40:19 [2022-12-06T16:40:19.075Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.04s)
16:40:19 [2022-12-06T16:40:19.075Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
16:40:20 [2022-12-06T16:40:20.008Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.03s)
16:40:20 [2022-12-06T16:40:20.008Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:40:20 [2022-12-06T16:40:20.573Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
16:40:20 [2022-12-06T16:40:20.573Z] === RUN   TestCgroupNamespacesRunOlderClient
16:40:21 [2022-12-06T16:40:21.963Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s)
16:40:21 [2022-12-06T16:40:21.963Z] === RUN   TestNISDomainname
16:40:22 [2022-12-06T16:40:22.242Z] --- PASS: TestNISDomainname (0.54s)
16:40:22 [2022-12-06T16:40:22.242Z] === RUN   TestHostnameDnsResolution
16:40:22 [2022-12-06T16:40:22.817Z] --- PASS: TestHostnameDnsResolution (0.69s)
16:40:22 [2022-12-06T16:40:22.817Z] === RUN   TestUnprivilegedPortsAndPing
16:40:23 [2022-12-06T16:40:23.385Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s)
16:40:23 [2022-12-06T16:40:23.385Z] === RUN   TestPrivilegedHostDevices
16:40:23 [2022-12-06T16:40:23.950Z] --- PASS: TestPrivilegedHostDevices (0.49s)
16:40:23 [2022-12-06T16:40:23.950Z] === RUN   TestRunConsoleSize
16:40:24 [2022-12-06T16:40:24.518Z] --- PASS: TestRunConsoleSize (0.42s)
16:40:24 [2022-12-06T16:40:24.518Z] === RUN   TestRunWithAlternativeContainerdShim
16:40:26 [2022-12-06T16:40:26.415Z] --- PASS: TestRunWithAlternativeContainerdShim (1.95s)
16:40:26 [2022-12-06T16:40:26.415Z] === RUN   TestStats
16:40:28 [2022-12-06T16:40:28.941Z] --- PASS: TestStats (2.46s)
16:40:28 [2022-12-06T16:40:28.941Z] === RUN   TestStopContainerWithTimeout
16:40:28 [2022-12-06T16:40:28.941Z] === RUN   TestStopContainerWithTimeout/0
16:40:28 [2022-12-06T16:40:28.941Z] === PAUSE TestStopContainerWithTimeout/0
16:40:28 [2022-12-06T16:40:28.941Z] === RUN   TestStopContainerWithTimeout/1
16:40:28 [2022-12-06T16:40:28.941Z] === PAUSE TestStopContainerWithTimeout/1
16:40:28 [2022-12-06T16:40:28.941Z] === RUN   TestStopContainerWithTimeout/3
16:40:28 [2022-12-06T16:40:28.941Z] === PAUSE TestStopContainerWithTimeout/3
16:40:28 [2022-12-06T16:40:28.941Z] === RUN   TestStopContainerWithTimeout/-1
16:40:28 [2022-12-06T16:40:28.941Z] === PAUSE TestStopContainerWithTimeout/-1
16:40:28 [2022-12-06T16:40:28.941Z] === CONT  TestStopContainerWithTimeout/0
16:40:28 [2022-12-06T16:40:28.941Z] === CONT  TestStopContainerWithTimeout/-1
16:40:29 [2022-12-06T16:40:29.506Z] === CONT  TestStopContainerWithTimeout/3
16:40:31 [2022-12-06T16:40:31.402Z] === CONT  TestStopContainerWithTimeout/1
16:40:33 [2022-12-06T16:40:33.301Z] --- PASS: TestStopContainerWithTimeout (0.01s)
16:40:33 [2022-12-06T16:40:33.302Z]     --- PASS: TestStopContainerWithTimeout/0 (0.57s)
16:40:33 [2022-12-06T16:40:33.302Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.66s)
16:40:33 [2022-12-06T16:40:33.302Z]     --- PASS: TestStopContainerWithTimeout/3 (2.47s)
16:40:33 [2022-12-06T16:40:33.302Z]     --- PASS: TestStopContainerWithTimeout/1 (1.54s)
16:40:33 [2022-12-06T16:40:33.302Z] === RUN   TestDeleteDevicemapper
16:40:33 [2022-12-06T16:40:33.302Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:40:33 [2022-12-06T16:40:33.302Z] --- SKIP: TestDeleteDevicemapper (0.00s)
16:40:33 [2022-12-06T16:40:33.302Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:40:34 [2022-12-06T16:40:34.674Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.61s)
16:40:34 [2022-12-06T16:40:34.674Z] === RUN   TestUpdateMemory
16:40:35 [2022-12-06T16:40:35.240Z] --- PASS: TestUpdateMemory (0.56s)
16:40:35 [2022-12-06T16:40:35.240Z] === RUN   TestUpdateCPUQuota
16:40:35 [2022-12-06T16:40:35.805Z] --- PASS: TestUpdateCPUQuota (0.71s)
16:40:35 [2022-12-06T16:40:35.805Z] === RUN   TestUpdatePidsLimit
16:40:35 [2022-12-06T16:40:35.805Z] === RUN   TestUpdatePidsLimit/update_from_none
16:40:36 [2022-12-06T16:40:36.063Z] === RUN   TestUpdatePidsLimit/no_change
16:40:36 [2022-12-06T16:40:36.321Z] === RUN   TestUpdatePidsLimit/update_lower
16:40:36 [2022-12-06T16:40:36.579Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
16:40:36 [2022-12-06T16:40:36.579Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
16:40:36 [2022-12-06T16:40:36.836Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
16:40:37 [2022-12-06T16:40:37.094Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
16:40:37 [2022-12-06T16:40:37.659Z] --- PASS: TestUpdatePidsLimit (1.81s)
16:40:37 [2022-12-06T16:40:37.659Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.18s)
16:40:37 [2022-12-06T16:40:37.659Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
16:40:37 [2022-12-06T16:40:37.659Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.20s)
16:40:37 [2022-12-06T16:40:37.659Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s)
16:40:37 [2022-12-06T16:40:37.659Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
16:40:37 [2022-12-06T16:40:37.659Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
16:40:37 [2022-12-06T16:40:37.659Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
16:40:37 [2022-12-06T16:40:37.659Z] === RUN   TestUpdateRestartPolicy
16:40:49 [2022-12-06T16:40:49.854Z] --- PASS: TestUpdateRestartPolicy (10.92s)
16:40:49 [2022-12-06T16:40:49.854Z] === RUN   TestUpdateRestartWithAutoRemove
16:40:49 [2022-12-06T16:40:49.854Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s)
16:40:49 [2022-12-06T16:40:49.854Z] === RUN   TestWaitNonBlocked
16:40:49 [2022-12-06T16:40:49.854Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:40:49 [2022-12-06T16:40:49.854Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:40:49 [2022-12-06T16:40:49.854Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:40:49 [2022-12-06T16:40:49.854Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:40:49 [2022-12-06T16:40:49.854Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:40:49 [2022-12-06T16:40:49.854Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:40:49 [2022-12-06T16:40:49.854Z] --- PASS: TestWaitNonBlocked (0.01s)
16:40:49 [2022-12-06T16:40:49.854Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.64s)
16:40:49 [2022-12-06T16:40:49.854Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s)
16:40:49 [2022-12-06T16:40:49.854Z] === RUN   TestWaitBlocked
16:40:49 [2022-12-06T16:40:49.854Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:40:49 [2022-12-06T16:40:49.854Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:40:49 [2022-12-06T16:40:49.854Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:40:49 [2022-12-06T16:40:49.854Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:40:49 [2022-12-06T16:40:49.854Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:40:49 [2022-12-06T16:40:49.854Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:40:50 [2022-12-06T16:40:50.419Z] --- PASS: TestWaitBlocked (0.01s)
16:40:50 [2022-12-06T16:40:50.419Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s)
16:40:50 [2022-12-06T16:40:50.419Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.75s)
16:40:50 [2022-12-06T16:40:50.419Z] === RUN   TestWaitConditions
16:40:50 [2022-12-06T16:40:50.419Z] === RUN   TestWaitConditions/default
16:40:50 [2022-12-06T16:40:50.419Z] === PAUSE TestWaitConditions/default
16:40:50 [2022-12-06T16:40:50.419Z] === RUN   TestWaitConditions/not-running
16:40:50 [2022-12-06T16:40:50.419Z] === PAUSE TestWaitConditions/not-running
16:40:50 [2022-12-06T16:40:50.419Z] === RUN   TestWaitConditions/next-exit
16:40:50 [2022-12-06T16:40:50.419Z] === PAUSE TestWaitConditions/next-exit
16:40:50 [2022-12-06T16:40:50.419Z] === RUN   TestWaitConditions/removed
16:40:50 [2022-12-06T16:40:50.419Z] === PAUSE TestWaitConditions/removed
16:40:50 [2022-12-06T16:40:50.677Z] === CONT  TestWaitConditions/default
16:40:50 [2022-12-06T16:40:50.677Z] === CONT  TestWaitConditions/removed
16:40:50 [2022-12-06T16:40:50.677Z] === CONT  TestWaitConditions/default
16:40:50 [2022-12-06T16:40:50.677Z]     wait_test.go:146: ContainerID = 6d6802dc5001681026222cf4e5b3854a2f746e52d249ca35e9468ebb4f418a3d
16:40:50 [2022-12-06T16:40:50.677Z] === CONT  TestWaitConditions/removed
16:40:50 [2022-12-06T16:40:50.677Z]     wait_test.go:146: ContainerID = 2e56727b66a822442bd87ea3f1d351d48b2d6dcdd90a3dbb66b825c2bd1ddfb6
16:40:51 [2022-12-06T16:40:51.242Z] === CONT  TestWaitConditions/next-exit
16:40:51 [2022-12-06T16:40:51.242Z] === CONT  TestWaitConditions/not-running
16:40:51 [2022-12-06T16:40:51.242Z] === CONT  TestWaitConditions/next-exit
16:40:51 [2022-12-06T16:40:51.242Z]     wait_test.go:146: ContainerID = 956988e0a4b3315c5167b4930ad733ab238a5acc3a83f6364569276e1765adcc
16:40:51 [2022-12-06T16:40:51.242Z] === CONT  TestWaitConditions/not-running
16:40:51 [2022-12-06T16:40:51.242Z]     wait_test.go:146: ContainerID = b1cdbe427c82418ef32067916dd886a76d64c81a9a8827f7e2914c4e9988dc6d
16:40:51 [2022-12-06T16:40:51.807Z] --- PASS: TestWaitConditions (0.02s)
16:40:51 [2022-12-06T16:40:51.807Z]     --- PASS: TestWaitConditions/default (0.71s)
16:40:51 [2022-12-06T16:40:51.807Z]     --- PASS: TestWaitConditions/removed (0.75s)
16:40:51 [2022-12-06T16:40:51.807Z]     --- PASS: TestWaitConditions/next-exit (0.58s)
16:40:51 [2022-12-06T16:40:51.807Z]     --- PASS: TestWaitConditions/not-running (0.56s)
16:40:51 [2022-12-06T16:40:51.807Z] === RUN   TestWaitRestartedContainer
16:40:51 [2022-12-06T16:40:51.807Z] === RUN   TestWaitRestartedContainer/default
16:40:51 [2022-12-06T16:40:51.807Z] === PAUSE TestWaitRestartedContainer/default
16:40:51 [2022-12-06T16:40:51.807Z] === RUN   TestWaitRestartedContainer/not-running
16:40:51 [2022-12-06T16:40:51.807Z] === PAUSE TestWaitRestartedContainer/not-running
16:40:51 [2022-12-06T16:40:51.807Z] === RUN   TestWaitRestartedContainer/next-exit
16:40:51 [2022-12-06T16:40:51.807Z] === PAUSE TestWaitRestartedContainer/next-exit
16:40:51 [2022-12-06T16:40:51.807Z] === CONT  TestWaitRestartedContainer/default
16:40:51 [2022-12-06T16:40:51.807Z] === CONT  TestWaitRestartedContainer/next-exit
16:40:53 [2022-12-06T16:40:53.180Z] === CONT  TestWaitRestartedContainer/not-running
16:40:54 [2022-12-06T16:40:54.111Z] --- PASS: TestWaitRestartedContainer (0.02s)
16:40:54 [2022-12-06T16:40:54.111Z]     --- PASS: TestWaitRestartedContainer/default (1.18s)
16:40:54 [2022-12-06T16:40:54.111Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.37s)
16:40:54 [2022-12-06T16:40:54.111Z]     --- PASS: TestWaitRestartedContainer/not-running (1.04s)
16:40:54 [2022-12-06T16:40:54.111Z] === CONT  TestRestartDaemonWithRestartingContainer
16:40:54 [2022-12-06T16:40:54.111Z] === CONT  TestContainerStartOnDaemonRestart
16:40:56 [2022-12-06T16:40:56.638Z] --- PASS: TestContainerStartOnDaemonRestart (2.05s)
16:40:56 [2022-12-06T16:40:56.638Z] === CONT  TestDaemonHostGatewayIP
16:40:56 [2022-12-06T16:40:56.638Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.54s)
16:40:56 [2022-12-06T16:40:56.638Z] === CONT  TestDaemonRestartIpcMode
16:40:58 [2022-12-06T16:40:58.536Z] --- PASS: TestDaemonHostGatewayIP (2.34s)
16:40:58 [2022-12-06T16:40:58.536Z] === CONT  TestIpcModeOlderClient
16:40:58 [2022-12-06T16:40:58.536Z] --- PASS: TestIpcModeOlderClient (0.07s)
16:40:58 [2022-12-06T16:40:58.536Z] === CONT  TestContainerKillOnDaemonStart
16:40:59 [2022-12-06T16:40:59.103Z] --- PASS: TestDaemonRestartIpcMode (2.40s)
16:41:11 [2022-12-06T16:41:11.291Z] --- PASS: TestContainerKillOnDaemonStart (11.53s)
16:41:11 [2022-12-06T16:41:11.291Z] PASS
16:41:11 [2022-12-06T16:41:11.291Z] 
16:41:11 [2022-12-06T16:41:11.291Z] === Skipped
16:41:11 [2022-12-06T16:41:11.291Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
16:41:11 [2022-12-06T16:41:11.291Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:41:11 [2022-12-06T16:41:11.291Z] 
16:41:11 [2022-12-06T16:41:11.291Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
16:41:11 [2022-12-06T16:41:11.291Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:41:11 [2022-12-06T16:41:11.291Z] 
16:41:11 [2022-12-06T16:41:11.291Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
16:41:11 [2022-12-06T16:41:11.291Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:41:11 [2022-12-06T16:41:11.291Z] 
16:41:11 [2022-12-06T16:41:11.291Z] DONE 281 tests, 3 skipped in 130.367s
16:41:11 [2022-12-06T16:41:11.291Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
16:41:11 [2022-12-06T16:41:11.291Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
16:41:11 [2022-12-06T16:41:11.291Z] ++ set -e
16:41:11 [2022-12-06T16:41:11.291Z] ++ '[' -n 0 ']'
16:41:11 [2022-12-06T16:41:11.291Z] ++ set -x
16:41:11 [2022-12-06T16:41:11.291Z] ++ 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
16:41:11 [2022-12-06T16:41:11.291Z] INFO: Testing against a local daemon
16:41:11 [2022-12-06T16:41:11.291Z] === RUN   TestConfigDaemonID
16:41:11 [2022-12-06T16:41:11.291Z]     daemon_test.go:51: [d954b4ed055a9] daemon is not started
16:41:11 [2022-12-06T16:41:11.291Z] --- PASS: TestConfigDaemonID (1.04s)
16:41:11 [2022-12-06T16:41:11.291Z] === RUN   TestDaemonConfigValidation
16:41:11 [2022-12-06T16:41:11.291Z] === RUN   TestDaemonConfigValidation/config_with_no_content
16:41:11 [2022-12-06T16:41:11.291Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
16:41:11 [2022-12-06T16:41:11.291Z] === RUN   TestDaemonConfigValidation/config_with_{}
16:41:11 [2022-12-06T16:41:11.291Z] === PAUSE TestDaemonConfigValidation/config_with_{}
16:41:11 [2022-12-06T16:41:11.291Z] === RUN   TestDaemonConfigValidation/invalid_config
16:41:11 [2022-12-06T16:41:11.291Z] === PAUSE TestDaemonConfigValidation/invalid_config
16:41:11 [2022-12-06T16:41:11.291Z] === RUN   TestDaemonConfigValidation/malformed_config
16:41:11 [2022-12-06T16:41:11.291Z] === PAUSE TestDaemonConfigValidation/malformed_config
16:41:11 [2022-12-06T16:41:11.291Z] === RUN   TestDaemonConfigValidation/valid_config
16:41:11 [2022-12-06T16:41:11.291Z] === PAUSE TestDaemonConfigValidation/valid_config
16:41:11 [2022-12-06T16:41:11.291Z] === CONT  TestDaemonConfigValidation/config_with_no_content
16:41:11 [2022-12-06T16:41:11.291Z] === CONT  TestDaemonConfigValidation/malformed_config
16:41:11 [2022-12-06T16:41:11.291Z] === CONT  TestDaemonConfigValidation/valid_config
16:41:11 [2022-12-06T16:41:11.291Z] === CONT  TestDaemonConfigValidation/invalid_config
16:41:11 [2022-12-06T16:41:11.549Z] === CONT  TestDaemonConfigValidation/config_with_{}
16:41:11 [2022-12-06T16:41:11.549Z] --- PASS: TestDaemonConfigValidation (0.00s)
16:41:11 [2022-12-06T16:41:11.549Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
16:41:11 [2022-12-06T16:41:11.549Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
16:41:11 [2022-12-06T16:41:11.549Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
16:41:11 [2022-12-06T16:41:11.549Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
16:41:11 [2022-12-06T16:41:11.549Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
16:41:11 [2022-12-06T16:41:11.549Z] === RUN   TestConfigDaemonSeccompProfiles
16:41:11 [2022-12-06T16:41:11.549Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
16:41:12 [2022-12-06T16:41:12.482Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
16:41:13 [2022-12-06T16:41:13.853Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
16:41:14 [2022-12-06T16:41:14.785Z] === CONT  TestConfigDaemonSeccompProfiles
16:41:14 [2022-12-06T16:41:14.785Z]     daemon_test.go:165: [d3d28d87d24f2] daemon is not started
16:41:14 [2022-12-06T16:41:14.785Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
16:41:14 [2022-12-06T16:41:14.785Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s)
16:41:14 [2022-12-06T16:41:14.785Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
16:41:14 [2022-12-06T16:41:14.785Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
16:41:14 [2022-12-06T16:41:14.785Z] === RUN   TestDaemonProxy
16:41:14 [2022-12-06T16:41:14.785Z] === RUN   TestDaemonProxy/environment_variables
16:41:16 [2022-12-06T16:41:16.681Z] === RUN   TestDaemonProxy/command-line_options
16:41:18 [2022-12-06T16:41:18.053Z] === RUN   TestDaemonProxy/configuration_file
16:41:19 [2022-12-06T16:41:19.950Z] === RUN   TestDaemonProxy/conflicting_options
16:41:20 [2022-12-06T16:41:20.208Z] === RUN   TestDaemonProxy/reload_sanitized
16:41:20 [2022-12-06T16:41:20.773Z] --- PASS: TestDaemonProxy (6.20s)
16:41:20 [2022-12-06T16:41:20.773Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
16:41:20 [2022-12-06T16:41:20.773Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
16:41:20 [2022-12-06T16:41:20.773Z]     --- PASS: TestDaemonProxy/configuration_file (1.72s)
16:41:20 [2022-12-06T16:41:20.773Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
16:41:20 [2022-12-06T16:41:20.773Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
16:41:20 [2022-12-06T16:41:20.773Z] === RUN   TestLiveRestore
16:41:20 [2022-12-06T16:41:20.773Z] === RUN   TestLiveRestore/volume_references
16:41:20 [2022-12-06T16:41:20.773Z] === PAUSE TestLiveRestore/volume_references
16:41:20 [2022-12-06T16:41:20.773Z] === CONT  TestLiveRestore/volume_references
16:41:21 [2022-12-06T16:41:21.338Z] === RUN   TestLiveRestore/volume_references/restartPolicy
16:41:21 [2022-12-06T16:41:21.338Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
16:41:22 [2022-12-06T16:41:22.270Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
16:41:23 [2022-12-06T16:41:23.225Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
16:41:24 [2022-12-06T16:41:24.175Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
16:41:25 [2022-12-06T16:41:25.107Z] --- PASS: TestLiveRestore (0.00s)
16:41:25 [2022-12-06T16:41:25.107Z]     --- PASS: TestLiveRestore/volume_references (4.24s)
16:41:25 [2022-12-06T16:41:25.107Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.64s)
16:41:25 [2022-12-06T16:41:25.107Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.92s)
16:41:25 [2022-12-06T16:41:25.107Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.91s)
16:41:25 [2022-12-06T16:41:25.107Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.91s)
16:41:25 [2022-12-06T16:41:25.107Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.89s)
16:41:25 [2022-12-06T16:41:25.107Z] PASS
16:41:25 [2022-12-06T16:41:25.107Z] 
16:41:25 [2022-12-06T16:41:25.107Z] DONE 24 tests in 14.982s
16:41:25 [2022-12-06T16:41:25.107Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
16:41:25 [2022-12-06T16:41:25.107Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
16:41:25 [2022-12-06T16:41:25.107Z] ++ set -e
16:41:25 [2022-12-06T16:41:25.107Z] ++ '[' -n 0 ']'
16:41:25 [2022-12-06T16:41:25.107Z] ++ set -x
16:41:25 [2022-12-06T16:41:25.107Z] ++ 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
16:41:25 [2022-12-06T16:41:25.365Z] INFO: Testing against a local daemon
16:41:25 [2022-12-06T16:41:25.365Z] === RUN   TestCommitInheritsEnv
16:41:25 [2022-12-06T16:41:25.365Z] --- PASS: TestCommitInheritsEnv (0.16s)
16:41:25 [2022-12-06T16:41:25.365Z] === RUN   TestImportExtremelyLargeImageWorks
16:41:25 [2022-12-06T16:41:25.365Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
16:41:25 [2022-12-06T16:41:25.365Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
16:41:25 [2022-12-06T16:41:25.365Z] === RUN   TestImportWithCustomPlatform
16:41:25 [2022-12-06T16:41:25.365Z] === RUN   TestImportWithCustomPlatform/#00
16:41:25 [2022-12-06T16:41:25.365Z] === RUN   TestImportWithCustomPlatform/_______
16:41:25 [2022-12-06T16:41:25.365Z] === RUN   TestImportWithCustomPlatform//
16:41:25 [2022-12-06T16:41:25.365Z] === RUN   TestImportWithCustomPlatform/linux
16:41:25 [2022-12-06T16:41:25.622Z] === RUN   TestImportWithCustomPlatform/LINUX
16:41:25 [2022-12-06T16:41:25.622Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
16:41:25 [2022-12-06T16:41:25.622Z] === RUN   TestImportWithCustomPlatform/macos
16:41:25 [2022-12-06T16:41:25.622Z] === RUN   TestImportWithCustomPlatform/macos/arm64
16:41:25 [2022-12-06T16:41:25.622Z] === RUN   TestImportWithCustomPlatform/nintendo64
16:41:25 [2022-12-06T16:41:25.622Z] --- PASS: TestImportWithCustomPlatform (0.12s)
16:41:25 [2022-12-06T16:41:25.622Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
16:41:25 [2022-12-06T16:41:25.622Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
16:41:25 [2022-12-06T16:41:25.622Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
16:41:25 [2022-12-06T16:41:25.622Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
16:41:25 [2022-12-06T16:41:25.622Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.03s)
16:41:25 [2022-12-06T16:41:25.623Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
16:41:25 [2022-12-06T16:41:25.623Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
16:41:25 [2022-12-06T16:41:25.623Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
16:41:25 [2022-12-06T16:41:25.623Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
16:41:25 [2022-12-06T16:41:25.623Z] === RUN   TestImagesFilterMultiReference
16:41:25 [2022-12-06T16:41:25.623Z] --- PASS: TestImagesFilterMultiReference (0.05s)
16:41:25 [2022-12-06T16:41:25.623Z] === RUN   TestImagePullPlatformInvalid
16:41:25 [2022-12-06T16:41:25.623Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
16:41:25 [2022-12-06T16:41:25.623Z] === RUN   TestImagePullStoredfDigestForOtherRepo
16:41:25 [2022-12-06T16:41:25.623Z] time="2022-12-06T16:41: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.19.3 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.623Z] time="2022-12-06T16:41:25Z" level=info msg="redis not configured" go.version=go1.19.3 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.623Z] time="2022-12-06T16:41:25Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.3 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.623Z] time="2022-12-06T16:41:25Z" level=info msg="Starting upload purge in 19m0s" go.version=go1.19.3 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.882Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=bec6ccca-b799-4186-8d99-07fd7f8a292b http.request.method=GET http.request.remoteaddr="127.0.0.1:56894" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.882Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=bec6ccca-b799-4186-8d99-07fd7f8a292b http.request.method=GET http.request.remoteaddr="127.0.0.1:56894" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.451917ms http.response.status=200 http.response.written=2 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.882Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
16:41:25 [2022-12-06T16:41:25.882Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=60fa55ad-4ec2-4fc9-bdc5-9a7ea48a002e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=60fa55ad-4ec2-4fc9-bdc5-9a7ea48a002e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=ff364d05-275c-4e27-b881-19026a256f49 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=ff364d05-275c-4e27-b881-19026a256f49 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=ff364d05-275c-4e27-b881-19026a256f49 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=29.292µ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=bf0495fd-616a-4bb0-bf71-e53031758e51 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41: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.19.3 http.request.host="127.0.0.1:5000" http.request.id=ff364d05-275c-4e27-b881-19026a256f49 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.909825ms http.response.status=404 http.response.written=157 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.10+unknown"
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=60fa55ad-4ec2-4fc9-bdc5-9a7ea48a002e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=189.455µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1e212a8a-c31d-4bb6-b736-94e783aed707 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41: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.19.3 http.request.host="127.0.0.1:5000" http.request.id=60fa55ad-4ec2-4fc9-bdc5-9a7ea48a002e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.881855ms http.response.status=404 http.response.written=157 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.10+unknown"
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=0c2e33f5-35fc-4015-919f-ac9267fa0e49 http.request.method=POST http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=0c2e33f5-35fc-4015-919f-ac9267fa0e49 http.request.method=POST http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698/startedat\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=0c2e33f5-35fc-4015-919f-ac9267fa0e49 http.request.method=POST http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=96.483µ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=5c4c1d3f-85fe-4414-a04f-056398438f2b trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=0c2e33f5-35fc-4015-919f-ac9267fa0e49 http.request.method=POST http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=13.662µ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=38d97730-02a7-4cdb-af90-b17e762ca922 trace.line=141 vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698/hashstates/sha256/0\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=0c2e33f5-35fc-4015-919f-ac9267fa0e49 http.request.method=POST http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=70.736µ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=f3846403-a9ed-44d2-a5b7-a7d29a80fee7 trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=0c2e33f5-35fc-4015-919f-ac9267fa0e49 http.request.method=POST http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" http.response.duration=3.47234ms http.response.status=202 http.response.written=0 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.10+unknown"
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=a70519d2-dc52-419e-9439-b95f1838b994 http.request.method=POST http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=a70519d2-dc52-419e-9439-b95f1838b994 http.request.method=POST http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698/startedat\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=95.449µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b6d4244c-f408-433a-93c8-4090bccdd91d trace.line=82 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=42.683µ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=91a67848-06bd-489c-971f-5e1a5b3a2195 trace.line=141 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698/data\", 0)" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=207.539µ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=d125e5f3-21eb-4a14-b6dc-2fb1415bafd4 trace.line=124 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=13.554µ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=5642f2d0-7a7f-40ad-a7f2-7b1cbe20be79 trace.line=141 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=13.292µ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=b9e504ad-01eb-493b-9fa2-154497b415bb trace.line=141 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=11.626µ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=2d087053-4a52-4d36-bafb-dbf389cea152 trace.line=141 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=50.74µ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=f8741859-d541-4367-b38a-2453b42234d3 trace.line=167 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=49.082µ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=3cea1bd3-c3c4-4598-8817-c5a84e51c887 trace.line=95 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=80.697µ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=4bbbf8d7-e066-4448-b42e-e7655e664c62 trace.line=181 vars.name=test vars.uuid=f8d9ea89-034f-40ac-aa8b-516c8b857698 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ee68eee4-c1b4-40a8-8d4a-eb44c9e2185e http.request.method=PUT http.request.remoteaddr="127.0.0.1:56922" http.request.uri="/v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.10+unknown" http.response.duration=8.262322ms http.response.status=201 http.response.written=0 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.883Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "PUT /v2/test/blobs/uploads/f8d9ea89-034f-40ac-aa8b-516c8b857698?_state=4N_MeZIaBBDvwf6vLb0O-Oc50072B121Ys7fVs4Qgk57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY4ZDllYTg5LTAzNGYtNDBhYy1hYThiLTUxNmM4Yjg1NzY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NTkzMzc2NjFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.10+unknown"
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/e555ab35-3167-4404-8a8b-fc56817f715d/startedat\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=a70519d2-dc52-419e-9439-b95f1838b994 http.request.method=POST http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=9.365951ms 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=523c4d79-f507-4571-9209-35b8c1694638 trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/e555ab35-3167-4404-8a8b-fc56817f715d/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=a70519d2-dc52-419e-9439-b95f1838b994 http.request.method=POST http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=11.126µ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=13b36c7f-d43c-495a-89a3-0cb1512f11a9 trace.line=141 vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/e555ab35-3167-4404-8a8b-fc56817f715d/hashstates/sha256/0\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=a70519d2-dc52-419e-9439-b95f1838b994 http.request.method=POST http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=55.77µ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=1771cd74-78ec-423c-b876-7f92c3c46f2d trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=a70519d2-dc52-419e-9439-b95f1838b994 http.request.method=POST http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.10+unknown" http.response.duration=11.721452ms http.response.status=202 http.response.written=0 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.10+unknown"
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/e555ab35-3167-4404-8a8b-fc56817f715d/startedat\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=47.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).GetContent" trace.id=4bac1066-592a-4559-97a4-6175afde3459 trace.line=82 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/e555ab35-3167-4404-8a8b-fc56817f715d/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=104.123µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ee20d9d7-1a40-4377-9d54-8b86a466478d trace.line=141 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/e555ab35-3167-4404-8a8b-fc56817f715d/data\", 0)" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=98.174µ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=44e4d5ac-30a7-4ddf-b636-995ae99cf955 trace.line=124 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/e555ab35-3167-4404-8a8b-fc56817f715d/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=11.881µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a090ae85-ad9a-4528-90ae-4881e9013965 trace.line=141 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=48.23µ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=4fe6fdb3-1437-4f63-adb9-fd6222d5c6f1 trace.line=141 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/e555ab35-3167-4404-8a8b-fc56817f715d/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=14.171µ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=b11c09fc-d90d-49be-a233-d03308a203fb trace.line=141 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/e555ab35-3167-4404-8a8b-fc56817f715d/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=47.286µ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=91f3c36c-dbe4-46e9-b3d5-51a31b804660 trace.line=167 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=71.335µ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=2a92ef05-fb5c-46f4-b49c-0cf1d40ce5d0 trace.line=95 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/e555ab35-3167-4404-8a8b-fc56817f715d\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=106.108µ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=3eac61fe-8f69-4d74-a400-bc549909e3cc trace.line=181 vars.name=test vars.uuid=e555ab35-3167-4404-8a8b-fc56817f715d version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8963f741-72dc-41cb-a7b3-e0a7b87cce14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.10+unknown" http.response.duration=5.476745ms http.response.status=201 http.response.written=0 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "PUT /v2/test/blobs/uploads/e555ab35-3167-4404-8a8b-fc56817f715d?_state=wZ3rJu9X4A9xPS72x3XiOwhU8G5ris3QAiajMfCeeV97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU1NTVhYjM1LTMxNjctNDQwNC04YThiLWZjNTY4MTdmNzE1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wNlQxNjo0MToyNS42NjI3MTkwODhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.10+unknown"
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=9c717934-592f-4c9d-bd11-82826ad35315 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=9c717934-592f-4c9d-bd11-82826ad35315 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=9c717934-592f-4c9d-bd11-82826ad35315 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=39.893µ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=2963562b-cab5-4b94-81c2-6ad98f4fa947 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=9c717934-592f-4c9d-bd11-82826ad35315 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.074157ms http.response.status=404 http.response.written=96 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.10+unknown"
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg=PutImageManifest go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=57.55µ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=0c229de3-033a-4415-b705-ff9452856e2c trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=14.277µ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=dfdadbed-78e9-481f-900e-0c4afe23b5a2 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.884Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=22.769µ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=2db15059-4fed-41bb-a7b9-abb3e4688cfa trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=14.187µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=21ad9d20-1cbb-4110-b1d8-252f6f9fd68f trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=13.555µ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=c70a0e11-ca9e-44d4-9ebc-2dec36202239 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=51.61µ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=799f43ff-6f1c-4f38-9b55-adf2990abcc0 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=85.538µ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=32df880a-b32d-4cda-b923-86f37df01efe trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=54.908µ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=a6fc3dca-13b1-4838-9aed-da355afda446 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=98.715µ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=e48f2efa-3c29-4d5e-a884-ebef72a51c9a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=65.058µ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=97b01640-0ee4-467e-a40d-3cc1411dd68c trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c218a653-edb0-4dd2-85f2-0ffe14550755 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56906" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.10+unknown" http.response.duration=2.445509ms http.response.status=201 http.response.written=0 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.10+unknown"
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e48b4d95-9e62-4a16-943c-74135524625e http.request.method=GET http.request.remoteaddr="127.0.0.1:56940" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e48b4d95-9e62-4a16-943c-74135524625e http.request.method=GET http.request.remoteaddr="127.0.0.1:56940" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 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="774.828µs" http.response.status=200 http.response.written=2 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=76ce131e-3de4-42e2-ac5b-9bdace1a9679 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56946" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=76ce131e-3de4-42e2-ac5b-9bdace1a9679 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56946" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=76ce131e-3de4-42e2-ac5b-9bdace1a9679 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56946" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=115.149µ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=d9214f4a-24dc-4361-8f68-ba1d7741a4d3 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=76ce131e-3de4-42e2-ac5b-9bdace1a9679 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56946" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=76ce131e-3de4-42e2-ac5b-9bdace1a9679 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56946" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=115.158µ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=fb7ee0c3-8d94-4afc-933e-7ba62fca847c trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=76ce131e-3de4-42e2-ac5b-9bdace1a9679 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56946" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=15.992µ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=c579571b-9421-49ff-8bd9-18cd6fa62a7b trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=76ce131e-3de4-42e2-ac5b-9bdace1a9679 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56946" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=65.476µ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=23162a77-05d6-42fe-b2fc-656b3dd92518 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=76ce131e-3de4-42e2-ac5b-9bdace1a9679 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56946" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=76ce131e-3de4-42e2-ac5b-9bdace1a9679 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56946" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 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.424882ms http.response.status=200 http.response.written=417 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=dde23477-e628-44f5-9d1c-52eb14131386 http.request.method=GET http.request.remoteaddr="127.0.0.1:56956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=dde23477-e628-44f5-9d1c-52eb14131386 http.request.method=GET http.request.remoteaddr="127.0.0.1:56956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=dde23477-e628-44f5-9d1c-52eb14131386 http.request.method=GET http.request.remoteaddr="127.0.0.1:56956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=dde23477-e628-44f5-9d1c-52eb14131386 http.request.method=GET http.request.remoteaddr="127.0.0.1:56956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=294.84µ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=43ea1fb8-4ec9-4d32-88ea-e9a6219203e0 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=dde23477-e628-44f5-9d1c-52eb14131386 http.request.method=GET http.request.remoteaddr="127.0.0.1:56956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=17.387µ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=a8e142ee-59f4-4e1a-b3aa-934c2bde0fd7 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=dde23477-e628-44f5-9d1c-52eb14131386 http.request.method=GET http.request.remoteaddr="127.0.0.1:56956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=27.947µ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=bc2ebed6-4a6f-480f-b839-98a156da6312 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=dde23477-e628-44f5-9d1c-52eb14131386 http.request.method=GET http.request.remoteaddr="127.0.0.1:56956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=dde23477-e628-44f5-9d1c-52eb14131386 http.request.method=GET http.request.remoteaddr="127.0.0.1:56956" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 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.913034ms http.response.status=200 http.response.written=417 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.885Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=35.061µ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=74848322-92b1-453f-9721-d30215474f80 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=15.672µ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=4ed5603d-db39-43bd-8a49-eb686355679e trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=29.423µ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=0b53f3c0-52ae-46f8-a5b2-33e0c7e0c65c trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=30.605µ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=fc8f4a6d-2246-452d-9c5a-66a245fb1302 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=13.26µ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=d1c86527-0c70-465f-8bbf-a7be0d9f0054 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=5.776µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=d451be78-39bf-41f6-9e09-d98a4d150f95 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=17.23µ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=1d8a21c9-5d04-4694-87de-2d86aed03d3e trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=28.628µ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=bb390c7e-8e84-4f1c-91f5-5d0ea508cb13 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=26.847µ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=a6e80825-368a-44d1-b4b8-c17f5773741b trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=33.074µ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=6f41b54b-b534-4d07-a1b5-db0d6428d803 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=44.849µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ff928e9c-79e2-4f55-89b7-293ed7161af2 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=3feb5241-ce94-41fc-9ae1-7b4c400f86d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:56960" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 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=8.639926ms http.response.status=200 http.response.written=179 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=195.806µ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=22e3276f-7963-4eb0-95ba-5548b9f1541c trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=18.248µ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=9087186e-3322-432c-98d0-d0fe3370d15a trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=15.27µ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=1423c485-611b-47ac-bcd7-f874d4ee8329 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=6.523µ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=97c1af69-4665-4601-bd6b-0f32aab1138b trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=62.12µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=4abf9c66-cc05-46dd-865f-d6462c040750 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=45.67µ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=110c3333-a65e-411f-9af7-afae90233b59 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=16.558µ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=97e69cc2-a8e3-4ae3-8120-fa15390e5eaf trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=e3921ae1-3086-470a-8e1d-80efdfb53f99 http.request.method=GET http.request.remoteaddr="127.0.0.1:56970" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 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=11.95619ms http.response.status=200 http.response.written=68 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=0c4d77dd-6d41-4ba7-9150-f42ff5b8b1d4 http.request.method=GET http.request.remoteaddr="127.0.0.1:56994" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] time="2022-12-06T16:41:25Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=0c4d77dd-6d41-4ba7-9150-f42ff5b8b1d4 http.request.method=GET http.request.remoteaddr="127.0.0.1:56994" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 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="846.114µs" http.response.status=200 http.response.written=2 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.886Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=31893b7e-09fd-4ef1-adf3-694bf518ce9f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57004" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41:25Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=31893b7e-09fd-4ef1-adf3-694bf518ce9f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57004" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=31893b7e-09fd-4ef1-adf3-694bf518ce9f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57004" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=31893b7e-09fd-4ef1-adf3-694bf518ce9f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57004" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=32.32µ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=6790651b-64bc-448e-b4f8-4778ef6b61b6 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=31893b7e-09fd-4ef1-adf3-694bf518ce9f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57004" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=15.787µ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=69ec2ca1-f97b-43c3-b430-a6b79082fea5 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41: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.19.3 http.request.host="127.0.0.1:5000" http.request.id=31893b7e-09fd-4ef1-adf3-694bf518ce9f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57004" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 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.829958ms http.response.status=404 http.response.written=181 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41:25Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=b3ac79b4-7925-4a8f-9325-bf519d255485 http.request.method=GET http.request.remoteaddr="127.0.0.1:57012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41:25Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=b3ac79b4-7925-4a8f-9325-bf519d255485 http.request.method=GET http.request.remoteaddr="127.0.0.1:57012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=b3ac79b4-7925-4a8f-9325-bf519d255485 http.request.method=GET http.request.remoteaddr="127.0.0.1:57012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=b3ac79b4-7925-4a8f-9325-bf519d255485 http.request.method=GET http.request.remoteaddr="127.0.0.1:57012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=30.17µ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=e3a0ad60-d581-4069-ad70-846e900f929e trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=b3ac79b4-7925-4a8f-9325-bf519d255485 http.request.method=GET http.request.remoteaddr="127.0.0.1:57012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 trace.duration=21.391µ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=ae4ae823-0c05-4ddc-a3b7-664b0560834c trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] time="2022-12-06T16:41: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.19.3 http.request.host="127.0.0.1:5000" http.request.id=b3ac79b4-7925-4a8f-9325-bf519d255485 http.request.method=GET http.request.remoteaddr="127.0.0.1:57012" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 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.90944ms http.response.status=404 http.response.written=181 instance.id=b2a640e0-f017-43da-8ec4-37d658303ea8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:41:25 [2022-12-06T16:41:25.887Z] 127.0.0.1 - - [06/Dec/2022:16:41:25 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.3 git-commit/9da935629e8cf222f5b7877d3fdf7b3762e8ee71 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:41:25 [2022-12-06T16:41:25.887Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.24s)
16:41:25 [2022-12-06T16:41:25.887Z] === RUN   TestRemoveImageOrphaning
16:41:26 [2022-12-06T16:41:26.145Z] --- PASS: TestRemoveImageOrphaning (0.16s)
16:41:26 [2022-12-06T16:41:26.145Z] === RUN   TestRemoveImageGarbageCollector
16:41:26 [2022-12-06T16:41:26.145Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:41:26 [2022-12-06T16:41:26.145Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
16:41:26 [2022-12-06T16:41:26.145Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:41:26 [2022-12-06T16:41:26.145Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
16:41:26 [2022-12-06T16:41:26.145Z] === RUN   TestTagInvalidReference
16:41:26 [2022-12-06T16:41:26.145Z] --- PASS: TestTagInvalidReference (0.01s)
16:41:26 [2022-12-06T16:41:26.145Z] === RUN   TestTagValidPrefixedRepo
16:41:26 [2022-12-06T16:41:26.145Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
16:41:26 [2022-12-06T16:41:26.145Z] === RUN   TestTagExistedNameWithoutForce
16:41:26 [2022-12-06T16:41:26.145Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
16:41:26 [2022-12-06T16:41:26.145Z] === RUN   TestTagOfficialNames
16:41:26 [2022-12-06T16:41:26.145Z] --- PASS: TestTagOfficialNames (0.05s)
16:41:26 [2022-12-06T16:41:26.145Z] === RUN   TestTagMatchesDigest
16:41:26 [2022-12-06T16:41:26.145Z] --- PASS: TestTagMatchesDigest (0.01s)
16:41:26 [2022-12-06T16:41:26.145Z] PASS
16:41:26 [2022-12-06T16:41:26.145Z] 
16:41:26 [2022-12-06T16:41:26.145Z] === Skipped
16:41:26 [2022-12-06T16:41:26.145Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
16:41:26 [2022-12-06T16:41:26.145Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
16:41:26 [2022-12-06T16:41:26.145Z] 
16:41:26 [2022-12-06T16:41:26.145Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
16:41:26 [2022-12-06T16:41:26.145Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:41:26 [2022-12-06T16:41:26.145Z] 
16:41:26 [2022-12-06T16:41:26.145Z] DONE 23 tests, 2 skipped in 1.131s
16:41:26 [2022-12-06T16:41:26.145Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
16:41:26 [2022-12-06T16:41:26.145Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
16:41:26 [2022-12-06T16:41:26.145Z] ++ set -e
16:41:26 [2022-12-06T16:41:26.145Z] ++ '[' -n 0 ']'
16:41:26 [2022-12-06T16:41:26.145Z] ++ set -x
16:41:26 [2022-12-06T16:41:26.145Z] ++ 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
16:41:26 [2022-12-06T16:41:26.402Z] === RUN   TestStripANSICommands
16:41:26 [2022-12-06T16:41:26.402Z] === RUN   TestStripANSICommands/#00
16:41:26 [2022-12-06T16:41:26.402Z] === RUN   TestStripANSICommands/#01
16:41:26 [2022-12-06T16:41:26.402Z] --- PASS: TestStripANSICommands (0.00s)
16:41:26 [2022-12-06T16:41:26.402Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
16:41:26 [2022-12-06T16:41:26.402Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
16:41:26 [2022-12-06T16:41:26.402Z] PASS
16:41:26 [2022-12-06T16:41:26.402Z] 
16:41:26 [2022-12-06T16:41:26.402Z] DONE 3 tests in 0.043s
16:41:26 [2022-12-06T16:41:26.402Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
16:41:26 [2022-12-06T16:41:26.402Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
16:41:26 [2022-12-06T16:41:26.402Z] ++ set -e
16:41:26 [2022-12-06T16:41:26.402Z] ++ '[' -n 0 ']'
16:41:26 [2022-12-06T16:41:26.402Z] ++ set -x
16:41:26 [2022-12-06T16:41:26.402Z] ++ 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
16:41:26 [2022-12-06T16:41:26.402Z] INFO: Testing against a local daemon
16:41:26 [2022-12-06T16:41:26.402Z] === RUN   TestNetworkCreateDelete
16:41:26 [2022-12-06T16:41:26.659Z] --- PASS: TestNetworkCreateDelete (0.14s)
16:41:26 [2022-12-06T16:41:26.659Z] === RUN   TestDockerNetworkDeletePreferID
16:41:26 [2022-12-06T16:41:26.917Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s)
16:41:26 [2022-12-06T16:41:26.917Z] === RUN   TestDaemonDNSFallback
16:41:33 [2022-12-06T16:41:33.470Z] --- PASS: TestDaemonDNSFallback (6.26s)
16:41:33 [2022-12-06T16:41:33.470Z] === RUN   TestInspectNetwork
16:41:35 [2022-12-06T16:41:35.368Z] === RUN   TestInspectNetwork/full_network_id
16:41:35 [2022-12-06T16:41:35.368Z] === RUN   TestInspectNetwork/partial_network_id
16:41:35 [2022-12-06T16:41:35.368Z] === RUN   TestInspectNetwork/network_name
16:41:35 [2022-12-06T16:41:35.368Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
16:41:39 [2022-12-06T16:41:39.547Z] --- PASS: TestInspectNetwork (6.33s)
16:41:39 [2022-12-06T16:41:39.547Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
16:41:39 [2022-12-06T16:41:39.547Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
16:41:39 [2022-12-06T16:41:39.547Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
16:41:39 [2022-12-06T16:41:39.547Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
16:41:39 [2022-12-06T16:41:39.547Z] === RUN   TestRunContainerWithBridgeNone
16:41:40 [2022-12-06T16:41:40.919Z] --- PASS: TestRunContainerWithBridgeNone (1.39s)
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/create
16:41:40 [2022-12-06T16:41:40.919Z] === PAUSE TestNetworkInvalidJSON/networks/create
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
16:41:40 [2022-12-06T16:41:40.919Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
16:41:40 [2022-12-06T16:41:40.919Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
16:41:40 [2022-12-06T16:41:40.919Z] === CONT  TestNetworkInvalidJSON/networks/create
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
16:41:40 [2022-12-06T16:41:40.919Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
16:41:40 [2022-12-06T16:41:40.919Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
16:41:40 [2022-12-06T16:41:40.919Z] --- PASS: TestNetworkInvalidJSON (0.01s)
16:41:40 [2022-12-06T16:41:40.919Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkList
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkList//networks
16:41:40 [2022-12-06T16:41:40.919Z] === PAUSE TestNetworkList//networks
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestNetworkList//networks/
16:41:40 [2022-12-06T16:41:40.919Z] === PAUSE TestNetworkList//networks/
16:41:40 [2022-12-06T16:41:40.919Z] === CONT  TestNetworkList//networks
16:41:40 [2022-12-06T16:41:40.919Z] === CONT  TestNetworkList//networks/
16:41:40 [2022-12-06T16:41:40.919Z] --- PASS: TestNetworkList (0.01s)
16:41:40 [2022-12-06T16:41:40.919Z]     --- PASS: TestNetworkList//networks (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z]     --- PASS: TestNetworkList//networks/ (0.00s)
16:41:40 [2022-12-06T16:41:40.919Z] === RUN   TestHostIPv4BridgeLabel
16:41:41 [2022-12-06T16:41:41.484Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
16:41:41 [2022-12-06T16:41:41.484Z] === RUN   TestDaemonRestartWithLiveRestore
16:41:42 [2022-12-06T16:41:42.417Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
16:41:42 [2022-12-06T16:41:42.417Z] === RUN   TestDaemonDefaultNetworkPools
16:41:43 [2022-12-06T16:41:43.349Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
16:41:43 [2022-12-06T16:41:43.349Z] === RUN   TestDaemonRestartWithExistingNetwork
16:41:44 [2022-12-06T16:41:44.720Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
16:41:44 [2022-12-06T16:41:44.720Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:41:45 [2022-12-06T16:41:45.652Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
16:41:45 [2022-12-06T16:41:45.652Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:41:46 [2022-12-06T16:41:46.217Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
16:41:46 [2022-12-06T16:41:46.217Z] === RUN   TestServiceWithPredefinedNetwork
16:41:48 [2022-12-06T16:41:48.741Z] --- PASS: TestServiceWithPredefinedNetwork (2.17s)
16:41:48 [2022-12-06T16:41:48.741Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:41:48 [2022-12-06T16:41:48.741Z]     service_test.go:242: FLAKY_TEST
16:41:48 [2022-12-06T16:41:48.741Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:41:48 [2022-12-06T16:41:48.741Z] === RUN   TestServiceWithDataPathPortInit
16:42:03 [2022-12-06T16:42:03.603Z] --- PASS: TestServiceWithDataPathPortInit (13.44s)
16:42:03 [2022-12-06T16:42:03.603Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:42:04 [2022-12-06T16:42:04.535Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qms6sfn8mzylphcx354guc2at Created:2022-12-06 16:42:03.024084706 +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[f6ccc7a88f887bdb12176fc9e2ab1deff585267b3075d5208d2e1680c8c2bf3a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ijmpq0dtwhvcnfi3iabf87nds EndpointID:5a22f7c9b4be1c4b6446826e6c0f0bcbd1d9cc4c249bfbbc8205270c6c607b60 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:875606f2fb1013daeb8fa4ef909336fbe15f24df570d4e9e8545683e1de93cdb 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:93fbb29aa84a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ijmpq0dtwhvcnfi3iabf87nds EndpointID:5a22f7c9b4be1c4b6446826e6c0f0bcbd1d9cc4c249bfbbc8205270c6c607b60 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
16:42:08 [2022-12-06T16:42:08.713Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.79s)
16:42:08 [2022-12-06T16:42:08.713Z] PASS
16:42:08 [2022-12-06T16:42:08.713Z] 
16:42:08 [2022-12-06T16:42:08.713Z] === Skipped
16:42:08 [2022-12-06T16:42:08.713Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:42:08 [2022-12-06T16:42:08.713Z]     service_test.go:242: FLAKY_TEST
16:42:08 [2022-12-06T16:42:08.713Z] 
16:42:08 [2022-12-06T16:42:08.713Z] DONE 38 tests, 1 skipped in 42.288s
16:42:08 [2022-12-06T16:42:08.713Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
16:42:08 [2022-12-06T16:42:08.713Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
16:42:08 [2022-12-06T16:42:08.713Z] ++ set -e
16:42:08 [2022-12-06T16:42:08.713Z] ++ '[' -n 0 ']'
16:42:08 [2022-12-06T16:42:08.713Z] ++ set -x
16:42:08 [2022-12-06T16:42:08.714Z] ++ 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
16:42:08 [2022-12-06T16:42:08.714Z] INFO: Testing against a local daemon
16:42:08 [2022-12-06T16:42:08.714Z] === RUN   TestDockerNetworkIpvlanPersistance
16:42:08 [2022-12-06T16:42:08.714Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:42:08 [2022-12-06T16:42:08.714Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
16:42:08 [2022-12-06T16:42:08.714Z] === RUN   TestDockerNetworkIpvlan
16:42:08 [2022-12-06T16:42:08.714Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:42:08 [2022-12-06T16:42:08.714Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:42:08 [2022-12-06T16:42:08.714Z] PASS
16:42:08 [2022-12-06T16:42:08.714Z] 
16:42:08 [2022-12-06T16:42:08.714Z] === Skipped
16:42:08 [2022-12-06T16:42:08.714Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
16:42:08 [2022-12-06T16:42:08.714Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:42:08 [2022-12-06T16:42:08.714Z] 
16:42:08 [2022-12-06T16:42:08.714Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:42:08 [2022-12-06T16:42:08.714Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:42:08 [2022-12-06T16:42:08.714Z] 
16:42:08 [2022-12-06T16:42:08.714Z] DONE 2 tests, 2 skipped in 0.092s
16:42:08 [2022-12-06T16:42:08.714Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
16:42:08 [2022-12-06T16:42:08.714Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
16:42:08 [2022-12-06T16:42:08.714Z] ++ set -e
16:42:08 [2022-12-06T16:42:08.714Z] ++ '[' -n 0 ']'
16:42:08 [2022-12-06T16:42:08.714Z] ++ set -x
16:42:08 [2022-12-06T16:42:08.714Z] ++ 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
16:42:08 [2022-12-06T16:42:08.714Z] INFO: Testing against a local daemon
16:42:08 [2022-12-06T16:42:08.714Z] === RUN   TestDockerNetworkMacvlanPersistance
16:42:10 [2022-12-06T16:42:10.084Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.21s)
16:42:10 [2022-12-06T16:42:10.084Z] === RUN   TestDockerNetworkMacvlan
16:42:10 [2022-12-06T16:42:10.649Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:42:11 [2022-12-06T16:42:11.214Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:42:12 [2022-12-06T16:42:12.147Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:42:14 [2022-12-06T16:42:14.044Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:42:15 [2022-12-06T16:42:15.416Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:42:18 [2022-12-06T16:42:18.696Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:42:19 [2022-12-06T16:42:19.261Z] --- PASS: TestDockerNetworkMacvlan (9.25s)
16:42:19 [2022-12-06T16:42:19.261Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
16:42:19 [2022-12-06T16:42:19.261Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
16:42:19 [2022-12-06T16:42:19.261Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.92s)
16:42:19 [2022-12-06T16:42:19.261Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.88s)
16:42:19 [2022-12-06T16:42:19.261Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.99s)
16:42:19 [2022-12-06T16:42:19.261Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s)
16:42:19 [2022-12-06T16:42:19.261Z] PASS
16:42:19 [2022-12-06T16:42:19.261Z] 
16:42:19 [2022-12-06T16:42:19.261Z] DONE 8 tests in 10.554s
16:42:19 [2022-12-06T16:42:19.261Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
16:42:19 [2022-12-06T16:42:19.261Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
16:42:19 [2022-12-06T16:42:19.261Z] ++ set -e
16:42:19 [2022-12-06T16:42:19.261Z] ++ '[' -n 0 ']'
16:42:19 [2022-12-06T16:42:19.261Z] ++ set -x
16:42:19 [2022-12-06T16:42:19.261Z] ++ 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
16:42:19 [2022-12-06T16:42:19.261Z] testing: warning: no tests to run
16:42:19 [2022-12-06T16:42:19.261Z] PASS
16:42:19 [2022-12-06T16:42:19.261Z] 
16:42:19 [2022-12-06T16:42:19.261Z] DONE 0 tests in 0.026s
16:42:19 [2022-12-06T16:42:19.261Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
16:42:19 [2022-12-06T16:42:19.261Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
16:42:19 [2022-12-06T16:42:19.261Z] ++ set -e
16:42:19 [2022-12-06T16:42:19.261Z] ++ '[' -n 0 ']'
16:42:19 [2022-12-06T16:42:19.261Z] ++ set -x
16:42:19 [2022-12-06T16:42:19.261Z] ++ 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
16:42:19 [2022-12-06T16:42:19.519Z] INFO: Testing against a local daemon
16:42:19 [2022-12-06T16:42:19.519Z] === RUN   TestAuthZPluginAllowRequest
16:42:20 [2022-12-06T16:42:20.451Z] --- PASS: TestAuthZPluginAllowRequest (1.05s)
16:42:20 [2022-12-06T16:42:20.451Z] === RUN   TestAuthZPluginTLS
16:42:21 [2022-12-06T16:42:21.017Z] --- PASS: TestAuthZPluginTLS (0.55s)
16:42:21 [2022-12-06T16:42:21.017Z] === RUN   TestAuthZPluginDenyRequest
16:42:21 [2022-12-06T16:42:21.582Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
16:42:21 [2022-12-06T16:42:21.582Z] === RUN   TestAuthZPluginAPIDenyResponse
16:42:22 [2022-12-06T16:42:22.147Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
16:42:22 [2022-12-06T16:42:22.147Z] === RUN   TestAuthZPluginDenyResponse
16:42:22 [2022-12-06T16:42:22.712Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
16:42:22 [2022-12-06T16:42:22.712Z] === RUN   TestAuthZPluginAllowEventStream
16:42:23 [2022-12-06T16:42:23.644Z] --- PASS: TestAuthZPluginAllowEventStream (1.12s)
16:42:23 [2022-12-06T16:42:23.644Z] === RUN   TestAuthZPluginErrorResponse
16:42:24 [2022-12-06T16:42:24.211Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
16:42:24 [2022-12-06T16:42:24.211Z] === RUN   TestAuthZPluginErrorRequest
16:42:24 [2022-12-06T16:42:24.777Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
16:42:24 [2022-12-06T16:42:24.777Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:42:25 [2022-12-06T16:42:25.342Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
16:42:25 [2022-12-06T16:42:25.342Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:42:26 [2022-12-06T16:42:26.748Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.17s)
16:42:26 [2022-12-06T16:42:26.748Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:42:27 [2022-12-06T16:42:27.695Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.16s)
16:42:27 [2022-12-06T16:42:27.695Z] === RUN   TestAuthZPluginHeader
16:42:28 [2022-12-06T16:42:28.260Z] --- PASS: TestAuthZPluginHeader (0.61s)
16:42:28 [2022-12-06T16:42:28.260Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:42:28 [2022-12-06T16:42:28.260Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:42:28 [2022-12-06T16:42:28.260Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:42:28 [2022-12-06T16:42:28.260Z] === RUN   TestAuthZPluginV2Disable
16:42:28 [2022-12-06T16:42:28.260Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:42:28 [2022-12-06T16:42:28.260Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
16:42:28 [2022-12-06T16:42:28.260Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:42:28 [2022-12-06T16:42:28.260Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:42:28 [2022-12-06T16:42:28.260Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:42:28 [2022-12-06T16:42:28.260Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:42:28 [2022-12-06T16:42:28.260Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:42:28 [2022-12-06T16:42:28.260Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:42:28 [2022-12-06T16:42:28.260Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:42:46 [2022-12-06T16:42:46.326Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
16:42:46 [2022-12-06T16:42:46.326Z] PASS
16:42:46 [2022-12-06T16:42:46.326Z] 
16:42:46 [2022-12-06T16:42:46.326Z] === Skipped
16:42:46 [2022-12-06T16:42:46.326Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:42:46 [2022-12-06T16:42:46.326Z] 
16:42:46 [2022-12-06T16:42:46.326Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:42:46 [2022-12-06T16:42:46.326Z] 
16:42:46 [2022-12-06T16:42:46.326Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:42:46 [2022-12-06T16:42:46.326Z] 
16:42:46 [2022-12-06T16:42:46.326Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:42:46 [2022-12-06T16:42:46.326Z] 
16:42:46 [2022-12-06T16:42:46.326Z] DONE 17 tests, 4 skipped in 25.850s
16:42:46 [2022-12-06T16:42:46.326Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:42:46 [2022-12-06T16:42:46.326Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
16:42:46 [2022-12-06T16:42:46.326Z] ++ set -e
16:42:46 [2022-12-06T16:42:46.326Z] ++ '[' -n 0 ']'
16:42:46 [2022-12-06T16:42:46.326Z] ++ set -x
16:42:46 [2022-12-06T16:42:46.326Z] ++ 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
16:42:46 [2022-12-06T16:42:46.326Z] INFO: Testing against a local daemon
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
16:42:46 [2022-12-06T16:42:46.326Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
16:42:46 [2022-12-06T16:42:46.326Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/pull
16:42:46 [2022-12-06T16:42:46.326Z] === PAUSE TestPluginInvalidJSON/plugins/pull
16:42:46 [2022-12-06T16:42:46.326Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
16:42:46 [2022-12-06T16:42:46.326Z] === CONT  TestPluginInvalidJSON/plugins/pull
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
16:42:46 [2022-12-06T16:42:46.326Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
16:42:46 [2022-12-06T16:42:46.326Z] --- PASS: TestPluginInvalidJSON (0.02s)
16:42:46 [2022-12-06T16:42:46.326Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInstall
16:42:46 [2022-12-06T16:42:46.326Z] === RUN   TestPluginInstall/no_auth
16:42:49 [2022-12-06T16:42:49.607Z] time="2022-12-06T16:42:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:42:49 [2022-12-06T16:42:49.607Z] time="2022-12-06T16:42:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb7f23f280a8a239a4527153405d4281476c3e206a1e8967eb90a18b30fcedef" mediatype=application/vnd.docker.plugin.v1+json size=522
16:42:49 [2022-12-06T16:42:49.607Z] time="2022-12-06T16:42:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:42:49 [2022-12-06T16:42:49.607Z] time="2022-12-06T16:42:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb7f23f280a8a239a4527153405d4281476c3e206a1e8967eb90a18b30fcedef" mediatype=application/vnd.docker.plugin.v1+json size=522
16:42:49 [2022-12-06T16:42:49.607Z] === RUN   TestPluginInstall/with_htpasswd
16:42:49 [2022-12-06T16:42:49.607Z] time="2022-12-06T16:42:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:42:49 [2022-12-06T16:42:49.607Z] time="2022-12-06T16:42:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a68fdd0ed48dd1107bd07e6f1908c8d86e2fb490ef7a6ec729e62e18327e1364" mediatype=application/vnd.docker.plugin.v1+json size=522
16:42:49 [2022-12-06T16:42:49.607Z] time="2022-12-06T16:42:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:42:49 [2022-12-06T16:42:49.607Z] time="2022-12-06T16:42:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a68fdd0ed48dd1107bd07e6f1908c8d86e2fb490ef7a6ec729e62e18327e1364" mediatype=application/vnd.docker.plugin.v1+json size=522
16:42:49 [2022-12-06T16:42:49.864Z] === RUN   TestPluginInstall/with_insecure
16:42:50 [2022-12-06T16:42:50.796Z] time="2022-12-06T16:42:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:42:50 [2022-12-06T16:42:50.796Z] time="2022-12-06T16:42:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bdb28c650c5e288b866e7ac03c9284ada3210ab9155bbe73f8160d9f1395dbfd" mediatype=application/vnd.docker.plugin.v1+json size=522
16:42:50 [2022-12-06T16:42:50.796Z] time="2022-12-06T16:42:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:42:50 [2022-12-06T16:42:50.796Z] time="2022-12-06T16:42:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bdb28c650c5e288b866e7ac03c9284ada3210ab9155bbe73f8160d9f1395dbfd" mediatype=application/vnd.docker.plugin.v1+json size=522
16:42:50 [2022-12-06T16:42:50.796Z]     plugin_test.go:196: [dee1916ed2015] daemon is not started
16:42:50 [2022-12-06T16:42:50.796Z] --- PASS: TestPluginInstall (5.39s)
16:42:50 [2022-12-06T16:42:50.796Z]     --- PASS: TestPluginInstall/no_auth (3.92s)
16:42:50 [2022-12-06T16:42:50.796Z]     --- PASS: TestPluginInstall/with_htpasswd (0.51s)
16:42:50 [2022-12-06T16:42:50.796Z]     --- PASS: TestPluginInstall/with_insecure (0.96s)
16:42:50 [2022-12-06T16:42:50.796Z] === RUN   TestPluginsWithRuntimes
16:42:52 [2022-12-06T16:42:52.168Z] === RUN   TestPluginsWithRuntimes/No_Args
16:42:53 [2022-12-06T16:42:53.100Z] === RUN   TestPluginsWithRuntimes/With_Args
16:42:54 [2022-12-06T16:42:54.032Z] --- PASS: TestPluginsWithRuntimes (3.30s)
16:42:54 [2022-12-06T16:42:54.032Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.91s)
16:42:54 [2022-12-06T16:42:54.032Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
16:42:54 [2022-12-06T16:42:54.032Z] === RUN   TestPluginBackCompatMediaTypes
16:42:54 [2022-12-06T16:42:54.597Z] --- PASS: TestPluginBackCompatMediaTypes (0.52s)
16:42:54 [2022-12-06T16:42:54.597Z] PASS
16:42:54 [2022-12-06T16:42:54.597Z] 
16:42:54 [2022-12-06T16:42:54.597Z] DONE 24 tests in 9.356s
16:42:54 [2022-12-06T16:42:54.597Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:42:54 [2022-12-06T16:42:54.597Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
16:42:54 [2022-12-06T16:42:54.597Z] ++ set -e
16:42:54 [2022-12-06T16:42:54.597Z] ++ '[' -n 0 ']'
16:42:54 [2022-12-06T16:42:54.597Z] ++ set -x
16:42:54 [2022-12-06T16:42:54.597Z] ++ 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
16:42:54 [2022-12-06T16:42:54.597Z] INFO: Testing against a local daemon
16:42:54 [2022-12-06T16:42:54.597Z] === RUN   TestExternalGraphDriver
16:42:55 [2022-12-06T16:42:55.161Z] === RUN   TestExternalGraphDriver/json
16:42:56 [2022-12-06T16:42:56.533Z] === RUN   TestExternalGraphDriver/spec
16:42:57 [2022-12-06T16:42:57.904Z] === RUN   TestExternalGraphDriver/pull
16:42:59 [2022-12-06T16:42:59.801Z] --- PASS: TestExternalGraphDriver (4.88s)
16:42:59 [2022-12-06T16:42:59.801Z]     --- PASS: TestExternalGraphDriver/json (1.50s)
16:42:59 [2022-12-06T16:42:59.801Z]     --- PASS: TestExternalGraphDriver/spec (1.49s)
16:42:59 [2022-12-06T16:42:59.801Z]     --- PASS: TestExternalGraphDriver/pull (1.55s)
16:42:59 [2022-12-06T16:42:59.801Z] === RUN   TestGraphdriverPluginV2
16:42:59 [2022-12-06T16:42:59.801Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:42:59 [2022-12-06T16:42:59.801Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
16:42:59 [2022-12-06T16:42:59.801Z] PASS
16:42:59 [2022-12-06T16:42:59.801Z] 
16:42:59 [2022-12-06T16:42:59.801Z] === Skipped
16:42:59 [2022-12-06T16:42:59.801Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
16:42:59 [2022-12-06T16:42:59.801Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:42:59 [2022-12-06T16:42:59.801Z] 
16:42:59 [2022-12-06T16:42:59.801Z] DONE 5 tests, 1 skipped in 5.320s
16:42:59 [2022-12-06T16:42:59.801Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:42:59 [2022-12-06T16:42:59.801Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
16:42:59 [2022-12-06T16:42:59.801Z] ++ set -e
16:42:59 [2022-12-06T16:42:59.801Z] ++ '[' -n 0 ']'
16:42:59 [2022-12-06T16:42:59.801Z] ++ set -x
16:42:59 [2022-12-06T16:42:59.801Z] ++ 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
16:43:00 [2022-12-06T16:43:00.061Z] INFO: Testing against a local daemon
16:43:00 [2022-12-06T16:43:00.061Z] === RUN   TestContinueAfterPluginCrash
16:43:00 [2022-12-06T16:43:00.061Z] === PAUSE TestContinueAfterPluginCrash
16:43:00 [2022-12-06T16:43:00.061Z] === RUN   TestReadPluginNoRead
16:43:00 [2022-12-06T16:43:00.061Z] === PAUSE TestReadPluginNoRead
16:43:00 [2022-12-06T16:43:00.061Z] === RUN   TestDaemonStartWithLogOpt
16:43:00 [2022-12-06T16:43:00.061Z] === PAUSE TestDaemonStartWithLogOpt
16:43:00 [2022-12-06T16:43:00.061Z] === CONT  TestContinueAfterPluginCrash
16:43:00 [2022-12-06T16:43:00.061Z] === CONT  TestDaemonStartWithLogOpt
16:43:03 [2022-12-06T16:43:03.340Z] --- PASS: TestDaemonStartWithLogOpt (3.03s)
16:43:03 [2022-12-06T16:43:03.340Z] === CONT  TestReadPluginNoRead
16:43:05 [2022-12-06T16:43:05.236Z] === RUN   TestReadPluginNoRead/default
16:43:06 [2022-12-06T16:43:06.608Z] === RUN   TestReadPluginNoRead/disabled_caching
16:43:07 [2022-12-06T16:43:07.540Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:43:08 [2022-12-06T16:43:08.473Z] --- PASS: TestContinueAfterPluginCrash (8.30s)
16:43:08 [2022-12-06T16:43:08.730Z] === CONT  TestReadPluginNoRead
16:43:08 [2022-12-06T16:43:08.730Z]     read_test.go:91: [d31a10caf294d] daemon is not started
16:43:08 [2022-12-06T16:43:08.730Z] --- PASS: TestReadPluginNoRead (5.68s)
16:43:08 [2022-12-06T16:43:08.730Z]     --- PASS: TestReadPluginNoRead/default (1.24s)
16:43:08 [2022-12-06T16:43:08.730Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.19s)
16:43:08 [2022-12-06T16:43:08.730Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s)
16:43:08 [2022-12-06T16:43:08.730Z] PASS
16:43:08 [2022-12-06T16:43:08.730Z] 
16:43:08 [2022-12-06T16:43:08.730Z] DONE 6 tests in 8.827s
16:43:08 [2022-12-06T16:43:08.730Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:43:08 [2022-12-06T16:43:08.730Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
16:43:08 [2022-12-06T16:43:08.730Z] ++ set -e
16:43:08 [2022-12-06T16:43:08.730Z] ++ '[' -n 0 ']'
16:43:08 [2022-12-06T16:43:08.730Z] ++ set -x
16:43:08 [2022-12-06T16:43:08.730Z] ++ 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
16:43:08 [2022-12-06T16:43:08.730Z] testing: warning: no tests to run
16:43:08 [2022-12-06T16:43:08.730Z] PASS
16:43:08 [2022-12-06T16:43:08.730Z] 
16:43:08 [2022-12-06T16:43:08.730Z] DONE 0 tests in 0.032s
16:43:08 [2022-12-06T16:43:08.730Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:43:08 [2022-12-06T16:43:08.730Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
16:43:08 [2022-12-06T16:43:08.730Z] ++ set -e
16:43:08 [2022-12-06T16:43:08.730Z] ++ '[' -n 0 ']'
16:43:08 [2022-12-06T16:43:08.730Z] ++ set -x
16:43:08 [2022-12-06T16:43:08.730Z] ++ 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
16:43:08 [2022-12-06T16:43:08.988Z] INFO: Testing against a local daemon
16:43:08 [2022-12-06T16:43:08.988Z] === RUN   TestPluginWithDevMounts
16:43:08 [2022-12-06T16:43:08.988Z] === PAUSE TestPluginWithDevMounts
16:43:08 [2022-12-06T16:43:08.988Z] === CONT  TestPluginWithDevMounts
16:43:10 [2022-12-06T16:43:10.360Z] --- PASS: TestPluginWithDevMounts (1.49s)
16:43:10 [2022-12-06T16:43:10.360Z] PASS
16:43:10 [2022-12-06T16:43:10.360Z] 
16:43:10 [2022-12-06T16:43:10.360Z] DONE 1 tests in 1.615s
16:43:10 [2022-12-06T16:43:10.360Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
16:43:10 [2022-12-06T16:43:10.360Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
16:43:10 [2022-12-06T16:43:10.360Z] ++ set -e
16:43:10 [2022-12-06T16:43:10.360Z] ++ '[' -n 0 ']'
16:43:10 [2022-12-06T16:43:10.360Z] ++ set -x
16:43:10 [2022-12-06T16:43:10.360Z] ++ 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
16:43:10 [2022-12-06T16:43:10.617Z] INFO: Testing against a local daemon
16:43:10 [2022-12-06T16:43:10.617Z] === RUN   TestSecretInspect
16:43:13 [2022-12-06T16:43:13.141Z] --- PASS: TestSecretInspect (2.15s)
16:43:13 [2022-12-06T16:43:13.141Z] === RUN   TestSecretList
16:43:15 [2022-12-06T16:43:15.037Z] --- PASS: TestSecretList (2.20s)
16:43:15 [2022-12-06T16:43:15.037Z] === RUN   TestSecretsCreateAndDelete
16:43:16 [2022-12-06T16:43:16.934Z] --- PASS: TestSecretsCreateAndDelete (2.07s)
16:43:16 [2022-12-06T16:43:16.934Z] === RUN   TestSecretsUpdate
16:43:19 [2022-12-06T16:43:19.458Z] --- PASS: TestSecretsUpdate (2.18s)
16:43:19 [2022-12-06T16:43:19.459Z] === RUN   TestTemplatedSecret
16:43:21 [2022-12-06T16:43:21.984Z] --- PASS: TestTemplatedSecret (2.48s)
16:43:21 [2022-12-06T16:43:21.984Z] === RUN   TestSecretCreateResolve
16:43:23 [2022-12-06T16:43:23.881Z] --- PASS: TestSecretCreateResolve (2.21s)
16:43:23 [2022-12-06T16:43:23.881Z] PASS
16:43:23 [2022-12-06T16:43:23.881Z] 
16:43:23 [2022-12-06T16:43:23.881Z] DONE 6 tests in 13.361s
16:43:23 [2022-12-06T16:43:23.881Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
16:43:23 [2022-12-06T16:43:23.881Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
16:43:23 [2022-12-06T16:43:23.881Z] ++ set -e
16:43:23 [2022-12-06T16:43:23.881Z] ++ '[' -n 0 ']'
16:43:23 [2022-12-06T16:43:23.881Z] ++ set -x
16:43:23 [2022-12-06T16:43:23.881Z] ++ 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
16:43:23 [2022-12-06T16:43:23.881Z] INFO: Testing against a local daemon
16:43:23 [2022-12-06T16:43:23.881Z] === RUN   TestServiceCreateInit
16:43:23 [2022-12-06T16:43:23.881Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:43:28 [2022-12-06T16:43:28.068Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:43:31 [2022-12-06T16:43:31.348Z] --- PASS: TestServiceCreateInit (7.05s)
16:43:31 [2022-12-06T16:43:31.348Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.52s)
16:43:31 [2022-12-06T16:43:31.348Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.52s)
16:43:31 [2022-12-06T16:43:31.348Z] === RUN   TestCreateServiceMultipleTimes
16:43:46 [2022-12-06T16:43:46.271Z] --- PASS: TestCreateServiceMultipleTimes (15.18s)
16:43:46 [2022-12-06T16:43:46.271Z] === RUN   TestCreateServiceConflict
16:43:48 [2022-12-06T16:43:48.168Z] --- PASS: TestCreateServiceConflict (2.07s)
16:43:48 [2022-12-06T16:43:48.168Z] === RUN   TestCreateServiceMaxReplicas
16:43:51 [2022-12-06T16:43:51.445Z] --- PASS: TestCreateServiceMaxReplicas (2.61s)
16:43:51 [2022-12-06T16:43:51.445Z] === RUN   TestCreateWithDuplicateNetworkNames
16:44:06 [2022-12-06T16:44:06.304Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.10s)
16:44:06 [2022-12-06T16:44:06.304Z] === RUN   TestCreateServiceSecretFileMode
16:44:06 [2022-12-06T16:44:06.304Z] --- PASS: TestCreateServiceSecretFileMode (2.39s)
16:44:06 [2022-12-06T16:44:06.304Z] === RUN   TestCreateServiceConfigFileMode
16:44:08 [2022-12-06T16:44:08.827Z] --- PASS: TestCreateServiceConfigFileMode (2.31s)
16:44:08 [2022-12-06T16:44:08.827Z] === RUN   TestCreateServiceSysctls
16:44:12 [2022-12-06T16:44:12.106Z] --- PASS: TestCreateServiceSysctls (2.92s)
16:44:12 [2022-12-06T16:44:12.106Z] === RUN   TestCreateServiceCapabilities
16:44:14 [2022-12-06T16:44:14.002Z] --- PASS: TestCreateServiceCapabilities (2.35s)
16:44:14 [2022-12-06T16:44:14.002Z] === RUN   TestInspect
16:44:16 [2022-12-06T16:44:16.531Z] --- PASS: TestInspect (2.60s)
16:44:16 [2022-12-06T16:44:16.531Z] === RUN   TestCreateJob
16:44:19 [2022-12-06T16:44:19.807Z] --- PASS: TestCreateJob (3.01s)
16:44:19 [2022-12-06T16:44:19.807Z] === RUN   TestReplicatedJob
16:44:23 [2022-12-06T16:44:23.985Z] --- PASS: TestReplicatedJob (4.56s)
16:44:23 [2022-12-06T16:44:23.985Z] === RUN   TestUpdateReplicatedJob
16:44:27 [2022-12-06T16:44:27.261Z] --- PASS: TestUpdateReplicatedJob (3.08s)
16:44:27 [2022-12-06T16:44:27.261Z] === RUN   TestServiceListWithStatuses
16:44:27 [2022-12-06T16:44:27.261Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:44:27 [2022-12-06T16:44:27.261Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:44:27 [2022-12-06T16:44:27.261Z] === RUN   TestDockerNetworkConnectAlias
16:44:31 [2022-12-06T16:44:31.440Z] --- PASS: TestDockerNetworkConnectAlias (3.51s)
16:44:31 [2022-12-06T16:44:31.440Z] === RUN   TestDockerNetworkReConnect
16:44:33 [2022-12-06T16:44:33.966Z] --- PASS: TestDockerNetworkReConnect (3.33s)
16:44:33 [2022-12-06T16:44:33.966Z] === RUN   TestServicePlugin
16:44:33 [2022-12-06T16:44:33.966Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:44:33 [2022-12-06T16:44:33.966Z] --- SKIP: TestServicePlugin (0.00s)
16:44:33 [2022-12-06T16:44:33.966Z] === RUN   TestServiceUpdateLabel
16:44:36 [2022-12-06T16:44:36.492Z] --- PASS: TestServiceUpdateLabel (2.11s)
16:44:36 [2022-12-06T16:44:36.492Z] === RUN   TestServiceUpdateSecrets
16:44:51 [2022-12-06T16:44:51.351Z] --- PASS: TestServiceUpdateSecrets (14.28s)
16:44:51 [2022-12-06T16:44:51.351Z] === RUN   TestServiceUpdateConfigs
16:45:06 [2022-12-06T16:45:06.210Z] --- PASS: TestServiceUpdateConfigs (14.33s)
16:45:06 [2022-12-06T16:45:06.210Z] === RUN   TestServiceUpdateNetwork
16:45:18 [2022-12-06T16:45:18.415Z] --- PASS: TestServiceUpdateNetwork (12.10s)
16:45:18 [2022-12-06T16:45:18.415Z] === RUN   TestServiceUpdatePidsLimit
16:45:18 [2022-12-06T16:45:18.415Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:45:18 [2022-12-06T16:45:18.672Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:45:26 [2022-12-06T16:45:26.772Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:45:33 [2022-12-06T16:45:33.322Z] --- PASS: TestServiceUpdatePidsLimit (16.10s)
16:45:33 [2022-12-06T16:45:33.322Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
16:45:33 [2022-12-06T16:45:33.322Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
16:45:33 [2022-12-06T16:45:33.322Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
16:45:33 [2022-12-06T16:45:33.322Z] PASS
16:45:33 [2022-12-06T16:45:33.322Z] 
16:45:33 [2022-12-06T16:45:33.322Z] === Skipped
16:45:33 [2022-12-06T16:45:33.322Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
16:45:33 [2022-12-06T16:45:33.322Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:45:33 [2022-12-06T16:45:33.322Z] 
16:45:33 [2022-12-06T16:45:33.322Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
16:45:33 [2022-12-06T16:45:33.322Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:45:33 [2022-12-06T16:45:33.322Z] 
16:45:33 [2022-12-06T16:45:33.322Z] DONE 27 tests, 2 skipped in 129.115s
16:45:33 [2022-12-06T16:45:33.322Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
16:45:33 [2022-12-06T16:45:33.322Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
16:45:33 [2022-12-06T16:45:33.322Z] ++ set -e
16:45:33 [2022-12-06T16:45:33.322Z] ++ '[' -n 0 ']'
16:45:33 [2022-12-06T16:45:33.322Z] ++ set -x
16:45:33 [2022-12-06T16:45:33.323Z] ++ 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
16:45:33 [2022-12-06T16:45:33.323Z] INFO: Testing against a local daemon
16:45:33 [2022-12-06T16:45:33.323Z] === RUN   TestSessionCreate
16:45:33 [2022-12-06T16:45:33.323Z] --- PASS: TestSessionCreate (0.02s)
16:45:33 [2022-12-06T16:45:33.323Z] === RUN   TestSessionCreateWithBadUpgrade
16:45:33 [2022-12-06T16:45:33.323Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
16:45:33 [2022-12-06T16:45:33.323Z] PASS
16:45:33 [2022-12-06T16:45:33.323Z] 
16:45:33 [2022-12-06T16:45:33.323Z] DONE 2 tests in 0.120s
16:45:33 [2022-12-06T16:45:33.323Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
16:45:33 [2022-12-06T16:45:33.323Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
16:45:33 [2022-12-06T16:45:33.323Z] ++ set -e
16:45:33 [2022-12-06T16:45:33.323Z] ++ '[' -n 0 ']'
16:45:33 [2022-12-06T16:45:33.323Z] ++ set -x
16:45:33 [2022-12-06T16:45:33.323Z] ++ 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
16:45:33 [2022-12-06T16:45:33.323Z] INFO: Testing against a local daemon
16:45:33 [2022-12-06T16:45:33.323Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:45:33 [2022-12-06T16:45:33.323Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:45:33 [2022-12-06T16:45:33.323Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:45:33 [2022-12-06T16:45:33.323Z] === RUN   TestDiskUsage
16:45:33 [2022-12-06T16:45:33.323Z] === PAUSE TestDiskUsage
16:45:33 [2022-12-06T16:45:33.323Z] === RUN   TestEventsExecDie
16:45:33 [2022-12-06T16:45:33.580Z] --- PASS: TestEventsExecDie (0.50s)
16:45:33 [2022-12-06T16:45:33.580Z] === RUN   TestEventsBackwardsCompatible
16:45:33 [2022-12-06T16:45:33.838Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
16:45:33 [2022-12-06T16:45:33.838Z] === RUN   TestEventsVolumeCreate
16:45:33 [2022-12-06T16:45:33.838Z] --- PASS: TestEventsVolumeCreate (0.06s)
16:45:33 [2022-12-06T16:45:33.838Z] === RUN   TestInfoBinaryCommits
16:45:33 [2022-12-06T16:45:33.838Z] --- PASS: TestInfoBinaryCommits (0.02s)
16:45:33 [2022-12-06T16:45:33.838Z] === RUN   TestInfoAPIVersioned
16:45:33 [2022-12-06T16:45:33.838Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:45:33 [2022-12-06T16:45:33.838Z] === RUN   TestInfoAPI
16:45:33 [2022-12-06T16:45:33.838Z] --- PASS: TestInfoAPI (0.02s)
16:45:33 [2022-12-06T16:45:33.838Z] === RUN   TestInfoAPIWarnings
16:45:51 [2022-12-06T16:45:51.904Z] --- PASS: TestInfoAPIWarnings (16.55s)
16:45:51 [2022-12-06T16:45:51.904Z] === RUN   TestInfoDebug
16:45:51 [2022-12-06T16:45:51.904Z] --- PASS: TestInfoDebug (0.52s)
16:45:51 [2022-12-06T16:45:51.904Z] === RUN   TestInfoInsecureRegistries
16:45:51 [2022-12-06T16:45:51.904Z] --- PASS: TestInfoInsecureRegistries (0.52s)
16:45:51 [2022-12-06T16:45:51.904Z] === RUN   TestInfoRegistryMirrors
16:45:51 [2022-12-06T16:45:51.904Z] --- PASS: TestInfoRegistryMirrors (0.52s)
16:45:51 [2022-12-06T16:45:51.904Z] === RUN   TestLoginFailsWithBadCredentials
16:45:52 [2022-12-06T16:45:52.469Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
16:45:52 [2022-12-06T16:45:52.469Z] === RUN   TestPingCacheHeaders
16:45:52 [2022-12-06T16:45:52.469Z] --- PASS: TestPingCacheHeaders (0.02s)
16:45:52 [2022-12-06T16:45:52.469Z] === RUN   TestPingGet
16:45:52 [2022-12-06T16:45:52.469Z] --- PASS: TestPingGet (0.01s)
16:45:52 [2022-12-06T16:45:52.469Z] === RUN   TestPingHead
16:45:52 [2022-12-06T16:45:52.469Z] --- PASS: TestPingHead (0.02s)
16:45:52 [2022-12-06T16:45:52.469Z] === RUN   TestPingSwarmHeader
16:45:53 [2022-12-06T16:45:53.035Z] === RUN   TestPingSwarmHeader/before_swarm_init
16:45:53 [2022-12-06T16:45:53.035Z] === RUN   TestPingSwarmHeader/after_swarm_init
16:45:53 [2022-12-06T16:45:53.968Z] === RUN   TestPingSwarmHeader/after_swarm_leave
16:45:53 [2022-12-06T16:45:53.968Z] --- PASS: TestPingSwarmHeader (1.64s)
16:45:53 [2022-12-06T16:45:53.968Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
16:45:53 [2022-12-06T16:45:53.968Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
16:45:53 [2022-12-06T16:45:53.968Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
16:45:53 [2022-12-06T16:45:53.968Z] === RUN   TestPingBuilderHeader
16:45:53 [2022-12-06T16:45:53.968Z] === RUN   TestPingBuilderHeader/default_config
16:45:54 [2022-12-06T16:45:54.534Z] === RUN   TestPingBuilderHeader/buildkit_disabled
16:45:55 [2022-12-06T16:45:55.098Z] --- PASS: TestPingBuilderHeader (1.04s)
16:45:55 [2022-12-06T16:45:55.098Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
16:45:55 [2022-12-06T16:45:55.098Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
16:45:55 [2022-12-06T16:45:55.098Z] === RUN   TestVersion
16:45:55 [2022-12-06T16:45:55.098Z] --- PASS: TestVersion (0.02s)
16:45:55 [2022-12-06T16:45:55.098Z] === CONT  TestDiskUsage
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty/container_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty/image_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty/volume_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty/build-cache_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty/container,_volume_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
16:45:55 [2022-12-06T16:45:55.663Z] === RUN   TestDiskUsage/after_container.Run
16:45:55 [2022-12-06T16:45:55.921Z] === RUN   TestDiskUsage/after_container.Run/container_types
16:45:55 [2022-12-06T16:45:55.921Z] === RUN   TestDiskUsage/after_container.Run/image_types
16:45:55 [2022-12-06T16:45:55.921Z] === RUN   TestDiskUsage/after_container.Run/volume_types
16:45:55 [2022-12-06T16:45:55.921Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
16:45:55 [2022-12-06T16:45:55.921Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
16:45:55 [2022-12-06T16:45:55.921Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
16:45:55 [2022-12-06T16:45:55.921Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
16:45:55 [2022-12-06T16:45:55.921Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
16:45:55 [2022-12-06T16:45:55.921Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
16:45:55 [2022-12-06T16:45:55.921Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
16:45:56 [2022-12-06T16:45:56.179Z] --- PASS: TestDiskUsage (1.08s)
16:45:56 [2022-12-06T16:45:56.179Z]     --- PASS: TestDiskUsage/empty (0.01s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]     --- PASS: TestDiskUsage/after_container.Run (0.34s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z] PASS
16:45:56 [2022-12-06T16:45:56.179Z] 
16:45:56 [2022-12-06T16:45:56.179Z] === Skipped
16:45:56 [2022-12-06T16:45:56.179Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:45:56 [2022-12-06T16:45:56.179Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:45:56 [2022-12-06T16:45:56.179Z] 
16:45:56 [2022-12-06T16:45:56.179Z] DONE 57 tests, 1 skipped in 23.092s
16:45:56 [2022-12-06T16:45:56.179Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
16:45:56 [2022-12-06T16:45:56.179Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
16:45:56 [2022-12-06T16:45:56.179Z] ++ set -e
16:45:56 [2022-12-06T16:45:56.179Z] ++ '[' -n 0 ']'
16:45:56 [2022-12-06T16:45:56.179Z] ++ set -x
16:45:56 [2022-12-06T16:45:56.179Z] ++ 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
16:45:56 [2022-12-06T16:45:56.179Z] INFO: Testing against a local daemon
16:45:56 [2022-12-06T16:45:56.179Z] === RUN   TestVolumesCreateAndList
16:45:56 [2022-12-06T16:45:56.179Z] --- PASS: TestVolumesCreateAndList (0.02s)
16:45:56 [2022-12-06T16:45:56.179Z] === RUN   TestVolumesRemove
16:45:56 [2022-12-06T16:45:56.437Z] --- PASS: TestVolumesRemove (0.06s)
16:45:56 [2022-12-06T16:45:56.437Z] === RUN   TestVolumesInspect
16:45:56 [2022-12-06T16:45:56.437Z] --- PASS: TestVolumesInspect (0.02s)
16:45:56 [2022-12-06T16:45:56.437Z] === RUN   TestVolumesInvalidJSON
16:45:56 [2022-12-06T16:45:56.437Z] === RUN   TestVolumesInvalidJSON/volumes/create
16:45:56 [2022-12-06T16:45:56.437Z] === PAUSE TestVolumesInvalidJSON/volumes/create
16:45:56 [2022-12-06T16:45:56.437Z] === CONT  TestVolumesInvalidJSON/volumes/create
16:45:56 [2022-12-06T16:45:56.437Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
16:45:56 [2022-12-06T16:45:56.437Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
16:45:56 [2022-12-06T16:45:56.437Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
16:45:56 [2022-12-06T16:45:56.437Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
16:45:56 [2022-12-06T16:45:56.437Z] --- PASS: TestVolumesInvalidJSON (0.02s)
16:45:56 [2022-12-06T16:45:56.437Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
16:45:56 [2022-12-06T16:45:56.437Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
16:45:56 [2022-12-06T16:45:56.437Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
16:45:56 [2022-12-06T16:45:56.437Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
16:45:56 [2022-12-06T16:45:56.437Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
16:45:56 [2022-12-06T16:45:56.437Z] === RUN   TestVolumePruneAnonymous
16:45:56 [2022-12-06T16:45:56.437Z] --- PASS: TestVolumePruneAnonymous (0.04s)
16:45:56 [2022-12-06T16:45:56.437Z] PASS
16:45:56 [2022-12-06T16:45:56.437Z] 
16:45:56 [2022-12-06T16:45:56.437Z] DONE 10 tests in 0.253s
16:45:56 [2022-12-06T16:45:56.437Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:45:56 [2022-12-06T16:45:56.694Z] ++++ cat bundles/test-integration/docker.pid
16:45:56 [2022-12-06T16:45:56.694Z] +++ kill 15060
16:45:56 [2022-12-06T16:45:56.694Z] +++ /etc/init.d/apparmor stop
16:45:56 [2022-12-06T16:45:56.694Z] Leaving: AppArmorNo profiles have been unloaded.
16:45:56 [2022-12-06T16:45:56.694Z] 
16:45:56 [2022-12-06T16:45:56.694Z] Unloading profiles will leave already running processes permanently
16:45:56 [2022-12-06T16:45:56.694Z] unconfined, which can lead to unexpected situations.
16:45:56 [2022-12-06T16:45:56.694Z] 
16:45:56 [2022-12-06T16:45:56.694Z] To set a process to complain mode, use the command line tool
16:45:56 [2022-12-06T16:45:56.694Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:45:56 [2022-12-06T16:45:56.694Z] +++ true
16:45:56 [2022-12-06T16:45:56.694Z] exiting test-integration
16:45:56 [2022-12-06T16:45:56.694Z] ++ exit 0
16:45:56 [2022-12-06T16:45:56.694Z] 
Post stage
[Pipeline] junit
16:45:57 [2022-12-06T16:45:57.638Z] Recording test results
16:45:57 [2022-12-06T16:45:57.839Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:45:58 [2022-12-06T16:45:58.144Z] + echo Ensuring container killed.
16:45:58 [2022-12-06T16:45:58.144Z] Ensuring container killed.
16:45:58 [2022-12-06T16:45:58.144Z] + docker rm -vf docker-pr1
16:45:58 [2022-12-06T16:45:58.144Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
16:45:58 [2022-12-06T16:45:58.424Z] + echo Chowning /workspace to jenkins user
16:45:58 [2022-12-06T16:45:58.424Z] Chowning /workspace to jenkins user
16:45:58 [2022-12-06T16:45:58.424Z] + id -u
16:45:58 [2022-12-06T16:45:58.424Z] + id -g
16:45:58 [2022-12-06T16:45:58.424Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44590:/workspace busybox chown -R 1000:1000 /workspace
16:45:58 [2022-12-06T16:45:58.424Z] Unable to find image 'busybox:latest' locally
16:45:58 [2022-12-06T16:45:58.681Z] latest: Pulling from library/busybox
16:45:58 [2022-12-06T16:45:58.681Z] 3e32979327a9: Pulling fs layer
16:45:58 [2022-12-06T16:45:58.681Z] 3e32979327a9: Download complete
16:45:58 [2022-12-06T16:45:58.940Z] 3e32979327a9: Pull complete
16:45:58 [2022-12-06T16:45:58.940Z] Digest: sha256:59f225fdf34f28a07d22343ee415ee417f6b8365cf4a0d3a2933cbd8fd7cf8c1
16:45:58 [2022-12-06T16:45:58.940Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:46:00 [2022-12-06T16:46:00.598Z] + bundleName=arm64-integration
16:46:00 [2022-12-06T16:46:00.599Z] + echo Creating arm64-integration-bundles.tar.gz
16:46:00 [2022-12-06T16:46:00.599Z] Creating arm64-integration-bundles.tar.gz
16:46:00 [2022-12-06T16:46:00.599Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
16:46:00 [2022-12-06T16:46:00.599Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
16:46:00 [2022-12-06T16:46:00.866Z] Archiving artifacts
16:46:02 [2022-12-06T16:46:02.547Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44590/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:46:02 [2022-12-06T16:46:02.838Z] + make clean
16:46:03 [2022-12-06T16:46:03.095Z] docker volume rm -f docker-dev-cache docker-mod-cache
16:46:03 [2022-12-06T16:46:03.095Z] docker-dev-cache
16:46:03 [2022-12-06T16:46:03.095Z] 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