Skip to content
Success

Console Output

Pull request #44365 updated
13:32:13 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 2006d9f7d1070fb2d4f785a02dea1eb0481748ea+4c07d585926dbc06ce9623dd83c8e2a7ee48289d (7bd116f4e6d058333e01924c9b871d7a96a6fe6e)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-44365@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
13:32:16 [2022-11-03T13:32:16.422Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
13:32:16 [2022-11-03T13:32:16.426Z] Trying to pass milestone 6
[Pipeline] milestone
13:32:16 [2022-11-03T13:32:16.522Z] Trying to pass milestone 7
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
13:32:31 [2022-11-03T13:32:31.691Z] Still waiting to schedule task
13:32:31 [2022-11-03T13:32:31.691Z]EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b6974b3900a19b50)’ is offline
13:33:29 [2022-11-03T13:33:29.616Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b6974b3900a19b50) in /home/ubuntu/workspace/moby_PR-44365
[Pipeline] {
[Pipeline] checkout
13:33:29 [2022-11-03T13:33:29.888Z] The recommended git tool is: git
13:33:32 [2022-11-03T13:33:32.961Z] using credential docker-jenkins-github-credentials
13:33:32 [2022-11-03T13:33:32.975Z] Cloning the remote Git repository
13:33:32 [2022-11-03T13:33:32.975Z] Cloning with configured refspecs honoured and without tags
13:33:32 [2022-11-03T13:33:32.987Z] Cloning repository https://github.com/moby/moby.git
13:33:33 [2022-11-03T13:33:33.038Z]  > git init /home/ubuntu/workspace/moby_PR-44365 # timeout=10
13:33:33 [2022-11-03T13:33:33.377Z] Fetching upstream changes from https://github.com/moby/moby.git
13:33:33 [2022-11-03T13:33:33.378Z]  > git --version # timeout=10
13:33:33 [2022-11-03T13:33:33.390Z]  > git --version # 'git version 2.25.1'
13:33:33 [2022-11-03T13:33:33.390Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:33 [2022-11-03T13:33:33.392Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44365/head:refs/remotes/origin/PR-44365 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:48 [2022-11-03T13:33:48.086Z] Fetching without tags
13:33:48 [2022-11-03T13:33:48.308Z] Merging remotes/origin/master commit 4c07d585926dbc06ce9623dd83c8e2a7ee48289d into PR head commit 2006d9f7d1070fb2d4f785a02dea1eb0481748ea
13:33:48 [2022-11-03T13:33:48.999Z] Merge succeeded, producing 2006d9f7d1070fb2d4f785a02dea1eb0481748ea
13:33:48 [2022-11-03T13:33:48.999Z] Checking out Revision 2006d9f7d1070fb2d4f785a02dea1eb0481748ea (PR-44365)
13:33:47 [2022-11-03T13:33:47.999Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:33:48 [2022-11-03T13:33:48.006Z]  > git config --add remote.origin.fetch +refs/pull/44365/head:refs/remotes/origin/PR-44365 # timeout=10
13:33:48 [2022-11-03T13:33:48.065Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:48 [2022-11-03T13:33:48.077Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:33:48 [2022-11-03T13:33:48.088Z] Fetching upstream changes from https://github.com/moby/moby.git
13:33:48 [2022-11-03T13:33:48.088Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:48 [2022-11-03T13:33:48.089Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44365/head:refs/remotes/origin/PR-44365 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:48 [2022-11-03T13:33:48.314Z]  > git config core.sparsecheckout # timeout=10
13:33:48 [2022-11-03T13:33:48.323Z]  > git checkout -f 2006d9f7d1070fb2d4f785a02dea1eb0481748ea # timeout=10
13:33:48 [2022-11-03T13:33:48.915Z]  > git remote # timeout=10
13:33:48 [2022-11-03T13:33:48.925Z]  > git config --get remote.origin.url # timeout=10
13:33:48 [2022-11-03T13:33:48.936Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:48 [2022-11-03T13:33:48.971Z]  > git merge 4c07d585926dbc06ce9623dd83c8e2a7ee48289d # timeout=10
13:33:48 [2022-11-03T13:33:48.982Z]  > git rev-parse HEAD^{commit} # timeout=10
13:33:49 [2022-11-03T13:33:49.001Z]  > git config core.sparsecheckout # timeout=10
13:33:49 [2022-11-03T13:33:49.013Z]  > git checkout -f 2006d9f7d1070fb2d4f785a02dea1eb0481748ea # timeout=10
13:33:53 [2022-11-03T13:33:53.503Z] Commit message: "cmd/dockerd: Rewrite shutdownDaemon to use context timeout"
13:33:53 [2022-11-03T13:33:53.515Z] First time build. Skipping changelog.
13:33:53 [2022-11-03T13:33:53.506Z]  > git rev-list --no-walk 05c1432f290d4a63fa33103656864ae0115d41bd # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:33:54 [2022-11-03T13:33:54.452Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44365:/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
13:34:21 [2022-11-03T13:34:21.017Z] Unable to find image 'alpine:latest' locally
13:34:21 [2022-11-03T13:34:21.017Z] latest: Pulling from library/alpine
13:34:21 [2022-11-03T13:34:21.017Z] 9b18e9b68314: Pulling fs layer
13:34:21 [2022-11-03T13:34:21.017Z] 9b18e9b68314: Verifying Checksum
13:34:21 [2022-11-03T13:34:21.017Z] 9b18e9b68314: Download complete
13:34:21 [2022-11-03T13:34:21.017Z] 9b18e9b68314: Pull complete
13:34:21 [2022-11-03T13:34:21.017Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
13:34:21 [2022-11-03T13:34:21.017Z] Status: Downloaded newer image for alpine:latest
13:34:30 [2022-11-03T13:34:30.999Z] 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
13:34:31 [2022-11-03T13:34:31.166Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b6974b3900a19b50) in /home/ubuntu/workspace/moby_PR-44365
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] {
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
13:34:31 [2022-11-03T13:34:31.199Z] The recommended git tool is: git
[Pipeline] // stage
13:34:31 [2022-11-03T13:34:31.209Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
13:34:31 [2022-11-03T13:34:31.230Z] Fetching changes from the remote Git repository
[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] }
13:34:31 [2022-11-03T13:34:31.245Z] Fetching without tags
[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] }
13:34:31 [2022-11-03T13:34:31.460Z] Merging remotes/origin/master commit 4c07d585926dbc06ce9623dd83c8e2a7ee48289d into PR head commit 2006d9f7d1070fb2d4f785a02dea1eb0481748ea
13:34:31 [2022-11-03T13:34:31.532Z] Merge succeeded, producing 2006d9f7d1070fb2d4f785a02dea1eb0481748ea
13:34:31 [2022-11-03T13:34:31.533Z] Checking out Revision 2006d9f7d1070fb2d4f785a02dea1eb0481748ea (PR-44365)
13:34:31 [2022-11-03T13:34:31.575Z] Commit message: "cmd/dockerd: Rewrite shutdownDaemon to use context timeout"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:34:31 [2022-11-03T13:34:31.220Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44365/.git # timeout=10
13:34:31 [2022-11-03T13:34:31.235Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:34:31 [2022-11-03T13:34:31.250Z] Fetching upstream changes from https://github.com/moby/moby.git
13:34:31 [2022-11-03T13:34:31.250Z]  > git --version # timeout=10
13:34:31 [2022-11-03T13:34:31.265Z]  > git --version # 'git version 2.25.1'
13:34:31 [2022-11-03T13:34:31.265Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:34:31 [2022-11-03T13:34:31.266Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44365/head:refs/remotes/origin/PR-44365 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:34:31 [2022-11-03T13:34:31.464Z]  > git config core.sparsecheckout # timeout=10
13:34:31 [2022-11-03T13:34:31.471Z]  > git checkout -f 2006d9f7d1070fb2d4f785a02dea1eb0481748ea # timeout=10
13:34:31 [2022-11-03T13:34:31.507Z]  > git remote # timeout=10
13:34:31 [2022-11-03T13:34:31.513Z]  > git config --get remote.origin.url # timeout=10
13:34:31 [2022-11-03T13:34:31.519Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:34:31 [2022-11-03T13:34:31.520Z]  > git merge 4c07d585926dbc06ce9623dd83c8e2a7ee48289d # timeout=10
13:34:31 [2022-11-03T13:34:31.528Z]  > git rev-parse HEAD^{commit} # timeout=10
13:34:31 [2022-11-03T13:34:31.537Z]  > git config core.sparsecheckout # timeout=10
13:34:31 [2022-11-03T13:34:31.540Z]  > git checkout -f 2006d9f7d1070fb2d4f785a02dea1eb0481748ea # timeout=10
13:34:32 [2022-11-03T13:34:32.234Z] + docker version
13:34:32 [2022-11-03T13:34:32.234Z] Client: Docker Engine - Community
13:34:32 [2022-11-03T13:34:32.234Z]  Version:           22.06.0-beta.0
13:34:32 [2022-11-03T13:34:32.234Z]  API version:       1.42
13:34:32 [2022-11-03T13:34:32.234Z]  Go version:        go1.18.3
13:34:32 [2022-11-03T13:34:32.234Z]  Git commit:        3e9117b
13:34:32 [2022-11-03T13:34:32.234Z]  Built:             Fri Jun  3 17:55:34 2022
13:34:32 [2022-11-03T13:34:32.234Z]  OS/Arch:           linux/arm64
13:34:32 [2022-11-03T13:34:32.234Z]  Context:           default
13:34:32 [2022-11-03T13:34:32.234Z] 
13:34:32 [2022-11-03T13:34:32.234Z] Server: Docker Engine - Community
13:34:32 [2022-11-03T13:34:32.234Z]  Engine:
13:34:32 [2022-11-03T13:34:32.234Z]   Version:          22.06.0-beta.0
13:34:32 [2022-11-03T13:34:32.234Z]   API version:      1.42 (minimum version 1.12)
13:34:32 [2022-11-03T13:34:32.234Z]   Go version:       go1.18.3
13:34:32 [2022-11-03T13:34:32.234Z]   Git commit:       38633e7
13:34:32 [2022-11-03T13:34:32.234Z]   Built:            Fri Jun  3 17:55:34 2022
13:34:32 [2022-11-03T13:34:32.234Z]   OS/Arch:          linux/arm64
13:34:32 [2022-11-03T13:34:32.234Z]   Experimental:     true
13:34:32 [2022-11-03T13:34:32.234Z]  containerd:
13:34:32 [2022-11-03T13:34:32.234Z]   Version:          1.6.8
13:34:32 [2022-11-03T13:34:32.234Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:34:32 [2022-11-03T13:34:32.234Z]  runc:
13:34:32 [2022-11-03T13:34:32.234Z]   Version:          1.1.4
13:34:32 [2022-11-03T13:34:32.234Z]   GitCommit:        v1.1.4-0-g5fd4c4d
13:34:32 [2022-11-03T13:34:32.234Z]  docker-init:
13:34:32 [2022-11-03T13:34:32.234Z]   Version:          0.19.0
13:34:32 [2022-11-03T13:34:32.234Z]   GitCommit:        de40ad0
[Pipeline] sh
13:34:32 [2022-11-03T13:34:32.520Z] + docker info
13:34:32 [2022-11-03T13:34:32.520Z] Client:
13:34:32 [2022-11-03T13:34:32.520Z]  Context:    default
13:34:32 [2022-11-03T13:34:32.520Z]  Debug Mode: false
13:34:32 [2022-11-03T13:34:32.520Z]  Plugins:
13:34:32 [2022-11-03T13:34:32.520Z]   buildx: Docker Buildx (Docker Inc.)
13:34:32 [2022-11-03T13:34:32.520Z]     Version:  v0.8.2
13:34:32 [2022-11-03T13:34:32.520Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
13:34:32 [2022-11-03T13:34:32.520Z]   compose: Docker Compose (Docker Inc.)
13:34:32 [2022-11-03T13:34:32.520Z]     Version:  v2.12.0
13:34:32 [2022-11-03T13:34:32.520Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
13:34:32 [2022-11-03T13:34:32.520Z] 
13:34:32 [2022-11-03T13:34:32.520Z] Server:
13:34:32 [2022-11-03T13:34:32.520Z]  Containers: 0
13:34:32 [2022-11-03T13:34:32.520Z]   Running: 0
13:34:32 [2022-11-03T13:34:32.520Z]   Paused: 0
13:34:32 [2022-11-03T13:34:32.520Z]   Stopped: 0
13:34:32 [2022-11-03T13:34:32.520Z]  Images: 1
13:34:32 [2022-11-03T13:34:32.520Z]  Server Version: 22.06.0-beta.0
13:34:32 [2022-11-03T13:34:32.520Z]  Storage Driver: overlay2
13:34:32 [2022-11-03T13:34:32.520Z]   Backing Filesystem: extfs
13:34:32 [2022-11-03T13:34:32.520Z]   Supports d_type: true
13:34:32 [2022-11-03T13:34:32.520Z]   Using metacopy: false
13:34:32 [2022-11-03T13:34:32.520Z]   Native Overlay Diff: true
13:34:32 [2022-11-03T13:34:32.520Z]   userxattr: false
13:34:32 [2022-11-03T13:34:32.520Z]  Logging Driver: json-file
13:34:32 [2022-11-03T13:34:32.520Z]  Cgroup Driver: cgroupfs
13:34:32 [2022-11-03T13:34:32.520Z]  Cgroup Version: 1
13:34:32 [2022-11-03T13:34:32.520Z]  Plugins:
13:34:32 [2022-11-03T13:34:32.520Z]   Volume: local
13:34:32 [2022-11-03T13:34:32.520Z]   Network: bridge host ipvlan macvlan null overlay
13:34:32 [2022-11-03T13:34:32.520Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:34:32 [2022-11-03T13:34:32.520Z]  Swarm: inactive
13:34:32 [2022-11-03T13:34:32.520Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
13:34:32 [2022-11-03T13:34:32.520Z]  Default Runtime: runc
13:34:32 [2022-11-03T13:34:32.520Z]  Init Binary: docker-init
13:34:32 [2022-11-03T13:34:32.520Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
13:34:32 [2022-11-03T13:34:32.520Z]  runc version: v1.1.4-0-g5fd4c4d
13:34:32 [2022-11-03T13:34:32.520Z]  init version: de40ad0
13:34:32 [2022-11-03T13:34:32.520Z]  Security Options:
13:34:32 [2022-11-03T13:34:32.520Z]   apparmor
13:34:32 [2022-11-03T13:34:32.520Z]   seccomp
13:34:32 [2022-11-03T13:34:32.520Z]    Profile: builtin
13:34:32 [2022-11-03T13:34:32.520Z]  Kernel Version: 5.15.0-1022-aws
13:34:32 [2022-11-03T13:34:32.520Z]  Operating System: Ubuntu 20.04.5 LTS
13:34:32 [2022-11-03T13:34:32.520Z]  OSType: linux
13:34:32 [2022-11-03T13:34:32.520Z]  Architecture: aarch64
13:34:32 [2022-11-03T13:34:32.520Z]  CPUs: 2
13:34:32 [2022-11-03T13:34:32.520Z]  Total Memory: 7.559GiB
13:34:32 [2022-11-03T13:34:32.520Z]  Name: ip-10-100-103-137
13:34:32 [2022-11-03T13:34:32.520Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
13:34:32 [2022-11-03T13:34:32.520Z]  Docker Root Dir: /var/lib/docker
13:34:32 [2022-11-03T13:34:32.520Z]  Debug Mode: false
13:34:32 [2022-11-03T13:34:32.520Z]  Registry: https://index.docker.io/v1/
13:34:32 [2022-11-03T13:34:32.520Z]  Labels:
13:34:32 [2022-11-03T13:34:32.520Z]  Experimental: true
13:34:32 [2022-11-03T13:34:32.520Z]  Insecure Registries:
13:34:32 [2022-11-03T13:34:32.520Z]   127.0.0.0/8
13:34:32 [2022-11-03T13:34:32.520Z]  Live Restore Enabled: true
13:34:32 [2022-11-03T13:34:32.520Z] 
[Pipeline] sh
13:34:32 [2022-11-03T13:34:32.804Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:34:32 [2022-11-03T13:34:32.804Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:34:32 [2022-11-03T13:34:32.804Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44365/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
13:34:32 [2022-11-03T13:34:32.804Z] + bash /home/ubuntu/workspace/moby_PR-44365/check-config.sh
13:34:32 [2022-11-03T13:34:32.804Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:34:32 [2022-11-03T13:34:32.804Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
13:34:32 [2022-11-03T13:34:32.804Z] 
13:34:32 [2022-11-03T13:34:32.804Z] Generally Necessary:
13:34:32 [2022-11-03T13:34:32.804Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:34:32 [2022-11-03T13:34:32.804Z] - apparmor: enabled and tools installed
13:34:32 [2022-11-03T13:34:32.804Z] - CONFIG_NAMESPACES: enabled
13:34:32 [2022-11-03T13:34:32.804Z] - CONFIG_NET_NS: enabled
13:34:32 [2022-11-03T13:34:32.804Z] - CONFIG_PID_NS: enabled
13:34:32 [2022-11-03T13:34:32.804Z] - CONFIG_IPC_NS: enabled
13:34:32 [2022-11-03T13:34:32.804Z] - CONFIG_UTS_NS: enabled
13:34:32 [2022-11-03T13:34:32.804Z] - CONFIG_CGROUPS: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_CGROUP_CPUACCT: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_CGROUP_DEVICE: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_CGROUP_FREEZER: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_CGROUP_SCHED: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_CPUSETS: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_MEMCG: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_KEYS: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_VETH: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_BRIDGE: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_NF_NAT: enabled (as module)
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_POSIX_MQUEUE: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_CGROUP_BPF: enabled
13:34:33 [2022-11-03T13:34:33.064Z] 
13:34:33 [2022-11-03T13:34:33.064Z] Optional Features:
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_USER_NS: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_SECCOMP: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_SECCOMP_FILTER: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_CGROUP_PIDS: enabled
13:34:33 [2022-11-03T13:34:33.064Z] - CONFIG_MEMCG_SWAP: enabled
13:34:33 [2022-11-03T13:34:33.064Z]     (cgroup swap accounting is currently enabled)
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_BLK_CGROUP: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_CGROUP_PERF: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_CGROUP_HUGETLB: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_CFS_BANDWIDTH: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_RT_GROUP_SCHED: missing
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_IP_VS: enabled (as module)
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_IP_VS_NFCT: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_IP_VS_RR: enabled (as module)
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_SECURITY_SELINUX: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_SECURITY_APPARMOR: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_EXT4_FS: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:34:33 [2022-11-03T13:34:33.329Z] - Network Drivers:
13:34:33 [2022-11-03T13:34:33.330Z]   - "overlay":
13:34:33 [2022-11-03T13:34:33.330Z]     - CONFIG_VXLAN: enabled (as module)
13:34:33 [2022-11-03T13:34:33.330Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:34:33 [2022-11-03T13:34:33.330Z]       Optional (for encrypted networks):
13:34:33 [2022-11-03T13:34:33.589Z]       - CONFIG_CRYPTO: enabled
13:34:33 [2022-11-03T13:34:33.589Z]       - CONFIG_CRYPTO_AEAD: enabled
13:34:33 [2022-11-03T13:34:33.589Z]       - CONFIG_CRYPTO_GCM: enabled
13:34:33 [2022-11-03T13:34:33.589Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:34:33 [2022-11-03T13:34:33.589Z]       - CONFIG_CRYPTO_GHASH: enabled
13:34:33 [2022-11-03T13:34:33.589Z]       - CONFIG_XFRM: enabled
13:34:33 [2022-11-03T13:34:33.589Z]       - CONFIG_XFRM_USER: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]       - CONFIG_INET_ESP: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]   - "ipvlan":
13:34:33 [2022-11-03T13:34:33.589Z]     - CONFIG_IPVLAN: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]   - "macvlan":
13:34:33 [2022-11-03T13:34:33.589Z]     - CONFIG_MACVLAN: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]     - CONFIG_DUMMY: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]   - "ftp,tftp client in container":
13:34:33 [2022-11-03T13:34:33.589Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z] - Storage Drivers:
13:34:33 [2022-11-03T13:34:33.589Z]   - "aufs":
13:34:33 [2022-11-03T13:34:33.589Z]     - CONFIG_AUFS_FS: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]   - "btrfs":
13:34:33 [2022-11-03T13:34:33.589Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:34:33 [2022-11-03T13:34:33.589Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:34:33 [2022-11-03T13:34:33.589Z]   - "devicemapper":
13:34:33 [2022-11-03T13:34:33.850Z]     - CONFIG_BLK_DEV_DM: enabled
13:34:33 [2022-11-03T13:34:33.850Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:34:33 [2022-11-03T13:34:33.850Z]   - "overlay":
13:34:33 [2022-11-03T13:34:33.850Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:34:33 [2022-11-03T13:34:33.850Z]   - "zfs":
13:34:33 [2022-11-03T13:34:33.850Z]     - /dev/zfs: present
13:34:33 [2022-11-03T13:34:33.850Z]     - zfs command: missing
13:34:33 [2022-11-03T13:34:33.850Z]     - zpool command: missing
13:34:33 [2022-11-03T13:34:33.850Z] 
13:34:33 [2022-11-03T13:34:33.850Z] Limits:
13:34:33 [2022-11-03T13:34:33.850Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:34:33 [2022-11-03T13:34:33.850Z] 
13:34:33 [2022-11-03T13:34:33.850Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:34:34 [2022-11-03T13:34:34.178Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2006d9f7d1070fb2d4f785a02dea1eb0481748ea .
13:34:34 [2022-11-03T13:34:34.437Z] #1 [internal] load build definition from Dockerfile
13:34:34 [2022-11-03T13:34:34.437Z] #1 transferring dockerfile: 19.29kB done
13:34:34 [2022-11-03T13:34:34.697Z] #1 DONE 0.1s
13:34:34 [2022-11-03T13:34:34.697Z] 
13:34:34 [2022-11-03T13:34:34.697Z] #2 [internal] load .dockerignore
13:34:34 [2022-11-03T13:34:34.697Z] #2 transferring context: 145B done
13:34:34 [2022-11-03T13:34:34.697Z] #2 DONE 0.2s
13:34:34 [2022-11-03T13:34:34.697Z] 
13:34:34 [2022-11-03T13:34:34.697Z] #3 resolve image config for docker.io/docker/dockerfile:1
13:34:34 [2022-11-03T13:34:34.956Z] #3 DONE 0.4s
13:34:34 [2022-11-03T13:34:34.956Z] 
13:34:34 [2022-11-03T13:34:34.956Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
13:34:34 [2022-11-03T13:34:34.956Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
13:34:34 [2022-11-03T13:34:34.956Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0B / 9.21MB 0.1s
13:34:34 [2022-11-03T13:34:34.956Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
13:34:34 [2022-11-03T13:34:34.956Z] #4 sha256:f259fd86ee23d7b4a2944432e3a09f45fa288bb84bfbd222b19b2abc7ddffbb9 528B / 528B done
13:34:34 [2022-11-03T13:34:34.956Z] #4 sha256:8d5998862fafcacec68298ab34c9c28973251a5082836f31de0188cd914fae33 2.36kB / 2.36kB done
13:34:35 [2022-11-03T13:34:35.214Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 5.24MB / 9.21MB 0.2s
13:34:35 [2022-11-03T13:34:35.474Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 9.21MB / 9.21MB 0.3s done
13:34:35 [2022-11-03T13:34:35.474Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0
13:34:35 [2022-11-03T13:34:35.474Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.2s done
13:34:35 [2022-11-03T13:34:35.739Z] #4 DONE 0.6s
13:34:35 [2022-11-03T13:34:35.739Z] 
13:34:35 [2022-11-03T13:34:35.739Z] #5 [internal] load metadata for docker.io/library/debian:bullseye
13:34:37 [2022-11-03T13:34:37.115Z] #5 ...
13:34:37 [2022-11-03T13:34:37.115Z] 
13:34:37 [2022-11-03T13:34:37.115Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:34:37 [2022-11-03T13:34:37.115Z] #6 DONE 1.3s
13:34:37 [2022-11-03T13:34:37.115Z] 
13:34:37 [2022-11-03T13:34:37.115Z] #7 [internal] load metadata for docker.io/library/golang:1.19.3-bullseye
13:34:37 [2022-11-03T13:34:37.115Z] #7 DONE 1.4s
13:34:37 [2022-11-03T13:34:37.375Z] 
13:34:37 [2022-11-03T13:34:37.375Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:34:37 [2022-11-03T13:34:37.375Z] #8 DONE 1.5s
13:34:37 [2022-11-03T13:34:37.375Z] 
13:34:37 [2022-11-03T13:34:37.375Z] #5 [internal] load metadata for docker.io/library/debian:bullseye
13:34:37 [2022-11-03T13:34:37.375Z] #5 DONE 1.6s
13:34:37 [2022-11-03T13:34:37.653Z] 
13:34:37 [2022-11-03T13:34:37.653Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:34:37 [2022-11-03T13:34:37.653Z] #9 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
13:34:37 [2022-11-03T13:34:37.653Z] #9 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:34:37 [2022-11-03T13:34:37.915Z] #9 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:34:37 [2022-11-03T13:34:37.915Z] #9 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:34:38 [2022-11-03T13:34:38.506Z] #9 ...
13:34:38 [2022-11-03T13:34:38.506Z] 
13:34:38 [2022-11-03T13:34:38.506Z] #10 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
13:34:38 [2022-11-03T13:34:38.506Z] #10 DONE 0.9s
13:34:38 [2022-11-03T13:34:38.506Z] 
13:34:38 [2022-11-03T13:34:38.506Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:34:38 [2022-11-03T13:34:38.506Z] #9 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.5s
13:34:38 [2022-11-03T13:34:38.766Z] #9 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s
13:34:38 [2022-11-03T13:34:38.766Z] #9 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done
13:34:38 [2022-11-03T13:34:38.766Z] #9 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
13:34:40 [2022-11-03T13:34:40.706Z] #9 ...
13:34:40 [2022-11-03T13:34:40.706Z] 
13:34:40 [2022-11-03T13:34:40.706Z] #11 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:34:40 [2022-11-03T13:34:40.706Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
13:34:40 [2022-11-03T13:34:40.706Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:34:40 [2022-11-03T13:34:40.706Z] #11 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:34:40 [2022-11-03T13:34:40.706Z] #11 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:34:40 [2022-11-03T13:34:40.706Z] #11 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done
13:34:40 [2022-11-03T13:34:40.706Z] #11 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.6s done
13:34:40 [2022-11-03T13:34:40.706Z] #11 DONE 2.9s
13:34:40 [2022-11-03T13:34:40.706Z] 
13:34:40 [2022-11-03T13:34:40.706Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:34:40 [2022-11-03T13:34:40.706Z] #9 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.9s done
13:34:40 [2022-11-03T13:34:40.967Z] #9 DONE 3.5s
13:34:40 [2022-11-03T13:34:40.967Z] 
13:34:40 [2022-11-03T13:34:40.967Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:34e901ebac66df44ce97b56a9e1bb407307e54fe13e843d6c59da7826ce4dd2c
13:34:40 [2022-11-03T13:34:40.967Z] #12 resolve docker.io/library/golang:1.19.3-bullseye@sha256:34e901ebac66df44ce97b56a9e1bb407307e54fe13e843d6c59da7826ce4dd2c 0.1s done
13:34:40 [2022-11-03T13:34:40.967Z] #12 sha256:34e901ebac66df44ce97b56a9e1bb407307e54fe13e843d6c59da7826ce4dd2c 1.86kB / 1.86kB done
13:34:40 [2022-11-03T13:34:40.967Z] #12 sha256:d0e625b278a6bd69879384eff03bccf8b5b877adcd4f8c983747fbdcab5a3211 1.80kB / 1.80kB done
13:34:40 [2022-11-03T13:34:40.967Z] #12 sha256:74f48645b0176afbe1fc0a09d1c82272ee9d1cf53915b33a438fc4179ebeb36b 7.12kB / 7.12kB done
13:34:40 [2022-11-03T13:34:40.967Z] #12 sha256:8e1d92e7d04d2a9a9880cb45dc3c32c2805912cd86abed96d0ada3ff28748205 53.70MB / 53.70MB 1.2s done
13:34:40 [2022-11-03T13:34:40.967Z] #12 sha256:66eadbf427bb41b3e329a95935c65b09c6d3b7a9c2fa8e08417e497df02ed996 5.15MB / 5.15MB 1.0s done
13:34:40 [2022-11-03T13:34:40.967Z] #12 sha256:d337cb12fd7c6fe341850cd38e880f1806d49a65832c9804b06d00f9032382e0 54.68MB / 54.68MB 2.0s done
13:34:40 [2022-11-03T13:34:40.968Z] #12 sha256:cc9731f4e3bc3680179c10cece663cf0cfe0488918d6795406f4b76f07b787de 10.87MB / 10.87MB 1.7s done
13:34:40 [2022-11-03T13:34:40.968Z] #12 sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 55.57MB / 81.37MB 3.1s
13:34:40 [2022-11-03T13:34:40.968Z] #12 extracting sha256:8e1d92e7d04d2a9a9880cb45dc3c32c2805912cd86abed96d0ada3ff28748205 1.3s
13:34:40 [2022-11-03T13:34:40.968Z] #12 sha256:6698acbeca77f7142d9c60fbcf03cfd24ae5f19064a91cb73d0a115a4c6f1543 78.55MB / 115.13MB 3.1s
13:34:40 [2022-11-03T13:34:40.968Z] #12 sha256:3866aabe327615f8b353df0e7bb850ee5d5794ac1dd6e4f5334cdd748fd82fa1 156B / 156B 2.4s done
13:34:41 [2022-11-03T13:34:41.230Z] #12 sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 75.01MB / 81.37MB 3.3s
13:34:41 [2022-11-03T13:34:41.230Z] #12 sha256:6698acbeca77f7142d9c60fbcf03cfd24ae5f19064a91cb73d0a115a4c6f1543 88.90MB / 115.13MB 3.3s
13:34:41 [2022-11-03T13:34:41.490Z] #12 sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 81.37MB / 81.37MB 3.5s
13:34:41 [2022-11-03T13:34:41.490Z] #12 sha256:6698acbeca77f7142d9c60fbcf03cfd24ae5f19064a91cb73d0a115a4c6f1543 109.96MB / 115.13MB 3.5s
13:34:41 [2022-11-03T13:34:41.753Z] #12 ...
13:34:41 [2022-11-03T13:34:41.753Z] 
13:34:41 [2022-11-03T13:34:41.753Z] #13 [internal] load build context
13:34:41 [2022-11-03T13:34:41.753Z] #13 transferring context: 63.04MB 4.2s done
13:34:41 [2022-11-03T13:34:41.753Z] #13 DONE 4.4s
13:34:41 [2022-11-03T13:34:41.753Z] 
13:34:41 [2022-11-03T13:34:41.753Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:34e901ebac66df44ce97b56a9e1bb407307e54fe13e843d6c59da7826ce4dd2c
13:34:41 [2022-11-03T13:34:41.753Z] #12 sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 81.37MB / 81.37MB 3.8s done
13:34:42 [2022-11-03T13:34:42.013Z] #12 sha256:6698acbeca77f7142d9c60fbcf03cfd24ae5f19064a91cb73d0a115a4c6f1543 115.13MB / 115.13MB 4.0s done
13:34:43 [2022-11-03T13:34:43.014Z] #12 extracting sha256:8e1d92e7d04d2a9a9880cb45dc3c32c2805912cd86abed96d0ada3ff28748205 3.4s done
13:34:43 [2022-11-03T13:34:43.274Z] #12 ...
13:34:43 [2022-11-03T13:34:43.274Z] 
13:34:43 [2022-11-03T13:34:43.274Z] #14 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5
13:34:43 [2022-11-03T13:34:43.274Z] #14 resolve docker.io/library/debian:bullseye@sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 0.3s done
13:34:43 [2022-11-03T13:34:43.274Z] #14 sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 1.85kB / 1.85kB done
13:34:43 [2022-11-03T13:34:43.274Z] #14 sha256:2342d01b0a0138b5807b39bf853b24d99f69c8af7aa4968179818e7e4326c2cd 529B / 529B done
13:34:43 [2022-11-03T13:34:43.274Z] #14 sha256:afbb9e728ec01fb0ef0bf485f7d1e7f3af8a005936c069fd0e979a6084723cb7 1.48kB / 1.48kB done
13:34:43 [2022-11-03T13:34:43.274Z] #14 sha256:8e1d92e7d04d2a9a9880cb45dc3c32c2805912cd86abed96d0ada3ff28748205 53.70MB / 53.70MB 0.8s done
13:34:43 [2022-11-03T13:34:43.274Z] #14 DONE 5.8s
13:34:43 [2022-11-03T13:34:43.274Z] 
13:34:43 [2022-11-03T13:34:43.274Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:34e901ebac66df44ce97b56a9e1bb407307e54fe13e843d6c59da7826ce4dd2c
13:34:43 [2022-11-03T13:34:43.274Z] #12 extracting sha256:66eadbf427bb41b3e329a95935c65b09c6d3b7a9c2fa8e08417e497df02ed996 0.1s
13:34:43 [2022-11-03T13:34:43.533Z] #12 extracting sha256:66eadbf427bb41b3e329a95935c65b09c6d3b7a9c2fa8e08417e497df02ed996 0.2s done
13:34:43 [2022-11-03T13:34:43.796Z] #12 extracting sha256:cc9731f4e3bc3680179c10cece663cf0cfe0488918d6795406f4b76f07b787de 0.1s
13:34:44 [2022-11-03T13:34:44.055Z] #12 extracting sha256:cc9731f4e3bc3680179c10cece663cf0cfe0488918d6795406f4b76f07b787de 0.3s done
13:34:44 [2022-11-03T13:34:44.319Z] #12 extracting sha256:d337cb12fd7c6fe341850cd38e880f1806d49a65832c9804b06d00f9032382e0 0.1s
13:34:47 [2022-11-03T13:34:47.628Z] #12 extracting sha256:d337cb12fd7c6fe341850cd38e880f1806d49a65832c9804b06d00f9032382e0 3.2s done
13:34:47 [2022-11-03T13:34:47.628Z] #12 extracting sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de
13:34:47 [2022-11-03T13:34:47.887Z] #12 ...
13:34:47 [2022-11-03T13:34:47.887Z] 
13:34:47 [2022-11-03T13:34:47.887Z] #15 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:34:47 [2022-11-03T13:34:47.887Z] #15 DONE 0.9s
13:34:48 [2022-11-03T13:34:48.146Z] 
13:34:48 [2022-11-03T13:34:48.147Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:34e901ebac66df44ce97b56a9e1bb407307e54fe13e843d6c59da7826ce4dd2c
13:34:49 [2022-11-03T13:34:49.530Z] #12 ...
13:34:49 [2022-11-03T13:34:49.530Z] 
13:34:49 [2022-11-03T13:34:49.530Z] #16 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:34:49 [2022-11-03T13:34:49.530Z] #16 DONE 1.7s
13:34:49 [2022-11-03T13:34:49.530Z] 
13:34:49 [2022-11-03T13:34:49.530Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:34e901ebac66df44ce97b56a9e1bb407307e54fe13e843d6c59da7826ce4dd2c
13:34:50 [2022-11-03T13:34:50.911Z] #12 extracting sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 3.1s done
13:34:50 [2022-11-03T13:34:50.911Z] #12 extracting sha256:6698acbeca77f7142d9c60fbcf03cfd24ae5f19064a91cb73d0a115a4c6f1543 0.1s
13:34:53 [2022-11-03T13:34:53.449Z] #12 ...
13:34:53 [2022-11-03T13:34:53.449Z] 
13:34:53 [2022-11-03T13:34:53.449Z] #17 [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
13:34:53 [2022-11-03T13:34:53.449Z] #0 0.887 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 0.904 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 0.904 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 1.044 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 1.243 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [192 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 1.766 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 2.293 Fetched 8483 kB in 2s (5066 kB/s)
13:34:53 [2022-11-03T13:34:53.449Z] #0 2.293 Reading package lists...
13:34:53 [2022-11-03T13:34:53.449Z] #0 2.883 Reading package lists...
13:34:53 [2022-11-03T13:34:53.449Z] #0 3.444 Building dependency tree...
13:34:53 [2022-11-03T13:34:53.449Z] #0 3.844 The following additional packages will be installed:
13:34:53 [2022-11-03T13:34:53.449Z] #0 3.844   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
13:34:53 [2022-11-03T13:34:53.449Z] #0 3.844   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
13:34:53 [2022-11-03T13:34:53.449Z] #0 3.844 Recommended packages:
13:34:53 [2022-11-03T13:34:53.449Z] #0 3.844   libldap-common publicsuffix libsasl2-modules
13:34:53 [2022-11-03T13:34:53.449Z] #0 3.976 The following NEW packages will be installed:
13:34:53 [2022-11-03T13:34:53.449Z] #0 3.976   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
13:34:53 [2022-11-03T13:34:53.449Z] #0 3.976   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:34:53 [2022-11-03T13:34:53.449Z] #0 3.976   libssh2-1 openssl
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.248 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.248 Need to get 2941 kB of archives.
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.248 After this operation, 6478 kB of additional disk space will be used.
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.248 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.306 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.306 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.306 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.315 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.318 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.321 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.322 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.323 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.327 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.327 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.373 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.377 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.377 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.377 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.648 debconf: delaying package configuration, since apt-utils is not installed
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.684 Fetched 2941 kB in 0s (7458 kB/s)
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.875 Selecting previously unselected package openssl.
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.875 (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.)
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.875 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 4.941 Unpacking openssl (1.1.1n-0+deb11u3) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 5.298 Selecting previously unselected package ca-certificates.
13:34:53 [2022-11-03T13:34:53.449Z] #0 5.298 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 5.432 Unpacking ca-certificates (20210119) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 5.794 Selecting previously unselected package libbrotli1:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 5.794 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 5.809 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 5.885 Selecting previously unselected package libsasl2-modules-db:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 5.885 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 5.893 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.100 Selecting previously unselected package libsasl2-2:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.102 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.115 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.260 Selecting previously unselected package libldap-2.4-2:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.260 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.268 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.333 Selecting previously unselected package libnghttp2-14:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.333 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.337 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.407 Selecting previously unselected package libpsl5:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.407 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.412 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.460 Selecting previously unselected package librtmp1:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.460 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.466 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.527 Selecting previously unselected package libssh2-1:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.527 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.533 Unpacking libssh2-1:arm64 (1.9.0-2) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.587 Selecting previously unselected package libcurl4:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.587 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.591 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.670 Selecting previously unselected package curl.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.670 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.675 Unpacking curl (7.74.0-1.3+deb11u3) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.755 Selecting previously unselected package libonig5:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.755 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.761 Unpacking libonig5:arm64 (6.9.6-1.1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.822 Selecting previously unselected package libjq1:arm64.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.822 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.827 Unpacking libjq1:arm64 (1.6-2.1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.871 Selecting previously unselected package jq.
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.871 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.875 Unpacking jq (1.6-2.1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.932 Setting up libpsl5:arm64 (0.21.0-1.2) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.947 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.962 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.976 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 6.989 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 7.003 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 7.015 Setting up libssh2-1:arm64 (1.9.0-2) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 7.027 Setting up openssl (1.1.1n-0+deb11u3) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 7.052 Setting up libonig5:arm64 (6.9.6-1.1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 7.066 Setting up libjq1:arm64 (1.6-2.1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 7.078 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 7.092 Setting up ca-certificates (20210119) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 7.793 Updating certificates in /etc/ssl/certs...
13:34:53 [2022-11-03T13:34:53.449Z] #0 8.650 129 added, 0 removed; done.
13:34:53 [2022-11-03T13:34:53.449Z] #0 8.827 Setting up jq (1.6-2.1) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 8.840 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 8.854 Setting up curl (7.74.0-1.3+deb11u3) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 8.868 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 8.890 Processing triggers for ca-certificates (20210119) ...
13:34:53 [2022-11-03T13:34:53.449Z] #0 8.903 Updating certificates in /etc/ssl/certs...
13:34:53 [2022-11-03T13:34:53.449Z] #0 9.625 0 added, 0 removed; done.
13:34:53 [2022-11-03T13:34:53.449Z] #0 9.625 Running hooks in /etc/ca-certificates/update.d...
13:34:53 [2022-11-03T13:34:53.449Z] #0 9.626 done.
13:34:53 [2022-11-03T13:34:53.449Z] #17 ...
13:34:53 [2022-11-03T13:34:53.449Z] 
13:34:53 [2022-11-03T13:34:53.449Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:34e901ebac66df44ce97b56a9e1bb407307e54fe13e843d6c59da7826ce4dd2c
13:34:55 [2022-11-03T13:34:55.359Z] #12 extracting sha256:6698acbeca77f7142d9c60fbcf03cfd24ae5f19064a91cb73d0a115a4c6f1543 4.1s done
13:34:55 [2022-11-03T13:34:55.359Z] #12 extracting sha256:3866aabe327615f8b353df0e7bb850ee5d5794ac1dd6e4f5334cdd748fd82fa1
13:34:55 [2022-11-03T13:34:55.359Z] #12 extracting sha256:3866aabe327615f8b353df0e7bb850ee5d5794ac1dd6e4f5334cdd748fd82fa1 done
13:34:55 [2022-11-03T13:34:55.928Z] #12 DONE 18.6s
13:34:55 [2022-11-03T13:34:55.928Z] 
13:34:55 [2022-11-03T13:34:55.928Z] #17 [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
13:34:55 [2022-11-03T13:34:55.928Z] #17 DONE 12.7s
13:34:55 [2022-11-03T13:34:55.928Z] 
13:34:55 [2022-11-03T13:34:55.928Z] #18 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:34:56 [2022-11-03T13:34:56.188Z] #18 DONE 0.1s
13:34:56 [2022-11-03T13:34:56.188Z] 
13:34:56 [2022-11-03T13:34:56.188Z] #19 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:34:56 [2022-11-03T13:34:56.758Z] #19 DONE 0.6s
13:34:56 [2022-11-03T13:34:56.758Z] 
13:34:56 [2022-11-03T13:34:56.758Z] #20 [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
13:34:57 [2022-11-03T13:34:57.327Z] #20 DONE 0.6s
13:34:57 [2022-11-03T13:34:57.327Z] 
13:34:57 [2022-11-03T13:34:57.327Z] #21 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:34:57 [2022-11-03T13:34:57.588Z] #21 ...
13:34:57 [2022-11-03T13:34:57.588Z] 
13:34:57 [2022-11-03T13:34:57.588Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:34:57 [2022-11-03T13:34:57.588Z] #22 DONE 0.3s
13:34:57 [2022-11-03T13:34:57.851Z] 
13:34:57 [2022-11-03T13:34:57.851Z] #21 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:34:57 [2022-11-03T13:34:57.851Z] #21 DONE 0.3s
13:34:57 [2022-11-03T13:34:57.851Z] 
13:34:57 [2022-11-03T13:34:57.851Z] #23 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
13:34:57 [2022-11-03T13:34:57.851Z] #23 DONE 0.3s
13:34:57 [2022-11-03T13:34:57.851Z] 
13:34:57 [2022-11-03T13:34:57.851Z] #24 [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
13:34:57 [2022-11-03T13:34:57.851Z] #24 DONE 0.4s
13:34:57 [2022-11-03T13:34:57.851Z] 
13:34:57 [2022-11-03T13:34:57.851Z] #25 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:34:57 [2022-11-03T13:34:57.851Z] #25 DONE 0.4s
13:34:57 [2022-11-03T13:34:57.851Z] 
13:34:57 [2022-11-03T13:34:57.851Z] #26 [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
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.099 + RM_GOPATH=0
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.113 + TMP_GOPATH=
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.113 + : /build
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.113 + '[' -z '' ']'
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.114 ++ mktemp -d
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.115 + export GOPATH=/tmp/tmp.Xy2MwIvozC
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.115 + GOPATH=/tmp/tmp.Xy2MwIvozC
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.119 + RM_GOPATH=1
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.119 + case "$(go env GOARCH)" in
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.127 ++ go env GOARCH
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.154 + export GO_BUILDMODE=-buildmode=pie
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.174 + GO_BUILDMODE=-buildmode=pie
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.177 ++ dirname /install.sh
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.183 + dir=/
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.183 + bin=rootlesskit
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.193 + shift
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.194 + '[' '!' -f //rootlesskit.installer ']'
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.194 + . //rootlesskit.installer
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.194 ++ : 1920341cd41e047834a21007424162a2dc946315
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.195 + install_rootlesskit
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.195 + case "$1" in
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.195 + export CGO_ENABLED=0
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.195 + CGO_ENABLED=0
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.196 + _install_rootlesskit
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.196 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.197 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.197 + for f in rootlesskit rootlesskit-docker-proxy
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.197 + GOBIN=/build
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.197 + GO111MODULE=on
13:35:03 [2022-11-03T13:35:03.136Z] #26 5.197 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:35:03 [2022-11-03T13:35:03.396Z] #26 5.724 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:35:05 [2022-11-03T13:35:05.933Z] #26 8.005 go: downloading github.com/sirupsen/logrus v1.8.1
13:35:05 [2022-11-03T13:35:05.933Z] #26 8.009 go: downloading github.com/urfave/cli/v2 v2.4.0
13:35:06 [2022-11-03T13:35:06.197Z] #26 8.474 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:35:06 [2022-11-03T13:35:06.197Z] #26 ...
13:35:06 [2022-11-03T13:35:06.197Z] 
13:35:06 [2022-11-03T13:35:06.197Z] #27 [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
13:35:06 [2022-11-03T13:35:06.197Z] #0 1.628 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:35:06 [2022-11-03T13:35:06.197Z] #0 1.993 
13:35:06 [2022-11-03T13:35:06.197Z] #0 2.241 #=#=#                                                                         

#                                                                          2.0%
######################################################################## 100.0%
13:35:06 [2022-11-03T13:35:06.197Z] #0 2.739 
13:35:06 [2022-11-03T13:35:06.197Z] #0 4.158 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:35:06 [2022-11-03T13:35:06.197Z] #0 4.454 
13:35:06 [2022-11-03T13:35:06.197Z] #0 4.684 #=#=#                                                                         

                                                                           0.7%
######################################################################## 100.0%
13:35:06 [2022-11-03T13:35:06.197Z] #0 5.129 
13:35:06 [2022-11-03T13:35:06.197Z] #0 8.602 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
13:35:06 [2022-11-03T13:35:06.456Z] #27 ...
13:35:06 [2022-11-03T13:35:06.456Z] 
13:35:06 [2022-11-03T13:35:06.456Z] #28 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.121 + RM_GOPATH=0
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.133 + TMP_GOPATH=
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.134 + : /build
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.134 + '[' -z '' ']'
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.139 ++ mktemp -d
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.142 + export GOPATH=/tmp/tmp.rjRXcdUxzM
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.142 + GOPATH=/tmp/tmp.rjRXcdUxzM
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.142 + RM_GOPATH=1
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.142 + case "$(go env GOARCH)" in
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.146 ++ go env GOARCH
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.182 + export GO_BUILDMODE=-buildmode=pie
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.182 + GO_BUILDMODE=-buildmode=pie
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.183 ++ dirname /install.sh
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.184 + dir=/
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.184 + bin=dockercli
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.184 + shift
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.184 + '[' '!' -f //dockercli.installer ']'
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.184 + . //dockercli.installer
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.184 ++ : stable
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.184 ++ : 17.06.2-ce
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.185 Install docker/cli version 17.06.2-ce from stable
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.185 + install_dockercli
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.185 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.186 ++ uname -m
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.208 + arch=aarch64
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.208 + '[' aarch64 '!=' x86_64 ']'
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.208 + '[' aarch64 '!=' s390x ']'
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.208 + '[' aarch64 '!=' armhf ']'
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.208 + build_dockercli
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.208 + git clone https://github.com/docker/docker-ce /tmp/tmp.rjRXcdUxzM/tmp/docker-ce
13:35:06 [2022-11-03T13:35:06.456Z] #0 5.217 Cloning into '/tmp/tmp.rjRXcdUxzM/tmp/docker-ce'...
13:35:06 [2022-11-03T13:35:06.456Z] #28 ...
13:35:06 [2022-11-03T13:35:06.456Z] 
13:35:06 [2022-11-03T13:35:06.456Z] #27 [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
13:35:06 [2022-11-03T13:35:06.456Z] #27 10.23 #=#=#                                                                         
13:35:07 [2022-11-03T13:35:07.236Z] #27 10.62 #=#=#                                                                         

                                                                           0.0%
######                                                                     8.9%
############                                                              17.8%
#
13:35:07 [2022-11-03T13:35:07.236Z] #27 ...
13:35:07 [2022-11-03T13:35:07.236Z] 
13:35:07 [2022-11-03T13:35:07.236Z] #29 [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
13:35:07 [2022-11-03T13:35:07.236Z] #0 4.673 go: downloading mvdan.cc/sh/v3 v3.0.2
13:35:07 [2022-11-03T13:35:07.236Z] #0 9.027 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:35:07 [2022-11-03T13:35:07.236Z] #0 9.027 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:35:07 [2022-11-03T13:35:07.236Z] #0 9.107 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:35:07 [2022-11-03T13:35:07.495Z] #29 ...
13:35:07 [2022-11-03T13:35:07.495Z] 
13:35:07 [2022-11-03T13:35:07.495Z] #30 [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
13:35:07 [2022-11-03T13:35:07.495Z] #0 5.921 go: downloading github.com/pelletier/go-toml v1.8.1
13:35:07 [2022-11-03T13:35:07.495Z] #30 ...
13:35:07 [2022-11-03T13:35:07.495Z] 
13:35:07 [2022-11-03T13:35:07.495Z] #31 [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
13:35:07 [2022-11-03T13:35:07.495Z] #0 5.178 go: downloading github.com/go-delve/delve v1.8.1
13:35:07 [2022-11-03T13:35:07.755Z] #31 ...
13:35:07 [2022-11-03T13:35:07.755Z] 
13:35:07 [2022-11-03T13:35:07.755Z] #32 [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
13:35:07 [2022-11-03T13:35:07.755Z] #0 5.767 go: downloading github.com/golangci/golangci-lint v1.49.0
13:35:07 [2022-11-03T13:35:07.755Z] #0 7.744 go: downloading github.com/fatih/color v1.13.0
13:35:07 [2022-11-03T13:35:07.755Z] #0 7.770 go: downloading github.com/gofrs/flock v0.8.1
13:35:07 [2022-11-03T13:35:07.755Z] #0 7.865 go: downloading github.com/spf13/cobra v1.5.0
13:35:07 [2022-11-03T13:35:07.755Z] #0 7.866 go: downloading github.com/spf13/pflag v1.0.5
13:35:07 [2022-11-03T13:35:07.755Z] #0 8.155 go: downloading github.com/spf13/viper v1.12.0
13:35:07 [2022-11-03T13:35:07.755Z] #0 8.204 go: downloading gopkg.in/yaml.v3 v3.0.1
13:35:07 [2022-11-03T13:35:07.755Z] #0 8.845 go: downloading github.com/mattn/go-colorable v0.1.13
13:35:07 [2022-11-03T13:35:07.755Z] #0 8.845 go: downloading github.com/mattn/go-isatty v0.0.16
13:35:07 [2022-11-03T13:35:07.755Z] #0 8.956 go: downloading golang.org/x/tools v0.1.12
13:35:07 [2022-11-03T13:35:07.755Z] #0 8.958 go: downloading github.com/hashicorp/go-version v1.6.0
13:35:07 [2022-11-03T13:35:07.755Z] #0 9.271 go: downloading github.com/ldez/gomoddirectives v0.2.3
13:35:07 [2022-11-03T13:35:07.755Z] #0 9.626 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:35:07 [2022-11-03T13:35:07.755Z] #0 9.670 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:35:07 [2022-11-03T13:35:07.755Z] #32 ...
13:35:07 [2022-11-03T13:35:07.755Z] 
13:35:07 [2022-11-03T13:35:07.755Z] #33 [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.2.3"      && /build/go-winres --help
13:35:07 [2022-11-03T13:35:07.755Z] #0 5.678 go: downloading github.com/tc-hib/go-winres v0.2.3
13:35:07 [2022-11-03T13:35:07.755Z] #0 6.462 go: downloading github.com/tc-hib/winres v0.1.5
13:35:07 [2022-11-03T13:35:07.755Z] #0 7.249 go: downloading github.com/urfave/cli/v2 v2.3.0
13:35:07 [2022-11-03T13:35:07.755Z] #0 7.699 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
13:35:07 [2022-11-03T13:35:07.755Z] #0 7.756 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
13:35:07 [2022-11-03T13:35:07.755Z] #0 9.629 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:35:07 [2022-11-03T13:35:07.755Z] #0 9.771 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:35:08 [2022-11-03T13:35:08.015Z] #33 ...
13:35:08 [2022-11-03T13:35:08.015Z] 
13:35:08 [2022-11-03T13:35:08.015Z] #34 [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.1"      && /build/gotestsum --version
13:35:08 [2022-11-03T13:35:08.015Z] #0 5.601 go: downloading gotest.tools/gotestsum v1.8.1
13:35:08 [2022-11-03T13:35:08.015Z] #0 7.032 go: downloading github.com/fatih/color v1.10.0
13:35:08 [2022-11-03T13:35:08.015Z] #0 7.139 go: downloading github.com/dnephin/pflag v1.0.7
13:35:08 [2022-11-03T13:35:08.015Z] #0 7.185 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:35:08 [2022-11-03T13:35:08.015Z] #0 7.245 go: downloading github.com/pkg/errors v0.9.1
13:35:08 [2022-11-03T13:35:08.015Z] #0 7.624 go: downloading golang.org/x/tools v0.1.0
13:35:08 [2022-11-03T13:35:08.015Z] #0 7.821 go: downloading github.com/mattn/go-colorable v0.1.8
13:35:08 [2022-11-03T13:35:08.015Z] #0 7.910 go: downloading github.com/mattn/go-isatty v0.0.12
13:35:08 [2022-11-03T13:35:08.015Z] #0 8.829 go: downloading github.com/fsnotify/fsnotify v1.4.9
13:35:08 [2022-11-03T13:35:08.015Z] #0 8.987 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
13:35:08 [2022-11-03T13:35:08.015Z] #34 ...
13:35:08 [2022-11-03T13:35:08.015Z] 
13:35:08 [2022-11-03T13:35:08.015Z] #35 [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
13:35:08 [2022-11-03T13:35:08.015Z] #0 5.179 + git clone https://github.com/kolyshkin/go-swagger.git .
13:35:08 [2022-11-03T13:35:08.015Z] #0 5.199 Cloning into '.'...
13:35:08 [2022-11-03T13:35:08.275Z] #35 ...
13:35:08 [2022-11-03T13:35:08.275Z] 
13:35:08 [2022-11-03T13:35:08.275Z] #36 [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
13:35:08 [2022-11-03T13:35:08.275Z] #0 3.902 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:35:08 [2022-11-03T13:35:08.275Z] #0 3.930 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:35:08 [2022-11-03T13:35:08.275Z] #0 3.930 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:35:08 [2022-11-03T13:35:08.275Z] #0 4.292 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
13:35:08 [2022-11-03T13:35:08.275Z] #0 6.030 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [192 kB]
13:35:08 [2022-11-03T13:35:08.275Z] #0 9.046 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
13:35:08 [2022-11-03T13:35:08.275Z] #36 ...
13:35:08 [2022-11-03T13:35:08.275Z] 
13:35:08 [2022-11-03T13:35:08.275Z] #37 [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
13:35:08 [2022-11-03T13:35:08.275Z] #0 5.043 + git clone https://github.com/docker/distribution.git .
13:35:08 [2022-11-03T13:35:08.275Z] #0 5.051 Cloning into '.'...
13:35:08 [2022-11-03T13:35:08.537Z] #37 ...
13:35:08 [2022-11-03T13:35:08.537Z] 
13:35:08 [2022-11-03T13:35:08.537Z] #38 [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             ;
13:35:08 [2022-11-03T13:35:08.537Z] #0 3.898 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:35:08 [2022-11-03T13:35:08.537Z] #0 3.930 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:35:08 [2022-11-03T13:35:08.537Z] #0 3.930 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:35:08 [2022-11-03T13:35:08.537Z] #0 4.499 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
13:35:08 [2022-11-03T13:35:08.537Z] #0 6.719 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [192 kB]
13:35:08 [2022-11-03T13:35:08.537Z] #0 9.199 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #38 ...
13:35:08 [2022-11-03T13:35:08.797Z] 
13:35:08 [2022-11-03T13:35:08.797Z] #39 [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
13:35:08 [2022-11-03T13:35:08.797Z] #0 4.724 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #0 4.748 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #0 4.748 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #0 5.638 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #0 8.007 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [192 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #0 10.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #39 ...
13:35:08 [2022-11-03T13:35:08.797Z] 
13:35:08 [2022-11-03T13:35:08.797Z] #40 [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
13:35:08 [2022-11-03T13:35:08.797Z] #0 5.545 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #0 5.587 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #0 5.601 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #0 6.334 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
13:35:08 [2022-11-03T13:35:08.797Z] #0 6.715 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
13:35:08 [2022-11-03T13:35:08.797Z] #0 9.308 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [192 kB]
13:35:09 [2022-11-03T13:35:09.056Z] #40 ...
13:35:09 [2022-11-03T13:35:09.056Z] 
13:35:09 [2022-11-03T13:35:09.056Z] #41 [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
13:35:09 [2022-11-03T13:35:09.056Z] #0 5.427 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:35:09 [2022-11-03T13:35:09.056Z] #0 5.487 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:35:09 [2022-11-03T13:35:09.056Z] #0 5.499 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:35:09 [2022-11-03T13:35:09.056Z] #0 6.349 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
13:35:09 [2022-11-03T13:35:09.056Z] #0 9.089 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [192 kB]
13:35:09 [2022-11-03T13:35:09.056Z] #0 11.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
13:35:09 [2022-11-03T13:35:09.056Z] #41 ...
13:35:09 [2022-11-03T13:35:09.056Z] 
13:35:09 [2022-11-03T13:35:09.056Z] #27 [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
13:35:09 [2022-11-03T13:35:09.056Z] #27 10.62 #=#=#                                                                         

                                                                           0.0%
######                                                                     8.9%
############                                                              17.8%
##################                                                        25.6%
##############################                                            42.8%
##########################################                                59.2%
###############################################################           87.8%
######################################################################## 100.0%
13:35:09 [2022-11-03T13:35:09.325Z] #27 12.99 
13:35:13 [2022-11-03T13:35:13.520Z] #27 ...
13:35:13 [2022-11-03T13:35:13.520Z] 
13:35:13 [2022-11-03T13:35:13.520Z] #39 [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
13:35:13 [2022-11-03T13:35:13.520Z] #39 15.54 Fetched 8483 kB in 11s (765 kB/s)
13:35:18 [2022-11-03T13:35:18.797Z] #39 15.54 Reading package lists...
13:35:18 [2022-11-03T13:35:18.797Z] #39 ...
13:35:18 [2022-11-03T13:35:18.797Z] 
13:35:18 [2022-11-03T13:35:18.797Z] #27 [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
13:35:18 [2022-11-03T13:35:18.797Z] #27 18.01 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:35:18 [2022-11-03T13:35:18.797Z] #27 20.00 #=#=#                                                                         
13:35:18 [2022-11-03T13:35:18.797Z] #27 20.39 #=#=#                                                                         

######################################################################## 100.0%
13:35:18 [2022-11-03T13:35:18.797Z] #27 21.87 
13:35:18 [2022-11-03T13:35:18.797Z] #27 ...
13:35:18 [2022-11-03T13:35:18.797Z] 
13:35:18 [2022-11-03T13:35:18.797Z] #29 [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
13:35:18 [2022-11-03T13:35:18.797Z] #29 10.97 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:35:18 [2022-11-03T13:35:18.797Z] #29 ...
13:35:18 [2022-11-03T13:35:18.797Z] 
13:35:18 [2022-11-03T13:35:18.797Z] #32 [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
13:35:18 [2022-11-03T13:35:18.797Z] #32 14.90 go: downloading github.com/sirupsen/logrus v1.9.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 14.92 go: downloading github.com/stretchr/testify v1.8.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 15.26 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
13:35:18 [2022-11-03T13:35:18.797Z] #32 15.26 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
13:35:18 [2022-11-03T13:35:18.797Z] #32 15.44 go: downloading github.com/fsnotify/fsnotify v1.5.4
13:35:18 [2022-11-03T13:35:18.797Z] #32 15.45 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 15.60 go: downloading github.com/spf13/afero v1.8.2
13:35:18 [2022-11-03T13:35:18.797Z] #32 15.61 go: downloading github.com/spf13/cast v1.5.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 15.76 go: downloading github.com/spf13/jwalterweatherman v1.1.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 15.93 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
13:35:18 [2022-11-03T13:35:18.797Z] #32 16.04 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
13:35:18 [2022-11-03T13:35:18.797Z] #32 16.51 go: downloading github.com/hashicorp/errwrap v1.0.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 18.27 go: downloading 4d63.com/gochecknoglobals v0.1.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 18.28 go: downloading github.com/Antonboom/errname v0.1.7
13:35:18 [2022-11-03T13:35:18.797Z] #32 18.43 go: downloading github.com/Antonboom/nilnil v0.1.1
13:35:18 [2022-11-03T13:35:18.797Z] #32 18.44 go: downloading github.com/BurntSushi/toml v1.2.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 18.51 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
13:35:18 [2022-11-03T13:35:18.797Z] #32 18.77 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 18.97 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 19.16 go: downloading github.com/alexkohler/prealloc v1.0.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 19.25 go: downloading github.com/alingse/asasalint v0.0.11
13:35:18 [2022-11-03T13:35:18.797Z] #32 19.34 go: downloading github.com/ashanbrown/forbidigo v1.3.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 19.48 go: downloading github.com/ashanbrown/makezero v1.1.1
13:35:18 [2022-11-03T13:35:18.797Z] #32 19.59 go: downloading github.com/bkielbasa/cyclop v1.2.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 19.61 go: downloading github.com/blizzy78/varnamelen v0.8.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 19.68 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 19.91 go: downloading github.com/breml/bidichk v0.2.3
13:35:18 [2022-11-03T13:35:18.797Z] #32 19.95 go: downloading github.com/breml/errchkjson v0.3.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 19.98 go: downloading github.com/butuzov/ireturn v0.1.1
13:35:18 [2022-11-03T13:35:18.797Z] #32 20.02 go: downloading github.com/charithe/durationcheck v0.0.9
13:35:18 [2022-11-03T13:35:18.797Z] #32 20.08 go: downloading github.com/curioswitch/go-reassign v0.1.2
13:35:18 [2022-11-03T13:35:18.797Z] #32 20.25 go: downloading github.com/daixiang0/gci v0.6.3
13:35:18 [2022-11-03T13:35:18.797Z] #32 20.49 go: downloading github.com/denis-tingaikin/go-header v0.4.3
13:35:18 [2022-11-03T13:35:18.797Z] #32 20.49 go: downloading github.com/esimonov/ifshort v1.0.4
13:35:18 [2022-11-03T13:35:18.797Z] #32 20.63 go: downloading github.com/firefart/nonamedreturns v1.0.4
13:35:18 [2022-11-03T13:35:18.797Z] #32 20.64 go: downloading github.com/fzipp/gocyclo v0.6.0
13:35:18 [2022-11-03T13:35:18.797Z] #32 20.83 go: downloading github.com/go-critic/go-critic v0.6.4
13:35:18 [2022-11-03T13:35:18.797Z] #32 21.57 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:35:18 [2022-11-03T13:35:18.797Z] #32 21.60 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:35:18 [2022-11-03T13:35:18.797Z] #32 ...
13:35:18 [2022-11-03T13:35:18.797Z] 
13:35:18 [2022-11-03T13:35:18.797Z] #26 [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
13:35:18 [2022-11-03T13:35:18.797Z] #26 11.15 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:35:18 [2022-11-03T13:35:18.797Z] #26 12.16 go: downloading github.com/google/uuid v1.3.0
13:35:18 [2022-11-03T13:35:18.797Z] #26 12.16 go: downloading github.com/moby/vpnkit v0.5.0
13:35:18 [2022-11-03T13:35:18.797Z] #26 12.65 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:35:18 [2022-11-03T13:35:18.797Z] #26 12.75 go: downloading github.com/gofrs/flock v0.8.1
13:35:18 [2022-11-03T13:35:18.797Z] #26 12.90 go: downloading github.com/gorilla/mux v1.8.0
13:35:18 [2022-11-03T13:35:18.797Z] #26 13.12 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:35:18 [2022-11-03T13:35:18.797Z] #26 13.52 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:35:18 [2022-11-03T13:35:18.797Z] #26 13.69 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:35:18 [2022-11-03T13:35:18.797Z] #26 13.80 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:35:18 [2022-11-03T13:35:18.797Z] #26 16.47 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:35:19 [2022-11-03T13:35:19.056Z] #26 ...
13:35:19 [2022-11-03T13:35:19.056Z] 
13:35:19 [2022-11-03T13:35:19.056Z] #32 [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
13:35:19 [2022-11-03T13:35:19.056Z] #32 21.62 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
13:35:19 [2022-11-03T13:35:19.056Z] #32 21.73 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:35:19 [2022-11-03T13:35:19.056Z] #32 21.86 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:35:19 [2022-11-03T13:35:19.315Z] #32 21.99 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:35:19 [2022-11-03T13:35:19.315Z] #32 ...
13:35:19 [2022-11-03T13:35:19.315Z] 
13:35:19 [2022-11-03T13:35:19.315Z] #34 [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.1"      && /build/gotestsum --version
13:35:19 [2022-11-03T13:35:19.315Z] #34 11.93 go: downloading github.com/jonboulle/clockwork v0.2.2
13:35:19 [2022-11-03T13:35:19.315Z] #34 12.04 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
13:35:19 [2022-11-03T13:35:19.315Z] #34 12.14 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:35:19 [2022-11-03T13:35:19.315Z] #34 14.50 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:35:19 [2022-11-03T13:35:19.315Z] #34 14.53 go: downloading golang.org/x/mod v0.3.0
13:35:19 [2022-11-03T13:35:19.315Z] #34 ...
13:35:19 [2022-11-03T13:35:19.315Z] 
13:35:19 [2022-11-03T13:35:19.315Z] #32 [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
13:35:19 [2022-11-03T13:35:19.315Z] #32 22.01 go: downloading github.com/golangci/misspell v0.3.5
13:35:19 [2022-11-03T13:35:19.315Z] #32 22.04 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:35:19 [2022-11-03T13:35:19.315Z] #32 22.12 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
13:35:19 [2022-11-03T13:35:19.574Z] #32 22.15 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
13:35:19 [2022-11-03T13:35:19.574Z] #32 22.20 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
13:35:19 [2022-11-03T13:35:19.574Z] #32 22.28 go: downloading github.com/hexops/gotextdiff v1.0.3
13:35:19 [2022-11-03T13:35:19.574Z] #32 ...
13:35:19 [2022-11-03T13:35:19.574Z] 
13:35:19 [2022-11-03T13:35:19.574Z] #40 [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
13:35:19 [2022-11-03T13:35:19.574Z] #40 11.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
13:35:19 [2022-11-03T13:35:19.574Z] #40 14.80 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
13:35:19 [2022-11-03T13:35:19.574Z] #40 17.99 Fetched 8487 kB in 13s (665 kB/s)
13:35:19 [2022-11-03T13:35:19.834Z] #40 17.99 Reading package lists...
13:35:19 [2022-11-03T13:35:19.834Z] #40 ...
13:35:19 [2022-11-03T13:35:19.834Z] 
13:35:19 [2022-11-03T13:35:19.834Z] #37 [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
13:35:19 [2022-11-03T13:35:19.834Z] #37 21.85 Updating files:  80% (1758/2192)
Updating files:  81% (1776/2192)
Updating files:  82% (1798/2192)
Updating files:  83% (1820/2192)
Updating files:  84% (1842/2192)
Updating files:  85% (1864/2192)
Updating files:  86% (1886/2192)
Updating files:  87% (1908/2192)
Updating files:  88% (1929/2192)
Updating files:  89% (1951/2192)
Updating files:  90% (1973/2192)
Updating files:  91% (1995/2192)
Updating files:  92% (2017/2192)
Updating files:  93% (2039/2192)
Updating files:  94% (2061/2192)
Updating files:  95% (2083/2192)
Updating files:  96% (2105/2192)
Updating files:  97% (2127/2192)
Updating files:  98% (2149/2192)
Updating files:  99% (2171/2192)
Updating files: 100% (2192/2192)
Updating files: 100% (2192/2192), done.
13:35:20 [2022-11-03T13:35:20.106Z] #37 22.24 + git checkout -q v2.3.0
13:35:20 [2022-11-03T13:35:20.365Z] #37 ...
13:35:20 [2022-11-03T13:35:20.365Z] 
13:35:20 [2022-11-03T13:35:20.365Z] #31 [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
13:35:20 [2022-11-03T13:35:20.365Z] #31 13.04 go: downloading github.com/sirupsen/logrus v1.6.0
13:35:20 [2022-11-03T13:35:20.365Z] #31 13.07 go: downloading github.com/spf13/cobra v1.1.3
13:35:20 [2022-11-03T13:35:20.365Z] #31 13.47 go: downloading github.com/mattn/go-isatty v0.0.3
13:35:20 [2022-11-03T13:35:20.365Z] #31 13.62 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
13:35:20 [2022-11-03T13:35:20.365Z] #31 13.76 go: downloading gopkg.in/yaml.v2 v2.4.0
13:35:20 [2022-11-03T13:35:20.365Z] #31 13.98 go: downloading github.com/cosiner/argv v0.1.0
13:35:20 [2022-11-03T13:35:20.365Z] #31 14.01 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
13:35:20 [2022-11-03T13:35:20.365Z] #31 14.14 go: downloading github.com/peterh/liner v1.2.2
13:35:20 [2022-11-03T13:35:20.365Z] #31 14.31 go: downloading github.com/google/go-dap v0.6.0
13:35:20 [2022-11-03T13:35:20.365Z] #31 14.53 go: downloading github.com/russross/blackfriday/v2 v2.0.1
13:35:20 [2022-11-03T13:35:20.365Z] #31 14.76 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
13:35:20 [2022-11-03T13:35:20.365Z] #31 15.19 go: downloading github.com/mattn/go-runewidth v0.0.3
13:35:20 [2022-11-03T13:35:20.365Z] #31 15.29 go: downloading github.com/hashicorp/golang-lru v0.5.4
13:35:20 [2022-11-03T13:35:20.365Z] #31 15.37 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
13:35:20 [2022-11-03T13:35:20.365Z] #31 16.47 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
13:35:20 [2022-11-03T13:35:20.624Z] #31 ...
13:35:20 [2022-11-03T13:35:20.624Z] 
13:35:20 [2022-11-03T13:35:20.624Z] #32 [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
13:35:20 [2022-11-03T13:35:20.624Z] #32 22.52 go: downloading github.com/jgautheron/goconst v1.5.1
13:35:20 [2022-11-03T13:35:20.624Z] #32 22.58 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
13:35:20 [2022-11-03T13:35:20.624Z] #32 22.63 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
13:35:20 [2022-11-03T13:35:20.624Z] #32 22.64 go: downloading github.com/julz/importas v0.1.0
13:35:20 [2022-11-03T13:35:20.624Z] #32 22.71 go: downloading github.com/kisielk/errcheck v1.6.2
13:35:20 [2022-11-03T13:35:20.624Z] #32 22.78 go: downloading github.com/kulti/thelper v0.6.3
13:35:20 [2022-11-03T13:35:20.624Z] #32 22.87 go: downloading github.com/kunwardeep/paralleltest v1.0.6
13:35:20 [2022-11-03T13:35:20.624Z] #32 23.01 go: downloading github.com/kyoh86/exportloopref v0.1.8
13:35:20 [2022-11-03T13:35:20.624Z] #32 23.01 go: downloading github.com/ldez/tagliatelle v0.3.1
13:35:20 [2022-11-03T13:35:20.624Z] #32 23.06 go: downloading github.com/leonklingele/grouper v1.1.0
13:35:20 [2022-11-03T13:35:20.624Z] #32 23.07 go: downloading github.com/lufeee/execinquery v1.2.1
13:35:20 [2022-11-03T13:35:20.624Z] #32 23.12 go: downloading github.com/maratori/testpackage v1.1.0
13:35:20 [2022-11-03T13:35:20.624Z] #32 23.19 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
13:35:20 [2022-11-03T13:35:20.624Z] #32 23.21 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
13:35:20 [2022-11-03T13:35:20.624Z] #32 23.27 go: downloading github.com/mgechev/revive v1.2.3
13:35:20 [2022-11-03T13:35:20.884Z] #32 ...
13:35:20 [2022-11-03T13:35:20.884Z] 
13:35:20 [2022-11-03T13:35:20.884Z] #38 [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             ;
13:35:20 [2022-11-03T13:35:20.884Z] #38 13.41 Fetched 8483 kB in 10s (859 kB/s)
13:35:20 [2022-11-03T13:35:20.884Z] #38 13.41 Reading package lists...
13:35:20 [2022-11-03T13:35:20.884Z] #38 18.57 Reading package lists...
13:35:20 [2022-11-03T13:35:20.884Z] #38 23.55 Building dependency tree...
13:35:20 [2022-11-03T13:35:20.884Z] #38 ...
13:35:20 [2022-11-03T13:35:20.884Z] 
13:35:20 [2022-11-03T13:35:20.884Z] #36 [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
13:35:20 [2022-11-03T13:35:20.884Z] #36 13.53 Fetched 8483 kB in 10s (855 kB/s)
13:35:20 [2022-11-03T13:35:20.884Z] #36 13.53 Reading package lists...
13:35:21 [2022-11-03T13:35:21.143Z] #36 18.87 Reading package lists...
13:35:21 [2022-11-03T13:35:21.143Z] #36 ...
13:35:21 [2022-11-03T13:35:21.143Z] 
13:35:21 [2022-11-03T13:35:21.143Z] #30 [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
13:35:21 [2022-11-03T13:35:21.143Z] #30 23.38 tomll can be used in two ways:
13:35:21 [2022-11-03T13:35:21.143Z] #30 23.38 Writing to STDIN and reading from STDOUT:
13:35:21 [2022-11-03T13:35:21.143Z] #30 23.38   cat file.toml | tomll > file.toml
13:35:21 [2022-11-03T13:35:21.143Z] #30 23.38 
13:35:21 [2022-11-03T13:35:21.143Z] #30 23.38 Reading and updating a list of files:
13:35:21 [2022-11-03T13:35:21.143Z] #30 23.38   tomll a.toml b.toml c.toml
13:35:21 [2022-11-03T13:35:21.143Z] #30 23.38 
13:35:21 [2022-11-03T13:35:21.143Z] #30 23.39 When given a list of files, tomll will modify all files in place without asking.
13:35:24 [2022-11-03T13:35:24.436Z] #30 ...
13:35:24 [2022-11-03T13:35:24.436Z] 
13:35:24 [2022-11-03T13:35:24.436Z] #41 [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
13:35:24 [2022-11-03T13:35:24.436Z] #41 16.59 Fetched 8483 kB in 12s (735 kB/s)
13:35:24 [2022-11-03T13:35:24.436Z] #41 16.59 Reading package lists...
13:35:24 [2022-11-03T13:35:24.436Z] #41 21.80 Reading package lists...
13:35:24 [2022-11-03T13:35:24.436Z] #41 ...
13:35:24 [2022-11-03T13:35:24.436Z] 
13:35:24 [2022-11-03T13:35:24.436Z] #32 [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
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.12 go: downloading github.com/moricho/tparallel v0.2.1
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.12 go: downloading github.com/nakabonne/nestif v0.3.1
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.25 go: downloading github.com/nishanths/exhaustive v0.8.1
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.25 go: downloading github.com/nishanths/predeclared v0.2.2
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.36 go: downloading github.com/polyfloyd/go-errorlint v1.0.2
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.49 go: downloading github.com/ryancurrah/gomodguard v1.2.4
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.53 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.59 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.70 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.70 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0
13:35:24 [2022-11-03T13:35:24.436Z] #32 24.75 go: downloading github.com/securego/gosec/v2 v2.13.1
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.03 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.03 go: downloading github.com/sivchari/containedctx v1.0.2
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.15 go: downloading github.com/sivchari/nosnakecase v1.7.0
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.18 go: downloading github.com/sivchari/tenv v1.7.0
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.18 go: downloading github.com/sonatard/noctx v0.0.1
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.32 go: downloading github.com/sourcegraph/go-diff v0.6.1
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.33 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.49 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.54 go: downloading github.com/sylvia7788/contextcheck v1.0.6
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.59 go: downloading github.com/tdakkota/asciicheck v0.1.1
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.63 go: downloading github.com/tetafro/godot v1.4.11
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.63 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.75 go: downloading github.com/timonwong/logrlint v0.1.0
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.85 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2
13:35:24 [2022-11-03T13:35:24.436Z] #32 25.86 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
13:35:24 [2022-11-03T13:35:24.436Z] #32 26.09 go: downloading github.com/ultraware/funlen v0.0.3
13:35:24 [2022-11-03T13:35:24.436Z] #32 26.21 go: downloading github.com/ultraware/whitespace v0.0.5
13:35:24 [2022-11-03T13:35:24.436Z] #32 26.30 go: downloading github.com/uudashr/gocognit v1.0.6
13:35:24 [2022-11-03T13:35:24.436Z] #32 26.40 go: downloading github.com/yagipy/maintidx v1.0.0
13:35:24 [2022-11-03T13:35:24.436Z] #32 26.44 go: downloading github.com/yeya24/promlinter v0.2.0
13:35:24 [2022-11-03T13:35:24.436Z] #32 26.57 go: downloading gitlab.com/bosi/decorder v0.2.3
13:35:24 [2022-11-03T13:35:24.436Z] #32 ...
13:35:24 [2022-11-03T13:35:24.436Z] 
13:35:24 [2022-11-03T13:35:24.436Z] #27 [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
13:35:24 [2022-11-03T13:35:24.436Z] #27 24.84 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:35:24 [2022-11-03T13:35:24.436Z] #27 26.72 
13:35:24 [2022-11-03T13:35:24.436Z] #27 27.04 #=#=#                                                                         

######################################################################## 100.0%
13:35:24 [2022-11-03T13:35:24.436Z] #27 27.68 
13:35:24 [2022-11-03T13:35:24.436Z] #27 27.97 Download of images into '/build' complete.
13:35:24 [2022-11-03T13:35:24.436Z] #27 27.98 Use something like the following to load the result into a Docker daemon:
13:35:24 [2022-11-03T13:35:24.437Z] #27 27.98   tar -cC '/build' . | docker load
13:35:24 [2022-11-03T13:35:24.437Z] #27 DONE 28.2s
13:35:24 [2022-11-03T13:35:24.437Z] 
13:35:24 [2022-11-03T13:35:24.437Z] #30 [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
13:35:24 [2022-11-03T13:35:24.437Z] #30 DONE 27.0s
13:35:24 [2022-11-03T13:35:24.437Z] 
13:35:24 [2022-11-03T13:35:24.437Z] #32 [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
13:35:24 [2022-11-03T13:35:24.437Z] #32 27.01 go: downloading honnef.co/go/tools v0.3.3
13:35:26 [2022-11-03T13:35:26.343Z] #32 ...
13:35:26 [2022-11-03T13:35:26.343Z] 
13:35:26 [2022-11-03T13:35:26.343Z] #37 [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
13:35:26 [2022-11-03T13:35:26.343Z] #37 24.58 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:35:27 [2022-11-03T13:35:27.739Z] #37 ...
13:35:27 [2022-11-03T13:35:27.739Z] 
13:35:27 [2022-11-03T13:35:27.739Z] #32 [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
13:35:27 [2022-11-03T13:35:27.739Z] #32 29.15 go: downloading mvdan.cc/gofumpt v0.3.1
13:35:27 [2022-11-03T13:35:27.739Z] #32 29.16 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:35:27 [2022-11-03T13:35:27.739Z] #32 29.38 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442
13:35:27 [2022-11-03T13:35:27.739Z] #32 29.39 go: downloading github.com/davecgh/go-spew v1.1.1
13:35:27 [2022-11-03T13:35:27.739Z] #32 29.51 go: downloading github.com/pmezard/go-difflib v1.0.0
13:35:27 [2022-11-03T13:35:27.739Z] #32 29.53 go: downloading github.com/stretchr/objx v0.4.0
13:35:27 [2022-11-03T13:35:27.739Z] #32 29.60 go: downloading github.com/subosito/gotenv v1.4.0
13:35:27 [2022-11-03T13:35:27.739Z] #32 29.66 go: downloading github.com/hashicorp/hcl v1.0.0
13:35:27 [2022-11-03T13:35:27.739Z] #32 30.02 go: downloading gopkg.in/ini.v1 v1.66.6
13:35:27 [2022-11-03T13:35:27.739Z] #32 30.07 go: downloading github.com/magiconair/properties v1.8.6
13:35:27 [2022-11-03T13:35:27.739Z] #32 30.18 go: downloading github.com/pelletier/go-toml/v2 v2.0.2
13:35:27 [2022-11-03T13:35:27.739Z] #32 30.30 go: downloading golang.org/x/text v0.3.7
13:35:28 [2022-11-03T13:35:28.001Z] #32 30.73 go: downloading github.com/pelletier/go-toml v1.9.5
13:35:28 [2022-11-03T13:35:28.001Z] #32 ...
13:35:28 [2022-11-03T13:35:28.001Z] 
13:35:28 [2022-11-03T13:35:28.001Z] #39 [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
13:35:28 [2022-11-03T13:35:28.001Z] #39 20.74 Reading package lists...
13:35:28 [2022-11-03T13:35:28.001Z] #39 26.32 Building dependency tree...
13:35:28 [2022-11-03T13:35:28.001Z] #39 30.27 The following additional packages will be installed:
13:35:28 [2022-11-03T13:35:28.001Z] #39 30.27   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
13:35:28 [2022-11-03T13:35:28.001Z] #39 30.31 Suggested packages:
13:35:28 [2022-11-03T13:35:28.001Z] #39 30.31   cmake-doc ninja-build lrzip
13:35:28 [2022-11-03T13:35:28.001Z] #39 30.31 Recommended packages:
13:35:28 [2022-11-03T13:35:28.001Z] #39 30.31   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:35:28 [2022-11-03T13:35:28.260Z] #39 ...
13:35:28 [2022-11-03T13:35:28.260Z] 
13:35:28 [2022-11-03T13:35:28.260Z] #38 [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             ;
13:35:28 [2022-11-03T13:35:28.260Z] #38 23.55 Building dependency tree...
13:35:28 [2022-11-03T13:35:28.260Z] #38 28.49 python3 is already the newest version (3.9.2-3).
13:35:28 [2022-11-03T13:35:28.260Z] #38 28.49 The following additional packages will be installed:
13:35:28 [2022-11-03T13:35:28.260Z] #38 28.51   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
13:35:28 [2022-11-03T13:35:28.260Z] #38 28.51   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
13:35:28 [2022-11-03T13:35:28.260Z] #38 28.55 Suggested packages:
13:35:28 [2022-11-03T13:35:28.260Z] #38 28.55   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
13:35:28 [2022-11-03T13:35:28.260Z] #38 28.55   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
13:35:28 [2022-11-03T13:35:28.260Z] #38 28.55   m4-doc ed diffutils-doc
13:35:28 [2022-11-03T13:35:28.260Z] #38 28.55 Recommended packages:
13:35:28 [2022-11-03T13:35:28.260Z] #38 28.55   fakeroot libalgorithm-merge-perl libltdl-dev
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.00 The following NEW packages will be installed:
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.02   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.02   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.02   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.03   libyajl2 m4 patch xz-utils
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.48 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.48 Need to get 5921 kB of archives.
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.48 After this operation, 18.6 MB of additional disk space will be used.
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.49 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.50 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.50 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.50 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.54 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.57 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.58 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.74 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.75 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.76 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.76 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.76 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.76 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.77 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.80 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.82 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.82 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
13:35:28 [2022-11-03T13:35:28.260Z] #38 30.85 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
13:35:28 [2022-11-03T13:35:28.522Z] #38 ...
13:35:28 [2022-11-03T13:35:28.522Z] 
13:35:28 [2022-11-03T13:35:28.522Z] #39 [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
13:35:28 [2022-11-03T13:35:28.522Z] #39 31.12 The following NEW packages will be installed:
13:35:28 [2022-11-03T13:35:28.522Z] #39 31.14   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
13:35:28 [2022-11-03T13:35:28.522Z] #39 31.15   vim-common xxd
13:35:28 [2022-11-03T13:35:28.781Z] #39 ...
13:35:28 [2022-11-03T13:35:28.781Z] 
13:35:28 [2022-11-03T13:35:28.781Z] #36 [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
13:35:28 [2022-11-03T13:35:28.781Z] #36 18.87 Reading package lists...
13:35:28 [2022-11-03T13:35:28.781Z] #36 24.25 Building dependency tree...
13:35:28 [2022-11-03T13:35:28.781Z] #36 28.17 The following additional packages will be installed:
13:35:28 [2022-11-03T13:35:28.781Z] #36 28.21   libbtrfs0
13:35:28 [2022-11-03T13:35:28.781Z] #36 28.44 The following NEW packages will be installed:
13:35:28 [2022-11-03T13:35:28.781Z] #36 28.49   libbtrfs-dev libbtrfs0
13:35:28 [2022-11-03T13:35:28.781Z] #36 28.98 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
13:35:28 [2022-11-03T13:35:28.781Z] #36 28.98 Need to get 454 kB of archives.
13:35:28 [2022-11-03T13:35:28.781Z] #36 28.98 After this operation, 1275 kB of additional disk space will be used.
13:35:28 [2022-11-03T13:35:28.781Z] #36 28.98 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
13:35:28 [2022-11-03T13:35:28.781Z] #36 29.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
13:35:28 [2022-11-03T13:35:28.781Z] #36 29.95 debconf: delaying package configuration, since apt-utils is not installed
13:35:28 [2022-11-03T13:35:28.781Z] #36 30.23 Fetched 454 kB in 0s (1216 kB/s)
13:35:28 [2022-11-03T13:35:28.781Z] #36 30.33 Selecting previously unselected package libbtrfs0:arm64.
13:35:28 [2022-11-03T13:35:28.781Z] #36 30.33 (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.)
13:35:28 [2022-11-03T13:35:28.781Z] #36 30.38 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
13:35:28 [2022-11-03T13:35:28.781Z] #36 30.40 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
13:35:28 [2022-11-03T13:35:28.781Z] #36 30.69 Selecting previously unselected package libbtrfs-dev:arm64.
13:35:28 [2022-11-03T13:35:28.781Z] #36 30.69 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
13:35:28 [2022-11-03T13:35:28.782Z] #36 30.69 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
13:35:28 [2022-11-03T13:35:28.782Z] #36 30.98 Setting up libbtrfs0:arm64 (5.10.1-2) ...
13:35:28 [2022-11-03T13:35:28.782Z] #36 31.00 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
13:35:28 [2022-11-03T13:35:28.782Z] #36 31.03 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:35:28 [2022-11-03T13:35:28.782Z] #36 DONE 31.5s
13:35:29 [2022-11-03T13:35:29.047Z] 
13:35:29 [2022-11-03T13:35:29.047Z] #42 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:35:29 [2022-11-03T13:35:29.047Z] #42 DONE 0.1s
13:35:29 [2022-11-03T13:35:29.047Z] 
13:35:29 [2022-11-03T13:35:29.047Z] #39 [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
13:35:29 [2022-11-03T13:35:29.047Z] #39 31.59 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
13:35:29 [2022-11-03T13:35:29.047Z] #39 31.59 Need to get 15.6 MB of archives.
13:35:29 [2022-11-03T13:35:29.047Z] #39 31.59 After this operation, 67.4 MB of additional disk space will be used.
13:35:29 [2022-11-03T13:35:29.047Z] #39 31.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
13:35:29 [2022-11-03T13:35:29.047Z] #39 31.61 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:35:29 [2022-11-03T13:35:29.047Z] #39 31.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:35:29 [2022-11-03T13:35:29.047Z] #39 31.69 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
13:35:29 [2022-11-03T13:35:29.627Z] #39 32.20 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB]
13:35:29 [2022-11-03T13:35:29.627Z] #39 32.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
13:35:29 [2022-11-03T13:35:29.627Z] #39 32.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
13:35:29 [2022-11-03T13:35:29.627Z] #39 32.27 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
13:35:29 [2022-11-03T13:35:29.627Z] #39 32.27 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
13:35:29 [2022-11-03T13:35:29.627Z] #39 32.27 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
13:35:31 [2022-11-03T13:35:31.006Z] #39 ...
13:35:31 [2022-11-03T13:35:31.006Z] 
13:35:31 [2022-11-03T13:35:31.006Z] #40 [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
13:35:31 [2022-11-03T13:35:31.006Z] #40 17.99 Reading package lists...
13:35:31 [2022-11-03T13:35:31.006Z] #40 23.27 Reading package lists...
13:35:31 [2022-11-03T13:35:31.006Z] #40 28.76 Building dependency tree...
13:35:31 [2022-11-03T13:35:31.006Z] #40 32.53 The following additional packages will be installed:
13:35:31 [2022-11-03T13:35:31.006Z] #40 32.58   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
13:35:31 [2022-11-03T13:35:31.006Z] #40 32.59   python3-protobuf python3-six
13:35:31 [2022-11-03T13:35:31.006Z] #40 32.59 Suggested packages:
13:35:31 [2022-11-03T13:35:31.006Z] #40 32.62   python3-setuptools
13:35:31 [2022-11-03T13:35:31.006Z] #40 32.62 Recommended packages:
13:35:31 [2022-11-03T13:35:31.006Z] #40 32.62   iproute2 | iproute
13:35:31 [2022-11-03T13:35:31.006Z] #40 ...
13:35:31 [2022-11-03T13:35:31.006Z] 
13:35:31 [2022-11-03T13:35:31.006Z] #38 [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             ;
13:35:31 [2022-11-03T13:35:31.006Z] #38 32.01 debconf: delaying package configuration, since apt-utils is not installed
13:35:31 [2022-11-03T13:35:31.006Z] #38 32.43 Fetched 5921 kB in 1s (8111 kB/s)
13:35:31 [2022-11-03T13:35:31.006Z] #38 32.49 Selecting previously unselected package bzip2.
13:35:31 [2022-11-03T13:35:31.006Z] #38 32.49 (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.)
13:35:31 [2022-11-03T13:35:31.006Z] #38 32.59 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
13:35:31 [2022-11-03T13:35:31.006Z] #38 32.61 Unpacking bzip2 (1.0.8-4) ...
13:35:31 [2022-11-03T13:35:31.006Z] #38 32.74 Selecting previously unselected package libmagic-mgc.
13:35:31 [2022-11-03T13:35:31.006Z] #38 32.74 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ...
13:35:31 [2022-11-03T13:35:31.006Z] #38 32.74 Unpacking libmagic-mgc (1:5.39-3) ...
13:35:31 [2022-11-03T13:35:31.006Z] #38 33.33 Selecting previously unselected package libmagic1:arm64.
13:35:31 [2022-11-03T13:35:31.006Z] #38 33.33 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ...
13:35:31 [2022-11-03T13:35:31.006Z] #38 33.35 Unpacking libmagic1:arm64 (1:5.39-3) ...
13:35:31 [2022-11-03T13:35:31.006Z] #38 33.51 Selecting previously unselected package file.
13:35:31 [2022-11-03T13:35:31.006Z] #38 33.51 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ...
13:35:31 [2022-11-03T13:35:31.006Z] #38 33.52 Unpacking file (1:5.39-3) ...
13:35:31 [2022-11-03T13:35:31.006Z] #38 33.67 Selecting previously unselected package xz-utils.
13:35:31 [2022-11-03T13:35:31.006Z] #38 33.67 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
13:35:31 [2022-11-03T13:35:31.006Z] #38 33.68 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:35:31 [2022-11-03T13:35:31.577Z] #38 34.03 Selecting previously unselected package libsigsegv2:arm64.
13:35:31 [2022-11-03T13:35:31.577Z] #38 34.03 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ...
13:35:31 [2022-11-03T13:35:31.577Z] #38 34.04 Unpacking libsigsegv2:arm64 (2.13-1) ...
13:35:31 [2022-11-03T13:35:31.577Z] #38 34.26 Selecting previously unselected package m4.
13:35:31 [2022-11-03T13:35:31.577Z] #38 34.26 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ...
13:35:31 [2022-11-03T13:35:31.577Z] #38 34.28 Unpacking m4 (1.4.18-5) ...
13:35:32 [2022-11-03T13:35:32.144Z] #38 34.63 Selecting previously unselected package autoconf.
13:35:32 [2022-11-03T13:35:32.144Z] #38 34.63 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
13:35:32 [2022-11-03T13:35:32.144Z] #38 34.65 Unpacking autoconf (2.69-14) ...
13:35:32 [2022-11-03T13:35:32.404Z] #38 35.10 Selecting previously unselected package autotools-dev.
13:35:32 [2022-11-03T13:35:32.404Z] #38 35.10 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
13:35:32 [2022-11-03T13:35:32.404Z] #38 35.11 Unpacking autotools-dev (20180224.1+nmu1) ...
13:35:32 [2022-11-03T13:35:32.663Z] #38 35.39 Selecting previously unselected package automake.
13:35:32 [2022-11-03T13:35:32.663Z] #38 35.39 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
13:35:32 [2022-11-03T13:35:32.923Z] #38 35.42 Unpacking automake (1:1.16.3-2) ...
13:35:33 [2022-11-03T13:35:33.184Z] #38 ...
13:35:33 [2022-11-03T13:35:33.184Z] 
13:35:33 [2022-11-03T13:35:33.184Z] #33 [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.2.3"      && /build/go-winres --help
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32 NAME:
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32    go-winres - A tool for embedding resources in Windows executables
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32 
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32 USAGE:
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32    go-winres [global options] command [command options] [arguments...]
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32 
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32 COMMANDS:
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32    init     Create an initial ./winres/winres.json
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32    make     Make syso files for the "go build" command
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32    simply   Make syso files for the "go build" command (simplified)
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32    extract  Extract all resources from an executable
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32    patch    Replace resources in an executable file (exe, dll)
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32    help, h  Shows a list of commands or help for one command
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32 
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32 GLOBAL OPTIONS:
13:35:33 [2022-11-03T13:35:33.184Z] #33 35.32    --help, -h  show help (default: false)
13:35:33 [2022-11-03T13:35:33.184Z] #33 DONE 35.7s
13:35:33 [2022-11-03T13:35:33.184Z] 
13:35:33 [2022-11-03T13:35:33.184Z] #39 [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
13:35:33 [2022-11-03T13:35:33.184Z] #39 33.43 debconf: delaying package configuration, since apt-utils is not installed
13:35:33 [2022-11-03T13:35:33.184Z] #39 33.74 Fetched 15.6 MB in 1s (13.3 MB/s)
13:35:33 [2022-11-03T13:35:33.184Z] #39 33.83 Selecting previously unselected package xxd.
13:35:33 [2022-11-03T13:35:33.184Z] #39 33.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.)
13:35:33 [2022-11-03T13:35:33.184Z] #39 33.91 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
13:35:33 [2022-11-03T13:35:33.184Z] #39 33.92 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:35:33 [2022-11-03T13:35:33.184Z] #39 34.30 Selecting previously unselected package vim-common.
13:35:33 [2022-11-03T13:35:33.184Z] #39 34.31 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:35:33 [2022-11-03T13:35:33.184Z] #39 34.36 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:35:33 [2022-11-03T13:35:33.184Z] #39 34.75 Selecting previously unselected package cmake-data.
13:35:33 [2022-11-03T13:35:33.184Z] #39 34.75 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:35:33 [2022-11-03T13:35:33.184Z] #39 34.76 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:35:34 [2022-11-03T13:35:34.575Z] #39 ...
13:35:34 [2022-11-03T13:35:34.575Z] 
13:35:34 [2022-11-03T13:35:34.575Z] #41 [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
13:35:34 [2022-11-03T13:35:34.575Z] #41 26.96 Building dependency tree...
13:35:34 [2022-11-03T13:35:34.575Z] #41 31.54 The following additional packages will be installed:
13:35:34 [2022-11-03T13:35:34.575Z] #41 31.58   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:35:34 [2022-11-03T13:35:34.575Z] #41 31.58   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
13:35:34 [2022-11-03T13:35:34.575Z] #41 31.58   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
13:35:34 [2022-11-03T13:35:34.575Z] #41 31.58   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
13:35:34 [2022-11-03T13:35:34.575Z] #41 31.58   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
13:35:34 [2022-11-03T13:35:34.575Z] #41 31.58   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
13:35:34 [2022-11-03T13:35:34.575Z] #41 31.58   mingw-w64-common mingw-w64-x86-64-dev
13:35:34 [2022-11-03T13:35:34.575Z] #41 31.59 Suggested packages:
13:35:34 [2022-11-03T13:35:34.575Z] #41 31.59   gcc-10-locales seccomp wine64
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.02 The following NEW packages will be installed:
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.02   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.02   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.02   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.02   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.03   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.03   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.05   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.05   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.05   mingw-w64-x86-64-dev
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.48 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.48 Need to get 108 MB of archives.
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.48 After this operation, 620 MB of additional disk space will be used.
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.48 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]
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.68 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]
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.82 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
13:35:34 [2022-11-03T13:35:34.575Z] #41 33.85 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
13:35:34 [2022-11-03T13:35:34.575Z] #41 34.01 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
13:35:34 [2022-11-03T13:35:34.575Z] #41 34.24 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]
13:35:34 [2022-11-03T13:35:34.575Z] #41 34.25 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]
13:35:34 [2022-11-03T13:35:34.575Z] #41 34.76 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]
13:35:34 [2022-11-03T13:35:34.575Z] #41 35.68 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]
13:35:34 [2022-11-03T13:35:34.575Z] #41 36.30 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]
13:35:34 [2022-11-03T13:35:34.575Z] #41 36.84 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]
13:35:34 [2022-11-03T13:35:34.575Z] #41 ...
13:35:34 [2022-11-03T13:35:34.575Z] 
13:35:34 [2022-11-03T13:35:34.575Z] #38 [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             ;
13:35:34 [2022-11-03T13:35:34.575Z] #38 36.51 Selecting previously unselected package patch.
13:35:34 [2022-11-03T13:35:34.575Z] #38 36.52 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ...
13:35:34 [2022-11-03T13:35:34.575Z] #38 36.54 Unpacking patch (2.7.6-7) ...
13:35:34 [2022-11-03T13:35:34.575Z] #38 36.76 Selecting previously unselected package dpkg-dev.
13:35:34 [2022-11-03T13:35:34.575Z] #38 36.77 Preparing to unpack .../11-dpkg-dev_1.20.12_all.deb ...
13:35:34 [2022-11-03T13:35:34.575Z] #38 36.78 Unpacking dpkg-dev (1.20.12) ...
13:35:35 [2022-11-03T13:35:35.511Z] #38 38.00 Selecting previously unselected package build-essential.
13:35:35 [2022-11-03T13:35:35.512Z] #38 38.01 Preparing to unpack .../12-build-essential_12.9_arm64.deb ...
13:35:35 [2022-11-03T13:35:35.512Z] #38 38.03 Unpacking build-essential (12.9) ...
13:35:35 [2022-11-03T13:35:35.771Z] #38 38.33 Selecting previously unselected package libcap2:arm64.
13:35:35 [2022-11-03T13:35:35.771Z] #38 38.37 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ...
13:35:35 [2022-11-03T13:35:35.771Z] #38 38.44 Unpacking libcap2:arm64 (1:2.44-1) ...
13:35:36 [2022-11-03T13:35:36.037Z] #38 38.62 Selecting previously unselected package libcap-dev:arm64.
13:35:36 [2022-11-03T13:35:36.037Z] #38 38.63 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ...
13:35:36 [2022-11-03T13:35:36.037Z] #38 38.63 Unpacking libcap-dev:arm64 (1:2.44-1) ...
13:35:36 [2022-11-03T13:35:36.296Z] #38 ...
13:35:36 [2022-11-03T13:35:36.296Z] 
13:35:36 [2022-11-03T13:35:36.296Z] #29 [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
13:35:36 [2022-11-03T13:35:36.296Z] #29 37.85 v3.0.2
13:35:36 [2022-11-03T13:35:36.296Z] #29 DONE 38.9s
13:35:36 [2022-11-03T13:35:36.296Z] 
13:35:36 [2022-11-03T13:35:36.296Z] #38 [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             ;
13:35:36 [2022-11-03T13:35:36.296Z] #38 38.79 Selecting previously unselected package libprotobuf-c1:arm64.
13:35:36 [2022-11-03T13:35:36.296Z] #38 38.79 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
13:35:36 [2022-11-03T13:35:36.296Z] #38 38.80 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
13:35:36 [2022-11-03T13:35:36.296Z] #38 38.97 Selecting previously unselected package libprotobuf-c-dev:arm64.
13:35:36 [2022-11-03T13:35:36.296Z] #38 38.97 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
13:35:36 [2022-11-03T13:35:36.296Z] #38 38.99 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
13:35:36 [2022-11-03T13:35:36.635Z] #38 39.27 Selecting previously unselected package libseccomp-dev:arm64.
13:35:36 [2022-11-03T13:35:36.635Z] #38 39.27 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
13:35:36 [2022-11-03T13:35:36.635Z] #38 39.28 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:35:37 [2022-11-03T13:35:37.194Z] #38 39.63 Selecting previously unselected package libsystemd-dev:arm64.
13:35:37 [2022-11-03T13:35:37.194Z] #38 39.67 Preparing to unpack .../18-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
13:35:37 [2022-11-03T13:35:37.194Z] #38 39.68 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
13:35:38 [2022-11-03T13:35:38.169Z] #38 40.63 Selecting previously unselected package libtool.
13:35:38 [2022-11-03T13:35:38.169Z] #38 40.63 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
13:35:38 [2022-11-03T13:35:38.169Z] #38 40.64 Unpacking libtool (2.4.6-15) ...
13:35:38 [2022-11-03T13:35:38.430Z] #38 40.94 Selecting previously unselected package libudev-dev:arm64.
13:35:38 [2022-11-03T13:35:38.430Z] #38 40.95 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ...
13:35:38 [2022-11-03T13:35:38.430Z] #38 40.96 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
13:35:38 [2022-11-03T13:35:38.688Z] #38 41.23 Selecting previously unselected package libyajl2:arm64.
13:35:38 [2022-11-03T13:35:38.688Z] #38 41.24 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ...
13:35:38 [2022-11-03T13:35:38.688Z] #38 41.25 Unpacking libyajl2:arm64 (2.1.0-3) ...
13:35:38 [2022-11-03T13:35:38.688Z] #38 41.37 Selecting previously unselected package libyajl-dev:arm64.
13:35:38 [2022-11-03T13:35:38.688Z] #38 41.37 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ...
13:35:38 [2022-11-03T13:35:38.688Z] #38 41.37 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
13:35:38 [2022-11-03T13:35:38.947Z] #38 41.60 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:35:38 [2022-11-03T13:35:38.947Z] #38 41.63 Setting up libmagic-mgc (1:5.39-3) ...
13:35:38 [2022-11-03T13:35:38.947Z] #38 41.67 Setting up libyajl2:arm64 (2.1.0-3) ...
13:35:38 [2022-11-03T13:35:38.947Z] #38 ...
13:35:38 [2022-11-03T13:35:38.947Z] 
13:35:38 [2022-11-03T13:35:38.947Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.840 + RM_GOPATH=0
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.840 + TMP_GOPATH=
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.840 + : /build
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.840 + '[' -z '' ']'
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.841 ++ mktemp -d
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.856 + export GOPATH=/tmp/tmp.leXQygqHRH
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.856 + GOPATH=/tmp/tmp.leXQygqHRH
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.856 + RM_GOPATH=1
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.856 + case "$(go env GOARCH)" in
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.857 ++ go env GOARCH
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.899 + export GO_BUILDMODE=-buildmode=pie
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.899 + GO_BUILDMODE=-buildmode=pie
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.901 ++ dirname /install.sh
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.906 + dir=/
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.907 + bin=containerd
13:35:38 [2022-11-03T13:35:38.947Z] #0 0.907 + shift
13:35:38 [2022-11-03T13:35:38.948Z] #0 0.907 + '[' '!' -f //containerd.installer ']'
13:35:38 [2022-11-03T13:35:38.948Z] #0 0.907 + . //containerd.installer
13:35:38 [2022-11-03T13:35:38.948Z] #0 0.912 ++ set -e
13:35:38 [2022-11-03T13:35:38.948Z] #0 0.920 ++ : v1.6.9
13:35:38 [2022-11-03T13:35:38.948Z] #0 0.924 + install_containerd
13:35:38 [2022-11-03T13:35:38.948Z] #0 0.925 + echo 'Install containerd version v1.6.9'
13:35:38 [2022-11-03T13:35:38.948Z] #0 0.935 Install containerd version v1.6.9
13:35:38 [2022-11-03T13:35:38.948Z] #0 0.935 + git clone https://github.com/containerd/containerd.git /tmp/tmp.leXQygqHRH/src/github.com/containerd/containerd
13:35:38 [2022-11-03T13:35:38.948Z] #0 0.937 Cloning into '/tmp/tmp.leXQygqHRH/src/github.com/containerd/containerd'...
13:35:39 [2022-11-03T13:35:39.206Z] #43 ...
13:35:39 [2022-11-03T13:35:39.206Z] 
13:35:39 [2022-11-03T13:35:39.206Z] #38 [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             ;
13:35:39 [2022-11-03T13:35:39.206Z] #38 41.72 Setting up libmagic1:arm64 (1:5.39-3) ...
13:35:39 [2022-11-03T13:35:39.206Z] #38 41.78 Setting up file (1:5.39-3) ...
13:35:39 [2022-11-03T13:35:39.206Z] #38 41.82 Setting up bzip2 (1.0.8-4) ...
13:35:39 [2022-11-03T13:35:39.206Z] #38 41.85 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
13:35:39 [2022-11-03T13:35:39.206Z] #38 41.87 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
13:35:39 [2022-11-03T13:35:39.206Z] #38 41.92 Setting up libcap2:arm64 (1:2.44-1) ...
13:35:39 [2022-11-03T13:35:39.206Z] #38 41.95 Setting up autotools-dev (20180224.1+nmu1) ...
13:35:39 [2022-11-03T13:35:39.206Z] #38 41.97 Setting up libsigsegv2:arm64 (2.13-1) ...
13:35:39 [2022-11-03T13:35:39.206Z] #38 42.00 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:35:39 [2022-11-03T13:35:39.468Z] #38 42.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:35:39 [2022-11-03T13:35:39.468Z] #38 42.05 Setting up patch (2.7.6-7) ...
13:35:39 [2022-11-03T13:35:39.468Z] #38 42.08 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
13:35:39 [2022-11-03T13:35:39.468Z] #38 42.12 Setting up libyajl-dev:arm64 (2.1.0-3) ...
13:35:39 [2022-11-03T13:35:39.468Z] #38 42.16 Setting up libcap-dev:arm64 (1:2.44-1) ...
13:35:39 [2022-11-03T13:35:39.468Z] #38 42.21 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
13:35:39 [2022-11-03T13:35:39.468Z] #38 42.24 Setting up libtool (2.4.6-15) ...
13:35:39 [2022-11-03T13:35:39.728Z] #38 42.26 Setting up m4 (1.4.18-5) ...
13:35:39 [2022-11-03T13:35:39.728Z] #38 42.31 Setting up dpkg-dev (1.20.12) ...
13:35:39 [2022-11-03T13:35:39.728Z] #38 42.36 Setting up autoconf (2.69-14) ...
13:35:39 [2022-11-03T13:35:39.728Z] #38 42.38 Setting up build-essential (12.9) ...
13:35:39 [2022-11-03T13:35:39.728Z] #38 42.40 Setting up automake (1:1.16.3-2) ...
13:35:39 [2022-11-03T13:35:39.728Z] #38 42.42 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:35:39 [2022-11-03T13:35:39.728Z] #38 42.44 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:35:41 [2022-11-03T13:35:41.112Z] #38 DONE 43.6s
13:35:41 [2022-11-03T13:35:41.112Z] 
13:35:41 [2022-11-03T13:35:41.112Z] #41 [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
13:35:41 [2022-11-03T13:35:41.112Z] #41 37.69 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]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.16 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]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.17 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.18 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.33 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.38 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.39 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]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.40 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.40 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.43 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.44 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.45 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.46 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.48 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.50 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.50 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 38.51 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #41 39.91 debconf: delaying package configuration, since apt-utils is not installed
13:35:41 [2022-11-03T13:35:41.112Z] #41 40.24 Fetched 108 MB in 5s (20.2 MB/s)
13:35:41 [2022-11-03T13:35:41.112Z] #41 40.36 Selecting previously unselected package binutils-mingw-w64-i686.
13:35:41 [2022-11-03T13:35:41.112Z] #41 40.36 (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.)
13:35:41 [2022-11-03T13:35:41.112Z] #41 40.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
13:35:41 [2022-11-03T13:35:41.112Z] #41 40.48 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:35:41 [2022-11-03T13:35:41.112Z] #41 42.86 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:35:41 [2022-11-03T13:35:41.112Z] #41 42.87 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
13:35:41 [2022-11-03T13:35:41.112Z] #41 42.89 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:35:41 [2022-11-03T13:35:41.112Z] #41 ...
13:35:41 [2022-11-03T13:35:41.112Z] 
13:35:41 [2022-11-03T13:35:41.112Z] #40 [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
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.20 The following NEW packages will be installed:
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.20   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.20   python3-protobuf python3-six
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.62 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.62 Need to get 2136 kB of archives.
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.62 After this operation, 10.8 MB of additional disk space will be used.
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.62 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.63 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.66 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #40 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]
13:35:41 [2022-11-03T13:35:41.112Z] #40 33.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #40 36.69 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
13:35:41 [2022-11-03T13:35:41.112Z] #40 38.18 debconf: delaying package configuration, since apt-utils is not installed
13:35:41 [2022-11-03T13:35:41.112Z] #40 38.57 Fetched 2136 kB in 4s (569 kB/s)
13:35:41 [2022-11-03T13:35:41.112Z] #40 38.83 Selecting previously unselected package libprotobuf23:arm64.
13:35:41 [2022-11-03T13:35:41.112Z] #40 38.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.)
13:35:41 [2022-11-03T13:35:41.112Z] #40 38.89 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 38.91 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 40.00 Selecting previously unselected package python3-pkg-resources.
13:35:41 [2022-11-03T13:35:41.112Z] #40 40.00 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 40.01 Unpacking python3-pkg-resources (52.0.0-4) ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 40.30 Selecting previously unselected package python3-six.
13:35:41 [2022-11-03T13:35:41.112Z] #40 40.31 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 40.36 Unpacking python3-six (1.16.0-2) ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 40.50 Selecting previously unselected package python3-protobuf.
13:35:41 [2022-11-03T13:35:41.112Z] #40 40.51 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 40.52 Unpacking python3-protobuf (3.12.4-1) ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.07 Selecting previously unselected package libnet1:arm64.
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.07 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.09 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.30 Selecting previously unselected package libnl-3-200:arm64.
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.30 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.34 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.55 Selecting previously unselected package libprotobuf-c1:arm64.
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.55 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.57 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.72 Selecting previously unselected package criu.
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.72 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 41.73 Unpacking criu (3.17.1-1) ...
13:35:41 [2022-11-03T13:35:41.112Z] #40 42.57 Setting up python3-pkg-resources (52.0.0-4) ...
13:35:42 [2022-11-03T13:35:42.495Z] #40 44.54 Setting up libprotobuf23:arm64 (3.12.4-1) ...
13:35:42 [2022-11-03T13:35:42.495Z] #40 44.56 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:35:42 [2022-11-03T13:35:42.495Z] #40 44.60 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
13:35:42 [2022-11-03T13:35:42.495Z] #40 44.61 Setting up python3-six (1.16.0-2) ...
13:35:43 [2022-11-03T13:35:43.069Z] #40 ...
13:35:43 [2022-11-03T13:35:43.069Z] 
13:35:43 [2022-11-03T13:35:43.069Z] #41 [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
13:35:43 [2022-11-03T13:35:43.069Z] #41 45.51 Selecting previously unselected package binutils-mingw-w64.
13:35:43 [2022-11-03T13:35:43.069Z] #41 45.51 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
13:35:43 [2022-11-03T13:35:43.069Z] #41 45.52 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
13:35:43 [2022-11-03T13:35:43.069Z] #41 45.72 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:35:43 [2022-11-03T13:35:43.069Z] #41 45.72 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:35:43 [2022-11-03T13:35:43.069Z] #41 45.77 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:35:43 [2022-11-03T13:35:43.330Z] #41 45.96 Selecting previously unselected package dmsetup.
13:35:43 [2022-11-03T13:35:43.330Z] #41 45.96 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
13:35:43 [2022-11-03T13:35:43.330Z] #41 45.97 Unpacking dmsetup (2:1.02.175-2.1) ...
13:35:43 [2022-11-03T13:35:43.330Z] #41 46.12 Selecting previously unselected package mingw-w64-common.
13:35:43 [2022-11-03T13:35:43.330Z] #41 46.13 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
13:35:43 [2022-11-03T13:35:43.330Z] #41 ...
13:35:43 [2022-11-03T13:35:43.330Z] 
13:35:43 [2022-11-03T13:35:43.330Z] #32 [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
13:35:43 [2022-11-03T13:35:43.330Z] #32 36.04 go: downloading github.com/gobwas/glob v0.2.3
13:35:43 [2022-11-03T13:35:43.330Z] #32 36.10 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
13:35:43 [2022-11-03T13:35:43.330Z] #32 36.42 go: downloading go.uber.org/zap v1.17.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 36.93 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.07 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.09 go: downloading github.com/go-toolsmith/astcopy v1.0.1
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.14 go: downloading github.com/go-toolsmith/astequal v1.0.2
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.20 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.25 go: downloading github.com/go-toolsmith/astp v1.0.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.25 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.28 go: downloading github.com/go-toolsmith/typep v1.0.2
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.28 go: downloading github.com/quasilyte/go-ruleguard v0.3.17
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.34 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.49 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.61 go: downloading github.com/kisielk/gotool v1.0.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.73 go: downloading github.com/gostaticanalysis/comment v1.4.2
13:35:43 [2022-11-03T13:35:43.330Z] #32 37.80 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
13:35:43 [2022-11-03T13:35:43.330Z] #32 38.04 go: downloading github.com/ettle/strcase v0.1.1
13:35:43 [2022-11-03T13:35:43.330Z] #32 38.05 go: downloading github.com/fatih/structtag v1.2.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 38.12 go: downloading github.com/Masterminds/semver v1.5.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 38.12 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
13:35:43 [2022-11-03T13:35:43.330Z] #32 38.38 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
13:35:43 [2022-11-03T13:35:43.330Z] #32 38.39 go: downloading github.com/prometheus/client_golang v1.12.1
13:35:43 [2022-11-03T13:35:43.330Z] #32 39.05 go: downloading github.com/prometheus/client_model v0.2.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 39.24 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:35:43 [2022-11-03T13:35:43.330Z] #32 39.35 go: downloading github.com/google/go-cmp v0.5.8
13:35:43 [2022-11-03T13:35:43.330Z] #32 39.86 go: downloading go.uber.org/atomic v1.7.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 39.88 go: downloading go.uber.org/multierr v1.6.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 39.98 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
13:35:43 [2022-11-03T13:35:43.330Z] #32 40.18 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
13:35:43 [2022-11-03T13:35:43.330Z] #32 40.18 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375
13:35:43 [2022-11-03T13:35:43.330Z] #32 40.19 go: downloading github.com/olekukonko/tablewriter v0.0.5
13:35:43 [2022-11-03T13:35:43.330Z] #32 40.33 go: downloading github.com/beorn7/perks v1.0.1
13:35:43 [2022-11-03T13:35:43.330Z] #32 40.33 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:35:43 [2022-11-03T13:35:43.330Z] #32 40.42 go: downloading github.com/golang/protobuf v1.5.2
13:35:43 [2022-11-03T13:35:43.330Z] #32 40.47 go: downloading github.com/prometheus/common v0.32.1
13:35:43 [2022-11-03T13:35:43.330Z] #32 41.01 go: downloading github.com/prometheus/procfs v0.7.3
13:35:43 [2022-11-03T13:35:43.330Z] #32 41.01 go: downloading google.golang.org/protobuf v1.28.0
13:35:43 [2022-11-03T13:35:43.330Z] #32 41.71 go: downloading github.com/mattn/go-runewidth v0.0.9
13:35:43 [2022-11-03T13:35:43.330Z] #32 42.82 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
13:35:43 [2022-11-03T13:35:43.589Z] #32 ...
13:35:43 [2022-11-03T13:35:43.589Z] 
13:35:43 [2022-11-03T13:35:43.589Z] #40 [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
13:35:43 [2022-11-03T13:35:43.589Z] #40 45.75 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
13:35:43 [2022-11-03T13:35:43.589Z] #40 45.80 Setting up python3-protobuf (3.12.4-1) ...
13:35:46 [2022-11-03T13:35:46.147Z] #40 ...
13:35:46 [2022-11-03T13:35:46.147Z] 
13:35:46 [2022-11-03T13:35:46.147Z] #39 [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
13:35:46 [2022-11-03T13:35:46.147Z] #39 38.79 Selecting previously unselected package libicu67:arm64.
13:35:46 [2022-11-03T13:35:46.147Z] #39 38.80 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 38.82 Unpacking libicu67:arm64 (67.1-7) ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 45.30 Selecting previously unselected package libxml2:arm64.
13:35:46 [2022-11-03T13:35:46.147Z] #39 45.30 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 45.31 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 45.89 Selecting previously unselected package libarchive13:arm64.
13:35:46 [2022-11-03T13:35:46.147Z] #39 45.90 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 45.90 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.25 Selecting previously unselected package libjsoncpp24:arm64.
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.25 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.26 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.45 Selecting previously unselected package librhash0:arm64.
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.45 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.47 Unpacking librhash0:arm64 (1.4.1-2) ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.66 Selecting previously unselected package libuv1:arm64.
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.67 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.68 Unpacking libuv1:arm64 (1.40.0-2) ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.89 Selecting previously unselected package cmake.
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.89 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
13:35:46 [2022-11-03T13:35:46.147Z] #39 46.91 Unpacking cmake (3.18.4-2+deb11u1) ...
13:35:47 [2022-11-03T13:35:47.086Z] #39 49.65 Setting up libicu67:arm64 (67.1-7) ...
13:35:47 [2022-11-03T13:35:47.086Z] #39 49.68 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:35:47 [2022-11-03T13:35:47.086Z] #39 49.70 Setting up libuv1:arm64 (1.40.0-2) ...
13:35:47 [2022-11-03T13:35:47.086Z] #39 49.71 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:35:47 [2022-11-03T13:35:47.086Z] #39 49.76 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
13:35:47 [2022-11-03T13:35:47.086Z] #39 ...
13:35:47 [2022-11-03T13:35:47.086Z] 
13:35:47 [2022-11-03T13:35:47.086Z] #40 [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
13:35:47 [2022-11-03T13:35:47.086Z] #40 49.37 Setting up criu (3.17.1-1) ...
13:35:47 [2022-11-03T13:35:47.086Z] #40 ...
13:35:47 [2022-11-03T13:35:47.086Z] 
13:35:47 [2022-11-03T13:35:47.086Z] #35 [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
13:35:47 [2022-11-03T13:35:47.086Z] #35 39.50 Updating files:  92% (1403/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
13:35:47 [2022-11-03T13:35:47.086Z] #35 39.83 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
13:35:47 [2022-11-03T13:35:47.086Z] #35 40.16 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:35:47 [2022-11-03T13:35:47.348Z] #35 ...
13:35:47 [2022-11-03T13:35:47.348Z] 
13:35:47 [2022-11-03T13:35:47.348Z] #39 [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
13:35:47 [2022-11-03T13:35:47.348Z] #39 49.79 Setting up librhash0:arm64 (1.4.1-2) ...
13:35:47 [2022-11-03T13:35:47.348Z] #39 49.81 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:35:47 [2022-11-03T13:35:47.348Z] #39 49.83 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
13:35:47 [2022-11-03T13:35:47.348Z] #39 49.85 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:35:47 [2022-11-03T13:35:47.348Z] #39 49.87 Setting up cmake (3.18.4-2+deb11u1) ...
13:35:47 [2022-11-03T13:35:47.348Z] #39 49.89 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:35:49 [2022-11-03T13:35:49.892Z] #39 DONE 52.1s
13:35:49 [2022-11-03T13:35:49.892Z] 
13:35:49 [2022-11-03T13:35:49.892Z] #40 [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
13:35:49 [2022-11-03T13:35:49.892Z] #40 51.01 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:35:49 [2022-11-03T13:35:49.892Z] #40 DONE 51.8s
13:35:49 [2022-11-03T13:35:49.892Z] 
13:35:49 [2022-11-03T13:35:49.892Z] #44 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:35:49 [2022-11-03T13:35:49.892Z] #44 DONE 0.2s
13:35:49 [2022-11-03T13:35:49.892Z] 
13:35:49 [2022-11-03T13:35:49.892Z] #45 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.113 + RM_GOPATH=0
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.118 + TMP_GOPATH=
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.119 + : /build
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.119 + '[' -z '' ']'
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.122 ++ mktemp -d
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.124 + export GOPATH=/tmp/tmp.Fql1vdYV17
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.124 + GOPATH=/tmp/tmp.Fql1vdYV17
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.124 + RM_GOPATH=1
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.124 + case "$(go env GOARCH)" in
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.127 ++ go env GOARCH
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.137 + export GO_BUILDMODE=-buildmode=pie
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.205 + GO_BUILDMODE=-buildmode=pie
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.206 ++ dirname /install.sh
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.209 + dir=/
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.209 + bin=tini
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.209 + shift
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.209 + '[' '!' -f //tini.installer ']'
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.210 + . //tini.installer
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.211 ++ : v0.19.0
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.212 + install_tini
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.213 + echo 'Install tini version v0.19.0'
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.216 Install tini version v0.19.0
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.216 + git clone https://github.com/krallin/tini.git /tmp/tmp.Fql1vdYV17/tini
13:35:50 [2022-11-03T13:35:50.836Z] #45 1.242 Cloning into '/tmp/tmp.Fql1vdYV17/tini'...
13:35:50 [2022-11-03T13:35:50.836Z] #45 ...
13:35:50 [2022-11-03T13:35:50.836Z] 
13:35:50 [2022-11-03T13:35:50.836Z] #46 [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
13:35:50 [2022-11-03T13:35:50.836Z] #0 0.796 Cloning into '/tmp/crun-build'...
13:35:50 [2022-11-03T13:35:50.836Z] #0 6.174 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
13:35:50 [2022-11-03T13:35:50.836Z] #0 6.187 Cloning into '/tmp/crun-build/libocispec'...
13:35:50 [2022-11-03T13:35:50.836Z] #0 7.290 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
13:35:50 [2022-11-03T13:35:50.836Z] #0 7.318 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
13:35:50 [2022-11-03T13:35:50.836Z] #0 7.327 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
13:35:50 [2022-11-03T13:35:50.836Z] #0 7.328 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
13:35:50 [2022-11-03T13:35:50.836Z] #0 7.344 Cloning into '/tmp/crun-build/libocispec/image-spec'...
13:35:50 [2022-11-03T13:35:50.836Z] #0 9.755 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
13:35:51 [2022-11-03T13:35:51.775Z] #46 ...
13:35:51 [2022-11-03T13:35:51.775Z] 
13:35:51 [2022-11-03T13:35:51.775Z] #45 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:35:51 [2022-11-03T13:35:51.775Z] #45 1.867 + cd /tmp/tmp.Fql1vdYV17/tini
13:35:51 [2022-11-03T13:35:51.775Z] #45 1.867 + git checkout -q v0.19.0
13:35:51 [2022-11-03T13:35:51.775Z] #45 1.897 + cmake .
13:35:52 [2022-11-03T13:35:52.035Z] #45 2.402 -- The C compiler identification is GNU 10.2.1
13:35:52 [2022-11-03T13:35:52.035Z] #45 2.510 -- Detecting C compiler ABI info
13:35:52 [2022-11-03T13:35:52.604Z] #45 3.039 -- Detecting C compiler ABI info - done
13:35:52 [2022-11-03T13:35:52.864Z] #45 3.139 -- Check for working C compiler: /usr/bin/cc - skipped
13:35:52 [2022-11-03T13:35:52.864Z] #45 3.140 -- Detecting C compile features
13:35:52 [2022-11-03T13:35:52.864Z] #45 3.146 -- Detecting C compile features - done
13:35:52 [2022-11-03T13:35:52.864Z] #45 3.197 -- Performing Test HAS_BUILTIN_FORTIFY
13:35:52 [2022-11-03T13:35:52.864Z] #45 3.383 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:35:53 [2022-11-03T13:35:53.123Z] #45 3.447 -- Configuring done
13:35:53 [2022-11-03T13:35:53.123Z] #45 3.457 -- Generating done
13:35:53 [2022-11-03T13:35:53.123Z] #45 3.481 -- Build files have been written to: /tmp/tmp.Fql1vdYV17/tini
13:35:53 [2022-11-03T13:35:53.123Z] #45 3.489 + make tini-static
13:35:53 [2022-11-03T13:35:53.696Z] #45 3.880 Scanning dependencies of target tini-static
13:35:53 [2022-11-03T13:35:53.696Z] #45 ...
13:35:53 [2022-11-03T13:35:53.696Z] 
13:35:53 [2022-11-03T13:35:53.696Z] #41 [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
13:35:53 [2022-11-03T13:35:53.696Z] #41 46.13 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
13:35:53 [2022-11-03T13:35:53.696Z] #41 46.15 Unpacking mingw-w64-common (8.0.0-1) ...
13:35:53 [2022-11-03T13:35:53.696Z] #41 52.07 Selecting previously unselected package mingw-w64-x86-64-dev.
13:35:53 [2022-11-03T13:35:53.696Z] #41 52.07 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
13:35:53 [2022-11-03T13:35:53.696Z] #41 52.08 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
13:35:53 [2022-11-03T13:35:53.696Z] #41 ...
13:35:53 [2022-11-03T13:35:53.696Z] 
13:35:53 [2022-11-03T13:35:53.696Z] #45 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:35:53 [2022-11-03T13:35:53.696Z] #45 3.991 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:35:55 [2022-11-03T13:35:55.077Z] #45 5.410 [100%] Linking C executable tini-static
13:35:55 [2022-11-03T13:35:55.647Z] #45 5.960 [100%] Built target tini-static
13:35:55 [2022-11-03T13:35:55.647Z] #45 5.989 + mkdir -p /build
13:35:55 [2022-11-03T13:35:55.647Z] #45 5.991 + cp tini-static /build/docker-init
13:35:56 [2022-11-03T13:35:56.228Z] #45 DONE 6.5s
13:35:56 [2022-11-03T13:35:56.228Z] 
13:35:56 [2022-11-03T13:35:56.228Z] #34 [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.1"      && /build/gotestsum --version
13:35:56 [2022-11-03T13:35:56.228Z] #34 57.68 gotestsum version dev
13:35:56 [2022-11-03T13:35:56.228Z] #34 DONE 58.7s
13:35:56 [2022-11-03T13:35:56.228Z] 
13:35:56 [2022-11-03T13:35:56.228Z] #41 [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
13:35:56 [2022-11-03T13:35:56.228Z] #41 58.73 Selecting previously unselected package gcc-mingw-w64-base.
13:35:56 [2022-11-03T13:35:56.228Z] #41 58.73 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
13:35:56 [2022-11-03T13:35:56.228Z] #41 58.76 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:35:56 [2022-11-03T13:35:56.490Z] #41 59.04 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
13:35:56 [2022-11-03T13:35:56.490Z] #41 59.04 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
13:35:56 [2022-11-03T13:35:56.490Z] #41 59.06 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:36:03 [2022-11-03T13:36:03.063Z] #41 ...
13:36:03 [2022-11-03T13:36:03.063Z] 
13:36:03 [2022-11-03T13:36:03.063Z] #46 [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
13:36:03 [2022-11-03T13:36:03.064Z] #46 11.42 Cloning into '/tmp/crun-build/libocispec/yajl'...
13:36:03 [2022-11-03T13:36:03.064Z] #46 12.54 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
13:36:03 [2022-11-03T13:36:03.064Z] #46 12.82 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
13:36:03 [2022-11-03T13:36:03.064Z] #46 13.15 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
13:36:03 [2022-11-03T13:36:03.324Z] #46 ...
13:36:03 [2022-11-03T13:36:03.324Z] 
13:36:03 [2022-11-03T13:36:03.324Z] #41 [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
13:36:03 [2022-11-03T13:36:03.324Z] #41 65.80 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
13:36:03 [2022-11-03T13:36:03.324Z] #41 65.80 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
13:36:03 [2022-11-03T13:36:03.324Z] #41 65.81 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:36:11 [2022-11-03T13:36:11.460Z] #41 ...
13:36:11 [2022-11-03T13:36:11.460Z] 
13:36:11 [2022-11-03T13:36:11.460Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:36:12 [2022-11-03T13:36:12.759Z] #43 42.48 Updating files:  58% (2943/5074)
Updating files:  59% (2994/5074)
Updating files:  60% (3045/5074)
Updating files:  61% (3096/5074)
Updating files:  62% (3146/5074)
Updating files:  63% (3197/5074)
Updating files:  64% (3248/5074)
Updating files:  65% (3299/5074)
Updating files:  66% (3349/5074)
Updating files:  67% (3400/5074)
Updating files:  68% (3451/5074)
Updating files:  69% (3502/5074)
Updating files:  70% (3552/5074)
Updating files:  71% (3603/5074)
Updating files:  72% (3654/5074)
Updating files:  73% (3705/5074)
Updating files:  74% (3755/5074)
Updating files:  75% (3806/5074)
Updating files:  76% (3857/5074)
Updating files:  77% (3907/5074)
Updating files:  78% (3958/5074)
Updating files:  79% (4009/5074)
Updating files:  80% (4060/5074)
Updating files:  81% (4110/5074)
Updating files:  82% (4161/5074)
Updating files:  83% (4212/5074)
Updating files:  84% (4263/5074)
Updating files:  85% (4313/5074)
Updating files:  86% (4364/5074)
Updating files:  87% (4415/5074)
Updating files:  88% (4466/5074)
Updating files:  89% (4516/5074)
Updating files:  90% (4567/5074)
Updating files:  91% (4618/5074)
Updating files:  92% (4669/5074)
Updating files:  93% (4719/5074)
Updating files:  94% (4770/5074)
Updating files:  95% (4821/5074)
Updating files:  96% (4872/5074)
Updating files:  97% (4922/5074)
Updating files:  98% (4973/5074)
Updating files:  99% (5024/5074)
Updating files: 100% (5074/5074)
Updating files: 100% (5074/5074), done.
13:36:12 [2022-11-03T13:36:12.759Z] #43 43.65 + cd /tmp/tmp.leXQygqHRH/src/github.com/containerd/containerd
13:36:12 [2022-11-03T13:36:12.759Z] #43 43.65 + git checkout -q v1.6.9
13:36:14 [2022-11-03T13:36:14.669Z] #43 45.25 + export 'BUILDTAGS=netgo osusergo static_build'
13:36:14 [2022-11-03T13:36:14.669Z] #43 45.25 + BUILDTAGS='netgo osusergo static_build'
13:36:14 [2022-11-03T13:36:14.669Z] #43 45.25 + export EXTRA_FLAGS=-buildmode=pie
13:36:14 [2022-11-03T13:36:14.669Z] #43 45.25 + EXTRA_FLAGS=-buildmode=pie
13:36:14 [2022-11-03T13:36:14.669Z] #43 45.25 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:36:14 [2022-11-03T13:36:14.669Z] #43 45.25 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:36:14 [2022-11-03T13:36:14.669Z] #43 45.25 + '[' '' = dynamic ']'
13:36:14 [2022-11-03T13:36:14.669Z] #43 45.25 + make
13:36:15 [2022-11-03T13:36:15.607Z] #43 46.43 + bin/ctr
13:36:17 [2022-11-03T13:36:17.515Z] #43 ...
13:36:17 [2022-11-03T13:36:17.515Z] 
13:36:17 [2022-11-03T13:36:17.515Z] #46 [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
13:36:17 [2022-11-03T13:36:17.515Z] #46 26.48 aclocal: warning: couldn't open directory 'm4': No such file or directory
13:36:17 [2022-11-03T13:36:17.515Z] #46 35.82 libtoolize: putting auxiliary files in '.'.
13:36:17 [2022-11-03T13:36:17.515Z] #46 35.82 libtoolize: copying file './ltmain.sh'
13:36:17 [2022-11-03T13:36:17.515Z] #46 36.67 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
13:36:17 [2022-11-03T13:36:17.515Z] #46 36.67 libtoolize: and rerunning libtoolize and aclocal.
13:36:17 [2022-11-03T13:36:17.515Z] #46 ...
13:36:17 [2022-11-03T13:36:17.515Z] 
13:36:17 [2022-11-03T13:36:17.515Z] #41 [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
13:36:17 [2022-11-03T13:36:17.515Z] #41 77.03 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
13:36:17 [2022-11-03T13:36:17.515Z] #41 77.04 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
13:36:17 [2022-11-03T13:36:17.515Z] #41 77.04 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:36:19 [2022-11-03T13:36:19.431Z] #41 82.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
13:36:19 [2022-11-03T13:36:19.431Z] #41 82.02 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
13:36:19 [2022-11-03T13:36:19.431Z] #41 82.02 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:36:24 [2022-11-03T13:36:24.718Z] #41 87.29 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
13:36:24 [2022-11-03T13:36:24.718Z] #41 87.29 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
13:36:24 [2022-11-03T13:36:24.718Z] #41 87.30 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:36:27 [2022-11-03T13:36:27.257Z] #41 ...
13:36:27 [2022-11-03T13:36:27.257Z] 
13:36:27 [2022-11-03T13:36:27.257Z] #46 [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
13:36:27 [2022-11-03T13:36:27.257Z] #46 36.67 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
13:36:27 [2022-11-03T13:36:27.257Z] #46 44.73 configure.ac:7: installing './compile'
13:36:27 [2022-11-03T13:36:27.257Z] #46 44.74 configure.ac:11: installing './config.guess'
13:36:27 [2022-11-03T13:36:27.257Z] #46 44.75 configure.ac:11: installing './config.sub'
13:36:27 [2022-11-03T13:36:27.257Z] #46 44.77 configure.ac:8: installing './install-sh'
13:36:27 [2022-11-03T13:36:27.257Z] #46 44.79 configure.ac:8: installing './missing'
13:36:27 [2022-11-03T13:36:27.257Z] #46 44.86 Makefile.am: installing './depcomp'
13:36:27 [2022-11-03T13:36:27.257Z] #46 46.07 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
13:36:27 [2022-11-03T13:36:27.257Z] #46 46.07 libtoolize: copying file 'build-aux/ltmain.sh'
13:36:27 [2022-11-03T13:36:27.257Z] #46 46.21 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
13:36:27 [2022-11-03T13:36:27.257Z] #46 46.21 libtoolize: copying file 'm4/libtool.m4'
13:36:27 [2022-11-03T13:36:27.257Z] #46 46.35 libtoolize: copying file 'm4/ltoptions.m4'
13:36:27 [2022-11-03T13:36:27.257Z] #46 46.47 libtoolize: copying file 'm4/ltsugar.m4'
13:36:27 [2022-11-03T13:36:27.516Z] #46 46.62 libtoolize: copying file 'm4/ltversion.m4'
13:36:27 [2022-11-03T13:36:27.516Z] #46 46.68 libtoolize: copying file 'm4/lt~obsolete.m4'
13:36:27 [2022-11-03T13:36:27.798Z] #46 46.78 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
13:36:35 [2022-11-03T13:36:35.929Z] #46 ...
13:36:35 [2022-11-03T13:36:35.929Z] 
13:36:35 [2022-11-03T13:36:35.929Z] #41 [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
13:36:35 [2022-11-03T13:36:35.929Z] #41 98.67 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
13:36:35 [2022-11-03T13:36:35.929Z] #41 98.67 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
13:36:35 [2022-11-03T13:36:35.929Z] #41 98.67 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.2 Selecting previously unselected package g++-mingw-w64-x86-64.
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.3 Selecting previously unselected package libapparmor1:arm64.
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.3 Unpacking libapparmor1:arm64 (2.13.6-10) ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.4 Selecting previously unselected package libapparmor-dev:arm64.
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.4 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.6 Selecting previously unselected package libbtrfs0:arm64.
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.6 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.8 Selecting previously unselected package libbtrfs-dev:arm64.
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 104.8 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 105.0 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:36:42 [2022-11-03T13:36:42.503Z] #41 105.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 105.1 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 105.1 Selecting previously unselected package libudev-dev:arm64.
13:36:42 [2022-11-03T13:36:42.503Z] #41 105.2 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ...
13:36:42 [2022-11-03T13:36:42.503Z] #41 105.2 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
13:36:42 [2022-11-03T13:36:42.762Z] #41 105.4 Selecting previously unselected package libsepol1-dev:arm64.
13:36:42 [2022-11-03T13:36:42.762Z] #41 105.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
13:36:42 [2022-11-03T13:36:42.762Z] #41 105.4 Unpacking libsepol1-dev:arm64 (3.1-1) ...
13:36:43 [2022-11-03T13:36:43.022Z] #41 105.7 Selecting previously unselected package libpcre2-16-0:arm64.
13:36:43 [2022-11-03T13:36:43.022Z] #41 105.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
13:36:43 [2022-11-03T13:36:43.022Z] #41 105.7 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
13:36:43 [2022-11-03T13:36:43.282Z] #41 105.9 Selecting previously unselected package libpcre2-32-0:arm64.
13:36:43 [2022-11-03T13:36:43.282Z] #41 105.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
13:36:43 [2022-11-03T13:36:43.282Z] #41 105.9 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
13:36:43 [2022-11-03T13:36:43.282Z] #41 ...
13:36:43 [2022-11-03T13:36:43.282Z] 
13:36:43 [2022-11-03T13:36:43.282Z] #26 [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
13:36:43 [2022-11-03T13:36:43.282Z] #26 105.5 + for f in rootlesskit rootlesskit-docker-proxy
13:36:43 [2022-11-03T13:36:43.282Z] #26 105.5 + GOBIN=/build
13:36:43 [2022-11-03T13:36:43.282Z] #26 105.5 + GO111MODULE=on
13:36:43 [2022-11-03T13:36:43.282Z] #26 105.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1 rootlesskit version 1.0.0
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1 Usage of /build/rootlesskit-docker-proxy:
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1   -container-ip string
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1     	container ip
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1   -container-port int
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1     	container port (default -1)
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1   -host-ip string
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1     	host ip
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1   -host-port int
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1     	host port (default -1)
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1   -proto string
13:36:48 [2022-11-03T13:36:48.559Z] #26 110.1     	proxy protocol (default "tcp")
13:36:48 [2022-11-03T13:36:48.559Z] #26 ...
13:36:48 [2022-11-03T13:36:48.559Z] 
13:36:48 [2022-11-03T13:36:48.559Z] #41 [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
13:36:48 [2022-11-03T13:36:48.559Z] #41 106.1 Selecting previously unselected package libpcre2-posix2:arm64.
13:36:48 [2022-11-03T13:36:48.559Z] #41 106.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 106.1 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 106.2 Selecting previously unselected package libpcre2-dev:arm64.
13:36:48 [2022-11-03T13:36:48.559Z] #41 106.2 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 106.2 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 106.7 Selecting previously unselected package libselinux1-dev:arm64.
13:36:48 [2022-11-03T13:36:48.559Z] #41 106.7 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 106.7 Unpacking libselinux1-dev:arm64 (3.1-3) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.0 Selecting previously unselected package libdevmapper-dev:arm64.
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.0 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.1 Selecting previously unselected package libseccomp-dev:arm64.
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.1 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.3 Selecting previously unselected package libsystemd-dev:arm64.
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.3 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.3 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.8 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.8 Setting up libapparmor1:arm64 (2.13.6-10) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.9 Setting up libsepol1-dev:arm64 (3.1-1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.9 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.9 Setting up libbtrfs0:arm64 (5.10.1-2) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.9 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 107.9 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.0 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.0 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.0 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.0 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.0 Setting up mingw-w64-common (8.0.0-1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.1 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.1 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.1 Setting up libselinux1-dev:arm64 (3.1-3) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.2 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
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.2 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
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.2 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.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
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.3 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.4 Setting up dmsetup (2:1.02.175-2.1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.4 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.4 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:36:48 [2022-11-03T13:36:48.559Z] #41 108.4 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:36:48 [2022-11-03T13:36:48.819Z] #41 ...
13:36:48 [2022-11-03T13:36:48.819Z] 
13:36:48 [2022-11-03T13:36:48.819Z] #46 [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
13:36:48 [2022-11-03T13:36:48.819Z] #46 57.86 configure.ac:7: installing 'build-aux/compile'
13:36:48 [2022-11-03T13:36:48.819Z] #46 57.88 configure.ac:9: installing 'build-aux/config.guess'
13:36:48 [2022-11-03T13:36:48.819Z] #46 57.89 configure.ac:9: installing 'build-aux/config.sub'
13:36:48 [2022-11-03T13:36:48.819Z] #46 57.91 configure.ac:11: installing 'build-aux/install-sh'
13:36:48 [2022-11-03T13:36:48.819Z] #46 57.92 configure.ac:11: installing 'build-aux/missing'
13:36:48 [2022-11-03T13:36:48.819Z] #46 58.12 Makefile.am: installing 'build-aux/depcomp'
13:36:48 [2022-11-03T13:36:48.819Z] #46 58.24 parallel-tests: installing 'build-aux/test-driver'
13:36:48 [2022-11-03T13:36:48.819Z] #46 60.18 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
13:36:48 [2022-11-03T13:36:48.819Z] #46 60.18 libtoolize: copying file 'build-aux/ltmain.sh'
13:36:48 [2022-11-03T13:36:48.819Z] #46 60.80 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
13:36:48 [2022-11-03T13:36:48.819Z] #46 60.80 libtoolize: copying file 'm4/libtool.m4'
13:36:48 [2022-11-03T13:36:48.819Z] #46 60.94 libtoolize: copying file 'm4/ltoptions.m4'
13:36:48 [2022-11-03T13:36:48.819Z] #46 61.04 libtoolize: copying file 'm4/ltsugar.m4'
13:36:48 [2022-11-03T13:36:48.819Z] #46 61.16 libtoolize: copying file 'm4/ltversion.m4'
13:36:48 [2022-11-03T13:36:48.819Z] #46 61.29 libtoolize: copying file 'm4/lt~obsolete.m4'
13:36:48 [2022-11-03T13:36:48.819Z] #46 ...
13:36:48 [2022-11-03T13:36:48.819Z] 
13:36:48 [2022-11-03T13:36:48.819Z] #26 [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
13:36:48 [2022-11-03T13:36:48.819Z] #26 DONE 111.3s
13:36:49 [2022-11-03T13:36:49.079Z] 
13:36:49 [2022-11-03T13:36:49.079Z] #41 [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
13:36:49 [2022-11-03T13:36:49.079Z] #41 DONE 111.7s
13:36:49 [2022-11-03T13:36:49.079Z] 
13:36:49 [2022-11-03T13:36:49.079Z] #47 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:36:49 [2022-11-03T13:36:49.342Z] #47 DONE 0.3s
13:36:49 [2022-11-03T13:36:49.342Z] 
13:36:49 [2022-11-03T13:36:49.342Z] #48 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:36:49 [2022-11-03T13:36:49.602Z] #48 DONE 0.2s
13:36:49 [2022-11-03T13:36:49.602Z] 
13:36:49 [2022-11-03T13:36:49.602Z] #49 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:36:49 [2022-11-03T13:36:49.602Z] #49 DONE 0.4s
13:36:49 [2022-11-03T13:36:49.602Z] 
13:36:49 [2022-11-03T13:36:49.602Z] #50 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:36:50 [2022-11-03T13:36:50.541Z] #50 1.139 + RM_GOPATH=0
13:36:50 [2022-11-03T13:36:50.541Z] #50 1.139 + TMP_GOPATH=
13:36:50 [2022-11-03T13:36:50.541Z] #50 1.139 + : /build
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.166 + '[' -z '' ']'
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.166 ++ mktemp -d
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.166 + export GOPATH=/tmp/tmp.R1Fcp6WmaI
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.166 + GOPATH=/tmp/tmp.R1Fcp6WmaI
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.166 + RM_GOPATH=1
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.166 + case "$(go env GOARCH)" in
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.166 ++ go env GOARCH
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.185 + export GO_BUILDMODE=-buildmode=pie
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.189 + GO_BUILDMODE=-buildmode=pie
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.191 ++ dirname /install.sh
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.208 + dir=/
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.208 + bin=runc
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.208 + shift
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.209 + '[' '!' -f //runc.installer ']'
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.209 + . //runc.installer
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.209 ++ set -e
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.210 ++ : v1.1.4
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.210 + install_runc
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.210 + RUNC_BUILDTAGS=seccomp
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.211 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.211 Install runc version v1.1.4 (build tags: seccomp)
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.211 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.R1Fcp6WmaI/src/github.com/opencontainers/runc
13:36:50 [2022-11-03T13:36:50.801Z] #50 1.215 Cloning into '/tmp/tmp.R1Fcp6WmaI/src/github.com/opencontainers/runc'...
13:36:51 [2022-11-03T13:36:51.061Z] #50 ...
13:36:51 [2022-11-03T13:36:51.061Z] 
13:36:51 [2022-11-03T13:36:51.061Z] #51 [dev-systemd-false  1/28] RUN groupadd -r docker
13:36:51 [2022-11-03T13:36:51.061Z] #51 DONE 2.0s
13:36:51 [2022-11-03T13:36:51.321Z] 
13:36:51 [2022-11-03T13:36:51.321Z] #52 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:36:52 [2022-11-03T13:36:52.265Z] #52 DONE 0.9s
13:36:52 [2022-11-03T13:36:52.265Z] 
13:36:52 [2022-11-03T13:36:52.265Z] #53 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:36:52 [2022-11-03T13:36:52.838Z] #53 0.737 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:36:52 [2022-11-03T13:36:52.838Z] #53 DONE 0.8s
13:36:52 [2022-11-03T13:36:52.838Z] 
13:36:52 [2022-11-03T13:36:52.838Z] #50 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:36:53 [2022-11-03T13:36:53.778Z] #50 ...
13:36:53 [2022-11-03T13:36:53.778Z] 
13:36:53 [2022-11-03T13:36:53.778Z] #54 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:36:53 [2022-11-03T13:36:53.778Z] #54 DONE 0.8s
13:36:53 [2022-11-03T13:36:53.778Z] 
13:36:53 [2022-11-03T13:36:53.778Z] #55 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:36:54 [2022-11-03T13:36:54.718Z] #55 DONE 0.9s
13:36:54 [2022-11-03T13:36:54.718Z] 
13:36:54 [2022-11-03T13:36:54.718Z] #56 [dev-systemd-false  6/28] RUN ldconfig
13:36:55 [2022-11-03T13:36:55.657Z] #56 DONE 0.9s
13:36:55 [2022-11-03T13:36:55.657Z] 
13:36:55 [2022-11-03T13:36:55.657Z] #57 [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
13:36:56 [2022-11-03T13:36:56.595Z] #57 1.075 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
13:36:56 [2022-11-03T13:36:56.595Z] #57 1.104 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
13:36:56 [2022-11-03T13:36:56.595Z] #57 1.107 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
13:36:57 [2022-11-03T13:36:57.164Z] #57 1.666 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
13:36:59 [2022-11-03T13:36:59.072Z] #57 3.317 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [192 kB]
13:37:00 [2022-11-03T13:37:00.451Z] #57 5.020 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
13:37:00 [2022-11-03T13:37:00.711Z] #57 ...
13:37:00 [2022-11-03T13:37:00.711Z] 
13:37:00 [2022-11-03T13:37:00.711Z] #28 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:37:02 [2022-11-03T13:37:02.274Z] #28 121.4 Updating files:  22% (2623/11414)
Updating files:  23% (2626/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:  39% (4472/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:  61% (6987/11414)
Updating files:  62% (7077/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:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  84% (9699/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)
13:37:02 [2022-11-03T13:37:02.274Z] #28 ...
13:37:02 [2022-11-03T13:37:02.274Z] 
13:37:02 [2022-11-03T13:37:02.274Z] #31 [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
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 Delve is a source level debugger for Go programs.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 Delve enables you to interact with your program by controlling the execution of the process,
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 Pass flags to the program you are debugging using `--`, for example:
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 `dlv exec ./hello -- server --config conf/config.toml`
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 Usage:
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   dlv [command]
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 Available Commands:
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   attach      Attach to running process and begin debugging.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   connect     Connect to a headless debug server with a terminal client.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   core        Examine a core dump.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   debug       Compile and begin debugging main package in current directory, or the package specified.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   exec        Execute a precompiled binary, and begin a debug session.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   help        Help about any command
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   run         Deprecated command. Use 'debug' instead.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   test        Compile test binary and begin debugging program.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   trace       Compile and begin tracing program.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   version     Prints version.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 Flags:
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --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)
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --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)
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --disable-aslr                     Disables address space randomization
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   -h, --help                             help for dlv
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --init string                      Init file, executed by the terminal client.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --log                              Enable debugging server logging.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3       --wd string                        Working directory for running the program.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 Additional help topics:
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   dlv backend  Help about the --backend flag.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   dlv log      Help about logging flags.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3   dlv redirect Help about file redirection.
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 
13:37:02 [2022-11-03T13:37:02.274Z] #31 124.3 Use "dlv [command] --help" for more information about a command.
13:37:02 [2022-11-03T13:37:02.274Z] #31 DONE 124.9s
13:37:02 [2022-11-03T13:37:02.274Z] 
13:37:02 [2022-11-03T13:37:02.274Z] #28 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:37:03 [2022-11-03T13:37:03.053Z] #28 121.4 Updating files:  22% (2623/11414)
Updating files:  23% (2626/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:  39% (4472/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:  61% (6987/11414)
Updating files:  62% (7077/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:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  84% (9699/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.
13:37:03 [2022-11-03T13:37:03.312Z] #28 125.6 + cd /tmp/tmp.rjRXcdUxzM/tmp/docker-ce
13:37:03 [2022-11-03T13:37:03.312Z] #28 125.6 + git checkout -q v17.06.2-ce
13:37:06 [2022-11-03T13:37:06.603Z] #28 128.7 + mkdir -p /tmp/tmp.rjRXcdUxzM/src/github.com/docker
13:37:06 [2022-11-03T13:37:06.603Z] #28 128.7 + mv components/cli /tmp/tmp.rjRXcdUxzM/src/github.com/docker/cli
13:37:06 [2022-11-03T13:37:06.603Z] #28 128.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
13:37:06 [2022-11-03T13:37:06.603Z] #28 ...
13:37:06 [2022-11-03T13:37:06.603Z] 
13:37:06 [2022-11-03T13:37:06.603Z] #46 [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
13:37:06 [2022-11-03T13:37:06.603Z] #46 75.76 configure.ac:11: installing 'build-aux/compile'
13:37:06 [2022-11-03T13:37:06.603Z] #46 75.78 configure.ac:11: installing 'build-aux/config.guess'
13:37:06 [2022-11-03T13:37:06.603Z] #46 75.79 configure.ac:11: installing 'build-aux/config.sub'
13:37:06 [2022-11-03T13:37:06.603Z] #46 75.81 configure.ac:13: installing 'build-aux/install-sh'
13:37:06 [2022-11-03T13:37:06.603Z] #46 75.81 configure.ac:13: installing 'build-aux/missing'
13:37:06 [2022-11-03T13:37:06.603Z] #46 75.84 configure.ac:8: installing 'build-aux/tap-driver.sh'
13:37:06 [2022-11-03T13:37:06.603Z] #46 75.99 Makefile.am: installing 'build-aux/depcomp'
13:37:06 [2022-11-03T13:37:06.603Z] #46 77.36 checking build system type... aarch64-unknown-linux-gnu
13:37:06 [2022-11-03T13:37:06.603Z] #46 77.78 checking host system type... aarch64-unknown-linux-gnu
13:37:06 [2022-11-03T13:37:06.603Z] #46 77.78 checking how to print strings... printf
13:37:06 [2022-11-03T13:37:06.603Z] #46 77.81 checking for gcc... gcc
13:37:06 [2022-11-03T13:37:06.603Z] #46 77.93 checking whether the C compiler works... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 78.21 checking for C compiler default output file name... a.out
13:37:06 [2022-11-03T13:37:06.603Z] #46 78.21 checking for suffix of executables... 
13:37:06 [2022-11-03T13:37:06.603Z] #46 78.43 checking whether we are cross compiling... no
13:37:06 [2022-11-03T13:37:06.603Z] #46 78.69 checking for suffix of object files... o
13:37:06 [2022-11-03T13:37:06.603Z] #46 78.93 checking whether we are using the GNU C compiler... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.06 checking whether gcc accepts -g... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.20 checking for gcc option to accept ISO C89... none needed
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.48 checking whether gcc understands -c and -o together... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.68 checking for a sed that does not truncate output... /bin/sed
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.72 checking for grep that handles long lines and -e... /bin/grep
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.74 checking for egrep... /bin/grep -E
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.75 checking for fgrep... /bin/grep -F
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.76 checking for ld used by gcc... /usr/bin/ld
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.78 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.79 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.82 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.93 checking whether ln -s works... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.93 checking the maximum length of command line arguments... 1572864
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.98 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.98 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.98 checking for /usr/bin/ld option to reload object files... -r
13:37:06 [2022-11-03T13:37:06.603Z] #46 79.98 checking for objdump... objdump
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.00 checking how to recognize dependent libraries... pass_all
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.00 checking for dlltool... no
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.01 checking how to associate runtime and link libraries... printf %s\n
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.01 checking for ar... ar
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.01 checking for archiver @FILE support... @
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.12 checking for strip... strip
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.12 checking for ranlib... ranlib
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.12 checking for gawk... no
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.12 checking for mawk... mawk
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.12 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.57 checking for sysroot... no
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.57 checking for a working dd... /bin/dd
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.61 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.62 checking for mt... no
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.63 checking if : is a manifest tool... no
13:37:06 [2022-11-03T13:37:06.603Z] #46 80.64 checking how to run the C preprocessor... gcc -E
13:37:06 [2022-11-03T13:37:06.603Z] #46 81.00 checking for ANSI C header files... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 81.89 checking for sys/types.h... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 82.20 checking for sys/stat.h... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 82.48 checking for stdlib.h... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 82.66 checking for string.h... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 82.81 checking for memory.h... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 83.03 checking for strings.h... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 83.22 checking for inttypes.h... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 83.44 checking for stdint.h... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 83.66 checking for unistd.h... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 83.84 checking for dlfcn.h... yes
13:37:06 [2022-11-03T13:37:06.603Z] #46 84.01 checking for objdir... .libs
13:37:06 [2022-11-03T13:37:06.603Z] #46 84.34 checking if gcc supports -fno-rtti -fno-exceptions... no
13:37:06 [2022-11-03T13:37:06.604Z] #46 84.51 checking for gcc option to produce PIC... -fPIC -DPIC
13:37:06 [2022-11-03T13:37:06.604Z] #46 84.51 checking if gcc PIC flag -fPIC -DPIC works... yes
13:37:06 [2022-11-03T13:37:06.604Z] #46 84.69 checking if gcc static flag -static works... yes
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.04 checking if gcc supports -c -o file.o... yes
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.24 checking if gcc supports -c -o file.o... (cached) yes
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.24 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.29 checking dynamic linker characteristics... GNU/Linux ld.so
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.69 checking how to hardcode library paths into programs... immediate
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.70 checking whether stripping libraries is possible... yes
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.71 checking if libtool supports shared libraries... yes
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.71 checking whether to build shared libraries... no
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.71 checking whether to build static libraries... yes
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.72 checking for a BSD-compatible install... /usr/bin/install -c
13:37:06 [2022-11-03T13:37:06.604Z] #46 85.74 checking whether build environment is sane... yes
13:37:06 [2022-11-03T13:37:06.863Z] #46 85.80 checking for a thread-safe mkdir -p... /bin/mkdir -p
13:37:06 [2022-11-03T13:37:06.863Z] #46 85.82 checking whether make sets $(MAKE)... yes
13:37:06 [2022-11-03T13:37:06.863Z] #46 85.89 checking whether make supports the include directive... yes (GNU style)
13:37:06 [2022-11-03T13:37:06.863Z] #46 85.93 checking whether make supports nested variables... yes
13:37:06 [2022-11-03T13:37:06.863Z] #46 85.97 checking whether UID '0' is supported by ustar format... yes
13:37:06 [2022-11-03T13:37:06.863Z] #46 85.97 checking whether GID '0' is supported by ustar format... yes
13:37:06 [2022-11-03T13:37:06.863Z] #46 85.97 checking how to create a ustar tar archive... gnutar
13:37:07 [2022-11-03T13:37:07.123Z] #46 86.03 checking dependency style of gcc... gcc3
13:37:07 [2022-11-03T13:37:07.123Z] #46 86.23 checking whether to enable maintainer-specific portions of Makefiles... yes
13:37:07 [2022-11-03T13:37:07.123Z] #46 86.23 checking whether make supports nested variables... (cached) yes
13:37:07 [2022-11-03T13:37:07.123Z] #46 86.23 checking for gawk... (cached) mawk
13:37:07 [2022-11-03T13:37:07.123Z] #46 86.23 checking for a sed that does not truncate output... (cached) /bin/sed
13:37:07 [2022-11-03T13:37:07.123Z] #46 86.24 checking for gcc... (cached) gcc
13:37:07 [2022-11-03T13:37:07.383Z] #46 86.35 checking whether we are using the GNU C compiler... (cached) yes
13:37:07 [2022-11-03T13:37:07.383Z] #46 86.35 checking whether gcc accepts -g... (cached) yes
13:37:07 [2022-11-03T13:37:07.383Z] #46 86.35 checking for gcc option to accept ISO C89... (cached) none needed
13:37:07 [2022-11-03T13:37:07.383Z] #46 86.36 checking whether gcc understands -c and -o together... (cached) yes
13:37:07 [2022-11-03T13:37:07.383Z] #46 86.36 checking for a Python interpreter with version >= 3... python3
13:37:07 [2022-11-03T13:37:07.383Z] #46 86.44 checking for python3... /usr/bin/python3
13:37:07 [2022-11-03T13:37:07.383Z] #46 86.44 checking for python3 version... 3.9
13:37:07 [2022-11-03T13:37:07.383Z] #46 86.48 checking for python3 platform... linux
13:37:07 [2022-11-03T13:37:07.642Z] #46 86.53 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
13:37:07 [2022-11-03T13:37:07.642Z] #46 86.67 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
13:37:07 [2022-11-03T13:37:07.902Z] #46 86.86 checking for go-md2man... no
13:37:07 [2022-11-03T13:37:07.902Z] #46 86.87 checking error.h usability... yes
13:37:07 [2022-11-03T13:37:07.902Z] #46 86.98 checking error.h presence... yes
13:37:08 [2022-11-03T13:37:08.162Z] #46 87.08 checking for error.h... yes
13:37:08 [2022-11-03T13:37:08.162Z] #46 87.12 checking linux/openat2.h usability... yes
13:37:08 [2022-11-03T13:37:08.421Z] #46 87.31 checking linux/openat2.h presence... yes
13:37:08 [2022-11-03T13:37:08.421Z] #46 87.39 checking for linux/openat2.h... yes
13:37:08 [2022-11-03T13:37:08.421Z] #46 87.43 checking for copy_file_range... yes
13:37:08 [2022-11-03T13:37:08.681Z] #46 87.65 checking for fgetxattr... yes
13:37:08 [2022-11-03T13:37:08.940Z] #46 87.96 checking for statx... yes
13:37:09 [2022-11-03T13:37:09.200Z] #46 88.25 checking for fgetpwent_r... yes
13:37:09 [2022-11-03T13:37:09.718Z] #46 88.53 checking for issetugid... no
13:37:09 [2022-11-03T13:37:09.718Z] #46 88.81 checking for pkg-config... /usr/bin/pkg-config
13:37:09 [2022-11-03T13:37:09.718Z] #46 88.81 checking pkg-config is at least version 0.9.0... yes
13:37:10 [2022-11-03T13:37:10.288Z] #46 88.82 checking for library containing yajl_tree_get... -lyajl
13:37:10 [2022-11-03T13:37:10.288Z] #46 89.24 checking for yajl >= 2.0.0... yes
13:37:10 [2022-11-03T13:37:10.288Z] #46 89.27 checking sys/capability.h usability... yes
13:37:10 [2022-11-03T13:37:10.288Z] #46 89.39 checking sys/capability.h presence... yes
13:37:10 [2022-11-03T13:37:10.548Z] #46 89.51 checking for sys/capability.h... yes
13:37:11 [2022-11-03T13:37:11.117Z] #46 89.51 checking for library containing cap_from_name... -lcap
13:37:11 [2022-11-03T13:37:11.118Z] #46 90.03 checking for library containing dlopen... -ldl
13:37:11 [2022-11-03T13:37:11.637Z] #46 90.39 checking seccomp.h usability... yes
13:37:11 [2022-11-03T13:37:11.637Z] #46 90.60 checking seccomp.h presence... yes
13:37:11 [2022-11-03T13:37:11.637Z] #46 90.67 checking for seccomp.h... yes
13:37:11 [2022-11-03T13:37:11.637Z] #46 ...
13:37:11 [2022-11-03T13:37:11.637Z] 
13:37:11 [2022-11-03T13:37:11.637Z] #50 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:37:11 [2022-11-03T13:37:11.637Z] #50 11.99 + cd /tmp/tmp.R1Fcp6WmaI/src/github.com/opencontainers/runc
13:37:11 [2022-11-03T13:37:11.637Z] #50 11.99 + git checkout -q v1.1.4
13:37:11 [2022-11-03T13:37:11.637Z] #50 12.77 + '[' -z '' ']'
13:37:11 [2022-11-03T13:37:11.637Z] #50 12.77 + target=static
13:37:11 [2022-11-03T13:37:11.637Z] #50 12.77 + make BUILDTAGS=seccomp static
13:37:11 [2022-11-03T13:37:11.637Z] #50 13.07 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 .
13:37:11 [2022-11-03T13:37:11.637Z] #50 ...
13:37:11 [2022-11-03T13:37:11.637Z] 
13:37:11 [2022-11-03T13:37:11.637Z] #46 [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
13:37:11 [2022-11-03T13:37:11.896Z] #46 90.68 checking for library containing seccomp_rule_add... -lseccomp
13:37:12 [2022-11-03T13:37:12.155Z] #46 91.06 checking for library containing seccomp_arch_resolve_name... none required
13:37:12 [2022-11-03T13:37:12.415Z] #46 91.23 checking systemd/sd-bus.h usability... yes
13:37:12 [2022-11-03T13:37:12.674Z] #46 91.51 checking systemd/sd-bus.h presence... yes
13:37:12 [2022-11-03T13:37:12.674Z] #46 91.61 checking for systemd/sd-bus.h... yes
13:37:13 [2022-11-03T13:37:13.243Z] #46 91.62 checking for library containing sd_bus_match_signal_async... -lsystemd
13:37:13 [2022-11-03T13:37:13.243Z] #46 92.17 checking for sd_notify_barrier... yes
13:37:13 [2022-11-03T13:37:13.243Z] #46 ...
13:37:13 [2022-11-03T13:37:13.243Z] 
13:37:13 [2022-11-03T13:37:13.243Z] #57 [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
13:37:13 [2022-11-03T13:37:13.243Z] #57 7.846 Fetched 8483 kB in 7s (1195 kB/s)
13:37:13 [2022-11-03T13:37:13.243Z] #57 7.846 Reading package lists...
13:37:13 [2022-11-03T13:37:13.243Z] #57 10.30 Reading package lists...
13:37:13 [2022-11-03T13:37:13.243Z] #57 12.81 Building dependency tree...
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.86 The following additional packages will be installed:
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.86   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.86   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.86   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.86   libxtables12 python-pip-whl python3-distutils python3-lib2to3
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.87   python3-pkg-resources systemd vim-runtime xxd
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.87 Suggested packages:
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.87   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.87   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.87   ctags vim-doc vim-scripts xfsdump acl attr quota
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.87 Recommended packages:
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.87   libatm1 nftables libpam-cap build-essential python3-dev dbus
13:37:13 [2022-11-03T13:37:13.243Z] #57 14.87   systemd-timesyncd | time-daemon unzip
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.26 The following NEW packages will be installed:
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.27   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.27   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.27   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.27   libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.27   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.27   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.27   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.27   systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.27   vim-runtime xfsprogs xxd xz-utils zip zstd
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.66 0 upgraded, 56 newly installed, 0 to remove and 2 not upgraded.
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.66 Need to get 31.8 MB of archives.
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.66 After this operation, 123 MB of additional disk space will be used.
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.67 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.70 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4153 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.77 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.77 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.78 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.78 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.78 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.79 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.79 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.81 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.82 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.82 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.82 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.83 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.84 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.85 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.86 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.86 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.87 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.87 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.87 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.87 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.88 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.88 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.89 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.89 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 16.89 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.06 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.06 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.07 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.07 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.07 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.07 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.07 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.09 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.09 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.13 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
13:37:13 [2022-11-03T13:37:13.243Z] #57 17.14 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.14 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.15 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.16 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.16 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.17 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.20 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u1 [161 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.22 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.22 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.23 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.36 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.39 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.40 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
13:37:13 [2022-11-03T13:37:13.244Z] #57 17.40 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
13:37:13 [2022-11-03T13:37:13.503Z] #57 18.08 debconf: delaying package configuration, since apt-utils is not installed
13:37:13 [2022-11-03T13:37:13.503Z] #57 ...
13:37:13 [2022-11-03T13:37:13.503Z] 
13:37:13 [2022-11-03T13:37:13.503Z] #46 [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
13:37:13 [2022-11-03T13:37:13.503Z] #46 92.50 checking linux/bpf.h usability... yes
13:37:13 [2022-11-03T13:37:13.503Z] #46 92.72 checking linux/bpf.h presence... yes
13:37:13 [2022-11-03T13:37:13.763Z] #46 92.78 checking for linux/bpf.h... yes
13:37:13 [2022-11-03T13:37:13.763Z] #46 92.78 checking compilation for eBPF... yes
13:37:13 [2022-11-03T13:37:13.763Z] #46 92.94 checking for criu >= 3.15... no
13:37:13 [2022-11-03T13:37:13.763Z] #46 92.98 configure: CRIU headers not found, building without CRIU support
13:37:13 [2022-11-03T13:37:13.763Z] #46 92.98 checking for criu > 3.16... no
13:37:13 [2022-11-03T13:37:13.763Z] #46 93.02 configure: CRIU version doesn't support join-ns API
13:37:14 [2022-11-03T13:37:14.023Z] #46 93.02 checking for criu > 3.16.1... no
13:37:14 [2022-11-03T13:37:14.023Z] #46 93.06 configure: CRIU version doesn't support for pre-dumping
13:37:14 [2022-11-03T13:37:14.023Z] #46 93.06 checking for new mount API (fsconfig)... yes
13:37:14 [2022-11-03T13:37:14.283Z] #46 93.16 checking for seccomp notify API... yes
13:37:14 [2022-11-03T13:37:14.283Z] #46 93.35 checking for gperf... no
13:37:14 [2022-11-03T13:37:14.283Z] #46 93.36 configure: gperf not found - cannot rebuild signal parser code
13:37:14 [2022-11-03T13:37:14.542Z] #46 93.36 checking for library containing argp_parse... none required
13:37:14 [2022-11-03T13:37:14.542Z] #46 93.56 checking that generated files are newer than configure... #46 ...
13:37:14 [2022-11-03T13:37:14.542Z] 
13:37:14 [2022-11-03T13:37:14.542Z] #35 [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
13:37:14 [2022-11-03T13:37:14.542Z] #35 DONE 136.8s
13:37:14 [2022-11-03T13:37:14.542Z] 
13:37:14 [2022-11-03T13:37:14.542Z] #46 [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
13:37:14 [2022-11-03T13:37:14.542Z] #46 93.56 checking that generated files are newer than configure... done
13:37:14 [2022-11-03T13:37:14.542Z] #46 93.56 configure: creating ./config.status
13:37:17 [2022-11-03T13:37:17.835Z] #46 96.48 config.status: creating Makefile
13:37:17 [2022-11-03T13:37:17.835Z] #46 96.55 config.status: creating rpm/crun.spec
13:37:17 [2022-11-03T13:37:17.835Z] #46 96.64 config.status: creating config.h
13:37:17 [2022-11-03T13:37:17.835Z] #46 96.67 config.status: executing libtool commands
13:37:17 [2022-11-03T13:37:17.835Z] #46 96.72 config.status: executing depfiles commands
13:37:19 [2022-11-03T13:37:19.216Z] #46 98.00 === configuring in libocispec (/tmp/crun-build/libocispec)
13:37:19 [2022-11-03T13:37:19.216Z] #46 98.04 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
13:37:19 [2022-11-03T13:37:19.476Z] #46 98.46 checking for gcc... gcc
13:37:19 [2022-11-03T13:37:19.735Z] #46 98.56 checking whether the C compiler works... yes
13:37:19 [2022-11-03T13:37:19.735Z] #46 98.81 checking for C compiler default output file name... a.out
13:37:19 [2022-11-03T13:37:19.995Z] #46 98.82 checking for suffix of executables... 
13:37:20 [2022-11-03T13:37:20.256Z] #46 99.00 checking whether we are cross compiling... no
13:37:20 [2022-11-03T13:37:20.256Z] #46 99.19 checking for suffix of object files... o
13:37:20 [2022-11-03T13:37:20.256Z] #46 99.33 checking whether we are using the GNU C compiler... yes
13:37:20 [2022-11-03T13:37:20.561Z] #46 99.42 checking whether gcc accepts -g... yes
13:37:20 [2022-11-03T13:37:20.562Z] #46 99.49 checking for gcc option to accept ISO C89... none needed
13:37:20 [2022-11-03T13:37:20.829Z] #46 99.69 checking whether gcc understands -c and -o together... yes
13:37:21 [2022-11-03T13:37:21.091Z] #46 99.98 checking how to run the C preprocessor... gcc -E
13:37:21 [2022-11-03T13:37:21.357Z] #46 100.3 checking for grep that handles long lines and -e... /bin/grep
13:37:21 [2022-11-03T13:37:21.357Z] #46 100.3 checking for egrep... /bin/grep -E
13:37:21 [2022-11-03T13:37:21.925Z] #46 100.3 checking for ANSI C header files... yes
13:37:21 [2022-11-03T13:37:21.925Z] #46 101.0 checking for sys/types.h... yes
13:37:22 [2022-11-03T13:37:22.185Z] #46 101.2 checking for sys/stat.h... yes
13:37:22 [2022-11-03T13:37:22.445Z] #46 101.4 checking for stdlib.h... yes
13:37:22 [2022-11-03T13:37:22.704Z] #46 101.6 checking for string.h... yes
13:37:22 [2022-11-03T13:37:22.964Z] #46 101.8 checking for memory.h... yes
13:37:22 [2022-11-03T13:37:22.964Z] #46 102.0 checking for strings.h... yes
13:37:23 [2022-11-03T13:37:23.224Z] #46 102.2 checking for inttypes.h... yes
13:37:23 [2022-11-03T13:37:23.483Z] #46 102.4 checking for stdint.h... yes
13:37:23 [2022-11-03T13:37:23.743Z] #46 102.6 checking for unistd.h... yes
13:37:23 [2022-11-03T13:37:23.743Z] #46 102.8 checking minix/config.h usability... 
13:37:23 [2022-11-03T13:37:23.743Z] #46 ...
13:37:23 [2022-11-03T13:37:23.743Z] 
13:37:23 [2022-11-03T13:37:23.743Z] #57 [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
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.26 Fetched 31.8 MB in 1s (28.9 MB/s)
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.33 Selecting previously unselected package libcap2:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.33 (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.)
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.39 Preparing to unpack .../00-libcap2_1%3a2.44-1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.41 Unpacking libcap2:arm64 (1:2.44-1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.48 Selecting previously unselected package libargon2-1:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.49 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.49 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.61 Selecting previously unselected package libjson-c5:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.61 Preparing to unpack .../02-libjson-c5_0.15-2_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.63 Unpacking libjson-c5:arm64 (0.15-2) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.77 Selecting previously unselected package libcryptsetup12:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.78 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 18.79 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 19.02 Selecting previously unselected package libip4tc2:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 19.04 Preparing to unpack .../04-libip4tc2_1.8.7-1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 19.04 Unpacking libip4tc2:arm64 (1.8.7-1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 19.16 Selecting previously unselected package libkmod2:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 19.21 Preparing to unpack .../05-libkmod2_28-1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 19.21 Unpacking libkmod2:arm64 (28-1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 19.37 Selecting previously unselected package systemd.
13:37:23 [2022-11-03T13:37:23.743Z] #57 19.37 Preparing to unpack .../06-systemd_247.3-7+deb11u1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 19.53 Unpacking systemd (247.3-7+deb11u1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 21.84 Selecting previously unselected package pigz.
13:37:23 [2022-11-03T13:37:23.743Z] #57 21.84 Preparing to unpack .../07-pigz_2.6-1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 21.85 Unpacking pigz (2.6-1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 21.95 Selecting previously unselected package libelf1:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 21.96 Preparing to unpack .../08-libelf1_0.183-1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 21.97 Unpacking libelf1:arm64 (0.183-1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.14 Selecting previously unselected package libbpf0:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.14 Preparing to unpack .../09-libbpf0_1%3a0.3-2_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.15 Unpacking libbpf0:arm64 (1:0.3-2) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.30 Selecting previously unselected package libmnl0:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.31 Preparing to unpack .../10-libmnl0_1.0.4-3_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.31 Unpacking libmnl0:arm64 (1.0.4-3) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.40 Selecting previously unselected package libxtables12:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.41 Preparing to unpack .../11-libxtables12_1.8.7-1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.43 Unpacking libxtables12:arm64 (1.8.7-1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.51 Selecting previously unselected package libcap2-bin.
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.51 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.52 Unpacking libcap2-bin (1:2.44-1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.61 Selecting previously unselected package iproute2.
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.61 Preparing to unpack .../13-iproute2_5.10.0-4_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 22.62 Unpacking iproute2 (5.10.0-4) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 23.08 Selecting previously unselected package xxd.
13:37:23 [2022-11-03T13:37:23.743Z] #57 23.08 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 23.09 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 23.24 Selecting previously unselected package vim-common.
13:37:23 [2022-11-03T13:37:23.743Z] #57 23.24 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 23.25 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 23.46 Selecting previously unselected package bash-completion.
13:37:23 [2022-11-03T13:37:23.743Z] #57 23.47 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 26.08 Unpacking bash-completion (1:2.11-2) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 26.58 Selecting previously unselected package bzip2.
13:37:23 [2022-11-03T13:37:23.743Z] #57 26.58 Preparing to unpack .../17-bzip2_1.0.8-4_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 26.59 Unpacking bzip2 (1.0.8-4) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 26.73 Selecting previously unselected package xz-utils.
13:37:23 [2022-11-03T13:37:23.743Z] #57 26.74 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 26.74 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 26.88 Selecting previously unselected package apparmor.
13:37:23 [2022-11-03T13:37:23.743Z] #57 26.88 Preparing to unpack .../19-apparmor_2.13.6-10_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 26.94 Unpacking apparmor (2.13.6-10) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.32 Selecting previously unselected package inetutils-ping.
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.32 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.35 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.47 Selecting previously unselected package libip6tc2:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.47 Preparing to unpack .../21-libip6tc2_1.8.7-1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.50 Unpacking libip6tc2:arm64 (1.8.7-1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.59 Selecting previously unselected package libnfnetlink0:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.59 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.60 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.66 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.70 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.71 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.80 Selecting previously unselected package libnftnl11:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.81 Preparing to unpack .../24-libnftnl11_1.1.9-1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.81 Unpacking libnftnl11:arm64 (1.1.9-1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.90 Selecting previously unselected package iptables.
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.91 Preparing to unpack .../25-iptables_1.8.7-1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 27.91 Unpacking iptables (1.8.7-1) ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 28.20 Selecting previously unselected package libonig5:arm64.
13:37:23 [2022-11-03T13:37:23.743Z] #57 28.20 Preparing to unpack .../26-libonig5_6.9.6-1.1_arm64.deb ...
13:37:23 [2022-11-03T13:37:23.743Z] #57 28.21 Unpacking libonig5:arm64 (6.9.6-1.1) ...
13:37:24 [2022-11-03T13:37:24.005Z] #57 28.35 Selecting previously unselected package libjq1:arm64.
13:37:24 [2022-11-03T13:37:24.005Z] #57 28.35 Preparing to unpack .../27-libjq1_1.6-2.1_arm64.deb ...
13:37:24 [2022-11-03T13:37:24.005Z] #57 28.35 Unpacking libjq1:arm64 (1.6-2.1) ...
13:37:24 [2022-11-03T13:37:24.005Z] #57 ...
13:37:24 [2022-11-03T13:37:24.005Z] 
13:37:24 [2022-11-03T13:37:24.005Z] #46 [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
13:37:24 [2022-11-03T13:37:24.005Z] #46 102.8 checking minix/config.h usability... no
13:37:24 [2022-11-03T13:37:24.005Z] #46 103.0 checking minix/config.h presence... no
13:37:24 [2022-11-03T13:37:24.005Z] #46 103.1 checking for minix/config.h... no
13:37:24 [2022-11-03T13:37:24.264Z] #46 103.1 checking whether it is safe to define __EXTENSIONS__... yes
13:37:24 [2022-11-03T13:37:24.523Z] #46 103.4 checking build system type... aarch64-unknown-linux-gnu
13:37:24 [2022-11-03T13:37:24.523Z] #46 103.6 checking host system type... aarch64-unknown-linux-gnu
13:37:24 [2022-11-03T13:37:24.523Z] #46 103.6 checking how to print strings... printf
13:37:24 [2022-11-03T13:37:24.523Z] #46 103.6 checking for a sed that does not truncate output... /bin/sed
13:37:24 [2022-11-03T13:37:24.523Z] #46 103.6 checking for fgrep... /bin/grep -F
13:37:24 [2022-11-03T13:37:24.523Z] #46 103.6 checking for ld used by gcc... /usr/bin/ld
13:37:24 [2022-11-03T13:37:24.523Z] #46 103.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:37:24 [2022-11-03T13:37:24.523Z] #46 103.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:37:24 [2022-11-03T13:37:24.523Z] #46 103.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:37:24 [2022-11-03T13:37:24.783Z] #46 103.8 checking whether ln -s works... yes
13:37:24 [2022-11-03T13:37:24.783Z] #46 103.8 checking the maximum length of command line arguments... 1572864
13:37:24 [2022-11-03T13:37:24.783Z] #46 103.8 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
13:37:24 [2022-11-03T13:37:24.783Z] #46 103.8 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
13:37:24 [2022-11-03T13:37:24.783Z] #46 103.8 checking for /usr/bin/ld option to reload object files... -r
13:37:24 [2022-11-03T13:37:24.783Z] #46 103.8 checking for objdump... objdump
13:37:24 [2022-11-03T13:37:24.783Z] #46 103.8 checking how to recognize dependent libraries... pass_all
13:37:24 [2022-11-03T13:37:24.783Z] #46 103.8 checking for dlltool... no
13:37:24 [2022-11-03T13:37:24.783Z] #46 103.8 checking how to associate runtime and link libraries... printf %s\n
13:37:24 [2022-11-03T13:37:24.783Z] #46 103.8 checking for ar... ar
13:37:25 [2022-11-03T13:37:25.042Z] #46 103.8 checking for archiver @FILE support... @
13:37:25 [2022-11-03T13:37:25.042Z] #46 104.0 checking for strip... strip
13:37:25 [2022-11-03T13:37:25.042Z] #46 104.0 checking for ranlib... ranlib
13:37:25 [2022-11-03T13:37:25.042Z] #46 104.0 checking for gawk... no
13:37:25 [2022-11-03T13:37:25.042Z] #46 104.0 checking for mawk... mawk
13:37:25 [2022-11-03T13:37:25.307Z] #46 104.0 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:37:25 [2022-11-03T13:37:25.307Z] #46 104.4 checking for sysroot... no
13:37:25 [2022-11-03T13:37:25.307Z] #46 104.4 checking for a working dd... /bin/dd
13:37:25 [2022-11-03T13:37:25.307Z] #46 104.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
13:37:25 [2022-11-03T13:37:25.307Z] #46 104.4 checking for mt... no
13:37:25 [2022-11-03T13:37:25.307Z] #46 104.4 checking if : is a manifest tool... no
13:37:25 [2022-11-03T13:37:25.567Z] #46 104.4 checking for dlfcn.h... yes
13:37:25 [2022-11-03T13:37:25.567Z] #46 104.6 checking for objdir... .libs
13:37:26 [2022-11-03T13:37:26.086Z] #46 105.0 checking if gcc supports -fno-rtti -fno-exceptions... no
13:37:26 [2022-11-03T13:37:26.086Z] #46 105.1 checking for gcc option to produce PIC... -fPIC -DPIC
13:37:26 [2022-11-03T13:37:26.086Z] #46 105.1 checking if gcc PIC flag -fPIC -DPIC works... yes
13:37:26 [2022-11-03T13:37:26.346Z] #46 105.2 checking if gcc static flag -static works... yes
13:37:26 [2022-11-03T13:37:26.606Z] #46 105.4 checking if gcc supports -c -o file.o... yes
13:37:26 [2022-11-03T13:37:26.606Z] #46 105.6 checking if gcc supports -c -o file.o... (cached) yes
13:37:26 [2022-11-03T13:37:26.606Z] #46 105.6 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
13:37:26 [2022-11-03T13:37:26.865Z] #46 105.6 checking dynamic linker characteristics... GNU/Linux ld.so
13:37:26 [2022-11-03T13:37:26.865Z] #46 106.0 checking how to hardcode library paths into programs... immediate
13:37:26 [2022-11-03T13:37:26.865Z] #46 106.0 checking whether stripping libraries is possible... yes
13:37:26 [2022-11-03T13:37:26.865Z] #46 106.0 checking if libtool supports shared libraries... yes
13:37:26 [2022-11-03T13:37:26.865Z] #46 106.0 checking whether to build shared libraries... no
13:37:26 [2022-11-03T13:37:26.865Z] #46 106.0 checking whether to build static libraries... yes
13:37:26 [2022-11-03T13:37:26.865Z] #46 106.0 checking for a BSD-compatible install... /usr/bin/install -c
13:37:26 [2022-11-03T13:37:26.865Z] #46 106.0 checking whether build environment is sane... yes
13:37:27 [2022-11-03T13:37:27.124Z] #46 106.1 checking for a thread-safe mkdir -p... /bin/mkdir -p
13:37:27 [2022-11-03T13:37:27.124Z] #46 106.1 checking whether make sets $(MAKE)... yes
13:37:27 [2022-11-03T13:37:27.124Z] #46 106.2 checking whether make supports the include directive... yes (GNU style)
13:37:27 [2022-11-03T13:37:27.124Z] #46 106.2 checking whether make supports nested variables... yes
13:37:27 [2022-11-03T13:37:27.124Z] #46 106.3 checking whether UID '0' is supported by ustar format... yes
13:37:27 [2022-11-03T13:37:27.124Z] #46 106.3 checking whether GID '0' is supported by ustar format... yes
13:37:27 [2022-11-03T13:37:27.124Z] #46 106.3 checking how to create a ustar tar archive... gnutar
13:37:27 [2022-11-03T13:37:27.384Z] #46 106.4 checking dependency style of gcc... gcc3
13:37:27 [2022-11-03T13:37:27.384Z] #46 106.6 checking whether to enable maintainer-specific portions of Makefiles... yes
13:37:27 [2022-11-03T13:37:27.384Z] #46 106.6 checking whether make supports nested variables... (cached) yes
13:37:27 [2022-11-03T13:37:27.384Z] #46 106.6 checking for pkg-config... /usr/bin/pkg-config
13:37:27 [2022-11-03T13:37:27.384Z] #46 106.6 checking pkg-config is at least version 0.9.0... yes
13:37:27 [2022-11-03T13:37:27.384Z] #46 106.6 checking for yajl >= 2.1.0... yes
13:37:27 [2022-11-03T13:37:27.643Z] #46 106.6 checking for a sed that does not truncate output... (cached) /bin/sed
13:37:27 [2022-11-03T13:37:27.643Z] #46 106.6 checking for gcc... (cached) gcc
13:37:27 [2022-11-03T13:37:27.643Z] #46 106.7 checking whether we are using the GNU C compiler... (cached) yes
13:37:27 [2022-11-03T13:37:27.643Z] #46 106.7 checking whether gcc accepts -g... (cached) yes
13:37:27 [2022-11-03T13:37:27.643Z] #46 106.7 checking for gcc option to accept ISO C89... (cached) none needed
13:37:27 [2022-11-03T13:37:27.643Z] #46 106.7 checking whether gcc understands -c and -o together... (cached) yes
13:37:27 [2022-11-03T13:37:27.643Z] #46 106.7 checking for a Python interpreter with version >= 3... python3
13:37:27 [2022-11-03T13:37:27.902Z] #46 106.8 checking for python3... /usr/bin/python3
13:37:27 [2022-11-03T13:37:27.902Z] #46 106.8 checking for python3 version... 3.9
13:37:27 [2022-11-03T13:37:27.902Z] #46 106.9 checking for python3 platform... linux
13:37:27 [2022-11-03T13:37:27.902Z] #46 106.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
13:37:28 [2022-11-03T13:37:28.162Z] #46 107.1 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
13:37:28 [2022-11-03T13:37:28.162Z] #46 107.3 checking that generated files are newer than configure... done
13:37:28 [2022-11-03T13:37:28.162Z] #46 107.3 configure: creating ./config.status
13:37:30 [2022-11-03T13:37:30.702Z] #46 109.9 config.status: creating Makefile
13:37:30 [2022-11-03T13:37:30.966Z] #46 110.0 config.status: creating config.h
13:37:30 [2022-11-03T13:37:30.966Z] #46 110.0 config.status: executing libtool commands
13:37:30 [2022-11-03T13:37:30.966Z] #46 110.1 config.status: executing depfiles commands
13:37:31 [2022-11-03T13:37:31.903Z] #46 110.8 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
13:37:31 [2022-11-03T13:37:31.903Z] #46 110.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
13:37:32 [2022-11-03T13:37:32.161Z] #46 111.2 checking for gcc... gcc
13:37:32 [2022-11-03T13:37:32.421Z] #46 111.4 checking whether the C compiler works... yes
13:37:32 [2022-11-03T13:37:32.421Z] #46 111.5 checking for C compiler default output file name... a.out
13:37:32 [2022-11-03T13:37:32.680Z] #46 111.5 checking for suffix of executables... 
13:37:32 [2022-11-03T13:37:32.680Z] #46 111.7 checking whether we are cross compiling... no
13:37:32 [2022-11-03T13:37:32.680Z] #46 111.8 checking for suffix of object files... o
13:37:32 [2022-11-03T13:37:32.939Z] #46 111.9 checking whether we are using the GNU C compiler... yes
13:37:32 [2022-11-03T13:37:32.939Z] #46 111.9 checking whether gcc accepts -g... yes
13:37:32 [2022-11-03T13:37:32.939Z] #46 112.0 checking for gcc option to accept ISO C89... none needed
13:37:33 [2022-11-03T13:37:33.198Z] #46 112.2 checking whether gcc understands -c and -o together... yes
13:37:33 [2022-11-03T13:37:33.198Z] #46 112.4 checking for a BSD-compatible install... /usr/bin/install -c
13:37:33 [2022-11-03T13:37:33.198Z] #46 112.4 checking whether build environment is sane... yes
13:37:33 [2022-11-03T13:37:33.457Z] #46 112.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
13:37:33 [2022-11-03T13:37:33.457Z] #46 112.5 checking for gawk... no
13:37:33 [2022-11-03T13:37:33.457Z] #46 112.5 checking for mawk... mawk
13:37:33 [2022-11-03T13:37:33.457Z] #46 112.5 checking whether make sets $(MAKE)... yes
13:37:33 [2022-11-03T13:37:33.457Z] #46 112.6 checking whether make supports the include directive... yes (GNU style)
13:37:33 [2022-11-03T13:37:33.457Z] #46 112.6 checking whether make supports nested variables... yes
13:37:33 [2022-11-03T13:37:33.457Z] #46 112.7 checking whether UID '0' is supported by ustar format... yes
13:37:33 [2022-11-03T13:37:33.457Z] #46 112.7 checking whether GID '0' is supported by ustar format... yes
13:37:33 [2022-11-03T13:37:33.717Z] #46 112.7 checking how to create a ustar tar archive... gnutar
13:37:33 [2022-11-03T13:37:33.717Z] #46 112.8 checking dependency style of gcc... gcc3
13:37:33 [2022-11-03T13:37:33.717Z] #46 112.9 checking whether to enable maintainer-specific portions of Makefiles... yes
13:37:33 [2022-11-03T13:37:33.717Z] #46 112.9 checking whether make supports nested variables... (cached) yes
13:37:33 [2022-11-03T13:37:33.976Z] #46 113.0 checking build system type... 
13:37:33 [2022-11-03T13:37:33.976Z] #46 ...
13:37:33 [2022-11-03T13:37:33.976Z] 
13:37:33 [2022-11-03T13:37:33.976Z] #57 [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
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.47 Selecting previously unselected package jq.
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.48 Preparing to unpack .../28-jq_1.6-2.1_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.48 Unpacking jq (1.6-2.1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.58 Selecting previously unselected package libaio1:arm64.
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.58 Preparing to unpack .../29-libaio1_0.3.112-9_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.59 Unpacking libaio1:arm64 (0.3.112-9) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.68 Selecting previously unselected package libgpm2:arm64.
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.68 Preparing to unpack .../30-libgpm2_1.20.7-8_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.69 Unpacking libgpm2:arm64 (1.20.7-8) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.78 Selecting previously unselected package libicu67:arm64.
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.79 Preparing to unpack .../31-libicu67_67.1-7_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 28.79 Unpacking libicu67:arm64 (67.1-7) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.18 Selecting previously unselected package libinih1:arm64.
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.18 Preparing to unpack .../32-libinih1_53-1+b2_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.19 Unpacking libinih1:arm64 (53-1+b2) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.28 Selecting previously unselected package libmicrohttpd12:arm64.
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.29 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.29 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.41 Selecting previously unselected package libnet1:arm64.
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.41 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.42 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.51 Selecting previously unselected package libnl-3-200:arm64.
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.51 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.51 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.61 Selecting previously unselected package libprotobuf-c1:arm64.
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.62 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.63 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.73 Selecting previously unselected package libyajl2:arm64.
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.75 Preparing to unpack .../37-libyajl2_2.1.0-3_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.76 Unpacking libyajl2:arm64 (2.1.0-3) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.82 Selecting previously unselected package net-tools.
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.83 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 32.84 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.03 Selecting previously unselected package patch.
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.04 Preparing to unpack .../39-patch_2.7.6-7_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.05 Unpacking patch (2.7.6-7) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.16 Selecting previously unselected package python-pip-whl.
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.18 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.19 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.82 Selecting previously unselected package python3-lib2to3.
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.83 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.83 Unpacking python3-lib2to3 (3.9.2-1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.94 Selecting previously unselected package python3-distutils.
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.95 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 33.96 Unpacking python3-distutils (3.9.2-1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.14 Selecting previously unselected package python3-pkg-resources.
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.14 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.16 Unpacking python3-pkg-resources (52.0.0-4) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.35 Selecting previously unselected package python3-setuptools.
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.35 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.36 Unpacking python3-setuptools (52.0.0-4) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.63 Selecting previously unselected package python3-wheel.
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.64 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.64 Unpacking python3-wheel (0.34.2-1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.73 Selecting previously unselected package python3-pip.
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.75 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 34.76 Unpacking python3-pip (20.3.4-4+deb11u1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.09 Selecting previously unselected package sudo.
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.10 Preparing to unpack .../47-sudo_1.9.5p2-3_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.11 Unpacking sudo (1.9.5p2-3) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.62 Selecting previously unselected package systemd-journal-remote.
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.63 Preparing to unpack .../48-systemd-journal-remote_247.3-7+deb11u1_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.65 Unpacking systemd-journal-remote (247.3-7+deb11u1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.77 Selecting previously unselected package thin-provisioning-tools.
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.77 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.78 Unpacking thin-provisioning-tools (0.9.0-1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.99 Selecting previously unselected package uidmap.
13:37:33 [2022-11-03T13:37:33.976Z] #57 35.99 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_arm64.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 36.00 Unpacking uidmap (1:4.8.1-1) ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 36.14 Selecting previously unselected package vim-runtime.
13:37:33 [2022-11-03T13:37:33.976Z] #57 36.15 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
13:37:33 [2022-11-03T13:37:33.976Z] #57 36.19 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
13:37:33 [2022-11-03T13:37:33.976Z] #57 36.22 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
13:37:33 [2022-11-03T13:37:33.976Z] #57 36.23 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
13:37:34 [2022-11-03T13:37:34.238Z] #57 ...
13:37:34 [2022-11-03T13:37:34.238Z] 
13:37:34 [2022-11-03T13:37:34.238Z] #46 [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
13:37:34 [2022-11-03T13:37:34.238Z] #46 113.0 checking build system type... aarch64-unknown-linux-gnu
13:37:34 [2022-11-03T13:37:34.238Z] #46 113.3 checking host system type... aarch64-unknown-linux-gnu
13:37:34 [2022-11-03T13:37:34.238Z] #46 113.3 checking how to print strings... printf
13:37:34 [2022-11-03T13:37:34.238Z] #46 113.4 checking for a sed that does not truncate output... /bin/sed
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.4 checking for grep that handles long lines and -e... /bin/grep
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.4 checking for egrep... /bin/grep -E
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.4 checking for fgrep... /bin/grep -F
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.4 checking for ld used by gcc... /usr/bin/ld
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.4 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.5 checking whether ln -s works... yes
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.5 checking the maximum length of command line arguments... 1572864
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.6 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.6 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.6 checking for /usr/bin/ld option to reload object files... -r
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.6 checking for objdump... objdump
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.6 checking how to recognize dependent libraries... pass_all
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.6 checking for dlltool... no
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.6 checking how to associate runtime and link libraries... printf %s\n
13:37:34 [2022-11-03T13:37:34.497Z] #46 113.6 checking for ar... ar
13:37:34 [2022-11-03T13:37:34.756Z] #46 113.6 checking for archiver @FILE support... @
13:37:34 [2022-11-03T13:37:34.756Z] #46 113.8 checking for strip... strip
13:37:34 [2022-11-03T13:37:34.756Z] #46 113.8 checking for ranlib... ranlib
13:37:35 [2022-11-03T13:37:35.016Z] #46 113.8 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:37:35 [2022-11-03T13:37:35.016Z] #46 114.2 checking for sysroot... no
13:37:35 [2022-11-03T13:37:35.016Z] #46 114.2 checking for a working dd... /bin/dd
13:37:35 [2022-11-03T13:37:35.016Z] #46 114.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
13:37:35 [2022-11-03T13:37:35.016Z] #46 114.2 checking for mt... no
13:37:35 [2022-11-03T13:37:35.016Z] #46 114.2 checking if : is a manifest tool... no
13:37:35 [2022-11-03T13:37:35.535Z] #46 114.3 checking how to run the C preprocessor... gcc -E
13:37:36 [2022-11-03T13:37:36.103Z] #46 114.6 checking for ANSI C header files... yes
13:37:36 [2022-11-03T13:37:36.103Z] #46 115.1 checking for sys/types.h... yes
13:37:36 [2022-11-03T13:37:36.363Z] #46 115.2 checking for sys/stat.h... yes
13:37:36 [2022-11-03T13:37:36.363Z] #46 115.4 checking for stdlib.h... yes
13:37:36 [2022-11-03T13:37:36.622Z] #46 115.5 checking for string.h... yes
13:37:36 [2022-11-03T13:37:36.881Z] #46 115.7 checking for memory.h... yes
13:37:36 [2022-11-03T13:37:36.881Z] #46 115.9 checking for strings.h... yes
13:37:37 [2022-11-03T13:37:37.141Z] #46 116.1 checking for inttypes.h... yes
13:37:37 [2022-11-03T13:37:37.401Z] #46 116.3 checking for stdint.h... yes
13:37:37 [2022-11-03T13:37:37.660Z] #46 116.5 checking for unistd.h... yes
13:37:37 [2022-11-03T13:37:37.920Z] #46 116.7 checking for dlfcn.h... yes
13:37:37 [2022-11-03T13:37:37.920Z] #46 116.9 checking for objdir... .libs
13:37:38 [2022-11-03T13:37:38.179Z] #46 117.1 checking if gcc supports -fno-rtti -fno-exceptions... no
13:37:38 [2022-11-03T13:37:38.179Z] #46 117.2 checking for gcc option to produce PIC... -fPIC -DPIC
13:37:38 [2022-11-03T13:37:38.179Z] #46 117.2 checking if gcc PIC flag -fPIC -DPIC works... yes
13:37:38 [2022-11-03T13:37:38.709Z] #46 117.4 checking if gcc static flag -static works... yes
13:37:38 [2022-11-03T13:37:38.709Z] #46 117.7 checking if gcc supports -c -o file.o... yes
13:37:38 [2022-11-03T13:37:38.709Z] #46 117.9 checking if gcc supports -c -o file.o... (cached) yes
13:37:38 [2022-11-03T13:37:38.709Z] #46 117.9 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
13:37:38 [2022-11-03T13:37:38.969Z] #46 117.9 checking dynamic linker characteristics... GNU/Linux ld.so
13:37:39 [2022-11-03T13:37:39.228Z] #46 118.2 checking how to hardcode library paths into programs... immediate
13:37:39 [2022-11-03T13:37:39.228Z] #46 118.2 checking whether stripping libraries is possible... yes
13:37:39 [2022-11-03T13:37:39.228Z] #46 118.2 checking if libtool supports shared libraries... yes
13:37:39 [2022-11-03T13:37:39.228Z] #46 118.2 checking whether to build shared libraries... no
13:37:39 [2022-11-03T13:37:39.228Z] #46 118.2 checking whether to build static libraries... yes
13:37:39 [2022-11-03T13:37:39.228Z] #46 118.2 checking float.h usability... yes
13:37:39 [2022-11-03T13:37:39.228Z] #46 118.4 checking float.h presence... yes
13:37:39 [2022-11-03T13:37:39.487Z] #46 118.4 checking for float.h... yes
13:37:39 [2022-11-03T13:37:39.487Z] #46 118.5 checking limits.h usability... yes
13:37:39 [2022-11-03T13:37:39.487Z] #46 118.6 checking limits.h presence... yes
13:37:39 [2022-11-03T13:37:39.756Z] #46 118.7 checking for limits.h... yes
13:37:39 [2022-11-03T13:37:39.756Z] #46 118.7 checking stddef.h usability... yes
13:37:39 [2022-11-03T13:37:39.756Z] #46 118.9 checking stddef.h presence... yes
13:37:40 [2022-11-03T13:37:40.015Z] #46 119.0 checking for stddef.h... yes
13:37:40 [2022-11-03T13:37:40.015Z] #46 119.0 checking for stdlib.h... (cached) yes
13:37:40 [2022-11-03T13:37:40.015Z] #46 119.0 checking for string.h... (cached) yes
13:37:40 [2022-11-03T13:37:40.275Z] #46 119.1 checking sys/time.h usability... yes
13:37:40 [2022-11-03T13:37:40.275Z] #46 119.3 checking sys/time.h presence... yes
13:37:40 [2022-11-03T13:37:40.275Z] #46 119.3 checking for sys/time.h... yes
13:37:40 [2022-11-03T13:37:40.275Z] #46 119.3 checking for inline... inline
13:37:40 [2022-11-03T13:37:40.534Z] #46 119.4 checking for size_t... yes
13:37:40 [2022-11-03T13:37:40.534Z] #46 119.7 checking for stdlib.h... (cached) yes
13:37:40 [2022-11-03T13:37:40.794Z] #46 119.7 checking for GNU libc compatible malloc... yes
13:37:40 [2022-11-03T13:37:40.794Z] #46 119.9 checking for stdlib.h... (cached) yes
13:37:41 [2022-11-03T13:37:41.053Z] #46 119.9 checking for GNU libc compatible realloc... yes
13:37:41 [2022-11-03T13:37:41.312Z] #46 120.1 checking for working strtod... yes
13:37:41 [2022-11-03T13:37:41.572Z] #46 120.4 checking for gettimeofday... yes
13:37:41 [2022-11-03T13:37:41.572Z] #46 120.6 checking for memset... yes
13:37:42 [2022-11-03T13:37:42.090Z] #46 120.8 checking for strspn... yes
13:37:42 [2022-11-03T13:37:42.349Z] #46 121.3 checking that generated files are newer than configure... done
13:37:42 [2022-11-03T13:37:42.349Z] #46 121.3 configure: creating ./config.status
13:37:44 [2022-11-03T13:37:44.883Z] #46 123.9 config.status: creating Makefile
13:37:44 [2022-11-03T13:37:44.883Z] #46 ...
13:37:44 [2022-11-03T13:37:44.883Z] 
13:37:44 [2022-11-03T13:37:44.884Z] #57 [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
13:37:44 [2022-11-03T13:37:44.884Z] #57 39.27 Selecting previously unselected package vim.
13:37:44 [2022-11-03T13:37:44.884Z] #57 39.27 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 39.30 Unpacking vim (2:8.2.2434-3+deb11u1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 39.81 Selecting previously unselected package xfsprogs.
13:37:44 [2022-11-03T13:37:44.884Z] #57 39.82 Preparing to unpack .../53-xfsprogs_5.10.0-4_arm64.deb ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 39.83 Unpacking xfsprogs (5.10.0-4) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 40.19 Selecting previously unselected package zip.
13:37:44 [2022-11-03T13:37:44.884Z] #57 40.20 Preparing to unpack .../54-zip_3.0-12_arm64.deb ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 40.20 Unpacking zip (3.0-12) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 40.33 Selecting previously unselected package zstd.
13:37:44 [2022-11-03T13:37:44.884Z] #57 40.33 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_arm64.deb ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 40.35 Unpacking zstd (1.4.8+dfsg-2.1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 40.68 Setting up python3-pkg-resources (52.0.0-4) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.60 Setting up libip4tc2:arm64 (1.8.7-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.63 Setting up net-tools (1.60+git20181103.0eebece-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.65 Setting up libgpm2:arm64 (1.20.7-8) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.67 Setting up libicu67:arm64 (67.1-7) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.69 Setting up libip6tc2:arm64 (1.8.7-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.71 Setting up libinih1:arm64 (53-1+b2) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.72 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.74 Setting up uidmap (1:4.8.1-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.76 Setting up libyajl2:arm64 (2.1.0-3) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.78 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.79 Setting up bzip2 (1.0.8-4) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.80 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 41.81 Setting up python3-wheel (0.34.2-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 42.46 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 42.47 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 42.49 Setting up libcap2:arm64 (1:2.44-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 42.50 Setting up libcap2-bin (1:2.44-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 42.52 Setting up apparmor (2.13.6-10) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 44.24 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
13:37:44 [2022-11-03T13:37:44.884Z] #57 44.38 Setting up zip (3.0-12) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 44.40 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 44.47 Setting up bash-completion (1:2.11-2) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.28 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.30 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.31 Setting up libmnl0:arm64 (1.0.4-3) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.33 Setting up patch (2.7.6-7) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.34 Setting up sudo (1.9.5p2-3) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.44 invoke-rc.d: could not determine current runlevel
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.45 invoke-rc.d: policy-rc.d denied execution of start.
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.46 Setting up xfsprogs (5.10.0-4) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.47 System has not been booted with systemd as init system (PID 1). Can't operate.
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.47 Failed to connect to bus: Host is down
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.50 Setting up libxtables12:arm64 (1.8.7-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.52 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.53 Setting up pigz (2.6-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.61 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.63 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.67 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 47.70 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 48.39 Setting up libaio1:arm64 (0.3.112-9) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 48.41 Setting up python3-lib2to3 (3.9.2-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 48.81 Setting up libelf1:arm64 (0.183-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 48.83 Setting up libjson-c5:arm64 (0.15-2) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 48.84 Setting up zstd (1.4.8+dfsg-2.1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 48.86 Setting up libonig5:arm64 (6.9.6-1.1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 48.89 Setting up libkmod2:arm64 (28-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 48.90 Setting up python3-distutils (3.9.2-1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 49.35 Setting up vim (2:8.2.2434-3+deb11u1) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 49.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:37:44 [2022-11-03T13:37:44.884Z] #57 49.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:37:44 [2022-11-03T13:37:44.884Z] #57 49.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:37:44 [2022-11-03T13:37:44.884Z] #57 49.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:37:44 [2022-11-03T13:37:44.884Z] #57 49.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:37:44 [2022-11-03T13:37:44.884Z] #57 49.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:37:44 [2022-11-03T13:37:44.884Z] #57 49.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:37:44 [2022-11-03T13:37:44.884Z] #57 49.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:37:44 [2022-11-03T13:37:44.884Z] #57 49.47 Setting up python3-setuptools (52.0.0-4) ...
13:37:44 [2022-11-03T13:37:44.884Z] #57 ...
13:37:44 [2022-11-03T13:37:44.884Z] 
13:37:44 [2022-11-03T13:37:44.884Z] #46 [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
13:37:44 [2022-11-03T13:37:44.884Z] #46 124.0 config.status: creating config.h
13:37:45 [2022-11-03T13:37:45.142Z] #46 124.1 config.status: executing depfiles commands
13:37:45 [2022-11-03T13:37:45.142Z] #46 124.3 config.status: executing libtool commands
13:37:46 [2022-11-03T13:37:46.079Z] #46 125.3   GEN      .version
13:37:46 [2022-11-03T13:37:46.341Z] #46 125.4 make  install-recursive
13:37:46 [2022-11-03T13:37:46.341Z] #46 125.4 make[1]: Entering directory '/tmp/crun-build'
13:37:46 [2022-11-03T13:37:46.341Z] #46 125.6 Making install in libocispec
13:37:46 [2022-11-03T13:37:46.341Z] #46 125.6 make[2]: Entering directory '/tmp/crun-build/libocispec'
13:37:46 [2022-11-03T13:37:46.600Z] #46 125.6 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
13:37:46 [2022-11-03T13:37:46.600Z] #46 125.6 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
13:37:46 [2022-11-03T13:37:46.600Z] #46 125.6 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
13:37:46 [2022-11-03T13:37:46.600Z] #46 125.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
13:37:47 [2022-11-03T13:37:47.540Z] #46 126.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 make  install-recursive
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.5 make[3]: Entering directory '/tmp/crun-build/libocispec'
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.6 Making install in yajl
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.6 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.7   CC       verify/json_verify-json_verify.o
13:37:48 [2022-11-03T13:37:48.479Z] #46 127.7   CC       src/libyajl_la-yajl_alloc.lo
13:37:48 [2022-11-03T13:37:48.742Z] #46 127.7   CC       src/libyajl_la-yajl.lo
13:37:48 [2022-11-03T13:37:48.742Z] #46 127.8   CC       src/libyajl_la-yajl_gen.lo
13:37:48 [2022-11-03T13:37:48.742Z] #46 127.8   CC       src/libyajl_la-yajl_parser.lo
13:37:48 [2022-11-03T13:37:48.742Z] #46 127.8   CC       src/libyajl_la-yajl_buf.lo
13:37:48 [2022-11-03T13:37:48.742Z] #46 127.8   CC       src/libyajl_la-yajl_encode.lo
13:37:48 [2022-11-03T13:37:48.742Z] #46 127.9   CC       src/libyajl_la-yajl_lex.lo
13:37:48 [2022-11-03T13:37:48.742Z] #46 127.9   CC       src/libyajl_la-yajl_tree.lo
13:37:50 [2022-11-03T13:37:50.658Z] #46 ...
13:37:50 [2022-11-03T13:37:50.658Z] 
13:37:50 [2022-11-03T13:37:50.658Z] #57 [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
13:37:50 [2022-11-03T13:37:50.658Z] #57 49.47 Setting up python3-setuptools (52.0.0-4) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 50.99 Setting up libjq1:arm64 (1.6-2.1) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 51.02 Setting up libnftnl11:arm64 (1.1.9-1) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 51.04 Setting up thin-provisioning-tools (0.9.0-1) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 51.06 Setting up python3-pip (20.3.4-4+deb11u1) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.05 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.07 Setting up jq (1.6-2.1) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.08 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.10 Setting up libbpf0:arm64 (1:0.3-2) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.11 Setting up iptables (1.8.7-1) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.12 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.13 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.14 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.16 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.16 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.17 Setting up iproute2 (5.10.0-4) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.49 Setting up systemd (247.3-7+deb11u1) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.54 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.56 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.56 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
13:37:50 [2022-11-03T13:37:50.658Z] #57 52.60 Initializing machine ID from random generator.
13:37:50 [2022-11-03T13:37:50.658Z] #57 53.45 Setting up systemd-journal-remote (247.3-7+deb11u1) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 53.82 Processing triggers for libc-bin (2.31-13+deb11u5) ...
13:37:50 [2022-11-03T13:37:50.658Z] #57 DONE 55.1s
13:37:50 [2022-11-03T13:37:50.658Z] 
13:37:50 [2022-11-03T13:37:50.658Z] #58 [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
13:37:51 [2022-11-03T13:37:51.606Z] #58 0.726 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:37:51 [2022-11-03T13:37:51.606Z] #58 0.741 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:37:51 [2022-11-03T13:37:51.606Z] #58 0.746 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:37:51 [2022-11-03T13:37:51.606Z] #58 DONE 0.8s
13:37:51 [2022-11-03T13:37:51.606Z] 
13:37:51 [2022-11-03T13:37:51.606Z] #59 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
13:37:56 [2022-11-03T13:37:56.889Z] #59 ...
13:37:56 [2022-11-03T13:37:56.889Z] 
13:37:56 [2022-11-03T13:37:56.889Z] #46 [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
13:37:56 [2022-11-03T13:37:56.889Z] #46 133.7   CCLD     libyajl.la
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.1   CCLD     verify/json_verify
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.6 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.6 make[5]: Nothing to be done for 'install-exec-am'.
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.6 make[5]: Nothing to be done for 'install-data-am'.
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.6 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.6 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.6 make[4]: Entering directory '/tmp/crun-build/libocispec'
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.7   CC       src/validate.o
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.7   CC       src/image_spec_schema_config_schema.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.7   CC       src/image_spec_schema_content_descriptor.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.7   CC       src/image_spec_schema_defs.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.8   CC       src/image_spec_schema_defs_descriptor.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.8   CC       src/image_spec_schema_image_index_schema.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.8   CC       src/image_spec_schema_image_layout_schema.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.8   CC       src/image_spec_schema_image_manifest_schema.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.9   CC       src/runtime_spec_schema_config_linux.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.9   CC       src/runtime_spec_schema_config_zos.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.9   CC       src/runtime_spec_schema_config_schema.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 134.9   CC       src/runtime_spec_schema_config_solaris.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 135.0   CC       src/runtime_spec_schema_config_vm.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 135.0   CC       src/runtime_spec_schema_config_windows.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 135.1   CC       src/runtime_spec_schema_defs.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 135.2   CC       src/runtime_spec_schema_defs_linux.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 135.2   CC       src/runtime_spec_schema_defs_zos.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 135.3   CC       src/runtime_spec_schema_defs_vm.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 135.4   CC       src/runtime_spec_schema_defs_windows.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 135.5   CC       src/runtime_spec_schema_state_schema.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 135.7   CC       src/image_manifest_items_image_manifest_items_schema.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 135.8   CC       src/basic_test_double_array_item.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 136.0   CC       src/basic_test_double_array.lo
13:37:56 [2022-11-03T13:37:56.889Z] #46 136.1   CC       src/basic_test_top_array_int.lo
13:37:57 [2022-11-03T13:37:57.149Z] #46 136.4   CC       src/basic_test_top_array_string.lo
13:37:57 [2022-11-03T13:37:57.408Z] #46 136.5   CC       src/basic_test_top_double_array_int.lo
13:37:57 [2022-11-03T13:37:57.408Z] #46 136.5   CC       src/basic_test_top_double_array_obj.lo
13:37:57 [2022-11-03T13:37:57.668Z] #46 136.7   CC       src/basic_test_top_double_array_refobj.lo
13:37:57 [2022-11-03T13:37:57.668Z] #46 136.8   CC       src/basic_test_top_double_array_string.lo
13:37:57 [2022-11-03T13:37:57.928Z] #46 136.9   CC       src/read-file.lo
13:37:57 [2022-11-03T13:37:57.928Z] #46 137.0   CC       src/json_common.lo
13:37:57 [2022-11-03T13:37:57.928Z] #46 137.1   CC       tests/test-1.o
13:37:58 [2022-11-03T13:37:58.191Z] #46 137.3   CC       tests/test-2.o
13:37:58 [2022-11-03T13:37:58.451Z] #46 137.6   CC       tests/test-3.o
13:37:58 [2022-11-03T13:37:58.451Z] #46 137.7   CC       tests/test-4.o
13:37:58 [2022-11-03T13:37:58.710Z] #46 137.8   CC       tests/test-5.o
13:37:58 [2022-11-03T13:37:58.710Z] #46 137.9   CC       tests/test-6.o
13:37:59 [2022-11-03T13:37:59.279Z] #46 138.2   CC       tests/test-7.o
13:37:59 [2022-11-03T13:37:59.279Z] #46 138.3   CC       tests/test-8.o
13:37:59 [2022-11-03T13:37:59.279Z] #46 138.4   CC       tests/test-9.o
13:37:59 [2022-11-03T13:37:59.279Z] #46 138.5   CC       tests/test-10.o
13:37:59 [2022-11-03T13:37:59.538Z] #46 138.6   CC       tests/test-11.o
13:38:06 [2022-11-03T13:38:06.140Z] #46 ...
13:38:06 [2022-11-03T13:38:06.140Z] 
13:38:06 [2022-11-03T13:38:06.140Z] #59 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
13:38:06 [2022-11-03T13:38:06.140Z] #59 9.639 Collecting yamllint==1.27.1
13:38:06 [2022-11-03T13:38:06.140Z] #59 10.71   Downloading yamllint-1.27.1.tar.gz (129 kB)
13:38:06 [2022-11-03T13:38:06.140Z] #59 11.81 Collecting pathspec>=0.5.3
13:38:06 [2022-11-03T13:38:06.140Z] #59 11.83   Downloading pathspec-0.10.1-py3-none-any.whl (27 kB)
13:38:06 [2022-11-03T13:38:06.140Z] #59 12.10 Collecting pyyaml
13:38:06 [2022-11-03T13:38:06.140Z] #59 12.11   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
13:38:06 [2022-11-03T13:38:06.140Z] #59 12.15 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
13:38:06 [2022-11-03T13:38:06.140Z] #59 12.16 Building wheels for collected packages: yamllint
13:38:06 [2022-11-03T13:38:06.140Z] #59 12.16   Building wheel for yamllint (setup.py): started
13:38:06 [2022-11-03T13:38:06.140Z] #59 13.17   Building wheel for yamllint (setup.py): finished with status 'done'
13:38:06 [2022-11-03T13:38:06.140Z] #59 13.17   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=3e7d015df605f24ccb978a2a182058b6dc8f90f9f1ce5b95bf79b7f8188c71cd
13:38:06 [2022-11-03T13:38:06.140Z] #59 13.17   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
13:38:06 [2022-11-03T13:38:06.140Z] #59 13.17 Successfully built yamllint
13:38:06 [2022-11-03T13:38:06.140Z] #59 13.19 Installing collected packages: pyyaml, pathspec, yamllint
13:38:06 [2022-11-03T13:38:06.140Z] #59 13.60 Successfully installed pathspec-0.10.1 pyyaml-6.0 yamllint-1.27.1
13:38:06 [2022-11-03T13:38:06.140Z] #59 DONE 14.2s
13:38:06 [2022-11-03T13:38:06.140Z] 
13:38:06 [2022-11-03T13:38:06.140Z] #50 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:38:28 [2022-11-03T13:38:28.086Z] #50 ...
13:38:28 [2022-11-03T13:38:28.086Z] 
13:38:28 [2022-11-03T13:38:28.086Z] #37 [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
13:38:28 [2022-11-03T13:38:28.086Z] #37 209.3 + dpkg --print-architecture
13:38:28 [2022-11-03T13:38:28.086Z] #37 DONE 209.8s
13:38:28 [2022-11-03T13:38:28.086Z] 
13:38:28 [2022-11-03T13:38:28.086Z] #28 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:38:34 [2022-11-03T13:38:34.658Z] #28 ...
13:38:34 [2022-11-03T13:38:34.658Z] 
13:38:34 [2022-11-03T13:38:34.658Z] #46 [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
13:38:34 [2022-11-03T13:38:34.658Z] #46 172.6   CCLD     libocispec.la
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.0   CCLD     src/validate
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.0   CCLD     tests/test-1
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.0   CCLD     tests/test-2
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.0   CCLD     tests/test-3
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.0   CCLD     tests/test-4
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.1   CCLD     tests/test-5
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.1   CCLD     tests/test-6
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.2   CCLD     tests/test-7
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.4   CCLD     tests/test-8
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.4   CCLD     tests/test-9
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.4 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.6   CCLD     tests/test-10
13:38:34 [2022-11-03T13:38:34.658Z] #46 173.6   CCLD     tests/test-11
13:38:36 [2022-11-03T13:38:36.564Z] #46 175.2 libtool: link: ar cr libocispec.a 
13:38:36 [2022-11-03T13:38:36.564Z] #46 175.3 libtool: link: ranlib libocispec.a
13:38:37 [2022-11-03T13:38:37.500Z] #46 176.5 make[5]: Entering directory '/tmp/crun-build/libocispec'
13:38:37 [2022-11-03T13:38:37.500Z] #46 176.6 make[5]: Nothing to be done for 'install-exec-am'.
13:38:37 [2022-11-03T13:38:37.500Z] #46 176.6 make[5]: Nothing to be done for 'install-data-am'.
13:38:37 [2022-11-03T13:38:37.500Z] #46 176.6 make[5]: Leaving directory '/tmp/crun-build/libocispec'
13:38:37 [2022-11-03T13:38:37.500Z] #46 176.6 make[4]: Leaving directory '/tmp/crun-build/libocispec'
13:38:37 [2022-11-03T13:38:37.500Z] #46 176.6 make[3]: Leaving directory '/tmp/crun-build/libocispec'
13:38:37 [2022-11-03T13:38:37.500Z] #46 176.6 make[2]: Leaving directory '/tmp/crun-build/libocispec'
13:38:37 [2022-11-03T13:38:37.500Z] #46 176.6 make[2]: Entering directory '/tmp/crun-build'
13:38:37 [2022-11-03T13:38:37.759Z] #46 176.7   CC       src/libcrun/libcrun_testing_a-utils.o
13:38:37 [2022-11-03T13:38:37.759Z] #46 176.7   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
13:38:37 [2022-11-03T13:38:37.759Z] #46 176.8   CC       src/libcrun/libcrun_testing_a-container.o
13:38:37 [2022-11-03T13:38:37.759Z] #46 176.8   CC       src/libcrun/libcrun_testing_a-cgroup.o
13:38:37 [2022-11-03T13:38:37.759Z] #46 176.8   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
13:38:37 [2022-11-03T13:38:37.759Z] #46 176.8   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
13:38:37 [2022-11-03T13:38:37.759Z] #46 176.9   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
13:38:37 [2022-11-03T13:38:37.759Z] #46 176.9   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
13:38:38 [2022-11-03T13:38:38.018Z] #46 177.0   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
13:38:38 [2022-11-03T13:38:38.018Z] #46 177.0   CC       src/libcrun/libcrun_testing_a-criu.o
13:38:38 [2022-11-03T13:38:38.018Z] #46 177.0   CC       src/libcrun/libcrun_testing_a-custom-handler.o
13:38:38 [2022-11-03T13:38:38.018Z] #46 177.1   CC       src/libcrun/libcrun_testing_a-linux.o
13:38:38 [2022-11-03T13:38:38.018Z] #46 177.1   CC       src/libcrun/libcrun_testing_a-seccomp.o
13:38:38 [2022-11-03T13:38:38.277Z] #46 177.2   CC       src/libcrun/libcrun_testing_a-ebpf.o
13:38:38 [2022-11-03T13:38:38.277Z] #46 177.3   CC       src/libcrun/libcrun_testing_a-error.o
13:38:38 [2022-11-03T13:38:38.277Z] #46 177.4   CC       src/libcrun/libcrun_testing_a-status.o
13:38:38 [2022-11-03T13:38:38.277Z] #46 177.4   CC       src/libcrun/libcrun_testing_a-terminal.o
13:38:38 [2022-11-03T13:38:38.277Z] #46 177.5   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
13:38:38 [2022-11-03T13:38:38.536Z] #46 177.5   CC       src/libcrun/libcrun_testing_a-signals.o
13:38:38 [2022-11-03T13:38:38.536Z] #46 177.6   CC       src/libcrun/libcrun_testing_a-mount_flags.o
13:38:38 [2022-11-03T13:38:38.795Z] #46 177.9   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
13:38:38 [2022-11-03T13:38:38.795Z] #46 177.9   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
13:38:38 [2022-11-03T13:38:38.795Z] #46 178.0   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
13:38:39 [2022-11-03T13:38:39.054Z] #46 178.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
13:38:39 [2022-11-03T13:38:39.054Z] #46 178.2   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
13:38:39 [2022-11-03T13:38:39.054Z] #46 178.2   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
13:38:39 [2022-11-03T13:38:39.054Z] #46 178.3   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
13:38:39 [2022-11-03T13:38:39.622Z] #46 178.7   CC       src/crun-crun.o
13:38:39 [2022-11-03T13:38:39.622Z] #46 178.7   CC       src/crun-run.o
13:38:39 [2022-11-03T13:38:39.622Z] #46 178.9   CC       src/crun-delete.o
13:38:39 [2022-11-03T13:38:39.883Z] #46 179.1   CC       src/crun-kill.o
13:38:40 [2022-11-03T13:38:40.141Z] #46 179.2   CC       src/crun-pause.o
13:38:40 [2022-11-03T13:38:40.141Z] #46 179.3   CC       src/crun-unpause.o
13:38:40 [2022-11-03T13:38:40.710Z] #46 179.6   CC       src/crun-spec.o
13:38:40 [2022-11-03T13:38:40.710Z] #46 179.7   CC       src/crun-exec.o
13:38:40 [2022-11-03T13:38:40.710Z] #46 179.8   CC       src/crun-list.o
13:38:40 [2022-11-03T13:38:40.969Z] #46 180.0   CC       src/crun-create.o
13:38:40 [2022-11-03T13:38:40.969Z] #46 180.1   CC       src/crun-start.o
13:38:41 [2022-11-03T13:38:41.228Z] #46 180.3   CC       src/crun-state.o
13:38:41 [2022-11-03T13:38:41.487Z] #46 180.4   CC       src/crun-update.o
13:38:41 [2022-11-03T13:38:41.488Z] #46 180.5   CC       src/crun-ps.o
13:38:41 [2022-11-03T13:38:41.488Z] #46 180.5   CC       src/crun-checkpoint.o
13:38:41 [2022-11-03T13:38:41.488Z] #46 180.6   CC       src/crun-restore.o
13:38:41 [2022-11-03T13:38:41.747Z] #46 180.8   CC       src/libcrun/libcrun_la-utils.lo
13:38:41 [2022-11-03T13:38:41.747Z] #46 180.9   CC       src/libcrun/libcrun_la-cloned_binary.lo
13:38:42 [2022-11-03T13:38:42.316Z] #46 181.2   CC       src/libcrun/libcrun_la-container.lo
13:38:42 [2022-11-03T13:38:42.316Z] #46 181.3   CC       src/libcrun/libcrun_la-cgroup.lo
13:38:42 [2022-11-03T13:38:42.575Z] #46 181.5   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
13:38:42 [2022-11-03T13:38:42.575Z] #46 181.6   CC       src/libcrun/libcrun_la-cgroup-resources.lo
13:38:42 [2022-11-03T13:38:42.835Z] #46 181.7   CC       src/libcrun/libcrun_la-cgroup-setup.lo
13:38:42 [2022-11-03T13:38:42.835Z] #46 182.0   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
13:38:43 [2022-11-03T13:38:43.094Z] #46 182.2   CC       src/libcrun/libcrun_la-cgroup-utils.lo
13:38:43 [2022-11-03T13:38:43.662Z] #46 182.6   CC       src/libcrun/libcrun_la-criu.lo
13:38:43 [2022-11-03T13:38:43.662Z] #46 182.9   CC       src/libcrun/libcrun_la-custom-handler.lo
13:38:44 [2022-11-03T13:38:44.231Z] #46 183.2   CC       src/libcrun/libcrun_la-linux.lo
13:38:44 [2022-11-03T13:38:44.231Z] #46 183.3   CC       src/libcrun/libcrun_la-seccomp.lo
13:38:45 [2022-11-03T13:38:45.169Z] #46 184.2   CC       src/libcrun/libcrun_la-ebpf.lo
13:38:45 [2022-11-03T13:38:45.428Z] #46 184.4   CC       src/libcrun/libcrun_la-error.lo
13:38:45 [2022-11-03T13:38:45.687Z] #46 184.8   CC       src/libcrun/libcrun_la-status.lo
13:38:45 [2022-11-03T13:38:45.946Z] #46 185.1   CC       src/libcrun/libcrun_la-terminal.lo
13:38:45 [2022-11-03T13:38:45.946Z] #46 185.2   CC       src/libcrun/libcrun_la-chroot_realpath.lo
13:38:46 [2022-11-03T13:38:46.205Z] #46 185.5   CC       src/libcrun/libcrun_la-signals.lo
13:38:46 [2022-11-03T13:38:46.772Z] #46 185.7   CC       src/libcrun/libcrun_la-mount_flags.lo
13:38:46 [2022-11-03T13:38:46.772Z] #46 185.9   CC       src/libcrun/libcrun_la-seccomp_notify.lo
13:38:47 [2022-11-03T13:38:47.340Z] #46 186.2   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
13:38:47 [2022-11-03T13:38:47.599Z] #46 186.7   CC       src/libcrun/handlers/libcrun_la-krun.lo
13:38:47 [2022-11-03T13:38:47.859Z] #46 187.0   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
13:38:48 [2022-11-03T13:38:48.427Z] #46 187.4   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
13:38:48 [2022-11-03T13:38:48.687Z] #46 187.7   CC       tests/init.o
13:38:49 [2022-11-03T13:38:49.625Z] #46 188.6   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
13:39:07 [2022-11-03T13:39:07.718Z] #46 206.1   CCLD     tests/init
13:39:29 [2022-11-03T13:39:29.668Z] #46 225.1   AR       libcrun_testing.a
13:39:29 [2022-11-03T13:39:29.668Z] #46 225.1 ar: `u' modifier ignored since `D' is the default (see `U')
13:39:29 [2022-11-03T13:39:29.668Z] #46 225.3   CCLD     tests/tests_libcrun_utils
13:39:29 [2022-11-03T13:39:29.668Z] #46 225.3   CCLD     tests/tests_libcrun_errors
13:39:29 [2022-11-03T13:39:29.668Z] #46 225.3   CCLD     tests/tests_libcrun_fuzzer
13:39:29 [2022-11-03T13:39:29.668Z] #46 226.5   CCLD     libcrun.la
13:39:29 [2022-11-03T13:39:29.668Z] #46 227.1   CCLD     crun
13:39:29 [2022-11-03T13:39:29.668Z] #46 227.7 make[3]: Entering directory '/tmp/crun-build'
13:39:29 [2022-11-03T13:39:29.668Z] #46 227.9  /bin/mkdir -p '/usr/local/lib'
13:39:29 [2022-11-03T13:39:29.668Z] #46 227.9  /bin/mkdir -p '/usr/local/share/man/man1'
13:39:29 [2022-11-03T13:39:29.668Z] #46 227.9  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
13:39:29 [2022-11-03T13:39:29.668Z] #46 227.9  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
13:39:29 [2022-11-03T13:39:29.668Z] #46 228.0 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
13:39:29 [2022-11-03T13:39:29.668Z] #46 228.0 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
13:39:29 [2022-11-03T13:39:29.668Z] #46 228.0 libtool: install: chmod 644 /usr/local/lib/libcrun.a
13:39:29 [2022-11-03T13:39:29.668Z] #46 228.0 libtool: install: ranlib /usr/local/lib/libcrun.a
13:39:29 [2022-11-03T13:39:29.668Z] #46 228.2 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
13:39:29 [2022-11-03T13:39:29.668Z] #46 228.2 ----------------------------------------------------------------------
13:39:29 [2022-11-03T13:39:29.668Z] #46 228.2 Libraries have been installed in:
13:39:29 [2022-11-03T13:39:29.668Z] #46 228.2    /usr/local/lib
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2 
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2 If you ever happen to want to link against installed libraries
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2 in a given directory, LIBDIR, you must either use libtool, and
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2 specify the full pathname of the library, or use the '-LLIBDIR'
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2 flag during linking and do at least one of the following:
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2      during execution
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2    - add LIBDIR to the 'LD_RUN_PATH' environment variable
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2      during linking
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2 
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2 See any operating system documentation about shared libraries for
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2 more information, such as the ld(1) and ld.so(8) manual pages.
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2 ----------------------------------------------------------------------
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2  /bin/mkdir -p '/build'
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.2   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
13:39:29 [2022-11-03T13:39:29.669Z] #46 228.3 libtool: install: /usr/bin/install -c crun /build/crun
13:39:29 [2022-11-03T13:39:29.669Z] #46 ...
13:39:29 [2022-11-03T13:39:29.669Z] 
13:39:29 [2022-11-03T13:39:29.669Z] #28 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
13:39:29 [2022-11-03T13:39:29.669Z] #28 271.5 + return
13:39:29 [2022-11-03T13:39:29.928Z] #28 DONE 272.1s
13:39:29 [2022-11-03T13:39:29.928Z] 
13:39:29 [2022-11-03T13:39:29.928Z] #46 [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
13:39:29 [2022-11-03T13:39:29.928Z] #46 228.3 make[3]: Leaving directory '/tmp/crun-build'
13:39:29 [2022-11-03T13:39:29.928Z] #46 228.3 make[2]: Leaving directory '/tmp/crun-build'
13:39:29 [2022-11-03T13:39:29.928Z] #46 228.3 make[1]: Leaving directory '/tmp/crun-build'
13:39:29 [2022-11-03T13:39:29.928Z] #46 DONE 228.9s
13:39:29 [2022-11-03T13:39:29.928Z] 
13:39:29 [2022-11-03T13:39:29.928Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:31 [2022-11-03T13:39:31.836Z] #43 ...
13:39:31 [2022-11-03T13:39:31.836Z] 
13:39:31 [2022-11-03T13:39:31.836Z] #60 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
13:39:31 [2022-11-03T13:39:31.836Z] #60 DONE 0.1s
13:39:31 [2022-11-03T13:39:31.836Z] 
13:39:31 [2022-11-03T13:39:31.836Z] #61 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
13:39:32 [2022-11-03T13:39:32.096Z] #61 DONE 0.3s
13:39:32 [2022-11-03T13:39:32.096Z] 
13:39:32 [2022-11-03T13:39:32.096Z] #62 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
13:39:32 [2022-11-03T13:39:32.096Z] #62 DONE 0.2s
13:39:32 [2022-11-03T13:39:32.096Z] 
13:39:32 [2022-11-03T13:39:32.096Z] #63 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
13:39:32 [2022-11-03T13:39:32.355Z] #63 DONE 0.2s
13:39:32 [2022-11-03T13:39:32.356Z] 
13:39:32 [2022-11-03T13:39:32.356Z] #32 [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
13:39:32 [2022-11-03T13:39:32.356Z] #32 ...
13:39:32 [2022-11-03T13:39:32.356Z] 
13:39:32 [2022-11-03T13:39:32.356Z] #64 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
13:39:32 [2022-11-03T13:39:32.356Z] #64 DONE 0.1s
13:39:32 [2022-11-03T13:39:32.356Z] 
13:39:32 [2022-11-03T13:39:32.356Z] #65 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
13:39:32 [2022-11-03T13:39:32.615Z] #65 DONE 0.1s
13:39:32 [2022-11-03T13:39:32.615Z] 
13:39:32 [2022-11-03T13:39:32.615Z] #66 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
13:39:32 [2022-11-03T13:39:32.615Z] #66 DONE 0.1s
13:39:32 [2022-11-03T13:39:32.615Z] 
13:39:32 [2022-11-03T13:39:32.615Z] #67 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
13:39:32 [2022-11-03T13:39:32.875Z] #67 DONE 0.1s
13:39:32 [2022-11-03T13:39:32.875Z] 
13:39:32 [2022-11-03T13:39:32.875Z] #68 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
13:39:32 [2022-11-03T13:39:32.875Z] #68 DONE 0.1s
13:39:32 [2022-11-03T13:39:32.875Z] 
13:39:32 [2022-11-03T13:39:32.875Z] #69 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
13:39:33 [2022-11-03T13:39:33.134Z] #69 DONE 0.1s
13:39:33 [2022-11-03T13:39:33.134Z] 
13:39:33 [2022-11-03T13:39:33.134Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:35 [2022-11-03T13:39:35.672Z] #43 ...
13:39:35 [2022-11-03T13:39:35.672Z] 
13:39:35 [2022-11-03T13:39:35.672Z] #50 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:39:35 [2022-11-03T13:39:35.672Z] #50 165.8 + mkdir -p /build
13:39:35 [2022-11-03T13:39:35.672Z] #50 165.8 + cp runc /build/runc
13:39:35 [2022-11-03T13:39:35.672Z] #50 DONE 166.2s
13:39:35 [2022-11-03T13:39:35.672Z] 
13:39:35 [2022-11-03T13:39:35.672Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:39 [2022-11-03T13:39:39.923Z] #43 ...
13:39:39 [2022-11-03T13:39:39.923Z] 
13:39:39 [2022-11-03T13:39:39.923Z] #32 [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
13:39:39 [2022-11-03T13:39:39.923Z] #32 281.8 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown)
13:39:39 [2022-11-03T13:39:39.923Z] #32 DONE 282.0s
13:39:39 [2022-11-03T13:39:39.923Z] 
13:39:39 [2022-11-03T13:39:39.923Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:39 [2022-11-03T13:39:39.923Z] #43 ...
13:39:39 [2022-11-03T13:39:39.923Z] 
13:39:39 [2022-11-03T13:39:39.923Z] #70 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
13:39:40 [2022-11-03T13:39:40.492Z] #70 DONE 0.3s
13:39:40 [2022-11-03T13:39:40.492Z] 
13:39:40 [2022-11-03T13:39:40.492Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:40 [2022-11-03T13:39:40.492Z] #43 ...
13:39:40 [2022-11-03T13:39:40.492Z] 
13:39:40 [2022-11-03T13:39:40.492Z] #71 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
13:39:40 [2022-11-03T13:39:40.492Z] #71 DONE 0.1s
13:39:40 [2022-11-03T13:39:40.492Z] 
13:39:40 [2022-11-03T13:39:40.492Z] #72 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
13:39:40 [2022-11-03T13:39:40.492Z] #72 DONE 0.1s
13:39:40 [2022-11-03T13:39:40.492Z] 
13:39:40 [2022-11-03T13:39:40.492Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:42 [2022-11-03T13:39:42.406Z] #43 253.4 + bin/containerd
13:40:29 [2022-11-03T13:40:29.090Z] #43 293.8 # github.com/containerd/containerd/cmd/containerd
13:40:29 [2022-11-03T13:40:29.090Z] #43 293.8 /usr/bin/ld: /tmp/go-link-1252081518/000019.o: in function `New':
13:40:29 [2022-11-03T13:40:29.090Z] #43 293.8 /tmp/tmp.leXQygqHRH/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
13:40:29 [2022-11-03T13:40:29.090Z] #43 293.9 + bin/containerd-stress
13:40:29 [2022-11-03T13:40:29.090Z] #43 295.0 + bin/containerd-shim
13:40:33 [2022-11-03T13:40:33.282Z] #43 303.9 + bin/containerd-shim-runc-v1
13:40:38 [2022-11-03T13:40:38.555Z] #43 309.0 + bin/containerd-shim-runc-v2
13:40:38 [2022-11-03T13:40:38.813Z] #43 309.7 + binaries
13:40:38 [2022-11-03T13:40:38.813Z] #43 309.7 + install -D bin/containerd /build/containerd
13:40:38 [2022-11-03T13:40:38.813Z] #43 309.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:40:38 [2022-11-03T13:40:38.813Z] #43 309.8 + install -D bin/ctr /build/ctr
13:40:40 [2022-11-03T13:40:40.717Z] #43 DONE 311.5s
13:40:41 [2022-11-03T13:40:41.284Z] 
13:40:41 [2022-11-03T13:40:41.284Z] #73 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
13:40:41 [2022-11-03T13:40:41.543Z] #73 DONE 0.4s
13:40:41 [2022-11-03T13:40:41.543Z] 
13:40:41 [2022-11-03T13:40:41.543Z] #74 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:40:41 [2022-11-03T13:40:41.543Z] #74 DONE 0.1s
13:40:41 [2022-11-03T13:40:41.802Z] 
13:40:41 [2022-11-03T13:40:41.802Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
13:40:41 [2022-11-03T13:40:41.802Z] #75 DONE 0.2s
13:40:41 [2022-11-03T13:40:41.802Z] 
13:40:41 [2022-11-03T13:40:41.802Z] #76 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
13:40:41 [2022-11-03T13:40:41.802Z] #76 DONE 0.1s
13:40:42 [2022-11-03T13:40:42.060Z] 
13:40:42 [2022-11-03T13:40:42.060Z] #77 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
13:40:42 [2022-11-03T13:40:42.060Z] #77 DONE 0.1s
13:40:42 [2022-11-03T13:40:42.060Z] 
13:40:42 [2022-11-03T13:40:42.060Z] #78 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
13:40:42 [2022-11-03T13:40:42.060Z] #78 DONE 0.0s
13:40:42 [2022-11-03T13:40:42.060Z] 
13:40:42 [2022-11-03T13:40:42.060Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker
13:40:43 [2022-11-03T13:40:43.444Z] #79 DONE 1.2s
13:40:43 [2022-11-03T13:40:43.444Z] 
13:40:43 [2022-11-03T13:40:43.444Z] #80 exporting to image
13:40:43 [2022-11-03T13:40:43.444Z] #80 exporting layers
13:40:45 [2022-11-03T13:40:45.978Z] #80 exporting layers 2.5s done
13:40:45 [2022-11-03T13:40:45.978Z] #80 writing image sha256:773bc60257ab5597ccd660b5b549b1b6e3af987e25ac535413fd16c185d2aa40 done
13:40:45 [2022-11-03T13:40:45.978Z] #80 naming to docker.io/library/docker:2006d9f7d1070fb2d4f785a02dea1eb0481748ea
13:40:45 [2022-11-03T13:40:45.978Z] #80 naming to docker.io/library/docker:2006d9f7d1070fb2d4f785a02dea1eb0481748ea done
13:40:45 [2022-11-03T13:40:45.978Z] #80 DONE 2.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
13:40:46 [2022-11-03T13:40:46.288Z] + sudo modprobe ip6table_filter
[Pipeline] sh
13:40:46 [2022-11-03T13:40:46.570Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44365/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2006d9f7d1070fb2d4f785a02dea1eb0481748ea -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2006d9f7d1070fb2d4f785a02dea1eb0481748ea hack/test/unit
13:40:47 [2022-11-03T13:40:47.137Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
13:40:47 [2022-11-03T13:40:47.137Z] + TESTFLAGS+=' -test.timeout=5m'
13:40:47 [2022-11-03T13:40:47.137Z] + TESTDIRS=./...
13:40:47 [2022-11-03T13:40:47.137Z] + exclude_paths='/vendor/|/integration'
13:40:47 [2022-11-03T13:40:47.137Z] ++ go list ./...
13:40:47 [2022-11-03T13:40:47.137Z] ++ grep -vE '(/vendor/|/integration)'
13:40:48 [2022-11-03T13:40:48.076Z] + pkg_list='github.com/docker/docker/api
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/backend/build
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/httpstatus
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/httputils
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/middleware
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/build
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/checkpoint
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/container
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/debug
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/distribution
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/grpc
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/image
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/network
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/plugin
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/session
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/swarm
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/system
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/server/router/volume
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/backend
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/blkiodev
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/container
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/events
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/filters
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/image
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/mount
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/network
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/plugins/logdriver
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/registry
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/strslice
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/swarm
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/swarm/runtime
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/time
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/versions
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/versions/v1p19
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/versions/v1p20
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/api/types/volume
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/builder-next
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/builder-next/exporter
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/builder-next/worker
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/dockerfile
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/remotecontext
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/remotecontext/git
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/builder/remotecontext/urlutil
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/cli
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/cli/config
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/cli/debug
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/cli/winresources/docker-proxy
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/cli/winresources/dockerd
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/client
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/cmd/docker-proxy
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/cmd/dockerd
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/cmd/dockerd/trap
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/container
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/container/stream
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/contrib/apparmor
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/contrib/docker-device-tool
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/contrib/httpserver
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/cluster
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/cluster/convert
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/cluster/executor
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/cluster/executor/container
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/cluster/provider
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/config
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/containerd
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/events
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/events/testutils
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/aufs
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/copy
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/devmapper
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/overlay
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/register
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/vfs
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/graphdriver/zfs
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/images
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/initlayer
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/links
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/listeners
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/awslogs
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/fluentd
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/gcplogs
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/gelf
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/journald
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/local
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/logentries
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/loggertest
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/loggerutils
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/splunk
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/syslog
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/logger/templates
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/names
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/network
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/daemon/stats
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/distribution
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/distribution/metadata
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/distribution/utils
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/distribution/xfer
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/dockerversion
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/errdefs
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/image
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/image/cache
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/image/tarexport
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/image/v1
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/internal/test/suite
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/layer
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libcontainerd
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libcontainerd/queue
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libcontainerd/remote
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libcontainerd/supervisor
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libcontainerd/types
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/bitseq
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/cluster
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/config
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/datastore
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/diagnostic
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/discoverapi
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/driverapi
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/bridge
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/host
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/null
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/overlay
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:40:48 [2022-11-03T13:40:48.076Z] github.com/docker/docker/libnetwork/drivers/remote
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/windows
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drvregistry
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/etchosts
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/idm
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/internal/caller
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipam
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipamapi
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipams/builtin
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipams/null
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipams/remote
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipamutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/iptables
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/netlabel
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/netutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/networkdb
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ns
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/options
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/osl
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/osl/kernel
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/portallocator
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/portmapper
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/resolvconf
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/testutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/types
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/oci
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/oci/caps
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/opts
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/aaparser
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/archive
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/authorization
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/broadcaster
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/capabilities
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/chrootarchive
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/containerfs
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/devicemapper
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/directory
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/dmesg
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/fileutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/homedir
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/idtools
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/ioutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/jsonmessage
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/longpath
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/loopback
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/namesgenerator
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/parsers
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/parsers/kernel
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/pidfile
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/platform
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugingetter
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugins
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugins/transport
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/pools
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/progress
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/reexec
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/stack
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/stdcopy
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/streamformatter
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/stringid
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/sysinfo
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/system
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/tailfile
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/tarsum
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/useragent
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/plugin
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/plugin/executor/containerd
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/plugin/v2
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/profiles/apparmor
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/profiles/seccomp
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/quota
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/reference
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/registry
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/registry/resumable
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/restartmanager
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/rootless
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/rootless/specconv
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/runconfig
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/runconfig/opts
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/daemon
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/environment
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fakecontext
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fakegit
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fakestorage
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fixtures/load
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fixtures/plugin
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/registry
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/request
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/volume
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/volume/drivers
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/volume/local
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/volume/mounts
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/volume/service
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/volume/service/opts
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/volume/testutils'
13:40:48 [2022-11-03T13:40:48.077Z] ++ grep --fixed-strings -v /libnetwork
13:40:48 [2022-11-03T13:40:48.077Z] ++ echo 'github.com/docker/docker/api
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/backend/build
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/httpstatus
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/httputils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/middleware
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/build
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/checkpoint
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/container
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/debug
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/distribution
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/grpc
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/image
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/network
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/plugin
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/session
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/swarm
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/system
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/server/router/volume
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/backend
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/blkiodev
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/container
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/events
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/filters
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/image
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/mount
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/network
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/plugins/logdriver
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/registry
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/strslice
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/swarm
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/swarm/runtime
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/time
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/versions
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/versions/v1p19
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/versions/v1p20
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/api/types/volume
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/builder-next
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/builder-next/exporter
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/builder-next/worker
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/dockerfile
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/remotecontext
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/remotecontext/git
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/builder/remotecontext/urlutil
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/cli
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/cli/config
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/cli/debug
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/cli/winresources/docker-proxy
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/cli/winresources/dockerd
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/client
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/cmd/docker-proxy
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/cmd/dockerd
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/cmd/dockerd/trap
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/container
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/container/stream
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/contrib/apparmor
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/contrib/docker-device-tool
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/contrib/httpserver
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/cluster
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/cluster/convert
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/cluster/executor
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/cluster/executor/container
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/cluster/provider
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/config
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/containerd
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/events
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/events/testutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/aufs
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/copy
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/devmapper
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/overlay
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/register
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/vfs
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/graphdriver/zfs
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/images
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/initlayer
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/links
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/listeners
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/awslogs
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/fluentd
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/gcplogs
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/gelf
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/journald
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/local
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/logentries
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/loggertest
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/loggerutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/splunk
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/syslog
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/logger/templates
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/names
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/network
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/daemon/stats
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/distribution
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/distribution/metadata
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/distribution/utils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/distribution/xfer
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/dockerversion
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/errdefs
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/image
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/image/cache
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/image/tarexport
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/image/v1
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/internal/test/suite
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/layer
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libcontainerd
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libcontainerd/queue
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libcontainerd/remote
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libcontainerd/supervisor
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libcontainerd/types
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/bitseq
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/cluster
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/config
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/datastore
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/diagnostic
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/discoverapi
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/driverapi
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/bridge
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/host
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/null
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/overlay
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/remote
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/windows
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/drvregistry
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/etchosts
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/idm
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/internal/caller
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipam
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipamapi
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipams/builtin
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipams/null
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipams/remote
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ipamutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/iptables
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/netlabel
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/netutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/networkdb
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/ns
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/options
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/osl
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/osl/kernel
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/portallocator
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/portmapper
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/resolvconf
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/testutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/libnetwork/types
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/oci
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/oci/caps
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/opts
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/aaparser
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/archive
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/authorization
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/broadcaster
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/capabilities
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/chrootarchive
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/containerfs
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/devicemapper
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/directory
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/dmesg
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/fileutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/homedir
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/idtools
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/ioutils
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/jsonmessage
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/longpath
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/loopback
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/namesgenerator
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/parsers
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/parsers/kernel
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/pidfile
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/platform
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugingetter
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugins
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/plugins/transport
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/pools
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/progress
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/reexec
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/stack
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/stdcopy
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/streamformatter
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/stringid
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/sysinfo
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/system
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/tailfile
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/tarsum
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/pkg/useragent
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/plugin
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/plugin/executor/containerd
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/plugin/v2
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/profiles/apparmor
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/profiles/seccomp
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/quota
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/reference
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/registry
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/registry/resumable
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/restartmanager
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/rootless
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/rootless/specconv
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/runconfig
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/runconfig/opts
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/daemon
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/environment
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fakecontext
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fakegit
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fakestorage
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fixtures/load
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fixtures/plugin
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/registry
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/testutil/request
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/volume
13:40:48 [2022-11-03T13:40:48.077Z] github.com/docker/docker/volume/drivers
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/local
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/mounts
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/service
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/service/opts
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/testutils'
13:40:48 [2022-11-03T13:40:48.078Z] + base_pkg_list='github.com/docker/docker/api
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/backend/build
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/httpstatus
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/httputils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/middleware
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/build
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/checkpoint
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/container
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/debug
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/distribution
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/grpc
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/image
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/network
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/plugin
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/session
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/swarm
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/system
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/volume
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/backend
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/blkiodev
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/container
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/events
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/filters
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/image
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/mount
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/network
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/plugins/logdriver
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/registry
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/strslice
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/swarm
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/swarm/runtime
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/time
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/versions
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/versions/v1p19
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/versions/v1p20
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/volume
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/exporter
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/worker
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/dockerfile
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/remotecontext
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/remotecontext/git
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/remotecontext/urlutil
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cli
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cli/config
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cli/debug
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cli/winresources/docker-proxy
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cli/winresources/dockerd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/client
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cmd/docker-proxy
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cmd/dockerd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cmd/dockerd/trap
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/container
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/container/stream
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/contrib/apparmor
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/contrib/docker-device-tool
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/contrib/httpserver
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster/convert
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster/executor
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster/executor/container
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster/provider
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/config
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/containerd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/events
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/events/testutils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/aufs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/copy
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/devmapper
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/overlay
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/register
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/vfs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/zfs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/images
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/initlayer
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/links
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/listeners
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/awslogs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/fluentd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/gcplogs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/gelf
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/journald
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/local
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/logentries
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/loggertest
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/loggerutils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/splunk
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/syslog
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/templates
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/names
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/network
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/stats
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/distribution
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/distribution/metadata
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/distribution/utils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/distribution/xfer
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/dockerversion
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/errdefs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/image
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/image/cache
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/image/tarexport
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/image/v1
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/internal/test/suite
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/layer
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libcontainerd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libcontainerd/queue
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libcontainerd/remote
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libcontainerd/supervisor
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libcontainerd/types
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/oci
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/oci/caps
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/opts
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/aaparser
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/archive
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/authorization
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/broadcaster
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/capabilities
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/chrootarchive
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/containerfs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/devicemapper
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/directory
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/dmesg
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/fileutils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/homedir
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/idtools
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/ioutils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/jsonmessage
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/longpath
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/loopback
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/namesgenerator
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/parsers
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/parsers/kernel
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/pidfile
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/platform
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/plugingetter
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/plugins
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/plugins/transport
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/pools
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/progress
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/reexec
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/stack
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/stdcopy
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/streamformatter
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/stringid
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/sysinfo
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/system
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/tailfile
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/tarsum
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/pkg/useragent
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/plugin
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/plugin/executor/containerd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/plugin/v2
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/profiles/apparmor
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/profiles/seccomp
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/quota
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/reference
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/registry
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/registry/resumable
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/restartmanager
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/rootless
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/rootless/specconv
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/runconfig
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/runconfig/opts
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil/daemon
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil/environment
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil/fakecontext
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil/fakegit
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil/fakestorage
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil/fixtures/load
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil/fixtures/plugin
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil/registry
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/testutil/request
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/drivers
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/local
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/mounts
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/service
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/service/opts
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/volume/testutils'
13:40:48 [2022-11-03T13:40:48.078Z] ++ grep --fixed-strings /libnetwork
13:40:48 [2022-11-03T13:40:48.078Z] ++ echo 'github.com/docker/docker/api
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/backend/build
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/httpstatus
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/httputils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/middleware
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/build
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/checkpoint
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/container
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/debug
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/distribution
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/grpc
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/image
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/network
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/plugin
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/session
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/swarm
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/system
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/server/router/volume
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/backend
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/blkiodev
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/container
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/events
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/filters
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/image
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/mount
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/network
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/plugins/logdriver
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/registry
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/strslice
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/swarm
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/swarm/runtime
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/time
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/versions
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/versions/v1p19
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/versions/v1p20
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/api/types/volume
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/exporter
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/builder-next/worker
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/dockerfile
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/remotecontext
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/remotecontext/git
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/builder/remotecontext/urlutil
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cli
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cli/config
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cli/debug
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cli/winresources/docker-proxy
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cli/winresources/dockerd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/client
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cmd/docker-proxy
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cmd/dockerd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cmd/dockerd/trap
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/container
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/container/stream
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/contrib/apparmor
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/contrib/docker-device-tool
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/contrib/httpserver
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster/convert
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster/executor
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster/executor/container
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/cluster/provider
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/config
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/containerd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/events
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/events/testutils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/aufs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/copy
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/devmapper
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/overlay
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/register
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/vfs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/graphdriver/zfs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/images
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/initlayer
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/links
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/listeners
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/awslogs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/fluentd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/gcplogs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/gelf
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/journald
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/local
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/logentries
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/loggertest
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/loggerutils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/splunk
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/syslog
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/logger/templates
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/names
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/network
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/daemon/stats
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/distribution
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/distribution/metadata
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/distribution/utils
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/distribution/xfer
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/dockerversion
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/errdefs
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/image
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/image/cache
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/image/tarexport
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/image/v1
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/internal/test/suite
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/layer
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libcontainerd
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libcontainerd/queue
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libcontainerd/remote
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libcontainerd/supervisor
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libcontainerd/types
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/bitseq
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/cluster
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/config
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/datastore
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/diagnostic
13:40:48 [2022-11-03T13:40:48.078Z] github.com/docker/docker/libnetwork/discoverapi
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/driverapi
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/bridge
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/host
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/null
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/overlay
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/remote
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/windows
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drvregistry
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/etchosts
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/idm
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/internal/caller
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipam
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipamapi
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/builtin
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/null
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/remote
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipamutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/iptables
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/netlabel
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/netutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/networkdb
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ns
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/options
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/osl
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/osl/kernel
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/portallocator
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/portmapper
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/resolvconf
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/testutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/types
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/oci
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/oci/caps
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/opts
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/aaparser
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/archive
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/authorization
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/broadcaster
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/capabilities
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/chrootarchive
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/containerfs
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/devicemapper
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/directory
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/dmesg
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/fileutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/homedir
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/idtools
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/ioutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/jsonmessage
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/longpath
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/loopback
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/namesgenerator
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/parsers
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/parsers/kernel
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/pidfile
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/platform
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/plugingetter
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/plugins
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/plugins/transport
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/pools
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/progress
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/reexec
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/stack
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/stdcopy
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/streamformatter
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/stringid
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/sysinfo
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/system
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/tailfile
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/tarsum
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/pkg/useragent
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/plugin
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/plugin/executor/containerd
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/plugin/v2
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/profiles/apparmor
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/profiles/seccomp
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/quota
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/reference
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/registry
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/registry/resumable
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/restartmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/rootless
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/rootless/specconv
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/runconfig
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/runconfig/opts
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil/daemon
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil/environment
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil/fakecontext
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil/fakegit
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil/fakestorage
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil/fixtures/load
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil/fixtures/plugin
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil/registry
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/testutil/request
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/volume
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/volume/drivers
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/volume/local
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/volume/mounts
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/volume/service
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/volume/service/opts
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/volume/testutils'
13:40:48 [2022-11-03T13:40:48.079Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/bitseq
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cluster
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/config
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/datastore
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/diagnostic
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/discoverapi
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/driverapi
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/bridge
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/host
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/null
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/overlay
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/remote
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/windows
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drvregistry
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/etchosts
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/idm
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/internal/caller
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipam
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipamapi
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/builtin
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/null
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/remote
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipamutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/iptables
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/netlabel
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/netutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/networkdb
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ns
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/options
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/osl
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/osl/kernel
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/portallocator
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/portmapper
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/resolvconf
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/testutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/types'
13:40:48 [2022-11-03T13:40:48.079Z] + echo 'github.com/docker/docker/libnetwork
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/bitseq
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cluster
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/config
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/datastore
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/diagnostic
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/discoverapi
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/driverapi
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/bridge
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/host
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/null
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/overlay
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/remote
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/windows
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drvregistry
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/etchosts
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/idm
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/internal/caller
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipam
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipamapi
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/builtin
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/null
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/remote
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ipamutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/iptables
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/netlabel
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/netutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/networkdb
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/ns
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/options
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/osl
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/osl/kernel
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/portallocator
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/portmapper
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/resolvconf
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/testutils
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/types'
13:40:48 [2022-11-03T13:40:48.079Z] + grep --fixed-strings libnetwork/drivers/bridge
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/bridge
13:40:48 [2022-11-03T13:40:48.079Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:40:48 [2022-11-03T13:40:48.079Z] + type docker-proxy
13:40:48 [2022-11-03T13:40:48.079Z] hack/test/unit: line 25: type: docker-proxy: not found
13:40:48 [2022-11-03T13:40:48.079Z] + hack/make.sh binary-proxy install-proxy
13:40:48 [2022-11-03T13:40:48.079Z] 
13:40:48 [2022-11-03T13:40:48.079Z] Removing bundles/
13:40:48 [2022-11-03T13:40:48.079Z] 
13:40:48 [2022-11-03T13:40:48.079Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
13:40:48 [2022-11-03T13:40:48.079Z] Building: bundles/binary-proxy/docker-proxy
13:40:48 [2022-11-03T13:40:48.079Z] GOOS="" GOARCH="" GOARM=""
13:40:54 [2022-11-03T13:40:54.650Z] Created binary: bundles/binary-proxy/docker-proxy
13:40:54 [2022-11-03T13:40:54.650Z] 
13:40:54 [2022-11-03T13:40:54.650Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
13:40:54 [2022-11-03T13:40:54.650Z] Installing docker-proxy to /usr/local/bin/
13:40:54 [2022-11-03T13:40:54.650Z] 
13:40:54 [2022-11-03T13:40:54.650Z] + mkdir -p bundles
13:40:54 [2022-11-03T13:40:54.650Z] + '[' -n 'github.com/docker/docker/api
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/backend/build
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/httpstatus
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/httputils
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/middleware
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/router
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/router/build
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/router/checkpoint
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/router/container
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/router/debug
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/router/distribution
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/router/grpc
13:40:54 [2022-11-03T13:40:54.650Z] github.com/docker/docker/api/server/router/image
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/server/router/network
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/server/router/plugin
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/server/router/session
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/server/router/swarm
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/server/router/system
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/server/router/volume
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/backend
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/blkiodev
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/container
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/events
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/filters
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/image
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/mount
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/network
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/plugins/logdriver
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/registry
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/strslice
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/swarm
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/swarm/runtime
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/time
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/versions
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/versions/v1p19
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/versions/v1p20
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/api/types/volume
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/builder-next
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/builder-next/exporter
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/builder-next/worker
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/dockerfile
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/remotecontext
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/remotecontext/git
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/builder/remotecontext/urlutil
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/cli
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/cli/config
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/cli/debug
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/cli/winresources/docker-proxy
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/cli/winresources/dockerd
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/client
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/cmd/docker-proxy
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/cmd/dockerd
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/cmd/dockerd/trap
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/container
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/container/stream
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/contrib/apparmor
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/contrib/docker-device-tool
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/contrib/httpserver
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/cluster
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/cluster/convert
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/cluster/executor
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/cluster/executor/container
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/cluster/provider
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/config
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/containerd
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/events
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/events/testutils
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/aufs
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/copy
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/devmapper
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/overlay
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/register
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/vfs
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/graphdriver/zfs
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/images
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/initlayer
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/links
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/listeners
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/awslogs
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/fluentd
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/gcplogs
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/gelf
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/journald
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/local
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/logentries
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/loggertest
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/loggerutils
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/splunk
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/syslog
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/logger/templates
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/names
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/network
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/daemon/stats
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/distribution
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/distribution/metadata
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/distribution/utils
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/distribution/xfer
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/dockerversion
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/errdefs
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/image
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/image/cache
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/image/tarexport
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/image/v1
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/internal/test/suite
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/layer
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/libcontainerd
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/libcontainerd/queue
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/libcontainerd/remote
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/libcontainerd/supervisor
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/libcontainerd/types
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/oci
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/oci/caps
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/opts
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/aaparser
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/archive
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/authorization
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/broadcaster
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/capabilities
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/chrootarchive
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/containerfs
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/devicemapper
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/directory
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/dmesg
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/fileutils
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/homedir
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/idtools
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/ioutils
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/jsonmessage
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/longpath
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/loopback
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/namesgenerator
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/parsers
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/parsers/kernel
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/pidfile
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/platform
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/plugingetter
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/plugins
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/plugins/transport
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/pools
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/progress
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/reexec
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/stack
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/stdcopy
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/streamformatter
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/stringid
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/sysinfo
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/system
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/tailfile
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/tarsum
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/pkg/useragent
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/plugin
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/plugin/executor/containerd
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/plugin/v2
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/profiles/apparmor
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/profiles/seccomp
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/quota
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/reference
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/registry
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/registry/resumable
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/restartmanager
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/rootless
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/rootless/specconv
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/runconfig
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/runconfig/opts
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil/daemon
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil/environment
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil/fakecontext
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil/fakegit
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil/fakestorage
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil/fixtures/load
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil/fixtures/plugin
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil/registry
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/testutil/request
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/volume
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/volume/drivers
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/volume/local
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/volume/mounts
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/volume/service
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/volume/service/opts
13:40:54 [2022-11-03T13:40:54.651Z] github.com/docker/docker/volume/testutils' ']'
13:40:54 [2022-11-03T13:40:54.651Z] + 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/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/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
13:40:54 [2022-11-03T13:40:54.911Z] ?   	github.com/docker/docker/api	[no test files]
13:41:09 [2022-11-03T13:41:09.797Z] ok  	github.com/docker/docker/api/server	0.005s	coverage: 7.9% of statements
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ok  	github.com/docker/docker/api/server/httputils	0.006s	coverage: 31.9% of statements
13:42:31 [2022-11-03T13:42:31.277Z] ok  	github.com/docker/docker/api/server/middleware	0.006s	coverage: 37.7% of statements
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 6.0% of statements
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ok  	github.com/docker/docker/api/types/filters	0.009s	coverage: 93.8% of statements
13:42:31 [2022-11-03T13:42:31.277Z] ok  	github.com/docker/docker/api/server/router/volume	0.010s	coverage: 66.7% of statements
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types/container	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types/events	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types/image	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types/network	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ok  	github.com/docker/docker/api/types/registry	0.007s	coverage: 54.2% of statements
13:42:31 [2022-11-03T13:42:31.277Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
13:42:31 [2022-11-03T13:42:31.277Z] ok  	github.com/docker/docker/api/types/time	0.011s	coverage: 100.0% of statements
13:42:31 [2022-11-03T13:42:31.278Z] ok  	github.com/docker/docker/api/types/versions	0.015s	coverage: 77.3% of statements
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/builder	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ok  	github.com/docker/docker/builder/remotecontext	0.137s	coverage: 13.7% of statements
13:42:31 [2022-11-03T13:42:31.278Z] ok  	github.com/docker/docker/builder/dockerfile	0.493s	coverage: 50.1% of statements
13:42:31 [2022-11-03T13:42:31.278Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
13:42:31 [2022-11-03T13:42:31.278Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
13:42:31 [2022-11-03T13:42:31.278Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.549s	coverage: 83.5% of statements
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/cli	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/cli/config	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
13:42:31 [2022-11-03T13:42:31.278Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
13:42:31 [2022-11-03T13:42:31.877Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.167s	coverage: 67.6% of statements
13:42:33 [2022-11-03T13:42:33.253Z] ok  	github.com/docker/docker/client	0.127s	coverage: 76.1% of statements
13:43:05 [2022-11-03T13:43:05.338Z] ok  	github.com/docker/docker/cmd/dockerd	0.063s	coverage: 30.1% of statements
13:43:05 [2022-11-03T13:43:05.338Z] ok  	github.com/docker/docker/container	0.123s	coverage: 35.8% of statements
13:43:05 [2022-11-03T13:43:05.338Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.446s	coverage: 0.0% of statements
13:43:05 [2022-11-03T13:43:05.338Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
13:43:05 [2022-11-03T13:43:05.338Z] ?   	github.com/docker/docker/container/stream	[no test files]
13:43:05 [2022-11-03T13:43:05.338Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
13:43:05 [2022-11-03T13:43:05.338Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
13:43:05 [2022-11-03T13:43:05.338Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
13:43:10 [2022-11-03T13:43:10.611Z] ok  	github.com/docker/docker/daemon/cluster	0.062s	coverage: 0.5% of statements
13:43:12 [2022-11-03T13:43:12.516Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.021s	coverage: 65.3% of statements
13:43:13 [2022-11-03T13:43:13.902Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.013s	coverage: 36.9% of statements
13:43:20 [2022-11-03T13:43:20.475Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.446s	coverage: 13.3% of statements
13:43:21 [2022-11-03T13:43:21.856Z] ok  	github.com/docker/docker/daemon/config	0.034s	coverage: 76.8% of statements
13:43:22 [2022-11-03T13:43:22.424Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
13:43:22 [2022-11-03T13:43:22.993Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.2% of statements
13:43:23 [2022-11-03T13:43:23.561Z] ok  	github.com/docker/docker/daemon	10.106s	coverage: 16.4% of statements
13:43:23 [2022-11-03T13:43:23.561Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
13:43:23 [2022-11-03T13:43:23.561Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
13:43:23 [2022-11-03T13:43:23.561Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
13:43:23 [2022-11-03T13:43:23.561Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
13:43:24 [2022-11-03T13:43:24.499Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.662s	coverage: 74.8% of statements
13:43:25 [2022-11-03T13:43:25.437Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.275s	coverage: 60.7% of statements
13:43:25 [2022-11-03T13:43:25.696Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.024s	coverage: 3.0% of statements
13:43:27 [2022-11-03T13:43:27.074Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.010s	coverage: 1.9% of statements
13:43:29 [2022-11-03T13:43:29.018Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.231s	coverage: 50.6% of statements
13:43:30 [2022-11-03T13:43:30.061Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.649s	coverage: 46.1% of statements
13:43:30 [2022-11-03T13:43:30.061Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
13:43:30 [2022-11-03T13:43:30.628Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.174s	coverage: 60.3% of statements
13:43:30 [2022-11-03T13:43:30.628Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
13:43:30 [2022-11-03T13:43:30.628Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
13:43:31 [2022-11-03T13:43:31.197Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.010s	coverage: 58.5% of statements
13:43:31 [2022-11-03T13:43:31.765Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
13:43:32 [2022-11-03T13:43:32.026Z] ok  	github.com/docker/docker/daemon/links	0.016s	coverage: 93.0% of statements
13:43:33 [2022-11-03T13:43:33.417Z] ok  	github.com/docker/docker/daemon/images	0.038s	coverage: 6.8% of statements
13:43:33 [2022-11-03T13:43:33.417Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
13:43:33 [2022-11-03T13:43:33.417Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
13:43:33 [2022-11-03T13:43:33.676Z] ok  	github.com/docker/docker/daemon/logger	0.219s	coverage: 43.2% of statements
13:43:34 [2022-11-03T13:43:34.614Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.018s	coverage: 53.6% of statements
13:43:34 [2022-11-03T13:43:34.614Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.149s	coverage: 79.6% of statements
13:43:34 [2022-11-03T13:43:34.614Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
13:43:35 [2022-11-03T13:43:35.181Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
13:43:35 [2022-11-03T13:43:35.750Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.016s	coverage: 88.2% of statements
13:43:36 [2022-11-03T13:43:36.688Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.144s	coverage: 76.8% of statements
13:43:36 [2022-11-03T13:43:36.688Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
13:43:37 [2022-11-03T13:43:37.626Z] ok  	github.com/docker/docker/daemon/logger/local	0.033s	coverage: 79.4% of statements
13:43:38 [2022-11-03T13:43:38.194Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.016s	coverage: 63.5% of statements
13:43:38 [2022-11-03T13:43:38.762Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.019s	coverage: 31.5% of statements
13:43:39 [2022-11-03T13:43:39.331Z] ok  	github.com/docker/docker/daemon/logger/journald	3.302s	coverage: 74.5% of statements
13:43:39 [2022-11-03T13:43:39.331Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
13:43:39 [2022-11-03T13:43:39.331Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
13:43:39 [2022-11-03T13:43:39.331Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
13:43:39 [2022-11-03T13:43:39.331Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
13:43:39 [2022-11-03T13:43:39.899Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.006s	coverage: 46.8% of statements
13:43:40 [2022-11-03T13:43:40.180Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
13:43:40 [2022-11-03T13:43:40.753Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
13:43:41 [2022-11-03T13:43:41.343Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.491s	coverage: 82.5% of statements
13:43:41 [2022-11-03T13:43:41.343Z] ?   	github.com/docker/docker/daemon/names	[no test files]
13:43:41 [2022-11-03T13:43:41.343Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
13:43:42 [2022-11-03T13:43:42.313Z] ok  	github.com/docker/docker/distribution/metadata	0.032s	coverage: 44.4% of statements
13:43:43 [2022-11-03T13:43:43.688Z] ok  	github.com/docker/docker/distribution	1.502s	coverage: 29.8% of statements
13:43:43 [2022-11-03T13:43:43.688Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
13:43:44 [2022-11-03T13:43:44.256Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
13:43:44 [2022-11-03T13:43:44.823Z] ok  	github.com/docker/docker/image	0.025s	coverage: 86.9% of statements
13:43:44 [2022-11-03T13:43:44.823Z] ok  	github.com/docker/docker/distribution/xfer	1.893s	coverage: 84.9% of statements
13:43:44 [2022-11-03T13:43:44.823Z] ?   	github.com/docker/docker/dockerversion	[no test files]
13:43:45 [2022-11-03T13:43:45.391Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
13:43:45 [2022-11-03T13:43:45.650Z] ok  	github.com/docker/docker/image/tarexport	0.010s	coverage: 0.7% of statements
13:43:45 [2022-11-03T13:43:45.650Z] ?   	github.com/docker/docker/image/v1	[no test files]
13:43:45 [2022-11-03T13:43:45.650Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
13:43:45 [2022-11-03T13:43:45.909Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
13:43:46 [2022-11-03T13:43:46.846Z] ok  	github.com/docker/docker/oci	0.019s	coverage: 41.4% of statements
13:43:47 [2022-11-03T13:43:47.414Z] ok  	github.com/docker/docker/opts	0.020s	coverage: 66.8% of statements
13:43:47 [2022-11-03T13:43:47.674Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
13:43:49 [2022-11-03T13:43:49.580Z] ok  	github.com/docker/docker/pkg/archive	0.306s	coverage: 82.0% of statements
13:43:50 [2022-11-03T13:43:50.147Z] ok  	github.com/docker/docker/pkg/authorization	0.290s	coverage: 68.3% of statements
13:43:50 [2022-11-03T13:43:50.147Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
13:43:50 [2022-11-03T13:43:50.406Z] ok  	github.com/docker/docker/pkg/capabilities	0.006s	coverage: 87.5% of statements
13:43:53 [2022-11-03T13:43:53.693Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.516s	coverage: 44.9% of statements
13:43:53 [2022-11-03T13:43:53.693Z] ok  	github.com/docker/docker/pkg/containerfs	0.003s	coverage: 28.6% of statements
13:43:53 [2022-11-03T13:43:53.952Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
13:43:53 [2022-11-03T13:43:53.952Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
13:43:54 [2022-11-03T13:43:54.211Z] ok  	github.com/docker/docker/pkg/fileutils	0.003s	coverage: 77.5% of statements
13:43:54 [2022-11-03T13:43:54.470Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
13:43:55 [2022-11-03T13:43:55.038Z] ok  	github.com/docker/docker/layer	7.965s	coverage: 68.9% of statements
13:43:55 [2022-11-03T13:43:55.038Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
13:43:55 [2022-11-03T13:43:55.038Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
13:43:55 [2022-11-03T13:43:55.038Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
13:43:55 [2022-11-03T13:43:55.038Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
13:43:55 [2022-11-03T13:43:55.038Z] ?   	github.com/docker/docker/oci/caps	[no test files]
13:43:55 [2022-11-03T13:43:55.038Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
13:43:55 [2022-11-03T13:43:55.296Z] ok  	github.com/docker/docker/pkg/idtools	0.401s	coverage: 69.6% of statements
13:43:55 [2022-11-03T13:43:55.864Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
13:43:55 [2022-11-03T13:43:55.864Z] ok  	github.com/docker/docker/pkg/ioutils	0.376s	coverage: 71.5% of statements
13:43:55 [2022-11-03T13:43:55.864Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 100.0% of statements
13:43:55 [2022-11-03T13:43:55.864Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
13:43:56 [2022-11-03T13:43:56.122Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
13:43:56 [2022-11-03T13:43:56.122Z] ok  	github.com/docker/docker/pkg/parsers	0.008s	coverage: 97.0% of statements
13:43:56 [2022-11-03T13:43:56.382Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.005s	coverage: 60.0% of statements
13:43:56 [2022-11-03T13:43:56.640Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.007s	coverage: 90.5% of statements
13:43:56 [2022-11-03T13:43:56.640Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 76.5% of statements
13:43:56 [2022-11-03T13:43:56.640Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
13:43:56 [2022-11-03T13:43:56.640Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
13:43:57 [2022-11-03T13:43:57.208Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
13:43:57 [2022-11-03T13:43:57.775Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
13:43:57 [2022-11-03T13:43:57.775Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
13:43:58 [2022-11-03T13:43:58.034Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
13:43:58 [2022-11-03T13:43:58.294Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
13:43:58 [2022-11-03T13:43:58.553Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
13:43:58 [2022-11-03T13:43:58.812Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
13:43:59 [2022-11-03T13:43:59.071Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
13:43:59 [2022-11-03T13:43:59.330Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 70.6% of statements
13:43:59 [2022-11-03T13:43:59.897Z] ok  	github.com/docker/docker/pkg/sysinfo	0.009s	coverage: 53.6% of statements
13:44:00 [2022-11-03T13:44:00.157Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 46.0% of statements
13:44:00 [2022-11-03T13:44:00.416Z] ok  	github.com/docker/docker/pkg/tailfile	0.043s	coverage: 88.6% of statements
13:44:00 [2022-11-03T13:44:00.984Z] ok  	github.com/docker/docker/pkg/tarsum	0.046s	coverage: 89.3% of statements
13:44:00 [2022-11-03T13:44:00.984Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
13:44:02 [2022-11-03T13:44:02.887Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.2% of statements
13:44:03 [2022-11-03T13:44:03.456Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
13:44:03 [2022-11-03T13:44:03.715Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
13:44:05 [2022-11-03T13:44:05.092Z] ok  	github.com/docker/docker/quota	0.173s	coverage: 71.4% of statements
13:44:05 [2022-11-03T13:44:05.092Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
13:44:06 [2022-11-03T13:44:06.030Z] ok  	github.com/docker/docker/registry	0.079s	coverage: 58.7% of statements
13:44:06 [2022-11-03T13:44:06.598Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
13:44:06 [2022-11-03T13:44:06.598Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
13:44:07 [2022-11-03T13:44:07.168Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 64.5% of statements
13:44:07 [2022-11-03T13:44:07.427Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
13:44:08 [2022-11-03T13:44:08.804Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
13:44:09 [2022-11-03T13:44:09.742Z] ok  	github.com/docker/docker/volume/local	0.092s	coverage: 77.1% of statements
13:44:10 [2022-11-03T13:44:10.309Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 67.7% of statements
13:44:11 [2022-11-03T13:44:11.246Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.1% of statements
13:44:33 [2022-11-03T13:44:33.179Z] ok  	github.com/docker/docker/pkg/plugins	33.641s	coverage: 76.3% of statements
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/rootless	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/testutil/request	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/volume	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === Skipped
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     network_proxy_test.go:208: No support for dual stack yet
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver btrfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver btrfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver btrfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver btrfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver btrfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:71: No driver to put!
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z] time="2022-11-03T13:43:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: driver not supported
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z] time="2022-11-03T13:43:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: driver not supported
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z] time="2022-11-03T13:43:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: driver not supported
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z] time="2022-11-03T13:43:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: driver not supported
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z] time="2022-11-03T13:43:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: driver not supported
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:71: No driver to put!
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     overlay_test.go:50: Fails to compute changes intermittently
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     overlay_test.go:65: Cannot run test with naive change algorithm
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver zfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver zfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver zfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver zfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:44: Driver zfs not supported
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     graphtest_unix.go:71: No driver to put!
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
13:44:33 [2022-11-03T13:44:33.179Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
13:44:33 [2022-11-03T13:44:33.179Z] 
13:44:33 [2022-11-03T13:44:33.179Z] DONE 2875 tests, 28 skipped in 217.359s
13:44:33 [2022-11-03T13:44:33.179Z] + '[' -n 'github.com/docker/docker/libnetwork
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/bitseq
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/cluster
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/cmd/ovrouter
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/config
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/datastore
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/diagnostic
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/discoverapi
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/driverapi
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/bridge
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/host
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/null
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/overlay
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/remote
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/windows
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/drvregistry
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/etchosts
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/idm
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/internal/caller
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/ipam
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/ipamapi
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/ipams/builtin
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/ipams/null
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/ipams/remote
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/ipamutils
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/iptables
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/netlabel
13:44:33 [2022-11-03T13:44:33.179Z] github.com/docker/docker/libnetwork/netutils
13:44:33 [2022-11-03T13:44:33.180Z] github.com/docker/docker/libnetwork/networkdb
13:44:33 [2022-11-03T13:44:33.180Z] github.com/docker/docker/libnetwork/ns
13:44:33 [2022-11-03T13:44:33.180Z] github.com/docker/docker/libnetwork/options
13:44:33 [2022-11-03T13:44:33.180Z] github.com/docker/docker/libnetwork/osl
13:44:33 [2022-11-03T13:44:33.180Z] github.com/docker/docker/libnetwork/osl/kernel
13:44:33 [2022-11-03T13:44:33.180Z] github.com/docker/docker/libnetwork/portallocator
13:44:33 [2022-11-03T13:44:33.180Z] github.com/docker/docker/libnetwork/portmapper
13:44:33 [2022-11-03T13:44:33.180Z] github.com/docker/docker/libnetwork/resolvconf
13:44:33 [2022-11-03T13:44:33.180Z] github.com/docker/docker/libnetwork/testutils
13:44:33 [2022-11-03T13:44:33.180Z] github.com/docker/docker/libnetwork/types' ']'
13:44:33 [2022-11-03T13:44:33.180Z] + 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
13:45:19 [2022-11-03T13:45:19.855Z] ok  	github.com/docker/docker/libnetwork	37.655s	coverage: 40.6% of statements
13:45:19 [2022-11-03T13:45:19.855Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.143s	coverage: 84.4% of statements
13:45:19 [2022-11-03T13:45:19.855Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
13:45:19 [2022-11-03T13:45:19.855Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
13:45:19 [2022-11-03T13:45:19.855Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
13:45:19 [2022-11-03T13:45:19.855Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
13:45:19 [2022-11-03T13:45:19.855Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
13:45:19 [2022-11-03T13:45:19.855Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
13:45:19 [2022-11-03T13:45:19.855Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
13:45:19 [2022-11-03T13:45:19.855Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
13:45:19 [2022-11-03T13:45:19.855Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 9.3% of statements
13:45:19 [2022-11-03T13:45:19.855Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
13:45:19 [2022-11-03T13:45:19.855Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
13:45:19 [2022-11-03T13:45:19.855Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
13:45:19 [2022-11-03T13:45:19.855Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
13:45:20 [2022-11-03T13:45:20.114Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.674s	coverage: 59.9% of statements
13:45:20 [2022-11-03T13:45:20.114Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
13:45:20 [2022-11-03T13:45:20.373Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
13:45:20 [2022-11-03T13:45:20.942Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.019s	coverage: 5.1% of statements
13:45:20 [2022-11-03T13:45:20.942Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
13:45:21 [2022-11-03T13:45:21.510Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.7% of statements
13:45:21 [2022-11-03T13:45:21.510Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
13:45:21 [2022-11-03T13:45:21.769Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
13:45:31 [2022-11-03T13:45:31.786Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.242s	coverage: 6.7% of statements
13:45:31 [2022-11-03T13:45:31.786Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
13:45:31 [2022-11-03T13:45:31.786Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.005s	coverage: 63.6% of statements
13:45:32 [2022-11-03T13:45:32.353Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.4% of statements
13:45:32 [2022-11-03T13:45:32.353Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
13:45:32 [2022-11-03T13:45:32.353Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
13:45:32 [2022-11-03T13:45:32.353Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
13:45:32 [2022-11-03T13:45:32.921Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
13:45:32 [2022-11-03T13:45:32.921Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.011s	coverage: 81.2% of statements
13:45:33 [2022-11-03T13:45:33.180Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
13:45:33 [2022-11-03T13:45:33.439Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
13:45:45 [2022-11-03T13:45:45.646Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
13:46:00 [2022-11-03T13:46:00.529Z] ok  	github.com/docker/docker/libnetwork/ipam	16.312s	coverage: 85.3% of statements
13:46:00 [2022-11-03T13:46:00.529Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
13:46:00 [2022-11-03T13:46:00.529Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
13:46:00 [2022-11-03T13:46:00.788Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
13:46:01 [2022-11-03T13:46:01.356Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 47.4% of statements
13:46:01 [2022-11-03T13:46:01.356Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
13:46:01 [2022-11-03T13:46:01.614Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 71.4% of statements
13:46:02 [2022-11-03T13:46:02.181Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.280s	coverage: 74.0% of statements
13:46:02 [2022-11-03T13:46:02.749Z] ok  	github.com/docker/docker/libnetwork/iptables	0.179s	coverage: 45.1% of statements
13:46:03 [2022-11-03T13:46:03.008Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
13:46:03 [2022-11-03T13:46:03.267Z] ok  	github.com/docker/docker/libnetwork/netutils	0.019s	coverage: 44.1% of statements
13:47:54 [2022-11-03T13:47:54.721Z] ok  	github.com/docker/docker/libnetwork/networkdb	105.009s	coverage: 60.1% of statements
13:47:54 [2022-11-03T13:47:54.721Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
13:47:54 [2022-11-03T13:47:54.721Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
13:47:54 [2022-11-03T13:47:54.980Z] ok  	github.com/docker/docker/libnetwork/osl	4.327s	coverage: 39.7% of statements
13:47:54 [2022-11-03T13:47:54.980Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
13:47:55 [2022-11-03T13:47:55.239Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
13:47:56 [2022-11-03T13:47:56.617Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.669s	coverage: 46.3% of statements
13:47:56 [2022-11-03T13:47:56.617Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 82.8% of statements
13:47:56 [2022-11-03T13:47:56.617Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
13:47:57 [2022-11-03T13:47:57.186Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
13:47:57 [2022-11-03T13:47:57.186Z] 
13:47:57 [2022-11-03T13:47:57.186Z] === Skipped
13:47:57 [2022-11-03T13:47:57.186Z] === SKIP: libnetwork TestParallel1 (0.00s)
13:47:57 [2022-11-03T13:47:57.186Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
13:47:57 [2022-11-03T13:47:57.186Z] 
13:47:57 [2022-11-03T13:47:57.186Z] === SKIP: libnetwork TestParallel3 (0.00s)
13:47:57 [2022-11-03T13:47:57.186Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
13:47:57 [2022-11-03T13:47:57.186Z] 
13:47:57 [2022-11-03T13:47:57.186Z] === SKIP: libnetwork TestParallel2 (0.00s)
13:47:57 [2022-11-03T13:47:57.186Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
13:47:57 [2022-11-03T13:47:57.186Z] 
13:47:57 [2022-11-03T13:47:57.186Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
13:47:57 [2022-11-03T13:47:57.186Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
13:47:57 [2022-11-03T13:47:57.186Z] 
13:47:57 [2022-11-03T13:47:57.186Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
13:47:57 [2022-11-03T13:47:57.186Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
13:47:57 [2022-11-03T13:47:57.186Z] 
13:47:57 [2022-11-03T13:47:57.186Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
13:47:57 [2022-11-03T13:47:57.186Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
13:47:57 [2022-11-03T13:47:57.186Z] 
13:47:57 [2022-11-03T13:47:57.186Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
13:47:57 [2022-11-03T13:47:57.186Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
13:47:57 [2022-11-03T13:47:57.186Z] 
13:47:57 [2022-11-03T13:47:57.186Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
13:47:57 [2022-11-03T13:47:57.186Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
13:47:57 [2022-11-03T13:47:57.186Z] 
13:47:57 [2022-11-03T13:47:57.186Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
13:47:57 [2022-11-03T13:47:57.186Z]     firewalld_test.go:14: firewalld is not running
13:47:57 [2022-11-03T13:47:57.186Z] 
13:47:57 [2022-11-03T13:47:57.186Z] DONE 325 tests, 9 skipped in 205.845s
Post stage
[Pipeline] junit
13:47:57 [2022-11-03T13:47:57.770Z] Recording test results
13:47:59 [2022-11-03T13:47:59.287Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:47:59 [2022-11-03T13:47:59.620Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44365/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2006d9f7d1070fb2d4f785a02dea1eb0481748ea -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:2006d9f7d1070fb2d4f785a02dea1eb0481748ea hack/make.sh dynbinary test-integration
13:48:00 [2022-11-03T13:48:00.187Z] 
13:48:00 [2022-11-03T13:48:00.187Z] Removing bundles/
13:48:00 [2022-11-03T13:48:00.187Z] 
13:48:00 [2022-11-03T13:48:00.187Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:48:00 [2022-11-03T13:48:00.187Z] Building: bundles/dynbinary-daemon/dockerd
13:48:00 [2022-11-03T13:48:00.187Z] GOOS="" GOARCH="" GOARM=""
13:49:36 [2022-11-03T13:49:36.652Z] Created binary: bundles/dynbinary-daemon/dockerd
13:49:36 [2022-11-03T13:49:36.652Z] Building: bundles/dynbinary-daemon/docker-proxy
13:49:36 [2022-11-03T13:49:36.652Z] GOOS="" GOARCH="" GOARM=""
13:49:36 [2022-11-03T13:49:36.652Z] Created binary: bundles/dynbinary-daemon/docker-proxy
13:49:36 [2022-11-03T13:49:36.652Z] 
13:49:36 [2022-11-03T13:49:36.652Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:49:36 [2022-11-03T13:49:36.652Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:49:36 [2022-11-03T13:49:36.652Z] HOSTNAME=57d4dde4d364
13:49:36 [2022-11-03T13:49:36.652Z] TESTDEBUG=0
13:49:36 [2022-11-03T13:49:36.652Z] DEST=bundles/test-integration
13:49:36 [2022-11-03T13:49:36.652Z] PWD=/go/src/github.com/docker/docker
13:49:36 [2022-11-03T13:49:36.652Z] DOCKER_GITCOMMIT=2006d9f7d1070fb2d4f785a02dea1eb0481748ea
13:49:36 [2022-11-03T13:49:36.652Z] container=docker
13:49:36 [2022-11-03T13:49:36.652Z] HOME=/root
13:49:36 [2022-11-03T13:49:36.652Z] GOLANG_VERSION=1.19.3
13:49:36 [2022-11-03T13:49:36.652Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:49:36 [2022-11-03T13:49:36.652Z] VALIDATE_BRANCH=master
13:49:36 [2022-11-03T13:49:36.652Z] TERM=xterm
13:49:36 [2022-11-03T13:49:36.652Z] DOCKER_PKG=github.com/docker/docker
13:49:36 [2022-11-03T13:49:36.652Z] SHLVL=1
13:49:36 [2022-11-03T13:49:36.652Z] TIMEOUT=120m
13:49:36 [2022-11-03T13:49:36.652Z] DOCKER_BUILDTAGS= journald
13:49:36 [2022-11-03T13:49:36.652Z] DOCKER_GRAPHDRIVER=overlay2
13:49:36 [2022-11-03T13:49:36.652Z] GO111MODULE=off
13:49:36 [2022-11-03T13:49:36.652Z] DOCKER_EXPERIMENTAL=1
13:49:36 [2022-11-03T13:49:36.652Z] TEST_SKIP_INTEGRATION_CLI=1
13:49:36 [2022-11-03T13:49:36.652Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:49:36 [2022-11-03T13:49:36.652Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:49:36 [2022-11-03T13:49:36.652Z] GOPATH=/go
13:49:36 [2022-11-03T13:49:36.652Z] PKG_CONFIG=pkg-config
13:49:36 [2022-11-03T13:49:36.652Z] _=/usr/bin/env
13:49:36 [2022-11-03T13:49:36.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:50:08 [2022-11-03T13:50:08.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:50:08 [2022-11-03T13:50:08.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:50:35 [2022-11-03T13:50:35.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:50:43 [2022-11-03T13:50:43.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:50:51 [2022-11-03T13:50:51.787Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:50:51 [2022-11-03T13:50:51.787Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:50:51 [2022-11-03T13:50:51.787Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:50:52 [2022-11-03T13:50:52.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:50:52 [2022-11-03T13:50:52.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:50:53 [2022-11-03T13:50:53.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:50:54 [2022-11-03T13:50:54.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:50:55 [2022-11-03T13:50:55.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:50:56 [2022-11-03T13:50:56.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:50:57 [2022-11-03T13:50:57.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:50:58 [2022-11-03T13:50:58.075Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:50:59 [2022-11-03T13:50:59.011Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:50:59 [2022-11-03T13:50:59.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:51:00 [2022-11-03T13:51:00.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:51:01 [2022-11-03T13:51:01.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:51:02 [2022-11-03T13:51:02.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:51:03 [2022-11-03T13:51:03.034Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:51:03 [2022-11-03T13:51:03.034Z] Using test binary docker
13:51:03 [2022-11-03T13:51:03.034Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:51:03 [2022-11-03T13:51:03.034Z] +++ /etc/init.d/apparmor start
13:51:03 [2022-11-03T13:51:03.298Z] Not: starting.
13:51:03 [2022-11-03T13:51:03.298Z] INFO: Waiting for daemon to start...
13:51:03 [2022-11-03T13:51:03.298Z] Starting dockerd
13:51:03 [2022-11-03T13:51:03.298Z] +++ 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
13:51:05 [2022-11-03T13:51:05.232Z] .
13:51:05 [2022-11-03T13:51:05.232Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:51:05 [2022-11-03T13:51:05.232Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:51:05 [2022-11-03T13:51:05.232Z] Error: No such image: emptyfs
13:51:05 [2022-11-03T13:51:05.232Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:51:05 [2022-11-03T13:51:05.232Z] ++++ docker load
13:51:05 [2022-11-03T13:51:05.490Z] Loaded image: emptyfs:latest
13:51:05 [2022-11-03T13:51:05.490Z] Running integration-test (iteration 1)
13:51:05 [2022-11-03T13:51:05.490Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
13:51:05 [2022-11-03T13:51:05.490Z] ++ 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
13:51:05 [2022-11-03T13:51:05.490Z] ++ set -e
13:51:05 [2022-11-03T13:51:05.490Z] ++ '[' -n 0 ']'
13:51:05 [2022-11-03T13:51:05.490Z] ++ set -x
13:51:05 [2022-11-03T13:51:05.490Z] ++ 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
13:51:05 [2022-11-03T13:51:05.749Z] Loaded image: busybox:latest
13:51:05 [2022-11-03T13:51:05.749Z] Loaded image: busybox:glibc
13:51:06 [2022-11-03T13:51:06.685Z] Loaded image: debian:bullseye-slim
13:51:06 [2022-11-03T13:51:06.685Z] Loaded image: hello-world:latest
13:51:06 [2022-11-03T13:51:06.943Z] Loaded image: arm32v7/hello-world:latest
13:51:06 [2022-11-03T13:51:06.943Z] INFO: Testing against a local daemon
13:51:06 [2022-11-03T13:51:06.943Z] === RUN   TestCgroupNamespacesBuild
13:51:09 [2022-11-03T13:51:09.476Z] --- PASS: TestCgroupNamespacesBuild (2.55s)
13:51:09 [2022-11-03T13:51:09.476Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:51:10 [2022-11-03T13:51:10.852Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s)
13:51:10 [2022-11-03T13:51:10.852Z] === RUN   TestBuildWithSession
13:51:10 [2022-11-03T13:51:10.852Z]     build_session_test.go:25: TODO: BuildKit
13:51:10 [2022-11-03T13:51:10.852Z] --- SKIP: TestBuildWithSession (0.00s)
13:51:10 [2022-11-03T13:51:10.852Z] === RUN   TestBuildSquashParent
13:51:14 [2022-11-03T13:51:14.138Z] --- PASS: TestBuildSquashParent (3.64s)
13:51:14 [2022-11-03T13:51:14.138Z] === RUN   TestBuildWithRemoveAndForceRemove
13:51:14 [2022-11-03T13:51:14.138Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:51:14 [2022-11-03T13:51:14.138Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:51:14 [2022-11-03T13:51:14.138Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:51:14 [2022-11-03T13:51:14.138Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:51:14 [2022-11-03T13:51:14.138Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:51:14 [2022-11-03T13:51:14.138Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:51:14 [2022-11-03T13:51:14.138Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:51:14 [2022-11-03T13:51:14.138Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:51:14 [2022-11-03T13:51:14.138Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:51:14 [2022-11-03T13:51:14.138Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:51:14 [2022-11-03T13:51:14.138Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:51:14 [2022-11-03T13:51:14.138Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:51:14 [2022-11-03T13:51:14.138Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:51:14 [2022-11-03T13:51:14.138Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:51:16 [2022-11-03T13:51:16.040Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:51:16 [2022-11-03T13:51:16.040Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:51:16 [2022-11-03T13:51:16.977Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:51:16 [2022-11-03T13:51:16.977Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:51:18 [2022-11-03T13:51:18.353Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
13:51:18 [2022-11-03T13:51:18.353Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.42s)
13:51:18 [2022-11-03T13:51:18.353Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.45s)
13:51:18 [2022-11-03T13:51:18.353Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.07s)
13:51:18 [2022-11-03T13:51:18.353Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.20s)
13:51:18 [2022-11-03T13:51:18.353Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.33s)
13:51:18 [2022-11-03T13:51:18.353Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.37s)
13:51:18 [2022-11-03T13:51:18.353Z] === RUN   TestBuildMultiStageCopy
13:51:18 [2022-11-03T13:51:18.353Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:51:19 [2022-11-03T13:51:19.729Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:51:19 [2022-11-03T13:51:19.729Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:51:19 [2022-11-03T13:51:19.988Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:51:19 [2022-11-03T13:51:19.988Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:51:20 [2022-11-03T13:51:20.246Z] --- PASS: TestBuildMultiStageCopy (2.07s)
13:51:20 [2022-11-03T13:51:20.246Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.17s)
13:51:20 [2022-11-03T13:51:20.246Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s)
13:51:20 [2022-11-03T13:51:20.246Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
13:51:20 [2022-11-03T13:51:20.246Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
13:51:20 [2022-11-03T13:51:20.246Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
13:51:20 [2022-11-03T13:51:20.246Z] === RUN   TestBuildMultiStageParentConfig
13:51:21 [2022-11-03T13:51:21.182Z] --- PASS: TestBuildMultiStageParentConfig (0.73s)
13:51:21 [2022-11-03T13:51:21.182Z] === RUN   TestBuildLabelWithTargets
13:51:22 [2022-11-03T13:51:22.118Z] --- PASS: TestBuildLabelWithTargets (1.07s)
13:51:22 [2022-11-03T13:51:22.118Z] === RUN   TestBuildWithEmptyLayers
13:51:22 [2022-11-03T13:51:22.686Z] --- PASS: TestBuildWithEmptyLayers (0.46s)
13:51:22 [2022-11-03T13:51:22.686Z] === RUN   TestBuildMultiStageOnBuild
13:51:24 [2022-11-03T13:51:24.063Z] --- PASS: TestBuildMultiStageOnBuild (1.42s)
13:51:24 [2022-11-03T13:51:24.063Z] === RUN   TestBuildUncleanTarFilenames
13:51:24 [2022-11-03T13:51:24.631Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
13:51:24 [2022-11-03T13:51:24.631Z] === RUN   TestBuildMultiStageLayerLeak
13:51:26 [2022-11-03T13:51:26.007Z] --- PASS: TestBuildMultiStageLayerLeak (1.42s)
13:51:26 [2022-11-03T13:51:26.007Z] === RUN   TestBuildWithHugeFile
13:52:04 [2022-11-03T13:52:04.731Z] --- PASS: TestBuildWithHugeFile (35.76s)
13:52:04 [2022-11-03T13:52:04.731Z] === RUN   TestBuildWCOWSandboxSize
13:52:04 [2022-11-03T13:52:04.731Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:52:04 [2022-11-03T13:52:04.731Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:52:04 [2022-11-03T13:52:04.731Z] === RUN   TestBuildWithEmptyDockerfile
13:52:04 [2022-11-03T13:52:04.731Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:52:04 [2022-11-03T13:52:04.731Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:52:04 [2022-11-03T13:52:04.731Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:52:04 [2022-11-03T13:52:04.731Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:52:04 [2022-11-03T13:52:04.731Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:52:04 [2022-11-03T13:52:04.731Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:52:04 [2022-11-03T13:52:04.731Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:52:04 [2022-11-03T13:52:04.731Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:52:04 [2022-11-03T13:52:04.731Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:52:04 [2022-11-03T13:52:04.731Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
13:52:04 [2022-11-03T13:52:04.731Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
13:52:04 [2022-11-03T13:52:04.731Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s)
13:52:04 [2022-11-03T13:52:04.731Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
13:52:04 [2022-11-03T13:52:04.731Z] === RUN   TestBuildPreserveOwnership
13:52:04 [2022-11-03T13:52:04.731Z] === RUN   TestBuildPreserveOwnership/copy_from
13:52:04 [2022-11-03T13:52:04.731Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:52:05 [2022-11-03T13:52:05.298Z] --- PASS: TestBuildPreserveOwnership (3.05s)
13:52:05 [2022-11-03T13:52:05.298Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.03s)
13:52:05 [2022-11-03T13:52:05.298Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.02s)
13:52:05 [2022-11-03T13:52:05.298Z] === RUN   TestBuildPlatformInvalid
13:52:05 [2022-11-03T13:52:05.298Z] --- PASS: TestBuildPlatformInvalid (0.09s)
13:52:05 [2022-11-03T13:52:05.298Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:52:05 [2022-11-03T13:52:05.865Z] Loaded image: busybox:latest
13:52:06 [2022-11-03T13:52:06.124Z] Loaded image: busybox:glibc
13:52:07 [2022-11-03T13:52:07.061Z] Loaded image: debian:bullseye-slim
13:52:07 [2022-11-03T13:52:07.061Z] Loaded image: hello-world:latest
13:52:07 [2022-11-03T13:52:07.320Z] Loaded image: arm32v7/hello-world:latest
13:52:17 [2022-11-03T13:52:17.299Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.77s)
13:52:17 [2022-11-03T13:52:17.299Z] PASS
13:52:17 [2022-11-03T13:52:17.299Z] 
13:52:17 [2022-11-03T13:52:17.299Z] === Skipped
13:52:17 [2022-11-03T13:52:17.299Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
13:52:17 [2022-11-03T13:52:17.299Z]     build_session_test.go:25: TODO: BuildKit
13:52:17 [2022-11-03T13:52:17.299Z] 
13:52:17 [2022-11-03T13:52:17.299Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:52:17 [2022-11-03T13:52:17.299Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:52:17 [2022-11-03T13:52:17.299Z] 
13:52:17 [2022-11-03T13:52:17.299Z] DONE 34 tests, 2 skipped in 70.596s
13:52:17 [2022-11-03T13:52:17.299Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
13:52:17 [2022-11-03T13:52:17.299Z] ++ 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
13:52:17 [2022-11-03T13:52:17.299Z] ++ set -e
13:52:17 [2022-11-03T13:52:17.299Z] ++ '[' -n 0 ']'
13:52:17 [2022-11-03T13:52:17.299Z] ++ set -x
13:52:17 [2022-11-03T13:52:17.299Z] ++ 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
13:52:17 [2022-11-03T13:52:17.299Z] INFO: Testing against a local daemon
13:52:17 [2022-11-03T13:52:17.299Z] === RUN   TestConfigInspect
13:52:18 [2022-11-03T13:52:18.676Z] --- PASS: TestConfigInspect (2.22s)
13:52:18 [2022-11-03T13:52:18.676Z] === RUN   TestConfigList
13:52:20 [2022-11-03T13:52:20.579Z] --- PASS: TestConfigList (2.18s)
13:52:20 [2022-11-03T13:52:20.579Z] === RUN   TestConfigsCreateAndDelete
13:52:23 [2022-11-03T13:52:23.113Z] --- PASS: TestConfigsCreateAndDelete (2.20s)
13:52:23 [2022-11-03T13:52:23.113Z] === RUN   TestConfigsUpdate
13:52:25 [2022-11-03T13:52:25.015Z] --- PASS: TestConfigsUpdate (2.21s)
13:52:25 [2022-11-03T13:52:25.015Z] === RUN   TestTemplatedConfig
13:52:27 [2022-11-03T13:52:27.546Z] --- PASS: TestTemplatedConfig (2.44s)
13:52:27 [2022-11-03T13:52:27.546Z] === RUN   TestConfigCreateResolve
13:52:29 [2022-11-03T13:52:29.448Z] --- PASS: TestConfigCreateResolve (2.18s)
13:52:29 [2022-11-03T13:52:29.448Z] PASS
13:52:29 [2022-11-03T13:52:29.448Z] 
13:52:29 [2022-11-03T13:52:29.448Z] DONE 6 tests in 13.535s
13:52:29 [2022-11-03T13:52:29.707Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
13:52:29 [2022-11-03T13:52:29.707Z] ++ 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
13:52:29 [2022-11-03T13:52:29.707Z] ++ set -e
13:52:29 [2022-11-03T13:52:29.707Z] ++ '[' -n 0 ']'
13:52:29 [2022-11-03T13:52:29.707Z] ++ set -x
13:52:29 [2022-11-03T13:52:29.707Z] ++ 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
13:52:29 [2022-11-03T13:52:29.707Z] INFO: Testing against a local daemon
13:52:29 [2022-11-03T13:52:29.707Z] === RUN   TestAttachWithTTY
13:52:29 [2022-11-03T13:52:29.966Z] --- PASS: TestAttachWithTTY (0.07s)
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestAttachWithoutTTy
13:52:29 [2022-11-03T13:52:29.966Z] --- PASS: TestAttachWithoutTTy (0.05s)
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestCheckpoint
13:52:29 [2022-11-03T13:52:29.966Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:52:29 [2022-11-03T13:52:29.966Z] --- SKIP: TestCheckpoint (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/commit
13:52:29 [2022-11-03T13:52:29.966Z] === PAUSE TestContainerInvalidJSON/commit
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/create
13:52:29 [2022-11-03T13:52:29.966Z] === PAUSE TestContainerInvalidJSON/containers/create
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:52:29 [2022-11-03T13:52:29.966Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:52:29 [2022-11-03T13:52:29.966Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:52:29 [2022-11-03T13:52:29.966Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:52:29 [2022-11-03T13:52:29.966Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:52:29 [2022-11-03T13:52:29.966Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:52:29 [2022-11-03T13:52:29.966Z] === CONT  TestContainerInvalidJSON/commit
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:52:29 [2022-11-03T13:52:29.966Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:52:29 [2022-11-03T13:52:29.966Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:52:29 [2022-11-03T13:52:29.966Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:52:29 [2022-11-03T13:52:29.966Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:52:29 [2022-11-03T13:52:29.966Z] === CONT  TestContainerInvalidJSON/containers/create
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:52:29 [2022-11-03T13:52:29.966Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:52:29 [2022-11-03T13:52:29.966Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:52:29 [2022-11-03T13:52:29.966Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestCopyFromContainerPathIsNotDir
13:52:29 [2022-11-03T13:52:29.966Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
13:52:29 [2022-11-03T13:52:29.966Z] === RUN   TestCopyToContainerPathDoesNotExist
13:52:30 [2022-11-03T13:52:30.225Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
13:52:30 [2022-11-03T13:52:30.225Z] === RUN   TestCopyEmptyFile
13:52:30 [2022-11-03T13:52:30.483Z] --- PASS: TestCopyEmptyFile (0.27s)
13:52:30 [2022-11-03T13:52:30.484Z] === RUN   TestCopyToContainerPathIsNotDir
13:52:30 [2022-11-03T13:52:30.484Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
13:52:30 [2022-11-03T13:52:30.484Z] === RUN   TestCopyFromContainer
13:52:31 [2022-11-03T13:52:31.427Z] === RUN   TestCopyFromContainer//
13:52:31 [2022-11-03T13:52:31.427Z] === RUN   TestCopyFromContainer//bar/root
13:52:31 [2022-11-03T13:52:31.686Z] === RUN   TestCopyFromContainer//bar/root/
13:52:31 [2022-11-03T13:52:31.686Z] === RUN   TestCopyFromContainer/bar/quux
13:52:31 [2022-11-03T13:52:31.686Z] === RUN   TestCopyFromContainer/bar/quux/
13:52:31 [2022-11-03T13:52:31.686Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:52:31 [2022-11-03T13:52:31.960Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:52:31 [2022-11-03T13:52:31.960Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:52:31 [2022-11-03T13:52:31.960Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:52:31 [2022-11-03T13:52:31.960Z] === RUN   TestCopyFromContainer/bar/notarget
13:52:32 [2022-11-03T13:52:32.227Z] --- PASS: TestCopyFromContainer (1.65s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCopyFromContainer// (0.06s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:52:32 [2022-11-03T13:52:32.227Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:52:32 [2022-11-03T13:52:32.227Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:52:32 [2022-11-03T13:52:32.227Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:52:32 [2022-11-03T13:52:32.227Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:52:32 [2022-11-03T13:52:32.227Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:52:32 [2022-11-03T13:52:32.227Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:52:32 [2022-11-03T13:52:32.227Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateLinkToNonExistingContainer
13:52:32 [2022-11-03T13:52:32.227Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateWithInvalidEnv
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateWithInvalidEnv/0
13:52:32 [2022-11-03T13:52:32.227Z] === PAUSE TestCreateWithInvalidEnv/0
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateWithInvalidEnv/1
13:52:32 [2022-11-03T13:52:32.227Z] === PAUSE TestCreateWithInvalidEnv/1
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateWithInvalidEnv/2
13:52:32 [2022-11-03T13:52:32.227Z] === PAUSE TestCreateWithInvalidEnv/2
13:52:32 [2022-11-03T13:52:32.227Z] === CONT  TestCreateWithInvalidEnv/0
13:52:32 [2022-11-03T13:52:32.227Z] === CONT  TestCreateWithInvalidEnv/2
13:52:32 [2022-11-03T13:52:32.227Z] === CONT  TestCreateWithInvalidEnv/1
13:52:32 [2022-11-03T13:52:32.227Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:52:32 [2022-11-03T13:52:32.227Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateTmpfsMountsTarget
13:52:32 [2022-11-03T13:52:32.227Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:52:32 [2022-11-03T13:52:32.227Z] === RUN   TestCreateWithCustomMaskedPaths
13:52:33 [2022-11-03T13:52:33.603Z] --- PASS: TestCreateWithCustomMaskedPaths (1.28s)
13:52:33 [2022-11-03T13:52:33.603Z] === RUN   TestCreateWithCustomReadonlyPaths
13:52:34 [2022-11-03T13:52:34.979Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.26s)
13:52:34 [2022-11-03T13:52:34.979Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:52:34 [2022-11-03T13:52:34.979Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:52:34 [2022-11-03T13:52:34.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:52:34 [2022-11-03T13:52:34.979Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:52:34 [2022-11-03T13:52:34.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:52:34 [2022-11-03T13:52:34.979Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:52:34 [2022-11-03T13:52:34.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:52:34 [2022-11-03T13:52:34.979Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:52:34 [2022-11-03T13:52:34.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:52:34 [2022-11-03T13:52:34.979Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:52:34 [2022-11-03T13:52:34.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:52:34 [2022-11-03T13:52:34.979Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:52:34 [2022-11-03T13:52:34.979Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:52:34 [2022-11-03T13:52:34.979Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:52:34 [2022-11-03T13:52:34.979Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:52:34 [2022-11-03T13:52:34.979Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:52:34 [2022-11-03T13:52:34.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:52:34 [2022-11-03T13:52:34.979Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:52:34 [2022-11-03T13:52:34.979Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:52:34 [2022-11-03T13:52:34.979Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:52:34 [2022-11-03T13:52:34.979Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:52:34 [2022-11-03T13:52:34.979Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
13:52:34 [2022-11-03T13:52:34.979Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:52:35 [2022-11-03T13:52:35.238Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestCreateDifferentPlatform
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestCreateDifferentPlatform/different_os
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:52:35 [2022-11-03T13:52:35.238Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:52:35 [2022-11-03T13:52:35.238Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:52:35 [2022-11-03T13:52:35.238Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:52:35 [2022-11-03T13:52:35.238Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:52:35 [2022-11-03T13:52:35.238Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestCreateInvalidHostConfig
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:52:35 [2022-11-03T13:52:35.238Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:52:35 [2022-11-03T13:52:35.238Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:52:35 [2022-11-03T13:52:35.238Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:52:35 [2022-11-03T13:52:35.238Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:52:35 [2022-11-03T13:52:35.238Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:52:35 [2022-11-03T13:52:35.238Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:52:35 [2022-11-03T13:52:35.238Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:52:35 [2022-11-03T13:52:35.238Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:52:35 [2022-11-03T13:52:35.238Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:52:35 [2022-11-03T13:52:35.238Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:52:35 [2022-11-03T13:52:35.238Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.01s)
13:52:35 [2022-11-03T13:52:35.238Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:52:35 [2022-11-03T13:52:35.238Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestContainerStartOnDaemonRestart
13:52:35 [2022-11-03T13:52:35.238Z] === PAUSE TestContainerStartOnDaemonRestart
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestDaemonRestartIpcMode
13:52:35 [2022-11-03T13:52:35.238Z] === PAUSE TestDaemonRestartIpcMode
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestDaemonHostGatewayIP
13:52:35 [2022-11-03T13:52:35.238Z] === PAUSE TestDaemonHostGatewayIP
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestRestartDaemonWithRestartingContainer
13:52:35 [2022-11-03T13:52:35.238Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestContainerKillOnDaemonStart
13:52:35 [2022-11-03T13:52:35.238Z] === PAUSE TestContainerKillOnDaemonStart
13:52:35 [2022-11-03T13:52:35.238Z] === RUN   TestDiff
13:52:35 [2022-11-03T13:52:35.806Z] --- PASS: TestDiff (0.44s)
13:52:35 [2022-11-03T13:52:35.806Z] === RUN   TestExecConsoleSize
13:52:36 [2022-11-03T13:52:36.374Z] --- PASS: TestExecConsoleSize (0.48s)
13:52:36 [2022-11-03T13:52:36.374Z] === RUN   TestExecWithCloseStdin
13:52:36 [2022-11-03T13:52:36.632Z] --- PASS: TestExecWithCloseStdin (0.50s)
13:52:36 [2022-11-03T13:52:36.632Z] === RUN   TestExec
13:52:37 [2022-11-03T13:52:37.200Z] --- PASS: TestExec (0.48s)
13:52:37 [2022-11-03T13:52:37.200Z] === RUN   TestExecUser
13:52:37 [2022-11-03T13:52:37.774Z] --- PASS: TestExecUser (0.50s)
13:52:37 [2022-11-03T13:52:37.774Z] === RUN   TestExportContainerAndImportImage
13:52:38 [2022-11-03T13:52:38.342Z] --- PASS: TestExportContainerAndImportImage (0.60s)
13:52:38 [2022-11-03T13:52:38.342Z] === RUN   TestExportContainerAfterDaemonRestart
13:52:39 [2022-11-03T13:52:39.725Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
13:52:39 [2022-11-03T13:52:39.725Z] === RUN   TestHealthCheckWorkdir
13:52:40 [2022-11-03T13:52:40.292Z] --- PASS: TestHealthCheckWorkdir (0.55s)
13:52:40 [2022-11-03T13:52:40.292Z] === RUN   TestHealthKillContainer
13:52:48 [2022-11-03T13:52:48.407Z] --- PASS: TestHealthKillContainer (7.84s)
13:52:48 [2022-11-03T13:52:48.407Z] === RUN   TestHealthCheckProcessKilled
13:52:48 [2022-11-03T13:52:48.665Z] --- PASS: TestHealthCheckProcessKilled (0.63s)
13:52:48 [2022-11-03T13:52:48.665Z] === RUN   TestInspectCpusetInConfigPre120
13:52:48 [2022-11-03T13:52:48.924Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s)
13:52:48 [2022-11-03T13:52:48.924Z] === RUN   TestIpcModeNone
13:52:49 [2022-11-03T13:52:49.491Z] --- PASS: TestIpcModeNone (0.49s)
13:52:49 [2022-11-03T13:52:49.491Z] === RUN   TestIpcModePrivate
13:52:49 [2022-11-03T13:52:49.750Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
13:52:50 [2022-11-03T13:52:50.008Z] --- PASS: TestIpcModePrivate (0.52s)
13:52:50 [2022-11-03T13:52:50.008Z] === RUN   TestIpcModeShareable
13:52:50 [2022-11-03T13:52:50.267Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
13:52:50 [2022-11-03T13:52:50.525Z] --- PASS: TestIpcModeShareable (0.50s)
13:52:50 [2022-11-03T13:52:50.525Z] === RUN   TestAPIIpcModeShareableAndContainer
13:52:52 [2022-11-03T13:52:52.433Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.63s)
13:52:52 [2022-11-03T13:52:52.433Z] === RUN   TestAPIIpcModeHost
13:52:52 [2022-11-03T13:52:52.433Z] --- PASS: TestAPIIpcModeHost (0.38s)
13:52:52 [2022-11-03T13:52:52.433Z] === RUN   TestDaemonIpcModeShareable
13:52:53 [2022-11-03T13:52:53.809Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
13:52:53 [2022-11-03T13:52:53.809Z] --- PASS: TestDaemonIpcModeShareable (1.17s)
13:52:53 [2022-11-03T13:52:53.809Z] === RUN   TestDaemonIpcModePrivate
13:52:54 [2022-11-03T13:52:54.745Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
13:52:55 [2022-11-03T13:52:55.003Z] --- PASS: TestDaemonIpcModePrivate (1.21s)
13:52:55 [2022-11-03T13:52:55.003Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:52:55 [2022-11-03T13:52:55.942Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
13:52:56 [2022-11-03T13:52:56.201Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s)
13:52:56 [2022-11-03T13:52:56.201Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:52:57 [2022-11-03T13:52:57.137Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
13:52:57 [2022-11-03T13:52:57.396Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s)
13:52:57 [2022-11-03T13:52:57.396Z] === RUN   TestIpcModeOlderClient
13:52:57 [2022-11-03T13:52:57.396Z] === PAUSE TestIpcModeOlderClient
13:52:57 [2022-11-03T13:52:57.396Z] === RUN   TestKillContainerInvalidSignal
13:52:57 [2022-11-03T13:52:57.655Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
13:52:57 [2022-11-03T13:52:57.655Z] === RUN   TestKillContainer
13:52:57 [2022-11-03T13:52:57.655Z] === RUN   TestKillContainer/no_signal
13:52:58 [2022-11-03T13:52:58.223Z] === RUN   TestKillContainer/non_killing_signal
13:52:58 [2022-11-03T13:52:58.481Z] === RUN   TestKillContainer/killing_signal
13:52:59 [2022-11-03T13:52:59.049Z] --- PASS: TestKillContainer (1.35s)
13:52:59 [2022-11-03T13:52:59.049Z]     --- PASS: TestKillContainer/no_signal (0.42s)
13:52:59 [2022-11-03T13:52:59.049Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
13:52:59 [2022-11-03T13:52:59.049Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
13:52:59 [2022-11-03T13:52:59.049Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:52:59 [2022-11-03T13:52:59.049Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:52:59 [2022-11-03T13:52:59.616Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:53:00 [2022-11-03T13:53:00.552Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.26s)
13:53:00 [2022-11-03T13:53:00.552Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
13:53:00 [2022-11-03T13:53:00.552Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s)
13:53:00 [2022-11-03T13:53:00.552Z] === RUN   TestKillStoppedContainer
13:53:00 [2022-11-03T13:53:00.552Z] --- PASS: TestKillStoppedContainer (0.05s)
13:53:00 [2022-11-03T13:53:00.552Z] === RUN   TestKillStoppedContainerAPIPre120
13:53:00 [2022-11-03T13:53:00.552Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
13:53:00 [2022-11-03T13:53:00.552Z] === RUN   TestKillDifferentUserContainer
13:53:00 [2022-11-03T13:53:00.811Z] --- PASS: TestKillDifferentUserContainer (0.48s)
13:53:00 [2022-11-03T13:53:00.811Z] === RUN   TestInspectOomKilledTrue
13:53:01 [2022-11-03T13:53:01.378Z] --- PASS: TestInspectOomKilledTrue (0.50s)
13:53:01 [2022-11-03T13:53:01.378Z] === RUN   TestInspectOomKilledFalse
13:53:01 [2022-11-03T13:53:01.945Z] --- PASS: TestInspectOomKilledFalse (0.46s)
13:53:01 [2022-11-03T13:53:01.945Z] === RUN   TestLinksEtcHostsContentMatch
13:53:02 [2022-11-03T13:53:02.204Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
13:53:02 [2022-11-03T13:53:02.204Z] === RUN   TestLinksContainerNames
13:53:03 [2022-11-03T13:53:03.139Z] --- PASS: TestLinksContainerNames (0.89s)
13:53:03 [2022-11-03T13:53:03.139Z] === RUN   TestLogsFollowTailEmpty
13:53:03 [2022-11-03T13:53:03.707Z] --- PASS: TestLogsFollowTailEmpty (0.45s)
13:53:03 [2022-11-03T13:53:03.707Z] === RUN   TestLogs
13:53:03 [2022-11-03T13:53:03.707Z] === RUN   TestLogs/driver_local
13:53:03 [2022-11-03T13:53:03.707Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:53:03 [2022-11-03T13:53:03.707Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:53:03 [2022-11-03T13:53:03.707Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:53:03 [2022-11-03T13:53:03.707Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:53:03 [2022-11-03T13:53:03.707Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:53:03 [2022-11-03T13:53:03.707Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:53:03 [2022-11-03T13:53:03.707Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:53:03 [2022-11-03T13:53:03.707Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:53:03 [2022-11-03T13:53:03.707Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:53:03 [2022-11-03T13:53:03.707Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:53:03 [2022-11-03T13:53:03.707Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:53:03 [2022-11-03T13:53:03.707Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:53:03 [2022-11-03T13:53:03.707Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:53:03 [2022-11-03T13:53:03.707Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:53:04 [2022-11-03T13:53:04.275Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:53:04 [2022-11-03T13:53:04.275Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:53:04 [2022-11-03T13:53:04.842Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:53:05 [2022-11-03T13:53:05.100Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:53:05 [2022-11-03T13:53:05.668Z] === RUN   TestLogs/driver_json-file
13:53:05 [2022-11-03T13:53:05.668Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:53:05 [2022-11-03T13:53:05.668Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:53:05 [2022-11-03T13:53:05.668Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:53:05 [2022-11-03T13:53:05.668Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:53:05 [2022-11-03T13:53:05.668Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:53:05 [2022-11-03T13:53:05.668Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:53:05 [2022-11-03T13:53:05.668Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:53:05 [2022-11-03T13:53:05.668Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:53:05 [2022-11-03T13:53:05.668Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:53:05 [2022-11-03T13:53:05.668Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:53:05 [2022-11-03T13:53:05.668Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:53:05 [2022-11-03T13:53:05.668Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:53:05 [2022-11-03T13:53:05.668Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:53:05 [2022-11-03T13:53:05.668Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:53:06 [2022-11-03T13:53:06.235Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:53:06 [2022-11-03T13:53:06.235Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:53:06 [2022-11-03T13:53:06.494Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:53:06 [2022-11-03T13:53:06.753Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:53:07 [2022-11-03T13:53:07.320Z] --- PASS: TestLogs (3.82s)
13:53:07 [2022-11-03T13:53:07.320Z]     --- PASS: TestLogs/driver_local (0.01s)
13:53:07 [2022-11-03T13:53:07.320Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.77s)
13:53:07 [2022-11-03T13:53:07.320Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.81s)
13:53:07 [2022-11-03T13:53:07.320Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.62s)
13:53:07 [2022-11-03T13:53:07.321Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.62s)
13:53:07 [2022-11-03T13:53:07.321Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.53s)
13:53:07 [2022-11-03T13:53:07.321Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.52s)
13:53:07 [2022-11-03T13:53:07.321Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:53:07 [2022-11-03T13:53:07.321Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.58s)
13:53:07 [2022-11-03T13:53:07.321Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.63s)
13:53:07 [2022-11-03T13:53:07.321Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.50s)
13:53:07 [2022-11-03T13:53:07.321Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.56s)
13:53:07 [2022-11-03T13:53:07.321Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.67s)
13:53:07 [2022-11-03T13:53:07.321Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.66s)
13:53:07 [2022-11-03T13:53:07.321Z] === RUN   TestContainerNetworkMountsNoChown
13:53:07 [2022-11-03T13:53:07.888Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/default
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/default
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/private
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/private
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rprivate
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rprivate
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/slave
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/slave
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rslave
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rslave
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/shared
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/shared
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rshared
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rshared
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/default
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/default/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/default/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/rslave
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/rshared
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/shared
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/rprivate
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/slave
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/private
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/private/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/private/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/default/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/default/mount_root
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:53:07 [2022-11-03T13:53:07.888Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/private/mount_root
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:53:08 [2022-11-03T13:53:08.147Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:53:08 [2022-11-03T13:53:08.406Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:53:08 [2022-11-03T13:53:08.406Z] === CONT  TestMountDaemonRoot/private/bind_root
13:53:08 [2022-11-03T13:53:08.406Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:53:08 [2022-11-03T13:53:08.406Z] --- PASS: TestMountDaemonRoot (0.02s)
13:53:08 [2022-11-03T13:53:08.406Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
13:53:08 [2022-11-03T13:53:08.406Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
13:53:08 [2022-11-03T13:53:08.406Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
13:53:08 [2022-11-03T13:53:08.406Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
13:53:08 [2022-11-03T13:53:08.406Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
13:53:08 [2022-11-03T13:53:08.406Z] === RUN   TestContainerBindMountNonRecursive
13:53:09 [2022-11-03T13:53:09.785Z] --- PASS: TestContainerBindMountNonRecursive (1.34s)
13:53:09 [2022-11-03T13:53:09.785Z] === RUN   TestContainerVolumesMountedAsShared
13:53:10 [2022-11-03T13:53:10.044Z] --- PASS: TestContainerVolumesMountedAsShared (0.46s)
13:53:10 [2022-11-03T13:53:10.044Z] === RUN   TestContainerVolumesMountedAsSlave
13:53:10 [2022-11-03T13:53:10.610Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s)
13:53:10 [2022-11-03T13:53:10.610Z] === RUN   TestNetworkNat
13:53:11 [2022-11-03T13:53:11.178Z] --- PASS: TestNetworkNat (0.53s)
13:53:11 [2022-11-03T13:53:11.178Z] === RUN   TestNetworkLocalhostTCPNat
13:53:11 [2022-11-03T13:53:11.436Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s)
13:53:11 [2022-11-03T13:53:11.436Z] === RUN   TestNetworkLoopbackNat
13:53:14 [2022-11-03T13:53:14.722Z] --- PASS: TestNetworkLoopbackNat (2.60s)
13:53:14 [2022-11-03T13:53:14.722Z] === RUN   TestPause
13:53:14 [2022-11-03T13:53:14.722Z] --- PASS: TestPause (0.49s)
13:53:14 [2022-11-03T13:53:14.722Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:53:14 [2022-11-03T13:53:14.722Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:53:14 [2022-11-03T13:53:14.722Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:53:14 [2022-11-03T13:53:14.722Z] === RUN   TestPauseStopPausedContainer
13:53:14 [2022-11-03T13:53:14.980Z] --- PASS: TestPauseStopPausedContainer (0.47s)
13:53:14 [2022-11-03T13:53:14.980Z] === RUN   TestPidHost
13:53:16 [2022-11-03T13:53:16.356Z] --- PASS: TestPidHost (1.00s)
13:53:16 [2022-11-03T13:53:16.356Z] === RUN   TestPsFilter
13:53:16 [2022-11-03T13:53:16.356Z] --- PASS: TestPsFilter (0.14s)
13:53:16 [2022-11-03T13:53:16.356Z] === RUN   TestRemoveContainerWithRemovedVolume
13:53:16 [2022-11-03T13:53:16.615Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
13:53:16 [2022-11-03T13:53:16.615Z] === RUN   TestRemoveContainerWithVolume
13:53:17 [2022-11-03T13:53:17.214Z] --- PASS: TestRemoveContainerWithVolume (0.47s)
13:53:17 [2022-11-03T13:53:17.214Z] === RUN   TestRemoveContainerRunning
13:53:17 [2022-11-03T13:53:17.822Z] --- PASS: TestRemoveContainerRunning (0.54s)
13:53:17 [2022-11-03T13:53:17.822Z] === RUN   TestRemoveContainerForceRemoveRunning
13:53:18 [2022-11-03T13:53:18.083Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.47s)
13:53:18 [2022-11-03T13:53:18.083Z] === RUN   TestRemoveInvalidContainer
13:53:18 [2022-11-03T13:53:18.083Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:53:18 [2022-11-03T13:53:18.083Z] === RUN   TestRenameLinkedContainer
13:53:19 [2022-11-03T13:53:19.988Z] --- PASS: TestRenameLinkedContainer (1.86s)
13:53:19 [2022-11-03T13:53:19.988Z] === RUN   TestRenameStoppedContainer
13:53:20 [2022-11-03T13:53:20.555Z] --- PASS: TestRenameStoppedContainer (0.43s)
13:53:20 [2022-11-03T13:53:20.555Z] === RUN   TestRenameRunningContainerAndReuse
13:53:21 [2022-11-03T13:53:21.492Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s)
13:53:21 [2022-11-03T13:53:21.492Z] === RUN   TestRenameInvalidName
13:53:21 [2022-11-03T13:53:21.751Z] --- PASS: TestRenameInvalidName (0.48s)
13:53:21 [2022-11-03T13:53:21.751Z] === RUN   TestRenameAnonymousContainer
13:53:23 [2022-11-03T13:53:23.654Z] --- PASS: TestRenameAnonymousContainer (1.63s)
13:53:23 [2022-11-03T13:53:23.654Z] === RUN   TestRenameContainerWithSameName
13:53:23 [2022-11-03T13:53:23.912Z] --- PASS: TestRenameContainerWithSameName (0.44s)
13:53:23 [2022-11-03T13:53:23.912Z] === RUN   TestRenameContainerWithLinkedContainer
13:53:24 [2022-11-03T13:53:24.848Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s)
13:53:24 [2022-11-03T13:53:24.848Z] === RUN   TestResize
13:53:25 [2022-11-03T13:53:25.107Z] --- PASS: TestResize (0.47s)
13:53:25 [2022-11-03T13:53:25.107Z] === RUN   TestResizeWithInvalidSize
13:53:25 [2022-11-03T13:53:25.675Z] --- PASS: TestResizeWithInvalidSize (0.46s)
13:53:25 [2022-11-03T13:53:25.675Z] === RUN   TestResizeWhenContainerNotStarted
13:53:26 [2022-11-03T13:53:26.241Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s)
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:26 [2022-11-03T13:53:26.241Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:53:26 [2022-11-03T13:53:26.242Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:53:26 [2022-11-03T13:53:26.242Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:53:26 [2022-11-03T13:53:26.242Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:53:26 [2022-11-03T13:53:26.242Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:53:26 [2022-11-03T13:53:26.242Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:53:26 [2022-11-03T13:53:26.242Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:53:26 [2022-11-03T13:53:26.242Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:53:26 [2022-11-03T13:53:26.242Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:53:26 [2022-11-03T13:53:26.242Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:28 [2022-11-03T13:53:28.149Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:53:29 [2022-11-03T13:53:29.086Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:53:30 [2022-11-03T13:53:30.463Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:53:30 [2022-11-03T13:53:30.463Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:53:31 [2022-11-03T13:53:31.839Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:31 [2022-11-03T13:53:31.839Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:53:35 [2022-11-03T13:53:35.126Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:53:35 [2022-11-03T13:53:35.126Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:53:37 [2022-11-03T13:53:37.660Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:53:39 [2022-11-03T13:53:39.036Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:53:39 [2022-11-03T13:53:39.295Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:53:40 [2022-11-03T13:53:40.672Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:53:41 [2022-11-03T13:53:41.239Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:53:42 [2022-11-03T13:53:42.176Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:53:44 [2022-11-03T13:53:44.078Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.71s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.15s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.32s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.32s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.58s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.56s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.03s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.59s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.05s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.63s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.90s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.66s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.74s)
13:53:44 [2022-11-03T13:53:44.078Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s)
13:53:44 [2022-11-03T13:53:44.078Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
13:53:44 [2022-11-03T13:53:44.078Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
13:53:44 [2022-11-03T13:53:44.645Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
13:53:45 [2022-11-03T13:53:45.581Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.84s)
13:53:45 [2022-11-03T13:53:45.581Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.91s)
13:53:45 [2022-11-03T13:53:45.581Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.92s)
13:53:45 [2022-11-03T13:53:45.581Z] === RUN   TestCgroupNamespacesRun
13:53:46 [2022-11-03T13:53:46.957Z] --- PASS: TestCgroupNamespacesRun (1.21s)
13:53:46 [2022-11-03T13:53:46.957Z] === RUN   TestCgroupNamespacesRunPrivileged
13:53:47 [2022-11-03T13:53:47.893Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.16s)
13:53:47 [2022-11-03T13:53:47.893Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:53:49 [2022-11-03T13:53:49.270Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.20s)
13:53:49 [2022-11-03T13:53:49.270Z] === RUN   TestCgroupNamespacesRunHostMode
13:53:50 [2022-11-03T13:53:50.645Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s)
13:53:50 [2022-11-03T13:53:50.645Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:53:51 [2022-11-03T13:53:51.581Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s)
13:53:51 [2022-11-03T13:53:51.581Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:53:52 [2022-11-03T13:53:52.958Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s)
13:53:52 [2022-11-03T13:53:52.958Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:53:53 [2022-11-03T13:53:53.525Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
13:53:53 [2022-11-03T13:53:53.525Z] === RUN   TestCgroupNamespacesRunOlderClient
13:53:54 [2022-11-03T13:53:54.460Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s)
13:53:54 [2022-11-03T13:53:54.460Z] === RUN   TestNISDomainname
13:53:55 [2022-11-03T13:53:55.027Z] --- PASS: TestNISDomainname (0.51s)
13:53:55 [2022-11-03T13:53:55.027Z] === RUN   TestHostnameDnsResolution
13:53:55 [2022-11-03T13:53:55.963Z] --- PASS: TestHostnameDnsResolution (0.69s)
13:53:55 [2022-11-03T13:53:55.963Z] === RUN   TestUnprivilegedPortsAndPing
13:53:56 [2022-11-03T13:53:56.222Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s)
13:53:56 [2022-11-03T13:53:56.222Z] === RUN   TestPrivilegedHostDevices
13:53:56 [2022-11-03T13:53:56.790Z] --- PASS: TestPrivilegedHostDevices (0.53s)
13:53:56 [2022-11-03T13:53:56.790Z] === RUN   TestRunConsoleSize
13:53:57 [2022-11-03T13:53:57.357Z] --- PASS: TestRunConsoleSize (0.45s)
13:53:57 [2022-11-03T13:53:57.357Z] === RUN   TestRunWithAlternativeContainerdShim
13:53:59 [2022-11-03T13:53:59.260Z] --- PASS: TestRunWithAlternativeContainerdShim (2.02s)
13:53:59 [2022-11-03T13:53:59.260Z] === RUN   TestStats
13:54:01 [2022-11-03T13:54:01.792Z] --- PASS: TestStats (2.44s)
13:54:01 [2022-11-03T13:54:01.792Z] === RUN   TestStopContainerWithTimeout
13:54:01 [2022-11-03T13:54:01.792Z] === RUN   TestStopContainerWithTimeout/0
13:54:01 [2022-11-03T13:54:01.792Z] === PAUSE TestStopContainerWithTimeout/0
13:54:01 [2022-11-03T13:54:01.792Z] === RUN   TestStopContainerWithTimeout/1
13:54:01 [2022-11-03T13:54:01.792Z] === PAUSE TestStopContainerWithTimeout/1
13:54:01 [2022-11-03T13:54:01.792Z] === RUN   TestStopContainerWithTimeout/3
13:54:01 [2022-11-03T13:54:01.792Z] === PAUSE TestStopContainerWithTimeout/3
13:54:01 [2022-11-03T13:54:01.792Z] === RUN   TestStopContainerWithTimeout/-1
13:54:01 [2022-11-03T13:54:01.792Z] === PAUSE TestStopContainerWithTimeout/-1
13:54:01 [2022-11-03T13:54:01.792Z] === CONT  TestStopContainerWithTimeout/0
13:54:01 [2022-11-03T13:54:01.792Z] === CONT  TestStopContainerWithTimeout/-1
13:54:02 [2022-11-03T13:54:02.360Z] === CONT  TestStopContainerWithTimeout/3
13:54:04 [2022-11-03T13:54:04.262Z] === CONT  TestStopContainerWithTimeout/1
13:54:05 [2022-11-03T13:54:05.644Z] --- PASS: TestStopContainerWithTimeout (0.01s)
13:54:05 [2022-11-03T13:54:05.644Z]     --- PASS: TestStopContainerWithTimeout/0 (0.64s)
13:54:05 [2022-11-03T13:54:05.644Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.55s)
13:54:05 [2022-11-03T13:54:05.644Z]     --- PASS: TestStopContainerWithTimeout/3 (2.42s)
13:54:05 [2022-11-03T13:54:05.644Z]     --- PASS: TestStopContainerWithTimeout/1 (1.43s)
13:54:05 [2022-11-03T13:54:05.644Z] === RUN   TestDeleteDevicemapper
13:54:05 [2022-11-03T13:54:05.644Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:54:05 [2022-11-03T13:54:05.644Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:54:05 [2022-11-03T13:54:05.644Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:54:07 [2022-11-03T13:54:07.606Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.61s)
13:54:07 [2022-11-03T13:54:07.606Z] === RUN   TestUpdateMemory
13:54:07 [2022-11-03T13:54:07.866Z] --- PASS: TestUpdateMemory (0.58s)
13:54:07 [2022-11-03T13:54:07.866Z] === RUN   TestUpdateCPUQuota
13:54:08 [2022-11-03T13:54:08.801Z] --- PASS: TestUpdateCPUQuota (0.76s)
13:54:08 [2022-11-03T13:54:08.801Z] === RUN   TestUpdatePidsLimit
13:54:08 [2022-11-03T13:54:08.801Z] === RUN   TestUpdatePidsLimit/update_from_none
13:54:08 [2022-11-03T13:54:08.801Z] === RUN   TestUpdatePidsLimit/no_change
13:54:09 [2022-11-03T13:54:09.060Z] === RUN   TestUpdatePidsLimit/update_lower
13:54:09 [2022-11-03T13:54:09.318Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:54:09 [2022-11-03T13:54:09.577Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:54:09 [2022-11-03T13:54:09.577Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:54:10 [2022-11-03T13:54:10.144Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:54:10 [2022-11-03T13:54:10.712Z] --- PASS: TestUpdatePidsLimit (1.97s)
13:54:10 [2022-11-03T13:54:10.712Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
13:54:10 [2022-11-03T13:54:10.712Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
13:54:10 [2022-11-03T13:54:10.712Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
13:54:10 [2022-11-03T13:54:10.712Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
13:54:10 [2022-11-03T13:54:10.712Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
13:54:10 [2022-11-03T13:54:10.712Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.27s)
13:54:10 [2022-11-03T13:54:10.712Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
13:54:10 [2022-11-03T13:54:10.712Z] === RUN   TestUpdateRestartPolicy
13:54:22 [2022-11-03T13:54:22.914Z] --- PASS: TestUpdateRestartPolicy (10.89s)
13:54:22 [2022-11-03T13:54:22.914Z] === RUN   TestUpdateRestartWithAutoRemove
13:54:22 [2022-11-03T13:54:22.914Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s)
13:54:22 [2022-11-03T13:54:22.914Z] === RUN   TestWaitNonBlocked
13:54:22 [2022-11-03T13:54:22.914Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:54:22 [2022-11-03T13:54:22.914Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:54:22 [2022-11-03T13:54:22.914Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:54:22 [2022-11-03T13:54:22.914Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:54:22 [2022-11-03T13:54:22.914Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:54:22 [2022-11-03T13:54:22.914Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:54:22 [2022-11-03T13:54:22.914Z] --- PASS: TestWaitNonBlocked (0.01s)
13:54:22 [2022-11-03T13:54:22.914Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.61s)
13:54:22 [2022-11-03T13:54:22.914Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s)
13:54:22 [2022-11-03T13:54:22.914Z] === RUN   TestWaitBlocked
13:54:22 [2022-11-03T13:54:22.914Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:54:22 [2022-11-03T13:54:22.914Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:54:22 [2022-11-03T13:54:22.914Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:54:22 [2022-11-03T13:54:22.914Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:54:22 [2022-11-03T13:54:22.914Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:54:22 [2022-11-03T13:54:22.914Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:54:23 [2022-11-03T13:54:23.480Z] --- PASS: TestWaitBlocked (0.01s)
13:54:23 [2022-11-03T13:54:23.480Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s)
13:54:23 [2022-11-03T13:54:23.480Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s)
13:54:23 [2022-11-03T13:54:23.480Z] === RUN   TestWaitConditions
13:54:23 [2022-11-03T13:54:23.480Z] === RUN   TestWaitConditions/default
13:54:23 [2022-11-03T13:54:23.480Z] === PAUSE TestWaitConditions/default
13:54:23 [2022-11-03T13:54:23.480Z] === RUN   TestWaitConditions/not-running
13:54:23 [2022-11-03T13:54:23.480Z] === PAUSE TestWaitConditions/not-running
13:54:23 [2022-11-03T13:54:23.480Z] === RUN   TestWaitConditions/next-exit
13:54:23 [2022-11-03T13:54:23.480Z] === PAUSE TestWaitConditions/next-exit
13:54:23 [2022-11-03T13:54:23.480Z] === RUN   TestWaitConditions/removed
13:54:23 [2022-11-03T13:54:23.480Z] === PAUSE TestWaitConditions/removed
13:54:23 [2022-11-03T13:54:23.480Z] === CONT  TestWaitConditions/default
13:54:23 [2022-11-03T13:54:23.480Z] === CONT  TestWaitConditions/removed
13:54:23 [2022-11-03T13:54:23.480Z] === CONT  TestWaitConditions/default
13:54:23 [2022-11-03T13:54:23.480Z]     wait_test.go:146: ContainerID = 35f9b20776bc002f3315cac349e211f0c0940a38bb1d0dab24c4e1e691613826
13:54:23 [2022-11-03T13:54:23.480Z] === CONT  TestWaitConditions/removed
13:54:23 [2022-11-03T13:54:23.480Z]     wait_test.go:146: ContainerID = 6a53eaa95ac271c03ab10c82b45ef0807458bba93f55a490f9847c6f4a816f8f
13:54:24 [2022-11-03T13:54:24.050Z] === CONT  TestWaitConditions/next-exit
13:54:24 [2022-11-03T13:54:24.050Z] === CONT  TestWaitConditions/not-running
13:54:24 [2022-11-03T13:54:24.050Z] === CONT  TestWaitConditions/next-exit
13:54:24 [2022-11-03T13:54:24.050Z]     wait_test.go:146: ContainerID = e0d8f5bf0278f69c0e53bb9d91c1026600d2531575b925630a0ebad175cc1869
13:54:24 [2022-11-03T13:54:24.050Z] === CONT  TestWaitConditions/not-running
13:54:24 [2022-11-03T13:54:24.050Z]     wait_test.go:146: ContainerID = 3b482d3ddd76aef91167ff0f33792c11ef769d33aa4cd347c5211a5f73470249
13:54:24 [2022-11-03T13:54:24.617Z] --- PASS: TestWaitConditions (0.02s)
13:54:24 [2022-11-03T13:54:24.617Z]     --- PASS: TestWaitConditions/removed (0.67s)
13:54:24 [2022-11-03T13:54:24.617Z]     --- PASS: TestWaitConditions/default (0.70s)
13:54:24 [2022-11-03T13:54:24.617Z]     --- PASS: TestWaitConditions/not-running (0.50s)
13:54:24 [2022-11-03T13:54:24.617Z]     --- PASS: TestWaitConditions/next-exit (0.58s)
13:54:24 [2022-11-03T13:54:24.617Z] === RUN   TestWaitRestartedContainer
13:54:24 [2022-11-03T13:54:24.617Z] === RUN   TestWaitRestartedContainer/default
13:54:24 [2022-11-03T13:54:24.617Z] === PAUSE TestWaitRestartedContainer/default
13:54:24 [2022-11-03T13:54:24.617Z] === RUN   TestWaitRestartedContainer/not-running
13:54:24 [2022-11-03T13:54:24.617Z] === PAUSE TestWaitRestartedContainer/not-running
13:54:24 [2022-11-03T13:54:24.617Z] === RUN   TestWaitRestartedContainer/next-exit
13:54:24 [2022-11-03T13:54:24.617Z] === PAUSE TestWaitRestartedContainer/next-exit
13:54:24 [2022-11-03T13:54:24.617Z] === CONT  TestWaitRestartedContainer/default
13:54:24 [2022-11-03T13:54:24.617Z] === CONT  TestWaitRestartedContainer/next-exit
13:54:25 [2022-11-03T13:54:25.998Z] === CONT  TestWaitRestartedContainer/not-running
13:54:26 [2022-11-03T13:54:26.934Z] --- PASS: TestWaitRestartedContainer (0.02s)
13:54:26 [2022-11-03T13:54:26.934Z]     --- PASS: TestWaitRestartedContainer/default (1.33s)
13:54:26 [2022-11-03T13:54:26.934Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.35s)
13:54:26 [2022-11-03T13:54:26.934Z]     --- PASS: TestWaitRestartedContainer/not-running (0.91s)
13:54:26 [2022-11-03T13:54:26.934Z] === CONT  TestContainerStartOnDaemonRestart
13:54:26 [2022-11-03T13:54:26.934Z] === CONT  TestRestartDaemonWithRestartingContainer
13:54:29 [2022-11-03T13:54:29.466Z] --- PASS: TestContainerStartOnDaemonRestart (2.16s)
13:54:29 [2022-11-03T13:54:29.466Z] === CONT  TestDaemonHostGatewayIP
13:54:29 [2022-11-03T13:54:29.466Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.17s)
13:54:29 [2022-11-03T13:54:29.466Z] === CONT  TestDaemonRestartIpcMode
13:54:32 [2022-11-03T13:54:32.001Z] --- PASS: TestDaemonRestartIpcMode (2.62s)
13:54:32 [2022-11-03T13:54:32.001Z] === CONT  TestIpcModeOlderClient
13:54:32 [2022-11-03T13:54:32.001Z] --- PASS: TestDaemonHostGatewayIP (2.67s)
13:54:32 [2022-11-03T13:54:32.001Z] === CONT  TestContainerKillOnDaemonStart
13:54:32 [2022-11-03T13:54:32.001Z] --- PASS: TestIpcModeOlderClient (0.09s)
13:54:44 [2022-11-03T13:54:44.203Z] --- PASS: TestContainerKillOnDaemonStart (11.53s)
13:54:44 [2022-11-03T13:54:44.203Z] PASS
13:54:44 [2022-11-03T13:54:44.203Z] 
13:54:44 [2022-11-03T13:54:44.203Z] === Skipped
13:54:44 [2022-11-03T13:54:44.203Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
13:54:44 [2022-11-03T13:54:44.203Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:54:44 [2022-11-03T13:54:44.203Z] 
13:54:44 [2022-11-03T13:54:44.203Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:54:44 [2022-11-03T13:54:44.203Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:54:44 [2022-11-03T13:54:44.203Z] 
13:54:44 [2022-11-03T13:54:44.203Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
13:54:44 [2022-11-03T13:54:44.203Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:54:44 [2022-11-03T13:54:44.203Z] 
13:54:44 [2022-11-03T13:54:44.203Z] DONE 273 tests, 3 skipped in 133.653s
13:54:44 [2022-11-03T13:54:44.203Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
13:54:44 [2022-11-03T13:54:44.203Z] ++ 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
13:54:44 [2022-11-03T13:54:44.203Z] ++ set -e
13:54:44 [2022-11-03T13:54:44.203Z] ++ '[' -n 0 ']'
13:54:44 [2022-11-03T13:54:44.203Z] ++ set -x
13:54:44 [2022-11-03T13:54:44.203Z] ++ 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
13:54:44 [2022-11-03T13:54:44.203Z] INFO: Testing against a local daemon
13:54:44 [2022-11-03T13:54:44.203Z] === RUN   TestConfigDaemonLibtrustID
13:54:44 [2022-11-03T13:54:44.203Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
13:54:44 [2022-11-03T13:54:44.203Z] === RUN   TestConfigDaemonID
13:54:45 [2022-11-03T13:54:45.139Z]     daemon_test.go:86: [d03a00f0c78b5] daemon is not started
13:54:45 [2022-11-03T13:54:45.139Z] --- PASS: TestConfigDaemonID (1.04s)
13:54:45 [2022-11-03T13:54:45.139Z] === RUN   TestDaemonConfigValidation
13:54:45 [2022-11-03T13:54:45.139Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:54:45 [2022-11-03T13:54:45.139Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:54:45 [2022-11-03T13:54:45.139Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:54:45 [2022-11-03T13:54:45.139Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:54:45 [2022-11-03T13:54:45.139Z] === RUN   TestDaemonConfigValidation/invalid_config
13:54:45 [2022-11-03T13:54:45.139Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:54:45 [2022-11-03T13:54:45.139Z] === RUN   TestDaemonConfigValidation/malformed_config
13:54:45 [2022-11-03T13:54:45.139Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:54:45 [2022-11-03T13:54:45.139Z] === RUN   TestDaemonConfigValidation/valid_config
13:54:45 [2022-11-03T13:54:45.139Z] === PAUSE TestDaemonConfigValidation/valid_config
13:54:45 [2022-11-03T13:54:45.139Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:54:45 [2022-11-03T13:54:45.139Z] === CONT  TestDaemonConfigValidation/valid_config
13:54:45 [2022-11-03T13:54:45.139Z] === CONT  TestDaemonConfigValidation/invalid_config
13:54:45 [2022-11-03T13:54:45.139Z] === CONT  TestDaemonConfigValidation/malformed_config
13:54:45 [2022-11-03T13:54:45.139Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:54:45 [2022-11-03T13:54:45.139Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:54:45 [2022-11-03T13:54:45.139Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
13:54:45 [2022-11-03T13:54:45.139Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
13:54:45 [2022-11-03T13:54:45.139Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.10s)
13:54:45 [2022-11-03T13:54:45.139Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
13:54:45 [2022-11-03T13:54:45.139Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
13:54:45 [2022-11-03T13:54:45.139Z] === RUN   TestConfigDaemonSeccompProfiles
13:54:45 [2022-11-03T13:54:45.139Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:54:46 [2022-11-03T13:54:46.515Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:54:47 [2022-11-03T13:54:47.450Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:54:48 [2022-11-03T13:54:48.386Z] === CONT  TestConfigDaemonSeccompProfiles
13:54:48 [2022-11-03T13:54:48.386Z]     daemon_test.go:200: [d16b006f5d9cc] daemon is not started
13:54:48 [2022-11-03T13:54:48.386Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
13:54:48 [2022-11-03T13:54:48.386Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
13:54:48 [2022-11-03T13:54:48.386Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
13:54:48 [2022-11-03T13:54:48.386Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
13:54:48 [2022-11-03T13:54:48.386Z] === RUN   TestDaemonProxy
13:54:48 [2022-11-03T13:54:48.386Z] === RUN   TestDaemonProxy/environment_variables
13:54:50 [2022-11-03T13:54:50.287Z] === RUN   TestDaemonProxy/command-line_options
13:54:51 [2022-11-03T13:54:51.663Z] === RUN   TestDaemonProxy/configuration_file
13:54:53 [2022-11-03T13:54:53.564Z] === RUN   TestDaemonProxy/conflicting_options
13:54:54 [2022-11-03T13:54:54.131Z] === RUN   TestDaemonProxy/reload_sanitized
13:54:54 [2022-11-03T13:54:54.698Z] --- PASS: TestDaemonProxy (6.21s)
13:54:54 [2022-11-03T13:54:54.698Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
13:54:54 [2022-11-03T13:54:54.698Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
13:54:54 [2022-11-03T13:54:54.698Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
13:54:54 [2022-11-03T13:54:54.698Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
13:54:54 [2022-11-03T13:54:54.698Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
13:54:54 [2022-11-03T13:54:54.698Z] === RUN   TestLiveRestore
13:54:54 [2022-11-03T13:54:54.698Z] === RUN   TestLiveRestore/volume_references
13:54:54 [2022-11-03T13:54:54.698Z] === PAUSE TestLiveRestore/volume_references
13:54:54 [2022-11-03T13:54:54.698Z] === CONT  TestLiveRestore/volume_references
13:54:55 [2022-11-03T13:54:55.264Z] === RUN   TestLiveRestore/volume_references/restartPolicy
13:54:55 [2022-11-03T13:54:55.264Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
13:54:56 [2022-11-03T13:54:56.199Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
13:54:57 [2022-11-03T13:54:57.134Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
13:54:58 [2022-11-03T13:54:58.070Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
13:54:59 [2022-11-03T13:54:59.005Z] --- PASS: TestLiveRestore (0.00s)
13:54:59 [2022-11-03T13:54:59.005Z]     --- PASS: TestLiveRestore/volume_references (4.41s)
13:54:59 [2022-11-03T13:54:59.005Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.73s)
13:54:59 [2022-11-03T13:54:59.005Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.95s)
13:54:59 [2022-11-03T13:54:59.005Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.97s)
13:54:59 [2022-11-03T13:54:59.005Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.92s)
13:54:59 [2022-11-03T13:54:59.005Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.90s)
13:54:59 [2022-11-03T13:54:59.005Z] PASS
13:54:59 [2022-11-03T13:54:59.005Z] 
13:54:59 [2022-11-03T13:54:59.005Z] DONE 25 tests in 15.705s
13:54:59 [2022-11-03T13:54:59.005Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
13:54:59 [2022-11-03T13:54:59.005Z] ++ 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
13:54:59 [2022-11-03T13:54:59.005Z] ++ set -e
13:54:59 [2022-11-03T13:54:59.005Z] ++ '[' -n 0 ']'
13:54:59 [2022-11-03T13:54:59.005Z] ++ set -x
13:54:59 [2022-11-03T13:54:59.005Z] ++ 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
13:54:59 [2022-11-03T13:54:59.264Z] INFO: Testing against a local daemon
13:54:59 [2022-11-03T13:54:59.265Z] === RUN   TestCommitInheritsEnv
13:54:59 [2022-11-03T13:54:59.523Z] --- PASS: TestCommitInheritsEnv (0.29s)
13:54:59 [2022-11-03T13:54:59.523Z] === RUN   TestImportExtremelyLargeImageWorks
13:54:59 [2022-11-03T13:54:59.523Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
13:54:59 [2022-11-03T13:54:59.523Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
13:54:59 [2022-11-03T13:54:59.523Z] === RUN   TestImportWithCustomPlatform
13:54:59 [2022-11-03T13:54:59.523Z] === RUN   TestImportWithCustomPlatform/#00
13:54:59 [2022-11-03T13:54:59.523Z] === RUN   TestImportWithCustomPlatform/_______
13:54:59 [2022-11-03T13:54:59.523Z] === RUN   TestImportWithCustomPlatform//
13:54:59 [2022-11-03T13:54:59.523Z] === RUN   TestImportWithCustomPlatform/linux
13:54:59 [2022-11-03T13:54:59.523Z] === RUN   TestImportWithCustomPlatform/LINUX
13:54:59 [2022-11-03T13:54:59.782Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:54:59 [2022-11-03T13:54:59.782Z] === RUN   TestImportWithCustomPlatform/macos
13:54:59 [2022-11-03T13:54:59.782Z] === RUN   TestImportWithCustomPlatform/macos/arm64
13:54:59 [2022-11-03T13:54:59.782Z] === RUN   TestImportWithCustomPlatform/nintendo64
13:54:59 [2022-11-03T13:54:59.782Z] --- PASS: TestImportWithCustomPlatform (0.34s)
13:54:59 [2022-11-03T13:54:59.782Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
13:54:59 [2022-11-03T13:54:59.782Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
13:54:59 [2022-11-03T13:54:59.782Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
13:54:59 [2022-11-03T13:54:59.782Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
13:54:59 [2022-11-03T13:54:59.782Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
13:54:59 [2022-11-03T13:54:59.782Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
13:54:59 [2022-11-03T13:54:59.782Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
13:54:59 [2022-11-03T13:54:59.782Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
13:54:59 [2022-11-03T13:54:59.782Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
13:54:59 [2022-11-03T13:54:59.782Z] === RUN   TestImagesFilterMultiReference
13:54:59 [2022-11-03T13:54:59.782Z] --- PASS: TestImagesFilterMultiReference (0.06s)
13:54:59 [2022-11-03T13:54:59.782Z] === RUN   TestImagePullPlatformInvalid
13:55:00 [2022-11-03T13:55:00.042Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:55:00 [2022-11-03T13:55:00.042Z] === RUN   TestImagePullStoredfDigestForOtherRepo
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:54:59Z" 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=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:54:59Z" level=info msg="Starting upload purge in 21m0s" go.version=go1.19.3 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:54:59Z" level=info msg="redis not configured" go.version=go1.19.3 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:54:59Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.3 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=79e6511e-e51d-46e1-9ae2-071771a49b6f http.request.method=GET http.request.remoteaddr="127.0.0.1:53224" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:55:00Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=79e6511e-e51d-46e1-9ae2-071771a49b6f http.request.method=GET http.request.remoteaddr="127.0.0.1:53224" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.134893ms http.response.status=200 http.response.written=2 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=0f2e77de-3041-42fd-8359-57dc131da48e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:55:00Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=0f2e77de-3041-42fd-8359-57dc131da48e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=a3435af9-4e35-46f1-bea0-e1132a1a0869 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:55:00Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=a3435af9-4e35-46f1-bea0-e1132a1a0869 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:55:00Z" 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=a3435af9-4e35-46f1-bea0-e1132a1a0869 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=60.111µ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=c3a894ab-8072-4a02-868a-b5a8f6b3c440 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] time="2022-11-03T13:55:00Z" 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=a3435af9-4e35-46f1-bea0-e1132a1a0869 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.399266ms http.response.status=404 http.response.written=157 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.042Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.9+unknown"
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" 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=0f2e77de-3041-42fd-8359-57dc131da48e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=51.602µ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=c3e7b1e3-a3fc-4ec3-aa76-4e208c7a7f45 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" 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=0f2e77de-3041-42fd-8359-57dc131da48e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.723002ms http.response.status=404 http.response.written=157 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.9+unknown"
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=8dcc2f9a-57b0-484c-bdce-6fa5c3bbb15b http.request.method=POST http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=8dcc2f9a-57b0-484c-bdce-6fa5c3bbb15b http.request.method=POST http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0/startedat\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=8dcc2f9a-57b0-484c-bdce-6fa5c3bbb15b http.request.method=POST http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=101.194µ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=e587021b-7585-4a1f-aae4-15e4471a3c84 trace.line=95 vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=8dcc2f9a-57b0-484c-bdce-6fa5c3bbb15b http.request.method=POST http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=12.94µ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=d08bce52-1c99-470d-b074-6a7ba1a2ef8a trace.line=141 vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0/hashstates/sha256/0\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=8dcc2f9a-57b0-484c-bdce-6fa5c3bbb15b http.request.method=POST http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=75.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).PutContent" trace.id=080e45c1-04f4-4e30-8b6f-12bdf95500a1 trace.line=95 vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=8dcc2f9a-57b0-484c-bdce-6fa5c3bbb15b http.request.method=POST http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=3.702157ms http.response.status=202 http.response.written=0 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.9+unknown"
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=cdf378d1-97ab-4097-a493-156931fa6ff8 http.request.method=POST http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=cdf378d1-97ab-4097-a493-156931fa6ff8 http.request.method=POST http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/981c2b06-1ef6-4c23-af77-c51720bd5530/startedat\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=cdf378d1-97ab-4097-a493-156931fa6ff8 http.request.method=POST http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=74.961µ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=4479fe64-7c28-45fb-8b61-c03070b8c1dc trace.line=95 vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/981c2b06-1ef6-4c23-af77-c51720bd5530/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=cdf378d1-97ab-4097-a493-156931fa6ff8 http.request.method=POST http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=14.466µ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=73a1e2ed-e6aa-49d1-9988-11847d5a3a0f trace.line=141 vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/981c2b06-1ef6-4c23-af77-c51720bd5530/hashstates/sha256/0\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=cdf378d1-97ab-4097-a493-156931fa6ff8 http.request.method=POST http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=93.562µ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=eaea37fe-cff6-44fc-b9a6-a90482cbdb9a trace.line=95 vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=cdf378d1-97ab-4097-a493-156931fa6ff8 http.request.method=POST http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=2.463015ms http.response.status=202 http.response.written=0 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.9+unknown"
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" 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=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" 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=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" 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=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" 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=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/981c2b06-1ef6-4c23-af77-c51720bd5530/startedat\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=29.678µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7f92b567-ed4b-47a6-b971-b77813fe0fbb trace.line=82 vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/981c2b06-1ef6-4c23-af77-c51720bd5530/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=14.547µ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=a843dc57-ed15-4b96-9169-1f3cde767ac9 trace.line=141 vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0/startedat\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=49.493µ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=fd34e1bb-10b0-47b7-ba58-28917e360cb4 trace.line=82 vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=23.639µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=4f8cb6c7-31b6-4a8b-9df2-ebf60de7a961 trace.line=141 vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/981c2b06-1ef6-4c23-af77-c51720bd5530/data\", 0)" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=111.408µ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=fc1d1fdb-0f0a-4ef5-b998-51611f2af59b trace.line=124 vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" 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=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/981c2b06-1ef6-4c23-af77-c51720bd5530/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=27.47µ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=8dcdcd95-a4bd-4519-a882-09265c9a7737 trace.line=141 vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" 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=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=12.882µ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=f808643d-f9be-4761-9ed7-fe68736aba4a trace.line=141 vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/981c2b06-1ef6-4c23-af77-c51720bd5530/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=15.909µ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=64bdac2d-1a3a-44be-b8ac-dcb0ed12f6ce trace.line=141 vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.043Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/981c2b06-1ef6-4c23-af77-c51720bd5530/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=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=73.583µ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=847244f3-e926-4d56-943b-03382abdeeb8 trace.line=167 vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" 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=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=75.372µ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=b806facb-2bf9-4e04-89c8-62f0f74c168a trace.line=95 vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/981c2b06-1ef6-4c23-af77-c51720bd5530\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=203.355µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=875ed079-26ed-4a00-8dc1-b6c8d15f5fac trace.line=181 vars.name=test vars.uuid=981c2b06-1ef6-4c23-af77-c51720bd5530 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" 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=467a391a-83fe-49bc-b431-1bdec18e81df http.request.method=PUT http.request.remoteaddr="127.0.0.1:53230" http.request.uri="/v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=4.593166ms http.response.status=201 http.response.written=0 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "PUT /v2/test/blobs/uploads/981c2b06-1ef6-4c23-af77-c51720bd5530?_state=9nlGHMp9Qr78EZNbc51TVBtK_-T5VK02vUIAzARnSq57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk4MWMyYjA2LTFlZjYtNGMyMy1hZjc3LWM1MTcyMGJkNTUzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzg3OTIxMzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.9+unknown"
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0/data\", 0)" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=114.872µ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=7d3b5f9c-2f63-4a38-8ebc-18bafa576af6 trace.line=124 vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" 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=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=10.904µ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=5c0b51fe-1248-4a05-a760-d85822f9de2b trace.line=141 vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" 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=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=187.306µ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=61aa3404-361b-4485-80d5-ea9ce96cde37 trace.line=141 vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=44.078µ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=5f80b411-1a5a-4f51-bcf1-ba494538ba31 trace.line=141 vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0/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=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=67.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).Move" trace.id=ffa3e33c-66a7-40b4-bdbd-8f31f3e9a020 trace.line=167 vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" 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=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=52.39µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=115f14c5-8a32-4605-947c-3b8534ceb80a trace.line=95 vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=83.733µ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=b568e881-8038-4a92-b6d8-85eb2c0dc6c6 trace.line=181 vars.name=test vars.uuid=9beb74ce-2228-4250-a2c8-82d72fe4eac0 version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] time="2022-11-03T13:55:00Z" 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=f15661e2-f4c4-48f7-86de-437c6197b3ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=10.791428ms http.response.status=201 http.response.written=0 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.044Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "PUT /v2/test/blobs/uploads/9beb74ce-2228-4250-a2c8-82d72fe4eac0?_state=-COik80nKoBE5YRAX8SaHxU0sH9X1sUtBqGWZ45PaL57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjliZWI3NGNlLTIyMjgtNDI1MC1hMmM4LTgyZDcyZmU0ZWFjMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wM1QxMzo1NTowMC4wMzQ3MzE0ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.9+unknown"
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=b63e06d3-0243-4cc2-84e6-47e1f6f9d12d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=b63e06d3-0243-4cc2-84e6-47e1f6f9d12d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=b63e06d3-0243-4cc2-84e6-47e1f6f9d12d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=39.491µ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=05f2b73d-acfc-4900-a0e9-c1371ae57b09 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=b63e06d3-0243-4cc2-84e6-47e1f6f9d12d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.964005ms http.response.status=404 http.response.written=96 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.9+unknown"
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=34.879µ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=b4c9af27-d73d-4ef6-8435-74b246f78a86 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=304.557µ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=0c2986d7-7c11-4954-abfc-a417d8f7698e trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=27.34µ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=7bc77b7a-7adc-4dcf-be38-011ec7ba1625 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=17.986µ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=44b69c19-6979-46f4-8b5a-8d8ec52b8985 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=15.393µ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=4fb81f7d-2862-447e-aa4a-fa217f4f6e0e trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=55.401µ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=dd72e89d-43b0-4223-a10b-badde6666eff trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=148.964µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=1a064c3d-43a1-4213-9eff-b98515f0d1b7 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=647.686µ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=e8168020-6b3a-4f66-92f3-f0ee96d71f88 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=211.97µ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=9b37277c-30ee-4656-988c-c3140a62778f trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=32.771µ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=ee9b5149-6547-410e-85e4-b5a2c3b7ee24 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" 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=19a7ab72-baf4-4d4f-b6d6-e7ec015873c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53234" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=4.354741ms http.response.status=201 http.response.written=0 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.304Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.9+unknown"
13:55:00 [2022-11-03T13:55:00.304Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=8ba82496-971d-40bd-80da-ff4ffbdea599 http.request.method=GET http.request.remoteaddr="127.0.0.1:53254" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=8ba82496-971d-40bd-80da-ff4ffbdea599 http.request.method=GET http.request.remoteaddr="127.0.0.1:53254" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea 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="787.181µs" http.response.status=200 http.response.written=2 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=42c93480-0fbb-41af-ad90-b84057d2858d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53264" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=42c93480-0fbb-41af-ad90-b84057d2858d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53264" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=42c93480-0fbb-41af-ad90-b84057d2858d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53264" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=50.051µ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=9ab137cd-da13-44d7-88e1-b931da5dba43 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=42c93480-0fbb-41af-ad90-b84057d2858d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53264" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=42c93480-0fbb-41af-ad90-b84057d2858d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53264" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=23.106µ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=6e124bb0-b0a9-4a71-9da0-db96e168790e trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=42c93480-0fbb-41af-ad90-b84057d2858d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53264" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=15.425µ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=83f8522b-583a-451e-8a55-482de00e1b7d trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=42c93480-0fbb-41af-ad90-b84057d2858d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53264" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=19.413µ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=4bb49e43-d145-470e-953e-98dd66d11d72 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=42c93480-0fbb-41af-ad90-b84057d2858d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53264" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=42c93480-0fbb-41af-ad90-b84057d2858d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53264" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.783944ms http.response.status=200 http.response.written=417 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=42b643e1-6d50-4712-b002-7f1d046c78a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:53280" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=42b643e1-6d50-4712-b002-7f1d046c78a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:53280" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=42b643e1-6d50-4712-b002-7f1d046c78a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:53280" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=42b643e1-6d50-4712-b002-7f1d046c78a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:53280" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=241.115µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=26a57da2-4541-4552-90bb-6ae37c570d17 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=42b643e1-6d50-4712-b002-7f1d046c78a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:53280" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=234.452µ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=a7677828-47c1-44ab-9be7-7d1359b2d953 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=42b643e1-6d50-4712-b002-7f1d046c78a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:53280" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=299.084µ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=36f03437-4ff8-4ac3-be8d-9c9b44c5d380 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=42b643e1-6d50-4712-b002-7f1d046c78a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:53280" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=42b643e1-6d50-4712-b002-7f1d046c78a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:53280" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea 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=3.052346ms http.response.status=200 http.response.written=417 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=33.42µ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=875f2b42-8585-4915-a4a9-5d1bf9821dcc trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=14.507µ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=ea6af481-8ba2-452c-b2a2-17865c32b376 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=15.876µ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=1217474c-2d4b-480b-a53c-d5ef5a84ee2a trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=10.642µ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=a9ce3365-f0b6-4193-8462-616d1a3e260d trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=8.451µ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=d266169e-53f9-4df7-b975-a66b14634299 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=5.252µ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=f7dfdd21-53ba-4d71-ae9f-072be98c48ca trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=13.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).ReadStream" trace.id=dd336e74-60b5-444a-bb61-e4ad931700ac trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.305Z] time="2022-11-03T13:55:00Z" 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=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=34.215µ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=fa520527-8fa0-4bb5-a784-f2486c055abc trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=13.407µ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=f3a1ba26-36b4-4673-9f5e-502a84c1858c trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=c3a76117-db74-4483-bd67-f44845129615 http.request.method=GET http.request.remoteaddr="127.0.0.1:53296" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea 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=2.871186ms http.response.status=200 http.response.written=179 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=30.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=ba734a38-470d-4bd8-af9f-d88468a257d1 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=13.227µ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=21731497-f607-49ed-b52b-cfd811e7b1d4 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=16.624µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5f8a1f55-cab1-4839-939f-11a75151d3f2 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=9.961µ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=e7ee1f50-811b-4d38-8286-93e4b4a3b503 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=8.435µ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=904b840d-86ad-46fa-95e2-776669f94c41 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=5.399µ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=9f98db92-a6f1-4f1d-ab92-bbc9fd51194e trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=12.275µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=8ed9dd6a-19b6-4728-ba18-512dc5f82428 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=23.902µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6d79f8cb-746e-4381-aaa3-b09e400a0282 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=24.738µ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=bfdf2074-dc97-41a8-af0a-03a866ba15df trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=90de49d0-13a3-4e72-8cac-1d4986ac946e http.request.method=GET http.request.remoteaddr="127.0.0.1:53304" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea 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.641898ms http.response.status=200 http.response.written=68 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=445414ff-21f9-4bbf-92f6-4c6f41a2e2f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:53318" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=445414ff-21f9-4bbf-92f6-4c6f41a2e2f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:53318" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea 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="845.503µs" http.response.status=200 http.response.written=2 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=6b0c001a-cb08-40de-885a-5774d5f6070d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53324" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=6b0c001a-cb08-40de-885a-5774d5f6070d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53324" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=6b0c001a-cb08-40de-885a-5774d5f6070d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53324" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=6b0c001a-cb08-40de-885a-5774d5f6070d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53324" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=29.284µ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=9b472fe4-a6a6-4e39-8c14-e306e70e2a35 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=6b0c001a-cb08-40de-885a-5774d5f6070d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53324" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=11.889µ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=b94924bd-1f13-4370-9e24-d1fe3e7bfd94 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" 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=6b0c001a-cb08-40de-885a-5774d5f6070d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53324" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea 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.0984ms http.response.status=404 http.response.written=181 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=67f356ac-575f-497c-bd8d-f7f573ddbac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:53328" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=67f356ac-575f-497c-bd8d-f7f573ddbac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:53328" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.306Z] time="2022-11-03T13:55:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=67f356ac-575f-497c-bd8d-f7f573ddbac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:53328" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.307Z] time="2022-11-03T13:55:00Z" 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=67f356ac-575f-497c-bd8d-f7f573ddbac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:53328" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=24.845µ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=e260987f-2bfb-478d-921b-fb05bfc1c4c0 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.307Z] time="2022-11-03T13:55:00Z" 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=67f356ac-575f-497c-bd8d-f7f573ddbac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:53328" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea trace.duration=10.585µ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=797a0e94-0d1e-4da7-ad2a-7d6ff3b1b45a trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.307Z] time="2022-11-03T13:55:00Z" 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=67f356ac-575f-497c-bd8d-f7f573ddbac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:53328" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea 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.003328ms http.response.status=404 http.response.written=181 instance.id=00393eaa-be19-4f57-a108-a8d9f82c04ea vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
13:55:00 [2022-11-03T13:55:00.307Z] 127.0.0.1 - - [03/Nov/2022:13:55:00 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.3 git-commit/2006d9f7d1070fb2d4f785a02dea1eb0481748ea kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:55:00 [2022-11-03T13:55:00.307Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.40s)
13:55:00 [2022-11-03T13:55:00.307Z] === RUN   TestRemoveImageOrphaning
13:55:00 [2022-11-03T13:55:00.568Z] --- PASS: TestRemoveImageOrphaning (0.27s)
13:55:00 [2022-11-03T13:55:00.568Z] === RUN   TestRemoveImageGarbageCollector
13:55:00 [2022-11-03T13:55:00.568Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:55:00 [2022-11-03T13:55:00.568Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
13:55:00 [2022-11-03T13:55:00.568Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:55:00 [2022-11-03T13:55:00.568Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
13:55:00 [2022-11-03T13:55:00.568Z] === RUN   TestTagInvalidReference
13:55:00 [2022-11-03T13:55:00.568Z] --- PASS: TestTagInvalidReference (0.01s)
13:55:00 [2022-11-03T13:55:00.568Z] === RUN   TestTagValidPrefixedRepo
13:55:00 [2022-11-03T13:55:00.568Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
13:55:00 [2022-11-03T13:55:00.568Z] === RUN   TestTagExistedNameWithoutForce
13:55:00 [2022-11-03T13:55:00.827Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:55:00 [2022-11-03T13:55:00.827Z] === RUN   TestTagOfficialNames
13:55:00 [2022-11-03T13:55:00.827Z] --- PASS: TestTagOfficialNames (0.05s)
13:55:00 [2022-11-03T13:55:00.827Z] === RUN   TestTagMatchesDigest
13:55:00 [2022-11-03T13:55:00.827Z] --- PASS: TestTagMatchesDigest (0.01s)
13:55:00 [2022-11-03T13:55:00.827Z] PASS
13:55:00 [2022-11-03T13:55:00.827Z] 
13:55:00 [2022-11-03T13:55:00.827Z] === Skipped
13:55:00 [2022-11-03T13:55:00.827Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
13:55:00 [2022-11-03T13:55:00.827Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
13:55:00 [2022-11-03T13:55:00.827Z] 
13:55:00 [2022-11-03T13:55:00.827Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
13:55:00 [2022-11-03T13:55:00.827Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:55:00 [2022-11-03T13:55:00.827Z] 
13:55:00 [2022-11-03T13:55:00.827Z] DONE 23 tests, 2 skipped in 1.802s
13:55:00 [2022-11-03T13:55:00.827Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
13:55:00 [2022-11-03T13:55:00.827Z] ++ 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
13:55:00 [2022-11-03T13:55:00.827Z] ++ set -e
13:55:00 [2022-11-03T13:55:00.827Z] ++ '[' -n 0 ']'
13:55:00 [2022-11-03T13:55:00.827Z] ++ set -x
13:55:00 [2022-11-03T13:55:00.827Z] ++ 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
13:55:00 [2022-11-03T13:55:00.827Z] === RUN   TestStripANSICommands
13:55:00 [2022-11-03T13:55:00.827Z] === RUN   TestStripANSICommands/#00
13:55:00 [2022-11-03T13:55:00.827Z] === RUN   TestStripANSICommands/#01
13:55:00 [2022-11-03T13:55:00.827Z] --- PASS: TestStripANSICommands (0.00s)
13:55:00 [2022-11-03T13:55:00.827Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:55:00 [2022-11-03T13:55:00.827Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:55:00 [2022-11-03T13:55:00.827Z] PASS
13:55:00 [2022-11-03T13:55:00.827Z] 
13:55:00 [2022-11-03T13:55:00.827Z] DONE 3 tests in 0.051s
13:55:00 [2022-11-03T13:55:00.827Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
13:55:00 [2022-11-03T13:55:00.827Z] ++ 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
13:55:00 [2022-11-03T13:55:00.827Z] ++ set -e
13:55:00 [2022-11-03T13:55:00.827Z] ++ '[' -n 0 ']'
13:55:00 [2022-11-03T13:55:00.827Z] ++ set -x
13:55:00 [2022-11-03T13:55:00.827Z] ++ 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
13:55:01 [2022-11-03T13:55:01.086Z] INFO: Testing against a local daemon
13:55:01 [2022-11-03T13:55:01.086Z] === RUN   TestNetworkCreateDelete
13:55:01 [2022-11-03T13:55:01.086Z] --- PASS: TestNetworkCreateDelete (0.14s)
13:55:01 [2022-11-03T13:55:01.086Z] === RUN   TestDockerNetworkDeletePreferID
13:55:01 [2022-11-03T13:55:01.653Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
13:55:01 [2022-11-03T13:55:01.653Z] === RUN   TestDaemonDNSFallback
13:55:08 [2022-11-03T13:55:08.215Z] --- PASS: TestDaemonDNSFallback (6.37s)
13:55:08 [2022-11-03T13:55:08.215Z] === RUN   TestInspectNetwork
13:55:10 [2022-11-03T13:55:10.748Z] === RUN   TestInspectNetwork/full_network_id
13:55:10 [2022-11-03T13:55:10.748Z] === RUN   TestInspectNetwork/partial_network_id
13:55:10 [2022-11-03T13:55:10.748Z] === RUN   TestInspectNetwork/network_name
13:55:10 [2022-11-03T13:55:10.748Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:55:15 [2022-11-03T13:55:15.104Z] --- PASS: TestInspectNetwork (7.15s)
13:55:15 [2022-11-03T13:55:15.104Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:55:15 [2022-11-03T13:55:15.104Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:55:15 [2022-11-03T13:55:15.104Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:55:15 [2022-11-03T13:55:15.104Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:55:15 [2022-11-03T13:55:15.104Z] === RUN   TestRunContainerWithBridgeNone
13:55:16 [2022-11-03T13:55:16.489Z] --- PASS: TestRunContainerWithBridgeNone (1.55s)
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/create
13:55:16 [2022-11-03T13:55:16.489Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:55:16 [2022-11-03T13:55:16.489Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:55:16 [2022-11-03T13:55:16.489Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:55:16 [2022-11-03T13:55:16.489Z] === CONT  TestNetworkInvalidJSON/networks/create
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:55:16 [2022-11-03T13:55:16.489Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:55:16 [2022-11-03T13:55:16.489Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:55:16 [2022-11-03T13:55:16.489Z] --- PASS: TestNetworkInvalidJSON (0.02s)
13:55:16 [2022-11-03T13:55:16.489Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkList
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkList//networks
13:55:16 [2022-11-03T13:55:16.489Z] === PAUSE TestNetworkList//networks
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestNetworkList//networks/
13:55:16 [2022-11-03T13:55:16.489Z] === PAUSE TestNetworkList//networks/
13:55:16 [2022-11-03T13:55:16.489Z] === CONT  TestNetworkList//networks
13:55:16 [2022-11-03T13:55:16.489Z] === CONT  TestNetworkList//networks/
13:55:16 [2022-11-03T13:55:16.489Z] --- PASS: TestNetworkList (0.01s)
13:55:16 [2022-11-03T13:55:16.489Z]     --- PASS: TestNetworkList//networks (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:55:16 [2022-11-03T13:55:16.489Z] === RUN   TestHostIPv4BridgeLabel
13:55:17 [2022-11-03T13:55:17.056Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
13:55:17 [2022-11-03T13:55:17.056Z] === RUN   TestDaemonRestartWithLiveRestore
13:55:18 [2022-11-03T13:55:18.432Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
13:55:18 [2022-11-03T13:55:18.432Z] === RUN   TestDaemonDefaultNetworkPools
13:55:18 [2022-11-03T13:55:18.999Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s)
13:55:18 [2022-11-03T13:55:18.999Z] === RUN   TestDaemonRestartWithExistingNetwork
13:55:20 [2022-11-03T13:55:20.374Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
13:55:20 [2022-11-03T13:55:20.374Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:55:21 [2022-11-03T13:55:21.310Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
13:55:21 [2022-11-03T13:55:21.310Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:55:21 [2022-11-03T13:55:21.877Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
13:55:21 [2022-11-03T13:55:21.877Z] === RUN   TestServiceWithPredefinedNetwork
13:55:24 [2022-11-03T13:55:24.409Z] --- PASS: TestServiceWithPredefinedNetwork (2.20s)
13:55:24 [2022-11-03T13:55:24.409Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:55:24 [2022-11-03T13:55:24.409Z]     service_test.go:242: FLAKY_TEST
13:55:24 [2022-11-03T13:55:24.409Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:55:24 [2022-11-03T13:55:24.409Z] === RUN   TestServiceWithDataPathPortInit
13:55:39 [2022-11-03T13:55:39.285Z] --- PASS: TestServiceWithDataPathPortInit (13.89s)
13:55:39 [2022-11-03T13:55:39.285Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:55:40 [2022-11-03T13:55:40.661Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:rt2oc38tcmjdz3k9y57m4a54c Created:2022-11-03 13:55:39.30169987 +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[49f5a2ba323467e4aa71ea178f5311d6383677bb7544a6a7a074b38661151c3c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.in96gfqi395e0bda9xl0q75b4 EndpointID:32d06e7d2c2caf7d2ee360338c14bf632a68a251678606af12a210e1270615cf MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:007bb501270e11b1d4e210e355584d2be10cd79120506d6489ce93e4fa4a0e20 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:36f47905b357 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.in96gfqi395e0bda9xl0q75b4 EndpointID:32d06e7d2c2caf7d2ee360338c14bf632a68a251678606af12a210e1270615cf EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:55:44 [2022-11-03T13:55:44.846Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.88s)
13:55:44 [2022-11-03T13:55:44.846Z] PASS
13:55:44 [2022-11-03T13:55:44.846Z] 
13:55:44 [2022-11-03T13:55:44.846Z] === Skipped
13:55:44 [2022-11-03T13:55:44.846Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:55:44 [2022-11-03T13:55:44.846Z]     service_test.go:242: FLAKY_TEST
13:55:44 [2022-11-03T13:55:44.846Z] 
13:55:44 [2022-11-03T13:55:44.846Z] DONE 38 tests, 1 skipped in 44.020s
13:55:44 [2022-11-03T13:55:44.846Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:55:44 [2022-11-03T13:55:44.846Z] ++ 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
13:55:44 [2022-11-03T13:55:44.846Z] ++ set -e
13:55:44 [2022-11-03T13:55:44.846Z] ++ '[' -n 0 ']'
13:55:44 [2022-11-03T13:55:44.846Z] ++ set -x
13:55:44 [2022-11-03T13:55:44.846Z] ++ 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
13:55:45 [2022-11-03T13:55:45.104Z] INFO: Testing against a local daemon
13:55:45 [2022-11-03T13:55:45.104Z] === RUN   TestDockerNetworkIpvlanPersistance
13:55:45 [2022-11-03T13:55:45.104Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:55:45 [2022-11-03T13:55:45.104Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:55:45 [2022-11-03T13:55:45.104Z] === RUN   TestDockerNetworkIpvlan
13:55:45 [2022-11-03T13:55:45.104Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:55:45 [2022-11-03T13:55:45.104Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:55:45 [2022-11-03T13:55:45.104Z] PASS
13:55:45 [2022-11-03T13:55:45.104Z] 
13:55:45 [2022-11-03T13:55:45.104Z] === Skipped
13:55:45 [2022-11-03T13:55:45.104Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:55:45 [2022-11-03T13:55:45.104Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:55:45 [2022-11-03T13:55:45.104Z] 
13:55:45 [2022-11-03T13:55:45.104Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:55:45 [2022-11-03T13:55:45.104Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:55:45 [2022-11-03T13:55:45.104Z] 
13:55:45 [2022-11-03T13:55:45.104Z] DONE 2 tests, 2 skipped in 0.112s
13:55:45 [2022-11-03T13:55:45.104Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:55:45 [2022-11-03T13:55:45.104Z] ++ 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
13:55:45 [2022-11-03T13:55:45.104Z] ++ set -e
13:55:45 [2022-11-03T13:55:45.104Z] ++ '[' -n 0 ']'
13:55:45 [2022-11-03T13:55:45.104Z] ++ set -x
13:55:45 [2022-11-03T13:55:45.104Z] ++ 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
13:55:45 [2022-11-03T13:55:45.104Z] INFO: Testing against a local daemon
13:55:45 [2022-11-03T13:55:45.104Z] === RUN   TestDockerNetworkMacvlanPersistance
13:55:46 [2022-11-03T13:55:46.481Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s)
13:55:46 [2022-11-03T13:55:46.481Z] === RUN   TestDockerNetworkMacvlan
13:55:47 [2022-11-03T13:55:47.048Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:55:47 [2022-11-03T13:55:47.985Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:55:48 [2022-11-03T13:55:48.552Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:55:50 [2022-11-03T13:55:50.455Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:55:52 [2022-11-03T13:55:52.359Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:55:55 [2022-11-03T13:55:55.646Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:55:56 [2022-11-03T13:55:56.213Z] --- PASS: TestDockerNetworkMacvlan (9.72s)
13:55:56 [2022-11-03T13:55:56.213Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
13:55:56 [2022-11-03T13:55:56.213Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
13:55:56 [2022-11-03T13:55:56.213Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.81s)
13:55:56 [2022-11-03T13:55:56.213Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s)
13:55:56 [2022-11-03T13:55:56.213Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.12s)
13:55:56 [2022-11-03T13:55:56.213Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s)
13:55:56 [2022-11-03T13:55:56.213Z] PASS
13:55:56 [2022-11-03T13:55:56.213Z] 
13:55:56 [2022-11-03T13:55:56.213Z] DONE 8 tests in 11.158s
13:55:56 [2022-11-03T13:55:56.213Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
13:55:56 [2022-11-03T13:55:56.213Z] ++ 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
13:55:56 [2022-11-03T13:55:56.213Z] ++ set -e
13:55:56 [2022-11-03T13:55:56.213Z] ++ '[' -n 0 ']'
13:55:56 [2022-11-03T13:55:56.213Z] ++ set -x
13:55:56 [2022-11-03T13:55:56.214Z] ++ 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
13:55:56 [2022-11-03T13:55:56.214Z] testing: warning: no tests to run
13:55:56 [2022-11-03T13:55:56.214Z] PASS
13:55:56 [2022-11-03T13:55:56.214Z] 
13:55:56 [2022-11-03T13:55:56.214Z] DONE 0 tests in 0.029s
13:55:56 [2022-11-03T13:55:56.214Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:55:56 [2022-11-03T13:55:56.214Z] ++ 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
13:55:56 [2022-11-03T13:55:56.214Z] ++ set -e
13:55:56 [2022-11-03T13:55:56.214Z] ++ '[' -n 0 ']'
13:55:56 [2022-11-03T13:55:56.214Z] ++ set -x
13:55:56 [2022-11-03T13:55:56.214Z] ++ 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
13:55:56 [2022-11-03T13:55:56.472Z] INFO: Testing against a local daemon
13:55:56 [2022-11-03T13:55:56.472Z] === RUN   TestAuthZPluginAllowRequest
13:55:57 [2022-11-03T13:55:57.849Z] --- PASS: TestAuthZPluginAllowRequest (1.20s)
13:55:57 [2022-11-03T13:55:57.849Z] === RUN   TestAuthZPluginTLS
13:55:58 [2022-11-03T13:55:58.108Z] --- PASS: TestAuthZPluginTLS (0.56s)
13:55:58 [2022-11-03T13:55:58.108Z] === RUN   TestAuthZPluginDenyRequest
13:55:58 [2022-11-03T13:55:58.675Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
13:55:58 [2022-11-03T13:55:58.675Z] === RUN   TestAuthZPluginAPIDenyResponse
13:55:59 [2022-11-03T13:55:59.242Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
13:55:59 [2022-11-03T13:55:59.242Z] === RUN   TestAuthZPluginDenyResponse
13:55:59 [2022-11-03T13:55:59.809Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
13:55:59 [2022-11-03T13:55:59.810Z] === RUN   TestAuthZPluginAllowEventStream
13:56:01 [2022-11-03T13:56:01.186Z] --- PASS: TestAuthZPluginAllowEventStream (1.23s)
13:56:01 [2022-11-03T13:56:01.186Z] === RUN   TestAuthZPluginErrorResponse
13:56:01 [2022-11-03T13:56:01.444Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
13:56:01 [2022-11-03T13:56:01.444Z] === RUN   TestAuthZPluginErrorRequest
13:56:02 [2022-11-03T13:56:02.012Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
13:56:02 [2022-11-03T13:56:02.012Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:56:02 [2022-11-03T13:56:02.580Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
13:56:02 [2022-11-03T13:56:02.580Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:56:03 [2022-11-03T13:56:03.957Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.41s)
13:56:03 [2022-11-03T13:56:03.957Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:56:05 [2022-11-03T13:56:05.861Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.59s)
13:56:05 [2022-11-03T13:56:05.861Z] === RUN   TestAuthZPluginHeader
13:56:06 [2022-11-03T13:56:06.428Z] --- PASS: TestAuthZPluginHeader (0.72s)
13:56:06 [2022-11-03T13:56:06.428Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:56:06 [2022-11-03T13:56:06.428Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:06 [2022-11-03T13:56:06.428Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:56:06 [2022-11-03T13:56:06.428Z] === RUN   TestAuthZPluginV2Disable
13:56:06 [2022-11-03T13:56:06.428Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:06 [2022-11-03T13:56:06.428Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
13:56:06 [2022-11-03T13:56:06.428Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:56:06 [2022-11-03T13:56:06.428Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:06 [2022-11-03T13:56:06.428Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:56:06 [2022-11-03T13:56:06.428Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:56:06 [2022-11-03T13:56:06.428Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:06 [2022-11-03T13:56:06.428Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:56:06 [2022-11-03T13:56:06.428Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:56:24 [2022-11-03T13:56:24.512Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
13:56:24 [2022-11-03T13:56:24.512Z] PASS
13:56:24 [2022-11-03T13:56:24.512Z] 
13:56:24 [2022-11-03T13:56:24.512Z] === Skipped
13:56:24 [2022-11-03T13:56:24.512Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:56:24 [2022-11-03T13:56:24.512Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:24 [2022-11-03T13:56:24.512Z] 
13:56:24 [2022-11-03T13:56:24.512Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
13:56:24 [2022-11-03T13:56:24.512Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:24 [2022-11-03T13:56:24.512Z] 
13:56:24 [2022-11-03T13:56:24.512Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:56:24 [2022-11-03T13:56:24.512Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:24 [2022-11-03T13:56:24.512Z] 
13:56:24 [2022-11-03T13:56:24.512Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:56:24 [2022-11-03T13:56:24.512Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:24 [2022-11-03T13:56:24.512Z] 
13:56:24 [2022-11-03T13:56:24.512Z] DONE 17 tests, 4 skipped in 26.912s
13:56:24 [2022-11-03T13:56:24.512Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:56:24 [2022-11-03T13:56:24.512Z] ++ 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
13:56:24 [2022-11-03T13:56:24.512Z] ++ set -e
13:56:24 [2022-11-03T13:56:24.512Z] ++ '[' -n 0 ']'
13:56:24 [2022-11-03T13:56:24.512Z] ++ set -x
13:56:24 [2022-11-03T13:56:24.512Z] ++ 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
13:56:24 [2022-11-03T13:56:24.512Z] INFO: Testing against a local daemon
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:56:24 [2022-11-03T13:56:24.513Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:56:24 [2022-11-03T13:56:24.513Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:56:24 [2022-11-03T13:56:24.513Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:56:24 [2022-11-03T13:56:24.513Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:56:24 [2022-11-03T13:56:24.513Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:56:24 [2022-11-03T13:56:24.513Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:56:24 [2022-11-03T13:56:24.513Z] --- PASS: TestPluginInvalidJSON (0.02s)
13:56:24 [2022-11-03T13:56:24.513Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInstall
13:56:24 [2022-11-03T13:56:24.513Z] === RUN   TestPluginInstall/no_auth
13:56:27 [2022-11-03T13:56:27.817Z] time="2022-11-03T13:56:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:56:27 [2022-11-03T13:56:27.817Z] time="2022-11-03T13:56:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:08df236ff4571950590a775414d989eb5b68a85790445b96adea086f1b32023a" mediatype=application/vnd.docker.plugin.v1+json size=522
13:56:27 [2022-11-03T13:56:27.817Z] time="2022-11-03T13:56:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:56:27 [2022-11-03T13:56:27.817Z] time="2022-11-03T13:56:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:08df236ff4571950590a775414d989eb5b68a85790445b96adea086f1b32023a" mediatype=application/vnd.docker.plugin.v1+json size=522
13:56:27 [2022-11-03T13:56:27.817Z] === RUN   TestPluginInstall/with_htpasswd
13:56:28 [2022-11-03T13:56:28.077Z] time="2022-11-03T13:56:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:56:28 [2022-11-03T13:56:28.077Z] time="2022-11-03T13:56:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:716737d54cb3df1e541e8350370974b70a786e5e49bdea34e8cd300461efb4e8" mediatype=application/vnd.docker.plugin.v1+json size=522
13:56:28 [2022-11-03T13:56:28.077Z] time="2022-11-03T13:56:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:56:28 [2022-11-03T13:56:28.077Z] time="2022-11-03T13:56:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:716737d54cb3df1e541e8350370974b70a786e5e49bdea34e8cd300461efb4e8" mediatype=application/vnd.docker.plugin.v1+json size=522
13:56:28 [2022-11-03T13:56:28.339Z] === RUN   TestPluginInstall/with_insecure
13:56:29 [2022-11-03T13:56:29.274Z] time="2022-11-03T13:56:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:56:29 [2022-11-03T13:56:29.274Z] time="2022-11-03T13:56:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a6d8804c37a82a6b08727640f2355201c41c7b4db48306fcb40935056acfa184" mediatype=application/vnd.docker.plugin.v1+json size=522
13:56:29 [2022-11-03T13:56:29.274Z] time="2022-11-03T13:56:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:56:29 [2022-11-03T13:56:29.274Z] time="2022-11-03T13:56:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a6d8804c37a82a6b08727640f2355201c41c7b4db48306fcb40935056acfa184" mediatype=application/vnd.docker.plugin.v1+json size=522
13:56:29 [2022-11-03T13:56:29.274Z]     plugin_test.go:196: [dfcd515d3c832] daemon is not started
13:56:29 [2022-11-03T13:56:29.274Z] --- PASS: TestPluginInstall (5.95s)
13:56:29 [2022-11-03T13:56:29.274Z]     --- PASS: TestPluginInstall/no_auth (4.30s)
13:56:29 [2022-11-03T13:56:29.274Z]     --- PASS: TestPluginInstall/with_htpasswd (0.60s)
13:56:29 [2022-11-03T13:56:29.274Z]     --- PASS: TestPluginInstall/with_insecure (1.04s)
13:56:29 [2022-11-03T13:56:29.274Z] === RUN   TestPluginsWithRuntimes
13:56:31 [2022-11-03T13:56:31.176Z] === RUN   TestPluginsWithRuntimes/No_Args
13:56:31 [2022-11-03T13:56:31.743Z] === RUN   TestPluginsWithRuntimes/With_Args
13:56:32 [2022-11-03T13:56:32.679Z] --- PASS: TestPluginsWithRuntimes (3.35s)
13:56:32 [2022-11-03T13:56:32.679Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.89s)
13:56:32 [2022-11-03T13:56:32.679Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
13:56:32 [2022-11-03T13:56:32.679Z] === RUN   TestPluginBackCompatMediaTypes
13:56:33 [2022-11-03T13:56:33.246Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s)
13:56:33 [2022-11-03T13:56:33.246Z] PASS
13:56:33 [2022-11-03T13:56:33.246Z] 
13:56:33 [2022-11-03T13:56:33.246Z] DONE 24 tests in 10.064s
13:56:33 [2022-11-03T13:56:33.246Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:56:33 [2022-11-03T13:56:33.246Z] ++ 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
13:56:33 [2022-11-03T13:56:33.246Z] ++ set -e
13:56:33 [2022-11-03T13:56:33.246Z] ++ '[' -n 0 ']'
13:56:33 [2022-11-03T13:56:33.246Z] ++ set -x
13:56:33 [2022-11-03T13:56:33.246Z] ++ 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
13:56:33 [2022-11-03T13:56:33.505Z] INFO: Testing against a local daemon
13:56:33 [2022-11-03T13:56:33.505Z] === RUN   TestExternalGraphDriver
13:56:33 [2022-11-03T13:56:33.763Z] === RUN   TestExternalGraphDriver/json
13:56:35 [2022-11-03T13:56:35.666Z] === RUN   TestExternalGraphDriver/spec
13:56:37 [2022-11-03T13:56:37.042Z] === RUN   TestExternalGraphDriver/pull
13:56:38 [2022-11-03T13:56:38.945Z] --- PASS: TestExternalGraphDriver (5.23s)
13:56:38 [2022-11-03T13:56:38.945Z]     --- PASS: TestExternalGraphDriver/json (1.61s)
13:56:38 [2022-11-03T13:56:38.945Z]     --- PASS: TestExternalGraphDriver/spec (1.56s)
13:56:38 [2022-11-03T13:56:38.945Z]     --- PASS: TestExternalGraphDriver/pull (1.71s)
13:56:38 [2022-11-03T13:56:38.945Z] === RUN   TestGraphdriverPluginV2
13:56:38 [2022-11-03T13:56:38.945Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:38 [2022-11-03T13:56:38.945Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
13:56:38 [2022-11-03T13:56:38.945Z] PASS
13:56:38 [2022-11-03T13:56:38.945Z] 
13:56:38 [2022-11-03T13:56:38.945Z] === Skipped
13:56:38 [2022-11-03T13:56:38.945Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
13:56:38 [2022-11-03T13:56:38.945Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:38 [2022-11-03T13:56:38.945Z] 
13:56:38 [2022-11-03T13:56:38.945Z] DONE 5 tests, 1 skipped in 5.693s
13:56:38 [2022-11-03T13:56:38.945Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:56:38 [2022-11-03T13:56:38.945Z] ++ 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
13:56:38 [2022-11-03T13:56:38.945Z] ++ set -e
13:56:38 [2022-11-03T13:56:38.945Z] ++ '[' -n 0 ']'
13:56:38 [2022-11-03T13:56:38.945Z] ++ set -x
13:56:38 [2022-11-03T13:56:38.945Z] ++ 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
13:56:39 [2022-11-03T13:56:39.203Z] INFO: Testing against a local daemon
13:56:39 [2022-11-03T13:56:39.203Z] === RUN   TestContinueAfterPluginCrash
13:56:39 [2022-11-03T13:56:39.203Z] === PAUSE TestContinueAfterPluginCrash
13:56:39 [2022-11-03T13:56:39.203Z] === RUN   TestReadPluginNoRead
13:56:39 [2022-11-03T13:56:39.203Z] === PAUSE TestReadPluginNoRead
13:56:39 [2022-11-03T13:56:39.203Z] === RUN   TestDaemonStartWithLogOpt
13:56:39 [2022-11-03T13:56:39.203Z] === PAUSE TestDaemonStartWithLogOpt
13:56:39 [2022-11-03T13:56:39.203Z] === CONT  TestContinueAfterPluginCrash
13:56:39 [2022-11-03T13:56:39.203Z] === CONT  TestDaemonStartWithLogOpt
13:56:42 [2022-11-03T13:56:42.491Z] --- PASS: TestDaemonStartWithLogOpt (3.15s)
13:56:42 [2022-11-03T13:56:42.491Z] === CONT  TestReadPluginNoRead
13:56:44 [2022-11-03T13:56:44.394Z] === RUN   TestReadPluginNoRead/default
13:56:45 [2022-11-03T13:56:45.769Z] === RUN   TestReadPluginNoRead/disabled_caching
13:56:47 [2022-11-03T13:56:47.145Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:56:47 [2022-11-03T13:56:47.404Z] --- PASS: TestContinueAfterPluginCrash (8.21s)
13:56:48 [2022-11-03T13:56:48.340Z] === CONT  TestReadPluginNoRead
13:56:48 [2022-11-03T13:56:48.340Z]     read_test.go:91: [d3a773b9be041] daemon is not started
13:56:48 [2022-11-03T13:56:48.340Z] --- PASS: TestReadPluginNoRead (5.86s)
13:56:48 [2022-11-03T13:56:48.340Z]     --- PASS: TestReadPluginNoRead/default (1.28s)
13:56:48 [2022-11-03T13:56:48.340Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.20s)
13:56:48 [2022-11-03T13:56:48.340Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s)
13:56:48 [2022-11-03T13:56:48.340Z] PASS
13:56:48 [2022-11-03T13:56:48.340Z] 
13:56:48 [2022-11-03T13:56:48.340Z] DONE 6 tests in 9.138s
13:56:48 [2022-11-03T13:56:48.340Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:56:48 [2022-11-03T13:56:48.340Z] ++ 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
13:56:48 [2022-11-03T13:56:48.340Z] ++ set -e
13:56:48 [2022-11-03T13:56:48.340Z] ++ '[' -n 0 ']'
13:56:48 [2022-11-03T13:56:48.340Z] ++ set -x
13:56:48 [2022-11-03T13:56:48.340Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
13:56:48 [2022-11-03T13:56:48.340Z] testing: warning: no tests to run
13:56:48 [2022-11-03T13:56:48.340Z] PASS
13:56:48 [2022-11-03T13:56:48.340Z] 
13:56:48 [2022-11-03T13:56:48.340Z] DONE 0 tests in 0.040s
13:56:48 [2022-11-03T13:56:48.340Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:56:48 [2022-11-03T13:56:48.340Z] ++ 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
13:56:48 [2022-11-03T13:56:48.340Z] ++ set -e
13:56:48 [2022-11-03T13:56:48.340Z] ++ '[' -n 0 ']'
13:56:48 [2022-11-03T13:56:48.340Z] ++ set -x
13:56:48 [2022-11-03T13:56:48.340Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
13:56:48 [2022-11-03T13:56:48.340Z] INFO: Testing against a local daemon
13:56:48 [2022-11-03T13:56:48.340Z] === RUN   TestPluginWithDevMounts
13:56:48 [2022-11-03T13:56:48.340Z] === PAUSE TestPluginWithDevMounts
13:56:48 [2022-11-03T13:56:48.340Z] === CONT  TestPluginWithDevMounts
13:56:50 [2022-11-03T13:56:50.243Z] --- PASS: TestPluginWithDevMounts (1.54s)
13:56:50 [2022-11-03T13:56:50.243Z] PASS
13:56:50 [2022-11-03T13:56:50.243Z] 
13:56:50 [2022-11-03T13:56:50.243Z] DONE 1 tests in 1.668s
13:56:50 [2022-11-03T13:56:50.243Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
13:56:50 [2022-11-03T13:56:50.243Z] ++ 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
13:56:50 [2022-11-03T13:56:50.243Z] ++ set -e
13:56:50 [2022-11-03T13:56:50.243Z] ++ '[' -n 0 ']'
13:56:50 [2022-11-03T13:56:50.243Z] ++ set -x
13:56:50 [2022-11-03T13:56:50.243Z] ++ 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
13:56:50 [2022-11-03T13:56:50.243Z] INFO: Testing against a local daemon
13:56:50 [2022-11-03T13:56:50.243Z] === RUN   TestSecretInspect
13:56:52 [2022-11-03T13:56:52.775Z] --- PASS: TestSecretInspect (2.28s)
13:56:52 [2022-11-03T13:56:52.775Z] === RUN   TestSecretList
13:56:54 [2022-11-03T13:56:54.677Z] --- PASS: TestSecretList (2.24s)
13:56:54 [2022-11-03T13:56:54.677Z] === RUN   TestSecretsCreateAndDelete
13:56:57 [2022-11-03T13:56:57.210Z] --- PASS: TestSecretsCreateAndDelete (2.17s)
13:56:57 [2022-11-03T13:56:57.210Z] === RUN   TestSecretsUpdate
13:56:59 [2022-11-03T13:56:59.112Z] --- PASS: TestSecretsUpdate (2.27s)
13:56:59 [2022-11-03T13:56:59.112Z] === RUN   TestTemplatedSecret
13:57:01 [2022-11-03T13:57:01.648Z] --- PASS: TestTemplatedSecret (2.46s)
13:57:01 [2022-11-03T13:57:01.648Z] === RUN   TestSecretCreateResolve
13:57:03 [2022-11-03T13:57:03.554Z] --- PASS: TestSecretCreateResolve (2.19s)
13:57:03 [2022-11-03T13:57:03.554Z] PASS
13:57:03 [2022-11-03T13:57:03.554Z] 
13:57:03 [2022-11-03T13:57:03.554Z] DONE 6 tests in 13.765s
13:57:03 [2022-11-03T13:57:03.554Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
13:57:03 [2022-11-03T13:57:03.554Z] ++ 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
13:57:03 [2022-11-03T13:57:03.554Z] ++ set -e
13:57:03 [2022-11-03T13:57:03.554Z] ++ '[' -n 0 ']'
13:57:03 [2022-11-03T13:57:03.554Z] ++ set -x
13:57:03 [2022-11-03T13:57:03.554Z] ++ 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
13:57:03 [2022-11-03T13:57:03.813Z] INFO: Testing against a local daemon
13:57:03 [2022-11-03T13:57:03.813Z] === RUN   TestServiceCreateInit
13:57:03 [2022-11-03T13:57:03.813Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:57:08 [2022-11-03T13:57:08.001Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:57:11 [2022-11-03T13:57:11.287Z] --- PASS: TestServiceCreateInit (7.33s)
13:57:11 [2022-11-03T13:57:11.287Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.75s)
13:57:11 [2022-11-03T13:57:11.287Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.56s)
13:57:11 [2022-11-03T13:57:11.287Z] === RUN   TestCreateServiceMultipleTimes
13:57:29 [2022-11-03T13:57:29.370Z] --- PASS: TestCreateServiceMultipleTimes (15.21s)
13:57:29 [2022-11-03T13:57:29.370Z] === RUN   TestCreateServiceConflict
13:57:29 [2022-11-03T13:57:29.370Z] --- PASS: TestCreateServiceConflict (2.18s)
13:57:29 [2022-11-03T13:57:29.370Z] === RUN   TestCreateServiceMaxReplicas
13:57:31 [2022-11-03T13:57:31.273Z] --- PASS: TestCreateServiceMaxReplicas (2.67s)
13:57:31 [2022-11-03T13:57:31.273Z] === RUN   TestCreateWithDuplicateNetworkNames
13:57:46 [2022-11-03T13:57:46.188Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.08s)
13:57:46 [2022-11-03T13:57:46.188Z] === RUN   TestCreateServiceSecretFileMode
13:57:46 [2022-11-03T13:57:46.766Z] --- PASS: TestCreateServiceSecretFileMode (2.48s)
13:57:46 [2022-11-03T13:57:46.766Z] === RUN   TestCreateServiceConfigFileMode
13:57:49 [2022-11-03T13:57:49.298Z] --- PASS: TestCreateServiceConfigFileMode (2.48s)
13:57:49 [2022-11-03T13:57:49.298Z] === RUN   TestCreateServiceSysctls
13:57:52 [2022-11-03T13:57:52.581Z] --- PASS: TestCreateServiceSysctls (3.05s)
13:57:52 [2022-11-03T13:57:52.581Z] === RUN   TestCreateServiceCapabilities
13:57:55 [2022-11-03T13:57:55.112Z] --- PASS: TestCreateServiceCapabilities (2.45s)
13:57:55 [2022-11-03T13:57:55.112Z] === RUN   TestInspect
13:57:57 [2022-11-03T13:57:57.644Z] --- PASS: TestInspect (2.89s)
13:57:57 [2022-11-03T13:57:57.644Z] === RUN   TestCreateJob
13:58:00 [2022-11-03T13:58:00.929Z] --- PASS: TestCreateJob (3.01s)
13:58:00 [2022-11-03T13:58:00.929Z] === RUN   TestReplicatedJob
13:58:06 [2022-11-03T13:58:06.198Z] --- PASS: TestReplicatedJob (5.39s)
13:58:06 [2022-11-03T13:58:06.198Z] === RUN   TestUpdateReplicatedJob
13:58:09 [2022-11-03T13:58:09.484Z] --- PASS: TestUpdateReplicatedJob (3.17s)
13:58:09 [2022-11-03T13:58:09.484Z] === RUN   TestServiceListWithStatuses
13:58:09 [2022-11-03T13:58:09.484Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:58:09 [2022-11-03T13:58:09.484Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:58:09 [2022-11-03T13:58:09.484Z] === RUN   TestDockerNetworkConnectAlias
13:58:13 [2022-11-03T13:58:13.671Z] --- PASS: TestDockerNetworkConnectAlias (4.11s)
13:58:13 [2022-11-03T13:58:13.671Z] === RUN   TestDockerNetworkReConnect
13:58:16 [2022-11-03T13:58:16.956Z] --- PASS: TestDockerNetworkReConnect (3.31s)
13:58:16 [2022-11-03T13:58:16.956Z] === RUN   TestServicePlugin
13:58:16 [2022-11-03T13:58:16.956Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:58:16 [2022-11-03T13:58:16.956Z] --- SKIP: TestServicePlugin (0.00s)
13:58:16 [2022-11-03T13:58:16.956Z] === RUN   TestServiceUpdateLabel
13:58:18 [2022-11-03T13:58:18.858Z] --- PASS: TestServiceUpdateLabel (2.15s)
13:58:18 [2022-11-03T13:58:18.858Z] === RUN   TestServiceUpdateSecrets
13:58:33 [2022-11-03T13:58:33.734Z] --- PASS: TestServiceUpdateSecrets (14.44s)
13:58:33 [2022-11-03T13:58:33.734Z] === RUN   TestServiceUpdateConfigs
13:58:48 [2022-11-03T13:58:48.611Z] --- PASS: TestServiceUpdateConfigs (14.44s)
13:58:48 [2022-11-03T13:58:48.611Z] === RUN   TestServiceUpdateNetwork
13:59:00 [2022-11-03T13:59:00.816Z] --- PASS: TestServiceUpdateNetwork (12.33s)
13:59:00 [2022-11-03T13:59:00.816Z] === RUN   TestServiceUpdatePidsLimit
13:59:01 [2022-11-03T13:59:01.383Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
13:59:01 [2022-11-03T13:59:01.951Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
13:59:10 [2022-11-03T13:59:10.067Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
13:59:16 [2022-11-03T13:59:16.628Z] --- PASS: TestServiceUpdatePidsLimit (16.09s)
13:59:16 [2022-11-03T13:59:16.628Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
13:59:16 [2022-11-03T13:59:16.628Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
13:59:16 [2022-11-03T13:59:16.628Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
13:59:16 [2022-11-03T13:59:16.628Z] PASS
13:59:16 [2022-11-03T13:59:16.628Z] 
13:59:16 [2022-11-03T13:59:16.628Z] === Skipped
13:59:16 [2022-11-03T13:59:16.628Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
13:59:16 [2022-11-03T13:59:16.628Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:59:16 [2022-11-03T13:59:16.628Z] 
13:59:16 [2022-11-03T13:59:16.628Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
13:59:16 [2022-11-03T13:59:16.628Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:59:16 [2022-11-03T13:59:16.628Z] 
13:59:16 [2022-11-03T13:59:16.628Z] DONE 27 tests, 2 skipped in 132.441s
13:59:16 [2022-11-03T13:59:16.628Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
13:59:16 [2022-11-03T13:59:16.628Z] ++ 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
13:59:16 [2022-11-03T13:59:16.628Z] ++ set -e
13:59:16 [2022-11-03T13:59:16.628Z] ++ '[' -n 0 ']'
13:59:16 [2022-11-03T13:59:16.628Z] ++ set -x
13:59:16 [2022-11-03T13:59:16.628Z] ++ 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
13:59:16 [2022-11-03T13:59:16.628Z] INFO: Testing against a local daemon
13:59:16 [2022-11-03T13:59:16.628Z] === RUN   TestSessionCreate
13:59:16 [2022-11-03T13:59:16.628Z] --- PASS: TestSessionCreate (0.02s)
13:59:16 [2022-11-03T13:59:16.628Z] === RUN   TestSessionCreateWithBadUpgrade
13:59:16 [2022-11-03T13:59:16.628Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
13:59:16 [2022-11-03T13:59:16.628Z] PASS
13:59:16 [2022-11-03T13:59:16.628Z] 
13:59:16 [2022-11-03T13:59:16.628Z] DONE 2 tests in 0.157s
13:59:16 [2022-11-03T13:59:16.628Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
13:59:16 [2022-11-03T13:59:16.628Z] ++ 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
13:59:16 [2022-11-03T13:59:16.628Z] ++ set -e
13:59:16 [2022-11-03T13:59:16.628Z] ++ '[' -n 0 ']'
13:59:16 [2022-11-03T13:59:16.628Z] ++ set -x
13:59:16 [2022-11-03T13:59:16.628Z] ++ 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
13:59:16 [2022-11-03T13:59:16.628Z] INFO: Testing against a local daemon
13:59:16 [2022-11-03T13:59:16.628Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:59:16 [2022-11-03T13:59:16.628Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:59:16 [2022-11-03T13:59:16.628Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
13:59:16 [2022-11-03T13:59:16.628Z] === RUN   TestDiskUsage
13:59:16 [2022-11-03T13:59:16.628Z] === PAUSE TestDiskUsage
13:59:16 [2022-11-03T13:59:16.628Z] === RUN   TestEventsExecDie
13:59:16 [2022-11-03T13:59:16.887Z] --- PASS: TestEventsExecDie (0.53s)
13:59:16 [2022-11-03T13:59:16.887Z] === RUN   TestEventsBackwardsCompatible
13:59:16 [2022-11-03T13:59:16.887Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
13:59:16 [2022-11-03T13:59:16.887Z] === RUN   TestEventsVolumeCreate
13:59:17 [2022-11-03T13:59:17.145Z] --- PASS: TestEventsVolumeCreate (0.16s)
13:59:17 [2022-11-03T13:59:17.145Z] === RUN   TestInfoBinaryCommits
13:59:17 [2022-11-03T13:59:17.146Z] --- PASS: TestInfoBinaryCommits (0.02s)
13:59:17 [2022-11-03T13:59:17.146Z] === RUN   TestInfoAPIVersioned
13:59:17 [2022-11-03T13:59:17.146Z] --- PASS: TestInfoAPIVersioned (0.01s)
13:59:17 [2022-11-03T13:59:17.146Z] === RUN   TestInfoAPI
13:59:17 [2022-11-03T13:59:17.146Z] --- PASS: TestInfoAPI (0.03s)
13:59:17 [2022-11-03T13:59:17.146Z] === RUN   TestInfoAPIWarnings
13:59:35 [2022-11-03T13:59:35.258Z] --- PASS: TestInfoAPIWarnings (16.55s)
13:59:35 [2022-11-03T13:59:35.258Z] === RUN   TestInfoDebug
13:59:35 [2022-11-03T13:59:35.258Z] --- PASS: TestInfoDebug (0.52s)
13:59:35 [2022-11-03T13:59:35.258Z] === RUN   TestInfoInsecureRegistries
13:59:35 [2022-11-03T13:59:35.258Z] --- PASS: TestInfoInsecureRegistries (0.52s)
13:59:35 [2022-11-03T13:59:35.258Z] === RUN   TestInfoRegistryMirrors
13:59:35 [2022-11-03T13:59:35.258Z] --- PASS: TestInfoRegistryMirrors (0.52s)
13:59:35 [2022-11-03T13:59:35.258Z] === RUN   TestLoginFailsWithBadCredentials
13:59:35 [2022-11-03T13:59:35.825Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
13:59:35 [2022-11-03T13:59:35.825Z] === RUN   TestPingCacheHeaders
13:59:35 [2022-11-03T13:59:35.825Z] --- PASS: TestPingCacheHeaders (0.02s)
13:59:35 [2022-11-03T13:59:35.825Z] === RUN   TestPingGet
13:59:35 [2022-11-03T13:59:35.825Z] --- PASS: TestPingGet (0.01s)
13:59:35 [2022-11-03T13:59:35.825Z] === RUN   TestPingHead
13:59:35 [2022-11-03T13:59:35.825Z] --- PASS: TestPingHead (0.02s)
13:59:35 [2022-11-03T13:59:35.825Z] === RUN   TestPingSwarmHeader
13:59:36 [2022-11-03T13:59:36.392Z] === RUN   TestPingSwarmHeader/before_swarm_init
13:59:36 [2022-11-03T13:59:36.959Z] === RUN   TestPingSwarmHeader/after_swarm_init
13:59:37 [2022-11-03T13:59:37.894Z] === RUN   TestPingSwarmHeader/after_swarm_leave
13:59:37 [2022-11-03T13:59:37.894Z] --- PASS: TestPingSwarmHeader (2.14s)
13:59:37 [2022-11-03T13:59:37.894Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
13:59:37 [2022-11-03T13:59:37.894Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
13:59:37 [2022-11-03T13:59:37.894Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
13:59:37 [2022-11-03T13:59:37.894Z] === RUN   TestPingBuilderHeader
13:59:37 [2022-11-03T13:59:37.894Z] === RUN   TestPingBuilderHeader/default_config
13:59:38 [2022-11-03T13:59:38.461Z] === RUN   TestPingBuilderHeader/buildkit_disabled
13:59:39 [2022-11-03T13:59:39.030Z] --- PASS: TestPingBuilderHeader (1.05s)
13:59:39 [2022-11-03T13:59:39.030Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
13:59:39 [2022-11-03T13:59:39.030Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
13:59:39 [2022-11-03T13:59:39.030Z] === RUN   TestVersion
13:59:39 [2022-11-03T13:59:39.030Z] --- PASS: TestVersion (0.02s)
13:59:39 [2022-11-03T13:59:39.030Z] === CONT  TestDiskUsage
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty/container_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty/image_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty/volume_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty/build-cache_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty/container,_volume_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
13:59:39 [2022-11-03T13:59:39.597Z] === RUN   TestDiskUsage/after_container.Run
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestDiskUsage/after_container.Run/container_types
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestDiskUsage/after_container.Run/image_types
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestDiskUsage/after_container.Run/volume_types
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
13:59:40 [2022-11-03T13:59:40.165Z] --- PASS: TestDiskUsage (1.17s)
13:59:40 [2022-11-03T13:59:40.165Z]     --- PASS: TestDiskUsage/empty (0.01s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]     --- PASS: TestDiskUsage/after_container.Run (0.33s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z] PASS
13:59:40 [2022-11-03T13:59:40.165Z] 
13:59:40 [2022-11-03T13:59:40.165Z] === Skipped
13:59:40 [2022-11-03T13:59:40.165Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
13:59:40 [2022-11-03T13:59:40.165Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:59:40 [2022-11-03T13:59:40.165Z] 
13:59:40 [2022-11-03T13:59:40.165Z] DONE 57 tests, 1 skipped in 23.887s
13:59:40 [2022-11-03T13:59:40.165Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
13:59:40 [2022-11-03T13:59:40.165Z] ++ 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
13:59:40 [2022-11-03T13:59:40.165Z] ++ set -e
13:59:40 [2022-11-03T13:59:40.165Z] ++ '[' -n 0 ']'
13:59:40 [2022-11-03T13:59:40.165Z] ++ set -x
13:59:40 [2022-11-03T13:59:40.165Z] ++ 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
13:59:40 [2022-11-03T13:59:40.165Z] INFO: Testing against a local daemon
13:59:40 [2022-11-03T13:59:40.165Z] === RUN   TestVolumesCreateAndList
13:59:40 [2022-11-03T13:59:40.424Z] --- PASS: TestVolumesCreateAndList (0.04s)
13:59:40 [2022-11-03T13:59:40.424Z] === RUN   TestVolumesRemove
13:59:40 [2022-11-03T13:59:40.424Z] --- PASS: TestVolumesRemove (0.07s)
13:59:40 [2022-11-03T13:59:40.424Z] === RUN   TestVolumesInspect
13:59:40 [2022-11-03T13:59:40.424Z] --- PASS: TestVolumesInspect (0.02s)
13:59:40 [2022-11-03T13:59:40.424Z] === RUN   TestVolumesInvalidJSON
13:59:40 [2022-11-03T13:59:40.424Z] === RUN   TestVolumesInvalidJSON/volumes/create
13:59:40 [2022-11-03T13:59:40.424Z] === PAUSE TestVolumesInvalidJSON/volumes/create
13:59:40 [2022-11-03T13:59:40.424Z] === CONT  TestVolumesInvalidJSON/volumes/create
13:59:40 [2022-11-03T13:59:40.424Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
13:59:40 [2022-11-03T13:59:40.424Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
13:59:40 [2022-11-03T13:59:40.424Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
13:59:40 [2022-11-03T13:59:40.424Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
13:59:40 [2022-11-03T13:59:40.424Z] --- PASS: TestVolumesInvalidJSON (0.01s)
13:59:40 [2022-11-03T13:59:40.424Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
13:59:40 [2022-11-03T13:59:40.424Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
13:59:40 [2022-11-03T13:59:40.424Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
13:59:40 [2022-11-03T13:59:40.424Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
13:59:40 [2022-11-03T13:59:40.424Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
13:59:40 [2022-11-03T13:59:40.424Z] === RUN   TestVolumePruneAnonymous
13:59:40 [2022-11-03T13:59:40.424Z] --- PASS: TestVolumePruneAnonymous (0.04s)
13:59:40 [2022-11-03T13:59:40.424Z] PASS
13:59:40 [2022-11-03T13:59:40.424Z] 
13:59:40 [2022-11-03T13:59:40.424Z] DONE 10 tests in 0.279s
13:59:40 [2022-11-03T13:59:40.424Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:59:40 [2022-11-03T13:59:40.684Z] ++++ cat bundles/test-integration/docker.pid
13:59:40 [2022-11-03T13:59:40.684Z] +++ kill 14916
13:59:40 [2022-11-03T13:59:40.684Z] +++ /etc/init.d/apparmor stop
13:59:40 [2022-11-03T13:59:40.943Z] Leaving: AppArmorNo profiles have been unloaded.
13:59:40 [2022-11-03T13:59:40.943Z] 
13:59:40 [2022-11-03T13:59:40.943Z] Unloading profiles will leave already running processes permanently
13:59:40 [2022-11-03T13:59:40.943Z] unconfined, which can lead to unexpected situations.
13:59:40 [2022-11-03T13:59:40.943Z] 
13:59:40 [2022-11-03T13:59:40.943Z] To set a process to complain mode, use the command line tool
13:59:40 [2022-11-03T13:59:40.943Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:59:40 [2022-11-03T13:59:40.943Z] +++ true
13:59:40 [2022-11-03T13:59:40.943Z] exiting test-integration
13:59:40 [2022-11-03T13:59:40.943Z] ++ exit 0
13:59:40 [2022-11-03T13:59:40.943Z] 
Post stage
[Pipeline] junit
13:59:41 [2022-11-03T13:59:41.525Z] Recording test results
13:59:41 [2022-11-03T13:59:41.718Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
13:59:42 [2022-11-03T13:59:42.029Z] + echo Ensuring container killed.
13:59:42 [2022-11-03T13:59:42.029Z] Ensuring container killed.
13:59:42 [2022-11-03T13:59:42.029Z] + docker rm -vf docker-pr7
13:59:42 [2022-11-03T13:59:42.029Z] Error response from daemon: No such container: docker-pr7
[Pipeline] sh
13:59:42 [2022-11-03T13:59:42.309Z] + echo Chowning /workspace to jenkins user
13:59:42 [2022-11-03T13:59:42.309Z] Chowning /workspace to jenkins user
13:59:42 [2022-11-03T13:59:42.309Z] + id -u
13:59:42 [2022-11-03T13:59:42.309Z] + id -g
13:59:42 [2022-11-03T13:59:42.309Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44365:/workspace busybox chown -R 1000:1000 /workspace
13:59:42 [2022-11-03T13:59:42.309Z] Unable to find image 'busybox:latest' locally
13:59:42 [2022-11-03T13:59:42.568Z] latest: Pulling from library/busybox
13:59:42 [2022-11-03T13:59:42.568Z] 15a8001affa7: Pulling fs layer
13:59:42 [2022-11-03T13:59:42.568Z] 15a8001affa7: Download complete
13:59:42 [2022-11-03T13:59:42.568Z] 15a8001affa7: Pull complete
13:59:42 [2022-11-03T13:59:42.568Z] Digest: sha256:6bdd92bf5240be1b5f3bf71324f5e371fe59f0e153b27fa1f1620f78ba16963c
13:59:42 [2022-11-03T13:59:42.568Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
13:59:44 [2022-11-03T13:59:44.235Z] + bundleName=arm64-integration
13:59:44 [2022-11-03T13:59:44.235Z] + echo Creating arm64-integration-bundles.tar.gz
13:59:44 [2022-11-03T13:59:44.235Z] Creating arm64-integration-bundles.tar.gz
13:59:44 [2022-11-03T13:59:44.235Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
13:59:44 [2022-11-03T13:59:44.235Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
13:59:44 [2022-11-03T13:59:44.506Z] Archiving artifacts
13:59:46 [2022-11-03T13:59:46.471Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44365/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
13:59:46 [2022-11-03T13:59:46.767Z] + make clean
13:59:47 [2022-11-03T13:59:47.025Z] docker volume rm -f docker-dev-cache docker-mod-cache
13:59:47 [2022-11-03T13:59:47.025Z] docker-dev-cache
13:59:47 [2022-11-03T13:59:47.025Z] 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