Skip to content
Success

Console Output

Pull request #44477 opened
16:11:52 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 2dc7a1dc25a036078d7291c50f9c054eb8cfc7ef+cd8873dd3d21b1fc1b957c98dcd0f5c7a507fb70 (dbd3cb5fce8bded71f36c15cba1b7d19490fbdb3)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-44477@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
16:11:56 [2022-11-16T16:11:56.242Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
16:11:56 [2022-11-16T16:11:56.245Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
16:12:11 [2022-11-16T16:12:11.416Z] Still waiting to schedule task
16:12:11 [2022-11-16T16:12:11.416Z]EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-048e9622cccaa7b0c)’ is offline
16:12:53 [2022-11-16T16:12:53.687Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-048e9622cccaa7b0c) in /home/ubuntu/workspace/moby_PR-44477
[Pipeline] {
[Pipeline] checkout
16:12:53 [2022-11-16T16:12:53.826Z] The recommended git tool is: git
16:12:56 [2022-11-16T16:12:56.898Z] using credential docker-jenkins-github-credentials
16:12:56 [2022-11-16T16:12:56.916Z] Cloning the remote Git repository
16:12:56 [2022-11-16T16:12:56.916Z] Cloning with configured refspecs honoured and without tags
16:12:56 [2022-11-16T16:12:56.982Z] Cloning repository https://github.com/moby/moby.git
16:12:57 [2022-11-16T16:12:57.037Z]  > git init /home/ubuntu/workspace/moby_PR-44477 # timeout=10
16:12:57 [2022-11-16T16:12:57.298Z] Fetching upstream changes from https://github.com/moby/moby.git
16:12:57 [2022-11-16T16:12:57.298Z]  > git --version # timeout=10
16:12:57 [2022-11-16T16:12:57.308Z]  > git --version # 'git version 2.25.1'
16:12:57 [2022-11-16T16:12:57.309Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:12:57 [2022-11-16T16:12:57.310Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44477/head:refs/remotes/origin/PR-44477 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
16:13:10 [2022-11-16T16:13:10.850Z] Fetching without tags
16:13:11 [2022-11-16T16:13:11.123Z] Merging remotes/origin/22.06 commit cd8873dd3d21b1fc1b957c98dcd0f5c7a507fb70 into PR head commit 2dc7a1dc25a036078d7291c50f9c054eb8cfc7ef
16:13:10 [2022-11-16T16:13:10.800Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:13:10 [2022-11-16T16:13:10.816Z]  > git config --add remote.origin.fetch +refs/pull/44477/head:refs/remotes/origin/PR-44477 # timeout=10
16:13:10 [2022-11-16T16:13:10.824Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
16:13:10 [2022-11-16T16:13:10.837Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:13:10 [2022-11-16T16:13:10.853Z] Fetching upstream changes from https://github.com/moby/moby.git
16:13:10 [2022-11-16T16:13:10.853Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:13:10 [2022-11-16T16:13:10.854Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44477/head:refs/remotes/origin/PR-44477 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
16:13:11 [2022-11-16T16:13:11.130Z]  > git config core.sparsecheckout # timeout=10
16:13:11 [2022-11-16T16:13:11.144Z]  > git checkout -f 2dc7a1dc25a036078d7291c50f9c054eb8cfc7ef # timeout=10
16:13:11 [2022-11-16T16:13:11.712Z]  > git remote # timeout=10
16:13:11 [2022-11-16T16:13:11.724Z]  > git config --get remote.origin.url # timeout=10
16:13:11 [2022-11-16T16:13:11.729Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:13:11 [2022-11-16T16:13:11.732Z]  > git merge cd8873dd3d21b1fc1b957c98dcd0f5c7a507fb70 # timeout=10
16:13:12 [2022-11-16T16:13:12.670Z] Merge succeeded, producing f2091e6cd64e6d2a20968e6027740dacd17105e3
16:13:12 [2022-11-16T16:13:12.670Z] Checking out Revision f2091e6cd64e6d2a20968e6027740dacd17105e3 (PR-44477)
16:13:12 [2022-11-16T16:13:12.636Z]  > git rev-parse HEAD^{commit} # timeout=10
16:13:12 [2022-11-16T16:13:12.672Z]  > git config core.sparsecheckout # timeout=10
16:13:12 [2022-11-16T16:13:12.702Z]  > git checkout -f f2091e6cd64e6d2a20968e6027740dacd17105e3 # timeout=10
16:13:16 [2022-11-16T16:13:16.439Z] Commit message: "Merge commit 'cd8873dd3d21b1fc1b957c98dcd0f5c7a507fb70' into HEAD"
16:13:16 [2022-11-16T16:13:16.439Z] First time build. Skipping changelog.
16:13:16 [2022-11-16T16:13:16.463Z]  > git --version # timeout=10
16:13:16 [2022-11-16T16:13:16.469Z]  > git --version # 'git version 2.25.1'
16:13:16 [2022-11-16T16:13:16.476Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:13:17 [2022-11-16T16:13:17.416Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44477:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
16:13:39 [2022-11-16T16:13:39.395Z] Unable to find image 'alpine:latest' locally
16:13:39 [2022-11-16T16:13:39.395Z] latest: Pulling from library/alpine
16:13:39 [2022-11-16T16:13:39.395Z] 6875df1f5354: Pulling fs layer
16:13:39 [2022-11-16T16:13:39.727Z] 6875df1f5354: Download complete
16:13:39 [2022-11-16T16:13:39.988Z] 6875df1f5354: Pull complete
16:13:39 [2022-11-16T16:13:39.988Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b
16:13:39 [2022-11-16T16:13:39.988Z] Status: Downloaded newer image for alpine:latest
16:13:49 [2022-11-16T16:13:49.998Z] 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
16:13:50 [2022-11-16T16:13:50.282Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-048e9622cccaa7b0c) in /home/ubuntu/workspace/moby_PR-44477
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
16:13:50 [2022-11-16T16:13:50.315Z] The recommended git tool is: git
[Pipeline] // stage
[Pipeline] // stage
16:13:50 [2022-11-16T16:13:50.325Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
16:13:50 [2022-11-16T16:13:50.345Z] Fetching changes from the remote Git repository
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
16:13:50 [2022-11-16T16:13:50.356Z] 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] }
16:13:50 [2022-11-16T16:13:50.589Z] Merging remotes/origin/22.06 commit cd8873dd3d21b1fc1b957c98dcd0f5c7a507fb70 into PR head commit 2dc7a1dc25a036078d7291c50f9c054eb8cfc7ef
16:13:50 [2022-11-16T16:13:50.876Z] Merge succeeded, producing 0e381e4a2217f08fde374b6fb70200f616b50866
16:13:50 [2022-11-16T16:13:50.876Z] Checking out Revision 0e381e4a2217f08fde374b6fb70200f616b50866 (PR-44477)
16:13:50 [2022-11-16T16:13:50.972Z] Commit message: "Merge commit 'cd8873dd3d21b1fc1b957c98dcd0f5c7a507fb70' into HEAD"
16:13:50 [2022-11-16T16:13:50.972Z] First time build. Skipping changelog.
16:13:50 [2022-11-16T16:13:50.987Z]  > git --version # timeout=10
16:13:51 [2022-11-16T16:13:51.003Z]  > git --version # 'git version 2.25.1'
16:13:51 [2022-11-16T16:13:51.007Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
16:13:50 [2022-11-16T16:13:50.336Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44477/.git # timeout=10
16:13:50 [2022-11-16T16:13:50.347Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:13:50 [2022-11-16T16:13:50.359Z] Fetching upstream changes from https://github.com/moby/moby.git
16:13:50 [2022-11-16T16:13:50.359Z]  > git --version # timeout=10
16:13:50 [2022-11-16T16:13:50.367Z]  > git --version # 'git version 2.25.1'
16:13:50 [2022-11-16T16:13:50.367Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:13:50 [2022-11-16T16:13:50.368Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44477/head:refs/remotes/origin/PR-44477 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
16:13:50 [2022-11-16T16:13:50.592Z]  > git config core.sparsecheckout # timeout=10
16:13:50 [2022-11-16T16:13:50.596Z]  > git checkout -f 2dc7a1dc25a036078d7291c50f9c054eb8cfc7ef # timeout=10
16:13:50 [2022-11-16T16:13:50.671Z]  > git remote # timeout=10
16:13:50 [2022-11-16T16:13:50.675Z]  > git config --get remote.origin.url # timeout=10
16:13:50 [2022-11-16T16:13:50.680Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:13:50 [2022-11-16T16:13:50.681Z]  > git merge cd8873dd3d21b1fc1b957c98dcd0f5c7a507fb70 # timeout=10
16:13:50 [2022-11-16T16:13:50.869Z]  > git rev-parse HEAD^{commit} # timeout=10
16:13:50 [2022-11-16T16:13:50.879Z]  > git config core.sparsecheckout # timeout=10
16:13:50 [2022-11-16T16:13:50.884Z]  > git checkout -f 0e381e4a2217f08fde374b6fb70200f616b50866 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:13:51 [2022-11-16T16:13:51.751Z] + docker version
16:13:51 [2022-11-16T16:13:51.751Z] Client: Docker Engine - Community
16:13:51 [2022-11-16T16:13:51.751Z]  Version:           22.06.0-beta.0
16:13:51 [2022-11-16T16:13:51.751Z]  API version:       1.42
16:13:51 [2022-11-16T16:13:51.751Z]  Go version:        go1.18.3
16:13:51 [2022-11-16T16:13:51.751Z]  Git commit:        3e9117b
16:13:51 [2022-11-16T16:13:51.751Z]  Built:             Fri Jun  3 17:55:34 2022
16:13:51 [2022-11-16T16:13:51.751Z]  OS/Arch:           linux/arm64
16:13:51 [2022-11-16T16:13:51.751Z]  Context:           default
16:13:51 [2022-11-16T16:13:51.751Z] 
16:13:51 [2022-11-16T16:13:51.751Z] Server: Docker Engine - Community
16:13:51 [2022-11-16T16:13:51.751Z]  Engine:
16:13:51 [2022-11-16T16:13:51.751Z]   Version:          22.06.0-beta.0
16:13:51 [2022-11-16T16:13:51.751Z]   API version:      1.42 (minimum version 1.12)
16:13:51 [2022-11-16T16:13:51.751Z]   Go version:       go1.18.3
16:13:51 [2022-11-16T16:13:51.751Z]   Git commit:       38633e7
16:13:51 [2022-11-16T16:13:51.751Z]   Built:            Fri Jun  3 17:55:34 2022
16:13:51 [2022-11-16T16:13:51.751Z]   OS/Arch:          linux/arm64
16:13:51 [2022-11-16T16:13:51.751Z]   Experimental:     true
16:13:51 [2022-11-16T16:13:51.751Z]  containerd:
16:13:51 [2022-11-16T16:13:51.751Z]   Version:          1.6.8
16:13:51 [2022-11-16T16:13:51.751Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
16:13:51 [2022-11-16T16:13:51.751Z]  runc:
16:13:51 [2022-11-16T16:13:51.751Z]   Version:          1.1.4
16:13:51 [2022-11-16T16:13:51.751Z]   GitCommit:        v1.1.4-0-g5fd4c4d
16:13:51 [2022-11-16T16:13:51.751Z]  docker-init:
16:13:51 [2022-11-16T16:13:51.751Z]   Version:          0.19.0
16:13:51 [2022-11-16T16:13:51.751Z]   GitCommit:        de40ad0
[Pipeline] sh
16:13:52 [2022-11-16T16:13:52.039Z] + docker info
16:13:52 [2022-11-16T16:13:52.039Z] Client:
16:13:52 [2022-11-16T16:13:52.039Z]  Context:    default
16:13:52 [2022-11-16T16:13:52.039Z]  Debug Mode: false
16:13:52 [2022-11-16T16:13:52.039Z]  Plugins:
16:13:52 [2022-11-16T16:13:52.039Z]   buildx: Docker Buildx (Docker Inc.)
16:13:52 [2022-11-16T16:13:52.039Z]     Version:  v0.8.2
16:13:52 [2022-11-16T16:13:52.039Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
16:13:52 [2022-11-16T16:13:52.039Z]   compose: Docker Compose (Docker Inc.)
16:13:52 [2022-11-16T16:13:52.039Z]     Version:  v2.12.0
16:13:52 [2022-11-16T16:13:52.039Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
16:13:52 [2022-11-16T16:13:52.039Z] 
16:13:52 [2022-11-16T16:13:52.039Z] Server:
16:13:52 [2022-11-16T16:13:52.039Z]  Containers: 0
16:13:52 [2022-11-16T16:13:52.039Z]   Running: 0
16:13:52 [2022-11-16T16:13:52.039Z]   Paused: 0
16:13:52 [2022-11-16T16:13:52.039Z]   Stopped: 0
16:13:52 [2022-11-16T16:13:52.039Z]  Images: 1
16:13:52 [2022-11-16T16:13:52.039Z]  Server Version: 22.06.0-beta.0
16:13:52 [2022-11-16T16:13:52.039Z]  Storage Driver: overlay2
16:13:52 [2022-11-16T16:13:52.039Z]   Backing Filesystem: extfs
16:13:52 [2022-11-16T16:13:52.039Z]   Supports d_type: true
16:13:52 [2022-11-16T16:13:52.039Z]   Using metacopy: false
16:13:52 [2022-11-16T16:13:52.039Z]   Native Overlay Diff: true
16:13:52 [2022-11-16T16:13:52.039Z]   userxattr: false
16:13:52 [2022-11-16T16:13:52.039Z]  Logging Driver: json-file
16:13:52 [2022-11-16T16:13:52.039Z]  Cgroup Driver: cgroupfs
16:13:52 [2022-11-16T16:13:52.039Z]  Cgroup Version: 1
16:13:52 [2022-11-16T16:13:52.039Z]  Plugins:
16:13:52 [2022-11-16T16:13:52.039Z]   Volume: local
16:13:52 [2022-11-16T16:13:52.039Z]   Network: bridge host ipvlan macvlan null overlay
16:13:52 [2022-11-16T16:13:52.039Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:13:52 [2022-11-16T16:13:52.039Z]  Swarm: inactive
16:13:52 [2022-11-16T16:13:52.039Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:13:52 [2022-11-16T16:13:52.039Z]  Default Runtime: runc
16:13:52 [2022-11-16T16:13:52.039Z]  Init Binary: docker-init
16:13:52 [2022-11-16T16:13:52.039Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
16:13:52 [2022-11-16T16:13:52.039Z]  runc version: v1.1.4-0-g5fd4c4d
16:13:52 [2022-11-16T16:13:52.039Z]  init version: de40ad0
16:13:52 [2022-11-16T16:13:52.039Z]  Security Options:
16:13:52 [2022-11-16T16:13:52.039Z]   apparmor
16:13:52 [2022-11-16T16:13:52.039Z]   seccomp
16:13:52 [2022-11-16T16:13:52.039Z]    Profile: builtin
16:13:52 [2022-11-16T16:13:52.039Z]  Kernel Version: 5.15.0-1022-aws
16:13:52 [2022-11-16T16:13:52.039Z]  Operating System: Ubuntu 20.04.5 LTS
16:13:52 [2022-11-16T16:13:52.039Z]  OSType: linux
16:13:52 [2022-11-16T16:13:52.039Z]  Architecture: aarch64
16:13:52 [2022-11-16T16:13:52.039Z]  CPUs: 2
16:13:52 [2022-11-16T16:13:52.039Z]  Total Memory: 7.559GiB
16:13:52 [2022-11-16T16:13:52.039Z]  Name: ip-10-100-48-214
16:13:52 [2022-11-16T16:13:52.039Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
16:13:52 [2022-11-16T16:13:52.039Z]  Docker Root Dir: /var/lib/docker
16:13:52 [2022-11-16T16:13:52.039Z]  Debug Mode: false
16:13:52 [2022-11-16T16:13:52.039Z]  Registry: https://index.docker.io/v1/
16:13:52 [2022-11-16T16:13:52.039Z]  Labels:
16:13:52 [2022-11-16T16:13:52.039Z]  Experimental: true
16:13:52 [2022-11-16T16:13:52.039Z]  Insecure Registries:
16:13:52 [2022-11-16T16:13:52.039Z]   127.0.0.0/8
16:13:52 [2022-11-16T16:13:52.039Z]  Live Restore Enabled: true
16:13:52 [2022-11-16T16:13:52.039Z] 
[Pipeline] sh
16:13:52 [2022-11-16T16:13:52.330Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:13:52 [2022-11-16T16:13:52.330Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:13:52 [2022-11-16T16:13:52.330Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44477/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
16:13:52 [2022-11-16T16:13:52.330Z] + bash /home/ubuntu/workspace/moby_PR-44477/check-config.sh
16:13:52 [2022-11-16T16:13:52.330Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:13:52 [2022-11-16T16:13:52.330Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
16:13:52 [2022-11-16T16:13:52.330Z] 
16:13:52 [2022-11-16T16:13:52.330Z] Generally Necessary:
16:13:52 [2022-11-16T16:13:52.330Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:13:52 [2022-11-16T16:13:52.330Z] - apparmor: enabled and tools installed
16:13:52 [2022-11-16T16:13:52.330Z] - CONFIG_NAMESPACES: enabled
16:13:52 [2022-11-16T16:13:52.330Z] - CONFIG_NET_NS: enabled
16:13:52 [2022-11-16T16:13:52.330Z] - CONFIG_PID_NS: enabled
16:13:52 [2022-11-16T16:13:52.330Z] - CONFIG_IPC_NS: enabled
16:13:52 [2022-11-16T16:13:52.330Z] - CONFIG_UTS_NS: enabled
16:13:52 [2022-11-16T16:13:52.330Z] - CONFIG_CGROUPS: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_CGROUP_CPUACCT: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_CGROUP_DEVICE: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_CGROUP_FREEZER: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_CGROUP_SCHED: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_CPUSETS: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_MEMCG: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_KEYS: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_VETH: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_BRIDGE: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_NF_NAT: enabled (as module)
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_POSIX_MQUEUE: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_CGROUP_BPF: enabled
16:13:52 [2022-11-16T16:13:52.591Z] 
16:13:52 [2022-11-16T16:13:52.591Z] Optional Features:
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_USER_NS: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_SECCOMP: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_SECCOMP_FILTER: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_CGROUP_PIDS: enabled
16:13:52 [2022-11-16T16:13:52.591Z] - CONFIG_MEMCG_SWAP: enabled
16:13:52 [2022-11-16T16:13:52.853Z]     (cgroup swap accounting is currently enabled)
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_BLK_CGROUP: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_CGROUP_PERF: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_CGROUP_HUGETLB: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_CFS_BANDWIDTH: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_RT_GROUP_SCHED: missing
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_IP_VS: enabled (as module)
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_IP_VS_NFCT: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_IP_VS_RR: enabled (as module)
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_SECURITY_SELINUX: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_SECURITY_APPARMOR: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_EXT4_FS: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:13:52 [2022-11-16T16:13:52.853Z] - Network Drivers:
16:13:52 [2022-11-16T16:13:52.853Z]   - "overlay":
16:13:52 [2022-11-16T16:13:52.853Z]     - CONFIG_VXLAN: enabled (as module)
16:13:52 [2022-11-16T16:13:52.853Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:13:52 [2022-11-16T16:13:52.853Z]       Optional (for encrypted networks):
16:13:53 [2022-11-16T16:13:53.114Z]       - CONFIG_CRYPTO: enabled
16:13:53 [2022-11-16T16:13:53.114Z]       - CONFIG_CRYPTO_AEAD: enabled
16:13:53 [2022-11-16T16:13:53.114Z]       - CONFIG_CRYPTO_GCM: enabled
16:13:53 [2022-11-16T16:13:53.114Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:13:53 [2022-11-16T16:13:53.114Z]       - CONFIG_CRYPTO_GHASH: enabled
16:13:53 [2022-11-16T16:13:53.114Z]       - CONFIG_XFRM: enabled
16:13:53 [2022-11-16T16:13:53.114Z]       - CONFIG_XFRM_USER: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]       - CONFIG_INET_ESP: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]   - "ipvlan":
16:13:53 [2022-11-16T16:13:53.114Z]     - CONFIG_IPVLAN: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]   - "macvlan":
16:13:53 [2022-11-16T16:13:53.114Z]     - CONFIG_MACVLAN: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]     - CONFIG_DUMMY: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]   - "ftp,tftp client in container":
16:13:53 [2022-11-16T16:13:53.114Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z] - Storage Drivers:
16:13:53 [2022-11-16T16:13:53.114Z]   - "aufs":
16:13:53 [2022-11-16T16:13:53.114Z]     - CONFIG_AUFS_FS: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]   - "btrfs":
16:13:53 [2022-11-16T16:13:53.114Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:13:53 [2022-11-16T16:13:53.114Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:13:53 [2022-11-16T16:13:53.114Z]   - "devicemapper":
16:13:53 [2022-11-16T16:13:53.375Z]     - CONFIG_BLK_DEV_DM: enabled
16:13:53 [2022-11-16T16:13:53.375Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:13:53 [2022-11-16T16:13:53.375Z]   - "overlay":
16:13:53 [2022-11-16T16:13:53.375Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:13:53 [2022-11-16T16:13:53.375Z]   - "zfs":
16:13:53 [2022-11-16T16:13:53.375Z]     - /dev/zfs: present
16:13:53 [2022-11-16T16:13:53.375Z]     - zfs command: missing
16:13:53 [2022-11-16T16:13:53.375Z]     - zpool command: missing
16:13:53 [2022-11-16T16:13:53.375Z] 
16:13:53 [2022-11-16T16:13:53.375Z] Limits:
16:13:53 [2022-11-16T16:13:53.375Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:13:53 [2022-11-16T16:13:53.375Z] 
16:13:53 [2022-11-16T16:13:53.375Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:13:53 [2022-11-16T16:13:53.693Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0e381e4a2217f08fde374b6fb70200f616b50866 .
16:13:53 [2022-11-16T16:13:53.957Z] #1 [internal] load .dockerignore
16:13:53 [2022-11-16T16:13:53.957Z] #1 transferring context:
16:13:54 [2022-11-16T16:13:54.223Z] #1 transferring context: 145B done
16:13:54 [2022-11-16T16:13:54.223Z] #1 DONE 0.1s
16:13:54 [2022-11-16T16:13:54.223Z] 
16:13:54 [2022-11-16T16:13:54.223Z] #2 [internal] load build definition from Dockerfile
16:13:54 [2022-11-16T16:13:54.223Z] #2 transferring dockerfile: 19.47kB done
16:13:54 [2022-11-16T16:13:54.223Z] #2 DONE 0.1s
16:13:54 [2022-11-16T16:13:54.223Z] 
16:13:54 [2022-11-16T16:13:54.223Z] #3 resolve image config for docker.io/docker/dockerfile:1
16:13:54 [2022-11-16T16:13:54.484Z] #3 DONE 0.4s
16:13:54 [2022-11-16T16:13:54.485Z] 
16:13:54 [2022-11-16T16:13:54.485Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
16:13:54 [2022-11-16T16:13:54.485Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
16:13:54 [2022-11-16T16:13:54.485Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
16:13:54 [2022-11-16T16:13:54.485Z] #4 sha256:f259fd86ee23d7b4a2944432e3a09f45fa288bb84bfbd222b19b2abc7ddffbb9 528B / 528B done
16:13:54 [2022-11-16T16:13:54.485Z] #4 sha256:8d5998862fafcacec68298ab34c9c28973251a5082836f31de0188cd914fae33 2.36kB / 2.36kB done
16:13:54 [2022-11-16T16:13:54.485Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 2.10MB / 9.21MB 0.1s
16:13:54 [2022-11-16T16:13:54.777Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 9.21MB / 9.21MB 0.2s done
16:13:54 [2022-11-16T16:13:54.777Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0
16:13:55 [2022-11-16T16:13:55.038Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.2s done
16:13:55 [2022-11-16T16:13:55.038Z] #4 DONE 0.5s
16:13:55 [2022-11-16T16:13:55.038Z] 
16:13:55 [2022-11-16T16:13:55.038Z] #5 [internal] load metadata for docker.io/library/golang:1.19.3-bullseye
16:13:56 [2022-11-16T16:13:56.423Z] #5 ...
16:13:56 [2022-11-16T16:13:56.423Z] 
16:13:56 [2022-11-16T16:13:56.423Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:13:56 [2022-11-16T16:13:56.423Z] #6 DONE 1.3s
16:13:56 [2022-11-16T16:13:56.423Z] 
16:13:56 [2022-11-16T16:13:56.423Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
16:13:56 [2022-11-16T16:13:56.423Z] #7 DONE 1.3s
16:13:56 [2022-11-16T16:13:56.423Z] 
16:13:56 [2022-11-16T16:13:56.423Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:13:56 [2022-11-16T16:13:56.423Z] #8 DONE 1.3s
16:13:56 [2022-11-16T16:13:56.423Z] 
16:13:56 [2022-11-16T16:13:56.423Z] #5 [internal] load metadata for docker.io/library/golang:1.19.3-bullseye
16:13:56 [2022-11-16T16:13:56.423Z] #5 DONE 1.4s
16:13:56 [2022-11-16T16:13:56.685Z] 
16:13:56 [2022-11-16T16:13:56.685Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:13:56 [2022-11-16T16:13:56.685Z] #9 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
16:13:56 [2022-11-16T16:13:56.685Z] #9 DONE 0.0s
16:13:56 [2022-11-16T16:13:56.685Z] 
16:13:56 [2022-11-16T16:13:56.685Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b
16:13:56 [2022-11-16T16:13:56.685Z] #10 resolve docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b
16:13:56 [2022-11-16T16:13:56.685Z] #10 resolve docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 0.1s done
16:13:56 [2022-11-16T16:13:56.949Z] #10 sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 1.85kB / 1.85kB done
16:13:56 [2022-11-16T16:13:56.949Z] #10 sha256:566431e0361c979c4764f245f87a71f0bf5a5412335dfad765a8c3712ee619bf 529B / 529B done
16:13:56 [2022-11-16T16:13:56.949Z] #10 sha256:ef39063a944dfcf2f1649509b358b2763d129c5931c99b429c59f645d20ae5dd 1.48kB / 1.48kB done
16:13:57 [2022-11-16T16:13:57.211Z] #10 ...
16:13:57 [2022-11-16T16:13:57.211Z] 
16:13:57 [2022-11-16T16:13:57.211Z] #11 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
16:13:57 [2022-11-16T16:13:57.211Z] #11 DONE 0.6s
16:13:57 [2022-11-16T16:13:57.211Z] 
16:13:57 [2022-11-16T16:13:57.211Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b
16:13:57 [2022-11-16T16:13:57.211Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 1.05MB / 53.70MB 0.3s
16:13:57 [2022-11-16T16:13:57.211Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 5.24MB / 53.70MB 0.4s
16:13:57 [2022-11-16T16:13:57.847Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 24.12MB / 53.70MB 0.7s
16:13:57 [2022-11-16T16:13:57.847Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 33.55MB / 53.70MB 0.8s
16:13:57 [2022-11-16T16:13:57.847Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 45.12MB / 53.70MB 0.9s
16:13:58 [2022-11-16T16:13:58.147Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 53.70MB / 53.70MB 1.0s
16:13:58 [2022-11-16T16:13:58.148Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 53.70MB / 53.70MB 1.2s done
16:14:00 [2022-11-16T16:14:00.703Z] #10 ...
16:14:00 [2022-11-16T16:14:00.703Z] 
16:14:00 [2022-11-16T16:14:00.703Z] #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:14:00 [2022-11-16T16:14:00.703Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
16:14:00 [2022-11-16T16:14:00.703Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:14:00 [2022-11-16T16:14:00.703Z] #12 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
16:14:00 [2022-11-16T16:14:00.703Z] #12 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
16:14:00 [2022-11-16T16:14:00.703Z] #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.3s done
16:14:00 [2022-11-16T16:14:00.703Z] #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done
16:14:00 [2022-11-16T16:14:00.703Z] #12 DONE 3.9s
16:14:00 [2022-11-16T16:14:00.703Z] 
16:14:00 [2022-11-16T16:14:00.703Z] #13 [internal] load build context
16:14:00 [2022-11-16T16:14:00.703Z] #13 transferring context: 63.48MB 3.8s done
16:14:00 [2022-11-16T16:14:00.703Z] #13 DONE 4.0s
16:14:00 [2022-11-16T16:14:00.703Z] 
16:14:00 [2022-11-16T16:14:00.703Z] #14 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:2a80cda19fac1972f4c8d69516372b452062631f84854c223f1a164ce77b06d3
16:14:00 [2022-11-16T16:14:00.703Z] #14 resolve docker.io/library/golang:1.19.3-bullseye@sha256:2a80cda19fac1972f4c8d69516372b452062631f84854c223f1a164ce77b06d3 0.0s done
16:14:00 [2022-11-16T16:14:00.703Z] #14 sha256:2a80cda19fac1972f4c8d69516372b452062631f84854c223f1a164ce77b06d3 1.86kB / 1.86kB done
16:14:00 [2022-11-16T16:14:00.703Z] #14 sha256:533ea8ef7688aacf5626e18d71dd7ae6a4b02f8c226ae0ec461fd43acb815159 1.80kB / 1.80kB done
16:14:00 [2022-11-16T16:14:00.703Z] #14 sha256:7f88dd7839e14188af238084c35bc40ae2cb886064829811dbcbf29ed9b521dd 7.12kB / 7.12kB done
16:14:00 [2022-11-16T16:14:00.703Z] #14 sha256:3d7b1480fa4dae5cbbb7d091c46ae0ae52f501418d4cfeb849b87023364e2564 10.87MB / 10.87MB 0.4s done
16:14:00 [2022-11-16T16:14:00.703Z] #14 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 53.70MB / 53.70MB 1.2s done
16:14:00 [2022-11-16T16:14:00.703Z] #14 sha256:a3e29af4daf3531efcc63588162e8bdcf3434aa5d72df4eabeb5e20c6695e303 5.15MB / 5.15MB 0.6s done
16:14:00 [2022-11-16T16:14:00.703Z] #14 sha256:426e8acfed2a5373bd99b22b5a968d55a148e14bc0e0f51c5cf0d779afefe291 54.68MB / 54.68MB 1.6s done
16:14:00 [2022-11-16T16:14:00.703Z] #14 sha256:4fb255e3f99867ec7a2286dfbbef990491cde0a5d226d92be30bad4f9e917fa4 81.37MB / 81.37MB 2.2s done
16:14:00 [2022-11-16T16:14:00.703Z] #14 sha256:fecd6ba4b3f93b6c90f4058b512f1b0a44223ccb3244f0049b16fe2c1b41cf45 115.13MB / 115.13MB 2.9s done
16:14:00 [2022-11-16T16:14:00.703Z] #14 extracting sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 2.2s
16:14:00 [2022-11-16T16:14:00.703Z] #14 sha256:cd807e8b483974845eabbdbbaa4bb3a66f74facd8c061e01e923e9f1da608271 157B / 157B 1.8s done
16:14:01 [2022-11-16T16:14:01.275Z] #14 ...
16:14:01 [2022-11-16T16:14:01.275Z] 
16:14:01 [2022-11-16T16:14:01.275Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:14:01 [2022-11-16T16:14:01.275Z] #9 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:14:01 [2022-11-16T16:14:01.275Z] #9 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:14:01 [2022-11-16T16:14:01.275Z] #9 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:14:01 [2022-11-16T16:14:01.275Z] #9 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.7s done
16:14:01 [2022-11-16T16:14:01.275Z] #9 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done
16:14:01 [2022-11-16T16:14:01.275Z] #9 DONE 4.7s
16:14:01 [2022-11-16T16:14:01.275Z] 
16:14:01 [2022-11-16T16:14:01.275Z] #14 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:2a80cda19fac1972f4c8d69516372b452062631f84854c223f1a164ce77b06d3
16:14:02 [2022-11-16T16:14:02.217Z] #14 extracting sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 3.8s done
16:14:02 [2022-11-16T16:14:02.790Z] #14 extracting sha256:a3e29af4daf3531efcc63588162e8bdcf3434aa5d72df4eabeb5e20c6695e303
16:14:02 [2022-11-16T16:14:02.790Z] #14 extracting sha256:a3e29af4daf3531efcc63588162e8bdcf3434aa5d72df4eabeb5e20c6695e303 0.2s done
16:14:02 [2022-11-16T16:14:02.790Z] #14 ...
16:14:02 [2022-11-16T16:14:02.790Z] 
16:14:02 [2022-11-16T16:14:02.790Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b
16:14:02 [2022-11-16T16:14:02.790Z] #10 DONE 6.3s
16:14:03 [2022-11-16T16:14:03.051Z] 
16:14:03 [2022-11-16T16:14:03.051Z] #14 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:2a80cda19fac1972f4c8d69516372b452062631f84854c223f1a164ce77b06d3
16:14:03 [2022-11-16T16:14:03.051Z] #14 extracting sha256:3d7b1480fa4dae5cbbb7d091c46ae0ae52f501418d4cfeb849b87023364e2564 0.1s
16:14:03 [2022-11-16T16:14:03.315Z] #14 extracting sha256:3d7b1480fa4dae5cbbb7d091c46ae0ae52f501418d4cfeb849b87023364e2564 0.3s done
16:14:03 [2022-11-16T16:14:03.581Z] #14 extracting sha256:426e8acfed2a5373bd99b22b5a968d55a148e14bc0e0f51c5cf0d779afefe291 0.1s
16:14:06 [2022-11-16T16:14:06.883Z] #14 extracting sha256:426e8acfed2a5373bd99b22b5a968d55a148e14bc0e0f51c5cf0d779afefe291 3.2s done
16:14:06 [2022-11-16T16:14:06.883Z] #14 ...
16:14:06 [2022-11-16T16:14:06.883Z] 
16:14:06 [2022-11-16T16:14:06.883Z] #15 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:14:06 [2022-11-16T16:14:06.883Z] #15 DONE 0.4s
16:14:06 [2022-11-16T16:14:06.883Z] 
16:14:06 [2022-11-16T16:14:06.883Z] #14 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:2a80cda19fac1972f4c8d69516372b452062631f84854c223f1a164ce77b06d3
16:14:06 [2022-11-16T16:14:06.883Z] #14 extracting sha256:4fb255e3f99867ec7a2286dfbbef990491cde0a5d226d92be30bad4f9e917fa4 0.1s
16:14:08 [2022-11-16T16:14:08.814Z] #14 ...
16:14:08 [2022-11-16T16:14:08.814Z] 
16:14:08 [2022-11-16T16:14:08.814Z] #16 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:14:08 [2022-11-16T16:14:08.814Z] #16 DONE 1.7s
16:14:08 [2022-11-16T16:14:08.814Z] 
16:14:08 [2022-11-16T16:14:08.814Z] #14 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:2a80cda19fac1972f4c8d69516372b452062631f84854c223f1a164ce77b06d3
16:14:09 [2022-11-16T16:14:09.757Z] #14 extracting sha256:4fb255e3f99867ec7a2286dfbbef990491cde0a5d226d92be30bad4f9e917fa4 2.8s done
16:14:10 [2022-11-16T16:14:10.020Z] #14 extracting sha256:fecd6ba4b3f93b6c90f4058b512f1b0a44223ccb3244f0049b16fe2c1b41cf45 0.1s
16:14:13 [2022-11-16T16:14:13.327Z] #14 ...
16:14:13 [2022-11-16T16:14:13.327Z] 
16:14:13 [2022-11-16T16:14:13.327Z] #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
16:14:13 [2022-11-16T16:14:13.327Z] #0 0.975 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 0.988 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 0.988 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 1.138 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 1.391 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [196 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 1.709 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 2.341 Fetched 8487 kB in 2s (5116 kB/s)
16:14:13 [2022-11-16T16:14:13.327Z] #0 2.341 Reading package lists...
16:14:13 [2022-11-16T16:14:13.327Z] #0 2.919 Reading package lists...
16:14:13 [2022-11-16T16:14:13.327Z] #0 3.451 Building dependency tree...
16:14:13 [2022-11-16T16:14:13.327Z] #0 3.764 The following additional packages will be installed:
16:14:13 [2022-11-16T16:14:13.327Z] #0 3.765   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
16:14:13 [2022-11-16T16:14:13.327Z] #0 3.765   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
16:14:13 [2022-11-16T16:14:13.327Z] #0 3.767 Recommended packages:
16:14:13 [2022-11-16T16:14:13.327Z] #0 3.767   libldap-common publicsuffix libsasl2-modules
16:14:13 [2022-11-16T16:14:13.327Z] #0 3.912 The following NEW packages will be installed:
16:14:13 [2022-11-16T16:14:13.327Z] #0 3.919   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
16:14:13 [2022-11-16T16:14:13.327Z] #0 3.919   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:14:13 [2022-11-16T16:14:13.327Z] #0 3.919   libssh2-1 openssl
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.186 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.186 Need to get 2941 kB of archives.
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.186 After this operation, 6478 kB of additional disk space will be used.
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.186 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.231 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.237 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.259 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.264 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.294 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.298 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.308 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.309 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.315 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.327 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.359 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.371 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.388 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.390 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.689 debconf: delaying package configuration, since apt-utils is not installed
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.733 Fetched 2941 kB in 0s (6051 kB/s)
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.828 Selecting previously unselected package openssl.
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.828 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6653 files and directories currently installed.)
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.828 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 4.833 Unpacking openssl (1.1.1n-0+deb11u3) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.081 Selecting previously unselected package ca-certificates.
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.081 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.295 Unpacking ca-certificates (20210119) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.485 Selecting previously unselected package libbrotli1:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.485 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.493 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.573 Selecting previously unselected package libsasl2-modules-db:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.573 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.577 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.707 Selecting previously unselected package libsasl2-2:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.707 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.715 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.763 Selecting previously unselected package libldap-2.4-2:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.763 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.767 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.827 Selecting previously unselected package libnghttp2-14:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.827 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.831 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.875 Selecting previously unselected package libpsl5:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.876 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.882 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.922 Selecting previously unselected package librtmp1:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.923 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.928 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.974 Selecting previously unselected package libssh2-1:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.974 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 5.978 Unpacking libssh2-1:arm64 (1.9.0-2) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.027 Selecting previously unselected package libcurl4:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.027 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.035 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.095 Selecting previously unselected package curl.
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.095 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.100 Unpacking curl (7.74.0-1.3+deb11u3) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.156 Selecting previously unselected package libonig5:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.156 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.160 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.231 Selecting previously unselected package libjq1:arm64.
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.232 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.236 Unpacking libjq1:arm64 (1.6-2.1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.280 Selecting previously unselected package jq.
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.280 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.284 Unpacking jq (1.6-2.1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.428 Setting up libpsl5:arm64 (0.21.0-1.2) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.440 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.451 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.463 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.473 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.486 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.497 Setting up libssh2-1:arm64 (1.9.0-2) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.507 Setting up openssl (1.1.1n-0+deb11u3) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.522 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.533 Setting up libjq1:arm64 (1.6-2.1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.544 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 6.556 Setting up ca-certificates (20210119) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 7.264 Updating certificates in /etc/ssl/certs...
16:14:13 [2022-11-16T16:14:13.327Z] #0 8.111 129 added, 0 removed; done.
16:14:13 [2022-11-16T16:14:13.327Z] #0 8.238 Setting up jq (1.6-2.1) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 8.249 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 8.258 Setting up curl (7.74.0-1.3+deb11u3) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 8.270 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 8.290 Processing triggers for ca-certificates (20210119) ...
16:14:13 [2022-11-16T16:14:13.327Z] #0 8.298 Updating certificates in /etc/ssl/certs...
16:14:13 [2022-11-16T16:14:13.327Z] #0 9.052 0 added, 0 removed; done.
16:14:13 [2022-11-16T16:14:13.327Z] #0 9.052 Running hooks in /etc/ca-certificates/update.d...
16:14:13 [2022-11-16T16:14:13.327Z] #0 9.053 done.
16:14:13 [2022-11-16T16:14:13.327Z] #17 ...
16:14:13 [2022-11-16T16:14:13.327Z] 
16:14:13 [2022-11-16T16:14:13.327Z] #14 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:2a80cda19fac1972f4c8d69516372b452062631f84854c223f1a164ce77b06d3
16:14:13 [2022-11-16T16:14:13.589Z] #14 ...
16:14:13 [2022-11-16T16:14:13.589Z] 
16:14:13 [2022-11-16T16:14:13.589Z] #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
16:14:13 [2022-11-16T16:14:13.589Z] #17 DONE 10.5s
16:14:13 [2022-11-16T16:14:13.589Z] 
16:14:13 [2022-11-16T16:14:13.589Z] #14 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:2a80cda19fac1972f4c8d69516372b452062631f84854c223f1a164ce77b06d3
16:14:14 [2022-11-16T16:14:14.161Z] #14 ...
16:14:14 [2022-11-16T16:14:14.161Z] 
16:14:14 [2022-11-16T16:14:14.161Z] #18 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:14:14 [2022-11-16T16:14:14.161Z] #18 DONE 0.6s
16:14:14 [2022-11-16T16:14:14.161Z] 
16:14:14 [2022-11-16T16:14:14.161Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:14:14 [2022-11-16T16:14:14.735Z] #19 ...
16:14:14 [2022-11-16T16:14:14.735Z] 
16:14:14 [2022-11-16T16:14:14.735Z] #14 [base 1/3] FROM docker.io/library/golang:1.19.3-bullseye@sha256:2a80cda19fac1972f4c8d69516372b452062631f84854c223f1a164ce77b06d3
16:14:14 [2022-11-16T16:14:14.735Z] #14 extracting sha256:fecd6ba4b3f93b6c90f4058b512f1b0a44223ccb3244f0049b16fe2c1b41cf45 4.6s done
16:14:14 [2022-11-16T16:14:14.735Z] #14 extracting sha256:cd807e8b483974845eabbdbbaa4bb3a66f74facd8c061e01e923e9f1da608271 done
16:14:14 [2022-11-16T16:14:14.735Z] #14 DONE 18.2s
16:14:14 [2022-11-16T16:14:14.997Z] 
16:14:14 [2022-11-16T16:14:14.997Z] #20 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:14:15 [2022-11-16T16:14:15.262Z] #20 DONE 0.5s
16:14:15 [2022-11-16T16:14:15.262Z] 
16:14:15 [2022-11-16T16:14:15.262Z] #21 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
16:14:15 [2022-11-16T16:14:15.839Z] #21 DONE 0.5s
16:14:15 [2022-11-16T16:14:15.839Z] 
16:14:15 [2022-11-16T16:14:15.839Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:14:15 [2022-11-16T16:14:15.839Z] #19 1.587 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:14:15 [2022-11-16T16:14:15.839Z] #19 1.813 
16:14:15 [2022-11-16T16:14:15.839Z] #19 ...
16:14:15 [2022-11-16T16:14:15.839Z] 
16:14:15 [2022-11-16T16:14:15.839Z] #22 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:14:15 [2022-11-16T16:14:15.839Z] #22 DONE 0.1s
16:14:16 [2022-11-16T16:14:16.101Z] 
16:14:16 [2022-11-16T16:14:16.101Z] #23 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:14:16 [2022-11-16T16:14:16.101Z] #23 DONE 0.2s
16:14:16 [2022-11-16T16:14:16.101Z] 
16:14:16 [2022-11-16T16:14:16.101Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:14:16 [2022-11-16T16:14:16.101Z] #19 2.038 #=#=#                                                                         
#19 ...
16:14:16 [2022-11-16T16:14:16.101Z] 
16:14:16 [2022-11-16T16:14:16.101Z] #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
16:14:16 [2022-11-16T16:14:16.101Z] #24 DONE 0.2s
16:14:16 [2022-11-16T16:14:16.101Z] 
16:14:16 [2022-11-16T16:14:16.101Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
16:14:16 [2022-11-16T16:14:16.101Z] #25 DONE 0.3s
16:14:16 [2022-11-16T16:14:16.101Z] 
16:14:16 [2022-11-16T16:14:16.101Z] #26 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
16:14:16 [2022-11-16T16:14:16.101Z] #26 DONE 0.3s
16:14:16 [2022-11-16T16:14:16.101Z] 
16:14:16 [2022-11-16T16:14:16.101Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:14:16 [2022-11-16T16:14:16.101Z] #19 2.038 #=#=#                                                                         

######################################################################## 100.0%
16:14:16 [2022-11-16T16:14:16.365Z] #19 2.347 
16:14:17 [2022-11-16T16:14:17.757Z] #19 3.796 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:14:18 [2022-11-16T16:14:18.022Z] #19 4.101 
16:14:18 [2022-11-16T16:14:18.549Z] #19 4.324 #=#=#                                                                         

                                                                           0.8%
######################################################################## 100.0%
16:14:18 [2022-11-16T16:14:18.811Z] #19 4.670 
16:14:20 [2022-11-16T16:14:20.203Z] #19 5.974 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
16:14:21 [2022-11-16T16:14:21.594Z] #19 7.262 
16:14:22 [2022-11-16T16:14:22.642Z] #19 7.536 #=#=#                                                                         

                                                                           0.1%
##############                                                            20.7%
######################                                                    31.9%
###############################                                           43.5%
###################################                                       49.6%
##########################################                                58.5%
################################################                          66.9%
####################################################                      73.1%
######################################################################    98.1%
######################################################################## 100.0%
16:14:24 [2022-11-16T16:14:24.563Z] #19 10.30 
16:14:25 [2022-11-16T16:14:25.951Z] #19 ...
16:14:25 [2022-11-16T16:14:25.951Z] 
16:14:25 [2022-11-16T16:14:25.951Z] #27 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:14:25 [2022-11-16T16:14:25.951Z] #0 4.663 go: downloading github.com/pelletier/go-toml v1.8.1
16:14:25 [2022-11-16T16:14:25.951Z] #27 ...
16:14:25 [2022-11-16T16:14:25.951Z] 
16:14:25 [2022-11-16T16:14:25.951Z] #28 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:14:25 [2022-11-16T16:14:25.951Z] #0 4.319 go: downloading github.com/golangci/golangci-lint v1.49.0
16:14:25 [2022-11-16T16:14:25.951Z] #0 7.285 go: downloading github.com/fatih/color v1.13.0
16:14:25 [2022-11-16T16:14:25.951Z] #0 7.349 go: downloading github.com/gofrs/flock v0.8.1
16:14:25 [2022-11-16T16:14:25.951Z] #0 7.434 go: downloading github.com/spf13/cobra v1.5.0
16:14:25 [2022-11-16T16:14:25.951Z] #0 7.497 go: downloading github.com/spf13/pflag v1.0.5
16:14:25 [2022-11-16T16:14:25.951Z] #0 7.760 go: downloading github.com/spf13/viper v1.12.0
16:14:25 [2022-11-16T16:14:25.951Z] #0 7.891 go: downloading gopkg.in/yaml.v3 v3.0.1
16:14:25 [2022-11-16T16:14:25.951Z] #0 8.351 go: downloading golang.org/x/tools v0.1.12
16:14:25 [2022-11-16T16:14:25.951Z] #0 8.392 go: downloading github.com/hashicorp/go-version v1.6.0
16:14:25 [2022-11-16T16:14:25.951Z] #0 8.575 go: downloading github.com/ldez/gomoddirectives v0.2.3
16:14:25 [2022-11-16T16:14:25.951Z] #0 8.755 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:14:25 [2022-11-16T16:14:25.951Z] #0 8.803 go: downloading github.com/hashicorp/go-multierror v1.1.1
16:14:26 [2022-11-16T16:14:26.213Z] #28 ...
16:14:26 [2022-11-16T16:14:26.213Z] 
16:14:26 [2022-11-16T16:14:26.213Z] #29 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.160 + RM_GOPATH=0
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.160 + TMP_GOPATH=
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.160 + : /build
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.160 + '[' -z '' ']'
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.163 ++ mktemp -d
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.163 + export GOPATH=/tmp/tmp.uf47ZEtIal
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.163 + GOPATH=/tmp/tmp.uf47ZEtIal
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.163 + RM_GOPATH=1
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.163 + case "$(go env GOARCH)" in
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.163 ++ go env GOARCH
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + export GO_BUILDMODE=-buildmode=pie
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + GO_BUILDMODE=-buildmode=pie
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 ++ dirname /install.sh
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + dir=/
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + bin=dockercli
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + shift
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + '[' '!' -f //dockercli.installer ']'
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + . //dockercli.installer
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 ++ : stable
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 ++ : 17.06.2-ce
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + install_dockercli
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 ++ uname -m
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + arch=aarch64
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + '[' aarch64 '!=' x86_64 ']'
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + '[' aarch64 '!=' s390x ']'
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + '[' aarch64 '!=' armhf ']'
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + build_dockercli
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 + git clone https://github.com/docker/docker-ce /tmp/tmp.uf47ZEtIal/tmp/docker-ce
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 Cloning into '/tmp/tmp.uf47ZEtIal/tmp/docker-ce'...
16:14:26 [2022-11-16T16:14:26.213Z] #0 3.179 Install docker/cli version 17.06.2-ce from stable
16:14:26 [2022-11-16T16:14:26.213Z] #29 ...
16:14:26 [2022-11-16T16:14:26.213Z] 
16:14:26 [2022-11-16T16:14:26.213Z] #30 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.433 + RM_GOPATH=0
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.433 + TMP_GOPATH=
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.433 + : /build
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.433 + '[' -z '' ']'
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.433 ++ mktemp -d
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.433 + export GOPATH=/tmp/tmp.wNBQ1ecj09
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.433 + GOPATH=/tmp/tmp.wNBQ1ecj09
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.433 + RM_GOPATH=1
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.433 + case "$(go env GOARCH)" in
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.433 ++ go env GOARCH
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.464 + export GO_BUILDMODE=-buildmode=pie
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.464 + GO_BUILDMODE=-buildmode=pie
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 ++ dirname /install.sh
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 + dir=/
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 + bin=rootlesskit
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 + shift
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 + '[' '!' -f //rootlesskit.installer ']'
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 + . //rootlesskit.installer
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 ++ : 1920341cd41e047834a21007424162a2dc946315
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 + install_rootlesskit
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 + case "$1" in
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 + export CGO_ENABLED=0
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 + CGO_ENABLED=0
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.479 + _install_rootlesskit
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.491 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.492 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.492 + for f in rootlesskit rootlesskit-docker-proxy
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.492 + GOBIN=/build
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.492 + GO111MODULE=on
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.492 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
16:14:26 [2022-11-16T16:14:26.213Z] #0 4.954 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
16:14:26 [2022-11-16T16:14:26.213Z] #0 7.001 go: downloading github.com/sirupsen/logrus v1.8.1
16:14:26 [2022-11-16T16:14:26.213Z] #0 7.001 go: downloading github.com/urfave/cli/v2 v2.4.0
16:14:26 [2022-11-16T16:14:26.213Z] #0 7.698 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
16:14:26 [2022-11-16T16:14:26.213Z] #0 9.899 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
16:14:26 [2022-11-16T16:14:26.475Z] #30 ...
16:14:26 [2022-11-16T16:14:26.475Z] 
16:14:26 [2022-11-16T16:14:26.475Z] #31 [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
16:14:26 [2022-11-16T16:14:26.475Z] #0 5.446 go: downloading gotest.tools/gotestsum v1.8.1
16:14:26 [2022-11-16T16:14:26.475Z] #0 6.965 go: downloading github.com/fatih/color v1.10.0
16:14:26 [2022-11-16T16:14:26.475Z] #0 6.981 go: downloading github.com/dnephin/pflag v1.0.7
16:14:26 [2022-11-16T16:14:26.475Z] #0 7.033 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:14:26 [2022-11-16T16:14:26.475Z] #0 7.117 go: downloading github.com/pkg/errors v0.9.1
16:14:26 [2022-11-16T16:14:26.475Z] #0 7.297 go: downloading golang.org/x/tools v0.1.0
16:14:26 [2022-11-16T16:14:26.475Z] #0 7.470 go: downloading github.com/mattn/go-colorable v0.1.8
16:14:26 [2022-11-16T16:14:26.475Z] #0 7.547 go: downloading github.com/mattn/go-isatty v0.0.12
16:14:26 [2022-11-16T16:14:26.475Z] #0 7.635 go: downloading github.com/fsnotify/fsnotify v1.4.9
16:14:26 [2022-11-16T16:14:26.475Z] #0 7.821 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
16:14:26 [2022-11-16T16:14:26.475Z] #31 ...
16:14:26 [2022-11-16T16:14:26.475Z] 
16:14:26 [2022-11-16T16:14:26.475Z] #32 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
16:14:26 [2022-11-16T16:14:26.475Z] #0 5.667 go: downloading github.com/go-delve/delve v1.8.1
16:14:26 [2022-11-16T16:14:26.736Z] #32 ...
16:14:26 [2022-11-16T16:14:26.736Z] 
16:14:26 [2022-11-16T16:14:26.736Z] #33 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
16:14:26 [2022-11-16T16:14:26.736Z] #0 5.448 go: downloading mvdan.cc/sh/v3 v3.0.2
16:14:26 [2022-11-16T16:14:26.736Z] #0 6.526 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:14:26 [2022-11-16T16:14:26.736Z] #0 6.544 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:14:26 [2022-11-16T16:14:26.736Z] #0 6.619 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:14:26 [2022-11-16T16:14:26.736Z] #0 8.378 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:14:26 [2022-11-16T16:14:26.736Z] #33 ...
16:14:26 [2022-11-16T16:14:26.736Z] 
16:14:26 [2022-11-16T16:14:26.736Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:14:26 [2022-11-16T16:14:26.736Z] #0 4.188 + git clone https://github.com/kolyshkin/go-swagger.git .
16:14:26 [2022-11-16T16:14:26.736Z] #0 4.188 Cloning into '.'...
16:14:26 [2022-11-16T16:14:26.998Z] #34 ...
16:14:26 [2022-11-16T16:14:26.998Z] 
16:14:26 [2022-11-16T16:14:26.998Z] #35 [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
16:14:26 [2022-11-16T16:14:26.998Z] #0 4.866 go: downloading github.com/tc-hib/go-winres v0.2.3
16:14:26 [2022-11-16T16:14:26.998Z] #0 5.737 go: downloading github.com/tc-hib/winres v0.1.5
16:14:26 [2022-11-16T16:14:26.998Z] #0 6.943 go: downloading github.com/urfave/cli/v2 v2.3.0
16:14:26 [2022-11-16T16:14:26.998Z] #0 7.281 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
16:14:26 [2022-11-16T16:14:26.998Z] #0 7.331 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
16:14:26 [2022-11-16T16:14:26.998Z] #0 10.02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:14:26 [2022-11-16T16:14:26.998Z] #0 10.14 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:14:26 [2022-11-16T16:14:26.998Z] #35 ...
16:14:26 [2022-11-16T16:14:26.998Z] 
16:14:26 [2022-11-16T16:14:26.998Z] #36 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:14:26 [2022-11-16T16:14:26.998Z] #0 5.310 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:14:26 [2022-11-16T16:14:26.998Z] #0 5.350 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:14:26 [2022-11-16T16:14:26.998Z] #0 5.351 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:14:26 [2022-11-16T16:14:26.998Z] #0 5.754 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
16:14:26 [2022-11-16T16:14:26.998Z] #0 6.456 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:14:26 [2022-11-16T16:14:26.998Z] #0 9.731 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [196 kB]
16:14:27 [2022-11-16T16:14:27.260Z] #36 ...
16:14:27 [2022-11-16T16:14:27.260Z] 
16:14:27 [2022-11-16T16:14:27.260Z] #37 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:14:27 [2022-11-16T16:14:27.260Z] #0 5.486 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:14:27 [2022-11-16T16:14:27.260Z] #0 5.510 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:14:27 [2022-11-16T16:14:27.260Z] #0 5.510 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:14:27 [2022-11-16T16:14:27.260Z] #0 6.498 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:14:27 [2022-11-16T16:14:27.260Z] #0 8.891 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [196 kB]
16:14:27 [2022-11-16T16:14:27.260Z] #0 11.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #37 ...
16:14:27 [2022-11-16T16:14:27.522Z] 
16:14:27 [2022-11-16T16:14:27.522Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:14:27 [2022-11-16T16:14:27.522Z] #0 4.058 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #0 4.165 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #0 4.177 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #0 4.981 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #0 7.368 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [196 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #0 10.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #38 ...
16:14:27 [2022-11-16T16:14:27.522Z] 
16:14:27 [2022-11-16T16:14:27.522Z] #39 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:14:27 [2022-11-16T16:14:27.522Z] #0 5.375 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #0 5.404 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #0 5.404 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #0 6.396 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:14:27 [2022-11-16T16:14:27.522Z] #0 8.992 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [196 kB]
16:14:27 [2022-11-16T16:14:27.783Z] #39 11.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:14:27 [2022-11-16T16:14:27.783Z] #39 ...
16:14:27 [2022-11-16T16:14:27.783Z] 
16:14:27 [2022-11-16T16:14:27.783Z] #40 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:14:27 [2022-11-16T16:14:27.783Z] #0 5.485 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:14:27 [2022-11-16T16:14:27.783Z] #0 5.513 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:14:27 [2022-11-16T16:14:27.783Z] #0 5.521 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:14:27 [2022-11-16T16:14:27.783Z] #0 6.781 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:14:27 [2022-11-16T16:14:27.783Z] #0 9.589 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [196 kB]
16:14:27 [2022-11-16T16:14:27.783Z] #40 ...
16:14:27 [2022-11-16T16:14:27.783Z] 
16:14:27 [2022-11-16T16:14:27.783Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
16:14:27 [2022-11-16T16:14:27.783Z] #0 4.281 + git clone https://github.com/docker/distribution.git .
16:14:27 [2022-11-16T16:14:27.783Z] #0 4.288 Cloning into '.'...
16:14:28 [2022-11-16T16:14:28.045Z] #41 ...
16:14:28 [2022-11-16T16:14:28.045Z] 
16:14:28 [2022-11-16T16:14:28.045Z] #31 [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
16:14:28 [2022-11-16T16:14:28.045Z] #31 11.62 go: downloading github.com/jonboulle/clockwork v0.2.2
16:14:28 [2022-11-16T16:14:28.045Z] #31 11.78 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
16:14:28 [2022-11-16T16:14:28.045Z] #31 11.92 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
16:14:30 [2022-11-16T16:14:30.602Z] #31 14.48 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
16:14:30 [2022-11-16T16:14:30.602Z] #31 14.52 go: downloading golang.org/x/mod v0.3.0
16:14:32 [2022-11-16T16:14:32.521Z] #31 ...
16:14:32 [2022-11-16T16:14:32.521Z] 
16:14:32 [2022-11-16T16:14:32.521Z] #37 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:14:32 [2022-11-16T16:14:32.521Z] #37 16.72 Fetched 8487 kB in 12s (737 kB/s)
16:14:35 [2022-11-16T16:14:35.079Z] #37 16.72 Reading package lists...
16:14:35 [2022-11-16T16:14:35.079Z] #37 ...
16:14:35 [2022-11-16T16:14:35.079Z] 
16:14:35 [2022-11-16T16:14:35.079Z] #27 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:14:35 [2022-11-16T16:14:35.079Z] #27 16.19 tomll can be used in two ways:
16:14:35 [2022-11-16T16:14:35.079Z] #27 16.19 Writing to STDIN and reading from STDOUT:
16:14:35 [2022-11-16T16:14:35.079Z] #27 16.19   cat file.toml | tomll > file.toml
16:14:35 [2022-11-16T16:14:35.079Z] #27 16.20 
16:14:35 [2022-11-16T16:14:35.079Z] #27 16.20 Reading and updating a list of files:
16:14:35 [2022-11-16T16:14:35.079Z] #27 16.20   tomll a.toml b.toml c.toml
16:14:35 [2022-11-16T16:14:35.079Z] #27 16.20 
16:14:35 [2022-11-16T16:14:35.079Z] #27 16.20 When given a list of files, tomll will modify all files in place without asking.
16:14:35 [2022-11-16T16:14:35.079Z] #27 DONE 19.0s
16:14:35 [2022-11-16T16:14:35.079Z] 
16:14:35 [2022-11-16T16:14:35.079Z] #28 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.02 go: downloading github.com/mattn/go-colorable v0.1.13
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.02 go: downloading github.com/sirupsen/logrus v1.9.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.20 go: downloading github.com/stretchr/testify v1.8.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.31 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.46 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.60 go: downloading github.com/mattn/go-isatty v0.0.16
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.68 go: downloading github.com/fsnotify/fsnotify v1.5.4
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.75 go: downloading github.com/mitchellh/mapstructure v1.5.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.86 go: downloading github.com/spf13/afero v1.8.2
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.90 go: downloading github.com/spf13/cast v1.5.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 15.98 go: downloading github.com/spf13/jwalterweatherman v1.1.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 16.06 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
16:14:35 [2022-11-16T16:14:35.079Z] #28 16.42 go: downloading github.com/hashicorp/errwrap v1.0.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 16.47 go: downloading 4d63.com/gochecknoglobals v0.1.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 16.67 go: downloading github.com/Antonboom/errname v0.1.7
16:14:35 [2022-11-16T16:14:35.079Z] #28 16.76 go: downloading github.com/Antonboom/nilnil v0.1.1
16:14:35 [2022-11-16T16:14:35.079Z] #28 16.81 go: downloading github.com/BurntSushi/toml v1.2.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 17.00 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16:14:35 [2022-11-16T16:14:35.079Z] #28 17.21 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 17.42 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 17.59 go: downloading github.com/alexkohler/prealloc v1.0.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 17.60 go: downloading github.com/alingse/asasalint v0.0.11
16:14:35 [2022-11-16T16:14:35.079Z] #28 17.68 go: downloading github.com/ashanbrown/forbidigo v1.3.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 17.78 go: downloading github.com/ashanbrown/makezero v1.1.1
16:14:35 [2022-11-16T16:14:35.079Z] #28 17.84 go: downloading github.com/bkielbasa/cyclop v1.2.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 17.90 go: downloading github.com/blizzy78/varnamelen v0.8.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 17.91 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 18.01 go: downloading github.com/breml/bidichk v0.2.3
16:14:35 [2022-11-16T16:14:35.079Z] #28 18.14 go: downloading github.com/breml/errchkjson v0.3.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 18.17 go: downloading github.com/butuzov/ireturn v0.1.1
16:14:35 [2022-11-16T16:14:35.079Z] #28 18.26 go: downloading github.com/charithe/durationcheck v0.0.9
16:14:35 [2022-11-16T16:14:35.079Z] #28 18.32 go: downloading github.com/curioswitch/go-reassign v0.1.2
16:14:35 [2022-11-16T16:14:35.079Z] #28 18.41 go: downloading github.com/daixiang0/gci v0.6.3
16:14:35 [2022-11-16T16:14:35.079Z] #28 18.94 go: downloading github.com/esimonov/ifshort v1.0.4
16:14:35 [2022-11-16T16:14:35.079Z] #28 18.94 go: downloading github.com/denis-tingaikin/go-header v0.4.3
16:14:35 [2022-11-16T16:14:35.079Z] #28 19.04 go: downloading github.com/firefart/nonamedreturns v1.0.4
16:14:35 [2022-11-16T16:14:35.079Z] #28 19.16 go: downloading github.com/fzipp/gocyclo v0.6.0
16:14:35 [2022-11-16T16:14:35.079Z] #28 19.23 go: downloading github.com/go-critic/go-critic v0.6.4
16:14:36 [2022-11-16T16:14:36.470Z] #28 20.43 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:14:36 [2022-11-16T16:14:36.470Z] #28 20.45 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
16:14:36 [2022-11-16T16:14:36.470Z] #28 20.48 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:14:36 [2022-11-16T16:14:36.470Z] #28 20.60 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:14:36 [2022-11-16T16:14:36.732Z] #28 20.86 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:14:36 [2022-11-16T16:14:36.732Z] #28 20.88 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:14:36 [2022-11-16T16:14:36.732Z] #28 20.94 go: downloading github.com/golangci/misspell v0.3.5
16:14:36 [2022-11-16T16:14:36.732Z] #28 21.01 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:14:36 [2022-11-16T16:14:36.732Z] #28 ...
16:14:36 [2022-11-16T16:14:36.732Z] 
16:14:36 [2022-11-16T16:14:36.732Z] #30 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
16:14:36 [2022-11-16T16:14:36.732Z] #30 10.62 go: downloading github.com/google/uuid v1.3.0
16:14:36 [2022-11-16T16:14:36.732Z] #30 10.71 go: downloading github.com/moby/vpnkit v0.5.0
16:14:36 [2022-11-16T16:14:36.732Z] #30 11.38 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:14:36 [2022-11-16T16:14:36.732Z] #30 11.66 go: downloading github.com/gofrs/flock v0.8.1
16:14:36 [2022-11-16T16:14:36.732Z] #30 11.67 go: downloading github.com/gorilla/mux v1.8.0
16:14:36 [2022-11-16T16:14:36.732Z] #30 11.76 go: downloading github.com/moby/sys/mountinfo v0.6.0
16:14:36 [2022-11-16T16:14:36.732Z] #30 12.07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
16:14:36 [2022-11-16T16:14:36.732Z] #30 12.18 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
16:14:36 [2022-11-16T16:14:36.732Z] #30 12.26 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
16:14:36 [2022-11-16T16:14:36.732Z] #30 14.92 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:14:36 [2022-11-16T16:14:36.994Z] #30 ...
16:14:36 [2022-11-16T16:14:36.994Z] 
16:14:36 [2022-11-16T16:14:36.994Z] #28 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:14:36 [2022-11-16T16:14:36.994Z] #28 21.07 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
16:14:36 [2022-11-16T16:14:36.994Z] #28 21.13 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
16:14:36 [2022-11-16T16:14:36.994Z] #28 21.25 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
16:14:37 [2022-11-16T16:14:37.256Z] #28 21.38 go: downloading github.com/hexops/gotextdiff v1.0.3
16:14:37 [2022-11-16T16:14:37.256Z] #28 21.49 go: downloading github.com/jgautheron/goconst v1.5.1
16:14:37 [2022-11-16T16:14:37.519Z] #28 21.53 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
16:14:37 [2022-11-16T16:14:37.519Z] #28 21.64 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
16:14:37 [2022-11-16T16:14:37.519Z] #28 21.65 go: downloading github.com/julz/importas v0.1.0
16:14:37 [2022-11-16T16:14:37.519Z] #28 21.74 go: downloading github.com/kisielk/errcheck v1.6.2
16:14:37 [2022-11-16T16:14:37.782Z] #28 21.79 go: downloading github.com/kulti/thelper v0.6.3
16:14:37 [2022-11-16T16:14:37.782Z] #28 21.89 go: downloading github.com/kunwardeep/paralleltest v1.0.6
16:14:37 [2022-11-16T16:14:37.782Z] #28 21.97 go: downloading github.com/kyoh86/exportloopref v0.1.8
16:14:38 [2022-11-16T16:14:38.043Z] #28 22.03 go: downloading github.com/ldez/tagliatelle v0.3.1
16:14:38 [2022-11-16T16:14:38.043Z] #28 22.08 go: downloading github.com/leonklingele/grouper v1.1.0
16:14:38 [2022-11-16T16:14:38.043Z] #28 22.13 go: downloading github.com/lufeee/execinquery v1.2.1
16:14:38 [2022-11-16T16:14:38.043Z] #28 22.17 go: downloading github.com/maratori/testpackage v1.1.0
16:14:38 [2022-11-16T16:14:38.305Z] #28 22.27 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
16:14:38 [2022-11-16T16:14:38.305Z] #28 22.30 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
16:14:38 [2022-11-16T16:14:38.305Z] #28 22.40 go: downloading github.com/mgechev/revive v1.2.3
16:14:38 [2022-11-16T16:14:38.569Z] #28 ...
16:14:38 [2022-11-16T16:14:38.569Z] 
16:14:38 [2022-11-16T16:14:38.569Z] #40 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:14:38 [2022-11-16T16:14:38.569Z] #40 12.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:14:38 [2022-11-16T16:14:38.569Z] #40 17.40 Fetched 8487 kB in 12s (697 kB/s)
16:14:38 [2022-11-16T16:14:38.569Z] #40 17.40 Reading package lists...
16:14:38 [2022-11-16T16:14:38.569Z] #40 22.81 Reading package lists...
16:14:38 [2022-11-16T16:14:38.569Z] #40 ...
16:14:38 [2022-11-16T16:14:38.569Z] 
16:14:38 [2022-11-16T16:14:38.569Z] #36 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:14:38 [2022-11-16T16:14:38.569Z] #36 12.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:14:38 [2022-11-16T16:14:38.569Z] #36 15.72 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
16:14:38 [2022-11-16T16:14:38.569Z] #36 17.91 Fetched 8491 kB in 13s (656 kB/s)
16:14:38 [2022-11-16T16:14:38.831Z] #36 17.91 Reading package lists...
16:14:38 [2022-11-16T16:14:38.831Z] #36 ...
16:14:38 [2022-11-16T16:14:38.831Z] 
16:14:38 [2022-11-16T16:14:38.831Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
16:14:38 [2022-11-16T16:14:38.831Z] #41 22.30 Updating files:  80% (1773/2209)
Updating files:  81% (1790/2209)
Updating files:  82% (1812/2209)
Updating files:  83% (1834/2209)
Updating files:  84% (1856/2209)
Updating files:  85% (1878/2209)
Updating files:  86% (1900/2209)
Updating files:  87% (1922/2209)
Updating files:  88% (1944/2209)
Updating files:  89% (1967/2209)
Updating files:  90% (1989/2209)
Updating files:  91% (2011/2209)
Updating files:  92% (2033/2209)
Updating files:  93% (2055/2209)
Updating files:  94% (2077/2209)
Updating files:  95% (2099/2209)
Updating files:  96% (2121/2209)
Updating files:  97% (2143/2209)
Updating files:  98% (2165/2209)
Updating files:  99% (2187/2209)
Updating files: 100% (2209/2209)
Updating files: 100% (2209/2209), done.
16:14:38 [2022-11-16T16:14:38.831Z] #41 22.65 + git checkout -q v2.3.0
16:14:39 [2022-11-16T16:14:39.405Z] #41 ...
16:14:39 [2022-11-16T16:14:39.405Z] 
16:14:39 [2022-11-16T16:14:39.405Z] #32 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
16:14:39 [2022-11-16T16:14:39.405Z] #32 13.37 go: downloading github.com/spf13/cobra v1.1.3
16:14:39 [2022-11-16T16:14:39.405Z] #32 13.38 go: downloading github.com/sirupsen/logrus v1.6.0
16:14:39 [2022-11-16T16:14:39.405Z] #32 13.65 go: downloading github.com/mattn/go-isatty v0.0.3
16:14:39 [2022-11-16T16:14:39.405Z] #32 13.82 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
16:14:39 [2022-11-16T16:14:39.405Z] #32 14.10 go: downloading gopkg.in/yaml.v2 v2.4.0
16:14:39 [2022-11-16T16:14:39.405Z] #32 14.43 go: downloading github.com/cosiner/argv v0.1.0
16:14:39 [2022-11-16T16:14:39.405Z] #32 14.51 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
16:14:39 [2022-11-16T16:14:39.405Z] #32 14.54 go: downloading github.com/peterh/liner v1.2.2
16:14:39 [2022-11-16T16:14:39.405Z] #32 14.71 go: downloading github.com/google/go-dap v0.6.0
16:14:39 [2022-11-16T16:14:39.405Z] #32 14.92 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
16:14:39 [2022-11-16T16:14:39.405Z] #32 15.44 go: downloading github.com/mattn/go-runewidth v0.0.3
16:14:39 [2022-11-16T16:14:39.405Z] #32 15.57 go: downloading github.com/hashicorp/golang-lru v0.5.4
16:14:39 [2022-11-16T16:14:39.405Z] #32 15.64 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
16:14:39 [2022-11-16T16:14:39.405Z] #32 17.25 go: downloading github.com/russross/blackfriday/v2 v2.0.1
16:14:39 [2022-11-16T16:14:39.405Z] #32 17.50 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
16:14:39 [2022-11-16T16:14:39.405Z] #32 ...
16:14:39 [2022-11-16T16:14:39.405Z] 
16:14:39 [2022-11-16T16:14:39.405Z] #28 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:14:39 [2022-11-16T16:14:39.405Z] #28 23.15 go: downloading github.com/moricho/tparallel v0.2.1
16:14:39 [2022-11-16T16:14:39.405Z] #28 23.16 go: downloading github.com/nakabonne/nestif v0.3.1
16:14:39 [2022-11-16T16:14:39.405Z] #28 23.24 go: downloading github.com/nishanths/exhaustive v0.8.1
16:14:39 [2022-11-16T16:14:39.405Z] #28 23.26 go: downloading github.com/nishanths/predeclared v0.2.2
16:14:39 [2022-11-16T16:14:39.405Z] #28 23.37 go: downloading github.com/polyfloyd/go-errorlint v1.0.2
16:14:39 [2022-11-16T16:14:39.405Z] #28 23.49 go: downloading github.com/ryancurrah/gomodguard v1.2.4
16:14:39 [2022-11-16T16:14:39.405Z] #28 23.59 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
16:14:39 [2022-11-16T16:14:39.405Z] #28 23.61 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
16:14:39 [2022-11-16T16:14:39.669Z] #28 23.65 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
16:14:39 [2022-11-16T16:14:39.669Z] #28 23.73 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0
16:14:39 [2022-11-16T16:14:39.669Z] #28 23.76 go: downloading github.com/securego/gosec/v2 v2.13.1
16:14:39 [2022-11-16T16:14:39.930Z] #28 ...
16:14:39 [2022-11-16T16:14:39.930Z] 
16:14:39 [2022-11-16T16:14:39.930Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:14:39 [2022-11-16T16:14:39.930Z] #19 15.73 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:14:39 [2022-11-16T16:14:39.930Z] #19 17.40 #=#=#                                                                         
16:14:39 [2022-11-16T16:14:39.930Z] #19 17.76 #=#=#                                                                         

######################################################################## 100.0%
16:14:39 [2022-11-16T16:14:39.930Z] #19 18.96 
16:14:39 [2022-11-16T16:14:39.930Z] #19 21.95 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:14:39 [2022-11-16T16:14:39.930Z] #19 23.73 #=#=#                                                                         
16:14:39 [2022-11-16T16:14:39.930Z] #19 24.10 #=#=#                                                                         

######################################################################## 100.0%
16:14:39 [2022-11-16T16:14:39.930Z] #19 25.32 
16:14:39 [2022-11-16T16:14:39.930Z] #19 25.67 Download of images into '/build' complete.
16:14:39 [2022-11-16T16:14:39.930Z] #19 25.69 Use something like the following to load the result into a Docker daemon:
16:14:39 [2022-11-16T16:14:39.930Z] #19 25.69   tar -cC '/build' . | docker load
16:14:39 [2022-11-16T16:14:39.930Z] #19 DONE 25.9s
16:14:39 [2022-11-16T16:14:39.930Z] 
16:14:39 [2022-11-16T16:14:39.930Z] #36 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:14:39 [2022-11-16T16:14:39.930Z] #36 17.91 Reading package lists...
16:14:41 [2022-11-16T16:14:41.325Z] #36 23.26 Reading package lists...
16:14:41 [2022-11-16T16:14:41.325Z] #36 ...
16:14:41 [2022-11-16T16:14:41.325Z] 
16:14:41 [2022-11-16T16:14:41.325Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:14:41 [2022-11-16T16:14:41.325Z] #38 15.16 Fetched 8487 kB in 11s (748 kB/s)
16:14:41 [2022-11-16T16:14:41.325Z] #38 15.16 Reading package lists...
16:14:41 [2022-11-16T16:14:41.325Z] #38 20.45 Reading package lists...
16:14:41 [2022-11-16T16:14:41.325Z] #38 25.22 Building dependency tree...
16:14:41 [2022-11-16T16:14:41.325Z] #38 ...
16:14:41 [2022-11-16T16:14:41.325Z] 
16:14:41 [2022-11-16T16:14:41.325Z] #28 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.26 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.26 go: downloading github.com/sivchari/containedctx v1.0.2
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.38 go: downloading github.com/sivchari/nosnakecase v1.7.0
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.42 go: downloading github.com/sivchari/tenv v1.7.0
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.48 go: downloading github.com/sonatard/noctx v0.0.1
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.57 go: downloading github.com/sourcegraph/go-diff v0.6.1
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.58 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.64 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.70 go: downloading github.com/sylvia7788/contextcheck v1.0.6
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.74 go: downloading github.com/tdakkota/asciicheck v0.1.1
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.78 go: downloading github.com/tetafro/godot v1.4.11
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.84 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.89 go: downloading github.com/timonwong/logrlint v0.1.0
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.95 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2
16:14:41 [2022-11-16T16:14:41.325Z] #28 24.96 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
16:14:41 [2022-11-16T16:14:41.325Z] #28 25.20 go: downloading github.com/ultraware/funlen v0.0.3
16:14:41 [2022-11-16T16:14:41.325Z] #28 25.29 go: downloading github.com/ultraware/whitespace v0.0.5
16:14:41 [2022-11-16T16:14:41.325Z] #28 25.38 go: downloading github.com/uudashr/gocognit v1.0.6
16:14:41 [2022-11-16T16:14:41.325Z] #28 25.48 go: downloading github.com/yagipy/maintidx v1.0.0
16:14:41 [2022-11-16T16:14:41.601Z] #28 25.50 go: downloading github.com/yeya24/promlinter v0.2.0
16:14:41 [2022-11-16T16:14:41.601Z] #28 25.51 go: downloading gitlab.com/bosi/decorder v0.2.3
16:14:41 [2022-11-16T16:14:41.863Z] #28 25.84 go: downloading honnef.co/go/tools v0.3.3
16:14:42 [2022-11-16T16:14:42.437Z] #28 ...
16:14:42 [2022-11-16T16:14:42.437Z] 
16:14:42 [2022-11-16T16:14:42.437Z] #39 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:14:42 [2022-11-16T16:14:42.437Z] #39 16.46 Fetched 8487 kB in 11s (740 kB/s)
16:14:42 [2022-11-16T16:14:42.437Z] #39 16.46 Reading package lists...
16:14:42 [2022-11-16T16:14:42.437Z] #39 21.53 Reading package lists...
16:14:42 [2022-11-16T16:14:42.437Z] #39 26.20 Building dependency tree...
16:14:42 [2022-11-16T16:14:42.437Z] #39 ...
16:14:42 [2022-11-16T16:14:42.437Z] 
16:14:42 [2022-11-16T16:14:42.437Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:14:42 [2022-11-16T16:14:42.437Z] #38 25.22 Building dependency tree...
16:14:44 [2022-11-16T16:14:44.987Z] #38 28.99 The following additional packages will be installed:
16:14:44 [2022-11-16T16:14:44.987Z] #38 29.00   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
16:14:44 [2022-11-16T16:14:44.987Z] #38 29.02 Suggested packages:
16:14:44 [2022-11-16T16:14:44.987Z] #38 29.05   cmake-doc ninja-build lrzip
16:14:44 [2022-11-16T16:14:44.987Z] #38 29.05 Recommended packages:
16:14:44 [2022-11-16T16:14:44.987Z] #38 29.05   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:14:45 [2022-11-16T16:14:45.563Z] #38 29.63 The following NEW packages will be installed:
16:14:45 [2022-11-16T16:14:45.563Z] #38 29.64   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:14:45 [2022-11-16T16:14:45.563Z] #38 29.65   vim-common xxd
16:14:45 [2022-11-16T16:14:45.824Z] #38 30.04 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:14:45 [2022-11-16T16:14:45.824Z] #38 30.04 Need to get 15.6 MB of archives.
16:14:45 [2022-11-16T16:14:45.824Z] #38 30.04 After this operation, 67.4 MB of additional disk space will be used.
16:14:45 [2022-11-16T16:14:45.824Z] #38 30.04 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
16:14:45 [2022-11-16T16:14:45.824Z] #38 30.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:14:45 [2022-11-16T16:14:45.824Z] #38 30.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
16:14:45 [2022-11-16T16:14:45.824Z] #38 30.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:14:46 [2022-11-16T16:14:46.397Z] #38 30.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB]
16:14:46 [2022-11-16T16:14:46.397Z] #38 30.41 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
16:14:46 [2022-11-16T16:14:46.397Z] #38 30.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
16:14:46 [2022-11-16T16:14:46.397Z] #38 30.45 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
16:14:46 [2022-11-16T16:14:46.397Z] #38 30.46 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
16:14:46 [2022-11-16T16:14:46.397Z] #38 30.48 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
16:14:47 [2022-11-16T16:14:47.342Z] #38 ...
16:14:47 [2022-11-16T16:14:47.342Z] 
16:14:47 [2022-11-16T16:14:47.342Z] #37 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:14:47 [2022-11-16T16:14:47.342Z] #37 16.72 Reading package lists...
16:14:47 [2022-11-16T16:14:47.342Z] #37 21.47 Reading package lists...
16:14:47 [2022-11-16T16:14:47.342Z] #37 25.97 Building dependency tree...
16:14:47 [2022-11-16T16:14:47.342Z] #37 29.77 The following additional packages will be installed:
16:14:47 [2022-11-16T16:14:47.342Z] #37 29.78   libbtrfs0
16:14:47 [2022-11-16T16:14:47.342Z] #37 29.97 The following NEW packages will be installed:
16:14:47 [2022-11-16T16:14:47.342Z] #37 30.00   libbtrfs-dev libbtrfs0
16:14:47 [2022-11-16T16:14:47.342Z] #37 30.42 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:14:47 [2022-11-16T16:14:47.342Z] #37 30.42 Need to get 454 kB of archives.
16:14:47 [2022-11-16T16:14:47.342Z] #37 30.42 After this operation, 1275 kB of additional disk space will be used.
16:14:47 [2022-11-16T16:14:47.342Z] #37 30.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
16:14:47 [2022-11-16T16:14:47.342Z] #37 30.43 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
16:14:47 [2022-11-16T16:14:47.342Z] #37 31.43 debconf: delaying package configuration, since apt-utils is not installed
16:14:47 [2022-11-16T16:14:47.342Z] #37 ...
16:14:47 [2022-11-16T16:14:47.342Z] 
16:14:47 [2022-11-16T16:14:47.342Z] #39 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:14:47 [2022-11-16T16:14:47.342Z] #39 26.20 Building dependency tree...
16:14:47 [2022-11-16T16:14:47.342Z] #39 30.00 python3 is already the newest version (3.9.2-3).
16:14:47 [2022-11-16T16:14:47.342Z] #39 30.00 The following additional packages will be installed:
16:14:47 [2022-11-16T16:14:47.342Z] #39 30.00   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
16:14:47 [2022-11-16T16:14:47.342Z] #39 30.03   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
16:14:47 [2022-11-16T16:14:47.342Z] #39 30.06 Suggested packages:
16:14:47 [2022-11-16T16:14:47.342Z] #39 30.06   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
16:14:47 [2022-11-16T16:14:47.342Z] #39 30.06   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
16:14:47 [2022-11-16T16:14:47.342Z] #39 30.06   m4-doc ed diffutils-doc
16:14:47 [2022-11-16T16:14:47.342Z] #39 30.06 Recommended packages:
16:14:47 [2022-11-16T16:14:47.342Z] #39 30.06   fakeroot libalgorithm-merge-perl libltdl-dev
16:14:47 [2022-11-16T16:14:47.342Z] #39 31.44 The following NEW packages will be installed:
16:14:47 [2022-11-16T16:14:47.342Z] #39 31.45   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
16:14:47 [2022-11-16T16:14:47.342Z] #39 31.45   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
16:14:47 [2022-11-16T16:14:47.342Z] #39 31.46   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
16:14:47 [2022-11-16T16:14:47.342Z] #39 31.46   libyajl2 m4 patch xz-utils
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.86 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.86 Need to get 5921 kB of archives.
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.86 After this operation, 18.6 MB of additional disk space will be used.
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.87 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.87 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.87 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.87 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.91 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.93 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 31.94 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 32.00 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 32.00 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 32.13 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
16:14:47 [2022-11-16T16:14:47.914Z] #39 32.15 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 32.16 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
16:14:47 [2022-11-16T16:14:47.914Z] #39 32.16 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:14:48 [2022-11-16T16:14:48.175Z] #39 32.17 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
16:14:48 [2022-11-16T16:14:48.175Z] #39 32.17 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:14:48 [2022-11-16T16:14:48.175Z] #39 32.17 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
16:14:48 [2022-11-16T16:14:48.175Z] #39 32.18 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
16:14:48 [2022-11-16T16:14:48.175Z] #39 32.21 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
16:14:48 [2022-11-16T16:14:48.175Z] #39 32.21 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:14:48 [2022-11-16T16:14:48.175Z] #39 32.22 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
16:14:48 [2022-11-16T16:14:48.749Z] #39 ...
16:14:48 [2022-11-16T16:14:48.749Z] 
16:14:48 [2022-11-16T16:14:48.749Z] #37 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:14:48 [2022-11-16T16:14:48.750Z] #37 31.76 Fetched 454 kB in 0s (1301 kB/s)
16:14:48 [2022-11-16T16:14:48.750Z] #37 31.85 Selecting previously unselected package libbtrfs0:arm64.
16:14:48 [2022-11-16T16:14:48.750Z] #37 31.85 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
16:14:48 [2022-11-16T16:14:48.750Z] #37 31.88 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
16:14:48 [2022-11-16T16:14:48.750Z] #37 31.89 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
16:14:48 [2022-11-16T16:14:48.750Z] #37 32.01 Selecting previously unselected package libbtrfs-dev:arm64.
16:14:48 [2022-11-16T16:14:48.750Z] #37 32.01 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
16:14:48 [2022-11-16T16:14:48.750Z] #37 32.02 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
16:14:48 [2022-11-16T16:14:48.750Z] #37 32.31 Setting up libbtrfs0:arm64 (5.10.1-2) ...
16:14:48 [2022-11-16T16:14:48.750Z] #37 32.36 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
16:14:48 [2022-11-16T16:14:48.750Z] #37 32.39 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:14:48 [2022-11-16T16:14:48.750Z] #37 DONE 32.9s
16:14:48 [2022-11-16T16:14:48.750Z] 
16:14:48 [2022-11-16T16:14:48.750Z] #42 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
16:14:48 [2022-11-16T16:14:48.750Z] #42 DONE 0.1s
16:14:48 [2022-11-16T16:14:48.750Z] 
16:14:48 [2022-11-16T16:14:48.750Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:14:48 [2022-11-16T16:14:48.750Z] #38 31.68 debconf: delaying package configuration, since apt-utils is not installed
16:14:48 [2022-11-16T16:14:48.750Z] #38 31.96 Fetched 15.6 MB in 1s (17.0 MB/s)
16:14:48 [2022-11-16T16:14:48.750Z] #38 32.06 Selecting previously unselected package xxd.
16:14:48 [2022-11-16T16:14:48.750Z] #38 32.07 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
16:14:48 [2022-11-16T16:14:48.750Z] #38 32.12 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:14:48 [2022-11-16T16:14:48.750Z] #38 32.15 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:14:48 [2022-11-16T16:14:48.750Z] #38 32.43 Selecting previously unselected package vim-common.
16:14:48 [2022-11-16T16:14:48.750Z] #38 32.43 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:14:48 [2022-11-16T16:14:48.750Z] #38 32.44 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:14:48 [2022-11-16T16:14:48.750Z] #38 32.89 Selecting previously unselected package cmake-data.
16:14:48 [2022-11-16T16:14:48.750Z] #38 32.89 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
16:14:48 [2022-11-16T16:14:48.750Z] #38 32.90 Unpacking cmake-data (3.18.4-2+deb11u1) ...
16:14:50 [2022-11-16T16:14:50.231Z] #38 ...
16:14:50 [2022-11-16T16:14:50.231Z] 
16:14:50 [2022-11-16T16:14:50.231Z] #33 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
16:14:50 [2022-11-16T16:14:50.231Z] #33 33.93 v3.0.2
16:14:50 [2022-11-16T16:14:50.231Z] #33 DONE 34.1s
16:14:50 [2022-11-16T16:14:50.231Z] 
16:14:50 [2022-11-16T16:14:50.231Z] #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
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.883 + RM_GOPATH=0
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.884 + TMP_GOPATH=
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.884 + : /build
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.884 + '[' -z '' ']'
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.884 ++ mktemp -d
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.886 + export GOPATH=/tmp/tmp.csU53jyK6W
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.886 + GOPATH=/tmp/tmp.csU53jyK6W
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.890 + RM_GOPATH=1
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.891 + case "$(go env GOARCH)" in
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.891 ++ go env GOARCH
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.909 + export GO_BUILDMODE=-buildmode=pie
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.912 + GO_BUILDMODE=-buildmode=pie
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.912 ++ dirname /install.sh
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.913 + dir=/
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.914 + bin=containerd
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.914 + shift
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.914 + '[' '!' -f //containerd.installer ']'
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.914 + . //containerd.installer
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.914 ++ set -e
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.914 ++ : v1.6.9
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.914 + install_containerd
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.915 + echo 'Install containerd version v1.6.9'
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.915 Install containerd version v1.6.9
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.915 + git clone https://github.com/containerd/containerd.git /tmp/tmp.csU53jyK6W/src/github.com/containerd/containerd
16:14:50 [2022-11-16T16:14:50.231Z] #0 0.939 Cloning into '/tmp/tmp.csU53jyK6W/src/github.com/containerd/containerd'...
16:14:51 [2022-11-16T16:14:51.244Z] #43 ...
16:14:51 [2022-11-16T16:14:51.244Z] 
16:14:51 [2022-11-16T16:14:51.244Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
16:14:51 [2022-11-16T16:14:51.244Z] #41 24.88 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:14:51 [2022-11-16T16:14:51.244Z] #41 ...
16:14:51 [2022-11-16T16:14:51.244Z] 
16:14:51 [2022-11-16T16:14:51.244Z] #39 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:14:51 [2022-11-16T16:14:51.244Z] #39 33.48 debconf: delaying package configuration, since apt-utils is not installed
16:14:51 [2022-11-16T16:14:51.244Z] #39 33.86 Fetched 5921 kB in 1s (8672 kB/s)
16:14:51 [2022-11-16T16:14:51.244Z] #39 34.02 Selecting previously unselected package bzip2.
16:14:51 [2022-11-16T16:14:51.244Z] #39 34.02 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
16:14:51 [2022-11-16T16:14:51.244Z] #39 34.06 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
16:14:51 [2022-11-16T16:14:51.244Z] #39 34.07 Unpacking bzip2 (1.0.8-4) ...
16:14:51 [2022-11-16T16:14:51.244Z] #39 34.37 Selecting previously unselected package libmagic-mgc.
16:14:51 [2022-11-16T16:14:51.244Z] #39 34.39 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ...
16:14:51 [2022-11-16T16:14:51.244Z] #39 34.39 Unpacking libmagic-mgc (1:5.39-3) ...
16:14:51 [2022-11-16T16:14:51.244Z] #39 35.41 Selecting previously unselected package libmagic1:arm64.
16:14:51 [2022-11-16T16:14:51.244Z] #39 35.41 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ...
16:14:51 [2022-11-16T16:14:51.244Z] #39 35.42 Unpacking libmagic1:arm64 (1:5.39-3) ...
16:14:51 [2022-11-16T16:14:51.506Z] #39 35.57 Selecting previously unselected package file.
16:14:51 [2022-11-16T16:14:51.506Z] #39 35.57 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ...
16:14:51 [2022-11-16T16:14:51.506Z] #39 35.58 Unpacking file (1:5.39-3) ...
16:14:51 [2022-11-16T16:14:51.506Z] #39 35.69 Selecting previously unselected package xz-utils.
16:14:51 [2022-11-16T16:14:51.506Z] #39 35.71 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:14:51 [2022-11-16T16:14:51.506Z] #39 35.76 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:14:51 [2022-11-16T16:14:51.767Z] #39 ...
16:14:51 [2022-11-16T16:14:51.767Z] 
16:14:51 [2022-11-16T16:14:51.767Z] #35 [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
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.67 NAME:
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.68    go-winres - A tool for embedding resources in Windows executables
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.68 
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.68 USAGE:
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.68    go-winres [global options] command [command options] [arguments...]
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.68 
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.68 COMMANDS:
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.69    init     Create an initial ./winres/winres.json
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.69    make     Make syso files for the "go build" command
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.69    simply   Make syso files for the "go build" command (simplified)
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.69    extract  Extract all resources from an executable
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.69    patch    Replace resources in an executable file (exe, dll)
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.69    help, h  Shows a list of commands or help for one command
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.69 
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.69 GLOBAL OPTIONS:
16:14:51 [2022-11-16T16:14:51.767Z] #35 35.70    --help, -h  show help (default: false)
16:14:51 [2022-11-16T16:14:51.767Z] #35 DONE 36.0s
16:14:52 [2022-11-16T16:14:52.028Z] 
16:14:52 [2022-11-16T16:14:52.028Z] #40 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:14:52 [2022-11-16T16:14:52.028Z] #40 22.81 Reading package lists...
16:14:52 [2022-11-16T16:14:52.028Z] #40 27.43 Building dependency tree...
16:14:52 [2022-11-16T16:14:52.028Z] #40 31.32 The following additional packages will be installed:
16:14:52 [2022-11-16T16:14:52.028Z] #40 31.34   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:14:52 [2022-11-16T16:14:52.028Z] #40 31.34   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:14:52 [2022-11-16T16:14:52.028Z] #40 31.34   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:14:52 [2022-11-16T16:14:52.028Z] #40 31.34   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:14:52 [2022-11-16T16:14:52.028Z] #40 31.34   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:14:52 [2022-11-16T16:14:52.028Z] #40 31.35   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:14:52 [2022-11-16T16:14:52.028Z] #40 31.35   mingw-w64-common mingw-w64-x86-64-dev
16:14:52 [2022-11-16T16:14:52.028Z] #40 31.36 Suggested packages:
16:14:52 [2022-11-16T16:14:52.028Z] #40 31.37   gcc-10-locales seccomp wine64
16:14:52 [2022-11-16T16:14:52.028Z] #40 32.77 The following NEW packages will be installed:
16:14:52 [2022-11-16T16:14:52.028Z] #40 32.79   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:14:52 [2022-11-16T16:14:52.028Z] #40 32.79   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:14:52 [2022-11-16T16:14:52.028Z] #40 32.79   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:14:52 [2022-11-16T16:14:52.028Z] #40 32.79   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:14:52 [2022-11-16T16:14:52.028Z] #40 32.79   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:14:52 [2022-11-16T16:14:52.028Z] #40 32.79   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:14:52 [2022-11-16T16:14:52.028Z] #40 32.79   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:14:52 [2022-11-16T16:14:52.028Z] #40 32.79   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:14:52 [2022-11-16T16:14:52.028Z] #40 32.80   mingw-w64-x86-64-dev
16:14:52 [2022-11-16T16:14:52.028Z] #40 33.32 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
16:14:52 [2022-11-16T16:14:52.028Z] #40 33.32 Need to get 108 MB of archives.
16:14:52 [2022-11-16T16:14:52.028Z] #40 33.32 After this operation, 620 MB of additional disk space will be used.
16:14:52 [2022-11-16T16:14:52.028Z] #40 33.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
16:14:52 [2022-11-16T16:14:52.028Z] #40 33.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
16:14:52 [2022-11-16T16:14:52.028Z] #40 33.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:14:52 [2022-11-16T16:14:52.028Z] #40 33.67 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
16:14:52 [2022-11-16T16:14:52.028Z] #40 33.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
16:14:52 [2022-11-16T16:14:52.028Z] #40 33.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:14:52 [2022-11-16T16:14:52.028Z] #40 33.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:14:52 [2022-11-16T16:14:52.028Z] #40 34.06 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
16:14:52 [2022-11-16T16:14:52.028Z] #40 34.10 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
16:14:52 [2022-11-16T16:14:52.028Z] #40 34.77 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
16:14:52 [2022-11-16T16:14:52.028Z] #40 35.90 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
16:14:52 [2022-11-16T16:14:52.290Z] #40 ...
16:14:52 [2022-11-16T16:14:52.290Z] 
16:14:52 [2022-11-16T16:14:52.290Z] #39 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:14:52 [2022-11-16T16:14:52.290Z] #39 36.21 Selecting previously unselected package libsigsegv2:arm64.
16:14:52 [2022-11-16T16:14:52.290Z] #39 36.21 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ...
16:14:52 [2022-11-16T16:14:52.290Z] #39 36.23 Unpacking libsigsegv2:arm64 (2.13-1) ...
16:14:52 [2022-11-16T16:14:52.290Z] #39 36.48 Selecting previously unselected package m4.
16:14:52 [2022-11-16T16:14:52.290Z] #39 36.48 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ...
16:14:52 [2022-11-16T16:14:52.551Z] #39 36.49 Unpacking m4 (1.4.18-5) ...
16:14:52 [2022-11-16T16:14:52.815Z] #39 36.86 Selecting previously unselected package autoconf.
16:14:52 [2022-11-16T16:14:52.815Z] #39 36.86 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
16:14:52 [2022-11-16T16:14:52.815Z] #39 36.87 Unpacking autoconf (2.69-14) ...
16:14:53 [2022-11-16T16:14:53.078Z] #39 37.28 Selecting previously unselected package autotools-dev.
16:14:53 [2022-11-16T16:14:53.078Z] #39 37.28 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
16:14:53 [2022-11-16T16:14:53.078Z] #39 37.29 Unpacking autotools-dev (20180224.1+nmu1) ...
16:14:53 [2022-11-16T16:14:53.339Z] #39 37.46 Selecting previously unselected package automake.
16:14:53 [2022-11-16T16:14:53.339Z] #39 ...
16:14:53 [2022-11-16T16:14:53.339Z] 
16:14:53 [2022-11-16T16:14:53.339Z] #28 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:14:53 [2022-11-16T16:14:53.339Z] #28 27.36 go: downloading mvdan.cc/gofumpt v0.3.1
16:14:53 [2022-11-16T16:14:53.339Z] #28 27.37 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:14:53 [2022-11-16T16:14:53.339Z] #28 27.44 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442
16:14:53 [2022-11-16T16:14:53.339Z] #28 27.55 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
16:14:53 [2022-11-16T16:14:53.339Z] #28 29.27 go: downloading github.com/davecgh/go-spew v1.1.1
16:14:53 [2022-11-16T16:14:53.339Z] #28 29.28 go: downloading github.com/pmezard/go-difflib v1.0.0
16:14:53 [2022-11-16T16:14:53.339Z] #28 29.34 go: downloading github.com/stretchr/objx v0.4.0
16:14:53 [2022-11-16T16:14:53.339Z] #28 29.47 go: downloading github.com/subosito/gotenv v1.4.0
16:14:53 [2022-11-16T16:14:53.339Z] #28 29.52 go: downloading github.com/hashicorp/hcl v1.0.0
16:14:53 [2022-11-16T16:14:53.339Z] #28 29.71 go: downloading gopkg.in/ini.v1 v1.66.6
16:14:53 [2022-11-16T16:14:53.339Z] #28 29.73 go: downloading github.com/magiconair/properties v1.8.6
16:14:53 [2022-11-16T16:14:53.339Z] #28 29.86 go: downloading github.com/pelletier/go-toml/v2 v2.0.2
16:14:53 [2022-11-16T16:14:53.339Z] #28 29.87 go: downloading golang.org/x/text v0.3.7
16:14:53 [2022-11-16T16:14:53.339Z] #28 30.45 go: downloading github.com/pelletier/go-toml v1.9.5
16:14:53 [2022-11-16T16:14:53.339Z] #28 36.62 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
16:14:53 [2022-11-16T16:14:53.339Z] #28 36.64 go: downloading github.com/gobwas/glob v0.2.3
16:14:53 [2022-11-16T16:14:53.339Z] #28 36.99 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
16:14:53 [2022-11-16T16:14:53.339Z] #28 37.12 go: downloading go.uber.org/zap v1.17.0
16:14:53 [2022-11-16T16:14:53.339Z] #28 ...
16:14:53 [2022-11-16T16:14:53.339Z] 
16:14:53 [2022-11-16T16:14:53.339Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:14:53 [2022-11-16T16:14:53.339Z] #38 37.50 Selecting previously unselected package libicu67:arm64.
16:14:53 [2022-11-16T16:14:53.339Z] #38 37.52 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
16:14:53 [2022-11-16T16:14:53.339Z] #38 37.54 Unpacking libicu67:arm64 (67.1-7) ...
16:14:53 [2022-11-16T16:14:53.914Z] #38 ...
16:14:53 [2022-11-16T16:14:53.914Z] 
16:14:53 [2022-11-16T16:14:53.914Z] #36 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:14:53 [2022-11-16T16:14:53.914Z] #36 23.26 Reading package lists...
16:14:53 [2022-11-16T16:14:53.914Z] #36 27.98 Building dependency tree...
16:14:53 [2022-11-16T16:14:53.914Z] #36 31.60 The following additional packages will be installed:
16:14:53 [2022-11-16T16:14:53.914Z] #36 31.60   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:14:53 [2022-11-16T16:14:53.914Z] #36 31.60   python3-protobuf python3-six
16:14:53 [2022-11-16T16:14:53.914Z] #36 31.61 Suggested packages:
16:14:53 [2022-11-16T16:14:53.914Z] #36 31.61   python3-setuptools
16:14:53 [2022-11-16T16:14:53.914Z] #36 31.61 Recommended packages:
16:14:53 [2022-11-16T16:14:53.914Z] #36 31.61   iproute2 | iproute
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.23 The following NEW packages will be installed:
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.29   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.29   python3-protobuf python3-six
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.85 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.85 Need to get 2136 kB of archives.
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.85 After this operation, 10.8 MB of additional disk space will be used.
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.87 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.88 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.88 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
16:14:53 [2022-11-16T16:14:53.914Z] #36 32.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:14:53 [2022-11-16T16:14:53.914Z] #36 35.26 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
16:14:53 [2022-11-16T16:14:53.914Z] #36 36.90 debconf: delaying package configuration, since apt-utils is not installed
16:14:53 [2022-11-16T16:14:53.914Z] #36 37.11 Fetched 2136 kB in 3s (647 kB/s)
16:14:53 [2022-11-16T16:14:53.914Z] #36 37.21 Selecting previously unselected package libprotobuf23:arm64.
16:14:53 [2022-11-16T16:14:53.914Z] #36 37.21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
16:14:53 [2022-11-16T16:14:53.914Z] #36 37.26 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
16:14:53 [2022-11-16T16:14:53.914Z] #36 37.27 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
16:14:53 [2022-11-16T16:14:53.914Z] #36 37.90 Selecting previously unselected package python3-pkg-resources.
16:14:53 [2022-11-16T16:14:53.914Z] #36 37.95 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
16:14:54 [2022-11-16T16:14:54.175Z] #36 37.97 Unpacking python3-pkg-resources (52.0.0-4) ...
16:14:54 [2022-11-16T16:14:54.175Z] #36 ...
16:14:54 [2022-11-16T16:14:54.175Z] 
16:14:54 [2022-11-16T16:14:54.175Z] #28 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:14:54 [2022-11-16T16:14:54.175Z] #28 37.69 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:14:54 [2022-11-16T16:14:54.175Z] #28 37.70 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d
16:14:54 [2022-11-16T16:14:54.175Z] #28 37.72 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:14:54 [2022-11-16T16:14:54.175Z] #28 37.75 go: downloading github.com/go-toolsmith/astcopy v1.0.1
16:14:54 [2022-11-16T16:14:54.175Z] #28 37.80 go: downloading github.com/go-toolsmith/astequal v1.0.2
16:14:54 [2022-11-16T16:14:54.175Z] #28 37.84 go: downloading github.com/go-toolsmith/astp v1.0.0
16:14:54 [2022-11-16T16:14:54.175Z] #28 37.87 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:14:54 [2022-11-16T16:14:54.175Z] #28 37.96 go: downloading github.com/go-toolsmith/typep v1.0.2
16:14:54 [2022-11-16T16:14:54.175Z] #28 37.97 go: downloading github.com/quasilyte/go-ruleguard v0.3.17
16:14:54 [2022-11-16T16:14:54.175Z] #28 38.11 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
16:14:54 [2022-11-16T16:14:54.175Z] #28 38.21 go: downloading github.com/kisielk/gotool v1.0.0
16:14:54 [2022-11-16T16:14:54.175Z] #28 38.27 go: downloading github.com/gostaticanalysis/comment v1.4.2
16:14:54 [2022-11-16T16:14:54.175Z] #28 38.35 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
16:14:54 [2022-11-16T16:14:54.436Z] #28 38.50 go: downloading github.com/ettle/strcase v0.1.1
16:14:54 [2022-11-16T16:14:54.436Z] #28 38.53 go: downloading github.com/fatih/structtag v1.2.0
16:14:54 [2022-11-16T16:14:54.436Z] #28 38.62 go: downloading github.com/Masterminds/semver v1.5.0
16:14:54 [2022-11-16T16:14:54.436Z] #28 38.64 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
16:14:54 [2022-11-16T16:14:54.698Z] #28 38.76 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
16:14:54 [2022-11-16T16:14:54.698Z] #28 38.79 go: downloading github.com/prometheus/client_golang v1.12.1
16:14:55 [2022-11-16T16:14:55.272Z] #28 39.47 go: downloading github.com/prometheus/client_model v0.2.0
16:14:55 [2022-11-16T16:14:55.272Z] #28 39.53 go: downloading github.com/google/go-cmp v0.5.8
16:14:55 [2022-11-16T16:14:55.536Z] #28 39.66 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:14:55 [2022-11-16T16:14:55.536Z] #28 39.73 go: downloading go.uber.org/atomic v1.7.0
16:14:55 [2022-11-16T16:14:55.803Z] #28 39.88 go: downloading go.uber.org/multierr v1.6.0
16:14:55 [2022-11-16T16:14:55.803Z] #28 39.93 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
16:14:55 [2022-11-16T16:14:55.803Z] #28 40.01 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
16:14:56 [2022-11-16T16:14:56.070Z] #28 40.02 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375
16:14:56 [2022-11-16T16:14:56.070Z] #28 40.06 go: downloading github.com/olekukonko/tablewriter v0.0.5
16:14:56 [2022-11-16T16:14:56.070Z] #28 40.10 go: downloading github.com/beorn7/perks v1.0.1
16:14:56 [2022-11-16T16:14:56.070Z] #28 40.13 go: downloading github.com/cespare/xxhash/v2 v2.1.2
16:14:56 [2022-11-16T16:14:56.070Z] #28 40.17 go: downloading github.com/golang/protobuf v1.5.2
16:14:56 [2022-11-16T16:14:56.331Z] #28 40.31 go: downloading github.com/prometheus/common v0.32.1
16:14:56 [2022-11-16T16:14:56.594Z] #28 40.66 go: downloading github.com/prometheus/procfs v0.7.3
16:14:56 [2022-11-16T16:14:56.594Z] #28 40.66 go: downloading google.golang.org/protobuf v1.28.0
16:14:57 [2022-11-16T16:14:57.166Z] #28 41.28 go: downloading github.com/mattn/go-runewidth v0.0.9
16:14:58 [2022-11-16T16:14:58.122Z] #28 42.38 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:14:59 [2022-11-16T16:14:59.072Z] #28 ...
16:14:59 [2022-11-16T16:14:59.072Z] 
16:14:59 [2022-11-16T16:14:59.072Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:14:59 [2022-11-16T16:14:59.072Z] #38 43.01 Selecting previously unselected package libxml2:arm64.
16:14:59 [2022-11-16T16:14:59.072Z] #38 43.02 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #38 43.03 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
16:14:59 [2022-11-16T16:14:59.072Z] #38 ...
16:14:59 [2022-11-16T16:14:59.072Z] 
16:14:59 [2022-11-16T16:14:59.072Z] #39 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:14:59 [2022-11-16T16:14:59.072Z] #39 37.46 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 37.47 Unpacking automake (1:1.16.3-2) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 38.12 Selecting previously unselected package patch.
16:14:59 [2022-11-16T16:14:59.072Z] #39 38.13 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 38.14 Unpacking patch (2.7.6-7) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 38.33 Selecting previously unselected package dpkg-dev.
16:14:59 [2022-11-16T16:14:59.072Z] #39 38.33 Preparing to unpack .../11-dpkg-dev_1.20.12_all.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 38.34 Unpacking dpkg-dev (1.20.12) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.22 Selecting previously unselected package build-essential.
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.24 Preparing to unpack .../12-build-essential_12.9_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.24 Unpacking build-essential (12.9) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.36 Selecting previously unselected package libcap2:arm64.
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.36 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.37 Unpacking libcap2:arm64 (1:2.44-1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.46 Selecting previously unselected package libcap-dev:arm64.
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.47 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.49 Unpacking libcap-dev:arm64 (1:2.44-1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.68 Selecting previously unselected package libprotobuf-c1:arm64.
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.69 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.70 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.81 Selecting previously unselected package libprotobuf-c-dev:arm64.
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.81 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.82 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.92 Selecting previously unselected package libseccomp-dev:arm64.
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.92 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 39.94 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 40.07 Selecting previously unselected package libsystemd-dev:arm64.
16:14:59 [2022-11-16T16:14:59.072Z] #39 40.08 Preparing to unpack .../18-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 40.10 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 40.87 Selecting previously unselected package libtool.
16:14:59 [2022-11-16T16:14:59.072Z] #39 40.87 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 40.88 Unpacking libtool (2.4.6-15) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.17 Selecting previously unselected package libudev-dev:arm64.
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.18 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.23 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.44 Selecting previously unselected package libyajl2:arm64.
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.44 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.45 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.54 Selecting previously unselected package libyajl-dev:arm64.
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.61 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.63 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.84 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.87 Setting up libmagic-mgc (1:5.39-3) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.89 Setting up libyajl2:arm64 (2.1.0-3) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.91 Setting up libmagic1:arm64 (1:5.39-3) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.95 Setting up file (1:5.39-3) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.97 Setting up bzip2 (1.0.8-4) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 41.99 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.00 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.09 Setting up libcap2:arm64 (1:2.44-1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.12 Setting up autotools-dev (20180224.1+nmu1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.15 Setting up libsigsegv2:arm64 (2.13-1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.17 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.20 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.22 Setting up patch (2.7.6-7) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.24 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.25 Setting up libyajl-dev:arm64 (2.1.0-3) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.27 Setting up libcap-dev:arm64 (1:2.44-1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.28 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.29 Setting up libtool (2.4.6-15) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.30 Setting up m4 (1.4.18-5) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.33 Setting up dpkg-dev (1.20.12) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.36 Setting up autoconf (2.69-14) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.39 Setting up build-essential (12.9) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.40 Setting up automake (1:1.16.3-2) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.42 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:14:59 [2022-11-16T16:14:59.072Z] #39 42.45 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:14:59 [2022-11-16T16:14:59.072Z] #39 DONE 43.3s
16:14:59 [2022-11-16T16:14:59.335Z] 
16:14:59 [2022-11-16T16:14:59.335Z] #36 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:14:59 [2022-11-16T16:14:59.335Z] #36 38.21 Selecting previously unselected package python3-six.
16:14:59 [2022-11-16T16:14:59.335Z] #36 38.23 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 38.24 Unpacking python3-six (1.16.0-2) ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 38.36 Selecting previously unselected package python3-protobuf.
16:14:59 [2022-11-16T16:14:59.335Z] #36 38.36 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 38.37 Unpacking python3-protobuf (3.12.4-1) ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 38.96 Selecting previously unselected package libnet1:arm64.
16:14:59 [2022-11-16T16:14:59.335Z] #36 38.96 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 38.98 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 39.15 Selecting previously unselected package libnl-3-200:arm64.
16:14:59 [2022-11-16T16:14:59.335Z] #36 39.16 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 39.16 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 39.33 Selecting previously unselected package libprotobuf-c1:arm64.
16:14:59 [2022-11-16T16:14:59.335Z] #36 39.33 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 39.34 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 39.45 Selecting previously unselected package criu.
16:14:59 [2022-11-16T16:14:59.335Z] #36 39.46 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 39.46 Unpacking criu (3.17.1-1) ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 40.20 Setting up python3-pkg-resources (52.0.0-4) ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 41.85 Setting up libprotobuf23:arm64 (3.12.4-1) ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 41.88 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 41.91 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:14:59 [2022-11-16T16:14:59.335Z] #36 41.93 Setting up python3-six (1.16.0-2) ...
16:14:59 [2022-11-16T16:14:59.597Z] #36 43.40 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
16:14:59 [2022-11-16T16:14:59.597Z] #36 43.48 Setting up python3-protobuf (3.12.4-1) ...
16:15:00 [2022-11-16T16:15:00.546Z] #36 ...
16:15:00 [2022-11-16T16:15:00.546Z] 
16:15:00 [2022-11-16T16:15:00.546Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:15:00 [2022-11-16T16:15:00.546Z] #38 43.75 Selecting previously unselected package libarchive13:arm64.
16:15:00 [2022-11-16T16:15:00.546Z] #38 43.76 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
16:15:00 [2022-11-16T16:15:00.546Z] #38 43.76 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.14 Selecting previously unselected package libjsoncpp24:arm64.
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.14 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.17 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.29 Selecting previously unselected package librhash0:arm64.
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.29 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.30 Unpacking librhash0:arm64 (1.4.1-2) ...
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.48 Selecting previously unselected package libuv1:arm64.
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.49 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.49 Unpacking libuv1:arm64 (1.40.0-2) ...
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.62 Selecting previously unselected package cmake.
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.65 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
16:15:00 [2022-11-16T16:15:00.546Z] #38 44.66 Unpacking cmake (3.18.4-2+deb11u1) ...
16:15:03 [2022-11-16T16:15:03.108Z] #38 ...
16:15:03 [2022-11-16T16:15:03.108Z] 
16:15:03 [2022-11-16T16:15:03.108Z] #40 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:15:03 [2022-11-16T16:15:03.108Z] #40 36.67 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 37.22 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.09 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.41 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.41 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.41 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.43 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.44 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.44 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.44 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.45 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.46 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.48 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.48 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.49 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.50 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.52 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.52 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 38.53 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
16:15:03 [2022-11-16T16:15:03.108Z] #40 39.54 debconf: delaying package configuration, since apt-utils is not installed
16:15:03 [2022-11-16T16:15:03.108Z] #40 39.79 Fetched 108 MB in 6s (19.3 MB/s)
16:15:03 [2022-11-16T16:15:03.108Z] #40 39.89 Selecting previously unselected package binutils-mingw-w64-i686.
16:15:03 [2022-11-16T16:15:03.108Z] #40 39.89 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
16:15:03 [2022-11-16T16:15:03.108Z] #40 39.93 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
16:15:03 [2022-11-16T16:15:03.108Z] #40 39.95 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:15:03 [2022-11-16T16:15:03.108Z] #40 42.09 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:15:03 [2022-11-16T16:15:03.108Z] #40 42.10 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
16:15:03 [2022-11-16T16:15:03.108Z] #40 42.11 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:15:03 [2022-11-16T16:15:03.108Z] #40 44.96 Selecting previously unselected package binutils-mingw-w64.
16:15:03 [2022-11-16T16:15:03.108Z] #40 44.99 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:15:03 [2022-11-16T16:15:03.108Z] #40 45.01 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:15:03 [2022-11-16T16:15:03.108Z] #40 45.18 Selecting previously unselected package libdevmapper1.02.1:arm64.
16:15:03 [2022-11-16T16:15:03.108Z] #40 45.18 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:15:03 [2022-11-16T16:15:03.108Z] #40 45.19 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:15:03 [2022-11-16T16:15:03.108Z] #40 45.45 Selecting previously unselected package dmsetup.
16:15:03 [2022-11-16T16:15:03.108Z] #40 45.45 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
16:15:03 [2022-11-16T16:15:03.108Z] #40 45.46 Unpacking dmsetup (2:1.02.175-2.1) ...
16:15:03 [2022-11-16T16:15:03.108Z] #40 45.65 Selecting previously unselected package mingw-w64-common.
16:15:03 [2022-11-16T16:15:03.108Z] #40 45.65 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:15:03 [2022-11-16T16:15:03.109Z] #40 45.67 Unpacking mingw-w64-common (8.0.0-1) ...
16:15:03 [2022-11-16T16:15:03.109Z] #40 ...
16:15:03 [2022-11-16T16:15:03.109Z] 
16:15:03 [2022-11-16T16:15:03.109Z] #36 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:15:03 [2022-11-16T16:15:03.109Z] #36 47.00 Setting up criu (3.17.1-1) ...
16:15:05 [2022-11-16T16:15:05.029Z] #36 ...
16:15:05 [2022-11-16T16:15:05.029Z] 
16:15:05 [2022-11-16T16:15:05.029Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.33 Setting up libicu67:arm64 (67.1-7) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.36 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.37 Setting up libuv1:arm64 (1.40.0-2) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.41 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.46 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.49 Setting up librhash0:arm64 (1.4.1-2) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.53 Setting up cmake-data (3.18.4-2+deb11u1) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.57 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.59 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.60 Setting up cmake (3.18.4-2+deb11u1) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 47.63 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:15:05 [2022-11-16T16:15:05.029Z] #38 DONE 48.8s
16:15:05 [2022-11-16T16:15:05.029Z] 
16:15:05 [2022-11-16T16:15:05.029Z] #44 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
16:15:05 [2022-11-16T16:15:05.029Z] #44 DONE 0.2s
16:15:05 [2022-11-16T16:15:05.029Z] 
16:15:05 [2022-11-16T16:15:05.029Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:15:05 [2022-11-16T16:15:05.029Z] #34 38.86 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.
16:15:05 [2022-11-16T16:15:05.029Z] #34 39.06 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:15:05 [2022-11-16T16:15:05.029Z] #34 39.81 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:15:05 [2022-11-16T16:15:05.029Z] #34 ...
16:15:05 [2022-11-16T16:15:05.029Z] 
16:15:05 [2022-11-16T16:15:05.029Z] #36 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:15:05 [2022-11-16T16:15:05.029Z] #36 48.94 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:15:05 [2022-11-16T16:15:05.291Z] #36 DONE 49.2s
16:15:05 [2022-11-16T16:15:05.291Z] 
16:15:05 [2022-11-16T16:15:05.291Z] #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
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.071 + RM_GOPATH=0
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.079 + TMP_GOPATH=
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.079 + : /build
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.081 + '[' -z '' ']'
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.096 ++ mktemp -d
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.111 + export GOPATH=/tmp/tmp.AZ44IazMsD
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.111 + GOPATH=/tmp/tmp.AZ44IazMsD
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.111 + RM_GOPATH=1
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.111 + case "$(go env GOARCH)" in
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.111 ++ go env GOARCH
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.173 + export GO_BUILDMODE=-buildmode=pie
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.173 + GO_BUILDMODE=-buildmode=pie
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.173 ++ dirname /install.sh
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.233 Install tini version v0.19.0
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.234 + dir=/
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.234 + bin=tini
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.234 + shift
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.234 + '[' '!' -f //tini.installer ']'
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.234 + . //tini.installer
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.234 ++ : v0.19.0
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.234 + install_tini
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.234 + echo 'Install tini version v0.19.0'
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.234 + git clone https://github.com/krallin/tini.git /tmp/tmp.AZ44IazMsD/tini
16:15:06 [2022-11-16T16:15:06.240Z] #45 1.234 Cloning into '/tmp/tmp.AZ44IazMsD/tini'...
16:15:06 [2022-11-16T16:15:06.814Z] #45 2.014 + cd /tmp/tmp.AZ44IazMsD/tini
16:15:06 [2022-11-16T16:15:06.814Z] #45 2.014 + git checkout -q v0.19.0
16:15:06 [2022-11-16T16:15:06.814Z] #45 2.022 + cmake .
16:15:07 [2022-11-16T16:15:07.390Z] #45 2.557 -- The C compiler identification is GNU 10.2.1
16:15:07 [2022-11-16T16:15:07.651Z] #45 2.646 -- Detecting C compiler ABI info
16:15:08 [2022-11-16T16:15:08.226Z] #45 3.371 -- Detecting C compiler ABI info - done
16:15:08 [2022-11-16T16:15:08.226Z] #45 3.470 -- Check for working C compiler: /usr/bin/cc - skipped
16:15:08 [2022-11-16T16:15:08.489Z] #45 3.480 -- Detecting C compile features
16:15:08 [2022-11-16T16:15:08.489Z] #45 3.481 -- Detecting C compile features - done
16:15:08 [2022-11-16T16:15:08.489Z] #45 3.530 -- Performing Test HAS_BUILTIN_FORTIFY
16:15:08 [2022-11-16T16:15:08.489Z] #45 3.746 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:15:08 [2022-11-16T16:15:08.753Z] #45 3.822 -- Configuring done
16:15:08 [2022-11-16T16:15:08.753Z] #45 3.854 -- Generating done
16:15:08 [2022-11-16T16:15:08.753Z] #45 3.868 -- Build files have been written to: /tmp/tmp.AZ44IazMsD/tini
16:15:08 [2022-11-16T16:15:08.753Z] #45 3.872 + make tini-static
16:15:09 [2022-11-16T16:15:09.014Z] #45 4.271 Scanning dependencies of target tini-static
16:15:09 [2022-11-16T16:15:09.014Z] #45 ...
16:15:09 [2022-11-16T16:15:09.014Z] 
16:15:09 [2022-11-16T16:15:09.014Z] #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
16:15:09 [2022-11-16T16:15:09.014Z] #0 0.813 Cloning into '/tmp/crun-build'...
16:15:09 [2022-11-16T16:15:09.014Z] #0 7.025 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
16:15:09 [2022-11-16T16:15:09.014Z] #0 7.036 Cloning into '/tmp/crun-build/libocispec'...
16:15:09 [2022-11-16T16:15:09.014Z] #0 8.234 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
16:15:09 [2022-11-16T16:15:09.014Z] #0 8.247 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
16:15:09 [2022-11-16T16:15:09.014Z] #0 8.256 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
16:15:09 [2022-11-16T16:15:09.014Z] #0 8.262 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
16:15:09 [2022-11-16T16:15:09.014Z] #0 8.291 Cloning into '/tmp/crun-build/libocispec/image-spec'...
16:15:09 [2022-11-16T16:15:09.278Z] #46 ...
16:15:09 [2022-11-16T16:15:09.278Z] 
16:15:09 [2022-11-16T16:15:09.278Z] #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
16:15:09 [2022-11-16T16:15:09.278Z] #45 4.355 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:15:10 [2022-11-16T16:15:10.669Z] #45 5.634 [100%] Linking C executable tini-static
16:15:11 [2022-11-16T16:15:11.242Z] #45 6.156 [100%] Built target tini-static
16:15:11 [2022-11-16T16:15:11.242Z] #45 6.210 + mkdir -p /build
16:15:11 [2022-11-16T16:15:11.242Z] #45 6.212 + cp tini-static /build/docker-init
16:15:12 [2022-11-16T16:15:12.189Z] #45 DONE 7.2s
16:15:12 [2022-11-16T16:15:12.189Z] 
16:15:12 [2022-11-16T16:15:12.189Z] #40 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:15:12 [2022-11-16T16:15:12.189Z] #40 51.60 Selecting previously unselected package mingw-w64-x86-64-dev.
16:15:12 [2022-11-16T16:15:12.189Z] #40 51.62 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:15:12 [2022-11-16T16:15:12.189Z] #40 51.64 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:15:13 [2022-11-16T16:15:13.136Z] #40 ...
16:15:13 [2022-11-16T16:15:13.136Z] 
16:15:13 [2022-11-16T16:15:13.136Z] #31 [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
16:15:13 [2022-11-16T16:15:13.136Z] #31 56.88 gotestsum version dev
16:15:13 [2022-11-16T16:15:13.136Z] #31 DONE 57.2s
16:15:13 [2022-11-16T16:15:13.136Z] 
16:15:13 [2022-11-16T16:15:13.136Z] #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
16:15:13 [2022-11-16T16:15:13.136Z] #46 10.21 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
16:15:13 [2022-11-16T16:15:13.136Z] #46 11.76 Cloning into '/tmp/crun-build/libocispec/yajl'...
16:15:13 [2022-11-16T16:15:13.136Z] #46 13.66 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
16:15:13 [2022-11-16T16:15:13.136Z] #46 14.18 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
16:15:14 [2022-11-16T16:15:14.080Z] #46 14.80 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
16:15:18 [2022-11-16T16:15:18.292Z] #46 ...
16:15:18 [2022-11-16T16:15:18.292Z] 
16:15:18 [2022-11-16T16:15:18.292Z] #40 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:15:18 [2022-11-16T16:15:18.292Z] #40 57.34 Selecting previously unselected package gcc-mingw-w64-base.
16:15:18 [2022-11-16T16:15:18.292Z] #40 57.34 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
16:15:18 [2022-11-16T16:15:18.292Z] #40 57.34 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:15:18 [2022-11-16T16:15:18.292Z] #40 57.74 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:15:18 [2022-11-16T16:15:18.292Z] #40 57.75 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
16:15:18 [2022-11-16T16:15:18.292Z] #40 57.78 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:15:18 [2022-11-16T16:15:18.865Z] #40 63.07 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:15:18 [2022-11-16T16:15:18.865Z] #40 63.07 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
16:15:18 [2022-11-16T16:15:18.865Z] #40 63.08 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:15:27 [2022-11-16T16:15:27.010Z] #40 ...
16:15:27 [2022-11-16T16:15:27.010Z] 
16:15:27 [2022-11-16T16:15:27.010Z] #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
16:15:27 [2022-11-16T16:15:27.010Z] #46 26.70 aclocal: warning: couldn't open directory 'm4': No such file or directory
16:15:31 [2022-11-16T16:15:31.255Z] #46 ...
16:15:31 [2022-11-16T16:15:31.255Z] 
16:15:31 [2022-11-16T16:15:31.255Z] #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
16:15:31 [2022-11-16T16:15:31.256Z] #43 41.19 Updating files:  58% (2935/5051)
Updating files:  59% (2981/5051)
Updating files:  60% (3031/5051)
Updating files:  61% (3082/5051)
Updating files:  62% (3132/5051)
Updating files:  63% (3183/5051)
Updating files:  64% (3233/5051)
Updating files:  65% (3284/5051)
Updating files:  66% (3334/5051)
Updating files:  67% (3385/5051)
Updating files:  68% (3435/5051)
Updating files:  69% (3486/5051)
Updating files:  70% (3536/5051)
Updating files:  71% (3587/5051)
Updating files:  72% (3637/5051)
Updating files:  73% (3688/5051)
Updating files:  74% (3738/5051)
Updating files:  75% (3789/5051)
Updating files:  76% (3839/5051)
Updating files:  77% (3890/5051)
Updating files:  78% (3940/5051)
Updating files:  79% (3991/5051)
Updating files:  80% (4041/5051)
Updating files:  81% (4092/5051)
Updating files:  82% (4142/5051)
Updating files:  83% (4193/5051)
Updating files:  84% (4243/5051)
Updating files:  85% (4294/5051)
Updating files:  86% (4344/5051)
Updating files:  87% (4395/5051)
Updating files:  88% (4445/5051)
Updating files:  89% (4496/5051)
Updating files:  90% (4546/5051)
Updating files:  91% (4597/5051)
Updating files:  92% (4647/5051)
Updating files:  93% (4698/5051)
Updating files:  94% (4748/5051)
Updating files:  95% (4799/5051)
Updating files:  96% (4849/5051)
Updating files:  96% (4895/5051)
Updating files:  97% (4900/5051)
Updating files:  98% (4950/5051)
Updating files:  99% (5001/5051)
Updating files: 100% (5051/5051)
Updating files: 100% (5051/5051), done.
16:15:31 [2022-11-16T16:15:31.256Z] #43 42.33 + cd /tmp/tmp.csU53jyK6W/src/github.com/containerd/containerd
16:15:31 [2022-11-16T16:15:31.256Z] #43 42.34 + git checkout -q v1.6.9
16:15:33 [2022-11-16T16:15:33.820Z] #43 44.39 + export 'BUILDTAGS=netgo osusergo static_build'
16:15:33 [2022-11-16T16:15:33.820Z] #43 44.39 + BUILDTAGS='netgo osusergo static_build'
16:15:33 [2022-11-16T16:15:33.820Z] #43 44.39 + export EXTRA_FLAGS=-buildmode=pie
16:15:33 [2022-11-16T16:15:33.820Z] #43 44.40 + EXTRA_FLAGS=-buildmode=pie
16:15:33 [2022-11-16T16:15:33.820Z] #43 44.40 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:15:33 [2022-11-16T16:15:33.820Z] #43 44.40 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:15:33 [2022-11-16T16:15:33.820Z] #43 44.40 + '[' '' = dynamic ']'
16:15:33 [2022-11-16T16:15:33.820Z] #43 44.40 + make
16:15:34 [2022-11-16T16:15:34.764Z] #43 45.74 + bin/ctr
16:15:35 [2022-11-16T16:15:35.337Z] #43 ...
16:15:35 [2022-11-16T16:15:35.337Z] 
16:15:35 [2022-11-16T16:15:35.337Z] #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
16:15:35 [2022-11-16T16:15:35.337Z] #46 36.15 libtoolize: putting auxiliary files in '.'.
16:15:35 [2022-11-16T16:15:35.337Z] #46 36.15 libtoolize: copying file './ltmain.sh'
16:15:36 [2022-11-16T16:15:36.280Z] #46 36.95 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
16:15:36 [2022-11-16T16:15:36.280Z] #46 36.95 libtoolize: and rerunning libtoolize and aclocal.
16:15:36 [2022-11-16T16:15:36.280Z] #46 36.95 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:15:40 [2022-11-16T16:15:40.496Z] #46 ...
16:15:40 [2022-11-16T16:15:40.496Z] 
16:15:40 [2022-11-16T16:15:40.496Z] #40 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:15:40 [2022-11-16T16:15:40.496Z] #40 73.87 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:15:40 [2022-11-16T16:15:40.496Z] #40 73.88 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
16:15:40 [2022-11-16T16:15:40.496Z] #40 73.89 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:15:40 [2022-11-16T16:15:40.496Z] #40 79.13 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:15:40 [2022-11-16T16:15:40.496Z] #40 79.13 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
16:15:40 [2022-11-16T16:15:40.496Z] #40 79.14 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:15:40 [2022-11-16T16:15:40.757Z] #40 84.85 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:15:40 [2022-11-16T16:15:40.757Z] #40 84.86 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
16:15:40 [2022-11-16T16:15:40.757Z] #40 84.86 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:15:44 [2022-11-16T16:15:44.060Z] #40 ...
16:15:44 [2022-11-16T16:15:44.060Z] 
16:15:44 [2022-11-16T16:15:44.060Z] #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
16:15:44 [2022-11-16T16:15:44.060Z] #46 44.63 configure.ac:7: installing './compile'
16:15:44 [2022-11-16T16:15:44.060Z] #46 44.64 configure.ac:11: installing './config.guess'
16:15:44 [2022-11-16T16:15:44.060Z] #46 44.65 configure.ac:11: installing './config.sub'
16:15:44 [2022-11-16T16:15:44.060Z] #46 44.65 configure.ac:8: installing './install-sh'
16:15:44 [2022-11-16T16:15:44.060Z] #46 44.67 configure.ac:8: installing './missing'
16:15:44 [2022-11-16T16:15:44.060Z] #46 44.81 Makefile.am: installing './depcomp'
16:15:45 [2022-11-16T16:15:45.004Z] #46 46.00 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:15:45 [2022-11-16T16:15:45.266Z] #46 46.00 libtoolize: copying file 'build-aux/ltmain.sh'
16:15:45 [2022-11-16T16:15:45.266Z] #46 46.16 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:15:45 [2022-11-16T16:15:45.266Z] #46 46.17 libtoolize: copying file 'm4/libtool.m4'
16:15:45 [2022-11-16T16:15:45.266Z] #46 46.30 libtoolize: copying file 'm4/ltoptions.m4'
16:15:45 [2022-11-16T16:15:45.527Z] #46 46.43 libtoolize: copying file 'm4/ltsugar.m4'
16:15:45 [2022-11-16T16:15:45.789Z] #46 46.52 libtoolize: copying file 'm4/ltversion.m4'
16:15:45 [2022-11-16T16:15:45.789Z] #46 46.63 libtoolize: copying file 'm4/lt~obsolete.m4'
16:15:46 [2022-11-16T16:15:46.050Z] #46 46.76 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:15:52 [2022-11-16T16:15:52.644Z] #46 ...
16:15:52 [2022-11-16T16:15:52.644Z] 
16:15:52 [2022-11-16T16:15:52.644Z] #40 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:15:52 [2022-11-16T16:15:52.644Z] #40 96.03 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:15:52 [2022-11-16T16:15:52.644Z] #40 96.03 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
16:15:52 [2022-11-16T16:15:52.644Z] #40 96.03 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:15:57 [2022-11-16T16:15:57.937Z] #40 101.6 Selecting previously unselected package g++-mingw-w64-x86-64.
16:15:57 [2022-11-16T16:15:57.937Z] #40 101.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:15:57 [2022-11-16T16:15:57.937Z] #40 101.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:15:57 [2022-11-16T16:15:57.937Z] #40 101.7 Selecting previously unselected package libapparmor1:arm64.
16:15:57 [2022-11-16T16:15:57.937Z] #40 101.7 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
16:15:57 [2022-11-16T16:15:57.937Z] #40 101.8 Unpacking libapparmor1:arm64 (2.13.6-10) ...
16:15:57 [2022-11-16T16:15:57.937Z] #40 101.8 Selecting previously unselected package libapparmor-dev:arm64.
16:15:57 [2022-11-16T16:15:57.937Z] #40 101.9 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
16:15:57 [2022-11-16T16:15:57.937Z] #40 101.9 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
16:15:57 [2022-11-16T16:15:57.937Z] #40 102.0 Selecting previously unselected package libbtrfs0:arm64.
16:15:57 [2022-11-16T16:15:57.937Z] #40 102.0 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
16:15:57 [2022-11-16T16:15:57.937Z] #40 102.0 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
16:15:58 [2022-11-16T16:15:58.198Z] #40 102.2 Selecting previously unselected package libbtrfs-dev:arm64.
16:15:58 [2022-11-16T16:15:58.198Z] #40 102.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
16:15:58 [2022-11-16T16:15:58.198Z] #40 102.2 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
16:15:58 [2022-11-16T16:15:58.198Z] #40 102.4 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
16:15:58 [2022-11-16T16:15:58.459Z] #40 102.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:15:58 [2022-11-16T16:15:58.459Z] #40 102.4 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
16:15:58 [2022-11-16T16:15:58.459Z] #40 102.5 Selecting previously unselected package libudev-dev:arm64.
16:15:58 [2022-11-16T16:15:58.459Z] #40 102.5 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ...
16:15:58 [2022-11-16T16:15:58.459Z] #40 102.5 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
16:15:58 [2022-11-16T16:15:58.720Z] #40 102.7 Selecting previously unselected package libsepol1-dev:arm64.
16:15:58 [2022-11-16T16:15:58.720Z] #40 102.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
16:15:58 [2022-11-16T16:15:58.720Z] #40 102.7 Unpacking libsepol1-dev:arm64 (3.1-1) ...
16:15:58 [2022-11-16T16:15:58.981Z] #40 103.0 Selecting previously unselected package libpcre2-16-0:arm64.
16:15:58 [2022-11-16T16:15:58.981Z] #40 103.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
16:15:58 [2022-11-16T16:15:58.981Z] #40 103.0 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:15:59 [2022-11-16T16:15:59.242Z] #40 103.2 Selecting previously unselected package libpcre2-32-0:arm64.
16:15:59 [2022-11-16T16:15:59.242Z] #40 103.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
16:15:59 [2022-11-16T16:15:59.242Z] #40 103.2 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:15:59 [2022-11-16T16:15:59.242Z] #40 103.4 Selecting previously unselected package libpcre2-posix2:arm64.
16:15:59 [2022-11-16T16:15:59.242Z] #40 103.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
16:15:59 [2022-11-16T16:15:59.242Z] #40 103.4 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:15:59 [2022-11-16T16:15:59.504Z] #40 103.5 Selecting previously unselected package libpcre2-dev:arm64.
16:15:59 [2022-11-16T16:15:59.504Z] #40 103.5 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
16:15:59 [2022-11-16T16:15:59.504Z] #40 103.5 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:15:59 [2022-11-16T16:15:59.766Z] #40 103.9 Selecting previously unselected package libselinux1-dev:arm64.
16:15:59 [2022-11-16T16:15:59.766Z] #40 103.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
16:15:59 [2022-11-16T16:15:59.766Z] #40 103.9 Unpacking libselinux1-dev:arm64 (3.1-3) ...
16:16:00 [2022-11-16T16:16:00.028Z] #40 104.1 Selecting previously unselected package libdevmapper-dev:arm64.
16:16:00 [2022-11-16T16:16:00.028Z] #40 104.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
16:16:00 [2022-11-16T16:16:00.028Z] #40 104.1 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
16:16:00 [2022-11-16T16:16:00.290Z] #40 104.2 Selecting previously unselected package libseccomp-dev:arm64.
16:16:00 [2022-11-16T16:16:00.290Z] #40 104.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:16:00 [2022-11-16T16:16:00.290Z] #40 104.2 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:16:00 [2022-11-16T16:16:00.290Z] #40 104.4 Selecting previously unselected package libsystemd-dev:arm64.
16:16:00 [2022-11-16T16:16:00.290Z] #40 104.4 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
16:16:00 [2022-11-16T16:16:00.290Z] #40 104.4 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 104.8 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 104.9 Setting up libapparmor1:arm64 (2.13.6-10) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 104.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 104.9 Setting up libsepol1-dev:arm64 (3.1-1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 104.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.0 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.0 Setting up libbtrfs0:arm64 (5.10.1-2) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.0 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.0 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.0 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.0 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.0 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.1 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.1 Setting up mingw-w64-common (8.0.0-1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.1 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.1 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:16:00 [2022-11-16T16:16:00.862Z] #40 105.2 Setting up libselinux1-dev:arm64 (3.1-3) ...
16:16:01 [2022-11-16T16:16:01.123Z] #40 105.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.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
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.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
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.3 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:16:01 [2022-11-16T16:16:01.124Z] #40 105.4 Setting up dmsetup (2:1.02.175-2.1) ...
16:16:01 [2022-11-16T16:16:01.393Z] #40 105.4 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
16:16:01 [2022-11-16T16:16:01.393Z] #40 105.4 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
16:16:01 [2022-11-16T16:16:01.393Z] #40 105.4 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:16:03 [2022-11-16T16:16:03.944Z] #40 DONE 107.5s
16:16:03 [2022-11-16T16:16:03.944Z] 
16:16:03 [2022-11-16T16:16:03.944Z] #30 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
16:16:03 [2022-11-16T16:16:03.944Z] #30 101.6 + for f in rootlesskit rootlesskit-docker-proxy
16:16:03 [2022-11-16T16:16:03.944Z] #30 101.6 + GOBIN=/build
16:16:03 [2022-11-16T16:16:03.944Z] #30 101.6 + GO111MODULE=on
16:16:03 [2022-11-16T16:16:03.944Z] #30 101.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0 rootlesskit version 1.0.0
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0 Usage of /build/rootlesskit-docker-proxy:
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0   -container-ip string
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0     	container ip
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0   -container-port int
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0     	container port (default -1)
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0   -host-ip string
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0     	host ip
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0   -host-port int
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0     	host port (default -1)
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0   -proto string
16:16:03 [2022-11-16T16:16:03.944Z] #30 106.0     	proxy protocol (default "tcp")
16:16:03 [2022-11-16T16:16:03.944Z] #30 DONE 107.2s
16:16:03 [2022-11-16T16:16:03.944Z] 
16:16:03 [2022-11-16T16:16:03.944Z] #47 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
16:16:03 [2022-11-16T16:16:03.944Z] #47 ...
16:16:03 [2022-11-16T16:16:03.944Z] 
16:16:03 [2022-11-16T16:16:03.944Z] #48 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
16:16:03 [2022-11-16T16:16:03.944Z] #48 DONE 0.2s
16:16:03 [2022-11-16T16:16:03.944Z] 
16:16:03 [2022-11-16T16:16:03.944Z] #47 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
16:16:03 [2022-11-16T16:16:03.944Z] #47 DONE 0.3s
16:16:03 [2022-11-16T16:16:03.944Z] 
16:16:03 [2022-11-16T16:16:03.944Z] #49 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:16:03 [2022-11-16T16:16:03.944Z] #49 DONE 0.2s
16:16:03 [2022-11-16T16:16:03.944Z] 
16:16:03 [2022-11-16T16:16:03.944Z] #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
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.300 + RM_GOPATH=0
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.300 + TMP_GOPATH=
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.300 + : /build
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.300 + '[' -z '' ']'
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.300 ++ mktemp -d
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.301 + export GOPATH=/tmp/tmp.FJnHiilzGM
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.301 + GOPATH=/tmp/tmp.FJnHiilzGM
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.301 + RM_GOPATH=1
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.301 + case "$(go env GOARCH)" in
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.305 ++ go env GOARCH
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.405 + export GO_BUILDMODE=-buildmode=pie
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.405 + GO_BUILDMODE=-buildmode=pie
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.405 ++ dirname /install.sh
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.419 + dir=/
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.420 + bin=runc
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.420 + shift
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.420 + '[' '!' -f //runc.installer ']'
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.420 + . //runc.installer
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.420 ++ set -e
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.420 ++ : v1.1.4
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.421 + install_runc
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.421 + RUNC_BUILDTAGS=seccomp
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.421 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
16:16:05 [2022-11-16T16:16:05.329Z] #50 1.421 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.FJnHiilzGM/src/github.com/opencontainers/runc
16:16:05 [2022-11-16T16:16:05.330Z] #50 1.421 Install runc version v1.1.4 (build tags: seccomp)
16:16:05 [2022-11-16T16:16:05.330Z] #50 1.423 Cloning into '/tmp/tmp.FJnHiilzGM/src/github.com/opencontainers/runc'...
16:16:05 [2022-11-16T16:16:05.591Z] #50 ...
16:16:05 [2022-11-16T16:16:05.591Z] 
16:16:05 [2022-11-16T16:16:05.591Z] #51 [dev-systemd-false  1/28] RUN groupadd -r docker
16:16:05 [2022-11-16T16:16:05.591Z] #51 DONE 2.1s
16:16:05 [2022-11-16T16:16:05.591Z] 
16:16:05 [2022-11-16T16:16:05.591Z] #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
16:16:06 [2022-11-16T16:16:06.538Z] #52 ...
16:16:06 [2022-11-16T16:16:06.538Z] 
16:16:06 [2022-11-16T16:16:06.538Z] #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
16:16:06 [2022-11-16T16:16:06.538Z] #46 57.21 configure.ac:7: installing 'build-aux/compile'
16:16:06 [2022-11-16T16:16:06.538Z] #46 57.22 configure.ac:9: installing 'build-aux/config.guess'
16:16:06 [2022-11-16T16:16:06.538Z] #46 57.23 configure.ac:9: installing 'build-aux/config.sub'
16:16:06 [2022-11-16T16:16:06.538Z] #46 57.24 configure.ac:11: installing 'build-aux/install-sh'
16:16:06 [2022-11-16T16:16:06.538Z] #46 57.24 configure.ac:11: installing 'build-aux/missing'
16:16:06 [2022-11-16T16:16:06.538Z] #46 57.39 Makefile.am: installing 'build-aux/depcomp'
16:16:06 [2022-11-16T16:16:06.538Z] #46 57.53 parallel-tests: installing 'build-aux/test-driver'
16:16:06 [2022-11-16T16:16:06.538Z] #46 59.51 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:16:06 [2022-11-16T16:16:06.538Z] #46 59.51 libtoolize: copying file 'build-aux/ltmain.sh'
16:16:06 [2022-11-16T16:16:06.538Z] #46 60.14 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:16:06 [2022-11-16T16:16:06.538Z] #46 60.14 libtoolize: copying file 'm4/libtool.m4'
16:16:06 [2022-11-16T16:16:06.538Z] #46 60.24 libtoolize: copying file 'm4/ltoptions.m4'
16:16:06 [2022-11-16T16:16:06.538Z] #46 60.35 libtoolize: copying file 'm4/ltsugar.m4'
16:16:06 [2022-11-16T16:16:06.538Z] #46 60.49 libtoolize: copying file 'm4/ltversion.m4'
16:16:06 [2022-11-16T16:16:06.538Z] #46 60.61 libtoolize: copying file 'm4/lt~obsolete.m4'
16:16:06 [2022-11-16T16:16:06.538Z] #46 ...
16:16:06 [2022-11-16T16:16:06.538Z] 
16:16:06 [2022-11-16T16:16:06.538Z] #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
16:16:06 [2022-11-16T16:16:06.538Z] #52 DONE 1.0s
16:16:06 [2022-11-16T16:16:06.538Z] 
16:16:06 [2022-11-16T16:16:06.538Z] #53 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:16:07 [2022-11-16T16:16:07.482Z] #53 0.775 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:16:07 [2022-11-16T16:16:07.482Z] #53 DONE 0.8s
16:16:07 [2022-11-16T16:16:07.482Z] 
16:16:07 [2022-11-16T16:16:07.482Z] #54 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:16:08 [2022-11-16T16:16:08.055Z] #54 DONE 0.7s
16:16:08 [2022-11-16T16:16:08.055Z] 
16:16:08 [2022-11-16T16:16:08.055Z] #55 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:16:09 [2022-11-16T16:16:09.005Z] #55 DONE 0.9s
16:16:09 [2022-11-16T16:16:09.005Z] 
16:16:09 [2022-11-16T16:16:09.005Z] #56 [dev-systemd-false  6/28] RUN ldconfig
16:16:09 [2022-11-16T16:16:09.957Z] #56 DONE 0.9s
16:16:09 [2022-11-16T16:16:09.957Z] 
16:16:09 [2022-11-16T16:16:09.957Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:16:10 [2022-11-16T16:16:10.902Z] #57 1.086 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:16:11 [2022-11-16T16:16:11.163Z] #57 1.181 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:16:11 [2022-11-16T16:16:11.163Z] #57 1.184 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:16:11 [2022-11-16T16:16:11.424Z] #57 1.637 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
16:16:12 [2022-11-16T16:16:12.811Z] #57 3.056 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [196 kB]
16:16:14 [2022-11-16T16:16:14.728Z] #57 4.596 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:16:14 [2022-11-16T16:16:14.989Z] #57 ...
16:16:14 [2022-11-16T16:16:14.989Z] 
16:16:14 [2022-11-16T16:16:14.989Z] #29 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
16:16:15 [2022-11-16T16:16:15.251Z] #29 115.3 Updating files:  20% (2396/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/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:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  81% (9341/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
Updating files:  98% (11186/11414)
Updating files:  99% (11300/11414)
Updating files: 100% (11414/11414)
Updating files: 100% (11414/11414), done.
16:16:15 [2022-11-16T16:16:15.513Z] #29 119.2 + cd /tmp/tmp.uf47ZEtIal/tmp/docker-ce
16:16:15 [2022-11-16T16:16:15.513Z] #29 119.2 + git checkout -q v17.06.2-ce
16:16:16 [2022-11-16T16:16:16.900Z] #29 ...
16:16:16 [2022-11-16T16:16:16.900Z] 
16:16:16 [2022-11-16T16:16:16.900Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:16:16 [2022-11-16T16:16:16.900Z] #57 7.026 Fetched 8487 kB in 6s (1367 kB/s)
16:16:19 [2022-11-16T16:16:19.449Z] #57 7.026 Reading package lists...
16:16:19 [2022-11-16T16:16:19.449Z] #57 ...
16:16:19 [2022-11-16T16:16:19.449Z] 
16:16:19 [2022-11-16T16:16:19.449Z] #32 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 Delve is a source level debugger for Go programs.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 Delve enables you to interact with your program by controlling the execution of the process,
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 Pass flags to the program you are debugging using `--`, for example:
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 `dlv exec ./hello -- server --config conf/config.toml`
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 Usage:
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   dlv [command]
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 Available Commands:
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   attach      Attach to running process and begin debugging.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   connect     Connect to a headless debug server with a terminal client.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   core        Examine a core dump.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   debug       Compile and begin debugging main package in current directory, or the package specified.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   exec        Execute a precompiled binary, and begin a debug session.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   help        Help about any command
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   run         Deprecated command. Use 'debug' instead.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   test        Compile test binary and begin debugging program.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   trace       Compile and begin tracing program.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   version     Prints version.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 Flags:
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --disable-aslr                     Disables address space randomization
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   -h, --help                             help for dlv
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --init string                      Init file, executed by the terminal client.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --log                              Enable debugging server logging.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1       --wd string                        Working directory for running the program.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 Additional help topics:
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   dlv backend  Help about the --backend flag.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   dlv log      Help about logging flags.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1   dlv redirect Help about file redirection.
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 
16:16:19 [2022-11-16T16:16:19.449Z] #32 122.1 Use "dlv [command] --help" for more information about a command.
16:16:19 [2022-11-16T16:16:19.449Z] #32 DONE 123.1s
16:16:19 [2022-11-16T16:16:19.449Z] 
16:16:19 [2022-11-16T16:16:19.449Z] #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
16:16:19 [2022-11-16T16:16:19.449Z] #46 75.33 configure.ac:11: installing 'build-aux/compile'
16:16:19 [2022-11-16T16:16:19.449Z] #46 75.34 configure.ac:11: installing 'build-aux/config.guess'
16:16:19 [2022-11-16T16:16:19.449Z] #46 75.36 configure.ac:11: installing 'build-aux/config.sub'
16:16:19 [2022-11-16T16:16:19.449Z] #46 75.37 configure.ac:13: installing 'build-aux/install-sh'
16:16:19 [2022-11-16T16:16:19.449Z] #46 75.39 configure.ac:13: installing 'build-aux/missing'
16:16:19 [2022-11-16T16:16:19.449Z] #46 75.39 configure.ac:8: installing 'build-aux/tap-driver.sh'
16:16:19 [2022-11-16T16:16:19.449Z] #46 75.63 Makefile.am: installing 'build-aux/depcomp'
16:16:19 [2022-11-16T16:16:19.449Z] #46 77.04 checking build system type... aarch64-unknown-linux-gnu
16:16:19 [2022-11-16T16:16:19.449Z] #46 77.39 checking host system type... aarch64-unknown-linux-gnu
16:16:19 [2022-11-16T16:16:19.449Z] #46 77.39 checking how to print strings... printf
16:16:19 [2022-11-16T16:16:19.449Z] #46 77.41 checking for gcc... gcc
16:16:19 [2022-11-16T16:16:19.449Z] #46 77.52 checking whether the C compiler works... yes
16:16:19 [2022-11-16T16:16:19.449Z] #46 77.68 checking for C compiler default output file name... a.out
16:16:19 [2022-11-16T16:16:19.449Z] #46 77.68 checking for suffix of executables... 
16:16:19 [2022-11-16T16:16:19.449Z] #46 77.84 checking whether we are cross compiling... no
16:16:19 [2022-11-16T16:16:19.449Z] #46 78.06 checking for suffix of object files... o
16:16:19 [2022-11-16T16:16:19.449Z] #46 78.29 checking whether we are using the GNU C compiler... yes
16:16:19 [2022-11-16T16:16:19.449Z] #46 78.39 checking whether gcc accepts -g... yes
16:16:19 [2022-11-16T16:16:19.449Z] #46 78.51 checking for gcc option to accept ISO C89... none needed
16:16:19 [2022-11-16T16:16:19.449Z] #46 78.76 checking whether gcc understands -c and -o together... yes
16:16:19 [2022-11-16T16:16:19.449Z] #46 78.98 checking for a sed that does not truncate output... /bin/sed
16:16:19 [2022-11-16T16:16:19.449Z] #46 78.99 checking for grep that handles long lines and -e... /bin/grep
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.00 checking for egrep... /bin/grep -E
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.00 checking for fgrep... /bin/grep -F
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.02 checking for ld used by gcc... /usr/bin/ld
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.03 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.05 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.06 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.18 checking whether ln -s works... yes
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.18 checking the maximum length of command line arguments... 1572864
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.25 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.25 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.25 checking for /usr/bin/ld option to reload object files... -r
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.25 checking for objdump... objdump
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.25 checking how to recognize dependent libraries... pass_all
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.25 checking for dlltool... no
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.25 checking how to associate runtime and link libraries... printf %s\n
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.25 checking for ar... ar
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.25 checking for archiver @FILE support... @
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.43 checking for strip... strip
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.44 checking for ranlib... ranlib
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.44 checking for gawk... no
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.45 checking for mawk... mawk
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.45 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.89 checking for sysroot... no
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.89 checking for a working dd... /bin/dd
16:16:19 [2022-11-16T16:16:19.450Z] #46 79.94 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:16:19 [2022-11-16T16:16:19.450Z] #46 80.00 checking for mt... no
16:16:19 [2022-11-16T16:16:19.450Z] #46 80.00 checking if : is a manifest tool... no
16:16:19 [2022-11-16T16:16:19.450Z] #46 80.08 checking how to run the C preprocessor... gcc -E
16:16:19 [2022-11-16T16:16:19.711Z] #46 ...
16:16:19 [2022-11-16T16:16:19.711Z] 
16:16:19 [2022-11-16T16:16:19.711Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:16:19 [2022-11-16T16:16:19.711Z] #57 7.026 Reading package lists...
16:16:21 [2022-11-16T16:16:21.889Z] #57 9.938 Reading package lists...
16:16:22 [2022-11-16T16:16:22.462Z] #57 12.00 Building dependency tree...
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.53 The following additional packages will be installed:
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.53   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.53   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.53   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.53   python3-pkg-resources vim-runtime xxd
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.54 Suggested packages:
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.54   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.54   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.54   acl attr quota
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.54 Recommended packages:
16:16:23 [2022-11-16T16:16:23.405Z] #57 13.54   libatm1 nftables libpam-cap build-essential python3-dev unzip
16:16:24 [2022-11-16T16:16:24.792Z] #57 14.81 The following NEW packages will be installed:
16:16:24 [2022-11-16T16:16:24.792Z] #57 14.83   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
16:16:24 [2022-11-16T16:16:24.792Z] #57 14.83   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
16:16:24 [2022-11-16T16:16:24.792Z] #57 14.83   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
16:16:24 [2022-11-16T16:16:24.792Z] #57 14.83   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
16:16:24 [2022-11-16T16:16:24.792Z] #57 14.83   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
16:16:24 [2022-11-16T16:16:24.792Z] #57 14.83   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
16:16:24 [2022-11-16T16:16:24.792Z] #57 14.83   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:16:24 [2022-11-16T16:16:24.792Z] #57 14.83   xz-utils zip zstd
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.15 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.15 Need to get 27.0 MB of archives.
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.15 After this operation, 105 MB of additional disk space will be used.
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.15 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.15 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.16 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.17 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.17 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.18 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.19 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.19 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.21 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.21 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.22 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.22 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.23 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.24 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.24 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.24 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.25 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.25 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
16:16:25 [2022-11-16T16:16:25.054Z] #57 15.25 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.26 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.27 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.27 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.28 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.29 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.48 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.48 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.48 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.48 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.48 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.49 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.49 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.50 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.55 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.55 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.56 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.57 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.58 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.58 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.59 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 15.61 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
16:16:25 [2022-11-16T16:16:25.319Z] #57 ...
16:16:25 [2022-11-16T16:16:25.319Z] 
16:16:25 [2022-11-16T16:16:25.319Z] #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
16:16:25 [2022-11-16T16:16:25.319Z] #50 11.72 + cd /tmp/tmp.FJnHiilzGM/src/github.com/opencontainers/runc
16:16:25 [2022-11-16T16:16:25.319Z] #50 11.73 + git checkout -q v1.1.4
16:16:25 [2022-11-16T16:16:25.319Z] #50 12.32 + '[' -z '' ']'
16:16:25 [2022-11-16T16:16:25.319Z] #50 12.32 + target=static
16:16:25 [2022-11-16T16:16:25.319Z] #50 12.32 + make BUILDTAGS=seccomp static
16:16:25 [2022-11-16T16:16:25.319Z] #50 12.70 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
16:16:25 [2022-11-16T16:16:25.581Z] #50 ...
16:16:25 [2022-11-16T16:16:25.581Z] 
16:16:25 [2022-11-16T16:16:25.581Z] #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
16:16:25 [2022-11-16T16:16:25.581Z] #46 80.63 checking for ANSI C header files... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 81.18 checking for sys/types.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 81.33 checking for sys/stat.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 81.58 checking for stdlib.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 81.78 checking for string.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 81.93 checking for memory.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 82.13 checking for strings.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 82.36 checking for inttypes.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 82.58 checking for stdint.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 82.73 checking for unistd.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 82.98 checking for dlfcn.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 83.18 checking for objdir... .libs
16:16:25 [2022-11-16T16:16:25.581Z] #46 83.50 checking if gcc supports -fno-rtti -fno-exceptions... no
16:16:25 [2022-11-16T16:16:25.581Z] #46 83.69 checking for gcc option to produce PIC... -fPIC -DPIC
16:16:25 [2022-11-16T16:16:25.581Z] #46 83.69 checking if gcc PIC flag -fPIC -DPIC works... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 83.83 checking if gcc static flag -static works... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.23 checking if gcc supports -c -o file.o... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.42 checking if gcc supports -c -o file.o... (cached) yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.43 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.50 checking dynamic linker characteristics... GNU/Linux ld.so
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.81 checking how to hardcode library paths into programs... immediate
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.81 checking whether stripping libraries is possible... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.83 checking if libtool supports shared libraries... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.83 checking whether to build shared libraries... no
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.83 checking whether to build static libraries... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.83 checking for a BSD-compatible install... /usr/bin/install -c
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.87 checking whether build environment is sane... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.93 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:16:25 [2022-11-16T16:16:25.581Z] #46 84.93 checking whether make sets $(MAKE)... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.02 checking whether make supports the include directive... yes (GNU style)
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.07 checking whether make supports nested variables... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.12 checking whether UID '0' is supported by ustar format... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.13 checking whether GID '0' is supported by ustar format... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.13 checking how to create a ustar tar archive... gnutar
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.21 checking dependency style of gcc... gcc3
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.45 checking whether to enable maintainer-specific portions of Makefiles... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.47 checking whether make supports nested variables... (cached) yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.47 checking for gawk... (cached) mawk
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.47 checking for a sed that does not truncate output... (cached) /bin/sed
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.48 checking for gcc... (cached) gcc
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.58 checking whether we are using the GNU C compiler... (cached) yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.58 checking whether gcc accepts -g... (cached) yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.58 checking for gcc option to accept ISO C89... (cached) none needed
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.59 checking whether gcc understands -c and -o together... (cached) yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.59 checking for a Python interpreter with version >= 3... python3
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.64 checking for python3... /usr/bin/python3
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.64 checking for python3 version... 3.9
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.68 checking for python3 platform... linux
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.71 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.80 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:16:25 [2022-11-16T16:16:25.581Z] #46 85.98 checking for go-md2man... no
16:16:25 [2022-11-16T16:16:25.581Z] #46 86.00 checking error.h usability... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 86.15 checking error.h presence... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 86.22 checking for error.h... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 86.25 checking linux/openat2.h usability... yes
16:16:25 [2022-11-16T16:16:25.581Z] #46 86.44 checking linux/openat2.h presence... yes
16:16:25 [2022-11-16T16:16:25.843Z] #46 86.50 checking for linux/openat2.h... yes
16:16:25 [2022-11-16T16:16:25.843Z] #46 86.53 checking for copy_file_range... yes
16:16:26 [2022-11-16T16:16:26.366Z] #46 86.83 checking for fgetxattr... yes
16:16:26 [2022-11-16T16:16:26.366Z] #46 87.14 checking for statx... yes
16:16:26 [2022-11-16T16:16:26.627Z] #46 87.34 checking for fgetpwent_r... yes
16:16:26 [2022-11-16T16:16:26.889Z] #46 87.55 checking for issetugid... no
16:16:26 [2022-11-16T16:16:26.889Z] #46 87.71 checking for pkg-config... /usr/bin/pkg-config
16:16:26 [2022-11-16T16:16:26.889Z] #46 87.72 checking pkg-config is at least version 0.9.0... yes
16:16:27 [2022-11-16T16:16:27.462Z] #46 87.73 checking for library containing yajl_tree_get... -lyajl
16:16:27 [2022-11-16T16:16:27.462Z] #46 88.17 checking for yajl >= 2.0.0... yes
16:16:27 [2022-11-16T16:16:27.462Z] #46 88.22 checking sys/capability.h usability... yes
16:16:27 [2022-11-16T16:16:27.724Z] #46 88.41 checking sys/capability.h presence... yes
16:16:27 [2022-11-16T16:16:27.724Z] #46 88.51 checking for sys/capability.h... yes
16:16:27 [2022-11-16T16:16:27.985Z] #46 88.51 checking for library containing cap_from_name... -lcap
16:16:28 [2022-11-16T16:16:28.819Z] #46 89.02 checking for library containing dlopen... -ldl
16:16:28 [2022-11-16T16:16:28.819Z] #46 89.53 checking seccomp.h usability... yes
16:16:29 [2022-11-16T16:16:29.105Z] #46 89.77 checking seccomp.h presence... yes
16:16:29 [2022-11-16T16:16:29.105Z] #46 89.86 checking for seccomp.h... yes
16:16:29 [2022-11-16T16:16:29.397Z] #46 89.87 checking for library containing seccomp_rule_add... 
16:16:29 [2022-11-16T16:16:29.397Z] #46 ...
16:16:29 [2022-11-16T16:16:29.397Z] 
16:16:29 [2022-11-16T16:16:29.397Z] #29 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
16:16:29 [2022-11-16T16:16:29.397Z] #29 123.1 + mkdir -p /tmp/tmp.uf47ZEtIal/src/github.com/docker
16:16:29 [2022-11-16T16:16:29.397Z] #29 123.1 + mv components/cli /tmp/tmp.uf47ZEtIal/src/github.com/docker/cli
16:16:29 [2022-11-16T16:16:29.397Z] #29 123.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
16:16:29 [2022-11-16T16:16:29.397Z] #29 ...
16:16:29 [2022-11-16T16:16:29.397Z] 
16:16:29 [2022-11-16T16:16:29.397Z] #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
16:16:29 [2022-11-16T16:16:29.397Z] #46 89.87 checking for library containing seccomp_rule_add... -lseccomp
16:16:29 [2022-11-16T16:16:29.678Z] #46 90.27 checking for library containing seccomp_arch_resolve_name... 
16:16:29 [2022-11-16T16:16:29.678Z] #46 ...
16:16:29 [2022-11-16T16:16:29.678Z] 
16:16:29 [2022-11-16T16:16:29.678Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:16:29 [2022-11-16T16:16:29.678Z] #34 DONE 133.5s
16:16:29 [2022-11-16T16:16:29.678Z] 
16:16:29 [2022-11-16T16:16:29.678Z] #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
16:16:29 [2022-11-16T16:16:29.678Z] #46 90.27 checking for library containing seccomp_arch_resolve_name... none required
16:16:30 [2022-11-16T16:16:30.278Z] #46 90.62 checking systemd/sd-bus.h usability... yes
16:16:30 [2022-11-16T16:16:30.559Z] #46 91.11 checking systemd/sd-bus.h presence... yes
16:16:30 [2022-11-16T16:16:30.559Z] #46 91.28 checking for systemd/sd-bus.h... yes
16:16:30 [2022-11-16T16:16:30.824Z] #46 91.28 checking for library containing sd_bus_match_signal_async... -lsystemd
16:16:31 [2022-11-16T16:16:31.085Z] #46 91.77 checking for sd_notify_barrier... yes
16:16:31 [2022-11-16T16:16:31.347Z] #46 92.01 checking linux/bpf.h usability... yes
16:16:31 [2022-11-16T16:16:31.347Z] #46 92.13 checking linux/bpf.h presence... yes
16:16:31 [2022-11-16T16:16:31.347Z] #46 92.20 checking for linux/bpf.h... yes
16:16:31 [2022-11-16T16:16:31.347Z] #46 92.20 checking compilation for eBPF... yes
16:16:31 [2022-11-16T16:16:31.607Z] #46 92.34 checking for criu >= 3.15... no
16:16:31 [2022-11-16T16:16:31.607Z] #46 92.37 configure: CRIU headers not found, building without CRIU support
16:16:31 [2022-11-16T16:16:31.607Z] #46 92.37 checking for criu > 3.16... no
16:16:31 [2022-11-16T16:16:31.607Z] #46 92.41 configure: CRIU version doesn't support join-ns API
16:16:31 [2022-11-16T16:16:31.607Z] #46 92.41 checking for criu > 3.16.1... no
16:16:31 [2022-11-16T16:16:31.607Z] #46 92.43 configure: CRIU version doesn't support for pre-dumping
16:16:31 [2022-11-16T16:16:31.607Z] #46 92.43 checking for new mount API (fsconfig)... yes
16:16:31 [2022-11-16T16:16:31.868Z] #46 92.53 checking for seccomp notify API... yes
16:16:31 [2022-11-16T16:16:31.868Z] #46 92.69 checking for gperf... no
16:16:31 [2022-11-16T16:16:31.868Z] #46 92.69 configure: gperf not found - cannot rebuild signal parser code
16:16:32 [2022-11-16T16:16:32.130Z] #46 92.69 checking for library containing argp_parse... none required
16:16:32 [2022-11-16T16:16:32.391Z] #46 93.05 checking that generated files are newer than configure... done
16:16:32 [2022-11-16T16:16:32.391Z] #46 93.05 configure: creating ./config.status
16:16:34 [2022-11-16T16:16:34.938Z] #46 95.70 config.status: creating Makefile
16:16:34 [2022-11-16T16:16:34.938Z] #46 95.80 config.status: creating rpm/crun.spec
16:16:34 [2022-11-16T16:16:34.938Z] #46 95.87 config.status: creating config.h
16:16:34 [2022-11-16T16:16:34.938Z] #46 95.92 config.status: executing libtool commands
16:16:35 [2022-11-16T16:16:35.199Z] #46 95.95 config.status: executing depfiles commands
16:16:35 [2022-11-16T16:16:35.460Z] #46 ...
16:16:35 [2022-11-16T16:16:35.460Z] 
16:16:35 [2022-11-16T16:16:35.460Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:16:35 [2022-11-16T16:16:35.460Z] #57 15.62 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
16:16:35 [2022-11-16T16:16:35.460Z] #57 15.63 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
16:16:35 [2022-11-16T16:16:35.460Z] #57 15.76 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
16:16:35 [2022-11-16T16:16:35.460Z] #57 15.78 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
16:16:35 [2022-11-16T16:16:35.460Z] #57 15.79 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
16:16:35 [2022-11-16T16:16:35.460Z] #57 15.79 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.44 debconf: delaying package configuration, since apt-utils is not installed
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.62 Fetched 27.0 MB in 1s (28.5 MB/s)
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.70 Selecting previously unselected package pigz.
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.70 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24010 files and directories currently installed.)
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.74 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.76 Unpacking pigz (2.6-1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.82 Selecting previously unselected package libelf1:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.82 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.83 Unpacking libelf1:arm64 (0.183-1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.95 Selecting previously unselected package libbpf0:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.96 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 16.96 Unpacking libbpf0:arm64 (1:0.3-2) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.05 Selecting previously unselected package libcap2:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.08 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.09 Unpacking libcap2:arm64 (1:2.44-1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.20 Selecting previously unselected package libmnl0:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.20 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.21 Unpacking libmnl0:arm64 (1.0.4-3) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.27 Selecting previously unselected package libxtables12:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.27 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.28 Unpacking libxtables12:arm64 (1.8.7-1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.35 Selecting previously unselected package libcap2-bin.
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.37 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.38 Unpacking libcap2-bin (1:2.44-1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.48 Selecting previously unselected package iproute2.
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.49 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 17.51 Unpacking iproute2 (5.10.0-4) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 18.00 Selecting previously unselected package xxd.
16:16:35 [2022-11-16T16:16:35.460Z] #57 18.02 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 18.03 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 18.16 Selecting previously unselected package vim-common.
16:16:35 [2022-11-16T16:16:35.460Z] #57 18.17 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 18.19 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 18.34 Selecting previously unselected package bash-completion.
16:16:35 [2022-11-16T16:16:35.460Z] #57 18.34 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 20.94 Unpacking bash-completion (1:2.11-2) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 21.36 Selecting previously unselected package bzip2.
16:16:35 [2022-11-16T16:16:35.460Z] #57 21.37 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 21.37 Unpacking bzip2 (1.0.8-4) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 21.46 Selecting previously unselected package xz-utils.
16:16:35 [2022-11-16T16:16:35.460Z] #57 21.46 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 21.47 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 21.65 Selecting previously unselected package apparmor.
16:16:35 [2022-11-16T16:16:35.460Z] #57 21.65 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 21.71 Unpacking apparmor (2.13.6-10) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.16 Selecting previously unselected package inetutils-ping.
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.16 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.17 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.30 Selecting previously unselected package libip4tc2:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.30 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.32 Unpacking libip4tc2:arm64 (1.8.7-1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.39 Selecting previously unselected package libip6tc2:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.39 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.40 Unpacking libip6tc2:arm64 (1.8.7-1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.47 Selecting previously unselected package libnfnetlink0:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.48 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.49 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.55 Selecting previously unselected package libnetfilter-conntrack3:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.55 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.56 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.64 Selecting previously unselected package libnftnl11:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.64 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.64 Unpacking libnftnl11:arm64 (1.1.9-1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.73 Selecting previously unselected package iptables.
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.73 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 22.73 Unpacking iptables (1.8.7-1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.03 Selecting previously unselected package libonig5:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.04 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.05 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.18 Selecting previously unselected package libjq1:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.18 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.19 Unpacking libjq1:arm64 (1.6-2.1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.28 Selecting previously unselected package jq.
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.29 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.30 Unpacking jq (1.6-2.1) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.38 Selecting previously unselected package libaio1:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.39 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.39 Unpacking libaio1:arm64 (0.3.112-9) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.45 Selecting previously unselected package libgpm2:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.45 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.46 Unpacking libgpm2:arm64 (1.20.7-8) ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.53 Selecting previously unselected package libicu67:arm64.
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.53 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
16:16:35 [2022-11-16T16:16:35.460Z] #57 23.54 Unpacking libicu67:arm64 (67.1-7) ...
16:16:36 [2022-11-16T16:16:36.401Z] #57 ...
16:16:36 [2022-11-16T16:16:36.401Z] 
16:16:36 [2022-11-16T16:16:36.401Z] #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
16:16:36 [2022-11-16T16:16:36.401Z] #46 97.10 === configuring in libocispec (/tmp/crun-build/libocispec)
16:16:36 [2022-11-16T16:16:36.401Z] #46 97.12 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:16:36 [2022-11-16T16:16:36.662Z] #46 97.50 checking for gcc... gcc
16:16:36 [2022-11-16T16:16:36.923Z] #46 97.65 checking whether the C compiler works... yes
16:16:36 [2022-11-16T16:16:36.923Z] #46 97.82 checking for C compiler default output file name... a.out
16:16:37 [2022-11-16T16:16:37.184Z] #46 97.82 checking for suffix of executables... 
16:16:37 [2022-11-16T16:16:37.184Z] #46 98.05 checking whether we are cross compiling... no
16:16:37 [2022-11-16T16:16:37.184Z] #46 98.12 checking for suffix of object files... o
16:16:37 [2022-11-16T16:16:37.445Z] #46 98.19 checking whether we are using the GNU C compiler... yes
16:16:37 [2022-11-16T16:16:37.445Z] #46 98.27 checking whether gcc accepts -g... yes
16:16:37 [2022-11-16T16:16:37.445Z] #46 98.33 checking for gcc option to accept ISO C89... none needed
16:16:37 [2022-11-16T16:16:37.706Z] #46 98.43 checking whether gcc understands -c and -o together... yes
16:16:37 [2022-11-16T16:16:37.706Z] #46 98.60 checking how to run the C preprocessor... gcc -E
16:16:37 [2022-11-16T16:16:37.967Z] #46 98.86 checking for grep that handles long lines and -e... /bin/grep
16:16:37 [2022-11-16T16:16:37.967Z] #46 98.87 checking for egrep... /bin/grep -E
16:16:38 [2022-11-16T16:16:38.540Z] #46 98.88 checking for ANSI C header files... yes
16:16:38 [2022-11-16T16:16:38.801Z] #46 99.56 checking for sys/types.h... yes
16:16:39 [2022-11-16T16:16:39.062Z] #46 99.79 checking for sys/stat.h... yes
16:16:39 [2022-11-16T16:16:39.323Z] #46 100.0 checking for stdlib.h... yes
16:16:39 [2022-11-16T16:16:39.585Z] #46 100.2 checking for string.h... yes
16:16:39 [2022-11-16T16:16:39.847Z] #46 100.5 checking for memory.h... yes
16:16:40 [2022-11-16T16:16:40.108Z] #46 100.7 checking for strings.h... yes
16:16:40 [2022-11-16T16:16:40.108Z] #46 100.8 checking for inttypes.h... yes
16:16:40 [2022-11-16T16:16:40.370Z] #46 101.0 checking for stdint.h... yes
16:16:40 [2022-11-16T16:16:40.632Z] #46 101.2 checking for unistd.h... yes
16:16:40 [2022-11-16T16:16:40.632Z] #46 101.3 checking minix/config.h usability... no
16:16:40 [2022-11-16T16:16:40.632Z] #46 101.5 checking minix/config.h presence... no
16:16:40 [2022-11-16T16:16:40.632Z] #46 101.6 checking for minix/config.h... no
16:16:40 [2022-11-16T16:16:40.893Z] #46 101.6 checking whether it is safe to define __EXTENSIONS__... yes
16:16:41 [2022-11-16T16:16:41.154Z] #46 101.8 checking build system type... aarch64-unknown-linux-gnu
16:16:41 [2022-11-16T16:16:41.154Z] #46 102.1 checking host system type... aarch64-unknown-linux-gnu
16:16:41 [2022-11-16T16:16:41.154Z] #46 102.1 checking how to print strings... printf
16:16:41 [2022-11-16T16:16:41.154Z] #46 102.1 checking for a sed that does not truncate output... /bin/sed
16:16:41 [2022-11-16T16:16:41.154Z] #46 102.1 checking for fgrep... /bin/grep -F
16:16:41 [2022-11-16T16:16:41.154Z] #46 102.1 checking for ld used by gcc... /usr/bin/ld
16:16:41 [2022-11-16T16:16:41.154Z] #46 102.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:16:41 [2022-11-16T16:16:41.154Z] #46 102.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.2 checking whether ln -s works... yes
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.2 checking the maximum length of command line arguments... 1572864
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.3 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.3 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.3 checking for /usr/bin/ld option to reload object files... -r
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.3 checking for objdump... objdump
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.3 checking how to recognize dependent libraries... pass_all
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.3 checking for dlltool... no
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.3 checking how to associate runtime and link libraries... printf %s\n
16:16:41 [2022-11-16T16:16:41.416Z] #46 102.3 checking for ar... ar
16:16:41 [2022-11-16T16:16:41.677Z] #46 102.3 checking for archiver @FILE support... @
16:16:41 [2022-11-16T16:16:41.677Z] #46 102.4 checking for strip... strip
16:16:41 [2022-11-16T16:16:41.677Z] #46 102.4 checking for ranlib... ranlib
16:16:41 [2022-11-16T16:16:41.677Z] #46 102.4 checking for gawk... no
16:16:41 [2022-11-16T16:16:41.677Z] #46 102.4 checking for mawk... mawk
16:16:41 [2022-11-16T16:16:41.938Z] #46 102.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:16:41 [2022-11-16T16:16:41.938Z] #46 102.8 checking for sysroot... no
16:16:41 [2022-11-16T16:16:41.938Z] #46 102.9 checking for a working dd... /bin/dd
16:16:41 [2022-11-16T16:16:41.938Z] #46 102.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:16:41 [2022-11-16T16:16:41.938Z] #46 102.9 checking for mt... no
16:16:41 [2022-11-16T16:16:41.938Z] #46 102.9 checking if : is a manifest tool... no
16:16:42 [2022-11-16T16:16:42.199Z] #46 102.9 checking for dlfcn.h... yes
16:16:42 [2022-11-16T16:16:42.199Z] #46 103.1 checking for objdir... .libs
16:16:42 [2022-11-16T16:16:42.772Z] #46 103.5 checking if gcc supports -fno-rtti -fno-exceptions... no
16:16:42 [2022-11-16T16:16:42.772Z] #46 103.7 checking for gcc option to produce PIC... -fPIC -DPIC
16:16:42 [2022-11-16T16:16:42.772Z] #46 103.7 checking if gcc PIC flag -fPIC -DPIC works... yes
16:16:43 [2022-11-16T16:16:43.344Z] #46 103.8 checking if gcc static flag -static works... yes
16:16:43 [2022-11-16T16:16:43.344Z] #46 104.1 checking if gcc supports -c -o file.o... yes
16:16:43 [2022-11-16T16:16:43.344Z] #46 104.3 checking if gcc supports -c -o file.o... (cached) yes
16:16:43 [2022-11-16T16:16:43.605Z] #46 104.3 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:16:43 [2022-11-16T16:16:43.867Z] #46 104.4 checking dynamic linker characteristics... GNU/Linux ld.so
16:16:43 [2022-11-16T16:16:43.867Z] #46 104.8 checking how to hardcode library paths into programs... immediate
16:16:43 [2022-11-16T16:16:43.867Z] #46 104.8 checking whether stripping libraries is possible... yes
16:16:43 [2022-11-16T16:16:43.867Z] #46 104.8 checking if libtool supports shared libraries... yes
16:16:43 [2022-11-16T16:16:43.867Z] #46 104.8 checking whether to build shared libraries... no
16:16:43 [2022-11-16T16:16:43.867Z] #46 104.8 checking whether to build static libraries... yes
16:16:43 [2022-11-16T16:16:43.867Z] #46 104.8 checking for a BSD-compatible install... /usr/bin/install -c
16:16:43 [2022-11-16T16:16:43.867Z] #46 104.8 checking whether build environment is sane... yes
16:16:43 [2022-11-16T16:16:43.867Z] #46 104.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:16:43 [2022-11-16T16:16:43.867Z] #46 104.9 checking whether make sets $(MAKE)... yes
16:16:44 [2022-11-16T16:16:44.128Z] #46 104.9 checking whether make supports the include directive... yes (GNU style)
16:16:44 [2022-11-16T16:16:44.128Z] #46 105.0 checking whether make supports nested variables... yes
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.0 checking whether UID '0' is supported by ustar format... yes
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.0 checking whether GID '0' is supported by ustar format... yes
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.0 checking how to create a ustar tar archive... gnutar
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.1 checking dependency style of gcc... gcc3
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.3 checking whether to enable maintainer-specific portions of Makefiles... yes
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.3 checking whether make supports nested variables... (cached) yes
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.3 checking for pkg-config... /usr/bin/pkg-config
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.3 checking pkg-config is at least version 0.9.0... yes
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.3 checking for yajl >= 2.1.0... yes
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.3 checking for a sed that does not truncate output... (cached) /bin/sed
16:16:44 [2022-11-16T16:16:44.389Z] #46 105.3 checking for gcc... (cached) gcc
16:16:44 [2022-11-16T16:16:44.651Z] #46 105.4 checking whether we are using the GNU C compiler... (cached) yes
16:16:44 [2022-11-16T16:16:44.651Z] #46 105.4 checking whether gcc accepts -g... (cached) yes
16:16:44 [2022-11-16T16:16:44.651Z] #46 105.4 checking for gcc option to accept ISO C89... (cached) none needed
16:16:44 [2022-11-16T16:16:44.651Z] #46 105.4 checking whether gcc understands -c and -o together... (cached) yes
16:16:44 [2022-11-16T16:16:44.651Z] #46 105.5 checking for a Python interpreter with version >= 3... python3
16:16:44 [2022-11-16T16:16:44.651Z] #46 105.5 checking for python3... /usr/bin/python3
16:16:44 [2022-11-16T16:16:44.651Z] #46 105.5 checking for python3 version... 3.9
16:16:44 [2022-11-16T16:16:44.651Z] #46 105.5 checking for python3 platform... linux
16:16:44 [2022-11-16T16:16:44.912Z] #46 105.6 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:16:45 [2022-11-16T16:16:45.174Z] #46 105.8 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:16:45 [2022-11-16T16:16:45.174Z] #46 106.1 checking that generated files are newer than configure... done
16:16:45 [2022-11-16T16:16:45.174Z] #46 106.1 configure: creating ./config.status
16:16:46 [2022-11-16T16:16:46.565Z] #46 ...
16:16:46 [2022-11-16T16:16:46.565Z] 
16:16:46 [2022-11-16T16:16:46.565Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.52 Selecting previously unselected package libinih1:arm64.
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.53 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.54 Unpacking libinih1:arm64 (53-1+b2) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.61 Selecting previously unselected package libnet1:arm64.
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.63 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.63 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.73 Selecting previously unselected package libnl-3-200:arm64.
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.74 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.74 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.84 Selecting previously unselected package libprotobuf-c1:arm64.
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.85 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.85 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.91 Selecting previously unselected package libyajl2:arm64.
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.91 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.91 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 26.97 Selecting previously unselected package net-tools.
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.00 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.01 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.20 Selecting previously unselected package patch.
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.21 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.21 Unpacking patch (2.7.6-7) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.31 Selecting previously unselected package python-pip-whl.
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.33 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.33 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.91 Selecting previously unselected package python3-lib2to3.
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.92 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 27.92 Unpacking python3-lib2to3 (3.9.2-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.07 Selecting previously unselected package python3-distutils.
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.08 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.09 Unpacking python3-distutils (3.9.2-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.24 Selecting previously unselected package python3-pkg-resources.
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.24 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.24 Unpacking python3-pkg-resources (52.0.0-4) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.42 Selecting previously unselected package python3-setuptools.
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.43 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.43 Unpacking python3-setuptools (52.0.0-4) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.61 Selecting previously unselected package python3-wheel.
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.62 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.63 Unpacking python3-wheel (0.34.2-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.71 Selecting previously unselected package python3-pip.
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.73 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 28.74 Unpacking python3-pip (20.3.4-4+deb11u1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.06 Selecting previously unselected package sudo.
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.06 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.07 Unpacking sudo (1.9.5p2-3) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.60 Selecting previously unselected package thin-provisioning-tools.
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.60 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.61 Unpacking thin-provisioning-tools (0.9.0-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.81 Selecting previously unselected package uidmap.
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.81 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.82 Unpacking uidmap (1:4.8.1-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.94 Selecting previously unselected package vim-runtime.
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.95 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 29.98 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
16:16:46 [2022-11-16T16:16:46.565Z] #57 30.02 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
16:16:46 [2022-11-16T16:16:46.565Z] #57 30.03 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 33.12 Selecting previously unselected package vim.
16:16:46 [2022-11-16T16:16:46.565Z] #57 33.12 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 33.13 Unpacking vim (2:8.2.2434-3+deb11u1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 33.65 Selecting previously unselected package xfsprogs.
16:16:46 [2022-11-16T16:16:46.565Z] #57 33.66 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 33.66 Unpacking xfsprogs (5.10.0-4) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 34.10 Selecting previously unselected package zip.
16:16:46 [2022-11-16T16:16:46.565Z] #57 34.12 Preparing to unpack .../47-zip_3.0-12_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 34.13 Unpacking zip (3.0-12) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 34.29 Selecting previously unselected package zstd.
16:16:46 [2022-11-16T16:16:46.565Z] #57 34.30 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 34.30 Unpacking zstd (1.4.8+dfsg-2.1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 34.66 Setting up python3-pkg-resources (52.0.0-4) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.54 Setting up libip4tc2:arm64 (1.8.7-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.59 Setting up net-tools (1.60+git20181103.0eebece-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.62 Setting up libgpm2:arm64 (1.20.7-8) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.64 Setting up libicu67:arm64 (67.1-7) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.66 Setting up libip6tc2:arm64 (1.8.7-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.67 Setting up libinih1:arm64 (53-1+b2) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.69 Setting up uidmap (1:4.8.1-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.70 Setting up libyajl2:arm64 (2.1.0-3) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.71 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.73 Setting up bzip2 (1.0.8-4) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.74 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 35.75 Setting up python3-wheel (0.34.2-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 36.43 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 36.46 Setting up libcap2:arm64 (1:2.44-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 36.48 Setting up libcap2-bin (1:2.44-1) ...
16:16:46 [2022-11-16T16:16:46.565Z] #57 36.49 Setting up apparmor (2.13.6-10) ...
16:16:47 [2022-11-16T16:16:47.954Z] #57 38.07 Setting up zip (3.0-12) ...
16:16:47 [2022-11-16T16:16:47.954Z] #57 38.08 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:16:47 [2022-11-16T16:16:47.954Z] #57 38.11 Setting up bash-completion (1:2.11-2) ...
16:16:47 [2022-11-16T16:16:47.954Z] #57 ...
16:16:47 [2022-11-16T16:16:47.954Z] 
16:16:47 [2022-11-16T16:16:47.954Z] #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
16:16:47 [2022-11-16T16:16:47.954Z] #46 108.8 config.status: creating Makefile
16:16:47 [2022-11-16T16:16:47.954Z] #46 108.9 config.status: creating config.h
16:16:47 [2022-11-16T16:16:47.954Z] #46 109.0 config.status: executing libtool commands
16:16:48 [2022-11-16T16:16:48.216Z] #46 109.0 config.status: executing depfiles commands
16:16:48 [2022-11-16T16:16:48.789Z] #46 109.7 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
16:16:48 [2022-11-16T16:16:48.789Z] #46 109.7 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:16:49 [2022-11-16T16:16:49.362Z] #46 110.1 checking for gcc... gcc
16:16:49 [2022-11-16T16:16:49.624Z] #46 110.2 checking whether the C compiler works... yes
16:16:49 [2022-11-16T16:16:49.624Z] #46 110.4 checking for C compiler default output file name... a.out
16:16:49 [2022-11-16T16:16:49.624Z] #46 110.4 checking for suffix of executables... 
16:16:49 [2022-11-16T16:16:49.886Z] #46 110.6 checking whether we are cross compiling... no
16:16:49 [2022-11-16T16:16:49.886Z] #46 110.8 checking for suffix of object files... o
16:16:50 [2022-11-16T16:16:50.148Z] #46 110.9 checking whether we are using the GNU C compiler... yes
16:16:50 [2022-11-16T16:16:50.148Z] #46 111.0 checking whether gcc accepts -g... yes
16:16:50 [2022-11-16T16:16:50.409Z] #46 111.1 checking for gcc option to accept ISO C89... none needed
16:16:50 [2022-11-16T16:16:50.671Z] #46 111.3 checking whether gcc understands -c and -o together... yes
16:16:50 [2022-11-16T16:16:50.671Z] #46 111.5 checking for a BSD-compatible install... /usr/bin/install -c
16:16:50 [2022-11-16T16:16:50.671Z] #46 111.5 checking whether build environment is sane... yes
16:16:50 [2022-11-16T16:16:50.671Z] #46 111.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:16:50 [2022-11-16T16:16:50.671Z] #46 111.6 checking for gawk... no
16:16:50 [2022-11-16T16:16:50.671Z] #46 111.6 checking for mawk... mawk
16:16:50 [2022-11-16T16:16:50.671Z] #46 111.6 checking whether make sets $(MAKE)... yes
16:16:50 [2022-11-16T16:16:50.671Z] #46 111.6 checking whether make supports the include directive... yes (GNU style)
16:16:50 [2022-11-16T16:16:50.671Z] #46 111.7 checking whether make supports nested variables... yes
16:16:50 [2022-11-16T16:16:50.932Z] #46 111.7 checking whether UID '0' is supported by ustar format... yes
16:16:50 [2022-11-16T16:16:50.932Z] #46 111.7 checking whether GID '0' is supported by ustar format... yes
16:16:50 [2022-11-16T16:16:50.932Z] #46 111.7 checking how to create a ustar tar archive... gnutar
16:16:51 [2022-11-16T16:16:51.193Z] #46 111.8 checking dependency style of gcc... gcc3
16:16:51 [2022-11-16T16:16:51.193Z] #46 111.9 checking whether to enable maintainer-specific portions of Makefiles... yes
16:16:51 [2022-11-16T16:16:51.193Z] #46 111.9 checking whether make supports nested variables... (cached) yes
16:16:51 [2022-11-16T16:16:51.455Z] #46 112.0 checking build system type... aarch64-unknown-linux-gnu
16:16:51 [2022-11-16T16:16:51.455Z] #46 112.3 checking host system type... aarch64-unknown-linux-gnu
16:16:51 [2022-11-16T16:16:51.455Z] #46 112.3 checking how to print strings... printf
16:16:51 [2022-11-16T16:16:51.455Z] #46 112.3 checking for a sed that does not truncate output... /bin/sed
16:16:51 [2022-11-16T16:16:51.455Z] #46 112.4 checking for grep that handles long lines and -e... /bin/grep
16:16:51 [2022-11-16T16:16:51.455Z] #46 112.4 checking for egrep... /bin/grep -E
16:16:51 [2022-11-16T16:16:51.455Z] #46 112.4 checking for fgrep... /bin/grep -F
16:16:51 [2022-11-16T16:16:51.455Z] #46 112.4 checking for ld used by gcc... /usr/bin/ld
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.4 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking whether ln -s works... yes
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking the maximum length of command line arguments... 1572864
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking for /usr/bin/ld option to reload object files... -r
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking for objdump... objdump
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking how to recognize dependent libraries... pass_all
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking for dlltool... no
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking how to associate runtime and link libraries... printf %s\n
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking for ar... ar
16:16:51 [2022-11-16T16:16:51.716Z] #46 112.5 checking for archiver @FILE support... @
16:16:51 [2022-11-16T16:16:51.977Z] #46 112.6 checking for strip... strip
16:16:51 [2022-11-16T16:16:51.977Z] #46 112.6 checking for ranlib... ranlib
16:16:52 [2022-11-16T16:16:52.239Z] #46 112.6 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:16:52 [2022-11-16T16:16:52.239Z] #46 113.0 checking for sysroot... no
16:16:52 [2022-11-16T16:16:52.239Z] #46 113.0 checking for a working dd... /bin/dd
16:16:52 [2022-11-16T16:16:52.239Z] #46 113.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:16:52 [2022-11-16T16:16:52.239Z] #46 113.0 checking for mt... no
16:16:52 [2022-11-16T16:16:52.239Z] #46 113.0 checking if : is a manifest tool... no
16:16:52 [2022-11-16T16:16:52.239Z] #46 113.1 checking how to run the C preprocessor... gcc -E
16:16:53 [2022-11-16T16:16:53.072Z] #46 113.4 checking for ANSI C header files... yes
16:16:53 [2022-11-16T16:16:53.072Z] #46 114.0 checking for sys/types.h... yes
16:16:53 [2022-11-16T16:16:53.593Z] #46 114.1 checking for sys/stat.h... yes
16:16:53 [2022-11-16T16:16:53.593Z] #46 114.3 checking for stdlib.h... yes
16:16:53 [2022-11-16T16:16:53.593Z] #46 114.4 checking for string.h... yes
16:16:53 [2022-11-16T16:16:53.593Z] #46 114.5 checking for memory.h... yes
16:16:54 [2022-11-16T16:16:54.115Z] #46 114.7 checking for strings.h... yes
16:16:54 [2022-11-16T16:16:54.115Z] #46 114.8 checking for inttypes.h... yes
16:16:54 [2022-11-16T16:16:54.376Z] #46 115.0 checking for stdint.h... yes
16:16:54 [2022-11-16T16:16:54.376Z] #46 115.2 checking for unistd.h... yes
16:16:54 [2022-11-16T16:16:54.637Z] #46 115.4 checking for dlfcn.h... yes
16:16:54 [2022-11-16T16:16:54.898Z] #46 115.6 checking for objdir... .libs
16:16:55 [2022-11-16T16:16:55.160Z] #46 115.9 checking if gcc supports -fno-rtti -fno-exceptions... no
16:16:55 [2022-11-16T16:16:55.160Z] #46 116.0 checking for gcc option to produce PIC... -fPIC -DPIC
16:16:55 [2022-11-16T16:16:55.422Z] #46 116.0 checking if gcc PIC flag -fPIC -DPIC works... yes
16:16:55 [2022-11-16T16:16:55.684Z] #46 116.2 checking if gcc static flag -static works... yes
16:16:55 [2022-11-16T16:16:55.946Z] #46 116.6 checking if gcc supports -c -o file.o... yes
16:16:55 [2022-11-16T16:16:55.947Z] #46 116.8 checking if gcc supports -c -o file.o... (cached) yes
16:16:55 [2022-11-16T16:16:55.947Z] #46 116.8 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:16:56 [2022-11-16T16:16:56.208Z] #46 116.8 checking dynamic linker characteristics... GNU/Linux ld.so
16:16:56 [2022-11-16T16:16:56.208Z] #46 117.1 checking how to hardcode library paths into programs... immediate
16:16:56 [2022-11-16T16:16:56.208Z] #46 117.1 checking whether stripping libraries is possible... yes
16:16:56 [2022-11-16T16:16:56.208Z] #46 117.1 checking if libtool supports shared libraries... yes
16:16:56 [2022-11-16T16:16:56.208Z] #46 117.1 checking whether to build shared libraries... no
16:16:56 [2022-11-16T16:16:56.208Z] #46 117.1 checking whether to build static libraries... yes
16:16:56 [2022-11-16T16:16:56.208Z] #46 117.1 checking float.h usability... yes
16:16:56 [2022-11-16T16:16:56.208Z] #46 117.1 checking float.h presence... yes
16:16:56 [2022-11-16T16:16:56.208Z] #46 117.2 checking for float.h... yes
16:16:56 [2022-11-16T16:16:56.469Z] #46 117.2 checking limits.h usability... 
16:16:56 [2022-11-16T16:16:56.469Z] #46 ...
16:16:56 [2022-11-16T16:16:56.469Z] 
16:16:56 [2022-11-16T16:16:56.469Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:16:56 [2022-11-16T16:16:56.469Z] #57 40.97 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.02 Setting up libmnl0:arm64 (1.0.4-3) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.03 Setting up patch (2.7.6-7) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.04 Setting up sudo (1.9.5p2-3) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.10 invoke-rc.d: could not determine current runlevel
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.12 invoke-rc.d: policy-rc.d denied execution of start.
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.14 Setting up xfsprogs (5.10.0-4) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.15 Setting up libxtables12:arm64 (1.8.7-1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.16 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.18 Setting up pigz (2.6-1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.19 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.21 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.24 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.26 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.68 Setting up libaio1:arm64 (0.3.112-9) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 41.70 Setting up python3-lib2to3 (3.9.2-1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.18 Setting up libelf1:arm64 (0.183-1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.20 Setting up zstd (1.4.8+dfsg-2.1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.21 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.23 Setting up python3-distutils (3.9.2-1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.72 Setting up vim (2:8.2.2434-3+deb11u1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 42.83 Setting up python3-setuptools (52.0.0-4) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 44.26 Setting up libjq1:arm64 (1.6-2.1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 44.27 Setting up libnftnl11:arm64 (1.1.9-1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 44.29 Setting up thin-provisioning-tools (0.9.0-1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 44.30 Setting up python3-pip (20.3.4-4+deb11u1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.32 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.34 Setting up jq (1.6-2.1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.36 Setting up libbpf0:arm64 (1:0.3-2) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.39 Setting up iptables (1.8.7-1) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.41 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.42 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.44 Setting up iproute2 (5.10.0-4) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 45.79 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:16:56 [2022-11-16T16:16:56.469Z] #57 DONE 46.5s
16:16:56 [2022-11-16T16:16:56.469Z] 
16:16:56 [2022-11-16T16:16:56.469Z] #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
16:16:56 [2022-11-16T16:16:56.469Z] #46 117.2 checking limits.h usability... yes
16:16:56 [2022-11-16T16:16:56.729Z] #46 117.3 checking limits.h presence... yes
16:16:56 [2022-11-16T16:16:56.729Z] #46 117.5 checking for limits.h... yes
16:16:56 [2022-11-16T16:16:56.990Z] #46 117.5 checking stddef.h usability... yes
16:16:56 [2022-11-16T16:16:56.990Z] #46 117.8 checking stddef.h presence... yes
16:16:56 [2022-11-16T16:16:56.990Z] #46 117.8 checking for stddef.h... yes
16:16:56 [2022-11-16T16:16:56.990Z] #46 117.8 checking for stdlib.h... (cached) yes
16:16:56 [2022-11-16T16:16:56.990Z] #46 117.8 checking for string.h... (cached) yes
16:16:57 [2022-11-16T16:16:57.251Z] #46 117.9 checking sys/time.h usability... yes
16:16:57 [2022-11-16T16:16:57.251Z] #46 118.1 checking sys/time.h presence... yes
16:16:57 [2022-11-16T16:16:57.251Z] 
16:16:57 [2022-11-16T16:16:57.251Z] #46 ...
16:16:57 [2022-11-16T16:16:57.251Z] 
16:16:57 [2022-11-16T16:16:57.251Z] #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
16:16:57 [2022-11-16T16:16:57.251Z] #0 0.808 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:16:57 [2022-11-16T16:16:57.251Z] #0 0.814 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:16:57 [2022-11-16T16:16:57.251Z] #0 0.819 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:16:57 [2022-11-16T16:16:57.251Z] #58 DONE 0.9s
16:16:57 [2022-11-16T16:16:57.251Z] 
16:16:57 [2022-11-16T16:16:57.251Z] #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
16:16:57 [2022-11-16T16:16:57.251Z] #46 118.1 checking for sys/time.h... yes
16:16:57 [2022-11-16T16:16:57.513Z] #46 118.1 checking for inline... inline
16:16:57 [2022-11-16T16:16:57.773Z] #46 118.3 checking for size_t... yes
16:16:58 [2022-11-16T16:16:58.034Z] #46 118.7 checking for stdlib.h... (cached) yes
16:16:58 [2022-11-16T16:16:58.034Z] #46 118.7 checking for GNU libc compatible malloc... yes
16:16:58 [2022-11-16T16:16:58.034Z] #46 118.9 checking for stdlib.h... (cached) yes
16:16:58 [2022-11-16T16:16:58.296Z] #46 118.9 checking for GNU libc compatible realloc... yes
16:16:58 [2022-11-16T16:16:58.557Z] #46 119.1 checking for working strtod... yes
16:16:58 [2022-11-16T16:16:58.818Z] #46 119.5 checking for gettimeofday... yes
16:16:59 [2022-11-16T16:16:59.080Z] #46 119.6 checking for memset... yes
16:16:59 [2022-11-16T16:16:59.341Z] #46 119.8 checking for strspn... yes
16:16:59 [2022-11-16T16:16:59.341Z] #46 120.2 checking that generated files are newer than configure... done
16:16:59 [2022-11-16T16:16:59.341Z] #46 120.2 configure: creating ./config.status
16:17:02 [2022-11-16T16:17:02.646Z] #46 122.9 config.status: creating Makefile
16:17:02 [2022-11-16T16:17:02.646Z] #46 123.0 config.status: creating config.h
16:17:02 [2022-11-16T16:17:02.646Z] #46 123.1 config.status: executing depfiles commands
16:17:02 [2022-11-16T16:17:02.646Z] #46 123.3 config.status: executing libtool commands
16:17:03 [2022-11-16T16:17:03.220Z] #46 124.1   GEN      .version
16:17:03 [2022-11-16T16:17:03.220Z] #46 124.1 make  install-recursive
16:17:03 [2022-11-16T16:17:03.220Z] #46 124.2 make[1]: Entering directory '/tmp/crun-build'
16:17:03 [2022-11-16T16:17:03.481Z] #46 124.3 Making install in libocispec
16:17:03 [2022-11-16T16:17:03.482Z] #46 124.3 make[2]: Entering directory '/tmp/crun-build/libocispec'
16:17:03 [2022-11-16T16:17:03.743Z] #46 124.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
16:17:03 [2022-11-16T16:17:03.743Z] #46 124.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
16:17:03 [2022-11-16T16:17:03.743Z] #46 124.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
16:17:03 [2022-11-16T16:17:03.743Z] #46 124.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
16:17:04 [2022-11-16T16:17:04.003Z] #46 125.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
16:17:04 [2022-11-16T16:17:04.265Z] #46 125.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 make  install-recursive
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.0 make[3]: Entering directory '/tmp/crun-build/libocispec'
16:17:05 [2022-11-16T16:17:05.206Z] #46 126.1 Making install in yajl
16:17:05 [2022-11-16T16:17:05.207Z] #46 126.1 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:17:05 [2022-11-16T16:17:05.207Z] #46 126.2   CC       verify/json_verify-json_verify.o
16:17:05 [2022-11-16T16:17:05.207Z] #46 126.2   CC       src/libyajl_la-yajl_alloc.lo
16:17:05 [2022-11-16T16:17:05.207Z] #46 126.2   CC       src/libyajl_la-yajl.lo
16:17:05 [2022-11-16T16:17:05.207Z] #46 126.2   CC       src/libyajl_la-yajl_gen.lo
16:17:05 [2022-11-16T16:17:05.467Z] #46 126.2   CC       src/libyajl_la-yajl_parser.lo
16:17:05 [2022-11-16T16:17:05.467Z] #46 126.3   CC       src/libyajl_la-yajl_buf.lo
16:17:05 [2022-11-16T16:17:05.467Z] #46 126.3   CC       src/libyajl_la-yajl_encode.lo
16:17:05 [2022-11-16T16:17:05.467Z] #46 126.3   CC       src/libyajl_la-yajl_lex.lo
16:17:05 [2022-11-16T16:17:05.467Z] #46 126.3   CC       src/libyajl_la-yajl_tree.lo
16:17:07 [2022-11-16T16:17:07.383Z] #46 ...
16:17:07 [2022-11-16T16:17:07.383Z] 
16:17:07 [2022-11-16T16:17:07.383Z] #59 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
16:17:07 [2022-11-16T16:17:07.383Z] #0 9.253 Collecting yamllint==1.27.1
16:17:07 [2022-11-16T16:17:07.643Z] #59 10.31   Downloading yamllint-1.27.1.tar.gz (129 kB)
16:17:08 [2022-11-16T16:17:08.657Z] #59 11.47 Collecting pathspec>=0.5.3
16:17:08 [2022-11-16T16:17:08.928Z] #59 11.51   Downloading pathspec-0.10.2-py3-none-any.whl (28 kB)
16:17:09 [2022-11-16T16:17:09.189Z] #59 11.88 Collecting pyyaml
16:17:09 [2022-11-16T16:17:09.189Z] #59 11.90   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
16:17:09 [2022-11-16T16:17:09.189Z] #59 11.94 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
16:17:09 [2022-11-16T16:17:09.189Z] #59 11.95 Building wheels for collected packages: yamllint
16:17:09 [2022-11-16T16:17:09.189Z] #59 11.96   Building wheel for yamllint (setup.py): started
16:17:10 [2022-11-16T16:17:10.576Z] #59 12.95   Building wheel for yamllint (setup.py): finished with status 'done'
16:17:10 [2022-11-16T16:17:10.576Z] #59 12.95   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=1c76bf28b59910f7b6d830962aaae711f7ab64458b574d6a568b0360cd40d1fd
16:17:10 [2022-11-16T16:17:10.576Z] #59 12.96   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
16:17:10 [2022-11-16T16:17:10.576Z] #59 12.96 Successfully built yamllint
16:17:10 [2022-11-16T16:17:10.576Z] #59 12.97 Installing collected packages: pyyaml, pathspec, yamllint
16:17:10 [2022-11-16T16:17:10.576Z] #59 13.37 Successfully installed pathspec-0.10.2 pyyaml-6.0 yamllint-1.27.1
16:17:10 [2022-11-16T16:17:10.837Z] #59 ...
16:17:10 [2022-11-16T16:17:10.837Z] 
16:17:10 [2022-11-16T16:17:10.837Z] #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
16:17:10 [2022-11-16T16:17:10.837Z] #46 131.6   CCLD     libyajl.la
16:17:11 [2022-11-16T16:17:11.099Z] #46 132.0   CCLD     verify/json_verify
16:17:11 [2022-11-16T16:17:11.100Z] #46 ...
16:17:11 [2022-11-16T16:17:11.100Z] 
16:17:11 [2022-11-16T16:17:11.100Z] #59 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
16:17:11 [2022-11-16T16:17:11.100Z] #59 DONE 13.9s
16:17:11 [2022-11-16T16:17:11.361Z] 
16:17:11 [2022-11-16T16:17:11.361Z] #29 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
16:17:11 [2022-11-16T16:17:11.622Z] #29 ...
16:17:11 [2022-11-16T16:17:11.622Z] 
16:17:11 [2022-11-16T16:17:11.622Z] #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
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.4 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.4 make[5]: Nothing to be done for 'install-exec-am'.
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.4 make[5]: Nothing to be done for 'install-data-am'.
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.4 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.4 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.4 make[4]: Entering directory '/tmp/crun-build/libocispec'
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.5   CC       src/validate.o
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.5   CC       src/image_spec_schema_config_schema.lo
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.5   CC       src/image_spec_schema_content_descriptor.lo
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.6   CC       src/image_spec_schema_defs.lo
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.6   CC       src/image_spec_schema_defs_descriptor.lo
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.6   CC       src/image_spec_schema_image_index_schema.lo
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.6   CC       src/image_spec_schema_image_layout_schema.lo
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.6   CC       src/image_spec_schema_image_manifest_schema.lo
16:17:11 [2022-11-16T16:17:11.622Z] #46 132.7   CC       src/runtime_spec_schema_config_linux.lo
16:17:11 [2022-11-16T16:17:11.884Z] #46 132.7   CC       src/runtime_spec_schema_config_zos.lo
16:17:11 [2022-11-16T16:17:11.884Z] #46 132.7   CC       src/runtime_spec_schema_config_schema.lo
16:17:11 [2022-11-16T16:17:11.884Z] #46 132.7   CC       src/runtime_spec_schema_config_solaris.lo
16:17:11 [2022-11-16T16:17:11.884Z] #46 132.8   CC       src/runtime_spec_schema_config_vm.lo
16:17:11 [2022-11-16T16:17:11.884Z] #46 132.8   CC       src/runtime_spec_schema_config_windows.lo
16:17:11 [2022-11-16T16:17:11.884Z] #46 132.9   CC       src/runtime_spec_schema_defs.lo
16:17:11 [2022-11-16T16:17:11.884Z] #46 132.9   CC       src/runtime_spec_schema_defs_linux.lo
16:17:12 [2022-11-16T16:17:12.145Z] #46 133.0   CC       src/runtime_spec_schema_defs_zos.lo
16:17:12 [2022-11-16T16:17:12.145Z] #46 133.0   CC       src/runtime_spec_schema_defs_vm.lo
16:17:12 [2022-11-16T16:17:12.145Z] #46 133.2   CC       src/runtime_spec_schema_defs_windows.lo
16:17:12 [2022-11-16T16:17:12.407Z] #46 133.2   CC       src/runtime_spec_schema_state_schema.lo
16:17:12 [2022-11-16T16:17:12.407Z] #46 133.3   CC       src/image_manifest_items_image_manifest_items_schema.lo
16:17:12 [2022-11-16T16:17:12.407Z] #46 133.4   CC       src/basic_test_double_array_item.lo
16:17:12 [2022-11-16T16:17:12.668Z] #46 133.5   CC       src/basic_test_double_array.lo
16:17:12 [2022-11-16T16:17:12.930Z] #46 133.7   CC       src/basic_test_top_array_int.lo
16:17:13 [2022-11-16T16:17:13.191Z] #46 134.0   CC       src/basic_test_top_array_string.lo
16:17:13 [2022-11-16T16:17:13.453Z] #46 134.2   CC       src/basic_test_top_double_array_int.lo
16:17:13 [2022-11-16T16:17:13.453Z] #46 134.5   CC       src/basic_test_top_double_array_obj.lo
16:17:13 [2022-11-16T16:17:13.714Z] #46 134.7   CC       src/basic_test_top_double_array_refobj.lo
16:17:13 [2022-11-16T16:17:13.715Z] #46 134.7   CC       src/basic_test_top_double_array_string.lo
16:17:13 [2022-11-16T16:17:13.976Z] #46 134.9   CC       src/read-file.lo
16:17:14 [2022-11-16T16:17:14.237Z] #46 134.9   CC       src/json_common.lo
16:17:14 [2022-11-16T16:17:14.237Z] #46 135.1   CC       tests/test-1.o
16:17:14 [2022-11-16T16:17:14.499Z] #46 135.3   CC       tests/test-2.o
16:17:14 [2022-11-16T16:17:14.499Z] #46 135.4   CC       tests/test-3.o
16:17:14 [2022-11-16T16:17:14.499Z] #46 135.5   CC       tests/test-4.o
16:17:14 [2022-11-16T16:17:14.760Z] #46 135.7   CC       tests/test-5.o
16:17:15 [2022-11-16T16:17:15.333Z] #46 136.0   CC       tests/test-6.o
16:17:15 [2022-11-16T16:17:15.333Z] #46 136.1   CC       tests/test-7.o
16:17:15 [2022-11-16T16:17:15.595Z] #46 136.3   CC       tests/test-8.o
16:17:15 [2022-11-16T16:17:15.595Z] #46 136.5   CC       tests/test-9.o
16:17:15 [2022-11-16T16:17:15.856Z] #46 136.6   CC       tests/test-10.o
16:17:16 [2022-11-16T16:17:16.118Z] #46 136.8   CC       tests/test-11.o
16:17:38 [2022-11-16T16:17:38.092Z] #46 ...
16:17:38 [2022-11-16T16:17:38.092Z] 
16:17:38 [2022-11-16T16:17:38.092Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
16:17:38 [2022-11-16T16:17:38.092Z] #41 199.9 + dpkg --print-architecture
16:17:38 [2022-11-16T16:17:38.092Z] #41 DONE 200.8s
16:17:38 [2022-11-16T16:17:38.092Z] 
16:17:38 [2022-11-16T16:17:38.092Z] #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
16:17:48 [2022-11-16T16:17:48.108Z] #43 ...
16:17:48 [2022-11-16T16:17:48.108Z] 
16:17:48 [2022-11-16T16:17:48.108Z] #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
16:17:48 [2022-11-16T16:17:48.108Z] #46 168.8   CCLD     libocispec.la
16:17:48 [2022-11-16T16:17:48.370Z] #46 169.2   CCLD     src/validate
16:17:48 [2022-11-16T16:17:48.370Z] #46 169.2   CCLD     tests/test-1
16:17:48 [2022-11-16T16:17:48.370Z] #46 169.2   CCLD     tests/test-2
16:17:48 [2022-11-16T16:17:48.370Z] #46 169.2   CCLD     tests/test-3
16:17:48 [2022-11-16T16:17:48.370Z] #46 169.2   CCLD     tests/test-4
16:17:48 [2022-11-16T16:17:48.370Z] #46 169.3   CCLD     tests/test-5
16:17:48 [2022-11-16T16:17:48.370Z] #46 169.3   CCLD     tests/test-6
16:17:48 [2022-11-16T16:17:48.370Z] #46 169.4   CCLD     tests/test-7
16:17:48 [2022-11-16T16:17:48.632Z] #46 169.5   CCLD     tests/test-8
16:17:48 [2022-11-16T16:17:48.632Z] #46 169.6   CCLD     tests/test-9
16:17:48 [2022-11-16T16:17:48.632Z] #46 169.7 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
16:17:48 [2022-11-16T16:17:48.893Z] #46 169.8   CCLD     tests/test-10
16:17:48 [2022-11-16T16:17:48.893Z] #46 169.8   CCLD     tests/test-11
16:17:50 [2022-11-16T16:17:50.810Z] #46 171.3 libtool: link: ar cr libocispec.a 
16:17:50 [2022-11-16T16:17:50.810Z] #46 171.3 libtool: link: ranlib libocispec.a
16:17:52 [2022-11-16T16:17:52.195Z] #46 172.8 make[5]: Entering directory '/tmp/crun-build/libocispec'
16:17:52 [2022-11-16T16:17:52.195Z] #46 172.9 make[5]: Nothing to be done for 'install-exec-am'.
16:17:52 [2022-11-16T16:17:52.195Z] #46 172.9 make[5]: Nothing to be done for 'install-data-am'.
16:17:52 [2022-11-16T16:17:52.195Z] #46 172.9 make[5]: Leaving directory '/tmp/crun-build/libocispec'
16:17:52 [2022-11-16T16:17:52.195Z] #46 172.9 make[4]: Leaving directory '/tmp/crun-build/libocispec'
16:17:52 [2022-11-16T16:17:52.195Z] #46 172.9 make[3]: Leaving directory '/tmp/crun-build/libocispec'
16:17:52 [2022-11-16T16:17:52.195Z] #46 172.9 make[2]: Leaving directory '/tmp/crun-build/libocispec'
16:17:52 [2022-11-16T16:17:52.195Z] #46 172.9 make[2]: Entering directory '/tmp/crun-build'
16:17:52 [2022-11-16T16:17:52.195Z] #46 173.0   CC       src/libcrun/libcrun_testing_a-utils.o
16:17:52 [2022-11-16T16:17:52.195Z] #46 173.0   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
16:17:52 [2022-11-16T16:17:52.195Z] #46 173.0   CC       src/libcrun/libcrun_testing_a-container.o
16:17:52 [2022-11-16T16:17:52.195Z] #46 173.1   CC       src/libcrun/libcrun_testing_a-cgroup.o
16:17:52 [2022-11-16T16:17:52.195Z] #46 173.1   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
16:17:52 [2022-11-16T16:17:52.195Z] #46 173.1   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
16:17:52 [2022-11-16T16:17:52.195Z] #46 173.1   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
16:17:52 [2022-11-16T16:17:52.195Z] #46 173.2   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
16:17:52 [2022-11-16T16:17:52.457Z] #46 173.2   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
16:17:52 [2022-11-16T16:17:52.457Z] #46 173.2   CC       src/libcrun/libcrun_testing_a-criu.o
16:17:52 [2022-11-16T16:17:52.457Z] #46 173.3   CC       src/libcrun/libcrun_testing_a-custom-handler.o
16:17:52 [2022-11-16T16:17:52.457Z] #46 173.3   CC       src/libcrun/libcrun_testing_a-linux.o
16:17:52 [2022-11-16T16:17:52.457Z] #46 173.3   CC       src/libcrun/libcrun_testing_a-seccomp.o
16:17:52 [2022-11-16T16:17:52.457Z] #46 173.3   CC       src/libcrun/libcrun_testing_a-ebpf.o
16:17:52 [2022-11-16T16:17:52.457Z] #46 173.4   CC       src/libcrun/libcrun_testing_a-error.o
16:17:52 [2022-11-16T16:17:52.718Z] #46 173.5   CC       src/libcrun/libcrun_testing_a-status.o
16:17:52 [2022-11-16T16:17:52.718Z] #46 173.5   CC       src/libcrun/libcrun_testing_a-terminal.o
16:17:52 [2022-11-16T16:17:52.718Z] #46 173.6   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
16:17:52 [2022-11-16T16:17:52.718Z] #46 173.6   CC       src/libcrun/libcrun_testing_a-signals.o
16:17:52 [2022-11-16T16:17:52.979Z] #46 173.8   CC       src/libcrun/libcrun_testing_a-mount_flags.o
16:17:52 [2022-11-16T16:17:52.979Z] #46 173.8   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
16:17:52 [2022-11-16T16:17:52.979Z] #46 173.9   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
16:17:52 [2022-11-16T16:17:52.979Z] #46 173.9   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
16:17:53 [2022-11-16T16:17:53.241Z] #46 174.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
16:17:53 [2022-11-16T16:17:53.241Z] #46 174.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
16:17:53 [2022-11-16T16:17:53.241Z] #46 174.1   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
16:17:53 [2022-11-16T16:17:53.501Z] #46 174.2   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
16:17:53 [2022-11-16T16:17:53.762Z] #46 174.6   CC       src/crun-crun.o
16:17:54 [2022-11-16T16:17:54.022Z] #46 174.9   CC       src/crun-run.o
16:17:54 [2022-11-16T16:17:54.022Z] #46 174.9   CC       src/crun-delete.o
16:17:54 [2022-11-16T16:17:54.022Z] #46 175.0   CC       src/crun-kill.o
16:17:54 [2022-11-16T16:17:54.283Z] #46 175.1   CC       src/crun-pause.o
16:17:54 [2022-11-16T16:17:54.283Z] #46 175.2   CC       src/crun-unpause.o
16:17:54 [2022-11-16T16:17:54.283Z] #46 175.2   CC       src/crun-spec.o
16:17:54 [2022-11-16T16:17:54.544Z] #46 175.3   CC       src/crun-exec.o
16:17:54 [2022-11-16T16:17:54.805Z] #46 175.7   CC       src/crun-list.o
16:17:55 [2022-11-16T16:17:55.066Z] #46 175.8   CC       src/crun-create.o
16:17:55 [2022-11-16T16:17:55.066Z] #46 176.0   CC       src/crun-start.o
16:17:55 [2022-11-16T16:17:55.328Z] #46 176.1   CC       src/crun-state.o
16:17:55 [2022-11-16T16:17:55.328Z] #46 176.4   CC       src/crun-update.o
16:17:55 [2022-11-16T16:17:55.589Z] #46 176.4   CC       src/crun-ps.o
16:17:55 [2022-11-16T16:17:55.850Z] #46 176.8   CC       src/crun-checkpoint.o
16:17:56 [2022-11-16T16:17:56.112Z] #46 177.0   CC       src/crun-restore.o
16:17:56 [2022-11-16T16:17:56.373Z] #46 177.1   CC       src/libcrun/libcrun_la-utils.lo
16:17:56 [2022-11-16T16:17:56.634Z] #46 177.4   CC       src/libcrun/libcrun_la-cloned_binary.lo
16:17:56 [2022-11-16T16:17:56.895Z] #46 177.5   CC       src/libcrun/libcrun_la-container.lo
16:17:56 [2022-11-16T16:17:56.895Z] #46 177.9   CC       src/libcrun/libcrun_la-cgroup.lo
16:17:56 [2022-11-16T16:17:56.895Z] #46 177.9   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
16:17:57 [2022-11-16T16:17:57.467Z] #46 178.2   CC       src/libcrun/libcrun_la-cgroup-resources.lo
16:17:57 [2022-11-16T16:17:57.467Z] #46 178.2   CC       src/libcrun/libcrun_la-cgroup-setup.lo
16:17:57 [2022-11-16T16:17:57.727Z] #46 178.4   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
16:17:57 [2022-11-16T16:17:57.727Z] #46 178.7   CC       src/libcrun/libcrun_la-cgroup-utils.lo
16:17:57 [2022-11-16T16:17:57.988Z] #46 179.0   CC       src/libcrun/libcrun_la-criu.lo
16:17:58 [2022-11-16T16:17:58.249Z] #46 179.2   CC       src/libcrun/libcrun_la-custom-handler.lo
16:17:58 [2022-11-16T16:17:58.510Z] #46 179.3   CC       src/libcrun/libcrun_la-linux.lo
16:17:58 [2022-11-16T16:17:58.771Z] #46 179.6   CC       src/libcrun/libcrun_la-seccomp.lo
16:17:58 [2022-11-16T16:17:58.771Z] #46 179.7   CC       src/libcrun/libcrun_la-ebpf.lo
16:17:59 [2022-11-16T16:17:59.713Z] #46 180.6   CC       src/libcrun/libcrun_la-error.lo
16:17:59 [2022-11-16T16:17:59.973Z] #46 180.8   CC       src/libcrun/libcrun_la-status.lo
16:18:00 [2022-11-16T16:18:00.916Z] #46 181.6   CC       src/libcrun/libcrun_la-terminal.lo
16:18:00 [2022-11-16T16:18:00.916Z] #46 181.7   CC       src/libcrun/libcrun_la-chroot_realpath.lo
16:18:01 [2022-11-16T16:18:01.177Z] #46 182.0   CC       src/libcrun/libcrun_la-signals.lo
16:18:01 [2022-11-16T16:18:01.439Z] #46 182.2   CC       src/libcrun/libcrun_la-mount_flags.lo
16:18:01 [2022-11-16T16:18:01.439Z] #46 182.4   CC       src/libcrun/libcrun_la-seccomp_notify.lo
16:18:01 [2022-11-16T16:18:01.700Z] #46 182.6   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
16:18:03 [2022-11-16T16:18:03.087Z] #46 183.9   CC       src/libcrun/handlers/libcrun_la-krun.lo
16:18:03 [2022-11-16T16:18:03.348Z] #46 184.3   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
16:18:03 [2022-11-16T16:18:03.609Z] #46 184.4   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
16:18:04 [2022-11-16T16:18:04.996Z] #46 185.8   CC       tests/init.o
16:18:05 [2022-11-16T16:18:05.258Z] #46 186.2   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
16:18:23 [2022-11-16T16:18:23.383Z] #46 203.0   CCLD     tests/init
16:18:41 [2022-11-16T16:18:41.596Z] #46 ...
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #29 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
16:18:41 [2022-11-16T16:18:41.596Z] #29 262.5 + return
16:18:41 [2022-11-16T16:18:41.596Z] #29 DONE 263.3s
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #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
16:18:41 [2022-11-16T16:18:41.596Z] #46 ...
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #60 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
16:18:41 [2022-11-16T16:18:41.596Z] #60 DONE 0.5s
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #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
16:18:41 [2022-11-16T16:18:41.596Z] #46 221.4   AR       libcrun_testing.a
16:18:41 [2022-11-16T16:18:41.596Z] #46 221.4 ar: `u' modifier ignored since `D' is the default (see `U')
16:18:41 [2022-11-16T16:18:41.596Z] #46 221.5   CCLD     tests/tests_libcrun_utils
16:18:41 [2022-11-16T16:18:41.596Z] #46 221.5   CCLD     tests/tests_libcrun_errors
16:18:41 [2022-11-16T16:18:41.596Z] #46 221.6   CCLD     tests/tests_libcrun_fuzzer
16:18:41 [2022-11-16T16:18:41.596Z] #46 ...
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #61 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
16:18:41 [2022-11-16T16:18:41.596Z] #61 DONE 0.1s
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #62 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
16:18:41 [2022-11-16T16:18:41.596Z] #62 DONE 0.1s
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #63 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
16:18:41 [2022-11-16T16:18:41.596Z] #63 DONE 0.1s
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #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
16:18:41 [2022-11-16T16:18:41.596Z] #46 222.0   CCLD     libcrun.la
16:18:41 [2022-11-16T16:18:41.596Z] #46 ...
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #64 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
16:18:41 [2022-11-16T16:18:41.596Z] #64 DONE 0.1s
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #65 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
16:18:41 [2022-11-16T16:18:41.596Z] #65 DONE 0.1s
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #66 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
16:18:41 [2022-11-16T16:18:41.596Z] #66 DONE 0.1s
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #67 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
16:18:41 [2022-11-16T16:18:41.596Z] #67 DONE 0.1s
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #68 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
16:18:41 [2022-11-16T16:18:41.596Z] #68 DONE 0.1s
16:18:41 [2022-11-16T16:18:41.596Z] 
16:18:41 [2022-11-16T16:18:41.596Z] #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
16:18:41 [2022-11-16T16:18:41.862Z] #43 ...
16:18:41 [2022-11-16T16:18:41.862Z] 
16:18:41 [2022-11-16T16:18:41.862Z] #69 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
16:18:41 [2022-11-16T16:18:41.862Z] #69 DONE 0.1s
16:18:41 [2022-11-16T16:18:41.862Z] 
16:18:41 [2022-11-16T16:18:41.862Z] #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
16:18:42 [2022-11-16T16:18:42.123Z] #43 ...
16:18:42 [2022-11-16T16:18:42.123Z] 
16:18:42 [2022-11-16T16:18:42.123Z] #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
16:18:42 [2022-11-16T16:18:42.123Z] #46 222.9   CCLD     crun
16:18:42 [2022-11-16T16:18:42.694Z] #46 223.3 make[3]: Entering directory '/tmp/crun-build'
16:18:42 [2022-11-16T16:18:42.694Z] #46 223.5  /bin/mkdir -p '/usr/local/share/man/man1'
16:18:42 [2022-11-16T16:18:42.694Z] #46 223.5  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
16:18:42 [2022-11-16T16:18:42.694Z] #46 223.5  /bin/mkdir -p '/usr/local/lib'
16:18:42 [2022-11-16T16:18:42.694Z] #46 223.5  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
16:18:42 [2022-11-16T16:18:42.694Z] #46 223.6 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
16:18:42 [2022-11-16T16:18:42.694Z] #46 223.6 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
16:18:42 [2022-11-16T16:18:42.694Z] #46 223.6 libtool: install: chmod 644 /usr/local/lib/libcrun.a
16:18:42 [2022-11-16T16:18:42.694Z] #46 223.6 libtool: install: ranlib /usr/local/lib/libcrun.a
16:18:42 [2022-11-16T16:18:42.694Z] #46 223.7 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 ----------------------------------------------------------------------
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 Libraries have been installed in:
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7    /usr/local/lib
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 If you ever happen to want to link against installed libraries
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 in a given directory, LIBDIR, you must either use libtool, and
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 specify the full pathname of the library, or use the '-LLIBDIR'
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 flag during linking and do at least one of the following:
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7      during execution
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7    - add LIBDIR to the 'LD_RUN_PATH' environment variable
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7      during linking
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 See any operating system documentation about shared libraries for
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 more information, such as the ld(1) and ld.so(8) manual pages.
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7 ----------------------------------------------------------------------
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7  /bin/mkdir -p '/build'
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.7   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.8 libtool: install: /usr/bin/install -c crun /build/crun
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.8 make[3]: Leaving directory '/tmp/crun-build'
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.8 make[2]: Leaving directory '/tmp/crun-build'
16:18:42 [2022-11-16T16:18:42.955Z] #46 223.8 make[1]: Leaving directory '/tmp/crun-build'
16:18:42 [2022-11-16T16:18:42.955Z] #46 DONE 223.9s
16:18:42 [2022-11-16T16:18:42.955Z] 
16:18:42 [2022-11-16T16:18:42.955Z] #28 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:18:46 [2022-11-16T16:18:46.258Z] #28 ...
16:18:46 [2022-11-16T16:18:46.258Z] 
16:18:46 [2022-11-16T16:18:46.258Z] #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
16:18:46 [2022-11-16T16:18:46.258Z] #50 162.5 + mkdir -p /build
16:18:46 [2022-11-16T16:18:46.258Z] #50 162.5 + cp runc /build/runc
16:18:46 [2022-11-16T16:18:46.519Z] #50 DONE 162.8s
16:18:46 [2022-11-16T16:18:46.520Z] 
16:18:46 [2022-11-16T16:18:46.520Z] #28 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:18:49 [2022-11-16T16:18:49.825Z] #28 274.1 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown)
16:18:50 [2022-11-16T16:18:50.768Z] #28 DONE 274.8s
16:18:50 [2022-11-16T16:18:50.768Z] 
16:18:50 [2022-11-16T16:18:50.768Z] #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
16:18:51 [2022-11-16T16:18:51.710Z] #43 ...
16:18:51 [2022-11-16T16:18:51.710Z] 
16:18:51 [2022-11-16T16:18:51.710Z] #70 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
16:18:51 [2022-11-16T16:18:51.710Z] #70 DONE 0.2s
16:18:51 [2022-11-16T16:18:51.710Z] 
16:18:51 [2022-11-16T16:18:51.710Z] #71 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
16:18:51 [2022-11-16T16:18:51.710Z] #71 DONE 0.1s
16:18:51 [2022-11-16T16:18:51.710Z] 
16:18:51 [2022-11-16T16:18:51.710Z] #72 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
16:18:51 [2022-11-16T16:18:51.710Z] #72 DONE 0.1s
16:18:51 [2022-11-16T16:18:51.710Z] 
16:18:51 [2022-11-16T16:18:51.710Z] #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
16:18:54 [2022-11-16T16:18:54.255Z] #43 245.0 + bin/containerd
16:19:33 [2022-11-16T16:19:33.015Z] #43 284.0 # github.com/containerd/containerd/cmd/containerd
16:19:33 [2022-11-16T16:19:33.015Z] #43 284.0 /usr/bin/ld: /tmp/go-link-2114448466/000019.o: in function `New':
16:19:33 [2022-11-16T16:19:33.015Z] #43 284.0 /tmp/tmp.csU53jyK6W/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
16:19:33 [2022-11-16T16:19:33.015Z] #43 284.1 + bin/containerd-stress
16:19:33 [2022-11-16T16:19:33.958Z] #43 285.1 + bin/containerd-shim
16:19:43 [2022-11-16T16:19:43.965Z] #43 293.6 + bin/containerd-shim-runc-v1
16:19:47 [2022-11-16T16:19:47.269Z] #43 298.5 + bin/containerd-shim-runc-v2
16:19:48 [2022-11-16T16:19:48.213Z] #43 299.2 + binaries
16:19:48 [2022-11-16T16:19:48.213Z] #43 299.2 + install -D bin/containerd /build/containerd
16:19:48 [2022-11-16T16:19:48.213Z] #43 299.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:19:48 [2022-11-16T16:19:48.213Z] #43 299.3 + install -D bin/ctr /build/ctr
16:19:49 [2022-11-16T16:19:49.155Z] #43 DONE 300.4s
16:19:50 [2022-11-16T16:19:50.100Z] 
16:19:50 [2022-11-16T16:19:50.100Z] #73 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
16:19:50 [2022-11-16T16:19:50.100Z] #73 DONE 0.2s
16:19:50 [2022-11-16T16:19:50.361Z] 
16:19:50 [2022-11-16T16:19:50.361Z] #74 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
16:19:50 [2022-11-16T16:19:50.361Z] #74 DONE 0.1s
16:19:50 [2022-11-16T16:19:50.361Z] 
16:19:50 [2022-11-16T16:19:50.361Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
16:19:50 [2022-11-16T16:19:50.622Z] #75 DONE 0.5s
16:19:50 [2022-11-16T16:19:50.883Z] 
16:19:50 [2022-11-16T16:19:50.883Z] #76 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
16:19:50 [2022-11-16T16:19:50.883Z] #76 DONE 0.1s
16:19:50 [2022-11-16T16:19:50.883Z] 
16:19:50 [2022-11-16T16:19:50.883Z] #77 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
16:19:50 [2022-11-16T16:19:50.883Z] #77 DONE 0.0s
16:19:50 [2022-11-16T16:19:50.883Z] 
16:19:50 [2022-11-16T16:19:50.883Z] #78 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
16:19:50 [2022-11-16T16:19:50.883Z] #78 DONE 0.0s
16:19:50 [2022-11-16T16:19:50.883Z] 
16:19:50 [2022-11-16T16:19:50.883Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker
16:19:52 [2022-11-16T16:19:52.268Z] #79 DONE 1.2s
16:19:52 [2022-11-16T16:19:52.268Z] 
16:19:52 [2022-11-16T16:19:52.268Z] #80 exporting to image
16:19:52 [2022-11-16T16:19:52.268Z] #80 exporting layers
16:19:56 [2022-11-16T16:19:56.480Z] #80 exporting layers 3.7s done
16:19:56 [2022-11-16T16:19:56.480Z] #80 writing image sha256:f026faee17dc9dbaee70ef776a7e2361b60049f034b0dc50594e89d4b2979ee1 done
16:19:56 [2022-11-16T16:19:56.480Z] #80 naming to docker.io/library/docker:0e381e4a2217f08fde374b6fb70200f616b50866 done
16:19:56 [2022-11-16T16:19:56.480Z] #80 DONE 3.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
16:19:56 [2022-11-16T16:19:56.794Z] + sudo modprobe ip6table_filter
[Pipeline] sh
16:19:57 [2022-11-16T16:19:57.080Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44477/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e381e4a2217f08fde374b6fb70200f616b50866 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:0e381e4a2217f08fde374b6fb70200f616b50866 hack/test/unit
16:19:57 [2022-11-16T16:19:57.652Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
16:19:57 [2022-11-16T16:19:57.652Z] + TESTFLAGS+=' -test.timeout=5m'
16:19:57 [2022-11-16T16:19:57.652Z] + TESTDIRS=./...
16:19:57 [2022-11-16T16:19:57.652Z] + exclude_paths='/vendor/|/integration'
16:19:57 [2022-11-16T16:19:57.652Z] ++ go list ./...
16:19:57 [2022-11-16T16:19:57.652Z] ++ grep -vE '(/vendor/|/integration)'
16:19:58 [2022-11-16T16:19:58.226Z] + pkg_list='github.com/docker/docker/api
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/backend/build
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/httpstatus
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/httputils
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/middleware
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/build
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/checkpoint
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/container
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/debug
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/distribution
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/grpc
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/image
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/network
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/plugin
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/session
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/swarm
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/system
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/server/router/volume
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/backend
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/blkiodev
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/container
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/events
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/filters
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/image
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/mount
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/network
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/plugins/logdriver
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/registry
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/strslice
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/swarm
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/swarm/runtime
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/time
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/versions
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/versions/v1p19
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/versions/v1p20
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/api/types/volume
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/builder-next
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/builder-next/exporter
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/builder-next/worker
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/dockerfile
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/remotecontext
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/remotecontext/git
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/builder/remotecontext/urlutil
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/cli
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/cli/config
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/cli/debug
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/cli/winresources/docker-proxy
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/cli/winresources/dockerd
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/client
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/cmd/docker-proxy
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/cmd/dockerd
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/cmd/dockerd/trap
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/container
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/container/stream
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/contrib/apparmor
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/contrib/docker-device-tool
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/contrib/httpserver
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/cluster
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/cluster/convert
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/cluster/executor
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/cluster/executor/container
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/cluster/provider
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/config
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/events
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/events/testutils
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/exec
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/aufs
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/copy
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/overlay
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/register
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/vfs
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/graphdriver/zfs
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/images
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/initlayer
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/links
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/listeners
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/awslogs
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/fluentd
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/gcplogs
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/gelf
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/journald
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/local
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/logentries
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/loggertest
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/loggerutils
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/splunk
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/syslog
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/logger/templates
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/names
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/network
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/daemon/stats
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/distribution
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/distribution/metadata
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/distribution/utils
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/distribution/xfer
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/dockerversion
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/errdefs
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/image
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/image/cache
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/image/tarexport
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/image/v1
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/internal/test/suite
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/layer
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libcontainerd
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libcontainerd/queue
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libcontainerd/remote
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libcontainerd/supervisor
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libcontainerd/types
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/bitseq
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/cluster
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/config
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/datastore
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/diagnostic
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/discoverapi
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/driverapi
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/bridge
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/host
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/null
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/overlay
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/remote
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/windows
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/drvregistry
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/etchosts
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/idm
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/internal/caller
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/ipam
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/ipamapi
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/ipams/builtin
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/ipams/null
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/ipams/remote
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/ipamutils
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/iptables
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/netlabel
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/netutils
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/networkdb
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/ns
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/options
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/osl
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/osl/kernel
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/portallocator
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/portmapper
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/resolvconf
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/testutils
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/libnetwork/types
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/oci
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/oci/caps
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/opts
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/aaparser
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/archive
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/authorization
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/broadcaster
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/capabilities
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/chrootarchive
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/containerfs
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/devicemapper
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/directory
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/dmesg
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/fileutils
16:19:58 [2022-11-16T16:19:58.226Z] github.com/docker/docker/pkg/fsutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/homedir
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/idtools
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/ioutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/jsonmessage
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/longpath
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/loopback
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/namesgenerator
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/parsers
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/parsers/kernel
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/pidfile
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/platform
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugingetter
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugins
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugins/transport
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/pools
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/progress
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/pubsub
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/reexec
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/signal
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/stack
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/stdcopy
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/streamformatter
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/stringid
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/sysinfo
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/system
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/tailfile
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/tarsum
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/truncindex
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/urlutil
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/useragent
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/plugin
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/plugin/executor/containerd
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/plugin/v2
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/profiles/apparmor
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/profiles/seccomp
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/quota
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/reference
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/registry
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/registry/resumable
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/restartmanager
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/rootless
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/rootless/specconv
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/runconfig
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/runconfig/opts
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/daemon
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/environment
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fakecontext
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fakegit
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fakestorage
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fixtures/load
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fixtures/plugin
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/registry
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/request
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/drivers
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/local
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/mounts
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/service
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/service/opts
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/testutils'
16:19:58 [2022-11-16T16:19:58.227Z] ++ grep --fixed-strings -v /libnetwork
16:19:58 [2022-11-16T16:19:58.227Z] ++ echo 'github.com/docker/docker/api
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/backend/build
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/httpstatus
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/httputils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/middleware
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/build
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/checkpoint
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/container
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/debug
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/distribution
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/grpc
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/image
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/network
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/plugin
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/session
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/swarm
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/system
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/volume
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/backend
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/blkiodev
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/container
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/events
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/filters
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/image
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/mount
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/network
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/plugins/logdriver
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/registry
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/strslice
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/swarm
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/swarm/runtime
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/time
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/versions
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/versions/v1p19
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/versions/v1p20
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/volume
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/builder-next
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/builder-next/exporter
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/builder-next/worker
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/dockerfile
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/remotecontext
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/remotecontext/git
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/builder/remotecontext/urlutil
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/cli
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/cli/config
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/cli/debug
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/cli/winresources/docker-proxy
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/cli/winresources/dockerd
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/client
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/cmd/docker-proxy
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/cmd/dockerd
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/cmd/dockerd/trap
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/container
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/container/stream
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/contrib/apparmor
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/contrib/docker-device-tool
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/contrib/httpserver
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/cluster
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/cluster/convert
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/cluster/executor
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/cluster/executor/container
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/cluster/provider
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/config
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/events
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/events/testutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/exec
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/aufs
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/copy
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/overlay
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/register
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/vfs
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/graphdriver/zfs
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/images
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/initlayer
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/links
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/listeners
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/awslogs
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/fluentd
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/gcplogs
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/gelf
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/journald
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/local
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/logentries
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/loggertest
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/loggerutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/splunk
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/syslog
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/logger/templates
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/names
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/network
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/daemon/stats
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/distribution
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/distribution/metadata
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/distribution/utils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/distribution/xfer
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/dockerversion
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/errdefs
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/image
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/image/cache
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/image/tarexport
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/image/v1
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/internal/test/suite
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/layer
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libcontainerd
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libcontainerd/queue
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libcontainerd/remote
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libcontainerd/supervisor
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libcontainerd/types
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/bitseq
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/cluster
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/config
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/datastore
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/diagnostic
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/discoverapi
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/driverapi
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/bridge
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/host
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/null
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/overlay
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/remote
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/windows
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/drvregistry
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/etchosts
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/idm
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/internal/caller
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/ipam
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/ipamapi
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/ipams/builtin
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/ipams/null
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/ipams/remote
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/ipamutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/iptables
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/netlabel
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/netutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/networkdb
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/ns
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/options
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/osl
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/osl/kernel
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/portallocator
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/portmapper
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/resolvconf
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/testutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/libnetwork/types
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/oci
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/oci/caps
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/opts
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/aaparser
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/archive
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/authorization
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/broadcaster
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/capabilities
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/chrootarchive
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/containerfs
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/devicemapper
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/directory
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/dmesg
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/fileutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/fsutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/homedir
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/idtools
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/ioutils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/jsonmessage
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/longpath
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/loopback
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/namesgenerator
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/parsers
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/parsers/kernel
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/pidfile
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/platform
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugingetter
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugins
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/plugins/transport
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/pools
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/progress
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/pubsub
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/reexec
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/signal
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/stack
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/stdcopy
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/streamformatter
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/stringid
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/sysinfo
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/system
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/tailfile
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/tarsum
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/truncindex
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/urlutil
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/pkg/useragent
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/plugin
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/plugin/executor/containerd
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/plugin/v2
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/profiles/apparmor
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/profiles/seccomp
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/quota
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/reference
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/registry
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/registry/resumable
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/restartmanager
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/rootless
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/rootless/specconv
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/runconfig
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/runconfig/opts
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/daemon
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/environment
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fakecontext
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fakegit
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fakestorage
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fixtures/load
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fixtures/plugin
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/registry
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/testutil/request
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/drivers
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/local
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/mounts
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/service
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/service/opts
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/volume/testutils'
16:19:58 [2022-11-16T16:19:58.227Z] + base_pkg_list='github.com/docker/docker/api
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/backend/build
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/httpstatus
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/httputils
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/middleware
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/build
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/checkpoint
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/container
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/debug
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/distribution
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/grpc
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/image
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/network
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/plugin
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/session
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/swarm
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/system
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/server/router/volume
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/backend
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/blkiodev
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/container
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/events
16:19:58 [2022-11-16T16:19:58.227Z] github.com/docker/docker/api/types/filters
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/image
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/mount
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/network
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/plugins/logdriver
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/registry
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/strslice
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/swarm
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/swarm/runtime
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/time
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/versions
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/versions/v1p19
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/versions/v1p20
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/volume
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/exporter
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/worker
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/dockerfile
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/remotecontext
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/remotecontext/git
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/remotecontext/urlutil
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cli
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cli/config
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cli/debug
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cli/winresources/docker-proxy
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cli/winresources/dockerd
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/client
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cmd/docker-proxy
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cmd/dockerd
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cmd/dockerd/trap
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/container
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/container/stream
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/contrib/apparmor
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/contrib/docker-device-tool
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/contrib/httpserver
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster/convert
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster/executor
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster/executor/container
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster/provider
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/config
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/events
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/events/testutils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/exec
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/aufs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/copy
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/overlay
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/register
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/vfs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/zfs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/images
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/initlayer
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/links
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/listeners
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/awslogs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/fluentd
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/gcplogs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/gelf
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/journald
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/local
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/logentries
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/loggertest
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/loggerutils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/splunk
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/syslog
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/templates
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/names
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/network
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/stats
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/distribution
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/distribution/metadata
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/distribution/utils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/distribution/xfer
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/dockerversion
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/errdefs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/image
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/image/cache
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/image/tarexport
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/image/v1
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/internal/test/suite
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/layer
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libcontainerd
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libcontainerd/queue
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libcontainerd/remote
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libcontainerd/supervisor
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libcontainerd/types
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/oci
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/oci/caps
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/opts
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/aaparser
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/archive
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/authorization
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/broadcaster
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/capabilities
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/chrootarchive
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/containerfs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/devicemapper
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/directory
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/dmesg
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/fileutils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/fsutils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/homedir
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/idtools
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/ioutils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/jsonmessage
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/longpath
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/loopback
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/namesgenerator
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/parsers
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/parsers/kernel
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/pidfile
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/platform
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/plugingetter
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/plugins
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/plugins/transport
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/pools
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/progress
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/pubsub
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/reexec
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/signal
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/stack
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/stdcopy
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/streamformatter
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/stringid
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/sysinfo
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/system
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/tailfile
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/tarsum
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/truncindex
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/urlutil
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/pkg/useragent
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/plugin
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/plugin/executor/containerd
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/plugin/v2
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/profiles/apparmor
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/profiles/seccomp
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/quota
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/reference
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/registry
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/registry/resumable
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/restartmanager
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/rootless
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/rootless/specconv
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/runconfig
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/runconfig/opts
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil/daemon
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil/environment
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil/fakecontext
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil/fakegit
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil/fakestorage
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil/fixtures/load
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil/fixtures/plugin
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil/registry
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/testutil/request
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/volume
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/volume/drivers
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/volume/local
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/volume/mounts
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/volume/service
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/volume/service/opts
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/volume/testutils'
16:19:58 [2022-11-16T16:19:58.228Z] ++ grep --fixed-strings /libnetwork
16:19:58 [2022-11-16T16:19:58.228Z] ++ echo 'github.com/docker/docker/api
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/backend/build
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/httpstatus
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/httputils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/middleware
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/build
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/checkpoint
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/container
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/debug
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/distribution
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/grpc
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/image
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/network
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/plugin
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/session
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/swarm
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/system
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/server/router/volume
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/backend
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/blkiodev
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/container
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/events
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/filters
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/image
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/mount
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/network
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/plugins/logdriver
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/registry
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/strslice
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/swarm
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/swarm/runtime
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/time
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/versions
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/versions/v1p19
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/versions/v1p20
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/api/types/volume
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/exporter
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/builder-next/worker
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/dockerfile
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/remotecontext
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/remotecontext/git
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/builder/remotecontext/urlutil
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cli
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cli/config
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cli/debug
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cli/winresources/docker-proxy
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cli/winresources/dockerd
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/client
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cmd/docker-proxy
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cmd/dockerd
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cmd/dockerd/trap
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/container
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/container/stream
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/contrib/apparmor
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/contrib/docker-device-tool
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/contrib/httpserver
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster/convert
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster/executor
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster/executor/container
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/cluster/provider
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/config
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/events
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/events/testutils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/exec
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/aufs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/copy
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/overlay
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/register
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/vfs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/graphdriver/zfs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/images
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/initlayer
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/links
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/listeners
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/awslogs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/fluentd
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/gcplogs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/gelf
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/journald
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/local
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/logentries
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/loggertest
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/loggerutils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/splunk
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/syslog
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/logger/templates
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/names
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/network
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/daemon/stats
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/distribution
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/distribution/metadata
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/distribution/utils
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/distribution/xfer
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/dockerversion
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/errdefs
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/image
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/image/cache
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/image/tarexport
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/image/v1
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/internal/test/suite
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/layer
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libcontainerd
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libcontainerd/queue
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libcontainerd/remote
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libcontainerd/supervisor
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libcontainerd/types
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/bitseq
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/cluster
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/config
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/datastore
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/diagnostic
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/discoverapi
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/driverapi
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/drivers/bridge
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/drivers/host
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:19:58 [2022-11-16T16:19:58.228Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/null
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/overlay
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/remote
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/windows
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drvregistry
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/etchosts
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/idm
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/internal/caller
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipam
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipamapi
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/builtin
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/null
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/remote
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipamutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/iptables
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/netlabel
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/netutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/networkdb
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ns
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/options
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/osl
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/osl/kernel
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/portallocator
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/portmapper
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/resolvconf
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/testutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/types
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/oci
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/oci/caps
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/opts
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/aaparser
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/archive
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/authorization
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/broadcaster
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/capabilities
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/chrootarchive
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/containerfs
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/devicemapper
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/directory
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/dmesg
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/fileutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/fsutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/homedir
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/idtools
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/ioutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/jsonmessage
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/longpath
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/loopback
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/namesgenerator
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/parsers
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/parsers/kernel
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/pidfile
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/platform
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/plugingetter
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/plugins
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/plugins/transport
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/pools
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/progress
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/pubsub
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/reexec
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/signal
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/stack
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/stdcopy
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/streamformatter
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/stringid
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/sysinfo
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/system
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/tailfile
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/tarsum
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/truncindex
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/urlutil
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/pkg/useragent
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/plugin
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/plugin/executor/containerd
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/plugin/v2
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/profiles/apparmor
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/profiles/seccomp
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/quota
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/reference
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/registry
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/registry/resumable
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/restartmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/rootless
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/rootless/specconv
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/runconfig
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/runconfig/opts
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil/daemon
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil/environment
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil/fakecontext
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil/fakegit
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil/fakestorage
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil/fixtures/load
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil/fixtures/plugin
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil/registry
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/testutil/request
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/volume
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/volume/drivers
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/volume/local
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/volume/mounts
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/volume/service
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/volume/service/opts
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/volume/testutils'
16:19:58 [2022-11-16T16:19:58.229Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/bitseq
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cluster
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/config
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/datastore
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/diagnostic
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/discoverapi
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/driverapi
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/bridge
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/host
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/null
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/overlay
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/remote
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/windows
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drvregistry
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/etchosts
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/idm
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/internal/caller
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipam
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipamapi
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/builtin
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/null
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/remote
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipamutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/iptables
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/netlabel
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/netutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/networkdb
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ns
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/options
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/osl
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/osl/kernel
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/portallocator
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/portmapper
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/resolvconf
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/testutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/types'
16:19:58 [2022-11-16T16:19:58.229Z] + grep --fixed-strings libnetwork/drivers/bridge
16:19:58 [2022-11-16T16:19:58.229Z] + echo 'github.com/docker/docker/libnetwork
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/bitseq
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cluster
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/config
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/datastore
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/diagnostic
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/discoverapi
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/driverapi
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/bridge
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/host
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/null
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/overlay
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/remote
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/windows
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drvregistry
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/etchosts
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/idm
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/internal/caller
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipam
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipamapi
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/builtin
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/null
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/remote
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ipamutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/iptables
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/netlabel
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/netutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/networkdb
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/ns
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/options
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/osl
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/osl/kernel
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/portallocator
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/portmapper
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/resolvconf
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/testutils
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/types'
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/bridge
16:19:58 [2022-11-16T16:19:58.229Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:19:58 [2022-11-16T16:19:58.229Z] + type docker-proxy
16:19:58 [2022-11-16T16:19:58.229Z] hack/test/unit: line 25: type: docker-proxy: not found
16:19:58 [2022-11-16T16:19:58.229Z] + hack/make.sh binary-proxy install-proxy
16:19:58 [2022-11-16T16:19:58.229Z] 
16:19:58 [2022-11-16T16:19:58.491Z] Removing bundles/
16:19:58 [2022-11-16T16:19:58.491Z] 
16:19:58 [2022-11-16T16:19:58.491Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
16:19:58 [2022-11-16T16:19:58.491Z] Building: bundles/binary-proxy/docker-proxy
16:19:58 [2022-11-16T16:19:58.491Z] GOOS="" GOARCH="" GOARM=""
16:20:05 [2022-11-16T16:20:05.079Z] Created binary: bundles/binary-proxy/docker-proxy
16:20:05 [2022-11-16T16:20:05.079Z] 
16:20:05 [2022-11-16T16:20:05.079Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
16:20:05 [2022-11-16T16:20:05.079Z] Installing docker-proxy to /usr/local/bin/
16:20:05 [2022-11-16T16:20:05.079Z] 
16:20:05 [2022-11-16T16:20:05.079Z] + mkdir -p bundles
16:20:05 [2022-11-16T16:20:05.079Z] + '[' -n 'github.com/docker/docker/api
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/backend/build
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/httpstatus
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/httputils
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/middleware
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/build
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/checkpoint
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/container
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/debug
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/distribution
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/grpc
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/image
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/network
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/plugin
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/session
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/swarm
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/system
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/server/router/volume
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/backend
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/blkiodev
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/container
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/events
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/filters
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/image
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/mount
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/network
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/plugins/logdriver
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/registry
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/strslice
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/swarm
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/swarm/runtime
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/time
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/versions
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/versions/v1p19
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/versions/v1p20
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/api/types/volume
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/builder-next
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/builder-next/exporter
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/builder-next/worker
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/dockerfile
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/remotecontext
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/remotecontext/git
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/builder/remotecontext/urlutil
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/cli
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/cli/config
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/cli/debug
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/cli/winresources/docker-proxy
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/cli/winresources/dockerd
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/client
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/cmd/docker-proxy
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/cmd/dockerd
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/cmd/dockerd/trap
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/container
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/container/stream
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/contrib/apparmor
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/contrib/docker-device-tool
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/contrib/httpserver
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/cluster
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/cluster/convert
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/cluster/executor
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/cluster/executor/container
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/cluster/provider
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/config
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/events
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/events/testutils
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/exec
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/aufs
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/copy
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/overlay
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/register
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/vfs
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/graphdriver/zfs
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/images
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/initlayer
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/links
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/listeners
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger/awslogs
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger/fluentd
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger/gcplogs
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger/gelf
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger/journald
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger/local
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger/logentries
16:20:05 [2022-11-16T16:20:05.079Z] github.com/docker/docker/daemon/logger/loggertest
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/daemon/logger/loggerutils
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/daemon/logger/splunk
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/daemon/logger/syslog
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/daemon/logger/templates
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/daemon/names
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/daemon/network
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/daemon/stats
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/distribution
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/distribution/metadata
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/distribution/utils
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/distribution/xfer
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/dockerversion
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/errdefs
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/image
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/image/cache
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/image/tarexport
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/image/v1
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/internal/test/suite
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/layer
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/libcontainerd
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/libcontainerd/queue
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/libcontainerd/remote
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/libcontainerd/supervisor
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/libcontainerd/types
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/oci
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/oci/caps
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/opts
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/aaparser
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/archive
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/authorization
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/broadcaster
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/capabilities
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/chrootarchive
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/containerfs
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/devicemapper
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/directory
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/dmesg
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/fileutils
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/fsutils
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/homedir
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/idtools
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/ioutils
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/jsonmessage
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/longpath
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/loopback
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/namesgenerator
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/parsers
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/parsers/kernel
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/pidfile
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/platform
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/plugingetter
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/plugins
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/plugins/transport
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/pools
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/progress
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/pubsub
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/reexec
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/signal
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/stack
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/stdcopy
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/streamformatter
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/stringid
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/sysinfo
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/system
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/tailfile
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/tarsum
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/truncindex
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/urlutil
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/pkg/useragent
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/plugin
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/plugin/executor/containerd
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/plugin/v2
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/profiles/apparmor
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/profiles/seccomp
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/quota
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/reference
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/registry
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/registry/resumable
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/restartmanager
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/rootless
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/rootless/specconv
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/runconfig
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/runconfig/opts
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil/daemon
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil/environment
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil/fakecontext
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil/fakegit
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil/fakestorage
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil/fixtures/load
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil/fixtures/plugin
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil/registry
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/testutil/request
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/volume
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/volume/drivers
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/volume/local
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/volume/mounts
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/volume/service
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/volume/service/opts
16:20:05 [2022-11-16T16:20:05.080Z] github.com/docker/docker/volume/testutils' ']'
16:20:05 [2022-11-16T16:20:05.080Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
16:20:05 [2022-11-16T16:20:05.341Z] ?   	github.com/docker/docker/api	[no test files]
16:20:20 [2022-11-16T16:20:20.269Z] ok  	github.com/docker/docker/api/server	0.005s	coverage: 7.9% of statements
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
16:21:28 [2022-11-16T16:21:28.035Z] ok  	github.com/docker/docker/api/server/httputils	0.007s	coverage: 31.9% of statements
16:21:28 [2022-11-16T16:21:28.035Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:21:28 [2022-11-16T16:21:28.035Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:21:28 [2022-11-16T16:21:28.977Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:21:28 [2022-11-16T16:21:28.977Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:21:28 [2022-11-16T16:21:28.977Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 6.0% of statements
16:21:29 [2022-11-16T16:21:29.238Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:21:29 [2022-11-16T16:21:29.505Z] ok  	github.com/docker/docker/api/types/filters	0.011s	coverage: 92.2% of statements
16:21:29 [2022-11-16T16:21:29.765Z] ok  	github.com/docker/docker/api/server/router/volume	0.012s	coverage: 66.7% of statements
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types	[no test files]
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types/container	[no test files]
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
16:21:29 [2022-11-16T16:21:29.765Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
16:21:29 [2022-11-16T16:21:29.765Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:21:29 [2022-11-16T16:21:29.766Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ok  	github.com/docker/docker/api/types/time	0.005s	coverage: 100.0% of statements
16:21:30 [2022-11-16T16:21:30.027Z] ok  	github.com/docker/docker/api/types/versions	0.004s	coverage: 77.3% of statements
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/builder	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:21:30 [2022-11-16T16:21:30.027Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:21:32 [2022-11-16T16:21:32.574Z] ok  	github.com/docker/docker/builder/remotecontext	0.104s	coverage: 13.7% of statements
16:21:32 [2022-11-16T16:21:32.574Z] ok  	github.com/docker/docker/builder/dockerfile	0.436s	coverage: 49.3% of statements
16:21:32 [2022-11-16T16:21:32.834Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.003s	coverage: 100.0% of statements
16:21:33 [2022-11-16T16:21:33.407Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
16:21:35 [2022-11-16T16:21:35.322Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.477s	coverage: 83.5% of statements
16:21:35 [2022-11-16T16:21:35.322Z] ?   	github.com/docker/docker/cli	[no test files]
16:21:35 [2022-11-16T16:21:35.322Z] ?   	github.com/docker/docker/cli/config	[no test files]
16:21:35 [2022-11-16T16:21:35.322Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
16:21:35 [2022-11-16T16:21:35.322Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
16:21:36 [2022-11-16T16:21:36.267Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.218s	coverage: 67.6% of statements
16:21:37 [2022-11-16T16:21:37.657Z] ok  	github.com/docker/docker/client	0.080s	coverage: 76.0% of statements
16:22:09 [2022-11-16T16:22:09.780Z] ok  	github.com/docker/docker/cmd/dockerd	0.067s	coverage: 31.8% of statements
16:22:10 [2022-11-16T16:22:10.352Z] ok  	github.com/docker/docker/container	0.119s	coverage: 36.1% of statements
16:22:10 [2022-11-16T16:22:10.924Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.466s	coverage: 0.0% of statements
16:22:10 [2022-11-16T16:22:10.924Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
16:22:10 [2022-11-16T16:22:10.924Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:22:10 [2022-11-16T16:22:10.924Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:22:10 [2022-11-16T16:22:10.924Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
16:22:10 [2022-11-16T16:22:10.924Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:22:17 [2022-11-16T16:22:17.508Z] ok  	github.com/docker/docker/daemon/cluster	0.067s	coverage: 0.5% of statements
16:22:17 [2022-11-16T16:22:17.508Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.012s	coverage: 65.3% of statements
16:22:18 [2022-11-16T16:22:18.897Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.012s	coverage: 36.9% of statements
16:22:25 [2022-11-16T16:22:25.482Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.445s	coverage: 13.4% of statements
16:22:26 [2022-11-16T16:22:26.865Z] ok  	github.com/docker/docker/daemon/config	0.031s	coverage: 81.1% of statements
16:22:27 [2022-11-16T16:22:27.125Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
16:22:27 [2022-11-16T16:22:27.697Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
16:22:28 [2022-11-16T16:22:28.646Z] ok  	github.com/docker/docker/daemon	10.130s	coverage: 16.5% of statements
16:22:28 [2022-11-16T16:22:28.646Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:22:28 [2022-11-16T16:22:28.646Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:22:28 [2022-11-16T16:22:28.646Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:22:28 [2022-11-16T16:22:28.646Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
16:22:28 [2022-11-16T16:22:28.908Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.633s	coverage: 74.8% of statements
16:22:29 [2022-11-16T16:22:29.851Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.179s	coverage: 60.7% of statements
16:22:30 [2022-11-16T16:22:30.422Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.025s	coverage: 3.0% of statements
16:22:31 [2022-11-16T16:22:31.810Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.012s	coverage: 1.9% of statements
16:22:32 [2022-11-16T16:22:32.760Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.296s	coverage: 50.6% of statements
16:22:34 [2022-11-16T16:22:34.149Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.473s	coverage: 45.9% of statements
16:22:34 [2022-11-16T16:22:34.149Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:22:35 [2022-11-16T16:22:35.094Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.854s	coverage: 58.8% of statements
16:22:35 [2022-11-16T16:22:35.094Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:22:35 [2022-11-16T16:22:35.094Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:22:35 [2022-11-16T16:22:35.094Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.015s	coverage: 58.5% of statements
16:22:36 [2022-11-16T16:22:36.037Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.014s	coverage: 3.0% of statements
16:22:36 [2022-11-16T16:22:36.609Z] ok  	github.com/docker/docker/daemon/links	0.010s	coverage: 93.0% of statements
16:22:37 [2022-11-16T16:22:37.181Z] ok  	github.com/docker/docker/daemon/images	0.043s	coverage: 6.9% of statements
16:22:37 [2022-11-16T16:22:37.181Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:22:37 [2022-11-16T16:22:37.181Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:22:38 [2022-11-16T16:22:38.124Z] ok  	github.com/docker/docker/daemon/logger	0.238s	coverage: 43.5% of statements
16:22:38 [2022-11-16T16:22:38.385Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.120s	coverage: 79.6% of statements
16:22:38 [2022-11-16T16:22:38.646Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.014s	coverage: 53.6% of statements
16:22:38 [2022-11-16T16:22:38.646Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:22:39 [2022-11-16T16:22:39.224Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.006s	coverage: 68.2% of statements
16:22:39 [2022-11-16T16:22:39.224Z] ok  	github.com/docker/docker/daemon/logger/journald	0.005s	coverage: 23.4% of statements
16:22:39 [2022-11-16T16:22:39.830Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.008s	coverage: 87.2% of statements
16:22:40 [2022-11-16T16:22:40.109Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.123s	coverage: 76.8% of statements
16:22:40 [2022-11-16T16:22:40.703Z] ok  	github.com/docker/docker/daemon/logger/local	0.070s	coverage: 79.4% of statements
16:22:40 [2022-11-16T16:22:40.703Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:22:40 [2022-11-16T16:22:40.703Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
16:22:41 [2022-11-16T16:22:41.275Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.019s	coverage: 62.3% of statements
16:22:41 [2022-11-16T16:22:41.275Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.021s	coverage: 31.5% of statements
16:22:42 [2022-11-16T16:22:42.217Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.013s	coverage: 46.8% of statements
16:22:42 [2022-11-16T16:22:42.478Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
16:22:43 [2022-11-16T16:22:43.050Z] ok  	github.com/docker/docker/daemon/network	0.007s	coverage: 63.8% of statements
16:22:43 [2022-11-16T16:22:43.622Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.522s	coverage: 82.5% of statements
16:22:43 [2022-11-16T16:22:43.622Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:22:43 [2022-11-16T16:22:43.622Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:22:44 [2022-11-16T16:22:44.565Z] ok  	github.com/docker/docker/distribution/metadata	0.025s	coverage: 44.4% of statements
16:22:45 [2022-11-16T16:22:45.951Z] ok  	github.com/docker/docker/distribution	1.493s	coverage: 29.5% of statements
16:22:45 [2022-11-16T16:22:45.951Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:22:45 [2022-11-16T16:22:45.951Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.0% of statements
16:22:46 [2022-11-16T16:22:46.524Z] ok  	github.com/docker/docker/image	0.024s	coverage: 86.9% of statements
16:22:46 [2022-11-16T16:22:46.785Z] ok  	github.com/docker/docker/distribution/xfer	1.888s	coverage: 84.9% of statements
16:22:46 [2022-11-16T16:22:46.785Z] ?   	github.com/docker/docker/dockerversion	[no test files]
16:22:47 [2022-11-16T16:22:47.046Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
16:22:47 [2022-11-16T16:22:47.618Z] ok  	github.com/docker/docker/image/tarexport	0.017s	coverage: 0.7% of statements
16:22:47 [2022-11-16T16:22:47.618Z] ?   	github.com/docker/docker/image/v1	[no test files]
16:22:47 [2022-11-16T16:22:47.618Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:22:48 [2022-11-16T16:22:48.191Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
16:22:48 [2022-11-16T16:22:48.763Z] ok  	github.com/docker/docker/oci	0.010s	coverage: 46.0% of statements
16:22:49 [2022-11-16T16:22:49.023Z] ok  	github.com/docker/docker/opts	0.026s	coverage: 66.0% of statements
16:22:49 [2022-11-16T16:22:49.285Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
16:22:50 [2022-11-16T16:22:50.670Z] ok  	github.com/docker/docker/pkg/archive	0.285s	coverage: 81.9% of statements
16:22:51 [2022-11-16T16:22:51.612Z] ok  	github.com/docker/docker/pkg/authorization	0.245s	coverage: 68.3% of statements
16:22:51 [2022-11-16T16:22:51.612Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
16:22:51 [2022-11-16T16:22:51.873Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
16:22:55 [2022-11-16T16:22:55.173Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.519s	coverage: 42.7% of statements
16:22:55 [2022-11-16T16:22:55.173Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
16:22:55 [2022-11-16T16:22:55.434Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
16:22:55 [2022-11-16T16:22:55.434Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
16:22:55 [2022-11-16T16:22:55.695Z] ok  	github.com/docker/docker/pkg/fileutils	0.003s	coverage: 78.6% of statements
16:22:55 [2022-11-16T16:22:55.956Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
16:22:56 [2022-11-16T16:22:56.217Z] ok  	github.com/docker/docker/layer	7.550s	coverage: 68.9% of statements
16:22:56 [2022-11-16T16:22:56.217Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:22:56 [2022-11-16T16:22:56.217Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:22:56 [2022-11-16T16:22:56.217Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:22:56 [2022-11-16T16:22:56.217Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:22:56 [2022-11-16T16:22:56.217Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:22:56 [2022-11-16T16:22:56.217Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
16:22:56 [2022-11-16T16:22:56.217Z] ?   	github.com/docker/docker/pkg/fsutils	[no test files]
16:22:57 [2022-11-16T16:22:57.160Z] ok  	github.com/docker/docker/pkg/idtools	0.389s	coverage: 67.9% of statements
16:22:57 [2022-11-16T16:22:57.160Z] ok  	github.com/docker/docker/pkg/ioutils	0.355s	coverage: 70.1% of statements
16:22:57 [2022-11-16T16:22:57.160Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
16:22:57 [2022-11-16T16:22:57.421Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
16:22:57 [2022-11-16T16:22:57.421Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
16:22:57 [2022-11-16T16:22:57.421Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.008s	coverage: 85.7% of statements
16:22:57 [2022-11-16T16:22:57.421Z] ok  	github.com/docker/docker/pkg/parsers	0.008s	coverage: 97.0% of statements
16:22:57 [2022-11-16T16:22:57.682Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
16:22:57 [2022-11-16T16:22:57.942Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.006s	coverage: 90.5% of statements
16:22:57 [2022-11-16T16:22:57.942Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
16:22:57 [2022-11-16T16:22:57.942Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:22:57 [2022-11-16T16:22:57.942Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:22:58 [2022-11-16T16:22:58.515Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.015s	coverage: 56.8% of statements
16:22:58 [2022-11-16T16:22:58.775Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.005s	coverage: 85.7% of statements
16:22:59 [2022-11-16T16:22:59.037Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
16:22:59 [2022-11-16T16:22:59.298Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
16:22:59 [2022-11-16T16:22:59.558Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
16:22:59 [2022-11-16T16:22:59.818Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
16:23:00 [2022-11-16T16:23:00.079Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
16:23:00 [2022-11-16T16:23:00.340Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
16:23:00 [2022-11-16T16:23:00.601Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
16:23:00 [2022-11-16T16:23:00.861Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.6% of statements
16:23:01 [2022-11-16T16:23:01.434Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
16:23:01 [2022-11-16T16:23:01.697Z] ok  	github.com/docker/docker/pkg/tailfile	0.040s	coverage: 88.6% of statements
16:23:02 [2022-11-16T16:23:02.269Z] ok  	github.com/docker/docker/pkg/tarsum	0.048s	coverage: 89.3% of statements
16:23:02 [2022-11-16T16:23:02.529Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
16:23:02 [2022-11-16T16:23:02.529Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
16:23:04 [2022-11-16T16:23:04.449Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
16:23:04 [2022-11-16T16:23:04.709Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
16:23:04 [2022-11-16T16:23:04.970Z] ok  	github.com/docker/docker/profiles/seccomp	0.011s	coverage: 86.0% of statements
16:23:06 [2022-11-16T16:23:06.355Z] ok  	github.com/docker/docker/quota	0.151s	coverage: 71.4% of statements
16:23:06 [2022-11-16T16:23:06.355Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
16:23:07 [2022-11-16T16:23:07.297Z] ok  	github.com/docker/docker/registry	0.078s	coverage: 58.7% of statements
16:23:07 [2022-11-16T16:23:07.869Z] ok  	github.com/docker/docker/registry/resumable	0.018s	coverage: 100.0% of statements
16:23:07 [2022-11-16T16:23:07.869Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
16:23:08 [2022-11-16T16:23:08.441Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 64.5% of statements
16:23:08 [2022-11-16T16:23:08.702Z] ok  	github.com/docker/docker/testutil	0.004s	coverage: 62.5% of statements
16:23:10 [2022-11-16T16:23:10.087Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
16:23:10 [2022-11-16T16:23:10.658Z] ok  	github.com/docker/docker/volume/local	0.108s	coverage: 77.1% of statements
16:23:11 [2022-11-16T16:23:11.230Z] ok  	github.com/docker/docker/volume/mounts	0.010s	coverage: 67.7% of statements
16:23:12 [2022-11-16T16:23:12.615Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.1% of statements
16:23:34 [2022-11-16T16:23:34.574Z] ok  	github.com/docker/docker/pkg/plugins	33.635s	coverage: 76.3% of statements
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/pkg/pubsub	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/rootless	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/volume	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === Skipped
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     network_proxy_test.go:208: No support for dual stack yet
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver btrfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver btrfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver btrfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver btrfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver btrfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:71: No driver to put!
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z] time="2022-11-16T16:22:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z] time="2022-11-16T16:22:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z] time="2022-11-16T16:22:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z] time="2022-11-16T16:22:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z] time="2022-11-16T16:22:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:71: No driver to put!
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     overlay_test.go:50: Fails to compute changes intermittently
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     overlay_test.go:65: Cannot run test with naive change algorithm
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver zfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver zfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver zfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver zfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:44: Driver zfs not supported
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     graphtest_unix.go:71: No driver to put!
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
16:23:34 [2022-11-16T16:23:34.574Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
16:23:34 [2022-11-16T16:23:34.574Z] 
16:23:34 [2022-11-16T16:23:34.574Z] DONE 2792 tests, 28 skipped in 208.255s
16:23:34 [2022-11-16T16:23:34.574Z] + '[' -n 'github.com/docker/docker/libnetwork
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/bitseq
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/cluster
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/config
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/datastore
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/diagnostic
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/discoverapi
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/driverapi
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/bridge
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/host
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/null
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/overlay
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/remote
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/windows
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/drvregistry
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/etchosts
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/idm
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/internal/caller
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/ipam
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/ipamapi
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/ipams/builtin
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/ipams/null
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/ipams/remote
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/ipamutils
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/iptables
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/netlabel
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/netutils
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/networkdb
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/ns
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/options
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/osl
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/osl/kernel
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/portallocator
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/portmapper
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/resolvconf
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/testutils
16:23:34 [2022-11-16T16:23:34.574Z] github.com/docker/docker/libnetwork/types' ']'
16:23:34 [2022-11-16T16:23:34.574Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
16:24:21 [2022-11-16T16:24:21.324Z] ok  	github.com/docker/docker/libnetwork	37.483s	coverage: 40.6% of statements
16:24:21 [2022-11-16T16:24:21.324Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.136s	coverage: 84.4% of statements
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 22.4% of statements
16:24:21 [2022-11-16T16:24:21.324Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
16:24:21 [2022-11-16T16:24:21.324Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.623s	coverage: 59.9% of statements
16:24:21 [2022-11-16T16:24:21.324Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
16:24:21 [2022-11-16T16:24:21.324Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
16:24:21 [2022-11-16T16:24:21.598Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.020s	coverage: 5.0% of statements
16:24:21 [2022-11-16T16:24:21.598Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
16:24:22 [2022-11-16T16:24:22.172Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.013s	coverage: 4.5% of statements
16:24:22 [2022-11-16T16:24:22.172Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
16:24:22 [2022-11-16T16:24:22.432Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
16:24:32 [2022-11-16T16:24:32.428Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.124s	coverage: 6.7% of statements
16:24:32 [2022-11-16T16:24:32.428Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
16:24:32 [2022-11-16T16:24:32.428Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 63.6% of statements
16:24:32 [2022-11-16T16:24:32.688Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
16:24:32 [2022-11-16T16:24:32.688Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
16:24:32 [2022-11-16T16:24:32.688Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
16:24:32 [2022-11-16T16:24:32.688Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
16:24:33 [2022-11-16T16:24:33.259Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.014s	coverage: 82.4% of statements
16:24:33 [2022-11-16T16:24:33.259Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.015s	coverage: 81.2% of statements
16:24:33 [2022-11-16T16:24:33.520Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
16:24:33 [2022-11-16T16:24:33.780Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
16:24:46 [2022-11-16T16:24:46.011Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.007s	coverage: 100.0% of statements
16:25:00 [2022-11-16T16:25:00.918Z] ok  	github.com/docker/docker/libnetwork/ipam	14.929s	coverage: 85.3% of statements
16:25:00 [2022-11-16T16:25:00.918Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
16:25:00 [2022-11-16T16:25:00.918Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
16:25:00 [2022-11-16T16:25:00.918Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
16:25:00 [2022-11-16T16:25:00.918Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
16:25:00 [2022-11-16T16:25:00.918Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
16:25:00 [2022-11-16T16:25:00.918Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
16:25:00 [2022-11-16T16:25:00.918Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.260s	coverage: 74.0% of statements
16:25:01 [2022-11-16T16:25:01.489Z] ok  	github.com/docker/docker/libnetwork/iptables	0.174s	coverage: 45.0% of statements
16:25:01 [2022-11-16T16:25:01.750Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
16:25:02 [2022-11-16T16:25:02.011Z] ok  	github.com/docker/docker/libnetwork/netutils	0.017s	coverage: 44.1% of statements
16:26:53 [2022-11-16T16:26:53.506Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.998s	coverage: 60.6% of statements
16:26:53 [2022-11-16T16:26:53.506Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
16:26:53 [2022-11-16T16:26:53.506Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
16:26:53 [2022-11-16T16:26:53.506Z] ok  	github.com/docker/docker/libnetwork/osl	4.298s	coverage: 39.7% of statements
16:26:53 [2022-11-16T16:26:53.506Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
16:26:53 [2022-11-16T16:26:53.506Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
16:26:54 [2022-11-16T16:26:54.079Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.628s	coverage: 48.6% of statements
16:26:54 [2022-11-16T16:26:54.079Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 82.8% of statements
16:26:54 [2022-11-16T16:26:54.079Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
16:26:54 [2022-11-16T16:26:54.340Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
16:26:54 [2022-11-16T16:26:54.340Z] 
16:26:54 [2022-11-16T16:26:54.340Z] === Skipped
16:26:54 [2022-11-16T16:26:54.340Z] === SKIP: libnetwork TestParallel1 (0.00s)
16:26:54 [2022-11-16T16:26:54.340Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
16:26:54 [2022-11-16T16:26:54.340Z] 
16:26:54 [2022-11-16T16:26:54.340Z] === SKIP: libnetwork TestParallel3 (0.00s)
16:26:54 [2022-11-16T16:26:54.340Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
16:26:54 [2022-11-16T16:26:54.340Z] 
16:26:54 [2022-11-16T16:26:54.340Z] === SKIP: libnetwork TestParallel2 (0.00s)
16:26:54 [2022-11-16T16:26:54.340Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
16:26:54 [2022-11-16T16:26:54.340Z] 
16:26:54 [2022-11-16T16:26:54.340Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
16:26:54 [2022-11-16T16:26:54.340Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
16:26:54 [2022-11-16T16:26:54.340Z] 
16:26:54 [2022-11-16T16:26:54.340Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
16:26:54 [2022-11-16T16:26:54.340Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
16:26:54 [2022-11-16T16:26:54.340Z] 
16:26:54 [2022-11-16T16:26:54.340Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
16:26:54 [2022-11-16T16:26:54.340Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
16:26:54 [2022-11-16T16:26:54.340Z] 
16:26:54 [2022-11-16T16:26:54.340Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
16:26:54 [2022-11-16T16:26:54.340Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
16:26:54 [2022-11-16T16:26:54.340Z] 
16:26:54 [2022-11-16T16:26:54.340Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
16:26:54 [2022-11-16T16:26:54.340Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
16:26:54 [2022-11-16T16:26:54.340Z] 
16:26:54 [2022-11-16T16:26:54.340Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
16:26:54 [2022-11-16T16:26:54.340Z]     firewalld_test.go:14: firewalld is not running
16:26:54 [2022-11-16T16:26:54.340Z] 
16:26:54 [2022-11-16T16:26:54.340Z] DONE 327 tests, 9 skipped in 201.948s
Post stage
[Pipeline] junit
16:26:55 [2022-11-16T16:26:55.308Z] Recording test results
16:26:56 [2022-11-16T16:26:56.984Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:26:57 [2022-11-16T16:26:57.313Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44477/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e381e4a2217f08fde374b6fb70200f616b50866 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:0e381e4a2217f08fde374b6fb70200f616b50866 hack/make.sh dynbinary test-integration
16:26:57 [2022-11-16T16:26:57.884Z] 
16:26:57 [2022-11-16T16:26:57.884Z] Removing bundles/
16:26:57 [2022-11-16T16:26:57.884Z] 
16:26:57 [2022-11-16T16:26:57.884Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:26:57 [2022-11-16T16:26:57.884Z] Building: bundles/dynbinary-daemon/dockerd
16:26:57 [2022-11-16T16:26:57.884Z] GOOS="" GOARCH="" GOARM=""
16:28:34 [2022-11-16T16:28:34.377Z] Created binary: bundles/dynbinary-daemon/dockerd
16:28:34 [2022-11-16T16:28:34.377Z] Building: bundles/dynbinary-daemon/docker-proxy
16:28:34 [2022-11-16T16:28:34.377Z] GOOS="" GOARCH="" GOARM=""
16:28:34 [2022-11-16T16:28:34.377Z] Created binary: bundles/dynbinary-daemon/docker-proxy
16:28:34 [2022-11-16T16:28:34.377Z] 
16:28:34 [2022-11-16T16:28:34.377Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:28:34 [2022-11-16T16:28:34.377Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:28:34 [2022-11-16T16:28:34.377Z] HOSTNAME=928a412666bf
16:28:34 [2022-11-16T16:28:34.377Z] TESTDEBUG=0
16:28:34 [2022-11-16T16:28:34.377Z] DEST=bundles/test-integration
16:28:34 [2022-11-16T16:28:34.377Z] PWD=/go/src/github.com/docker/docker
16:28:34 [2022-11-16T16:28:34.377Z] DOCKER_GITCOMMIT=0e381e4a2217f08fde374b6fb70200f616b50866
16:28:34 [2022-11-16T16:28:34.377Z] container=docker
16:28:34 [2022-11-16T16:28:34.377Z] HOME=/root
16:28:34 [2022-11-16T16:28:34.377Z] GOLANG_VERSION=1.19.3
16:28:34 [2022-11-16T16:28:34.377Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:28:34 [2022-11-16T16:28:34.377Z] VALIDATE_BRANCH=22.06
16:28:34 [2022-11-16T16:28:34.377Z] TERM=xterm
16:28:34 [2022-11-16T16:28:34.377Z] DOCKER_PKG=github.com/docker/docker
16:28:34 [2022-11-16T16:28:34.377Z] SHLVL=1
16:28:34 [2022-11-16T16:28:34.377Z] TIMEOUT=120m
16:28:34 [2022-11-16T16:28:34.377Z] DOCKER_BUILDTAGS= journald
16:28:34 [2022-11-16T16:28:34.377Z] DOCKER_GRAPHDRIVER=overlay2
16:28:34 [2022-11-16T16:28:34.377Z] GO111MODULE=off
16:28:34 [2022-11-16T16:28:34.377Z] DOCKER_EXPERIMENTAL=1
16:28:34 [2022-11-16T16:28:34.377Z] TEST_SKIP_INTEGRATION_CLI=1
16:28:34 [2022-11-16T16:28:34.377Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:28:34 [2022-11-16T16:28:34.377Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:28:34 [2022-11-16T16:28:34.377Z] GOPATH=/go
16:28:34 [2022-11-16T16:28:34.377Z] PKG_CONFIG=pkg-config
16:28:34 [2022-11-16T16:28:34.377Z] _=/usr/bin/env
16:28:34 [2022-11-16T16:28:34.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:29:06 [2022-11-16T16:29:06.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:29:06 [2022-11-16T16:29:06.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:29:24 [2022-11-16T16:29:24.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
16:29:31 [2022-11-16T16:29:31.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:29:43 [2022-11-16T16:29:43.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
16:29:43 [2022-11-16T16:29:43.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:29:44 [2022-11-16T16:29:44.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:29:45 [2022-11-16T16:29:45.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:29:45 [2022-11-16T16:29:45.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:29:46 [2022-11-16T16:29:46.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:29:46 [2022-11-16T16:29:46.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:29:48 [2022-11-16T16:29:48.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:29:49 [2022-11-16T16:29:49.400Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:29:49 [2022-11-16T16:29:49.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:29:50 [2022-11-16T16:29:50.239Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:29:51 [2022-11-16T16:29:51.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:29:51 [2022-11-16T16:29:51.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:29:53 [2022-11-16T16:29:53.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:29:53 [2022-11-16T16:29:53.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:29:54 [2022-11-16T16:29:54.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:29:55 [2022-11-16T16:29:55.282Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:29:55 [2022-11-16T16:29:55.282Z] Using test binary docker
16:29:55 [2022-11-16T16:29:55.282Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:29:55 [2022-11-16T16:29:55.282Z] +++ /etc/init.d/apparmor start
16:29:55 [2022-11-16T16:29:55.282Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
16:29:55 [2022-11-16T16:29:55.282Z] INFO: Waiting for daemon to start...
16:29:55 [2022-11-16T16:29:55.282Z] Starting dockerd
16:29:55 [2022-11-16T16:29:55.282Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
16:29:57 [2022-11-16T16:29:57.851Z] .
16:29:57 [2022-11-16T16:29:57.851Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:29:57 [2022-11-16T16:29:57.851Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:29:57 [2022-11-16T16:29:57.851Z] Error: No such image: emptyfs
16:29:57 [2022-11-16T16:29:57.851Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:29:57 [2022-11-16T16:29:57.851Z] ++++ docker load
16:29:57 [2022-11-16T16:29:57.851Z] Running integration-test (iteration 1)
16:29:57 [2022-11-16T16:29:57.851Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
16:29:57 [2022-11-16T16:29:57.851Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
16:29:57 [2022-11-16T16:29:57.851Z] ++ set -e
16:29:57 [2022-11-16T16:29:57.851Z] ++ '[' -n 0 ']'
16:29:57 [2022-11-16T16:29:57.851Z] ++ set -x
16:29:57 [2022-11-16T16:29:57.851Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
16:29:57 [2022-11-16T16:29:57.851Z] Loaded image: busybox:latest
16:29:58 [2022-11-16T16:29:58.116Z] Loaded image: busybox:glibc
16:29:59 [2022-11-16T16:29:59.073Z] Loaded image: debian:bullseye-slim
16:29:59 [2022-11-16T16:29:59.073Z] Loaded image: hello-world:latest
16:29:59 [2022-11-16T16:29:59.073Z] Loaded image: arm32v7/hello-world:latest
16:29:59 [2022-11-16T16:29:59.073Z] INFO: Testing against a local daemon
16:29:59 [2022-11-16T16:29:59.073Z] === RUN   TestCgroupNamespacesBuild
16:30:01 [2022-11-16T16:30:01.616Z] --- PASS: TestCgroupNamespacesBuild (1.93s)
16:30:01 [2022-11-16T16:30:01.616Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:30:02 [2022-11-16T16:30:02.188Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.17s)
16:30:02 [2022-11-16T16:30:02.188Z] === RUN   TestBuildWithSession
16:30:02 [2022-11-16T16:30:02.188Z]     build_session_test.go:25: TODO: BuildKit
16:30:02 [2022-11-16T16:30:02.188Z] --- SKIP: TestBuildWithSession (0.00s)
16:30:02 [2022-11-16T16:30:02.188Z] === RUN   TestBuildSquashParent
16:30:06 [2022-11-16T16:30:06.393Z] --- PASS: TestBuildSquashParent (3.97s)
16:30:06 [2022-11-16T16:30:06.393Z] === RUN   TestBuildWithRemoveAndForceRemove
16:30:06 [2022-11-16T16:30:06.393Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:30:06 [2022-11-16T16:30:06.393Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:30:06 [2022-11-16T16:30:06.393Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:30:06 [2022-11-16T16:30:06.393Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:30:06 [2022-11-16T16:30:06.393Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:30:06 [2022-11-16T16:30:06.393Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:30:06 [2022-11-16T16:30:06.393Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:30:06 [2022-11-16T16:30:06.393Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:30:06 [2022-11-16T16:30:06.393Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:30:06 [2022-11-16T16:30:06.393Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:30:06 [2022-11-16T16:30:06.393Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:30:06 [2022-11-16T16:30:06.393Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:30:06 [2022-11-16T16:30:06.393Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:30:06 [2022-11-16T16:30:06.393Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:30:07 [2022-11-16T16:30:07.777Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:30:07 [2022-11-16T16:30:07.777Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:30:08 [2022-11-16T16:30:08.718Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:30:08 [2022-11-16T16:30:08.979Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:30:10 [2022-11-16T16:30:10.365Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
16:30:10 [2022-11-16T16:30:10.365Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.33s)
16:30:10 [2022-11-16T16:30:10.365Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.44s)
16:30:10 [2022-11-16T16:30:10.365Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.07s)
16:30:10 [2022-11-16T16:30:10.365Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.23s)
16:30:10 [2022-11-16T16:30:10.365Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.45s)
16:30:10 [2022-11-16T16:30:10.365Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.28s)
16:30:10 [2022-11-16T16:30:10.365Z] === RUN   TestBuildMultiStageCopy
16:30:10 [2022-11-16T16:30:10.365Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:30:11 [2022-11-16T16:30:11.307Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:30:11 [2022-11-16T16:30:11.568Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:30:11 [2022-11-16T16:30:11.828Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
16:30:12 [2022-11-16T16:30:12.089Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:30:12 [2022-11-16T16:30:12.350Z] --- PASS: TestBuildMultiStageCopy (2.05s)
16:30:12 [2022-11-16T16:30:12.350Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.17s)
16:30:12 [2022-11-16T16:30:12.350Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
16:30:12 [2022-11-16T16:30:12.350Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
16:30:12 [2022-11-16T16:30:12.350Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
16:30:12 [2022-11-16T16:30:12.350Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
16:30:12 [2022-11-16T16:30:12.350Z] === RUN   TestBuildMultiStageParentConfig
16:30:12 [2022-11-16T16:30:12.921Z] --- PASS: TestBuildMultiStageParentConfig (0.61s)
16:30:12 [2022-11-16T16:30:12.921Z] === RUN   TestBuildLabelWithTargets
16:30:13 [2022-11-16T16:30:13.863Z] --- PASS: TestBuildLabelWithTargets (0.96s)
16:30:13 [2022-11-16T16:30:13.863Z] === RUN   TestBuildWithEmptyLayers
16:30:14 [2022-11-16T16:30:14.434Z] --- PASS: TestBuildWithEmptyLayers (0.43s)
16:30:14 [2022-11-16T16:30:14.434Z] === RUN   TestBuildMultiStageOnBuild
16:30:15 [2022-11-16T16:30:15.819Z] --- PASS: TestBuildMultiStageOnBuild (1.35s)
16:30:15 [2022-11-16T16:30:15.819Z] === RUN   TestBuildUncleanTarFilenames
16:30:16 [2022-11-16T16:30:16.390Z] --- PASS: TestBuildUncleanTarFilenames (0.61s)
16:30:16 [2022-11-16T16:30:16.390Z] === RUN   TestBuildMultiStageLayerLeak
16:30:17 [2022-11-16T16:30:17.775Z] --- PASS: TestBuildMultiStageLayerLeak (1.36s)
16:30:17 [2022-11-16T16:30:17.775Z] === RUN   TestBuildWithHugeFile
16:31:04 [2022-11-16T16:31:04.497Z] --- PASS: TestBuildWithHugeFile (43.35s)
16:31:04 [2022-11-16T16:31:04.497Z] === RUN   TestBuildWCOWSandboxSize
16:31:04 [2022-11-16T16:31:04.497Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:31:04 [2022-11-16T16:31:04.497Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
16:31:04 [2022-11-16T16:31:04.497Z] === RUN   TestBuildWithEmptyDockerfile
16:31:04 [2022-11-16T16:31:04.497Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:31:04 [2022-11-16T16:31:04.497Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:31:04 [2022-11-16T16:31:04.497Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:31:04 [2022-11-16T16:31:04.497Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:31:04 [2022-11-16T16:31:04.497Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:31:04 [2022-11-16T16:31:04.497Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:31:04 [2022-11-16T16:31:04.497Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:31:04 [2022-11-16T16:31:04.497Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:31:04 [2022-11-16T16:31:04.497Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:31:04 [2022-11-16T16:31:04.497Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
16:31:04 [2022-11-16T16:31:04.497Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s)
16:31:04 [2022-11-16T16:31:04.497Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
16:31:04 [2022-11-16T16:31:04.497Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
16:31:04 [2022-11-16T16:31:04.497Z] === RUN   TestBuildPreserveOwnership
16:31:04 [2022-11-16T16:31:04.497Z] === RUN   TestBuildPreserveOwnership/copy_from
16:31:04 [2022-11-16T16:31:04.497Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:31:04 [2022-11-16T16:31:04.497Z] --- PASS: TestBuildPreserveOwnership (3.07s)
16:31:04 [2022-11-16T16:31:04.497Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.11s)
16:31:04 [2022-11-16T16:31:04.497Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.96s)
16:31:04 [2022-11-16T16:31:04.497Z] === RUN   TestBuildPlatformInvalid
16:31:04 [2022-11-16T16:31:04.497Z] --- PASS: TestBuildPlatformInvalid (0.07s)
16:31:04 [2022-11-16T16:31:04.497Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
16:31:05 [2022-11-16T16:31:05.068Z] Loaded image: busybox:latest
16:31:05 [2022-11-16T16:31:05.068Z] Loaded image: busybox:glibc
16:31:06 [2022-11-16T16:31:06.010Z] Loaded image: debian:bullseye-slim
16:31:06 [2022-11-16T16:31:06.271Z] Loaded image: hello-world:latest
16:31:06 [2022-11-16T16:31:06.271Z] Loaded image: arm32v7/hello-world:latest
16:31:14 [2022-11-16T16:31:14.413Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.87s)
16:31:14 [2022-11-16T16:31:14.414Z] PASS
16:31:14 [2022-11-16T16:31:14.414Z] 
16:31:14 [2022-11-16T16:31:14.414Z] === Skipped
16:31:14 [2022-11-16T16:31:14.414Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
16:31:14 [2022-11-16T16:31:14.414Z]     build_session_test.go:25: TODO: BuildKit
16:31:14 [2022-11-16T16:31:14.414Z] 
16:31:14 [2022-11-16T16:31:14.414Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
16:31:14 [2022-11-16T16:31:14.414Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:31:14 [2022-11-16T16:31:14.414Z] 
16:31:14 [2022-11-16T16:31:14.414Z] DONE 34 tests, 2 skipped in 76.533s
16:31:14 [2022-11-16T16:31:14.414Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
16:31:14 [2022-11-16T16:31:14.414Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
16:31:14 [2022-11-16T16:31:14.414Z] ++ set -e
16:31:14 [2022-11-16T16:31:14.414Z] ++ '[' -n 0 ']'
16:31:14 [2022-11-16T16:31:14.414Z] ++ set -x
16:31:14 [2022-11-16T16:31:14.414Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
16:31:14 [2022-11-16T16:31:14.414Z] INFO: Testing against a local daemon
16:31:14 [2022-11-16T16:31:14.414Z] === RUN   TestConfigInspect
16:31:16 [2022-11-16T16:31:16.957Z] --- PASS: TestConfigInspect (2.24s)
16:31:16 [2022-11-16T16:31:16.957Z] === RUN   TestConfigList
16:31:18 [2022-11-16T16:31:18.869Z] --- PASS: TestConfigList (2.17s)
16:31:18 [2022-11-16T16:31:18.869Z] === RUN   TestConfigsCreateAndDelete
16:31:20 [2022-11-16T16:31:20.783Z] --- PASS: TestConfigsCreateAndDelete (2.20s)
16:31:20 [2022-11-16T16:31:20.783Z] === RUN   TestConfigsUpdate
16:31:23 [2022-11-16T16:31:23.330Z] --- PASS: TestConfigsUpdate (2.18s)
16:31:23 [2022-11-16T16:31:23.330Z] === RUN   TestTemplatedConfig
16:31:25 [2022-11-16T16:31:25.875Z] --- PASS: TestTemplatedConfig (2.40s)
16:31:25 [2022-11-16T16:31:25.875Z] === RUN   TestConfigCreateResolve
16:31:27 [2022-11-16T16:31:27.792Z] --- PASS: TestConfigCreateResolve (2.24s)
16:31:27 [2022-11-16T16:31:27.792Z] PASS
16:31:27 [2022-11-16T16:31:27.792Z] 
16:31:27 [2022-11-16T16:31:27.792Z] DONE 6 tests in 13.510s
16:31:27 [2022-11-16T16:31:27.792Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
16:31:27 [2022-11-16T16:31:27.792Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
16:31:27 [2022-11-16T16:31:27.792Z] ++ set -e
16:31:27 [2022-11-16T16:31:27.792Z] ++ '[' -n 0 ']'
16:31:27 [2022-11-16T16:31:27.792Z] ++ set -x
16:31:27 [2022-11-16T16:31:27.792Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
16:31:27 [2022-11-16T16:31:27.792Z] INFO: Testing against a local daemon
16:31:27 [2022-11-16T16:31:27.792Z] === RUN   TestAttachWithTTY
16:31:28 [2022-11-16T16:31:28.053Z] --- PASS: TestAttachWithTTY (0.07s)
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestAttachWithoutTTy
16:31:28 [2022-11-16T16:31:28.053Z] --- PASS: TestAttachWithoutTTy (0.05s)
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestCheckpoint
16:31:28 [2022-11-16T16:31:28.053Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:31:28 [2022-11-16T16:31:28.053Z] --- SKIP: TestCheckpoint (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/commit
16:31:28 [2022-11-16T16:31:28.053Z] === PAUSE TestContainerInvalidJSON/commit
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/create
16:31:28 [2022-11-16T16:31:28.053Z] === PAUSE TestContainerInvalidJSON/containers/create
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
16:31:28 [2022-11-16T16:31:28.053Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
16:31:28 [2022-11-16T16:31:28.053Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
16:31:28 [2022-11-16T16:31:28.053Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:31:28 [2022-11-16T16:31:28.053Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
16:31:28 [2022-11-16T16:31:28.053Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
16:31:28 [2022-11-16T16:31:28.053Z] === CONT  TestContainerInvalidJSON/commit
16:31:28 [2022-11-16T16:31:28.053Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/commit/empty_body
16:31:28 [2022-11-16T16:31:28.053Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
16:31:28 [2022-11-16T16:31:28.053Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
16:31:28 [2022-11-16T16:31:28.053Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
16:31:28 [2022-11-16T16:31:28.053Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
16:31:28 [2022-11-16T16:31:28.053Z] === CONT  TestContainerInvalidJSON/containers/create
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
16:31:28 [2022-11-16T16:31:28.053Z] --- PASS: TestContainerInvalidJSON (0.01s)
16:31:28 [2022-11-16T16:31:28.053Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:31:28 [2022-11-16T16:31:28.053Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestCopyFromContainerPathIsNotDir
16:31:28 [2022-11-16T16:31:28.053Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestCopyToContainerPathDoesNotExist
16:31:28 [2022-11-16T16:31:28.053Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
16:31:28 [2022-11-16T16:31:28.053Z] === RUN   TestCopyEmptyFile
16:31:28 [2022-11-16T16:31:28.314Z] --- PASS: TestCopyEmptyFile (0.22s)
16:31:28 [2022-11-16T16:31:28.314Z] === RUN   TestCopyToContainerPathIsNotDir
16:31:28 [2022-11-16T16:31:28.575Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
16:31:28 [2022-11-16T16:31:28.575Z] === RUN   TestCopyFromContainer
16:31:29 [2022-11-16T16:31:29.517Z] === RUN   TestCopyFromContainer//
16:31:29 [2022-11-16T16:31:29.517Z] === RUN   TestCopyFromContainer//bar/root
16:31:29 [2022-11-16T16:31:29.517Z] === RUN   TestCopyFromContainer//bar/root/
16:31:29 [2022-11-16T16:31:29.517Z] === RUN   TestCopyFromContainer/bar/quux
16:31:29 [2022-11-16T16:31:29.779Z] === RUN   TestCopyFromContainer/bar/quux/
16:31:29 [2022-11-16T16:31:29.779Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:31:29 [2022-11-16T16:31:29.779Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:31:29 [2022-11-16T16:31:29.779Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCopyFromContainer/bar/notarget
16:31:30 [2022-11-16T16:31:30.040Z] --- PASS: TestCopyFromContainer (1.60s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCopyFromContainer// (0.06s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCopyFromContainer/bar/quux (0.08s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:31:30 [2022-11-16T16:31:30.040Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:31:30 [2022-11-16T16:31:30.040Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:31:30 [2022-11-16T16:31:30.040Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:31:30 [2022-11-16T16:31:30.040Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:31:30 [2022-11-16T16:31:30.040Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:31:30 [2022-11-16T16:31:30.040Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:31:30 [2022-11-16T16:31:30.040Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateLinkToNonExistingContainer
16:31:30 [2022-11-16T16:31:30.040Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateWithInvalidEnv
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateWithInvalidEnv/0
16:31:30 [2022-11-16T16:31:30.040Z] === PAUSE TestCreateWithInvalidEnv/0
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateWithInvalidEnv/1
16:31:30 [2022-11-16T16:31:30.040Z] === PAUSE TestCreateWithInvalidEnv/1
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateWithInvalidEnv/2
16:31:30 [2022-11-16T16:31:30.040Z] === PAUSE TestCreateWithInvalidEnv/2
16:31:30 [2022-11-16T16:31:30.040Z] === CONT  TestCreateWithInvalidEnv/0
16:31:30 [2022-11-16T16:31:30.040Z] === CONT  TestCreateWithInvalidEnv/2
16:31:30 [2022-11-16T16:31:30.040Z] === CONT  TestCreateWithInvalidEnv/1
16:31:30 [2022-11-16T16:31:30.040Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
16:31:30 [2022-11-16T16:31:30.040Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateTmpfsMountsTarget
16:31:30 [2022-11-16T16:31:30.040Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
16:31:30 [2022-11-16T16:31:30.040Z] === RUN   TestCreateWithCustomMaskedPaths
16:31:31 [2022-11-16T16:31:31.428Z] --- PASS: TestCreateWithCustomMaskedPaths (1.25s)
16:31:31 [2022-11-16T16:31:31.428Z] === RUN   TestCreateWithCustomReadonlyPaths
16:31:32 [2022-11-16T16:31:32.813Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.31s)
16:31:32 [2022-11-16T16:31:32.813Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:31:32 [2022-11-16T16:31:32.813Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:31:32 [2022-11-16T16:31:32.813Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:31:32 [2022-11-16T16:31:32.813Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:31:32 [2022-11-16T16:31:32.813Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:31:32 [2022-11-16T16:31:32.813Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:31:32 [2022-11-16T16:31:32.813Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:31:32 [2022-11-16T16:31:32.813Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:31:32 [2022-11-16T16:31:32.813Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:31:32 [2022-11-16T16:31:32.813Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:31:32 [2022-11-16T16:31:32.813Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:31:32 [2022-11-16T16:31:32.813Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:31:32 [2022-11-16T16:31:32.813Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:31:32 [2022-11-16T16:31:32.813Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:31:32 [2022-11-16T16:31:32.813Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:31:32 [2022-11-16T16:31:32.813Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:31:32 [2022-11-16T16:31:32.813Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
16:31:32 [2022-11-16T16:31:32.813Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
16:31:32 [2022-11-16T16:31:32.813Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
16:31:32 [2022-11-16T16:31:32.813Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
16:31:32 [2022-11-16T16:31:32.813Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
16:31:32 [2022-11-16T16:31:32.813Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
16:31:32 [2022-11-16T16:31:32.813Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
16:31:33 [2022-11-16T16:31:33.074Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.48s)
16:31:33 [2022-11-16T16:31:33.074Z] === RUN   TestCreateDifferentPlatform
16:31:33 [2022-11-16T16:31:33.074Z] === RUN   TestCreateDifferentPlatform/different_os
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:31:33 [2022-11-16T16:31:33.348Z] --- PASS: TestCreateDifferentPlatform (0.02s)
16:31:33 [2022-11-16T16:31:33.348Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:31:33 [2022-11-16T16:31:33.348Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:31:33 [2022-11-16T16:31:33.348Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
16:31:33 [2022-11-16T16:31:33.348Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestCreateInvalidHostConfig
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
16:31:33 [2022-11-16T16:31:33.348Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
16:31:33 [2022-11-16T16:31:33.348Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:31:33 [2022-11-16T16:31:33.348Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
16:31:33 [2022-11-16T16:31:33.348Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
16:31:33 [2022-11-16T16:31:33.348Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
16:31:33 [2022-11-16T16:31:33.348Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
16:31:33 [2022-11-16T16:31:33.348Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:31:33 [2022-11-16T16:31:33.348Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
16:31:33 [2022-11-16T16:31:33.348Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
16:31:33 [2022-11-16T16:31:33.348Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
16:31:33 [2022-11-16T16:31:33.348Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
16:31:33 [2022-11-16T16:31:33.348Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
16:31:33 [2022-11-16T16:31:33.348Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestContainerStartOnDaemonRestart
16:31:33 [2022-11-16T16:31:33.348Z] === PAUSE TestContainerStartOnDaemonRestart
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestDaemonRestartIpcMode
16:31:33 [2022-11-16T16:31:33.348Z] === PAUSE TestDaemonRestartIpcMode
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestDaemonHostGatewayIP
16:31:33 [2022-11-16T16:31:33.348Z] === PAUSE TestDaemonHostGatewayIP
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestRestartDaemonWithRestartingContainer
16:31:33 [2022-11-16T16:31:33.348Z] === PAUSE TestRestartDaemonWithRestartingContainer
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestContainerKillOnDaemonStart
16:31:33 [2022-11-16T16:31:33.348Z] === PAUSE TestContainerKillOnDaemonStart
16:31:33 [2022-11-16T16:31:33.348Z] === RUN   TestDiff
16:31:33 [2022-11-16T16:31:33.944Z] --- PASS: TestDiff (0.49s)
16:31:33 [2022-11-16T16:31:33.944Z] === RUN   TestExecConsoleSize
16:31:34 [2022-11-16T16:31:34.208Z] --- PASS: TestExecConsoleSize (0.49s)
16:31:34 [2022-11-16T16:31:34.208Z] === RUN   TestExecWithCloseStdin
16:31:34 [2022-11-16T16:31:34.797Z] --- PASS: TestExecWithCloseStdin (0.50s)
16:31:34 [2022-11-16T16:31:34.797Z] === RUN   TestExec
16:31:35 [2022-11-16T16:31:35.371Z] --- PASS: TestExec (0.51s)
16:31:35 [2022-11-16T16:31:35.371Z] === RUN   TestExecUser
16:31:35 [2022-11-16T16:31:35.942Z] --- PASS: TestExecUser (0.48s)
16:31:35 [2022-11-16T16:31:35.942Z] === RUN   TestExportContainerAndImportImage
16:31:36 [2022-11-16T16:31:36.513Z] --- PASS: TestExportContainerAndImportImage (0.59s)
16:31:36 [2022-11-16T16:31:36.513Z] === RUN   TestExportContainerAfterDaemonRestart
16:31:37 [2022-11-16T16:31:37.897Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
16:31:37 [2022-11-16T16:31:37.897Z] === RUN   TestHealthCheckWorkdir
16:31:38 [2022-11-16T16:31:38.157Z] --- PASS: TestHealthCheckWorkdir (0.56s)
16:31:38 [2022-11-16T16:31:38.157Z] === RUN   TestHealthKillContainer
16:31:46 [2022-11-16T16:31:46.291Z] --- PASS: TestHealthKillContainer (7.95s)
16:31:46 [2022-11-16T16:31:46.291Z] === RUN   TestHealthCheckProcessKilled
16:31:46 [2022-11-16T16:31:46.863Z] --- PASS: TestHealthCheckProcessKilled (0.68s)
16:31:46 [2022-11-16T16:31:46.863Z] === RUN   TestInspectCpusetInConfigPre120
16:31:47 [2022-11-16T16:31:47.435Z] --- PASS: TestInspectCpusetInConfigPre120 (0.44s)
16:31:47 [2022-11-16T16:31:47.435Z] === RUN   TestIpcModeNone
16:31:48 [2022-11-16T16:31:48.006Z] --- PASS: TestIpcModeNone (0.57s)
16:31:48 [2022-11-16T16:31:48.006Z] === RUN   TestIpcModePrivate
16:31:48 [2022-11-16T16:31:48.267Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
16:31:48 [2022-11-16T16:31:48.267Z] --- PASS: TestIpcModePrivate (0.51s)
16:31:48 [2022-11-16T16:31:48.267Z] === RUN   TestIpcModeShareable
16:31:48 [2022-11-16T16:31:48.838Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
16:31:48 [2022-11-16T16:31:48.838Z] --- PASS: TestIpcModeShareable (0.47s)
16:31:48 [2022-11-16T16:31:48.838Z] === RUN   TestAPIIpcModeShareableAndContainer
16:31:50 [2022-11-16T16:31:50.751Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.58s)
16:31:50 [2022-11-16T16:31:50.751Z] === RUN   TestAPIIpcModeHost
16:31:50 [2022-11-16T16:31:50.751Z] --- PASS: TestAPIIpcModeHost (0.39s)
16:31:50 [2022-11-16T16:31:50.751Z] === RUN   TestDaemonIpcModeShareable
16:31:52 [2022-11-16T16:31:52.134Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
16:31:52 [2022-11-16T16:31:52.134Z] --- PASS: TestDaemonIpcModeShareable (1.20s)
16:31:52 [2022-11-16T16:31:52.134Z] === RUN   TestDaemonIpcModePrivate
16:31:53 [2022-11-16T16:31:53.077Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
16:31:53 [2022-11-16T16:31:53.077Z] --- PASS: TestDaemonIpcModePrivate (1.16s)
16:31:53 [2022-11-16T16:31:53.077Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:31:54 [2022-11-16T16:31:54.461Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
16:31:54 [2022-11-16T16:31:54.461Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.21s)
16:31:54 [2022-11-16T16:31:54.461Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:31:55 [2022-11-16T16:31:55.437Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
16:31:55 [2022-11-16T16:31:55.437Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s)
16:31:55 [2022-11-16T16:31:55.437Z] === RUN   TestIpcModeOlderClient
16:31:55 [2022-11-16T16:31:55.761Z] === PAUSE TestIpcModeOlderClient
16:31:55 [2022-11-16T16:31:55.761Z] === RUN   TestKillContainerInvalidSignal
16:31:56 [2022-11-16T16:31:56.029Z] --- PASS: TestKillContainerInvalidSignal (0.55s)
16:31:56 [2022-11-16T16:31:56.029Z] === RUN   TestKillContainer
16:31:56 [2022-11-16T16:31:56.029Z] === RUN   TestKillContainer/no_signal
16:31:56 [2022-11-16T16:31:56.600Z] === RUN   TestKillContainer/non_killing_signal
16:31:56 [2022-11-16T16:31:56.860Z] === RUN   TestKillContainer/killing_signal
16:31:57 [2022-11-16T16:31:57.432Z] --- PASS: TestKillContainer (1.35s)
16:31:57 [2022-11-16T16:31:57.432Z]     --- PASS: TestKillContainer/no_signal (0.43s)
16:31:57 [2022-11-16T16:31:57.432Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
16:31:57 [2022-11-16T16:31:57.432Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
16:31:57 [2022-11-16T16:31:57.432Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:31:57 [2022-11-16T16:31:57.432Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:31:58 [2022-11-16T16:31:58.003Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:31:58 [2022-11-16T16:31:58.263Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.87s)
16:31:58 [2022-11-16T16:31:58.263Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
16:31:58 [2022-11-16T16:31:58.263Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s)
16:31:58 [2022-11-16T16:31:58.263Z] === RUN   TestKillStoppedContainer
16:31:58 [2022-11-16T16:31:58.263Z] --- PASS: TestKillStoppedContainer (0.05s)
16:31:58 [2022-11-16T16:31:58.263Z] === RUN   TestKillStoppedContainerAPIPre120
16:31:58 [2022-11-16T16:31:58.524Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
16:31:58 [2022-11-16T16:31:58.524Z] === RUN   TestKillDifferentUserContainer
16:31:58 [2022-11-16T16:31:58.785Z] --- PASS: TestKillDifferentUserContainer (0.44s)
16:31:58 [2022-11-16T16:31:58.785Z] === RUN   TestInspectOomKilledTrue
16:31:59 [2022-11-16T16:31:59.358Z] --- PASS: TestInspectOomKilledTrue (0.48s)
16:31:59 [2022-11-16T16:31:59.358Z] === RUN   TestInspectOomKilledFalse
16:31:59 [2022-11-16T16:31:59.929Z] --- PASS: TestInspectOomKilledFalse (0.41s)
16:31:59 [2022-11-16T16:31:59.929Z] === RUN   TestLinksEtcHostsContentMatch
16:32:00 [2022-11-16T16:32:00.190Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
16:32:00 [2022-11-16T16:32:00.190Z] === RUN   TestLinksContainerNames
16:32:01 [2022-11-16T16:32:01.133Z] --- PASS: TestLinksContainerNames (0.94s)
16:32:01 [2022-11-16T16:32:01.133Z] === RUN   TestLogsFollowTailEmpty
16:32:01 [2022-11-16T16:32:01.394Z] --- PASS: TestLogsFollowTailEmpty (0.40s)
16:32:01 [2022-11-16T16:32:01.394Z] === RUN   TestLogs
16:32:01 [2022-11-16T16:32:01.394Z] === RUN   TestLogs/driver_local
16:32:01 [2022-11-16T16:32:01.394Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
16:32:01 [2022-11-16T16:32:01.394Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
16:32:01 [2022-11-16T16:32:01.394Z] === RUN   TestLogs/driver_local/tty/only_stdout
16:32:01 [2022-11-16T16:32:01.394Z] === PAUSE TestLogs/driver_local/tty/only_stdout
16:32:01 [2022-11-16T16:32:01.394Z] === RUN   TestLogs/driver_local/tty/only_stderr
16:32:01 [2022-11-16T16:32:01.394Z] === PAUSE TestLogs/driver_local/tty/only_stderr
16:32:01 [2022-11-16T16:32:01.394Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
16:32:01 [2022-11-16T16:32:01.394Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
16:32:01 [2022-11-16T16:32:01.394Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
16:32:01 [2022-11-16T16:32:01.394Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
16:32:01 [2022-11-16T16:32:01.394Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
16:32:01 [2022-11-16T16:32:01.394Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
16:32:01 [2022-11-16T16:32:01.394Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
16:32:01 [2022-11-16T16:32:01.394Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
16:32:01 [2022-11-16T16:32:01.974Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
16:32:02 [2022-11-16T16:32:02.236Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
16:32:02 [2022-11-16T16:32:02.810Z] === CONT  TestLogs/driver_local/tty/only_stderr
16:32:02 [2022-11-16T16:32:02.810Z] === CONT  TestLogs/driver_local/tty/only_stdout
16:32:03 [2022-11-16T16:32:03.389Z] === RUN   TestLogs/driver_json-file
16:32:03 [2022-11-16T16:32:03.389Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
16:32:03 [2022-11-16T16:32:03.389Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
16:32:03 [2022-11-16T16:32:03.389Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
16:32:03 [2022-11-16T16:32:03.389Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
16:32:03 [2022-11-16T16:32:03.389Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
16:32:03 [2022-11-16T16:32:03.389Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
16:32:03 [2022-11-16T16:32:03.389Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:32:03 [2022-11-16T16:32:03.389Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:32:03 [2022-11-16T16:32:03.389Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
16:32:03 [2022-11-16T16:32:03.389Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
16:32:03 [2022-11-16T16:32:03.389Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
16:32:03 [2022-11-16T16:32:03.389Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
16:32:03 [2022-11-16T16:32:03.389Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
16:32:03 [2022-11-16T16:32:03.389Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
16:32:03 [2022-11-16T16:32:03.969Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
16:32:04 [2022-11-16T16:32:04.242Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:32:04 [2022-11-16T16:32:04.814Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
16:32:04 [2022-11-16T16:32:04.814Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
16:32:05 [2022-11-16T16:32:05.385Z] --- PASS: TestLogs (3.91s)
16:32:05 [2022-11-16T16:32:05.385Z]     --- PASS: TestLogs/driver_local (0.01s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.63s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.80s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.60s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.51s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.54s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.54s)
16:32:05 [2022-11-16T16:32:05.385Z]     --- PASS: TestLogs/driver_json-file (0.01s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.74s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.82s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.64s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.65s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.63s)
16:32:05 [2022-11-16T16:32:05.385Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.57s)
16:32:05 [2022-11-16T16:32:05.385Z] === RUN   TestContainerNetworkMountsNoChown
16:32:05 [2022-11-16T16:32:05.956Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/default
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/default
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/private
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/private
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/rprivate
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/rprivate
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/slave
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/slave
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/rslave
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/rslave
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/shared
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/shared
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/rshared
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/rshared
16:32:05 [2022-11-16T16:32:05.956Z] === CONT  TestMountDaemonRoot/default
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/default/bind_root
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/default/mount_root
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === CONT  TestMountDaemonRoot/default/bind_root
16:32:05 [2022-11-16T16:32:05.956Z] === CONT  TestMountDaemonRoot/rshared
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:32:05 [2022-11-16T16:32:05.956Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === CONT  TestMountDaemonRoot/shared
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:32:05 [2022-11-16T16:32:05.956Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:32:05 [2022-11-16T16:32:05.956Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/rslave
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/slave
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/rprivate
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/private
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/private/mount_root
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === RUN   TestMountDaemonRoot/private/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/default/mount_root
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:32:05 [2022-11-16T16:32:05.957Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/private/bind_root
16:32:06 [2022-11-16T16:32:06.217Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:32:06 [2022-11-16T16:32:06.478Z] === CONT  TestMountDaemonRoot/private/mount_root
16:32:06 [2022-11-16T16:32:06.478Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:32:06 [2022-11-16T16:32:06.478Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:32:06 [2022-11-16T16:32:06.478Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:32:06 [2022-11-16T16:32:06.478Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:32:06 [2022-11-16T16:32:06.478Z] --- PASS: TestMountDaemonRoot (0.02s)
16:32:06 [2022-11-16T16:32:06.478Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
16:32:06 [2022-11-16T16:32:06.478Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
16:32:06 [2022-11-16T16:32:06.478Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
16:32:06 [2022-11-16T16:32:06.478Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
16:32:06 [2022-11-16T16:32:06.478Z] === RUN   TestContainerBindMountNonRecursive
16:32:07 [2022-11-16T16:32:07.862Z] --- PASS: TestContainerBindMountNonRecursive (1.42s)
16:32:07 [2022-11-16T16:32:07.862Z] === RUN   TestContainerVolumesMountedAsShared
16:32:08 [2022-11-16T16:32:08.433Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s)
16:32:08 [2022-11-16T16:32:08.433Z] === RUN   TestContainerVolumesMountedAsSlave
16:32:08 [2022-11-16T16:32:08.694Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s)
16:32:08 [2022-11-16T16:32:08.694Z] === RUN   TestNetworkNat
16:32:09 [2022-11-16T16:32:09.265Z] --- PASS: TestNetworkNat (0.49s)
16:32:09 [2022-11-16T16:32:09.265Z] === RUN   TestNetworkLocalhostTCPNat
16:32:09 [2022-11-16T16:32:09.526Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
16:32:09 [2022-11-16T16:32:09.526Z] === RUN   TestNetworkLoopbackNat
16:32:12 [2022-11-16T16:32:12.071Z] --- PASS: TestNetworkLoopbackNat (2.59s)
16:32:12 [2022-11-16T16:32:12.071Z] === RUN   TestPause
16:32:12 [2022-11-16T16:32:12.644Z] --- PASS: TestPause (0.47s)
16:32:12 [2022-11-16T16:32:12.644Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:32:12 [2022-11-16T16:32:12.644Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:32:12 [2022-11-16T16:32:12.644Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
16:32:12 [2022-11-16T16:32:12.644Z] === RUN   TestPauseStopPausedContainer
16:32:13 [2022-11-16T16:32:13.214Z] --- PASS: TestPauseStopPausedContainer (0.47s)
16:32:13 [2022-11-16T16:32:13.214Z] === RUN   TestPidHost
16:32:14 [2022-11-16T16:32:14.156Z] --- PASS: TestPidHost (1.02s)
16:32:14 [2022-11-16T16:32:14.156Z] === RUN   TestPsFilter
16:32:14 [2022-11-16T16:32:14.156Z] --- PASS: TestPsFilter (0.13s)
16:32:14 [2022-11-16T16:32:14.156Z] === RUN   TestRemoveContainerWithRemovedVolume
16:32:14 [2022-11-16T16:32:14.727Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
16:32:14 [2022-11-16T16:32:14.727Z] === RUN   TestRemoveContainerWithVolume
16:32:14 [2022-11-16T16:32:14.988Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
16:32:14 [2022-11-16T16:32:14.988Z] === RUN   TestRemoveContainerRunning
16:32:15 [2022-11-16T16:32:15.559Z] --- PASS: TestRemoveContainerRunning (0.45s)
16:32:15 [2022-11-16T16:32:15.559Z] === RUN   TestRemoveContainerForceRemoveRunning
16:32:16 [2022-11-16T16:32:16.130Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s)
16:32:16 [2022-11-16T16:32:16.130Z] === RUN   TestRemoveInvalidContainer
16:32:16 [2022-11-16T16:32:16.130Z] --- PASS: TestRemoveInvalidContainer (0.02s)
16:32:16 [2022-11-16T16:32:16.130Z] === RUN   TestRenameLinkedContainer
16:32:18 [2022-11-16T16:32:18.043Z] --- PASS: TestRenameLinkedContainer (1.85s)
16:32:18 [2022-11-16T16:32:18.043Z] === RUN   TestRenameStoppedContainer
16:32:18 [2022-11-16T16:32:18.304Z] --- PASS: TestRenameStoppedContainer (0.44s)
16:32:18 [2022-11-16T16:32:18.304Z] === RUN   TestRenameRunningContainerAndReuse
16:32:19 [2022-11-16T16:32:19.249Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s)
16:32:19 [2022-11-16T16:32:19.249Z] === RUN   TestRenameInvalidName
16:32:19 [2022-11-16T16:32:19.820Z] --- PASS: TestRenameInvalidName (0.44s)
16:32:19 [2022-11-16T16:32:19.820Z] === RUN   TestRenameAnonymousContainer
16:32:21 [2022-11-16T16:32:21.204Z] --- PASS: TestRenameAnonymousContainer (1.56s)
16:32:21 [2022-11-16T16:32:21.204Z] === RUN   TestRenameContainerWithSameName
16:32:21 [2022-11-16T16:32:21.774Z] --- PASS: TestRenameContainerWithSameName (0.44s)
16:32:21 [2022-11-16T16:32:21.774Z] === RUN   TestRenameContainerWithLinkedContainer
16:32:22 [2022-11-16T16:32:22.715Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s)
16:32:22 [2022-11-16T16:32:22.715Z] === RUN   TestResize
16:32:22 [2022-11-16T16:32:22.976Z] --- PASS: TestResize (0.44s)
16:32:22 [2022-11-16T16:32:22.976Z] === RUN   TestResizeWithInvalidSize
16:32:23 [2022-11-16T16:32:23.547Z] --- PASS: TestResizeWithInvalidSize (0.43s)
16:32:23 [2022-11-16T16:32:23.547Z] === RUN   TestResizeWhenContainerNotStarted
16:32:23 [2022-11-16T16:32:23.809Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:32:23 [2022-11-16T16:32:23.809Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:32:25 [2022-11-16T16:32:25.194Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:32:25 [2022-11-16T16:32:25.454Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:32:26 [2022-11-16T16:32:26.397Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:32:26 [2022-11-16T16:32:26.657Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:32:27 [2022-11-16T16:32:27.600Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:32:30 [2022-11-16T16:32:30.144Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:32:31 [2022-11-16T16:32:31.086Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:32:34 [2022-11-16T16:32:34.388Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:32:34 [2022-11-16T16:32:34.962Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:32:35 [2022-11-16T16:32:35.905Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:32:36 [2022-11-16T16:32:36.476Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:32:37 [2022-11-16T16:32:37.861Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:32:38 [2022-11-16T16:32:38.433Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:32:39 [2022-11-16T16:32:39.376Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:32:41 [2022-11-16T16:32:41.289Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.66s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.34s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.32s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.86s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.84s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.72s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.72s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.94s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.93s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.82s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.78s)
16:32:41 [2022-11-16T16:32:41.289Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.64s)
16:32:41 [2022-11-16T16:32:41.289Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
16:32:41 [2022-11-16T16:32:41.289Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
16:32:42 [2022-11-16T16:32:42.230Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
16:32:42 [2022-11-16T16:32:42.801Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.82s)
16:32:42 [2022-11-16T16:32:42.801Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.90s)
16:32:42 [2022-11-16T16:32:42.801Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.91s)
16:32:42 [2022-11-16T16:32:42.801Z] === RUN   TestCgroupNamespacesRun
16:32:44 [2022-11-16T16:32:44.185Z] --- PASS: TestCgroupNamespacesRun (1.17s)
16:32:44 [2022-11-16T16:32:44.185Z] === RUN   TestCgroupNamespacesRunPrivileged
16:32:45 [2022-11-16T16:32:45.128Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s)
16:32:45 [2022-11-16T16:32:45.128Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:32:46 [2022-11-16T16:32:46.511Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s)
16:32:46 [2022-11-16T16:32:46.511Z] === RUN   TestCgroupNamespacesRunHostMode
16:32:47 [2022-11-16T16:32:47.451Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s)
16:32:47 [2022-11-16T16:32:47.451Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:32:48 [2022-11-16T16:32:48.834Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s)
16:32:48 [2022-11-16T16:32:48.834Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
16:32:49 [2022-11-16T16:32:49.862Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s)
16:32:49 [2022-11-16T16:32:49.862Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:32:50 [2022-11-16T16:32:50.433Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
16:32:50 [2022-11-16T16:32:50.433Z] === RUN   TestCgroupNamespacesRunOlderClient
16:32:51 [2022-11-16T16:32:51.907Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s)
16:32:51 [2022-11-16T16:32:51.907Z] === RUN   TestNISDomainname
16:32:52 [2022-11-16T16:32:52.179Z] --- PASS: TestNISDomainname (0.55s)
16:32:52 [2022-11-16T16:32:52.179Z] === RUN   TestHostnameDnsResolution
16:32:53 [2022-11-16T16:32:53.140Z] --- PASS: TestHostnameDnsResolution (0.71s)
16:32:53 [2022-11-16T16:32:53.140Z] === RUN   TestUnprivilegedPortsAndPing
16:32:55 [2022-11-16T16:32:55.301Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s)
16:32:55 [2022-11-16T16:32:55.301Z] === RUN   TestPrivilegedHostDevices
16:32:55 [2022-11-16T16:32:55.301Z] --- PASS: TestPrivilegedHostDevices (0.53s)
16:32:55 [2022-11-16T16:32:55.301Z] === RUN   TestRunConsoleSize
16:32:55 [2022-11-16T16:32:55.301Z] --- PASS: TestRunConsoleSize (0.43s)
16:32:55 [2022-11-16T16:32:55.301Z] === RUN   TestRunWithAlternativeContainerdShim
16:32:56 [2022-11-16T16:32:56.687Z] --- PASS: TestRunWithAlternativeContainerdShim (1.98s)
16:32:56 [2022-11-16T16:32:56.687Z] === RUN   TestStats
16:32:59 [2022-11-16T16:32:59.229Z] --- PASS: TestStats (2.43s)
16:32:59 [2022-11-16T16:32:59.229Z] === RUN   TestStopContainerWithTimeout
16:32:59 [2022-11-16T16:32:59.229Z] === RUN   TestStopContainerWithTimeout/0
16:32:59 [2022-11-16T16:32:59.229Z] === PAUSE TestStopContainerWithTimeout/0
16:32:59 [2022-11-16T16:32:59.229Z] === RUN   TestStopContainerWithTimeout/1
16:32:59 [2022-11-16T16:32:59.229Z] === PAUSE TestStopContainerWithTimeout/1
16:32:59 [2022-11-16T16:32:59.229Z] === RUN   TestStopContainerWithTimeout/3
16:32:59 [2022-11-16T16:32:59.229Z] === PAUSE TestStopContainerWithTimeout/3
16:32:59 [2022-11-16T16:32:59.229Z] === RUN   TestStopContainerWithTimeout/-1
16:32:59 [2022-11-16T16:32:59.229Z] === PAUSE TestStopContainerWithTimeout/-1
16:32:59 [2022-11-16T16:32:59.229Z] === CONT  TestStopContainerWithTimeout/0
16:32:59 [2022-11-16T16:32:59.229Z] === CONT  TestStopContainerWithTimeout/3
16:32:59 [2022-11-16T16:32:59.800Z] === CONT  TestStopContainerWithTimeout/1
16:33:01 [2022-11-16T16:33:01.182Z] === CONT  TestStopContainerWithTimeout/-1
16:33:03 [2022-11-16T16:33:03.727Z] --- PASS: TestStopContainerWithTimeout (0.01s)
16:33:03 [2022-11-16T16:33:03.727Z]     --- PASS: TestStopContainerWithTimeout/0 (0.70s)
16:33:03 [2022-11-16T16:33:03.727Z]     --- PASS: TestStopContainerWithTimeout/1 (1.41s)
16:33:03 [2022-11-16T16:33:03.727Z]     --- PASS: TestStopContainerWithTimeout/3 (2.66s)
16:33:03 [2022-11-16T16:33:03.727Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.40s)
16:33:03 [2022-11-16T16:33:03.727Z] === RUN   TestDeleteDevicemapper
16:33:03 [2022-11-16T16:33:03.727Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:33:03 [2022-11-16T16:33:03.727Z] --- SKIP: TestDeleteDevicemapper (0.00s)
16:33:03 [2022-11-16T16:33:03.727Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:33:05 [2022-11-16T16:33:05.644Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.24s)
16:33:05 [2022-11-16T16:33:05.644Z] === RUN   TestUpdateMemory
16:33:06 [2022-11-16T16:33:06.215Z] --- PASS: TestUpdateMemory (0.57s)
16:33:06 [2022-11-16T16:33:06.215Z] === RUN   TestUpdateCPUQuota
16:33:07 [2022-11-16T16:33:07.156Z] --- PASS: TestUpdateCPUQuota (0.75s)
16:33:07 [2022-11-16T16:33:07.156Z] === RUN   TestUpdatePidsLimit
16:33:07 [2022-11-16T16:33:07.156Z] === RUN   TestUpdatePidsLimit/update_from_none
16:33:07 [2022-11-16T16:33:07.156Z] === RUN   TestUpdatePidsLimit/no_change
16:33:07 [2022-11-16T16:33:07.417Z] === RUN   TestUpdatePidsLimit/update_lower
16:33:07 [2022-11-16T16:33:07.677Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
16:33:07 [2022-11-16T16:33:07.677Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
16:33:07 [2022-11-16T16:33:07.938Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
16:33:08 [2022-11-16T16:33:08.198Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
16:33:08 [2022-11-16T16:33:08.769Z] --- PASS: TestUpdatePidsLimit (1.80s)
16:33:08 [2022-11-16T16:33:08.769Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
16:33:08 [2022-11-16T16:33:08.769Z]     --- PASS: TestUpdatePidsLimit/no_change (0.18s)
16:33:08 [2022-11-16T16:33:08.769Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.18s)
16:33:08 [2022-11-16T16:33:08.769Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s)
16:33:08 [2022-11-16T16:33:08.769Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
16:33:08 [2022-11-16T16:33:08.769Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s)
16:33:08 [2022-11-16T16:33:08.769Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
16:33:08 [2022-11-16T16:33:08.769Z] === RUN   TestUpdateRestartPolicy
16:33:20 [2022-11-16T16:33:20.997Z] --- PASS: TestUpdateRestartPolicy (10.86s)
16:33:20 [2022-11-16T16:33:20.997Z] === RUN   TestUpdateRestartWithAutoRemove
16:33:20 [2022-11-16T16:33:20.997Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
16:33:20 [2022-11-16T16:33:20.997Z] === RUN   TestWaitNonBlocked
16:33:20 [2022-11-16T16:33:20.997Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:33:20 [2022-11-16T16:33:20.997Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:33:20 [2022-11-16T16:33:20.997Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:33:20 [2022-11-16T16:33:20.998Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:33:20 [2022-11-16T16:33:20.998Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:33:20 [2022-11-16T16:33:20.998Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:33:20 [2022-11-16T16:33:20.998Z] --- PASS: TestWaitNonBlocked (0.01s)
16:33:20 [2022-11-16T16:33:20.998Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s)
16:33:20 [2022-11-16T16:33:20.998Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s)
16:33:20 [2022-11-16T16:33:20.998Z] === RUN   TestWaitBlocked
16:33:20 [2022-11-16T16:33:20.998Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:33:20 [2022-11-16T16:33:20.998Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:33:20 [2022-11-16T16:33:20.998Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:33:20 [2022-11-16T16:33:20.998Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:33:20 [2022-11-16T16:33:20.998Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:33:20 [2022-11-16T16:33:20.998Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:33:21 [2022-11-16T16:33:21.568Z] --- PASS: TestWaitBlocked (0.02s)
16:33:21 [2022-11-16T16:33:21.568Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s)
16:33:21 [2022-11-16T16:33:21.568Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s)
16:33:21 [2022-11-16T16:33:21.568Z] === RUN   TestWaitConditions
16:33:21 [2022-11-16T16:33:21.568Z] === RUN   TestWaitConditions/default
16:33:21 [2022-11-16T16:33:21.568Z] === PAUSE TestWaitConditions/default
16:33:21 [2022-11-16T16:33:21.568Z] === RUN   TestWaitConditions/not-running
16:33:21 [2022-11-16T16:33:21.568Z] === PAUSE TestWaitConditions/not-running
16:33:21 [2022-11-16T16:33:21.568Z] === RUN   TestWaitConditions/next-exit
16:33:21 [2022-11-16T16:33:21.568Z] === PAUSE TestWaitConditions/next-exit
16:33:21 [2022-11-16T16:33:21.568Z] === RUN   TestWaitConditions/removed
16:33:21 [2022-11-16T16:33:21.568Z] === PAUSE TestWaitConditions/removed
16:33:21 [2022-11-16T16:33:21.568Z] === CONT  TestWaitConditions/default
16:33:21 [2022-11-16T16:33:21.568Z] === CONT  TestWaitConditions/next-exit
16:33:23 [2022-11-16T16:33:23.484Z] === CONT  TestWaitConditions/removed
16:33:23 [2022-11-16T16:33:23.484Z] === CONT  TestWaitConditions/not-running
16:33:24 [2022-11-16T16:33:24.867Z] --- PASS: TestWaitConditions (0.02s)
16:33:24 [2022-11-16T16:33:24.867Z]     --- PASS: TestWaitConditions/next-exit (1.66s)
16:33:24 [2022-11-16T16:33:24.867Z]     --- PASS: TestWaitConditions/default (1.69s)
16:33:24 [2022-11-16T16:33:24.867Z]     --- PASS: TestWaitConditions/removed (1.57s)
16:33:24 [2022-11-16T16:33:24.867Z]     --- PASS: TestWaitConditions/not-running (1.59s)
16:33:24 [2022-11-16T16:33:24.867Z] === RUN   TestWaitRestartedContainer
16:33:24 [2022-11-16T16:33:24.867Z] === RUN   TestWaitRestartedContainer/default
16:33:24 [2022-11-16T16:33:24.867Z] === PAUSE TestWaitRestartedContainer/default
16:33:24 [2022-11-16T16:33:24.867Z] === RUN   TestWaitRestartedContainer/not-running
16:33:24 [2022-11-16T16:33:24.867Z] === PAUSE TestWaitRestartedContainer/not-running
16:33:24 [2022-11-16T16:33:24.867Z] === RUN   TestWaitRestartedContainer/next-exit
16:33:24 [2022-11-16T16:33:24.867Z] === PAUSE TestWaitRestartedContainer/next-exit
16:33:24 [2022-11-16T16:33:24.867Z] === CONT  TestWaitRestartedContainer/default
16:33:24 [2022-11-16T16:33:24.867Z] === CONT  TestWaitRestartedContainer/next-exit
16:33:26 [2022-11-16T16:33:26.251Z] === CONT  TestWaitRestartedContainer/not-running
16:33:27 [2022-11-16T16:33:27.196Z] --- PASS: TestWaitRestartedContainer (0.02s)
16:33:27 [2022-11-16T16:33:27.196Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.25s)
16:33:27 [2022-11-16T16:33:27.196Z]     --- PASS: TestWaitRestartedContainer/default (1.43s)
16:33:27 [2022-11-16T16:33:27.196Z]     --- PASS: TestWaitRestartedContainer/not-running (0.92s)
16:33:27 [2022-11-16T16:33:27.196Z] === CONT  TestContainerStartOnDaemonRestart
16:33:27 [2022-11-16T16:33:27.196Z] === CONT  TestRestartDaemonWithRestartingContainer
16:33:29 [2022-11-16T16:33:29.109Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.17s)
16:33:29 [2022-11-16T16:33:29.109Z] === CONT  TestIpcModeOlderClient
16:33:29 [2022-11-16T16:33:29.109Z] --- PASS: TestContainerStartOnDaemonRestart (2.18s)
16:33:29 [2022-11-16T16:33:29.109Z] === CONT  TestContainerKillOnDaemonStart
16:33:29 [2022-11-16T16:33:29.370Z] --- PASS: TestIpcModeOlderClient (0.07s)
16:33:29 [2022-11-16T16:33:29.371Z] === CONT  TestDaemonHostGatewayIP
16:33:31 [2022-11-16T16:33:31.917Z] --- PASS: TestDaemonHostGatewayIP (2.39s)
16:33:31 [2022-11-16T16:33:31.917Z] === CONT  TestDaemonRestartIpcMode
16:33:33 [2022-11-16T16:33:33.831Z] --- PASS: TestDaemonRestartIpcMode (2.21s)
16:33:41 [2022-11-16T16:33:41.965Z] --- PASS: TestContainerKillOnDaemonStart (11.60s)
16:33:41 [2022-11-16T16:33:41.965Z] PASS
16:33:41 [2022-11-16T16:33:41.965Z] 
16:33:41 [2022-11-16T16:33:41.965Z] === Skipped
16:33:41 [2022-11-16T16:33:41.965Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
16:33:41 [2022-11-16T16:33:41.965Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:33:41 [2022-11-16T16:33:41.965Z] 
16:33:41 [2022-11-16T16:33:41.965Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
16:33:41 [2022-11-16T16:33:41.965Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:33:41 [2022-11-16T16:33:41.965Z] 
16:33:41 [2022-11-16T16:33:41.965Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
16:33:41 [2022-11-16T16:33:41.965Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:33:41 [2022-11-16T16:33:41.965Z] 
16:33:41 [2022-11-16T16:33:41.965Z] DONE 273 tests, 3 skipped in 133.105s
16:33:41 [2022-11-16T16:33:41.965Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
16:33:41 [2022-11-16T16:33:41.965Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
16:33:41 [2022-11-16T16:33:41.965Z] ++ set -e
16:33:41 [2022-11-16T16:33:41.965Z] ++ '[' -n 0 ']'
16:33:41 [2022-11-16T16:33:41.965Z] ++ set -x
16:33:41 [2022-11-16T16:33:41.965Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
16:33:41 [2022-11-16T16:33:41.965Z] INFO: Testing against a local daemon
16:33:41 [2022-11-16T16:33:41.965Z] === RUN   TestConfigDaemonLibtrustID
16:33:41 [2022-11-16T16:33:41.965Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
16:33:41 [2022-11-16T16:33:41.965Z] === RUN   TestConfigDaemonID
16:33:42 [2022-11-16T16:33:42.536Z]     daemon_test.go:86: [df47131884318] daemon is not started
16:33:42 [2022-11-16T16:33:42.536Z] --- PASS: TestConfigDaemonID (1.04s)
16:33:42 [2022-11-16T16:33:42.536Z] === RUN   TestDaemonConfigValidation
16:33:42 [2022-11-16T16:33:42.536Z] === RUN   TestDaemonConfigValidation/config_with_no_content
16:33:42 [2022-11-16T16:33:42.536Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
16:33:42 [2022-11-16T16:33:42.536Z] === RUN   TestDaemonConfigValidation/config_with_{}
16:33:42 [2022-11-16T16:33:42.536Z] === PAUSE TestDaemonConfigValidation/config_with_{}
16:33:42 [2022-11-16T16:33:42.536Z] === RUN   TestDaemonConfigValidation/invalid_config
16:33:42 [2022-11-16T16:33:42.536Z] === PAUSE TestDaemonConfigValidation/invalid_config
16:33:42 [2022-11-16T16:33:42.536Z] === RUN   TestDaemonConfigValidation/malformed_config
16:33:42 [2022-11-16T16:33:42.536Z] === PAUSE TestDaemonConfigValidation/malformed_config
16:33:42 [2022-11-16T16:33:42.536Z] === RUN   TestDaemonConfigValidation/valid_config
16:33:42 [2022-11-16T16:33:42.536Z] === PAUSE TestDaemonConfigValidation/valid_config
16:33:42 [2022-11-16T16:33:42.536Z] === CONT  TestDaemonConfigValidation/config_with_no_content
16:33:42 [2022-11-16T16:33:42.536Z] === CONT  TestDaemonConfigValidation/malformed_config
16:33:42 [2022-11-16T16:33:42.536Z] === CONT  TestDaemonConfigValidation/valid_config
16:33:42 [2022-11-16T16:33:42.536Z] === CONT  TestDaemonConfigValidation/invalid_config
16:33:42 [2022-11-16T16:33:42.797Z] === CONT  TestDaemonConfigValidation/config_with_{}
16:33:42 [2022-11-16T16:33:42.797Z] --- PASS: TestDaemonConfigValidation (0.00s)
16:33:42 [2022-11-16T16:33:42.797Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
16:33:42 [2022-11-16T16:33:42.797Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
16:33:42 [2022-11-16T16:33:42.797Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.05s)
16:33:42 [2022-11-16T16:33:42.797Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
16:33:42 [2022-11-16T16:33:42.797Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
16:33:42 [2022-11-16T16:33:42.797Z] === RUN   TestConfigDaemonSeccompProfiles
16:33:42 [2022-11-16T16:33:42.797Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
16:33:43 [2022-11-16T16:33:43.737Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
16:33:45 [2022-11-16T16:33:45.122Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
16:33:46 [2022-11-16T16:33:46.063Z] === CONT  TestConfigDaemonSeccompProfiles
16:33:46 [2022-11-16T16:33:46.063Z]     daemon_test.go:200: [d9aceca21546c] daemon is not started
16:33:46 [2022-11-16T16:33:46.063Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
16:33:46 [2022-11-16T16:33:46.063Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
16:33:46 [2022-11-16T16:33:46.063Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
16:33:46 [2022-11-16T16:33:46.063Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
16:33:46 [2022-11-16T16:33:46.063Z] === RUN   TestDaemonProxy
16:33:46 [2022-11-16T16:33:46.063Z] === RUN   TestDaemonProxy/environment_variables
16:33:47 [2022-11-16T16:33:47.446Z] === RUN   TestDaemonProxy/command-line_options
16:33:49 [2022-11-16T16:33:49.357Z] === RUN   TestDaemonProxy/configuration_file
16:33:51 [2022-11-16T16:33:51.267Z] === RUN   TestDaemonProxy/conflicting_options
16:33:51 [2022-11-16T16:33:51.528Z] === RUN   TestDaemonProxy/reload_sanitized
16:33:52 [2022-11-16T16:33:52.110Z] --- PASS: TestDaemonProxy (6.23s)
16:33:52 [2022-11-16T16:33:52.110Z]     --- PASS: TestDaemonProxy/environment_variables (1.71s)
16:33:52 [2022-11-16T16:33:52.110Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
16:33:52 [2022-11-16T16:33:52.110Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
16:33:52 [2022-11-16T16:33:52.110Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
16:33:52 [2022-11-16T16:33:52.110Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
16:33:52 [2022-11-16T16:33:52.110Z] === RUN   TestLiveRestore
16:33:52 [2022-11-16T16:33:52.110Z] === RUN   TestLiveRestore/volume_references
16:33:52 [2022-11-16T16:33:52.110Z] === PAUSE TestLiveRestore/volume_references
16:33:52 [2022-11-16T16:33:52.110Z] === CONT  TestLiveRestore/volume_references
16:33:52 [2022-11-16T16:33:52.685Z] === RUN   TestLiveRestore/volume_references/restartPolicy
16:33:52 [2022-11-16T16:33:52.686Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
16:33:53 [2022-11-16T16:33:53.634Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
16:33:54 [2022-11-16T16:33:54.578Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
16:33:55 [2022-11-16T16:33:55.519Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
16:33:56 [2022-11-16T16:33:56.461Z] --- PASS: TestLiveRestore (0.00s)
16:33:56 [2022-11-16T16:33:56.461Z]     --- PASS: TestLiveRestore/volume_references (4.49s)
16:33:56 [2022-11-16T16:33:56.461Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.81s)
16:33:56 [2022-11-16T16:33:56.461Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.96s)
16:33:56 [2022-11-16T16:33:56.461Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.93s)
16:33:56 [2022-11-16T16:33:56.461Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.96s)
16:33:56 [2022-11-16T16:33:56.461Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.95s)
16:33:56 [2022-11-16T16:33:56.461Z] PASS
16:33:56 [2022-11-16T16:33:56.461Z] 
16:33:56 [2022-11-16T16:33:56.461Z] DONE 25 tests in 15.758s
16:33:56 [2022-11-16T16:33:56.722Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
16:33:56 [2022-11-16T16:33:56.722Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
16:33:56 [2022-11-16T16:33:56.722Z] ++ set -e
16:33:56 [2022-11-16T16:33:56.722Z] ++ '[' -n 0 ']'
16:33:56 [2022-11-16T16:33:56.722Z] ++ set -x
16:33:56 [2022-11-16T16:33:56.722Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
16:33:56 [2022-11-16T16:33:56.722Z] INFO: Testing against a local daemon
16:33:56 [2022-11-16T16:33:56.722Z] === RUN   TestCommitInheritsEnv
16:33:56 [2022-11-16T16:33:56.982Z] --- PASS: TestCommitInheritsEnv (0.27s)
16:33:56 [2022-11-16T16:33:56.983Z] === RUN   TestImportExtremelyLargeImageWorks
16:33:56 [2022-11-16T16:33:56.983Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
16:33:56 [2022-11-16T16:33:56.983Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
16:33:56 [2022-11-16T16:33:56.983Z] === RUN   TestImportWithCustomPlatform
16:33:56 [2022-11-16T16:33:56.983Z] === RUN   TestImportWithCustomPlatform/#00
16:33:57 [2022-11-16T16:33:57.243Z] === RUN   TestImportWithCustomPlatform/_______
16:33:57 [2022-11-16T16:33:57.243Z] === RUN   TestImportWithCustomPlatform//
16:33:57 [2022-11-16T16:33:57.243Z] === RUN   TestImportWithCustomPlatform/linux
16:33:57 [2022-11-16T16:33:57.243Z] === RUN   TestImportWithCustomPlatform/LINUX
16:33:57 [2022-11-16T16:33:57.243Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
16:33:57 [2022-11-16T16:33:57.505Z] === RUN   TestImportWithCustomPlatform/macos
16:33:57 [2022-11-16T16:33:57.505Z] === RUN   TestImportWithCustomPlatform/macos/arm64
16:33:57 [2022-11-16T16:33:57.505Z] === RUN   TestImportWithCustomPlatform/nintendo64
16:33:57 [2022-11-16T16:33:57.505Z] --- PASS: TestImportWithCustomPlatform (0.32s)
16:33:57 [2022-11-16T16:33:57.505Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
16:33:57 [2022-11-16T16:33:57.505Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
16:33:57 [2022-11-16T16:33:57.505Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
16:33:57 [2022-11-16T16:33:57.505Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
16:33:57 [2022-11-16T16:33:57.505Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
16:33:57 [2022-11-16T16:33:57.505Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
16:33:57 [2022-11-16T16:33:57.505Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
16:33:57 [2022-11-16T16:33:57.505Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
16:33:57 [2022-11-16T16:33:57.505Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
16:33:57 [2022-11-16T16:33:57.505Z] === RUN   TestImagesFilterMultiReference
16:33:57 [2022-11-16T16:33:57.505Z] --- PASS: TestImagesFilterMultiReference (0.06s)
16:33:57 [2022-11-16T16:33:57.505Z] === RUN   TestImagePullPlatformInvalid
16:33:57 [2022-11-16T16:33:57.505Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
16:33:57 [2022-11-16T16:33:57.505Z] === RUN   TestImagePullStoredfDigestForOtherRepo
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" 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=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=info msg="Starting upload purge in 21m0s" go.version=go1.19.3 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=info msg="redis not configured" go.version=go1.19.3 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.3 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=120fe92a-e53c-4f3d-9b6c-fd85dd013e45 http.request.method=GET http.request.remoteaddr="127.0.0.1:54002" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=120fe92a-e53c-4f3d-9b6c-fd85dd013e45 http.request.method=GET http.request.remoteaddr="127.0.0.1:54002" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.889703ms http.response.status=200 http.response.written=2 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=bda4d74e-5c77-45a0-893f-6484c1bb23d6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=c4425dc5-6cd4-4048-a346-ef8257ebaca2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=c4425dc5-6cd4-4048-a346-ef8257ebaca2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=bda4d74e-5c77-45a0-893f-6484c1bb23d6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" 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=bda4d74e-5c77-45a0-893f-6484c1bb23d6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=18.798µs trace.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=509f0ba7-fb05-4ef4-871a-899d3bdb938e trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" 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=c4425dc5-6cd4-4048-a346-ef8257ebaca2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=29.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).GetContent" trace.id=bdb83ce4-70c6-46af-afa5-2b7888fc6a19 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" 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=c4425dc5-6cd4-4048-a346-ef8257ebaca2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54026" 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.373819ms http.response.status=404 http.response.written=157 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.9+unknown"
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" 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=bda4d74e-5c77-45a0-893f-6484c1bb23d6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54016" 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=3.285309ms http.response.status=404 http.response.written=157 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.9+unknown"
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=228988c6-e470-4838-bfd4-901b3e727752 http.request.method=POST http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.505Z] time="2022-11-16T16:33:57Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=228988c6-e470-4838-bfd4-901b3e727752 http.request.method=POST http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/15c77e7b-0529-4444-be48-fa53dd6f1132/startedat\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=228988c6-e470-4838-bfd4-901b3e727752 http.request.method=POST http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=88.944µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=aebf93c9-5d5b-458f-b450-b2de41fcefb1 trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/15c77e7b-0529-4444-be48-fa53dd6f1132/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=228988c6-e470-4838-bfd4-901b3e727752 http.request.method=POST http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=11.701µs trace.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=ed44eb8f-8994-4af1-bd36-8e0bc2055637 trace.line=141 vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/15c77e7b-0529-4444-be48-fa53dd6f1132/hashstates/sha256/0\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=228988c6-e470-4838-bfd4-901b3e727752 http.request.method=POST http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=63.754µs trace.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=cd47421d-391e-49e8-aef0-de2a75cbc9fe trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=228988c6-e470-4838-bfd4-901b3e727752 http.request.method=POST http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=2.841189ms http.response.status=202 http.response.written=0 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.9+unknown"
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" 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=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=1e2632e1-ebda-4170-ba6d-1c8875c0e10d http.request.method=POST http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" 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=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/15c77e7b-0529-4444-be48-fa53dd6f1132/startedat\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=31.114µs trace.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=58afb305-e324-4048-a441-dba368a92a63 trace.line=82 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/15c77e7b-0529-4444-be48-fa53dd6f1132/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=150.13µs trace.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=df326e20-0707-4cdb-b361-d6b945418e44 trace.line=141 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=1e2632e1-ebda-4170-ba6d-1c8875c0e10d http.request.method=POST http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/15c77e7b-0529-4444-be48-fa53dd6f1132/data\", 0)" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=91.873µs trace.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=c0bd4471-304e-4a45-a294-f57bdf4dbae9 trace.line=124 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" 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=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/8c5992bc-f30e-401f-80e6-42ac02b32595/startedat\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=1e2632e1-ebda-4170-ba6d-1c8875c0e10d http.request.method=POST http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=159.861µs trace.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=b8530c13-59b4-495e-9645-793df91b505a trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/8c5992bc-f30e-401f-80e6-42ac02b32595/data\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=1e2632e1-ebda-4170-ba6d-1c8875c0e10d http.request.method=POST http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=32.23µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bdc2c9ec-8c85-4c63-bc59-0ce1c531e629 trace.line=141 vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/8c5992bc-f30e-401f-80e6-42ac02b32595/hashstates/sha256/0\")" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=1e2632e1-ebda-4170-ba6d-1c8875c0e10d http.request.method=POST http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=62.228µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=9625d15b-2544-4d44-863a-9189b0746c68 trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=1e2632e1-ebda-4170-ba6d-1c8875c0e10d http.request.method=POST http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=6.166639ms http.response.status=202 http.response.written=0 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.9+unknown"
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/15c77e7b-0529-4444-be48-fa53dd6f1132/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=1.138661ms trace.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=a32add58-cc00-4734-b210-6be6db853f2b trace.line=141 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" 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=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=13.932µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=26aa3c81-4bf1-4a99-84f3-28d518e027ea trace.line=141 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/15c77e7b-0529-4444-be48-fa53dd6f1132/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=9.288µs trace.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=0e2c9381-54e0-4a94-8129-3d3362ff33fc trace.line=141 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/15c77e7b-0529-4444-be48-fa53dd6f1132/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=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=66.659µs trace.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=3be4ea44-eaa8-4403-99a7-10b8613bd2df trace.line=167 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" 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=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=73.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=fb42d8b9-6ceb-4742-8735-80b15f656be7 trace.line=95 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/15c77e7b-0529-4444-be48-fa53dd6f1132\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=79.131µs trace.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=f0ee2bfa-b499-49c4-9ff2-abfd65618ef6 trace.line=181 vars.name=test vars.uuid=15c77e7b-0529-4444-be48-fa53dd6f1132 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" 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=3f972cda-8454-4ad4-995a-c3b05e81bbd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54016" http.request.uri="/v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=6.724687ms http.response.status=201 http.response.written=0 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "PUT /v2/test/blobs/uploads/15c77e7b-0529-4444-be48-fa53dd6f1132?_state=5X4xf8lj--L1GhEZP06sgIAd1OlGTYRvzWVQrNDrB7Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE1Yzc3ZTdiLTA1MjktNDQ0NC1iZTQ4LWZhNTNkZDZmMTEzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40Nzk1MDg0ODlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.9+unknown"
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" 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=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" 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=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/8c5992bc-f30e-401f-80e6-42ac02b32595/startedat\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=66.092µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ca2bf5f9-7ac3-40e0-91bf-f4399d5474ae trace.line=82 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.506Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/8c5992bc-f30e-401f-80e6-42ac02b32595/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=15.056µs trace.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=9b350a85-c5fb-4181-ab75-aaa6ff0dbbae trace.line=141 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.507Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/8c5992bc-f30e-401f-80e6-42ac02b32595/data\", 0)" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=52.923µs trace.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=156c9b9c-3377-4e02-8e82-d9ad96d2a850 trace.line=124 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.507Z] time="2022-11-16T16:33:57Z" 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=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.507Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/8c5992bc-f30e-401f-80e6-42ac02b32595/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=12.095µs trace.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=3e592e3a-f937-454f-aa8b-150adc2bbf4b trace.line=141 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.507Z] time="2022-11-16T16:33:57Z" 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=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=16.23µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1fb77ded-36f2-4114-81b0-4865fc31f729 trace.line=141 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.507Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/8c5992bc-f30e-401f-80e6-42ac02b32595/data\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=18.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=d32d0de0-b347-4097-8aa3-5c1e1e7ff45f trace.line=141 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.507Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/8c5992bc-f30e-401f-80e6-42ac02b32595/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=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=73.108µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=cfdd4045-ce49-4390-8778-566d751509d9 trace.line=167 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.507Z] time="2022-11-16T16:33:57Z" 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=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=128.558µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=a9d83da2-91ec-46be-a888-1f583b4c4986 trace.line=95 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.507Z] time="2022-11-16T16:33:57Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/8c5992bc-f30e-401f-80e6-42ac02b32595\")" go.version=go1.19.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=158.302µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=bda13c68-bb6b-4333-9f51-781a722900d8 trace.line=181 vars.name=test vars.uuid=8c5992bc-f30e-401f-80e6-42ac02b32595 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.507Z] time="2022-11-16T16:33:57Z" 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=54ed2f90-575e-4a32-bcd3-f8b0c77c7b77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=7.510323ms http.response.status=201 http.response.written=0 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.507Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "PUT /v2/test/blobs/uploads/8c5992bc-f30e-401f-80e6-42ac02b32595?_state=dyvL1h3JmUdy9x-xnft2-bBbWYWkxWhZhxqeQc9tfdR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjNTk5MmJjLWYzMGUtNDAxZi04MGU2LTQyYWMwMmIzMjU5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0xNlQxNjozMzo1Ny40ODQ5MjM1NjlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.9+unknown"
16:33:57 [2022-11-16T16:33:57.769Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=ed341fc4-f084-48dc-a389-21a83b3a1f8f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.769Z] time="2022-11-16T16:33:57Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=ed341fc4-f084-48dc-a389-21a83b3a1f8f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.769Z] time="2022-11-16T16:33:57Z" 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=ed341fc4-f084-48dc-a389-21a83b3a1f8f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=19.479µs trace.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=f1c20bc0-2d0e-447e-b403-5eda68116416 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.769Z] time="2022-11-16T16:33:57Z" 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=ed341fc4-f084-48dc-a389-21a83b3a1f8f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54026" 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.233949ms http.response.status=404 http.response.written=96 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.769Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.9+unknown"
16:33:57 [2022-11-16T16:33:57.769Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.769Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.769Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.769Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=31.615µs trace.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=e61a5e33-37fe-4f91-b380-671d2df157bb trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=47.598µs trace.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=70c51417-0ba4-41f5-be32-2b8371795497 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=24.132µs trace.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=41386905-acbb-435b-b6c4-48c63963fa65 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=16.984µs trace.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=6d2d91b8-b5f2-4232-8fb4-08cc3a9fd832 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=19.02µs trace.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=6c0135ea-8e5c-4077-b1c2-c2f73a59f8fd trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=86.047µs trace.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=76289170-9002-45c0-be61-26adee70ecdb trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=173.556µs trace.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=4f09fe34-3197-4791-898f-8c4d70d9b8a8 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=62.851µs trace.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=60323b81-10ef-484d-9c2a-a2461e94becd trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=101.973µs trace.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=29eabba8-e4d7-410a-913d-680bf0ae1c3b trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=32.607µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=87b9c5d9-96e8-4d01-a83c-3fae513b2c0f trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=f42c859f-406a-4ff7-ad01-d545ca494fa7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54026" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=3.449421ms http.response.status=201 http.response.written=0 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.9+unknown"
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=ce6454ad-7d2f-4e3b-abf8-07f3792c8626 http.request.method=GET http.request.remoteaddr="127.0.0.1:54052" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=ce6454ad-7d2f-4e3b-abf8-07f3792c8626 http.request.method=GET http.request.remoteaddr="127.0.0.1:54052" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 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="784.281µs" http.response.status=200 http.response.written=2 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=94067e54-e5d0-468e-b394-84d6a6060a93 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54054" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=94067e54-e5d0-468e-b394-84d6a6060a93 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54054" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=94067e54-e5d0-468e-b394-84d6a6060a93 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54054" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=73.83µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=a8c98ce8-70a3-49fb-94d3-7888ca38af7e trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=94067e54-e5d0-468e-b394-84d6a6060a93 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54054" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=94067e54-e5d0-468e-b394-84d6a6060a93 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54054" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=22.991µs trace.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=f182f323-4e68-49a2-a1ca-c2477585e77b trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=94067e54-e5d0-468e-b394-84d6a6060a93 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54054" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=13.095µs trace.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=992b418e-4e1d-49eb-aa2f-d861f9b067d0 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=94067e54-e5d0-468e-b394-84d6a6060a93 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54054" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=21.169µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=e0f6c649-b558-443c-a23f-be00476a0ed6 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=94067e54-e5d0-468e-b394-84d6a6060a93 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54054" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=94067e54-e5d0-468e-b394-84d6a6060a93 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54054" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 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.742905ms http.response.status=200 http.response.written=417 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=12736c39-29ba-4ad8-8f38-7f2caaff88a5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54066" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=12736c39-29ba-4ad8-8f38-7f2caaff88a5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54066" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=12736c39-29ba-4ad8-8f38-7f2caaff88a5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54066" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=12736c39-29ba-4ad8-8f38-7f2caaff88a5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54066" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=227.554µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f8026b25-f1d4-461d-af50-901c4e5de0d4 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=12736c39-29ba-4ad8-8f38-7f2caaff88a5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54066" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=295.074µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=28f6a986-25bb-4285-8a41-17af7ac09f58 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" 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=12736c39-29ba-4ad8-8f38-7f2caaff88a5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54066" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=122.601µs trace.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=5220e875-898f-4b74-9e00-422f205c3cf0 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=12736c39-29ba-4ad8-8f38-7f2caaff88a5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54066" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] time="2022-11-16T16:33:57Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=12736c39-29ba-4ad8-8f38-7f2caaff88a5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54066" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.885145ms http.response.status=200 http.response.written=417 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.770Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=75.463µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c85c865f-2878-45d4-a34a-ee3e27384c79 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=99.134µs trace.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=ea6a9bb3-fcc3-49b9-8433-a0e812473517 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=21.744µs trace.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=65d364b0-1f7d-4911-bf2e-b6d5691ef4e7 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=117.063µs trace.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=89d7b4df-9c9a-4351-90b8-364cde110381 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=24.369µs trace.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=71db57e0-e27d-4e34-8b1b-113d499ee9c6 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=7.664µs trace.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=daa51715-b629-4130-b169-efb39d70edc9 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=68.718µs trace.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=b40517e7-105d-4b6b-9518-3dd4ad85ca4e trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" level=debug msg=GetBlob go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=30.096µs trace.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=3e7dbc37-425d-484f-9b54-8f34a6448fd3 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=36.406µs trace.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=cb4cb520-2650-4ce7-91a3-a3caf9547823 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=36.012µs trace.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=709d2e70-b95a-4a80-9275-a9e5bcd015aa trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=30.014µs trace.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=7a379edb-6f0f-456b-8b2d-06cd37e2678e trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=24.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=6ea6f699-d270-4d8a-8735-5853d2dd805d trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=129.559µs trace.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=b96605e5-b009-4eb4-83d0-d9c2472aff63 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=32.534µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e347cce4-0bb0-4976-86ac-e4bab94a3ecb trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=13306089-149a-465d-b183-40b535ce39f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54074" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 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=7.991464ms http.response.status=200 http.response.written=68 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=7.927µs trace.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=0cca0a59-0ff5-4e77-8ded-699a095f74a3 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=27.201µs trace.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=b6549907-6763-4516-8897-4fb572be128e trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=44.71µs trace.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=9ef058e7-844c-4ba1-b53e-424d3b25e747 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" 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=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=21.301µs trace.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=4a8b58f0-f4bd-4ab2-a534-4066da3fef87 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=4d2a1a7f-ab49-4f48-9244-e1cb5719e997 http.request.method=GET http.request.remoteaddr="127.0.0.1:54084" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 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.410469ms http.response.status=200 http.response.written=179 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=1879806a-4320-4689-bc5d-5999839532e8 http.request.method=GET http.request.remoteaddr="127.0.0.1:54104" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] time="2022-11-16T16:33:57Z" level=info msg="response completed" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=1879806a-4320-4689-bc5d-5999839532e8 http.request.method=GET http.request.remoteaddr="127.0.0.1:54104" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 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="823.321µs" http.response.status=200 http.response.written=2 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.771Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=bc000bee-95e9-4d3b-a42d-519d56adeee5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54114" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=bc000bee-95e9-4d3b-a42d-519d56adeee5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54114" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=bc000bee-95e9-4d3b-a42d-519d56adeee5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54114" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" 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=bc000bee-95e9-4d3b-a42d-519d56adeee5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54114" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=28.144µs trace.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=22d43d3e-d07b-4c48-a4a6-858810a8cef0 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" 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=bc000bee-95e9-4d3b-a42d-519d56adeee5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54114" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=11.422µs trace.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=0385e223-6120-423f-a330-1fa71faa1389 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" 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=bc000bee-95e9-4d3b-a42d-519d56adeee5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54114" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 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.106727ms http.response.status=404 http.response.written=181 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" level=debug msg="authorizing request" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=ba85f325-dc44-4e36-b486-266e0a7f690c http.request.method=GET http.request.remoteaddr="127.0.0.1:54128" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" level=debug msg=GetImageManifest go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=ba85f325-dc44-4e36-b486-266e0a7f690c http.request.method=GET http.request.remoteaddr="127.0.0.1:54128" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.3 http.request.host="127.0.0.1:5000" http.request.id=ba85f325-dc44-4e36-b486-266e0a7f690c http.request.method=GET http.request.remoteaddr="127.0.0.1:54128" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" 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=ba85f325-dc44-4e36-b486-266e0a7f690c http.request.method=GET http.request.remoteaddr="127.0.0.1:54128" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=42.264µs trace.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=c9f38d34-8c07-452d-8a98-f29d1a70a9a8 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" 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=ba85f325-dc44-4e36-b486-266e0a7f690c http.request.method=GET http.request.remoteaddr="127.0.0.1:54128" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 trace.duration=30.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).GetContent" trace.id=b6fa4761-14df-4606-b3ca-a11cad00189b trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] time="2022-11-16T16:33:57Z" 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=ba85f325-dc44-4e36-b486-266e0a7f690c http.request.method=GET http.request.remoteaddr="127.0.0.1:54128" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 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.648095ms http.response.status=404 http.response.written=181 instance.id=8c957fdb-1f7b-45b5-a88a-0501c042ce09 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:33:57 [2022-11-16T16:33:57.772Z] 127.0.0.1 - - [16/Nov/2022:16:33:57 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.3 git-commit/0e381e4a2217f08fde374b6fb70200f616b50866 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:33:57 [2022-11-16T16:33:57.772Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.28s)
16:33:57 [2022-11-16T16:33:57.772Z] === RUN   TestRemoveImageOrphaning
16:33:58 [2022-11-16T16:33:58.033Z] --- PASS: TestRemoveImageOrphaning (0.26s)
16:33:58 [2022-11-16T16:33:58.033Z] === RUN   TestRemoveImageGarbageCollector
16:33:58 [2022-11-16T16:33:58.033Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:33:58 [2022-11-16T16:33:58.033Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
16:33:58 [2022-11-16T16:33:58.033Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:33:58 [2022-11-16T16:33:58.033Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
16:33:58 [2022-11-16T16:33:58.033Z] === RUN   TestTagInvalidReference
16:33:58 [2022-11-16T16:33:58.033Z] --- PASS: TestTagInvalidReference (0.01s)
16:33:58 [2022-11-16T16:33:58.033Z] === RUN   TestTagValidPrefixedRepo
16:33:58 [2022-11-16T16:33:58.033Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
16:33:58 [2022-11-16T16:33:58.033Z] === RUN   TestTagExistedNameWithoutForce
16:33:58 [2022-11-16T16:33:58.033Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
16:33:58 [2022-11-16T16:33:58.033Z] === RUN   TestTagOfficialNames
16:33:58 [2022-11-16T16:33:58.293Z] --- PASS: TestTagOfficialNames (0.05s)
16:33:58 [2022-11-16T16:33:58.293Z] === RUN   TestTagMatchesDigest
16:33:58 [2022-11-16T16:33:58.293Z] --- PASS: TestTagMatchesDigest (0.01s)
16:33:58 [2022-11-16T16:33:58.293Z] PASS
16:33:58 [2022-11-16T16:33:58.293Z] 
16:33:58 [2022-11-16T16:33:58.293Z] === Skipped
16:33:58 [2022-11-16T16:33:58.293Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
16:33:58 [2022-11-16T16:33:58.293Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
16:33:58 [2022-11-16T16:33:58.293Z] 
16:33:58 [2022-11-16T16:33:58.293Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
16:33:58 [2022-11-16T16:33:58.293Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:33:58 [2022-11-16T16:33:58.293Z] 
16:33:58 [2022-11-16T16:33:58.293Z] DONE 23 tests, 2 skipped in 1.610s
16:33:58 [2022-11-16T16:33:58.293Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
16:33:58 [2022-11-16T16:33:58.293Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
16:33:58 [2022-11-16T16:33:58.293Z] ++ set -e
16:33:58 [2022-11-16T16:33:58.293Z] ++ '[' -n 0 ']'
16:33:58 [2022-11-16T16:33:58.293Z] ++ set -x
16:33:58 [2022-11-16T16:33:58.293Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
16:33:58 [2022-11-16T16:33:58.293Z] === RUN   TestStripANSICommands
16:33:58 [2022-11-16T16:33:58.293Z] === RUN   TestStripANSICommands/#00
16:33:58 [2022-11-16T16:33:58.293Z] === RUN   TestStripANSICommands/#01
16:33:58 [2022-11-16T16:33:58.293Z] --- PASS: TestStripANSICommands (0.00s)
16:33:58 [2022-11-16T16:33:58.294Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
16:33:58 [2022-11-16T16:33:58.294Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
16:33:58 [2022-11-16T16:33:58.294Z] PASS
16:33:58 [2022-11-16T16:33:58.294Z] 
16:33:58 [2022-11-16T16:33:58.294Z] DONE 3 tests in 0.051s
16:33:58 [2022-11-16T16:33:58.294Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
16:33:58 [2022-11-16T16:33:58.294Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
16:33:58 [2022-11-16T16:33:58.294Z] ++ set -e
16:33:58 [2022-11-16T16:33:58.294Z] ++ '[' -n 0 ']'
16:33:58 [2022-11-16T16:33:58.294Z] ++ set -x
16:33:58 [2022-11-16T16:33:58.294Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
16:33:58 [2022-11-16T16:33:58.294Z] INFO: Testing against a local daemon
16:33:58 [2022-11-16T16:33:58.294Z] === RUN   TestNetworkCreateDelete
16:33:58 [2022-11-16T16:33:58.554Z] --- PASS: TestNetworkCreateDelete (0.14s)
16:33:58 [2022-11-16T16:33:58.554Z] === RUN   TestDockerNetworkDeletePreferID
16:33:58 [2022-11-16T16:33:58.814Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
16:33:58 [2022-11-16T16:33:58.814Z] === RUN   TestDaemonDNSFallback
16:34:05 [2022-11-16T16:34:05.397Z] --- PASS: TestDaemonDNSFallback (6.30s)
16:34:05 [2022-11-16T16:34:05.397Z] === RUN   TestInspectNetwork
16:34:08 [2022-11-16T16:34:08.696Z] === RUN   TestInspectNetwork/full_network_id
16:34:08 [2022-11-16T16:34:08.696Z] === RUN   TestInspectNetwork/partial_network_id
16:34:08 [2022-11-16T16:34:08.696Z] === RUN   TestInspectNetwork/network_name
16:34:08 [2022-11-16T16:34:08.696Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
16:34:12 [2022-11-16T16:34:12.899Z] --- PASS: TestInspectNetwork (7.08s)
16:34:12 [2022-11-16T16:34:12.899Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
16:34:12 [2022-11-16T16:34:12.899Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
16:34:12 [2022-11-16T16:34:12.899Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
16:34:12 [2022-11-16T16:34:12.899Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
16:34:12 [2022-11-16T16:34:12.899Z] === RUN   TestRunContainerWithBridgeNone
16:34:13 [2022-11-16T16:34:13.841Z] --- PASS: TestRunContainerWithBridgeNone (1.58s)
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/create
16:34:13 [2022-11-16T16:34:13.841Z] === PAUSE TestNetworkInvalidJSON/networks/create
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
16:34:13 [2022-11-16T16:34:13.841Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
16:34:13 [2022-11-16T16:34:13.841Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
16:34:13 [2022-11-16T16:34:13.841Z] === CONT  TestNetworkInvalidJSON/networks/create
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
16:34:13 [2022-11-16T16:34:13.841Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
16:34:13 [2022-11-16T16:34:13.841Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
16:34:13 [2022-11-16T16:34:13.841Z] --- PASS: TestNetworkInvalidJSON (0.01s)
16:34:13 [2022-11-16T16:34:13.841Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkList
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkList//networks
16:34:13 [2022-11-16T16:34:13.841Z] === PAUSE TestNetworkList//networks
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestNetworkList//networks/
16:34:13 [2022-11-16T16:34:13.841Z] === PAUSE TestNetworkList//networks/
16:34:13 [2022-11-16T16:34:13.841Z] === CONT  TestNetworkList//networks
16:34:13 [2022-11-16T16:34:13.841Z] === CONT  TestNetworkList//networks/
16:34:13 [2022-11-16T16:34:13.841Z] --- PASS: TestNetworkList (0.02s)
16:34:13 [2022-11-16T16:34:13.841Z]     --- PASS: TestNetworkList//networks (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z]     --- PASS: TestNetworkList//networks/ (0.00s)
16:34:13 [2022-11-16T16:34:13.841Z] === RUN   TestHostIPv4BridgeLabel
16:34:14 [2022-11-16T16:34:14.413Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
16:34:14 [2022-11-16T16:34:14.413Z] === RUN   TestDaemonRestartWithLiveRestore
16:34:15 [2022-11-16T16:34:15.796Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
16:34:15 [2022-11-16T16:34:15.796Z] === RUN   TestDaemonDefaultNetworkPools
16:34:16 [2022-11-16T16:34:16.367Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
16:34:16 [2022-11-16T16:34:16.367Z] === RUN   TestDaemonRestartWithExistingNetwork
16:34:17 [2022-11-16T16:34:17.310Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
16:34:17 [2022-11-16T16:34:17.310Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:34:18 [2022-11-16T16:34:18.693Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
16:34:18 [2022-11-16T16:34:18.693Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:34:19 [2022-11-16T16:34:19.263Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
16:34:19 [2022-11-16T16:34:19.264Z] === RUN   TestServiceWithPredefinedNetwork
16:34:21 [2022-11-16T16:34:21.805Z] --- PASS: TestServiceWithPredefinedNetwork (2.26s)
16:34:21 [2022-11-16T16:34:21.805Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:34:21 [2022-11-16T16:34:21.805Z]     service_test.go:242: FLAKY_TEST
16:34:21 [2022-11-16T16:34:21.805Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:34:21 [2022-11-16T16:34:21.805Z] === RUN   TestServiceWithDataPathPortInit
16:34:36 [2022-11-16T16:34:36.710Z] --- PASS: TestServiceWithDataPathPortInit (13.60s)
16:34:36 [2022-11-16T16:34:36.710Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:34:37 [2022-11-16T16:34:37.651Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yszce1vcutvcdsmmlgh06f8wc Created:2022-11-16 16:34:36.318433917 +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[924b36059717445b8d3de766cbbdd79d859df7cb9f5b42450706f94e04f291d1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ssbv1fp8oqm8enxto5195y7nt EndpointID:2ce1acea70ec7c499000fbf63f9baf782e04c96e46bb8956573c573ed5af8be0 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:88feb4fbc1162c58b905fac59ae3c49c816b41218d039e709467d622a1301268 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:6b4d0f7f1f3e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ssbv1fp8oqm8enxto5195y7nt EndpointID:2ce1acea70ec7c499000fbf63f9baf782e04c96e46bb8956573c573ed5af8be0 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
16:34:41 [2022-11-16T16:34:41.853Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.89s)
16:34:41 [2022-11-16T16:34:41.853Z] PASS
16:34:41 [2022-11-16T16:34:41.853Z] 
16:34:41 [2022-11-16T16:34:41.853Z] === Skipped
16:34:41 [2022-11-16T16:34:41.853Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:34:41 [2022-11-16T16:34:41.853Z]     service_test.go:242: FLAKY_TEST
16:34:41 [2022-11-16T16:34:41.853Z] 
16:34:41 [2022-11-16T16:34:41.853Z] DONE 38 tests, 1 skipped in 43.636s
16:34:41 [2022-11-16T16:34:41.853Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
16:34:41 [2022-11-16T16:34:41.853Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
16:34:41 [2022-11-16T16:34:41.853Z] ++ set -e
16:34:41 [2022-11-16T16:34:41.853Z] ++ '[' -n 0 ']'
16:34:41 [2022-11-16T16:34:41.853Z] ++ set -x
16:34:41 [2022-11-16T16:34:41.853Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
16:34:42 [2022-11-16T16:34:42.114Z] INFO: Testing against a local daemon
16:34:42 [2022-11-16T16:34:42.114Z] === RUN   TestDockerNetworkIpvlanPersistance
16:34:42 [2022-11-16T16:34:42.114Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:34:42 [2022-11-16T16:34:42.114Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
16:34:42 [2022-11-16T16:34:42.114Z] === RUN   TestDockerNetworkIpvlan
16:34:42 [2022-11-16T16:34:42.114Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:34:42 [2022-11-16T16:34:42.114Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:34:42 [2022-11-16T16:34:42.114Z] PASS
16:34:42 [2022-11-16T16:34:42.114Z] 
16:34:42 [2022-11-16T16:34:42.114Z] === Skipped
16:34:42 [2022-11-16T16:34:42.114Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
16:34:42 [2022-11-16T16:34:42.114Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:34:42 [2022-11-16T16:34:42.114Z] 
16:34:42 [2022-11-16T16:34:42.114Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:34:42 [2022-11-16T16:34:42.114Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:34:42 [2022-11-16T16:34:42.114Z] 
16:34:42 [2022-11-16T16:34:42.114Z] DONE 2 tests, 2 skipped in 0.107s
16:34:42 [2022-11-16T16:34:42.114Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
16:34:42 [2022-11-16T16:34:42.114Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
16:34:42 [2022-11-16T16:34:42.114Z] ++ set -e
16:34:42 [2022-11-16T16:34:42.114Z] ++ '[' -n 0 ']'
16:34:42 [2022-11-16T16:34:42.114Z] ++ set -x
16:34:42 [2022-11-16T16:34:42.114Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
16:34:42 [2022-11-16T16:34:42.114Z] INFO: Testing against a local daemon
16:34:42 [2022-11-16T16:34:42.114Z] === RUN   TestDockerNetworkMacvlanPersistance
16:34:43 [2022-11-16T16:34:43.498Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.26s)
16:34:43 [2022-11-16T16:34:43.498Z] === RUN   TestDockerNetworkMacvlan
16:34:44 [2022-11-16T16:34:44.068Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:34:45 [2022-11-16T16:34:45.009Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:34:45 [2022-11-16T16:34:45.580Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:34:47 [2022-11-16T16:34:47.493Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:34:48 [2022-11-16T16:34:48.877Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:34:52 [2022-11-16T16:34:52.176Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:34:52 [2022-11-16T16:34:52.747Z] --- PASS: TestDockerNetworkMacvlan (9.30s)
16:34:52 [2022-11-16T16:34:52.747Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
16:34:52 [2022-11-16T16:34:52.747Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
16:34:52 [2022-11-16T16:34:52.747Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s)
16:34:52 [2022-11-16T16:34:52.747Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.80s)
16:34:52 [2022-11-16T16:34:52.747Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.00s)
16:34:52 [2022-11-16T16:34:52.747Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.54s)
16:34:52 [2022-11-16T16:34:52.747Z] PASS
16:34:52 [2022-11-16T16:34:52.747Z] 
16:34:52 [2022-11-16T16:34:52.747Z] DONE 8 tests in 10.659s
16:34:52 [2022-11-16T16:34:52.747Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
16:34:52 [2022-11-16T16:34:52.747Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
16:34:52 [2022-11-16T16:34:52.747Z] ++ set -e
16:34:52 [2022-11-16T16:34:52.747Z] ++ '[' -n 0 ']'
16:34:52 [2022-11-16T16:34:52.747Z] ++ set -x
16:34:52 [2022-11-16T16:34:52.747Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
16:34:52 [2022-11-16T16:34:52.747Z] testing: warning: no tests to run
16:34:52 [2022-11-16T16:34:52.747Z] PASS
16:34:52 [2022-11-16T16:34:52.747Z] 
16:34:52 [2022-11-16T16:34:52.747Z] DONE 0 tests in 0.026s
16:34:52 [2022-11-16T16:34:52.747Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
16:34:52 [2022-11-16T16:34:52.747Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
16:34:52 [2022-11-16T16:34:52.747Z] ++ set -e
16:34:52 [2022-11-16T16:34:52.747Z] ++ '[' -n 0 ']'
16:34:52 [2022-11-16T16:34:52.747Z] ++ set -x
16:34:52 [2022-11-16T16:34:52.747Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
16:34:53 [2022-11-16T16:34:53.007Z] INFO: Testing against a local daemon
16:34:53 [2022-11-16T16:34:53.007Z] === RUN   TestAuthZPluginAllowRequest
16:34:53 [2022-11-16T16:34:53.948Z] --- PASS: TestAuthZPluginAllowRequest (1.10s)
16:34:53 [2022-11-16T16:34:53.948Z] === RUN   TestAuthZPluginTLS
16:34:54 [2022-11-16T16:34:54.519Z] --- PASS: TestAuthZPluginTLS (0.55s)
16:34:54 [2022-11-16T16:34:54.519Z] === RUN   TestAuthZPluginDenyRequest
16:34:55 [2022-11-16T16:34:55.089Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
16:34:55 [2022-11-16T16:34:55.089Z] === RUN   TestAuthZPluginAPIDenyResponse
16:34:55 [2022-11-16T16:34:55.666Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
16:34:55 [2022-11-16T16:34:55.666Z] === RUN   TestAuthZPluginDenyResponse
16:34:56 [2022-11-16T16:34:56.245Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
16:34:56 [2022-11-16T16:34:56.245Z] === RUN   TestAuthZPluginAllowEventStream
16:34:57 [2022-11-16T16:34:57.214Z] --- PASS: TestAuthZPluginAllowEventStream (1.13s)
16:34:57 [2022-11-16T16:34:57.214Z] === RUN   TestAuthZPluginErrorResponse
16:34:57 [2022-11-16T16:34:57.786Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
16:34:57 [2022-11-16T16:34:57.786Z] === RUN   TestAuthZPluginErrorRequest
16:34:58 [2022-11-16T16:34:58.357Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
16:34:58 [2022-11-16T16:34:58.357Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:34:58 [2022-11-16T16:34:58.928Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
16:34:58 [2022-11-16T16:34:58.928Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:35:00 [2022-11-16T16:35:00.312Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.33s)
16:35:00 [2022-11-16T16:35:00.312Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:35:01 [2022-11-16T16:35:01.695Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.35s)
16:35:01 [2022-11-16T16:35:01.695Z] === RUN   TestAuthZPluginHeader
16:35:02 [2022-11-16T16:35:02.266Z] --- PASS: TestAuthZPluginHeader (0.70s)
16:35:02 [2022-11-16T16:35:02.266Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:35:02 [2022-11-16T16:35:02.266Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:02 [2022-11-16T16:35:02.266Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:35:02 [2022-11-16T16:35:02.266Z] === RUN   TestAuthZPluginV2Disable
16:35:02 [2022-11-16T16:35:02.266Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:02 [2022-11-16T16:35:02.266Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
16:35:02 [2022-11-16T16:35:02.266Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:35:02 [2022-11-16T16:35:02.266Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:02 [2022-11-16T16:35:02.266Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:35:02 [2022-11-16T16:35:02.266Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:35:02 [2022-11-16T16:35:02.266Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:02 [2022-11-16T16:35:02.266Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:35:02 [2022-11-16T16:35:02.266Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:35:20 [2022-11-16T16:35:20.377Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
16:35:20 [2022-11-16T16:35:20.377Z] PASS
16:35:20 [2022-11-16T16:35:20.377Z] 
16:35:20 [2022-11-16T16:35:20.377Z] === Skipped
16:35:20 [2022-11-16T16:35:20.377Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:20 [2022-11-16T16:35:20.377Z] 
16:35:20 [2022-11-16T16:35:20.377Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:20 [2022-11-16T16:35:20.377Z] 
16:35:20 [2022-11-16T16:35:20.377Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:20 [2022-11-16T16:35:20.377Z] 
16:35:20 [2022-11-16T16:35:20.377Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:20 [2022-11-16T16:35:20.377Z] 
16:35:20 [2022-11-16T16:35:20.377Z] DONE 17 tests, 4 skipped in 26.359s
16:35:20 [2022-11-16T16:35:20.377Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:35:20 [2022-11-16T16:35:20.377Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
16:35:20 [2022-11-16T16:35:20.377Z] ++ set -e
16:35:20 [2022-11-16T16:35:20.377Z] ++ '[' -n 0 ']'
16:35:20 [2022-11-16T16:35:20.377Z] ++ set -x
16:35:20 [2022-11-16T16:35:20.377Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
16:35:20 [2022-11-16T16:35:20.377Z] INFO: Testing against a local daemon
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
16:35:20 [2022-11-16T16:35:20.377Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
16:35:20 [2022-11-16T16:35:20.377Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/pull
16:35:20 [2022-11-16T16:35:20.377Z] === PAUSE TestPluginInvalidJSON/plugins/pull
16:35:20 [2022-11-16T16:35:20.377Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
16:35:20 [2022-11-16T16:35:20.377Z] === CONT  TestPluginInvalidJSON/plugins/pull
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
16:35:20 [2022-11-16T16:35:20.377Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
16:35:20 [2022-11-16T16:35:20.377Z] --- PASS: TestPluginInvalidJSON (0.02s)
16:35:20 [2022-11-16T16:35:20.377Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInstall
16:35:20 [2022-11-16T16:35:20.377Z] === RUN   TestPluginInstall/no_auth
16:35:23 [2022-11-16T16:35:23.677Z] time="2022-11-16T16:35:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:35:23 [2022-11-16T16:35:23.677Z] time="2022-11-16T16:35:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f039419ed4f270b550c73ff5e7cd60300628e09a9ad61e33ec0fc1171d85eda" mediatype=application/vnd.docker.plugin.v1+json size=522
16:35:23 [2022-11-16T16:35:23.677Z] time="2022-11-16T16:35:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:35:23 [2022-11-16T16:35:23.677Z] time="2022-11-16T16:35:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f039419ed4f270b550c73ff5e7cd60300628e09a9ad61e33ec0fc1171d85eda" mediatype=application/vnd.docker.plugin.v1+json size=522
16:35:23 [2022-11-16T16:35:23.677Z] === RUN   TestPluginInstall/with_htpasswd
16:35:23 [2022-11-16T16:35:23.677Z] time="2022-11-16T16:35:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:35:23 [2022-11-16T16:35:23.677Z] time="2022-11-16T16:35:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3f3c45f7e7ae8d6f60b1c8a89153c86a900e214f3925eb6877f1fc7ca80ae71c" mediatype=application/vnd.docker.plugin.v1+json size=522
16:35:23 [2022-11-16T16:35:23.677Z] time="2022-11-16T16:35:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:35:23 [2022-11-16T16:35:23.677Z] time="2022-11-16T16:35:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3f3c45f7e7ae8d6f60b1c8a89153c86a900e214f3925eb6877f1fc7ca80ae71c" mediatype=application/vnd.docker.plugin.v1+json size=522
16:35:23 [2022-11-16T16:35:23.937Z] === RUN   TestPluginInstall/with_insecure
16:35:24 [2022-11-16T16:35:24.879Z] time="2022-11-16T16:35:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:35:24 [2022-11-16T16:35:24.879Z] time="2022-11-16T16:35:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d9ceabe71842e5df0520ceb303d2730e5218abdc101ac09c52f819fd7ce6600e" mediatype=application/vnd.docker.plugin.v1+json size=522
16:35:24 [2022-11-16T16:35:24.879Z] time="2022-11-16T16:35:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:35:24 [2022-11-16T16:35:24.879Z] time="2022-11-16T16:35:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d9ceabe71842e5df0520ceb303d2730e5218abdc101ac09c52f819fd7ce6600e" mediatype=application/vnd.docker.plugin.v1+json size=522
16:35:24 [2022-11-16T16:35:24.879Z]     plugin_test.go:195: [df11a55428c18] daemon is not started
16:35:24 [2022-11-16T16:35:24.879Z] --- PASS: TestPluginInstall (5.59s)
16:35:24 [2022-11-16T16:35:24.879Z]     --- PASS: TestPluginInstall/no_auth (3.97s)
16:35:24 [2022-11-16T16:35:24.879Z]     --- PASS: TestPluginInstall/with_htpasswd (0.58s)
16:35:24 [2022-11-16T16:35:24.879Z]     --- PASS: TestPluginInstall/with_insecure (1.04s)
16:35:24 [2022-11-16T16:35:24.879Z] === RUN   TestPluginsWithRuntimes
16:35:26 [2022-11-16T16:35:26.263Z] === RUN   TestPluginsWithRuntimes/No_Args
16:35:27 [2022-11-16T16:35:27.204Z] === RUN   TestPluginsWithRuntimes/With_Args
16:35:28 [2022-11-16T16:35:28.145Z] --- PASS: TestPluginsWithRuntimes (3.33s)
16:35:28 [2022-11-16T16:35:28.145Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.89s)
16:35:28 [2022-11-16T16:35:28.145Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
16:35:28 [2022-11-16T16:35:28.145Z] === RUN   TestPluginBackCompatMediaTypes
16:35:28 [2022-11-16T16:35:28.716Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
16:35:28 [2022-11-16T16:35:28.716Z] PASS
16:35:28 [2022-11-16T16:35:28.716Z] 
16:35:28 [2022-11-16T16:35:28.716Z] DONE 24 tests in 9.627s
16:35:28 [2022-11-16T16:35:28.716Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:35:28 [2022-11-16T16:35:28.716Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
16:35:28 [2022-11-16T16:35:28.716Z] ++ set -e
16:35:28 [2022-11-16T16:35:28.716Z] ++ '[' -n 0 ']'
16:35:28 [2022-11-16T16:35:28.716Z] ++ set -x
16:35:28 [2022-11-16T16:35:28.716Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
16:35:28 [2022-11-16T16:35:28.977Z] INFO: Testing against a local daemon
16:35:28 [2022-11-16T16:35:28.977Z] === RUN   TestExternalGraphDriver
16:35:29 [2022-11-16T16:35:29.237Z] === RUN   TestExternalGraphDriver/json
16:35:31 [2022-11-16T16:35:31.149Z] === RUN   TestExternalGraphDriver/spec
16:35:32 [2022-11-16T16:35:32.532Z] === RUN   TestExternalGraphDriver/pull
16:35:34 [2022-11-16T16:35:34.445Z] --- PASS: TestExternalGraphDriver (5.18s)
16:35:34 [2022-11-16T16:35:34.445Z]     --- PASS: TestExternalGraphDriver/json (1.59s)
16:35:34 [2022-11-16T16:35:34.445Z]     --- PASS: TestExternalGraphDriver/spec (1.57s)
16:35:34 [2022-11-16T16:35:34.445Z]     --- PASS: TestExternalGraphDriver/pull (1.68s)
16:35:34 [2022-11-16T16:35:34.445Z] === RUN   TestGraphdriverPluginV2
16:35:34 [2022-11-16T16:35:34.445Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:34 [2022-11-16T16:35:34.445Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
16:35:34 [2022-11-16T16:35:34.445Z] PASS
16:35:34 [2022-11-16T16:35:34.445Z] 
16:35:34 [2022-11-16T16:35:34.445Z] === Skipped
16:35:34 [2022-11-16T16:35:34.445Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
16:35:34 [2022-11-16T16:35:34.445Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:34 [2022-11-16T16:35:34.445Z] 
16:35:34 [2022-11-16T16:35:34.445Z] DONE 5 tests, 1 skipped in 5.601s
16:35:34 [2022-11-16T16:35:34.445Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:35:34 [2022-11-16T16:35:34.445Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
16:35:34 [2022-11-16T16:35:34.445Z] ++ set -e
16:35:34 [2022-11-16T16:35:34.445Z] ++ '[' -n 0 ']'
16:35:34 [2022-11-16T16:35:34.445Z] ++ set -x
16:35:34 [2022-11-16T16:35:34.445Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
16:35:34 [2022-11-16T16:35:34.445Z] INFO: Testing against a local daemon
16:35:34 [2022-11-16T16:35:34.445Z] === RUN   TestContinueAfterPluginCrash
16:35:34 [2022-11-16T16:35:34.445Z] === PAUSE TestContinueAfterPluginCrash
16:35:34 [2022-11-16T16:35:34.445Z] === RUN   TestReadPluginNoRead
16:35:34 [2022-11-16T16:35:34.445Z] === PAUSE TestReadPluginNoRead
16:35:34 [2022-11-16T16:35:34.445Z] === RUN   TestDaemonStartWithLogOpt
16:35:34 [2022-11-16T16:35:34.445Z] === PAUSE TestDaemonStartWithLogOpt
16:35:34 [2022-11-16T16:35:34.445Z] === CONT  TestContinueAfterPluginCrash
16:35:34 [2022-11-16T16:35:34.445Z] === CONT  TestDaemonStartWithLogOpt
16:35:37 [2022-11-16T16:35:37.744Z] --- PASS: TestDaemonStartWithLogOpt (3.10s)
16:35:37 [2022-11-16T16:35:37.744Z] === CONT  TestReadPluginNoRead
16:35:39 [2022-11-16T16:35:39.656Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:35:41 [2022-11-16T16:35:41.039Z] === RUN   TestReadPluginNoRead/default
16:35:41 [2022-11-16T16:35:41.982Z] === RUN   TestReadPluginNoRead/disabled_caching
16:35:42 [2022-11-16T16:35:42.560Z] --- PASS: TestContinueAfterPluginCrash (7.96s)
16:35:43 [2022-11-16T16:35:43.502Z] === CONT  TestReadPluginNoRead
16:35:43 [2022-11-16T16:35:43.502Z]     read_test.go:91: [d6340d4e6dfc1] daemon is not started
16:35:43 [2022-11-16T16:35:43.502Z] --- PASS: TestReadPluginNoRead (5.66s)
16:35:43 [2022-11-16T16:35:43.502Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.20s)
16:35:43 [2022-11-16T16:35:43.502Z]     --- PASS: TestReadPluginNoRead/default (1.15s)
16:35:43 [2022-11-16T16:35:43.502Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.19s)
16:35:43 [2022-11-16T16:35:43.502Z] PASS
16:35:43 [2022-11-16T16:35:43.502Z] 
16:35:43 [2022-11-16T16:35:43.502Z] DONE 6 tests in 8.877s
16:35:43 [2022-11-16T16:35:43.502Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:35:43 [2022-11-16T16:35:43.502Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
16:35:43 [2022-11-16T16:35:43.502Z] ++ set -e
16:35:43 [2022-11-16T16:35:43.502Z] ++ '[' -n 0 ']'
16:35:43 [2022-11-16T16:35:43.502Z] ++ set -x
16:35:43 [2022-11-16T16:35:43.502Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
16:35:43 [2022-11-16T16:35:43.502Z] testing: warning: no tests to run
16:35:43 [2022-11-16T16:35:43.502Z] PASS
16:35:43 [2022-11-16T16:35:43.502Z] 
16:35:43 [2022-11-16T16:35:43.502Z] DONE 0 tests in 0.036s
16:35:43 [2022-11-16T16:35:43.502Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:35:43 [2022-11-16T16:35:43.502Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
16:35:43 [2022-11-16T16:35:43.502Z] ++ set -e
16:35:43 [2022-11-16T16:35:43.502Z] ++ '[' -n 0 ']'
16:35:43 [2022-11-16T16:35:43.502Z] ++ set -x
16:35:43 [2022-11-16T16:35:43.502Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
16:35:43 [2022-11-16T16:35:43.502Z] INFO: Testing against a local daemon
16:35:43 [2022-11-16T16:35:43.502Z] === RUN   TestPluginWithDevMounts
16:35:43 [2022-11-16T16:35:43.502Z] === PAUSE TestPluginWithDevMounts
16:35:43 [2022-11-16T16:35:43.502Z] === CONT  TestPluginWithDevMounts
16:35:45 [2022-11-16T16:35:45.414Z] --- PASS: TestPluginWithDevMounts (1.54s)
16:35:45 [2022-11-16T16:35:45.414Z] PASS
16:35:45 [2022-11-16T16:35:45.414Z] 
16:35:45 [2022-11-16T16:35:45.414Z] DONE 1 tests in 1.650s
16:35:45 [2022-11-16T16:35:45.414Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
16:35:45 [2022-11-16T16:35:45.414Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
16:35:45 [2022-11-16T16:35:45.414Z] ++ set -e
16:35:45 [2022-11-16T16:35:45.414Z] ++ '[' -n 0 ']'
16:35:45 [2022-11-16T16:35:45.414Z] ++ set -x
16:35:45 [2022-11-16T16:35:45.414Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
16:35:45 [2022-11-16T16:35:45.414Z] INFO: Testing against a local daemon
16:35:45 [2022-11-16T16:35:45.414Z] === RUN   TestSecretInspect
16:35:47 [2022-11-16T16:35:47.329Z] --- PASS: TestSecretInspect (2.15s)
16:35:47 [2022-11-16T16:35:47.329Z] === RUN   TestSecretList
16:35:49 [2022-11-16T16:35:49.871Z] --- PASS: TestSecretList (2.18s)
16:35:49 [2022-11-16T16:35:49.871Z] === RUN   TestSecretsCreateAndDelete
16:35:51 [2022-11-16T16:35:51.782Z] --- PASS: TestSecretsCreateAndDelete (2.17s)
16:35:51 [2022-11-16T16:35:51.782Z] === RUN   TestSecretsUpdate
16:35:53 [2022-11-16T16:35:53.694Z] --- PASS: TestSecretsUpdate (2.18s)
16:35:53 [2022-11-16T16:35:53.694Z] === RUN   TestTemplatedSecret
16:35:56 [2022-11-16T16:35:56.238Z] --- PASS: TestTemplatedSecret (2.35s)
16:35:56 [2022-11-16T16:35:56.238Z] === RUN   TestSecretCreateResolve
16:35:58 [2022-11-16T16:35:58.780Z] --- PASS: TestSecretCreateResolve (2.15s)
16:35:58 [2022-11-16T16:35:58.780Z] PASS
16:35:58 [2022-11-16T16:35:58.780Z] 
16:35:58 [2022-11-16T16:35:58.780Z] DONE 6 tests in 13.291s
16:35:58 [2022-11-16T16:35:58.780Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
16:35:58 [2022-11-16T16:35:58.780Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
16:35:58 [2022-11-16T16:35:58.780Z] ++ set -e
16:35:58 [2022-11-16T16:35:58.780Z] ++ '[' -n 0 ']'
16:35:58 [2022-11-16T16:35:58.780Z] ++ set -x
16:35:58 [2022-11-16T16:35:58.780Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
16:35:58 [2022-11-16T16:35:58.780Z] INFO: Testing against a local daemon
16:35:58 [2022-11-16T16:35:58.780Z] === RUN   TestServiceCreateInit
16:35:58 [2022-11-16T16:35:58.780Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:36:02 [2022-11-16T16:36:02.129Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:36:06 [2022-11-16T16:36:06.341Z] --- PASS: TestServiceCreateInit (7.31s)
16:36:06 [2022-11-16T16:36:06.341Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.73s)
16:36:06 [2022-11-16T16:36:06.341Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.56s)
16:36:06 [2022-11-16T16:36:06.341Z] === RUN   TestCreateServiceMultipleTimes
16:36:21 [2022-11-16T16:36:21.245Z] --- PASS: TestCreateServiceMultipleTimes (15.27s)
16:36:21 [2022-11-16T16:36:21.245Z] === RUN   TestCreateServiceConflict
16:36:23 [2022-11-16T16:36:23.157Z] --- PASS: TestCreateServiceConflict (2.19s)
16:36:23 [2022-11-16T16:36:23.157Z] === RUN   TestCreateServiceMaxReplicas
16:36:26 [2022-11-16T16:36:26.457Z] --- PASS: TestCreateServiceMaxReplicas (2.61s)
16:36:26 [2022-11-16T16:36:26.457Z] === RUN   TestCreateWithDuplicateNetworkNames
16:36:41 [2022-11-16T16:36:41.359Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.10s)
16:36:41 [2022-11-16T16:36:41.359Z] === RUN   TestCreateServiceSecretFileMode
16:36:41 [2022-11-16T16:36:41.359Z] --- PASS: TestCreateServiceSecretFileMode (2.37s)
16:36:41 [2022-11-16T16:36:41.359Z] === RUN   TestCreateServiceConfigFileMode
16:36:43 [2022-11-16T16:36:43.902Z] --- PASS: TestCreateServiceConfigFileMode (2.40s)
16:36:43 [2022-11-16T16:36:43.903Z] === RUN   TestCreateServiceSysctls
16:36:47 [2022-11-16T16:36:47.202Z] --- PASS: TestCreateServiceSysctls (2.97s)
16:36:47 [2022-11-16T16:36:47.202Z] === RUN   TestCreateServiceCapabilities
16:36:49 [2022-11-16T16:36:49.114Z] --- PASS: TestCreateServiceCapabilities (2.46s)
16:36:49 [2022-11-16T16:36:49.114Z] === RUN   TestInspect
16:36:52 [2022-11-16T16:36:52.414Z] --- PASS: TestInspect (2.80s)
16:36:52 [2022-11-16T16:36:52.414Z] === RUN   TestCreateJob
16:36:54 [2022-11-16T16:36:54.959Z] --- PASS: TestCreateJob (2.97s)
16:36:54 [2022-11-16T16:36:54.959Z] === RUN   TestReplicatedJob
16:37:00 [2022-11-16T16:37:00.244Z] --- PASS: TestReplicatedJob (4.77s)
16:37:00 [2022-11-16T16:37:00.244Z] === RUN   TestUpdateReplicatedJob
16:37:03 [2022-11-16T16:37:03.544Z] --- PASS: TestUpdateReplicatedJob (3.22s)
16:37:03 [2022-11-16T16:37:03.544Z] === RUN   TestServiceListWithStatuses
16:37:03 [2022-11-16T16:37:03.544Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:37:03 [2022-11-16T16:37:03.544Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:37:03 [2022-11-16T16:37:03.544Z] === RUN   TestDockerNetworkConnectAlias
16:37:06 [2022-11-16T16:37:06.842Z] --- PASS: TestDockerNetworkConnectAlias (4.02s)
16:37:06 [2022-11-16T16:37:06.842Z] === RUN   TestDockerNetworkReConnect
16:37:10 [2022-11-16T16:37:10.141Z] --- PASS: TestDockerNetworkReConnect (3.33s)
16:37:10 [2022-11-16T16:37:10.141Z] === RUN   TestServicePlugin
16:37:10 [2022-11-16T16:37:10.141Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:37:10 [2022-11-16T16:37:10.141Z] --- SKIP: TestServicePlugin (0.00s)
16:37:10 [2022-11-16T16:37:10.141Z] === RUN   TestServiceUpdateLabel
16:37:12 [2022-11-16T16:37:12.684Z] --- PASS: TestServiceUpdateLabel (2.18s)
16:37:12 [2022-11-16T16:37:12.684Z] === RUN   TestServiceUpdateSecrets
16:37:27 [2022-11-16T16:37:27.586Z] --- PASS: TestServiceUpdateSecrets (14.39s)
16:37:27 [2022-11-16T16:37:27.586Z] === RUN   TestServiceUpdateConfigs
16:37:42 [2022-11-16T16:37:42.538Z] --- PASS: TestServiceUpdateConfigs (14.21s)
16:37:42 [2022-11-16T16:37:42.538Z] === RUN   TestServiceUpdateNetwork
16:37:54 [2022-11-16T16:37:54.765Z] --- PASS: TestServiceUpdateNetwork (12.37s)
16:37:54 [2022-11-16T16:37:54.765Z] === RUN   TestServiceUpdatePidsLimit
16:37:54 [2022-11-16T16:37:54.765Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:37:55 [2022-11-16T16:37:55.336Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:38:03 [2022-11-16T16:38:03.468Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:38:10 [2022-11-16T16:38:10.049Z] --- PASS: TestServiceUpdatePidsLimit (16.05s)
16:38:10 [2022-11-16T16:38:10.049Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
16:38:10 [2022-11-16T16:38:10.049Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
16:38:10 [2022-11-16T16:38:10.049Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
16:38:10 [2022-11-16T16:38:10.049Z] PASS
16:38:10 [2022-11-16T16:38:10.049Z] 
16:38:10 [2022-11-16T16:38:10.049Z] === Skipped
16:38:10 [2022-11-16T16:38:10.049Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
16:38:10 [2022-11-16T16:38:10.049Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:38:10 [2022-11-16T16:38:10.049Z] 
16:38:10 [2022-11-16T16:38:10.049Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
16:38:10 [2022-11-16T16:38:10.049Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:38:10 [2022-11-16T16:38:10.049Z] 
16:38:10 [2022-11-16T16:38:10.049Z] DONE 27 tests, 2 skipped in 131.132s
16:38:10 [2022-11-16T16:38:10.049Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
16:38:10 [2022-11-16T16:38:10.049Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
16:38:10 [2022-11-16T16:38:10.049Z] ++ set -e
16:38:10 [2022-11-16T16:38:10.049Z] ++ '[' -n 0 ']'
16:38:10 [2022-11-16T16:38:10.049Z] ++ set -x
16:38:10 [2022-11-16T16:38:10.049Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
16:38:10 [2022-11-16T16:38:10.049Z] INFO: Testing against a local daemon
16:38:10 [2022-11-16T16:38:10.049Z] === RUN   TestSessionCreate
16:38:10 [2022-11-16T16:38:10.049Z] --- PASS: TestSessionCreate (0.02s)
16:38:10 [2022-11-16T16:38:10.049Z] === RUN   TestSessionCreateWithBadUpgrade
16:38:10 [2022-11-16T16:38:10.049Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
16:38:10 [2022-11-16T16:38:10.049Z] PASS
16:38:10 [2022-11-16T16:38:10.049Z] 
16:38:10 [2022-11-16T16:38:10.049Z] DONE 2 tests in 0.132s
16:38:10 [2022-11-16T16:38:10.049Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
16:38:10 [2022-11-16T16:38:10.049Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
16:38:10 [2022-11-16T16:38:10.049Z] ++ set -e
16:38:10 [2022-11-16T16:38:10.049Z] ++ '[' -n 0 ']'
16:38:10 [2022-11-16T16:38:10.049Z] ++ set -x
16:38:10 [2022-11-16T16:38:10.049Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
16:38:10 [2022-11-16T16:38:10.049Z] INFO: Testing against a local daemon
16:38:10 [2022-11-16T16:38:10.049Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:38:10 [2022-11-16T16:38:10.049Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:38:10 [2022-11-16T16:38:10.049Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:38:10 [2022-11-16T16:38:10.049Z] === RUN   TestDiskUsage
16:38:10 [2022-11-16T16:38:10.049Z] === PAUSE TestDiskUsage
16:38:10 [2022-11-16T16:38:10.049Z] === RUN   TestEventsExecDie
16:38:10 [2022-11-16T16:38:10.310Z] --- PASS: TestEventsExecDie (0.50s)
16:38:10 [2022-11-16T16:38:10.310Z] === RUN   TestEventsBackwardsCompatible
16:38:10 [2022-11-16T16:38:10.310Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
16:38:10 [2022-11-16T16:38:10.310Z] === RUN   TestEventsVolumeCreate
16:38:10 [2022-11-16T16:38:10.310Z] --- PASS: TestEventsVolumeCreate (0.06s)
16:38:10 [2022-11-16T16:38:10.310Z] === RUN   TestInfoBinaryCommits
16:38:10 [2022-11-16T16:38:10.310Z] --- PASS: TestInfoBinaryCommits (0.02s)
16:38:10 [2022-11-16T16:38:10.310Z] === RUN   TestInfoAPIVersioned
16:38:10 [2022-11-16T16:38:10.310Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:38:10 [2022-11-16T16:38:10.310Z] === RUN   TestInfoAPI
16:38:10 [2022-11-16T16:38:10.310Z] --- PASS: TestInfoAPI (0.02s)
16:38:10 [2022-11-16T16:38:10.310Z] === RUN   TestInfoAPIWarnings
16:38:28 [2022-11-16T16:38:28.418Z] --- PASS: TestInfoAPIWarnings (16.55s)
16:38:28 [2022-11-16T16:38:28.418Z] === RUN   TestInfoDebug
16:38:28 [2022-11-16T16:38:28.418Z] --- PASS: TestInfoDebug (0.52s)
16:38:28 [2022-11-16T16:38:28.418Z] === RUN   TestInfoInsecureRegistries
16:38:28 [2022-11-16T16:38:28.418Z] --- PASS: TestInfoInsecureRegistries (0.52s)
16:38:28 [2022-11-16T16:38:28.418Z] === RUN   TestInfoRegistryMirrors
16:38:28 [2022-11-16T16:38:28.418Z] --- PASS: TestInfoRegistryMirrors (0.52s)
16:38:28 [2022-11-16T16:38:28.418Z] === RUN   TestLoginFailsWithBadCredentials
16:38:28 [2022-11-16T16:38:28.988Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
16:38:28 [2022-11-16T16:38:28.988Z] === RUN   TestPingCacheHeaders
16:38:28 [2022-11-16T16:38:28.988Z] --- PASS: TestPingCacheHeaders (0.02s)
16:38:28 [2022-11-16T16:38:28.988Z] === RUN   TestPingGet
16:38:28 [2022-11-16T16:38:28.988Z] --- PASS: TestPingGet (0.01s)
16:38:28 [2022-11-16T16:38:28.988Z] === RUN   TestPingHead
16:38:28 [2022-11-16T16:38:28.988Z] --- PASS: TestPingHead (0.02s)
16:38:28 [2022-11-16T16:38:28.988Z] === RUN   TestPingSwarmHeader
16:38:29 [2022-11-16T16:38:29.559Z] === RUN   TestPingSwarmHeader/before_swarm_init
16:38:30 [2022-11-16T16:38:30.130Z] === RUN   TestPingSwarmHeader/after_swarm_init
16:38:31 [2022-11-16T16:38:31.071Z] === RUN   TestPingSwarmHeader/after_swarm_leave
16:38:31 [2022-11-16T16:38:31.071Z] --- PASS: TestPingSwarmHeader (2.05s)
16:38:31 [2022-11-16T16:38:31.071Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
16:38:31 [2022-11-16T16:38:31.071Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
16:38:31 [2022-11-16T16:38:31.071Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
16:38:31 [2022-11-16T16:38:31.071Z] === RUN   TestPingBuilderHeader
16:38:31 [2022-11-16T16:38:31.071Z] === RUN   TestPingBuilderHeader/default_config
16:38:31 [2022-11-16T16:38:31.642Z] === RUN   TestPingBuilderHeader/buildkit_disabled
16:38:32 [2022-11-16T16:38:32.213Z] --- PASS: TestPingBuilderHeader (1.05s)
16:38:32 [2022-11-16T16:38:32.213Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
16:38:32 [2022-11-16T16:38:32.213Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
16:38:32 [2022-11-16T16:38:32.213Z] === RUN   TestVersion
16:38:32 [2022-11-16T16:38:32.213Z] --- PASS: TestVersion (0.02s)
16:38:32 [2022-11-16T16:38:32.213Z] === CONT  TestDiskUsage
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty/container_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty/image_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty/volume_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty/build-cache_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty/container,_volume_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
16:38:32 [2022-11-16T16:38:32.785Z] === RUN   TestDiskUsage/after_container.Run
16:38:33 [2022-11-16T16:38:33.046Z] === RUN   TestDiskUsage/after_container.Run/container_types
16:38:33 [2022-11-16T16:38:33.046Z] === RUN   TestDiskUsage/after_container.Run/image_types
16:38:33 [2022-11-16T16:38:33.046Z] === RUN   TestDiskUsage/after_container.Run/volume_types
16:38:33 [2022-11-16T16:38:33.046Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
16:38:33 [2022-11-16T16:38:33.046Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
16:38:33 [2022-11-16T16:38:33.046Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
16:38:33 [2022-11-16T16:38:33.046Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
16:38:33 [2022-11-16T16:38:33.046Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
16:38:33 [2022-11-16T16:38:33.046Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
16:38:33 [2022-11-16T16:38:33.046Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
16:38:33 [2022-11-16T16:38:33.306Z] --- PASS: TestDiskUsage (1.14s)
16:38:33 [2022-11-16T16:38:33.307Z]     --- PASS: TestDiskUsage/empty (0.01s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.16s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]     --- PASS: TestDiskUsage/after_container.Run (0.32s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z] PASS
16:38:33 [2022-11-16T16:38:33.307Z] 
16:38:33 [2022-11-16T16:38:33.307Z] === Skipped
16:38:33 [2022-11-16T16:38:33.307Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:38:33 [2022-11-16T16:38:33.307Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:38:33 [2022-11-16T16:38:33.307Z] 
16:38:33 [2022-11-16T16:38:33.307Z] DONE 57 tests, 1 skipped in 23.596s
16:38:33 [2022-11-16T16:38:33.307Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
16:38:33 [2022-11-16T16:38:33.307Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
16:38:33 [2022-11-16T16:38:33.307Z] ++ set -e
16:38:33 [2022-11-16T16:38:33.307Z] ++ '[' -n 0 ']'
16:38:33 [2022-11-16T16:38:33.307Z] ++ set -x
16:38:33 [2022-11-16T16:38:33.307Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
16:38:33 [2022-11-16T16:38:33.307Z] INFO: Testing against a local daemon
16:38:33 [2022-11-16T16:38:33.307Z] === RUN   TestVolumesCreateAndList
16:38:33 [2022-11-16T16:38:33.307Z] --- PASS: TestVolumesCreateAndList (0.02s)
16:38:33 [2022-11-16T16:38:33.307Z] === RUN   TestVolumesRemove
16:38:33 [2022-11-16T16:38:33.567Z] --- PASS: TestVolumesRemove (0.07s)
16:38:33 [2022-11-16T16:38:33.567Z] === RUN   TestVolumesInspect
16:38:33 [2022-11-16T16:38:33.567Z] --- PASS: TestVolumesInspect (0.02s)
16:38:33 [2022-11-16T16:38:33.567Z] === RUN   TestVolumesInvalidJSON
16:38:33 [2022-11-16T16:38:33.567Z] === RUN   TestVolumesInvalidJSON/volumes/create
16:38:33 [2022-11-16T16:38:33.567Z] === PAUSE TestVolumesInvalidJSON/volumes/create
16:38:33 [2022-11-16T16:38:33.567Z] === CONT  TestVolumesInvalidJSON/volumes/create
16:38:33 [2022-11-16T16:38:33.567Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
16:38:33 [2022-11-16T16:38:33.567Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
16:38:33 [2022-11-16T16:38:33.567Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
16:38:33 [2022-11-16T16:38:33.567Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
16:38:33 [2022-11-16T16:38:33.567Z] --- PASS: TestVolumesInvalidJSON (0.01s)
16:38:33 [2022-11-16T16:38:33.567Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
16:38:33 [2022-11-16T16:38:33.567Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
16:38:33 [2022-11-16T16:38:33.567Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
16:38:33 [2022-11-16T16:38:33.567Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
16:38:33 [2022-11-16T16:38:33.567Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
16:38:33 [2022-11-16T16:38:33.567Z] === RUN   TestVolumePruneAnonymous
16:38:33 [2022-11-16T16:38:33.567Z] --- PASS: TestVolumePruneAnonymous (0.03s)
16:38:33 [2022-11-16T16:38:33.567Z] PASS
16:38:33 [2022-11-16T16:38:33.567Z] 
16:38:33 [2022-11-16T16:38:33.567Z] DONE 10 tests in 0.246s
16:38:33 [2022-11-16T16:38:33.567Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:38:33 [2022-11-16T16:38:33.567Z] ++++ cat bundles/test-integration/docker.pid
16:38:33 [2022-11-16T16:38:33.567Z] +++ kill 14865
16:38:33 [2022-11-16T16:38:33.827Z] +++ /etc/init.d/apparmor stop
16:38:33 [2022-11-16T16:38:33.827Z] Leaving: AppArmorNo profiles have been unloaded.
16:38:33 [2022-11-16T16:38:33.827Z] 
16:38:33 [2022-11-16T16:38:33.827Z] Unloading profiles will leave already running processes permanently
16:38:33 [2022-11-16T16:38:33.827Z] unconfined, which can lead to unexpected situations.
16:38:33 [2022-11-16T16:38:33.827Z] 
16:38:33 [2022-11-16T16:38:33.827Z] To set a process to complain mode, use the command line tool
16:38:33 [2022-11-16T16:38:33.827Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:38:33 [2022-11-16T16:38:33.827Z] +++ true
16:38:33 [2022-11-16T16:38:33.827Z] exiting test-integration
16:38:33 [2022-11-16T16:38:33.827Z] ++ exit 0
16:38:33 [2022-11-16T16:38:33.827Z] 
Post stage
[Pipeline] junit
16:38:34 [2022-11-16T16:38:34.785Z] Recording test results
16:38:34 [2022-11-16T16:38:34.965Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:38:35 [2022-11-16T16:38:35.283Z] + echo Ensuring container killed.
16:38:35 [2022-11-16T16:38:35.283Z] Ensuring container killed.
16:38:35 [2022-11-16T16:38:35.283Z] + docker rm -vf docker-pr1
16:38:35 [2022-11-16T16:38:35.283Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
16:38:35 [2022-11-16T16:38:35.573Z] + echo Chowning /workspace to jenkins user
16:38:35 [2022-11-16T16:38:35.573Z] Chowning /workspace to jenkins user
16:38:35 [2022-11-16T16:38:35.573Z] + id -u
16:38:35 [2022-11-16T16:38:35.573Z] + id -g
16:38:35 [2022-11-16T16:38:35.573Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44477:/workspace busybox chown -R 1000:1000 /workspace
16:38:35 [2022-11-16T16:38:35.573Z] Unable to find image 'busybox:latest' locally
16:38:35 [2022-11-16T16:38:35.833Z] latest: Pulling from library/busybox
16:38:35 [2022-11-16T16:38:35.833Z] 15a8001affa7: Pulling fs layer
16:38:35 [2022-11-16T16:38:35.833Z] 15a8001affa7: Verifying Checksum
16:38:35 [2022-11-16T16:38:35.833Z] 15a8001affa7: Download complete
16:38:35 [2022-11-16T16:38:35.833Z] 15a8001affa7: Pull complete
16:38:35 [2022-11-16T16:38:35.833Z] Digest: sha256:6bdd92bf5240be1b5f3bf71324f5e371fe59f0e153b27fa1f1620f78ba16963c
16:38:35 [2022-11-16T16:38:35.833Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:38:37 [2022-11-16T16:38:37.513Z] + bundleName=arm64-integration
16:38:37 [2022-11-16T16:38:37.514Z] + echo Creating arm64-integration-bundles.tar.gz
16:38:37 [2022-11-16T16:38:37.514Z] Creating arm64-integration-bundles.tar.gz
16:38:37 [2022-11-16T16:38:37.514Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
16:38:37 [2022-11-16T16:38:37.514Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
16:38:37 [2022-11-16T16:38:37.788Z] Archiving artifacts
16:38:39 [2022-11-16T16:38:39.758Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44477/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:38:40 [2022-11-16T16:38:40.056Z] + make clean
16:38:40 [2022-11-16T16:38:40.318Z] docker volume rm -f docker-dev-cache docker-mod-cache
16:38:40 [2022-11-16T16:38:40.318Z] docker-dev-cache
16:38:40 [2022-11-16T16:38:40.578Z] 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