Skip to content
Success

Console Output

Pull request #44858 opened
22:40:48 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 30134ab17768402da39d81fca06ec417b71cb747+cd5e05ee145045ce98ef27da2a35db5280f936d3 (e9ab832715ae7011248b59097ef0c9e66525e097)
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-44858@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
22:40:50 [2023-01-19T22:40:50.243Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
22:40:50 [2023-01-19T22:40:50.246Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
22:41:05 [2023-01-19T22:41:05.405Z] Still waiting to schedule task
22:41:05 [2023-01-19T22:41:05.405Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0c7b33d8b5fbb8ce5)22:41:50 [2023-01-19T22:41:50.842Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05835f3e45c47db50) in /home/ubuntu/workspace/moby_PR-44858
[Pipeline] {
[Pipeline] checkout
22:41:50 [2023-01-19T22:41:50.991Z] The recommended git tool is: git
22:41:55 [2023-01-19T22:41:55.029Z] using credential docker-jenkins-github-credentials
22:41:55 [2023-01-19T22:41:55.039Z] Cloning the remote Git repository
22:41:55 [2023-01-19T22:41:55.039Z] Cloning with configured refspecs honoured and without tags
22:41:55 [2023-01-19T22:41:55.045Z] Cloning repository https://github.com/moby/moby.git
22:41:55 [2023-01-19T22:41:55.097Z]  > git init /home/ubuntu/workspace/moby_PR-44858 # timeout=10
22:41:55 [2023-01-19T22:41:55.409Z] Fetching upstream changes from https://github.com/moby/moby.git
22:41:55 [2023-01-19T22:41:55.409Z]  > git --version # timeout=10
22:41:55 [2023-01-19T22:41:55.419Z]  > git --version # 'git version 2.25.1'
22:41:55 [2023-01-19T22:41:55.420Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:41:55 [2023-01-19T22:41:55.421Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44858/head:refs/remotes/origin/PR-44858 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
22:42:11 [2023-01-19T22:42:11.167Z] Fetching without tags
22:42:11 [2023-01-19T22:42:11.448Z] Merging remotes/origin/23.0 commit cd5e05ee145045ce98ef27da2a35db5280f936d3 into PR head commit 30134ab17768402da39d81fca06ec417b71cb747
22:42:12 [2023-01-19T22:42:12.556Z] Merge succeeded, producing 30134ab17768402da39d81fca06ec417b71cb747
22:42:12 [2023-01-19T22:42:12.556Z] Checking out Revision 30134ab17768402da39d81fca06ec417b71cb747 (PR-44858)
22:42:11 [2023-01-19T22:42:11.127Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:42:11 [2023-01-19T22:42:11.138Z]  > git config --add remote.origin.fetch +refs/pull/44858/head:refs/remotes/origin/PR-44858 # timeout=10
22:42:11 [2023-01-19T22:42:11.147Z]  > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
22:42:11 [2023-01-19T22:42:11.158Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:42:11 [2023-01-19T22:42:11.169Z] Fetching upstream changes from https://github.com/moby/moby.git
22:42:11 [2023-01-19T22:42:11.169Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:42:11 [2023-01-19T22:42:11.171Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44858/head:refs/remotes/origin/PR-44858 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
22:42:11 [2023-01-19T22:42:11.460Z]  > git config core.sparsecheckout # timeout=10
22:42:11 [2023-01-19T22:42:11.480Z]  > git checkout -f 30134ab17768402da39d81fca06ec417b71cb747 # timeout=10
22:42:12 [2023-01-19T22:42:12.467Z]  > git remote # timeout=10
22:42:12 [2023-01-19T22:42:12.491Z]  > git config --get remote.origin.url # timeout=10
22:42:12 [2023-01-19T22:42:12.512Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:42:12 [2023-01-19T22:42:12.513Z]  > git merge cd5e05ee145045ce98ef27da2a35db5280f936d3 # timeout=10
22:42:12 [2023-01-19T22:42:12.529Z]  > git rev-parse HEAD^{commit} # timeout=10
22:42:12 [2023-01-19T22:42:12.559Z]  > git config core.sparsecheckout # timeout=10
22:42:12 [2023-01-19T22:42:12.579Z]  > git checkout -f 30134ab17768402da39d81fca06ec417b71cb747 # timeout=10
22:42:16 [2023-01-19T22:42:16.820Z] Commit message: "vendor: github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281"
22:42:16 [2023-01-19T22:42:16.820Z] First time build. Skipping changelog.
22:42:16 [2023-01-19T22:42:16.841Z]  > git --version # timeout=10
22:42:16 [2023-01-19T22:42:16.851Z]  > git --version # 'git version 2.25.1'
22:42:16 [2023-01-19T22:42:16.857Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:42:17 [2023-01-19T22:42:17.772Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44858:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
22:42:35 [2023-01-19T22:42:35.884Z] Unable to find image 'alpine:latest' locally
22:42:35 [2023-01-19T22:42:35.884Z] latest: Pulling from library/alpine
22:42:35 [2023-01-19T22:42:35.884Z] a9eaa45ef418: Pulling fs layer
22:42:35 [2023-01-19T22:42:35.884Z] a9eaa45ef418: Verifying Checksum
22:42:35 [2023-01-19T22:42:35.884Z] a9eaa45ef418: Download complete
22:42:35 [2023-01-19T22:42:35.884Z] a9eaa45ef418: Pull complete
22:42:35 [2023-01-19T22:42:35.884Z] Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
22:42:35 [2023-01-19T22:42:35.884Z] Status: Downloaded newer image for alpine:latest
22:42:40 [2023-01-19T22:42:40.084Z] 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
22:42:40 [2023-01-19T22:42:40.819Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05835f3e45c47db50) in /home/ubuntu/workspace/moby_PR-44858
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
22:42:40 [2023-01-19T22:42:40.853Z] The recommended git tool is: git
[Pipeline] // stage
22:42:40 [2023-01-19T22:42:40.863Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
22:42:40 [2023-01-19T22:42:40.878Z] Fetching changes from the remote Git repository
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
22:42:40 [2023-01-19T22:42:40.886Z] Fetching without tags
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
22:42:41 [2023-01-19T22:42:41.106Z] Merging remotes/origin/23.0 commit cd5e05ee145045ce98ef27da2a35db5280f936d3 into PR head commit 30134ab17768402da39d81fca06ec417b71cb747
22:42:41 [2023-01-19T22:42:41.174Z] Merge succeeded, producing 30134ab17768402da39d81fca06ec417b71cb747
22:42:41 [2023-01-19T22:42:41.174Z] Checking out Revision 30134ab17768402da39d81fca06ec417b71cb747 (PR-44858)
22:42:41 [2023-01-19T22:42:41.220Z] Commit message: "vendor: github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281"
22:42:41 [2023-01-19T22:42:41.239Z]  > git --version # timeout=10
22:42:41 [2023-01-19T22:42:41.256Z]  > git --version # 'git version 2.25.1'
22:42:41 [2023-01-19T22:42:41.260Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
22:42:40 [2023-01-19T22:42:40.880Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44858/.git # timeout=10
22:42:40 [2023-01-19T22:42:40.886Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:42:40 [2023-01-19T22:42:40.895Z] Fetching upstream changes from https://github.com/moby/moby.git
22:42:40 [2023-01-19T22:42:40.895Z]  > git --version # timeout=10
22:42:40 [2023-01-19T22:42:40.900Z]  > git --version # 'git version 2.25.1'
22:42:40 [2023-01-19T22:42:40.900Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:42:40 [2023-01-19T22:42:40.901Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44858/head:refs/remotes/origin/PR-44858 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
22:42:41 [2023-01-19T22:42:41.115Z]  > git config core.sparsecheckout # timeout=10
22:42:41 [2023-01-19T22:42:41.118Z]  > git checkout -f 30134ab17768402da39d81fca06ec417b71cb747 # timeout=10
22:42:41 [2023-01-19T22:42:41.155Z]  > git remote # timeout=10
22:42:41 [2023-01-19T22:42:41.160Z]  > git config --get remote.origin.url # timeout=10
22:42:41 [2023-01-19T22:42:41.163Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:42:41 [2023-01-19T22:42:41.164Z]  > git merge cd5e05ee145045ce98ef27da2a35db5280f936d3 # timeout=10
22:42:41 [2023-01-19T22:42:41.174Z]  > git rev-parse HEAD^{commit} # timeout=10
22:42:41 [2023-01-19T22:42:41.183Z]  > git config core.sparsecheckout # timeout=10
22:42:41 [2023-01-19T22:42:41.188Z]  > git checkout -f 30134ab17768402da39d81fca06ec417b71cb747 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:42:41 [2023-01-19T22:42:41.943Z] + docker version
22:42:41 [2023-01-19T22:42:41.943Z] Client: Docker Engine - Community
22:42:41 [2023-01-19T22:42:41.943Z]  Version:           22.06.0-beta.0
22:42:41 [2023-01-19T22:42:41.943Z]  API version:       1.42
22:42:41 [2023-01-19T22:42:41.943Z]  Go version:        go1.18.3
22:42:41 [2023-01-19T22:42:41.943Z]  Git commit:        3e9117b
22:42:41 [2023-01-19T22:42:41.943Z]  Built:             Fri Jun  3 17:55:34 2022
22:42:41 [2023-01-19T22:42:41.943Z]  OS/Arch:           linux/arm64
22:42:41 [2023-01-19T22:42:41.943Z]  Context:           default
22:42:41 [2023-01-19T22:42:41.943Z] 
22:42:41 [2023-01-19T22:42:41.943Z] Server: Docker Engine - Community
22:42:41 [2023-01-19T22:42:41.943Z]  Engine:
22:42:41 [2023-01-19T22:42:41.943Z]   Version:          22.06.0-beta.0
22:42:41 [2023-01-19T22:42:41.943Z]   API version:      1.42 (minimum version 1.12)
22:42:41 [2023-01-19T22:42:41.943Z]   Go version:       go1.18.3
22:42:41 [2023-01-19T22:42:41.943Z]   Git commit:       38633e7
22:42:41 [2023-01-19T22:42:41.943Z]   Built:            Fri Jun  3 17:55:34 2022
22:42:41 [2023-01-19T22:42:41.943Z]   OS/Arch:          linux/arm64
22:42:41 [2023-01-19T22:42:41.943Z]   Experimental:     true
22:42:41 [2023-01-19T22:42:41.943Z]  containerd:
22:42:41 [2023-01-19T22:42:41.943Z]   Version:          1.6.8
22:42:41 [2023-01-19T22:42:41.943Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
22:42:41 [2023-01-19T22:42:41.943Z]  runc:
22:42:41 [2023-01-19T22:42:41.943Z]   Version:          1.1.4
22:42:41 [2023-01-19T22:42:41.943Z]   GitCommit:        v1.1.4-0-g5fd4c4d
22:42:41 [2023-01-19T22:42:41.943Z]  docker-init:
22:42:41 [2023-01-19T22:42:41.943Z]   Version:          0.19.0
22:42:41 [2023-01-19T22:42:41.943Z]   GitCommit:        de40ad0
[Pipeline] sh
22:42:42 [2023-01-19T22:42:42.230Z] + docker info
22:42:42 [2023-01-19T22:42:42.230Z] Client:
22:42:42 [2023-01-19T22:42:42.230Z]  Context:    default
22:42:42 [2023-01-19T22:42:42.230Z]  Debug Mode: false
22:42:42 [2023-01-19T22:42:42.230Z]  Plugins:
22:42:42 [2023-01-19T22:42:42.230Z]   buildx: Docker Buildx (Docker Inc.)
22:42:42 [2023-01-19T22:42:42.230Z]     Version:  v0.8.2
22:42:42 [2023-01-19T22:42:42.230Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
22:42:42 [2023-01-19T22:42:42.230Z]   compose: Docker Compose (Docker Inc.)
22:42:42 [2023-01-19T22:42:42.230Z]     Version:  v2.12.0
22:42:42 [2023-01-19T22:42:42.230Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
22:42:42 [2023-01-19T22:42:42.230Z] 
22:42:42 [2023-01-19T22:42:42.230Z] Server:
22:42:42 [2023-01-19T22:42:42.230Z]  Containers: 0
22:42:42 [2023-01-19T22:42:42.230Z]   Running: 0
22:42:42 [2023-01-19T22:42:42.230Z]   Paused: 0
22:42:42 [2023-01-19T22:42:42.230Z]   Stopped: 0
22:42:42 [2023-01-19T22:42:42.230Z]  Images: 1
22:42:42 [2023-01-19T22:42:42.230Z]  Server Version: 22.06.0-beta.0
22:42:42 [2023-01-19T22:42:42.230Z]  Storage Driver: overlay2
22:42:42 [2023-01-19T22:42:42.230Z]   Backing Filesystem: extfs
22:42:42 [2023-01-19T22:42:42.230Z]   Supports d_type: true
22:42:42 [2023-01-19T22:42:42.230Z]   Using metacopy: false
22:42:42 [2023-01-19T22:42:42.230Z]   Native Overlay Diff: true
22:42:42 [2023-01-19T22:42:42.230Z]   userxattr: false
22:42:42 [2023-01-19T22:42:42.230Z]  Logging Driver: json-file
22:42:42 [2023-01-19T22:42:42.230Z]  Cgroup Driver: cgroupfs
22:42:42 [2023-01-19T22:42:42.230Z]  Cgroup Version: 1
22:42:42 [2023-01-19T22:42:42.230Z]  Plugins:
22:42:42 [2023-01-19T22:42:42.230Z]   Volume: local
22:42:42 [2023-01-19T22:42:42.230Z]   Network: bridge host ipvlan macvlan null overlay
22:42:42 [2023-01-19T22:42:42.230Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:42:42 [2023-01-19T22:42:42.230Z]  Swarm: inactive
22:42:42 [2023-01-19T22:42:42.230Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
22:42:42 [2023-01-19T22:42:42.230Z]  Default Runtime: runc
22:42:42 [2023-01-19T22:42:42.230Z]  Init Binary: docker-init
22:42:42 [2023-01-19T22:42:42.230Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
22:42:42 [2023-01-19T22:42:42.230Z]  runc version: v1.1.4-0-g5fd4c4d
22:42:42 [2023-01-19T22:42:42.230Z]  init version: de40ad0
22:42:42 [2023-01-19T22:42:42.230Z]  Security Options:
22:42:42 [2023-01-19T22:42:42.230Z]   apparmor
22:42:42 [2023-01-19T22:42:42.230Z]   seccomp
22:42:42 [2023-01-19T22:42:42.230Z]    Profile: builtin
22:42:42 [2023-01-19T22:42:42.230Z]  Kernel Version: 5.15.0-1022-aws
22:42:42 [2023-01-19T22:42:42.230Z]  Operating System: Ubuntu 20.04.5 LTS
22:42:42 [2023-01-19T22:42:42.230Z]  OSType: linux
22:42:42 [2023-01-19T22:42:42.230Z]  Architecture: aarch64
22:42:42 [2023-01-19T22:42:42.230Z]  CPUs: 2
22:42:42 [2023-01-19T22:42:42.230Z]  Total Memory: 7.559GiB
22:42:42 [2023-01-19T22:42:42.230Z]  Name: ip-10-100-32-193
22:42:42 [2023-01-19T22:42:42.230Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
22:42:42 [2023-01-19T22:42:42.230Z]  Docker Root Dir: /var/lib/docker
22:42:42 [2023-01-19T22:42:42.230Z]  Debug Mode: false
22:42:42 [2023-01-19T22:42:42.230Z]  Registry: https://index.docker.io/v1/
22:42:42 [2023-01-19T22:42:42.230Z]  Labels:
22:42:42 [2023-01-19T22:42:42.230Z]  Experimental: true
22:42:42 [2023-01-19T22:42:42.230Z]  Insecure Registries:
22:42:42 [2023-01-19T22:42:42.230Z]   127.0.0.0/8
22:42:42 [2023-01-19T22:42:42.230Z]  Live Restore Enabled: true
22:42:42 [2023-01-19T22:42:42.230Z] 
[Pipeline] sh
22:42:42 [2023-01-19T22:42:42.517Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
22:42:42 [2023-01-19T22:42:42.517Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
22:42:42 [2023-01-19T22:42:42.517Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44858/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
22:42:42 [2023-01-19T22:42:42.517Z] + bash /home/ubuntu/workspace/moby_PR-44858/check-config.sh
22:42:42 [2023-01-19T22:42:42.517Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:42:42 [2023-01-19T22:42:42.517Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
22:42:42 [2023-01-19T22:42:42.517Z] 
22:42:42 [2023-01-19T22:42:42.517Z] Generally Necessary:
22:42:42 [2023-01-19T22:42:42.517Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:42:42 [2023-01-19T22:42:42.517Z] - apparmor: enabled and tools installed
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_NAMESPACES: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_NET_NS: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_PID_NS: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_IPC_NS: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_UTS_NS: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_CGROUPS: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_CGROUP_CPUACCT: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_CGROUP_DEVICE: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_CGROUP_FREEZER: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_CGROUP_SCHED: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_CPUSETS: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_MEMCG: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_KEYS: enabled
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_VETH: enabled (as module)
22:42:42 [2023-01-19T22:42:42.517Z] - CONFIG_BRIDGE: enabled (as module)
22:42:42 [2023-01-19T22:42:42.778Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:42:42 [2023-01-19T22:42:42.778Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:42:42 [2023-01-19T22:42:42.778Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:42:42 [2023-01-19T22:42:42.778Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_NF_NAT: enabled (as module)
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_POSIX_MQUEUE: enabled
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_CGROUP_BPF: enabled
22:42:42 [2023-01-19T22:42:42.779Z] 
22:42:42 [2023-01-19T22:42:42.779Z] Optional Features:
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_USER_NS: enabled
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_SECCOMP: enabled
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_SECCOMP_FILTER: enabled
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_CGROUP_PIDS: enabled
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_MEMCG_SWAP: enabled
22:42:42 [2023-01-19T22:42:42.779Z]     (cgroup swap accounting is currently enabled)
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_BLK_CGROUP: enabled
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_CGROUP_PERF: enabled
22:42:42 [2023-01-19T22:42:42.779Z] - CONFIG_CGROUP_HUGETLB: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_CFS_BANDWIDTH: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_RT_GROUP_SCHED: missing
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_IP_VS: enabled (as module)
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_IP_VS_NFCT: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_IP_VS_RR: enabled (as module)
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_SECURITY_SELINUX: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_SECURITY_APPARMOR: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_EXT4_FS: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:42:43 [2023-01-19T22:42:43.038Z] - Network Drivers:
22:42:43 [2023-01-19T22:42:43.038Z]   - "overlay":
22:42:43 [2023-01-19T22:42:43.038Z]     - CONFIG_VXLAN: enabled (as module)
22:42:43 [2023-01-19T22:42:43.038Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:42:43 [2023-01-19T22:42:43.038Z]       Optional (for encrypted networks):
22:42:43 [2023-01-19T22:42:43.298Z]       - CONFIG_CRYPTO: enabled
22:42:43 [2023-01-19T22:42:43.298Z]       - CONFIG_CRYPTO_AEAD: enabled
22:42:43 [2023-01-19T22:42:43.298Z]       - CONFIG_CRYPTO_GCM: enabled
22:42:43 [2023-01-19T22:42:43.298Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:42:43 [2023-01-19T22:42:43.298Z]       - CONFIG_CRYPTO_GHASH: enabled
22:42:43 [2023-01-19T22:42:43.298Z]       - CONFIG_XFRM: enabled
22:42:43 [2023-01-19T22:42:43.298Z]       - CONFIG_XFRM_USER: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]       - CONFIG_INET_ESP: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]   - "ipvlan":
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_IPVLAN: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]   - "macvlan":
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_MACVLAN: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_DUMMY: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]   - "ftp,tftp client in container":
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z] - Storage Drivers:
22:42:43 [2023-01-19T22:42:43.298Z]   - "aufs":
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_AUFS_FS: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]   - "btrfs":
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:42:43 [2023-01-19T22:42:43.298Z]   - "devicemapper":
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_BLK_DEV_DM: enabled
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]   - "overlay":
22:42:43 [2023-01-19T22:42:43.298Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:42:43 [2023-01-19T22:42:43.298Z]   - "zfs":
22:42:43 [2023-01-19T22:42:43.298Z]     - /dev/zfs: present
22:42:43 [2023-01-19T22:42:43.298Z]     - zfs command: missing
22:42:43 [2023-01-19T22:42:43.298Z]     - zpool command: missing
22:42:43 [2023-01-19T22:42:43.298Z] 
22:42:43 [2023-01-19T22:42:43.298Z] Limits:
22:42:43 [2023-01-19T22:42:43.298Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:42:43 [2023-01-19T22:42:43.298Z] 
22:42:43 [2023-01-19T22:42:43.298Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:42:43 [2023-01-19T22:42:43.608Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:30134ab17768402da39d81fca06ec417b71cb747 .
22:42:43 [2023-01-19T22:42:43.869Z] #1 [internal] load build definition from Dockerfile
22:42:43 [2023-01-19T22:42:43.869Z] #1 transferring dockerfile: 26.95kB done
22:42:43 [2023-01-19T22:42:43.869Z] #1 DONE 0.1s
22:42:43 [2023-01-19T22:42:43.869Z] 
22:42:43 [2023-01-19T22:42:43.869Z] #2 [internal] load .dockerignore
22:42:43 [2023-01-19T22:42:43.869Z] #2 transferring context: 113B done
22:42:43 [2023-01-19T22:42:43.869Z] #2 DONE 0.1s
22:42:43 [2023-01-19T22:42:43.869Z] 
22:42:43 [2023-01-19T22:42:43.869Z] #3 resolve image config for docker.io/docker/dockerfile:1
22:42:44 [2023-01-19T22:42:44.134Z] #3 DONE 0.3s
22:42:44 [2023-01-19T22:42:44.134Z] 
22:42:44 [2023-01-19T22:42:44.134Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
22:42:44 [2023-01-19T22:42:44.134Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
22:42:44 [2023-01-19T22:42:44.134Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 7.34MB / 9.21MB 0.1s
22:42:44 [2023-01-19T22:42:44.134Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
22:42:44 [2023-01-19T22:42:44.134Z] #4 sha256:f259fd86ee23d7b4a2944432e3a09f45fa288bb84bfbd222b19b2abc7ddffbb9 528B / 528B done
22:42:44 [2023-01-19T22:42:44.134Z] #4 sha256:8d5998862fafcacec68298ab34c9c28973251a5082836f31de0188cd914fae33 2.36kB / 2.36kB done
22:42:44 [2023-01-19T22:42:44.395Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 9.21MB / 9.21MB 0.1s done
22:42:44 [2023-01-19T22:42:44.395Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.1s
22:42:44 [2023-01-19T22:42:44.395Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.2s done
22:42:44 [2023-01-19T22:42:44.395Z] #4 DONE 0.4s
22:42:44 [2023-01-19T22:42:44.965Z] 
22:42:44 [2023-01-19T22:42:44.965Z] #5 [internal] load metadata for docker.io/library/golang:1.19.5-bullseye
22:42:44 [2023-01-19T22:42:44.965Z] #5 ...
22:42:44 [2023-01-19T22:42:44.965Z] 
22:42:44 [2023-01-19T22:42:44.965Z] #6 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
22:42:44 [2023-01-19T22:42:44.965Z] #6 DONE 0.4s
22:42:44 [2023-01-19T22:42:44.965Z] 
22:42:44 [2023-01-19T22:42:44.965Z] #7 [internal] load metadata for docker.io/library/busybox:latest
22:42:44 [2023-01-19T22:42:44.965Z] #7 DONE 0.4s
22:42:45 [2023-01-19T22:42:45.225Z] 
22:42:45 [2023-01-19T22:42:45.225Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:42:45 [2023-01-19T22:42:45.225Z] #8 DONE 0.5s
22:42:45 [2023-01-19T22:42:45.225Z] 
22:42:45 [2023-01-19T22:42:45.225Z] #9 [internal] load metadata for docker.io/library/debian:bullseye
22:42:45 [2023-01-19T22:42:45.225Z] #9 DONE 0.5s
22:42:45 [2023-01-19T22:42:45.225Z] 
22:42:45 [2023-01-19T22:42:45.225Z] #5 [internal] load metadata for docker.io/library/golang:1.19.5-bullseye
22:42:45 [2023-01-19T22:42:45.225Z] #5 DONE 0.5s
22:42:45 [2023-01-19T22:42:45.486Z] 
22:42:45 [2023-01-19T22:42:45.486Z] #10 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:42:45 [2023-01-19T22:42:45.486Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
22:42:45 [2023-01-19T22:42:45.486Z] #10 DONE 0.0s
22:42:45 [2023-01-19T22:42:45.486Z] 
22:42:45 [2023-01-19T22:42:45.486Z] #11 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:534da5794e770279c889daa891f46f5a530b0c5de8bfbc5e40394a0164d9fa87
22:42:45 [2023-01-19T22:42:45.486Z] #11 resolve docker.io/library/debian:bullseye@sha256:534da5794e770279c889daa891f46f5a530b0c5de8bfbc5e40394a0164d9fa87 0.1s done
22:42:45 [2023-01-19T22:42:45.751Z] #11 sha256:534da5794e770279c889daa891f46f5a530b0c5de8bfbc5e40394a0164d9fa87 1.85kB / 1.85kB done
22:42:45 [2023-01-19T22:42:45.751Z] #11 sha256:8753a14ec6bc1cddae687b2840b36527cf2bf5f58a272ffcb3f8e9a0a4586b8d 529B / 529B done
22:42:45 [2023-01-19T22:42:45.751Z] #11 sha256:a8ed85e3b9abcf5ca2c23e1032ebb1af6e4afc186879770484e036da5dd8798d 1.48kB / 1.48kB done
22:42:45 [2023-01-19T22:42:45.751Z] #11 sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 0B / 53.68MB 0.0s
22:42:45 [2023-01-19T22:42:45.751Z] #11 sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 8.39MB / 53.68MB 0.1s
22:42:46 [2023-01-19T22:42:46.017Z] #11 ...
22:42:46 [2023-01-19T22:42:46.017Z] 
22:42:46 [2023-01-19T22:42:46.017Z] #12 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
22:42:46 [2023-01-19T22:42:46.017Z] #12 DONE 0.5s
22:42:46 [2023-01-19T22:42:46.017Z] 
22:42:46 [2023-01-19T22:42:46.017Z] #11 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:534da5794e770279c889daa891f46f5a530b0c5de8bfbc5e40394a0164d9fa87
22:42:46 [2023-01-19T22:42:46.017Z] #11 sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 25.68MB / 53.68MB 0.3s
22:42:46 [2023-01-19T22:42:46.017Z] #11 sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 33.46MB / 53.68MB 0.4s
22:42:46 [2023-01-19T22:42:46.277Z] #11 sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 39.85MB / 53.68MB 0.5s
22:42:46 [2023-01-19T22:42:46.277Z] #11 sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 52.04MB / 53.68MB 0.6s
22:42:47 [2023-01-19T22:42:47.668Z] #11 ...
22:42:47 [2023-01-19T22:42:47.668Z] 
22:42:47 [2023-01-19T22:42:47.668Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
22:42:47 [2023-01-19T22:42:47.668Z] #13 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 0.1s done
22:42:47 [2023-01-19T22:42:47.668Z] #13 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
22:42:47 [2023-01-19T22:42:47.668Z] #13 sha256:f663db6ef122c01b5690c6b8fc2eff09635374597ed36fac63133b48fd0777b8 526B / 526B done
22:42:47 [2023-01-19T22:42:47.668Z] #13 sha256:64c0463dcf02cc65ad1ac532d9974472c41c79b92c4fac56271cd2b7540c7cdb 1.30kB / 1.30kB done
22:42:47 [2023-01-19T22:42:47.668Z] #13 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 0.2s done
22:42:47 [2023-01-19T22:42:47.668Z] #13 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 done
22:42:47 [2023-01-19T22:42:47.668Z] #13 DONE 1.9s
22:42:47 [2023-01-19T22:42:47.668Z] 
22:42:47 [2023-01-19T22:42:47.668Z] #11 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:534da5794e770279c889daa891f46f5a530b0c5de8bfbc5e40394a0164d9fa87
22:42:47 [2023-01-19T22:42:47.668Z] #11 sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 53.68MB / 53.68MB 1.7s done
22:42:47 [2023-01-19T22:42:47.668Z] #11 ...
22:42:47 [2023-01-19T22:42:47.668Z] 
22:42:47 [2023-01-19T22:42:47.668Z] #14 [build-dummy 1/2] FROM docker.io/library/busybox@sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
22:42:47 [2023-01-19T22:42:47.668Z] #14 resolve docker.io/library/busybox@sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c 0.1s done
22:42:47 [2023-01-19T22:42:47.668Z] #14 sha256:abaa813f94fdeebd3b8e6aeea861ab474a5c4724d16f1158755ff1e3a4fde8b0 1.47kB / 1.47kB done
22:42:47 [2023-01-19T22:42:47.668Z] #14 sha256:f78e6840ded1aafb6c9f265f52c2fc7c0a990813ccf96702df84a7dcdbe48bea 2.00MB / 2.00MB 0.1s done
22:42:47 [2023-01-19T22:42:47.668Z] #14 sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c 2.29kB / 2.29kB done
22:42:47 [2023-01-19T22:42:47.668Z] #14 sha256:5e42fbc46b177f10319e8937dd39702e7891ce6d8a42d60c1b4f433f94200bd2 528B / 528B done
22:42:47 [2023-01-19T22:42:47.668Z] #14 extracting sha256:f78e6840ded1aafb6c9f265f52c2fc7c0a990813ccf96702df84a7dcdbe48bea 0.6s done
22:42:47 [2023-01-19T22:42:47.668Z] #14 DONE 2.3s
22:42:47 [2023-01-19T22:42:47.668Z] 
22:42:47 [2023-01-19T22:42:47.668Z] #11 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:534da5794e770279c889daa891f46f5a530b0c5de8bfbc5e40394a0164d9fa87
22:42:47 [2023-01-19T22:42:47.668Z] #11 extracting sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540
22:42:48 [2023-01-19T22:42:48.620Z] #11 ...
22:42:48 [2023-01-19T22:42:48.620Z] 
22:42:48 [2023-01-19T22:42:48.620Z] #15 [internal] load build context
22:42:48 [2023-01-19T22:42:48.620Z] #15 transferring context: 64.00MB 2.7s done
22:42:48 [2023-01-19T22:42:48.620Z] #15 DONE 2.9s
22:42:48 [2023-01-19T22:42:48.620Z] 
22:42:48 [2023-01-19T22:42:48.620Z] #11 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:534da5794e770279c889daa891f46f5a530b0c5de8bfbc5e40394a0164d9fa87
22:42:48 [2023-01-19T22:42:48.620Z] #11 ...
22:42:48 [2023-01-19T22:42:48.620Z] 
22:42:48 [2023-01-19T22:42:48.620Z] #10 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:42:48 [2023-01-19T22:42:48.620Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:42:48 [2023-01-19T22:42:48.620Z] #10 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
22:42:48 [2023-01-19T22:42:48.621Z] #10 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
22:42:48 [2023-01-19T22:42:48.621Z] #10 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done
22:42:48 [2023-01-19T22:42:48.621Z] #10 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.1s done
22:42:48 [2023-01-19T22:42:48.621Z] #10 DONE 3.0s
22:42:48 [2023-01-19T22:42:48.621Z] 
22:42:48 [2023-01-19T22:42:48.621Z] #11 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:534da5794e770279c889daa891f46f5a530b0c5de8bfbc5e40394a0164d9fa87
22:42:50 [2023-01-19T22:42:50.001Z] #11 extracting sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 2.2s done
22:42:50 [2023-01-19T22:42:50.263Z] #11 DONE 4.8s
22:42:50 [2023-01-19T22:42:50.263Z] 
22:42:50 [2023-01-19T22:42:50.263Z] #16 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:c3feb4bc19853836e788b21051b76b813a30457b3f77058991d3e170af0afa65
22:42:50 [2023-01-19T22:42:50.263Z] #16 resolve docker.io/library/golang:1.19.5-bullseye@sha256:c3feb4bc19853836e788b21051b76b813a30457b3f77058991d3e170af0afa65 0.1s done
22:42:50 [2023-01-19T22:42:50.263Z] #16 sha256:c3feb4bc19853836e788b21051b76b813a30457b3f77058991d3e170af0afa65 1.86kB / 1.86kB done
22:42:50 [2023-01-19T22:42:50.263Z] #16 sha256:07367a8624a95e9bebe96862418d75af9acffe325141ca66ab508abc7be1435f 7.12kB / 7.12kB done
22:42:50 [2023-01-19T22:42:50.263Z] #16 sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 53.68MB / 53.68MB 1.7s done
22:42:50 [2023-01-19T22:42:50.263Z] #16 sha256:f50c722225483a72c4695201998b1f95c31b13a91ddae61c16182504877b62c1 1.80kB / 1.80kB done
22:42:50 [2023-01-19T22:42:50.263Z] #16 sha256:7b716680367d1dac0e54c48f75506323e0bb03628542a0fd6db39efeeee9adf5 5.15MB / 5.15MB 0.4s done
22:42:50 [2023-01-19T22:42:50.263Z] #16 sha256:0855378f8903bde22cfbcee08cd239678716cf01f24a3fca9478ef4121a84d91 10.87MB / 10.87MB 0.7s done
22:42:50 [2023-01-19T22:42:50.263Z] #16 sha256:4bfb8dc93d4197860c2bff47f2c2f280c2dd8ed699e7b3241aa325ecee53c7d7 54.68MB / 54.68MB 1.8s done
22:42:50 [2023-01-19T22:42:50.263Z] #16 sha256:530999854f4629231859226fd635c5088244ca7736053631fe412d6325352e6e 81.39MB / 81.39MB 1.9s
22:42:50 [2023-01-19T22:42:50.263Z] #16 sha256:662d92c7fcc0804797af812b859643cc18b0211dceb5619849be243a03929832 115.17MB / 115.17MB 3.3s done
22:42:50 [2023-01-19T22:42:50.263Z] #16 sha256:5168518e9fd0cf96a560fc50141a34aff0b95dcc0e7d3e8bdfc9a4f1e3d3a9fb 155B / 155B 2.2s done
22:42:50 [2023-01-19T22:42:50.263Z] #16 extracting sha256:7b716680367d1dac0e54c48f75506323e0bb03628542a0fd6db39efeeee9adf5 0.1s
22:42:50 [2023-01-19T22:42:50.263Z] #16 extracting sha256:7b716680367d1dac0e54c48f75506323e0bb03628542a0fd6db39efeeee9adf5 0.2s done
22:42:50 [2023-01-19T22:42:50.263Z] #16 extracting sha256:0855378f8903bde22cfbcee08cd239678716cf01f24a3fca9478ef4121a84d91
22:42:50 [2023-01-19T22:42:50.836Z] #16 extracting sha256:0855378f8903bde22cfbcee08cd239678716cf01f24a3fca9478ef4121a84d91 0.3s done
22:42:50 [2023-01-19T22:42:50.836Z] #16 extracting sha256:4bfb8dc93d4197860c2bff47f2c2f280c2dd8ed699e7b3241aa325ecee53c7d7
22:42:51 [2023-01-19T22:42:51.778Z] #16 ...
22:42:51 [2023-01-19T22:42:51.778Z] 
22:42:51 [2023-01-19T22:42:51.778Z] #17 [build-dummy 2/2] RUN mkdir -p /build
22:42:51 [2023-01-19T22:42:51.778Z] #17 DONE 4.1s
22:42:51 [2023-01-19T22:42:51.778Z] 
22:42:51 [2023-01-19T22:42:51.778Z] #18 [binary-dummy 1/1] COPY --from=build-dummy /build /build
22:42:52 [2023-01-19T22:42:52.038Z] #18 DONE 0.1s
22:42:52 [2023-01-19T22:42:52.038Z] 
22:42:52 [2023-01-19T22:42:52.038Z] #16 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:c3feb4bc19853836e788b21051b76b813a30457b3f77058991d3e170af0afa65
22:42:53 [2023-01-19T22:42:53.959Z] #16 extracting sha256:4bfb8dc93d4197860c2bff47f2c2f280c2dd8ed699e7b3241aa325ecee53c7d7 3.0s done
22:42:54 [2023-01-19T22:42:54.220Z] #16 extracting sha256:530999854f4629231859226fd635c5088244ca7736053631fe412d6325352e6e 0.1s
22:42:57 [2023-01-19T22:42:57.530Z] #16 extracting sha256:530999854f4629231859226fd635c5088244ca7736053631fe412d6325352e6e 2.8s done
22:42:57 [2023-01-19T22:42:57.530Z] #16 extracting sha256:662d92c7fcc0804797af812b859643cc18b0211dceb5619849be243a03929832 0.1s
22:43:00 [2023-01-19T22:43:00.075Z] #16 ...
22:43:00 [2023-01-19T22:43:00.075Z] 
22:43:00 [2023-01-19T22:43:00.075Z] #19 [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
22:43:00 [2023-01-19T22:43:00.075Z] #0 1.106 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
22:43:00 [2023-01-19T22:43:00.075Z] #0 1.119 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:43:00 [2023-01-19T22:43:00.075Z] #0 1.145 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:43:00 [2023-01-19T22:43:00.075Z] #0 1.247 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
22:43:00 [2023-01-19T22:43:00.075Z] #0 1.555 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [210 kB]
22:43:00 [2023-01-19T22:43:00.075Z] #0 1.979 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
22:43:00 [2023-01-19T22:43:00.075Z] #0 2.540 Fetched 8502 kB in 2s (5005 kB/s)
22:43:00 [2023-01-19T22:43:00.075Z] #0 2.540 Reading package lists...
22:43:00 [2023-01-19T22:43:00.075Z] #0 3.079 Reading package lists...
22:43:00 [2023-01-19T22:43:00.075Z] #0 3.603 Building dependency tree...
22:43:00 [2023-01-19T22:43:00.075Z] #0 3.939 The following additional packages will be installed:
22:43:00 [2023-01-19T22:43:00.076Z] #0 3.949   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
22:43:00 [2023-01-19T22:43:00.076Z] #0 3.949   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
22:43:00 [2023-01-19T22:43:00.076Z] #0 3.949 Recommended packages:
22:43:00 [2023-01-19T22:43:00.076Z] #0 3.949   libldap-common publicsuffix libsasl2-modules
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.075 The following NEW packages will be installed:
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.075   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.075   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.075   libssh2-1 openssl
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.350 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.350 Need to get 2941 kB of archives.
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.350 After this operation, 6478 kB of additional disk space will be used.
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.350 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.363 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.365 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.387 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.388 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.389 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.391 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.393 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.394 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.395 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.397 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.400 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.404 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.405 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.407 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.621 debconf: delaying package configuration, since apt-utils is not installed
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.652 Fetched 2941 kB in 0s (8917 kB/s)
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.677 Selecting previously unselected package openssl.
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.677 (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.)
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.682 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.692 Unpacking openssl (1.1.1n-0+deb11u3) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.813 Selecting previously unselected package ca-certificates.
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.813 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.816 Unpacking ca-certificates (20210119) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.891 Selecting previously unselected package libbrotli1:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.892 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.899 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.969 Selecting previously unselected package libsasl2-modules-db:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.969 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 4.973 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.014 Selecting previously unselected package libsasl2-2:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.014 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.018 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.063 Selecting previously unselected package libldap-2.4-2:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.063 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.067 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.120 Selecting previously unselected package libnghttp2-14:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.120 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.124 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.169 Selecting previously unselected package libpsl5:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.169 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.173 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.212 Selecting previously unselected package librtmp1:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.212 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.216 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.258 Selecting previously unselected package libssh2-1:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.258 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.262 Unpacking libssh2-1:arm64 (1.9.0-2) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.312 Selecting previously unselected package libcurl4:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.314 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.317 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.371 Selecting previously unselected package curl.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.371 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.374 Unpacking curl (7.74.0-1.3+deb11u3) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.427 Selecting previously unselected package libonig5:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.427 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.431 Unpacking libonig5:arm64 (6.9.6-1.1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.491 Selecting previously unselected package libjq1:arm64.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.491 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.495 Unpacking libjq1:arm64 (1.6-2.1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.539 Selecting previously unselected package jq.
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.539 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.542 Unpacking jq (1.6-2.1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.588 Setting up libpsl5:arm64 (0.21.0-1.2) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.602 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.613 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.624 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.633 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.643 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.654 Setting up libssh2-1:arm64 (1.9.0-2) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.663 Setting up openssl (1.1.1n-0+deb11u3) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.677 Setting up libonig5:arm64 (6.9.6-1.1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.688 Setting up libjq1:arm64 (1.6-2.1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.699 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 5.709 Setting up ca-certificates (20210119) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 6.405 Updating certificates in /etc/ssl/certs...
22:43:00 [2023-01-19T22:43:00.076Z] #0 7.279 129 added, 0 removed; done.
22:43:00 [2023-01-19T22:43:00.076Z] #0 7.373 Setting up jq (1.6-2.1) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 7.383 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 7.392 Setting up curl (7.74.0-1.3+deb11u3) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 7.402 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 7.421 Processing triggers for ca-certificates (20210119) ...
22:43:00 [2023-01-19T22:43:00.076Z] #0 7.431 Updating certificates in /etc/ssl/certs...
22:43:00 [2023-01-19T22:43:00.076Z] #0 8.157 0 added, 0 removed; done.
22:43:00 [2023-01-19T22:43:00.076Z] #0 8.157 Running hooks in /etc/ca-certificates/update.d...
22:43:00 [2023-01-19T22:43:00.076Z] #0 8.158 done.
22:43:00 [2023-01-19T22:43:00.337Z] #19 ...
22:43:00 [2023-01-19T22:43:00.337Z] 
22:43:00 [2023-01-19T22:43:00.337Z] #16 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:c3feb4bc19853836e788b21051b76b813a30457b3f77058991d3e170af0afa65
22:43:00 [2023-01-19T22:43:00.926Z] #16 extracting sha256:662d92c7fcc0804797af812b859643cc18b0211dceb5619849be243a03929832 3.9s done
22:43:01 [2023-01-19T22:43:01.201Z] #16 extracting sha256:5168518e9fd0cf96a560fc50141a34aff0b95dcc0e7d3e8bdfc9a4f1e3d3a9fb
22:43:01 [2023-01-19T22:43:01.201Z] #16 extracting sha256:5168518e9fd0cf96a560fc50141a34aff0b95dcc0e7d3e8bdfc9a4f1e3d3a9fb done
22:43:02 [2023-01-19T22:43:02.147Z] #16 DONE 16.6s
22:43:02 [2023-01-19T22:43:02.147Z] 
22:43:02 [2023-01-19T22:43:02.147Z] #20 [base 2/5] COPY --from=xx / /
22:43:03 [2023-01-19T22:43:03.085Z] #20 ...
22:43:03 [2023-01-19T22:43:03.085Z] 
22:43:03 [2023-01-19T22:43:03.085Z] #19 [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
22:43:03 [2023-01-19T22:43:03.085Z] #19 DONE 12.9s
22:43:03 [2023-01-19T22:43:03.085Z] 
22:43:03 [2023-01-19T22:43:03.085Z] #21 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:43:03 [2023-01-19T22:43:03.344Z] #21 DONE 0.4s
22:43:03 [2023-01-19T22:43:03.344Z] 
22:43:03 [2023-01-19T22:43:03.344Z] #20 [base 2/5] COPY --from=xx / /
22:43:03 [2023-01-19T22:43:03.344Z] #20 DONE 1.4s
22:43:03 [2023-01-19T22:43:03.344Z] 
22:43:03 [2023-01-19T22:43:03.344Z] #22 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
22:43:04 [2023-01-19T22:43:04.283Z] #22 DONE 0.7s
22:43:04 [2023-01-19T22:43:04.283Z] 
22:43:04 [2023-01-19T22:43:04.283Z] #23 [base 4/5] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
22:43:04 [2023-01-19T22:43:04.854Z] #23 DONE 0.6s
22:43:04 [2023-01-19T22:43:04.854Z] 
22:43:04 [2023-01-19T22:43:04.854Z] #24 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
22:43:05 [2023-01-19T22:43:05.423Z] #24 0.805 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
22:43:05 [2023-01-19T22:43:05.423Z] #24 0.819 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:43:05 [2023-01-19T22:43:05.684Z] #24 0.819 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:43:05 [2023-01-19T22:43:05.684Z] #24 0.968 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
22:43:05 [2023-01-19T22:43:05.943Z] #24 1.268 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [210 kB]
22:43:06 [2023-01-19T22:43:06.205Z] #24 1.402 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
22:43:06 [2023-01-19T22:43:06.775Z] #24 1.968 Fetched 8502 kB in 1s (5911 kB/s)
22:43:07 [2023-01-19T22:43:07.347Z] #24 1.968 Reading package lists...
22:43:07 [2023-01-19T22:43:07.915Z] #24 2.502 Reading package lists...
22:43:07 [2023-01-19T22:43:07.915Z] #24 3.029 Building dependency tree...
22:43:07 [2023-01-19T22:43:07.915Z] #24 3.185 Reading state information...
22:43:08 [2023-01-19T22:43:08.177Z] #24 3.371 The following additional packages will be installed:
22:43:08 [2023-01-19T22:43:08.177Z] #24 3.372   libmagic-mgc libmagic1
22:43:08 [2023-01-19T22:43:08.177Z] #24 3.402 The following NEW packages will be installed:
22:43:08 [2023-01-19T22:43:08.177Z] #24 3.403   file libmagic-mgc libmagic1
22:43:08 [2023-01-19T22:43:08.438Z] #24 3.676 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
22:43:08 [2023-01-19T22:43:08.438Z] #24 3.676 Need to get 463 kB of archives.
22:43:08 [2023-01-19T22:43:08.438Z] #24 3.676 After this operation, 7063 kB of additional disk space will be used.
22:43:08 [2023-01-19T22:43:08.438Z] #24 3.676 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
22:43:08 [2023-01-19T22:43:08.438Z] #24 3.683 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
22:43:08 [2023-01-19T22:43:08.438Z] #24 3.684 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
22:43:08 [2023-01-19T22:43:08.697Z] #24 3.902 debconf: delaying package configuration, since apt-utils is not installed
22:43:08 [2023-01-19T22:43:08.697Z] #24 3.942 Fetched 463 kB in 0s (1683 kB/s)
22:43:08 [2023-01-19T22:43:08.697Z] #24 3.961 Selecting previously unselected package libmagic-mgc.
22:43:08 [2023-01-19T22:43:08.697Z] #24 3.961 (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.)
22:43:08 [2023-01-19T22:43:08.697Z] #24 3.971 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_arm64.deb ...
22:43:08 [2023-01-19T22:43:08.697Z] #24 3.975 Unpacking libmagic-mgc (1:5.39-3) ...
22:43:08 [2023-01-19T22:43:08.697Z] #24 4.046 Selecting previously unselected package libmagic1:arm64.
22:43:08 [2023-01-19T22:43:08.957Z] #24 4.049 Preparing to unpack .../libmagic1_1%3a5.39-3_arm64.deb ...
22:43:08 [2023-01-19T22:43:08.957Z] #24 4.057 Unpacking libmagic1:arm64 (1:5.39-3) ...
22:43:08 [2023-01-19T22:43:08.957Z] #24 4.095 Selecting previously unselected package file.
22:43:08 [2023-01-19T22:43:08.957Z] #24 4.097 Preparing to unpack .../file_1%3a5.39-3_arm64.deb ...
22:43:08 [2023-01-19T22:43:08.957Z] #24 4.102 Unpacking file (1:5.39-3) ...
22:43:08 [2023-01-19T22:43:08.957Z] #24 4.210 Setting up libmagic-mgc (1:5.39-3) ...
22:43:08 [2023-01-19T22:43:08.957Z] #24 4.221 Setting up libmagic1:arm64 (1:5.39-3) ...
22:43:08 [2023-01-19T22:43:08.957Z] #24 4.238 Setting up file (1:5.39-3) ...
22:43:08 [2023-01-19T22:43:08.957Z] #24 4.250 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:43:09 [2023-01-19T22:43:09.526Z] #24 DONE 4.9s
22:43:09 [2023-01-19T22:43:09.526Z] 
22:43:09 [2023-01-19T22:43:09.526Z] #25 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
22:43:09 [2023-01-19T22:43:09.526Z] #25 DONE 0.1s
22:43:09 [2023-01-19T22:43:09.526Z] 
22:43:09 [2023-01-19T22:43:09.526Z] #26 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
22:43:10 [2023-01-19T22:43:10.101Z] #26 ...
22:43:10 [2023-01-19T22:43:10.101Z] 
22:43:10 [2023-01-19T22:43:10.101Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:43:10 [2023-01-19T22:43:10.101Z] #27 DONE 0.5s
22:43:10 [2023-01-19T22:43:10.101Z] 
22:43:10 [2023-01-19T22:43:10.101Z] #28 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
22:43:10 [2023-01-19T22:43:10.101Z] #28 DONE 0.5s
22:43:10 [2023-01-19T22:43:10.101Z] 
22:43:10 [2023-01-19T22:43:10.101Z] #29 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
22:43:10 [2023-01-19T22:43:10.101Z] #29 DONE 0.5s
22:43:10 [2023-01-19T22:43:10.101Z] 
22:43:10 [2023-01-19T22:43:10.101Z] #30 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:43:10 [2023-01-19T22:43:10.101Z] #30 DONE 0.5s
22:43:10 [2023-01-19T22:43:10.101Z] 
22:43:10 [2023-01-19T22:43:10.101Z] #31 [dockercli-src 1/5] WORKDIR /tmp/dockercli
22:43:10 [2023-01-19T22:43:10.101Z] #31 DONE 0.5s
22:43:10 [2023-01-19T22:43:10.101Z] 
22:43:10 [2023-01-19T22:43:10.101Z] #32 [registry-src 1/2] WORKDIR /usr/src/registry
22:43:10 [2023-01-19T22:43:10.101Z] #32 DONE 0.6s
22:43:10 [2023-01-19T22:43:10.101Z] 
22:43:10 [2023-01-19T22:43:10.101Z] #33 [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
22:43:10 [2023-01-19T22:43:10.101Z] #33 DONE 0.6s
22:43:10 [2023-01-19T22:43:10.101Z] 
22:43:10 [2023-01-19T22:43:10.101Z] #34 [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
22:43:10 [2023-01-19T22:43:10.361Z] #34 ...
22:43:10 [2023-01-19T22:43:10.361Z] 
22:43:10 [2023-01-19T22:43:10.361Z] #35 [delve-src 1/3] WORKDIR /usr/src/delve
22:43:10 [2023-01-19T22:43:10.361Z] #35 DONE 0.6s
22:43:10 [2023-01-19T22:43:10.361Z] 
22:43:10 [2023-01-19T22:43:10.361Z] #36 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
22:43:10 [2023-01-19T22:43:10.361Z] #36 DONE 0.6s
22:43:10 [2023-01-19T22:43:10.361Z] 
22:43:10 [2023-01-19T22:43:10.361Z] #37 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
22:43:10 [2023-01-19T22:43:10.361Z] #37 DONE 0.6s
22:43:10 [2023-01-19T22:43:10.361Z] 
22:43:10 [2023-01-19T22:43:10.361Z] #38 [containerd-src 1/3] WORKDIR /usr/src/containerd
22:43:10 [2023-01-19T22:43:10.361Z] #38 DONE 0.6s
22:43:10 [2023-01-19T22:43:10.361Z] 
22:43:10 [2023-01-19T22:43:10.361Z] #39 [tini-src 1/3] WORKDIR /usr/src/tini
22:43:10 [2023-01-19T22:43:10.361Z] #39 DONE 0.6s
22:43:10 [2023-01-19T22:43:10.361Z] 
22:43:10 [2023-01-19T22:43:10.361Z] #40 [runc-src 1/3] WORKDIR /usr/src/runc
22:43:10 [2023-01-19T22:43:10.361Z] #40 DONE 0.7s
22:43:10 [2023-01-19T22:43:10.361Z] 
22:43:10 [2023-01-19T22:43:10.361Z] #41 [swagger-src 1/3] WORKDIR /usr/src/swagger
22:43:10 [2023-01-19T22:43:10.361Z] #41 DONE 0.7s
22:43:10 [2023-01-19T22:43:10.361Z] 
22:43:10 [2023-01-19T22:43:10.361Z] #42 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
22:43:10 [2023-01-19T22:43:10.621Z] #42 ...
22:43:10 [2023-01-19T22:43:10.621Z] 
22:43:10 [2023-01-19T22:43:10.621Z] #43 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
22:43:10 [2023-01-19T22:43:10.621Z] #43 DONE 0.8s
22:43:10 [2023-01-19T22:43:10.621Z] 
22:43:10 [2023-01-19T22:43:10.621Z] #44 [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
22:43:10 [2023-01-19T22:43:10.621Z] #0 1.944 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
22:43:10 [2023-01-19T22:43:10.621Z] #0 2.143 
22:43:10 [2023-01-19T22:43:10.621Z] #0 2.363 #=#=#                                                                         

######################################################################## 100.0%
22:43:10 [2023-01-19T22:43:10.621Z] #0 2.600 
22:43:10 [2023-01-19T22:43:10.621Z] #0 3.676 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
22:43:10 [2023-01-19T22:43:10.621Z] #0 3.892 
22:43:10 [2023-01-19T22:43:10.621Z] #0 4.110 #=#=#                                                                         

######################################################################## 100.0%
22:43:10 [2023-01-19T22:43:10.621Z] #0 4.378 
22:43:10 [2023-01-19T22:43:10.621Z] #0 5.404 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
22:43:10 [2023-01-19T22:43:10.621Z] #0 5.595 
22:43:10 [2023-01-19T22:43:10.621Z] #0 5.814 #=#=#                                                                         

#                                                                          2.3%
##########################################                                59.2%
###################################################                       71.1%
######################################################################## 100.0%
22:43:10 [2023-01-19T22:43:10.621Z] #0 6.434 
22:43:11 [2023-01-19T22:43:11.560Z] #44 7.997 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
22:43:12 [2023-01-19T22:43:12.132Z] #44 8.441 
22:43:12 [2023-01-19T22:43:12.392Z] #44 8.635 #=#=#                                                                         

######################################################################## 100.0%
22:43:12 [2023-01-19T22:43:12.660Z] #44 9.170 
22:43:13 [2023-01-19T22:43:13.600Z] #44 9.961 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
22:43:13 [2023-01-19T22:43:13.860Z] #44 10.32 
22:43:14 [2023-01-19T22:43:14.120Z] #44 10.57 #=#=#                                                                         

######################################################################## 100.0%
22:43:14 [2023-01-19T22:43:14.690Z] #44 ...
22:43:14 [2023-01-19T22:43:14.690Z] 
22:43:14 [2023-01-19T22:43:14.690Z] #45 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.155 hint: Using 'master' as the name for the initial branch. This default branch name
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.155 hint: is subject to change. To configure the initial branch name to use in all
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.155 hint: of your new repositories, which will suppress this warning, call:
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.155 hint: 
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.155 hint: 	git config --global init.defaultBranch <name>
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.155 hint: 
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.155 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.155 hint: 'development'. The just-created branch can be renamed via this command:
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.155 hint: 
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.155 hint: 	git branch -m <name>
22:43:14 [2023-01-19T22:43:14.690Z] #0 4.158 Initialized empty Git repository in /usr/src/delve/.git/
22:43:14 [2023-01-19T22:43:14.690Z] #45 DONE 4.3s
22:43:14 [2023-01-19T22:43:14.690Z] 
22:43:14 [2023-01-19T22:43:14.690Z] #44 [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
22:43:14 [2023-01-19T22:43:14.690Z] #44 10.93 
22:43:14 [2023-01-19T22:43:14.690Z] #44 11.07 Download of images into '/build' complete.
22:43:14 [2023-01-19T22:43:14.690Z] #44 11.07 Use something like the following to load the result into a Docker daemon:
22:43:14 [2023-01-19T22:43:14.690Z] #44 11.07   tar -cC '/build' . | docker load
22:43:14 [2023-01-19T22:43:14.690Z] #44 ...
22:43:14 [2023-01-19T22:43:14.690Z] 
22:43:14 [2023-01-19T22:43:14.690Z] #46 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.9.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:14 [2023-01-19T22:43:14.690Z] #46 ...
22:43:14 [2023-01-19T22:43:14.690Z] 
22:43:14 [2023-01-19T22:43:14.690Z] #44 [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
22:43:14 [2023-01-19T22:43:14.690Z] #44 DONE 11.1s
22:43:14 [2023-01-19T22:43:14.950Z] 
22:43:14 [2023-01-19T22:43:14.950Z] #47 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
22:43:14 [2023-01-19T22:43:14.950Z] #0 4.077 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:43:14 [2023-01-19T22:43:14.950Z] #0 4.077 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:43:14 [2023-01-19T22:43:14.950Z] #0 4.077 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:43:15 [2023-01-19T22:43:15.476Z] #47 5.027 Reading package lists...
22:43:15 [2023-01-19T22:43:15.476Z] #47 ...
22:43:15 [2023-01-19T22:43:15.476Z] 
22:43:15 [2023-01-19T22:43:15.476Z] #48 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.321 hint: Using 'master' as the name for the initial branch. This default branch name
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.321 hint: is subject to change. To configure the initial branch name to use in all
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.321 hint: of your new repositories, which will suppress this warning, call:
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.321 hint: 
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.321 hint: 	git config --global init.defaultBranch <name>
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.321 hint: 
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.321 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.321 hint: 'development'. The just-created branch can be renamed via this command:
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.321 hint: 
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.321 hint: 	git branch -m <name>
22:43:15 [2023-01-19T22:43:15.476Z] #0 5.329 Initialized empty Git repository in /usr/src/registry/.git/
22:43:15 [2023-01-19T22:43:15.476Z] #48 DONE 5.4s
22:43:15 [2023-01-19T22:43:15.476Z] 
22:43:15 [2023-01-19T22:43:15.476Z] #49 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
22:43:15 [2023-01-19T22:43:15.739Z] #49 ...
22:43:15 [2023-01-19T22:43:15.739Z] 
22:43:15 [2023-01-19T22:43:15.739Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:43:15 [2023-01-19T22:43:15.739Z] #50 ...
22:43:15 [2023-01-19T22:43:15.739Z] 
22:43:15 [2023-01-19T22:43:15.739Z] #51 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.425 hint: Using 'master' as the name for the initial branch. This default branch name
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.425 hint: is subject to change. To configure the initial branch name to use in all
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.425 hint: of your new repositories, which will suppress this warning, call:
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.425 hint: 
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.425 hint: 	git config --global init.defaultBranch <name>
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.425 hint: 
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.425 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.425 hint: 'development'. The just-created branch can be renamed via this command:
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.425 hint: 
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.425 hint: 	git branch -m <name>
22:43:15 [2023-01-19T22:43:15.739Z] #0 5.453 Initialized empty Git repository in /usr/src/containerd/.git/
22:43:15 [2023-01-19T22:43:15.739Z] #51 DONE 5.5s
22:43:16 [2023-01-19T22:43:16.002Z] 
22:43:16 [2023-01-19T22:43:16.002Z] #47 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
22:43:16 [2023-01-19T22:43:16.002Z] #47 5.027 Reading package lists...
22:43:16 [2023-01-19T22:43:16.002Z] #47 5.860 + apt-get  install -y --no-install-recommends gcc libc6-dev
22:43:16 [2023-01-19T22:43:16.946Z] #47 5.869 Reading package lists...
22:43:16 [2023-01-19T22:43:16.946Z] #47 ...
22:43:16 [2023-01-19T22:43:16.946Z] 
22:43:16 [2023-01-19T22:43:16.946Z] #52 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.638 hint: Using 'master' as the name for the initial branch. This default branch name
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.638 hint: is subject to change. To configure the initial branch name to use in all
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.638 hint: of your new repositories, which will suppress this warning, call:
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.638 hint: 
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.638 hint: 	git config --global init.defaultBranch <name>
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.638 hint: 
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.638 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.638 hint: 'development'. The just-created branch can be renamed via this command:
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.638 hint: 
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.638 hint: 	git branch -m <name>
22:43:16 [2023-01-19T22:43:16.946Z] #0 6.641 Initialized empty Git repository in /tmp/dockercli/.git/
22:43:16 [2023-01-19T22:43:16.946Z] #52 DONE 6.7s
22:43:16 [2023-01-19T22:43:16.946Z] 
22:43:16 [2023-01-19T22:43:16.946Z] #47 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
22:43:16 [2023-01-19T22:43:16.946Z] #47 5.869 Reading package lists...
22:43:17 [2023-01-19T22:43:17.207Z] #47 6.662 Building dependency tree...
22:43:17 [2023-01-19T22:43:17.207Z] #47 ...
22:43:17 [2023-01-19T22:43:17.207Z] 
22:43:17 [2023-01-19T22:43:17.207Z] #53 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 hint: Using 'master' as the name for the initial branch. This default branch name
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 hint: is subject to change. To configure the initial branch name to use in all
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 hint: of your new repositories, which will suppress this warning, call:
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 hint: 
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 hint: 	git config --global init.defaultBranch <name>
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 hint: 
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 hint: 'development'. The just-created branch can be renamed via this command:
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 hint: 
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 hint: 	git branch -m <name>
22:43:17 [2023-01-19T22:43:17.208Z] #0 6.566 Initialized empty Git repository in /usr/src/runc/.git/
22:43:17 [2023-01-19T22:43:17.208Z] #53 DONE 6.8s
22:43:17 [2023-01-19T22:43:17.208Z] 
22:43:17 [2023-01-19T22:43:17.208Z] #54 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:17 [2023-01-19T22:43:17.467Z] #54 ...
22:43:17 [2023-01-19T22:43:17.467Z] 
22:43:17 [2023-01-19T22:43:17.467Z] #42 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
22:43:17 [2023-01-19T22:43:17.467Z] #42 6.812 hint: Using 'master' as the name for the initial branch. This default branch name
22:43:17 [2023-01-19T22:43:17.467Z] #42 6.812 hint: is subject to change. To configure the initial branch name to use in all
22:43:17 [2023-01-19T22:43:17.467Z] #42 6.812 hint: of your new repositories, which will suppress this warning, call:
22:43:17 [2023-01-19T22:43:17.467Z] #42 6.812 hint: 
22:43:17 [2023-01-19T22:43:17.467Z] #42 6.812 hint: 	git config --global init.defaultBranch <name>
22:43:17 [2023-01-19T22:43:17.467Z] #42 6.812 hint: 
22:43:17 [2023-01-19T22:43:17.467Z] #42 6.812 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:43:17 [2023-01-19T22:43:17.468Z] #42 6.812 hint: 'development'. The just-created branch can be renamed via this command:
22:43:17 [2023-01-19T22:43:17.468Z] #42 6.812 hint: 
22:43:17 [2023-01-19T22:43:17.468Z] #42 6.812 hint: 	git branch -m <name>
22:43:17 [2023-01-19T22:43:17.468Z] #42 6.828 Initialized empty Git repository in /usr/src/swagger/.git/
22:43:17 [2023-01-19T22:43:17.468Z] #42 DONE 7.1s
22:43:17 [2023-01-19T22:43:17.729Z] 
22:43:17 [2023-01-19T22:43:17.729Z] #49 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 Initialized empty Git repository in /usr/src/rootlesskit/.git/
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 hint: Using 'master' as the name for the initial branch. This default branch name
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 hint: is subject to change. To configure the initial branch name to use in all
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 hint: of your new repositories, which will suppress this warning, call:
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 hint: 
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 hint: 	git config --global init.defaultBranch <name>
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 hint: 
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 hint: 'development'. The just-created branch can be renamed via this command:
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 hint: 
22:43:17 [2023-01-19T22:43:17.729Z] #49 7.019 hint: 	git branch -m <name>
22:43:17 [2023-01-19T22:43:17.729Z] #49 DONE 7.4s
22:43:17 [2023-01-19T22:43:17.729Z] 
22:43:17 [2023-01-19T22:43:17.729Z] #34 [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
22:43:17 [2023-01-19T22:43:17.729Z] #34 7.628 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
22:43:17 [2023-01-19T22:43:17.729Z] #34 7.681 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:43:17 [2023-01-19T22:43:17.729Z] #34 7.681 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:43:18 [2023-01-19T22:43:18.300Z] #34 8.154 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
22:43:18 [2023-01-19T22:43:18.870Z] #34 ...
22:43:18 [2023-01-19T22:43:18.870Z] 
22:43:18 [2023-01-19T22:43:18.870Z] #55 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 Initialized empty Git repository in /usr/src/tini/.git/
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 hint: Using 'master' as the name for the initial branch. This default branch name
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 hint: is subject to change. To configure the initial branch name to use in all
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 hint: of your new repositories, which will suppress this warning, call:
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 hint: 
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 hint: 	git config --global init.defaultBranch <name>
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 hint: 
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 hint: 'development'. The just-created branch can be renamed via this command:
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 hint: 
22:43:18 [2023-01-19T22:43:18.870Z] #0 8.201 hint: 	git branch -m <name>
22:43:18 [2023-01-19T22:43:18.870Z] #55 DONE 8.4s
22:43:18 [2023-01-19T22:43:18.870Z] 
22:43:18 [2023-01-19T22:43:18.870Z] #47 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
22:43:18 [2023-01-19T22:43:18.870Z] #47 6.662 Building dependency tree...
22:43:18 [2023-01-19T22:43:18.870Z] #47 7.008 Reading state information...
22:43:18 [2023-01-19T22:43:18.870Z] #47 8.434 gcc is already the newest version (4:10.2.1-1).
22:43:18 [2023-01-19T22:43:18.870Z] #47 8.434 libc6-dev is already the newest version (2.31-13+deb11u5).
22:43:18 [2023-01-19T22:43:18.870Z] #47 8.434 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
22:43:18 [2023-01-19T22:43:18.870Z] #47 DONE 8.6s
22:43:18 [2023-01-19T22:43:18.870Z] 
22:43:18 [2023-01-19T22:43:18.870Z] #56 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:19 [2023-01-19T22:43:19.810Z] #56 ...
22:43:19 [2023-01-19T22:43:19.810Z] 
22:43:19 [2023-01-19T22:43:19.810Z] #57 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
22:43:19 [2023-01-19T22:43:19.810Z] #0 6.913 go: downloading github.com/tc-hib/go-winres v0.3.0
22:43:19 [2023-01-19T22:43:19.810Z] #0 7.705 go: downloading github.com/tc-hib/winres v0.1.6
22:43:19 [2023-01-19T22:43:19.810Z] #0 8.196 go: downloading github.com/urfave/cli/v2 v2.3.0
22:43:19 [2023-01-19T22:43:19.810Z] #0 8.606 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
22:43:19 [2023-01-19T22:43:19.810Z] #0 8.680 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
22:43:19 [2023-01-19T22:43:19.810Z] #57 ...
22:43:19 [2023-01-19T22:43:19.810Z] 
22:43:19 [2023-01-19T22:43:19.810Z] #58 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
22:43:19 [2023-01-19T22:43:19.810Z] #0 8.772 go: downloading github.com/pelletier/go-toml v1.8.1
22:43:19 [2023-01-19T22:43:19.810Z] #58 ...
22:43:19 [2023-01-19T22:43:19.810Z] 
22:43:19 [2023-01-19T22:43:19.810Z] #59 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
22:43:19 [2023-01-19T22:43:19.810Z] #0 7.448 go: downloading gotest.tools/gotestsum v1.8.2
22:43:19 [2023-01-19T22:43:19.810Z] #0 8.657 go: downloading github.com/fatih/color v1.13.0
22:43:19 [2023-01-19T22:43:19.810Z] #0 9.263 go: downloading github.com/dnephin/pflag v1.0.7
22:43:19 [2023-01-19T22:43:19.810Z] #0 9.629 go: downloading golang.org/x/tools v0.1.11
22:43:19 [2023-01-19T22:43:19.810Z] #0 9.629 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:43:19 [2023-01-19T22:43:19.810Z] #0 9.778 go: downloading github.com/mattn/go-colorable v0.1.12
22:43:19 [2023-01-19T22:43:19.810Z] #0 9.933 go: downloading github.com/mattn/go-isatty v0.0.14
22:43:20 [2023-01-19T22:43:20.071Z] #59 10.45 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
22:43:20 [2023-01-19T22:43:20.071Z] #59 ...
22:43:20 [2023-01-19T22:43:20.071Z] 
22:43:20 [2023-01-19T22:43:20.071Z] #60 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
22:43:20 [2023-01-19T22:43:20.071Z] #0 8.666 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
22:43:20 [2023-01-19T22:43:20.071Z] #0 8.729 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:43:20 [2023-01-19T22:43:20.071Z] #0 8.729 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:43:20 [2023-01-19T22:43:20.071Z] #0 9.794 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
22:43:20 [2023-01-19T22:43:20.071Z] #60 ...
22:43:20 [2023-01-19T22:43:20.071Z] 
22:43:20 [2023-01-19T22:43:20.071Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
22:43:20 [2023-01-19T22:43:20.071Z] #0 9.666 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
22:43:20 [2023-01-19T22:43:20.071Z] #0 9.829 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:43:20 [2023-01-19T22:43:20.071Z] #0 9.851 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:43:20 [2023-01-19T22:43:20.331Z] #61 ...
22:43:20 [2023-01-19T22:43:20.331Z] 
22:43:20 [2023-01-19T22:43:20.331Z] #62 [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
22:43:20 [2023-01-19T22:43:20.331Z] #0 9.247 go: downloading mvdan.cc/sh/v3 v3.0.2
22:43:20 [2023-01-19T22:43:20.331Z] #0 10.49 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:43:20 [2023-01-19T22:43:20.331Z] #0 10.51 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:43:20 [2023-01-19T22:43:20.331Z] #0 10.52 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:43:20 [2023-01-19T22:43:20.591Z] #62 ...
22:43:20 [2023-01-19T22:43:20.591Z] 
22:43:20 [2023-01-19T22:43:20.591Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
22:43:20 [2023-01-19T22:43:20.591Z] #0 9.522 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
22:43:20 [2023-01-19T22:43:20.591Z] #0 9.626 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:43:20 [2023-01-19T22:43:20.591Z] #0 9.626 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:43:20 [2023-01-19T22:43:20.591Z] #63 ...
22:43:20 [2023-01-19T22:43:20.591Z] 
22:43:20 [2023-01-19T22:43:20.591Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:43:20 [2023-01-19T22:43:20.591Z] #0 10.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
22:43:20 [2023-01-19T22:43:20.591Z] #0 10.33 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:43:20 [2023-01-19T22:43:20.591Z] #0 10.33 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:43:20 [2023-01-19T22:43:20.852Z] #64 ...
22:43:20 [2023-01-19T22:43:20.852Z] 
22:43:20 [2023-01-19T22:43:20.852Z] #65 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
22:43:20 [2023-01-19T22:43:20.852Z] #0 9.431 go: downloading github.com/golangci/golangci-lint v1.49.0
22:43:20 [2023-01-19T22:43:20.852Z] #65 ...
22:43:20 [2023-01-19T22:43:20.852Z] 
22:43:20 [2023-01-19T22:43:20.852Z] #57 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
22:43:20 [2023-01-19T22:43:20.852Z] #57 11.11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:43:21 [2023-01-19T22:43:21.112Z] #57 11.40 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:43:23 [2023-01-19T22:43:23.670Z] #57 ...
22:43:23 [2023-01-19T22:43:23.670Z] 
22:43:23 [2023-01-19T22:43:23.670Z] #56 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:23 [2023-01-19T22:43:23.670Z] #56 DONE 4.6s
22:43:23 [2023-01-19T22:43:23.670Z] 
22:43:23 [2023-01-19T22:43:23.670Z] #65 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
22:43:23 [2023-01-19T22:43:23.670Z] #65 12.54 go: downloading github.com/gofrs/flock v0.8.1
22:43:23 [2023-01-19T22:43:23.670Z] #65 12.58 go: downloading github.com/pkg/errors v0.9.1
22:43:23 [2023-01-19T22:43:23.670Z] #65 12.63 go: downloading github.com/spf13/cobra v1.5.0
22:43:23 [2023-01-19T22:43:23.670Z] #65 12.67 go: downloading github.com/spf13/pflag v1.0.5
22:43:23 [2023-01-19T22:43:23.670Z] #65 12.97 go: downloading github.com/spf13/viper v1.12.0
22:43:23 [2023-01-19T22:43:23.670Z] #65 13.32 go: downloading gopkg.in/yaml.v3 v3.0.1
22:43:23 [2023-01-19T22:43:23.670Z] #65 14.09 go: downloading github.com/mattn/go-colorable v0.1.13
22:43:23 [2023-01-19T22:43:23.670Z] #65 14.21 go: downloading github.com/mattn/go-isatty v0.0.16
22:43:23 [2023-01-19T22:43:23.930Z] #65 14.33 go: downloading golang.org/x/tools v0.1.12
22:43:23 [2023-01-19T22:43:23.930Z] #65 14.37 go: downloading github.com/hashicorp/go-version v1.6.0
22:43:24 [2023-01-19T22:43:24.500Z] #65 14.70 go: downloading github.com/ldez/gomoddirectives v0.2.3
22:43:24 [2023-01-19T22:43:24.500Z] #65 14.85 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:43:24 [2023-01-19T22:43:24.761Z] #65 15.07 go: downloading github.com/hashicorp/go-multierror v1.1.1
22:43:25 [2023-01-19T22:43:25.702Z] #65 ...
22:43:25 [2023-01-19T22:43:25.702Z] 
22:43:25 [2023-01-19T22:43:25.702Z] #66 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.15" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:25 [2023-01-19T22:43:25.962Z] #66 ...
22:43:25 [2023-01-19T22:43:25.962Z] 
22:43:25 [2023-01-19T22:43:25.962Z] #26 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
22:43:25 [2023-01-19T22:43:25.962Z] #26 9.573 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
22:43:25 [2023-01-19T22:43:25.962Z] #26 9.659 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:43:25 [2023-01-19T22:43:25.962Z] #26 9.659 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:43:25 [2023-01-19T22:43:25.962Z] #26 11.25 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
22:43:25 [2023-01-19T22:43:25.962Z] #26 14.70 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [210 kB]
22:43:26 [2023-01-19T22:43:26.531Z] #26 ...
22:43:26 [2023-01-19T22:43:26.531Z] 
22:43:26 [2023-01-19T22:43:26.531Z] #60 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
22:43:26 [2023-01-19T22:43:26.531Z] #60 13.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [210 kB]
22:43:26 [2023-01-19T22:43:26.531Z] #60 16.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
22:43:26 [2023-01-19T22:43:26.791Z] #60 ...
22:43:26 [2023-01-19T22:43:26.791Z] 
22:43:26 [2023-01-19T22:43:26.791Z] #67 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:27 [2023-01-19T22:43:27.051Z] #67 ...
22:43:27 [2023-01-19T22:43:27.051Z] 
22:43:27 [2023-01-19T22:43:27.051Z] #59 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
22:43:27 [2023-01-19T22:43:27.051Z] #59 10.61 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
22:43:27 [2023-01-19T22:43:27.051Z] #59 10.75 go: downloading github.com/fsnotify/fsnotify v1.5.4
22:43:27 [2023-01-19T22:43:27.051Z] #59 11.00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
22:43:27 [2023-01-19T22:43:27.051Z] #59 ...
22:43:27 [2023-01-19T22:43:27.051Z] 
22:43:27 [2023-01-19T22:43:27.051Z] #68 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:27 [2023-01-19T22:43:27.051Z] #68 DONE 9.3s
22:43:27 [2023-01-19T22:43:27.051Z] 
22:43:27 [2023-01-19T22:43:27.051Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:43:27 [2023-01-19T22:43:27.051Z] #64 12.15 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
22:43:27 [2023-01-19T22:43:27.051Z] #64 15.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [210 kB]
22:43:27 [2023-01-19T22:43:27.624Z] #64 ...
22:43:27 [2023-01-19T22:43:27.624Z] 
22:43:27 [2023-01-19T22:43:27.624Z] #69 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
22:43:27 [2023-01-19T22:43:27.624Z] #69 ...
22:43:27 [2023-01-19T22:43:27.624Z] 
22:43:27 [2023-01-19T22:43:27.624Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
22:43:27 [2023-01-19T22:43:27.624Z] #61 11.41 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
22:43:27 [2023-01-19T22:43:27.624Z] #61 14.48 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [210 kB]
22:43:27 [2023-01-19T22:43:27.624Z] #61 17.46 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
22:43:28 [2023-01-19T22:43:28.195Z] #61 ...
22:43:28 [2023-01-19T22:43:28.195Z] 
22:43:28 [2023-01-19T22:43:28.195Z] #26 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
22:43:28 [2023-01-19T22:43:28.195Z] #26 18.35 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
22:43:29 [2023-01-19T22:43:29.136Z] #26 ...
22:43:29 [2023-01-19T22:43:29.136Z] 
22:43:29 [2023-01-19T22:43:29.136Z] #34 [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
22:43:29 [2023-01-19T22:43:29.136Z] #34 8.807 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
22:43:29 [2023-01-19T22:43:29.136Z] #34 12.04 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [210 kB]
22:43:29 [2023-01-19T22:43:29.136Z] #34 15.57 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
22:43:29 [2023-01-19T22:43:29.136Z] #34 18.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
22:43:29 [2023-01-19T22:43:29.136Z] #34 ...
22:43:29 [2023-01-19T22:43:29.136Z] 
22:43:29 [2023-01-19T22:43:29.136Z] #59 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
22:43:29 [2023-01-19T22:43:29.136Z] #59 18.94 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
22:43:30 [2023-01-19T22:43:30.074Z] #59 ...
22:43:30 [2023-01-19T22:43:30.074Z] 
22:43:30 [2023-01-19T22:43:30.074Z] #69 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
22:43:30 [2023-01-19T22:43:30.074Z] #69 DONE 12.6s
22:43:30 [2023-01-19T22:43:30.333Z] 
22:43:30 [2023-01-19T22:43:30.333Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:43:30 [2023-01-19T22:43:30.333Z] #50 5.769 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/*
22:43:30 [2023-01-19T22:43:30.333Z] #50 13.53 + git checkout -q FETCH_HEAD
22:43:30 [2023-01-19T22:43:30.333Z] #50 ...
22:43:30 [2023-01-19T22:43:30.333Z] 
22:43:30 [2023-01-19T22:43:30.333Z] #54 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:30 [2023-01-19T22:43:30.333Z] #54 DONE 13.3s
22:43:30 [2023-01-19T22:43:30.333Z] 
22:43:30 [2023-01-19T22:43:30.333Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:43:30 [2023-01-19T22:43:30.333Z] #64 17.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
22:43:31 [2023-01-19T22:43:31.715Z] #64 ...
22:43:31 [2023-01-19T22:43:31.715Z] 
22:43:31 [2023-01-19T22:43:31.715Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
22:43:31 [2023-01-19T22:43:31.715Z] #63 11.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
22:43:31 [2023-01-19T22:43:31.715Z] #63 14.58 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [210 kB]
22:43:31 [2023-01-19T22:43:31.715Z] #63 17.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
22:43:31 [2023-01-19T22:43:31.715Z] #63 ...
22:43:31 [2023-01-19T22:43:31.715Z] 
22:43:31 [2023-01-19T22:43:31.715Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:43:31 [2023-01-19T22:43:31.715Z] #50 16.09 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:43:31 [2023-01-19T22:43:31.715Z] #50 16.09 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry
22:43:32 [2023-01-19T22:43:32.286Z] #50 ...
22:43:32 [2023-01-19T22:43:32.286Z] 
22:43:32 [2023-01-19T22:43:32.286Z] #62 [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
22:43:32 [2023-01-19T22:43:32.286Z] #62 12.79 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:43:32 [2023-01-19T22:43:32.546Z] #62 ...
22:43:32 [2023-01-19T22:43:32.546Z] 
22:43:32 [2023-01-19T22:43:32.546Z] #65 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
22:43:32 [2023-01-19T22:43:32.546Z] #65 22.33 go: downloading github.com/sirupsen/logrus v1.9.0
22:43:32 [2023-01-19T22:43:32.546Z] #65 22.34 go: downloading github.com/stretchr/testify v1.8.0
22:43:32 [2023-01-19T22:43:32.546Z] #65 22.66 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
22:43:32 [2023-01-19T22:43:32.546Z] #65 22.71 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
22:43:32 [2023-01-19T22:43:32.546Z] #65 22.79 go: downloading github.com/mitchellh/mapstructure v1.5.0
22:43:32 [2023-01-19T22:43:32.546Z] #65 22.84 go: downloading github.com/spf13/afero v1.8.2
22:43:32 [2023-01-19T22:43:32.546Z] #65 22.87 go: downloading github.com/spf13/cast v1.5.0
22:43:32 [2023-01-19T22:43:32.806Z] #65 23.15 go: downloading github.com/spf13/jwalterweatherman v1.1.0
22:43:33 [2023-01-19T22:43:33.066Z] #65 23.39 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
22:43:33 [2023-01-19T22:43:33.066Z] #65 23.41 go: downloading github.com/hashicorp/errwrap v1.0.0
22:43:33 [2023-01-19T22:43:33.332Z] #65 ...
22:43:33 [2023-01-19T22:43:33.332Z] 
22:43:33 [2023-01-19T22:43:33.332Z] #58 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
22:43:33 [2023-01-19T22:43:33.332Z] #58 23.14 tomll can be used in two ways:
22:43:33 [2023-01-19T22:43:33.332Z] #58 23.14 Writing to STDIN and reading from STDOUT:
22:43:33 [2023-01-19T22:43:33.332Z] #58 23.14   cat file.toml | tomll > file.toml
22:43:33 [2023-01-19T22:43:33.332Z] #58 23.14 
22:43:33 [2023-01-19T22:43:33.332Z] #58 23.14 Reading and updating a list of files:
22:43:33 [2023-01-19T22:43:33.332Z] #58 23.14   tomll a.toml b.toml c.toml
22:43:33 [2023-01-19T22:43:33.332Z] #58 23.14 
22:43:33 [2023-01-19T22:43:33.332Z] #58 23.14 When given a list of files, tomll will modify all files in place without asking.
22:43:33 [2023-01-19T22:43:33.332Z] #58 DONE 23.8s
22:43:33 [2023-01-19T22:43:33.592Z] 
22:43:33 [2023-01-19T22:43:33.592Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
22:43:33 [2023-01-19T22:43:33.592Z] #61 22.89 Fetched 8502 kB in 14s (630 kB/s)
22:43:34 [2023-01-19T22:43:34.531Z] #61 22.89 Reading package lists...
22:43:34 [2023-01-19T22:43:34.531Z] #61 ...
22:43:34 [2023-01-19T22:43:34.531Z] 
22:43:34 [2023-01-19T22:43:34.531Z] #46 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.9.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:34 [2023-01-19T22:43:34.531Z] #46 DONE 20.2s
22:43:34 [2023-01-19T22:43:34.790Z] 
22:43:34 [2023-01-19T22:43:34.790Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:43:34 [2023-01-19T22:43:34.790Z] #50 19.04 github.com/docker/distribution/manifest
22:43:34 [2023-01-19T22:43:34.790Z] #50 19.25 github.com/inconshreveable/mousetrap
22:43:35 [2023-01-19T22:43:35.362Z] #50 19.73 crypto/sha1
22:43:35 [2023-01-19T22:43:35.362Z] #50 19.75 net
22:43:36 [2023-01-19T22:43:36.742Z] #50 20.99 github.com/Sirupsen/logrus
22:43:40 [2023-01-19T22:43:40.049Z] #50 24.14 github.com/Sirupsen/logrus/formatters/logstash
22:43:40 [2023-01-19T22:43:40.049Z] #50 ...
22:43:40 [2023-01-19T22:43:40.049Z] 
22:43:40 [2023-01-19T22:43:40.049Z] #65 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
22:43:40 [2023-01-19T22:43:40.049Z] #65 26.09 go: downloading 4d63.com/gochecknoglobals v0.1.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 26.12 go: downloading github.com/Antonboom/errname v0.1.7
22:43:40 [2023-01-19T22:43:40.049Z] #65 26.17 go: downloading github.com/Antonboom/nilnil v0.1.1
22:43:40 [2023-01-19T22:43:40.049Z] #65 26.25 go: downloading github.com/BurntSushi/toml v1.2.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 26.46 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
22:43:40 [2023-01-19T22:43:40.049Z] #65 26.66 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 26.75 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 26.83 go: downloading github.com/alexkohler/prealloc v1.0.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 26.86 go: downloading github.com/alingse/asasalint v0.0.11
22:43:40 [2023-01-19T22:43:40.049Z] #65 26.97 go: downloading github.com/ashanbrown/forbidigo v1.3.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.10 go: downloading github.com/ashanbrown/makezero v1.1.1
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.13 go: downloading github.com/bkielbasa/cyclop v1.2.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.19 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.21 go: downloading github.com/blizzy78/varnamelen v0.8.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.33 go: downloading github.com/breml/bidichk v0.2.3
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.39 go: downloading github.com/breml/errchkjson v0.3.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.43 go: downloading github.com/butuzov/ireturn v0.1.1
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.53 go: downloading github.com/charithe/durationcheck v0.0.9
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.54 go: downloading github.com/curioswitch/go-reassign v0.1.2
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.63 go: downloading github.com/daixiang0/gci v0.6.3
22:43:40 [2023-01-19T22:43:40.049Z] #65 27.95 go: downloading github.com/denis-tingaikin/go-header v0.4.3
22:43:40 [2023-01-19T22:43:40.049Z] #65 28.01 go: downloading github.com/esimonov/ifshort v1.0.4
22:43:40 [2023-01-19T22:43:40.049Z] #65 28.07 go: downloading github.com/firefart/nonamedreturns v1.0.4
22:43:40 [2023-01-19T22:43:40.049Z] #65 28.07 go: downloading github.com/fzipp/gocyclo v0.6.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 28.21 go: downloading github.com/go-critic/go-critic v0.6.4
22:43:40 [2023-01-19T22:43:40.049Z] #65 28.89 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:43:40 [2023-01-19T22:43:40.049Z] #65 28.98 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:43:40 [2023-01-19T22:43:40.049Z] #65 28.99 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.04 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.23 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.38 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.41 go: downloading github.com/golangci/misspell v0.3.5
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.46 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.57 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.68 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.79 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.80 go: downloading github.com/hexops/gotextdiff v1.0.3
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.92 go: downloading github.com/jgautheron/goconst v1.5.1
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.94 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
22:43:40 [2023-01-19T22:43:40.049Z] #65 29.98 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
22:43:40 [2023-01-19T22:43:40.049Z] #65 30.01 go: downloading github.com/julz/importas v0.1.0
22:43:40 [2023-01-19T22:43:40.049Z] #65 30.14 go: downloading github.com/kisielk/errcheck v1.6.2
22:43:40 [2023-01-19T22:43:40.049Z] #65 30.19 go: downloading github.com/kulti/thelper v0.6.3
22:43:40 [2023-01-19T22:43:40.049Z] #65 30.32 go: downloading github.com/kunwardeep/paralleltest v1.0.6
22:43:40 [2023-01-19T22:43:40.049Z] #65 30.44 go: downloading github.com/kyoh86/exportloopref v0.1.8
22:43:40 [2023-01-19T22:43:40.049Z] #65 30.49 go: downloading github.com/ldez/tagliatelle v0.3.1
22:43:40 [2023-01-19T22:43:40.311Z] #65 30.62 go: downloading github.com/leonklingele/grouper v1.1.0
22:43:40 [2023-01-19T22:43:40.311Z] #65 30.62 go: downloading github.com/lufeee/execinquery v1.2.1
22:43:40 [2023-01-19T22:43:40.570Z] #65 30.83 go: downloading github.com/maratori/testpackage v1.1.0
22:43:40 [2023-01-19T22:43:40.570Z] #65 30.91 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
22:43:40 [2023-01-19T22:43:40.570Z] #65 30.99 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
22:43:40 [2023-01-19T22:43:40.570Z] #65 31.03 go: downloading github.com/mgechev/revive v1.2.3
22:43:40 [2023-01-19T22:43:40.570Z] #65 ...
22:43:40 [2023-01-19T22:43:40.570Z] 
22:43:40 [2023-01-19T22:43:40.570Z] #70 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
22:43:40 [2023-01-19T22:43:40.830Z] #70 ...
22:43:40 [2023-01-19T22:43:40.830Z] 
22:43:40 [2023-01-19T22:43:40.830Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:43:40 [2023-01-19T22:43:40.830Z] #50 24.59 github.com/bugsnag/bugsnag-go/errors
22:43:41 [2023-01-19T22:43:41.089Z] #50 25.42 github.com/bugsnag/osext
22:43:41 [2023-01-19T22:43:41.349Z] #50 25.74 github.com/bugsnag/panicwrap
22:43:42 [2023-01-19T22:43:42.288Z] #50 ...
22:43:42 [2023-01-19T22:43:42.288Z] 
22:43:42 [2023-01-19T22:43:42.288Z] #60 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
22:43:42 [2023-01-19T22:43:42.288Z] #60 22.46 Fetched 8502 kB in 14s (604 kB/s)
22:43:42 [2023-01-19T22:43:42.288Z] #60 22.46 Reading package lists...
22:43:42 [2023-01-19T22:43:42.288Z] #60 28.37 Reading package lists...
22:43:42 [2023-01-19T22:43:42.288Z] #60 ...
22:43:42 [2023-01-19T22:43:42.288Z] 
22:43:42 [2023-01-19T22:43:42.288Z] #34 [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
22:43:42 [2023-01-19T22:43:42.288Z] #34 22.07 Fetched 8506 kB in 15s (575 kB/s)
22:43:42 [2023-01-19T22:43:42.288Z] #34 22.07 Reading package lists...
22:43:42 [2023-01-19T22:43:42.288Z] #34 27.92 Reading package lists...
22:43:42 [2023-01-19T22:43:42.288Z] #34 ...
22:43:42 [2023-01-19T22:43:42.288Z] 
22:43:42 [2023-01-19T22:43:42.288Z] #65 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
22:43:42 [2023-01-19T22:43:42.288Z] #65 31.70 go: downloading github.com/moricho/tparallel v0.2.1
22:43:42 [2023-01-19T22:43:42.288Z] #65 31.71 go: downloading github.com/nakabonne/nestif v0.3.1
22:43:42 [2023-01-19T22:43:42.288Z] #65 31.79 go: downloading github.com/nishanths/exhaustive v0.8.1
22:43:42 [2023-01-19T22:43:42.288Z] #65 31.88 go: downloading github.com/nishanths/predeclared v0.2.2
22:43:42 [2023-01-19T22:43:42.288Z] #65 32.00 go: downloading github.com/polyfloyd/go-errorlint v1.0.2
22:43:42 [2023-01-19T22:43:42.288Z] #65 32.07 go: downloading github.com/ryancurrah/gomodguard v1.2.4
22:43:42 [2023-01-19T22:43:42.288Z] #65 32.21 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
22:43:42 [2023-01-19T22:43:42.288Z] #65 32.26 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
22:43:42 [2023-01-19T22:43:42.288Z] #65 32.30 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
22:43:42 [2023-01-19T22:43:42.288Z] #65 32.37 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0
22:43:42 [2023-01-19T22:43:42.288Z] #65 32.46 go: downloading github.com/securego/gosec/v2 v2.13.1
22:43:42 [2023-01-19T22:43:42.288Z] #65 32.73 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
22:43:42 [2023-01-19T22:43:42.289Z] #65 32.73 go: downloading github.com/sivchari/containedctx v1.0.2
22:43:42 [2023-01-19T22:43:42.289Z] #65 32.76 go: downloading github.com/sivchari/nosnakecase v1.7.0
22:43:42 [2023-01-19T22:43:42.289Z] #65 32.81 go: downloading github.com/sivchari/tenv v1.7.0
22:43:42 [2023-01-19T22:43:42.548Z] #65 32.81 go: downloading github.com/sonatard/noctx v0.0.1
22:43:42 [2023-01-19T22:43:42.548Z] #65 32.89 go: downloading github.com/sourcegraph/go-diff v0.6.1
22:43:42 [2023-01-19T22:43:42.548Z] #65 33.00 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
22:43:42 [2023-01-19T22:43:42.548Z] #65 33.08 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
22:43:42 [2023-01-19T22:43:42.809Z] #65 33.11 go: downloading github.com/sylvia7788/contextcheck v1.0.6
22:43:43 [2023-01-19T22:43:43.068Z] #65 33.24 go: downloading github.com/tdakkota/asciicheck v0.1.1
22:43:43 [2023-01-19T22:43:43.068Z] #65 33.24 go: downloading github.com/tetafro/godot v1.4.11
22:43:43 [2023-01-19T22:43:43.068Z] #65 33.28 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
22:43:43 [2023-01-19T22:43:43.068Z] #65 33.43 go: downloading github.com/timonwong/logrlint v0.1.0
22:43:43 [2023-01-19T22:43:43.068Z] #65 33.43 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2
22:43:43 [2023-01-19T22:43:43.328Z] #65 33.56 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
22:43:43 [2023-01-19T22:43:43.588Z] #65 33.86 go: downloading github.com/ultraware/funlen v0.0.3
22:43:43 [2023-01-19T22:43:43.588Z] #65 33.95 go: downloading github.com/ultraware/whitespace v0.0.5
22:43:43 [2023-01-19T22:43:43.588Z] #65 34.01 go: downloading github.com/uudashr/gocognit v1.0.6
22:43:43 [2023-01-19T22:43:43.588Z] #65 34.07 go: downloading github.com/yagipy/maintidx v1.0.0
22:43:43 [2023-01-19T22:43:43.849Z] #65 34.11 go: downloading github.com/yeya24/promlinter v0.2.0
22:43:43 [2023-01-19T22:43:43.849Z] #65 34.13 go: downloading gitlab.com/bosi/decorder v0.2.3
22:43:43 [2023-01-19T22:43:43.849Z] #65 34.31 go: downloading honnef.co/go/tools v0.3.3
22:43:44 [2023-01-19T22:43:44.419Z] #65 ...
22:43:44 [2023-01-19T22:43:44.419Z] 
22:43:44 [2023-01-19T22:43:44.419Z] #26 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
22:43:44 [2023-01-19T22:43:44.419Z] #26 24.59 Fetched 8502 kB in 15s (556 kB/s)
22:43:44 [2023-01-19T22:43:44.419Z] #26 24.59 Reading package lists...
22:43:44 [2023-01-19T22:43:44.419Z] #26 29.88 Reading package lists...
22:43:44 [2023-01-19T22:43:44.419Z] #26 34.17 Building dependency tree...
22:43:44 [2023-01-19T22:43:44.419Z] #26 ...
22:43:44 [2023-01-19T22:43:44.419Z] 
22:43:44 [2023-01-19T22:43:44.419Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
22:43:44 [2023-01-19T22:43:44.419Z] #63 24.21 Fetched 8502 kB in 15s (568 kB/s)
22:43:44 [2023-01-19T22:43:44.419Z] #63 24.21 Reading package lists...
22:43:44 [2023-01-19T22:43:44.419Z] #63 30.02 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:43:44 [2023-01-19T22:43:44.419Z] #63 30.03 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:43:44 [2023-01-19T22:43:44.419Z] #63 30.03 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:43:44 [2023-01-19T22:43:44.419Z] #63 32.95 Reading package lists...
22:43:44 [2023-01-19T22:43:44.419Z] #63 ...
22:43:44 [2023-01-19T22:43:44.419Z] 
22:43:44 [2023-01-19T22:43:44.419Z] #60 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
22:43:44 [2023-01-19T22:43:44.419Z] #60 28.37 Reading package lists...
22:43:44 [2023-01-19T22:43:44.419Z] #60 33.49 Building dependency tree...
22:43:45 [2023-01-19T22:43:45.037Z] #60 ...
22:43:45 [2023-01-19T22:43:45.037Z] 
22:43:45 [2023-01-19T22:43:45.037Z] #71 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
22:43:45 [2023-01-19T22:43:45.297Z] #71 ...
22:43:45 [2023-01-19T22:43:45.297Z] 
22:43:45 [2023-01-19T22:43:45.297Z] #34 [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
22:43:45 [2023-01-19T22:43:45.297Z] #34 27.92 Reading package lists...
22:43:45 [2023-01-19T22:43:45.297Z] #34 32.83 Building dependency tree...
22:43:45 [2023-01-19T22:43:45.885Z] #34 ...
22:43:45 [2023-01-19T22:43:45.885Z] 
22:43:45 [2023-01-19T22:43:45.885Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:43:45 [2023-01-19T22:43:45.885Z] #64 25.43 Fetched 8502 kB in 16s (548 kB/s)
22:43:45 [2023-01-19T22:43:45.885Z] #64 25.43 Reading package lists...
22:43:45 [2023-01-19T22:43:45.885Z] #64 30.78 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:43:45 [2023-01-19T22:43:45.885Z] #64 30.83 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:43:45 [2023-01-19T22:43:45.885Z] #64 30.83 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:43:45 [2023-01-19T22:43:45.885Z] #64 33.76 Reading package lists...
22:43:45 [2023-01-19T22:43:45.885Z] #64 ...
22:43:45 [2023-01-19T22:43:45.885Z] 
22:43:45 [2023-01-19T22:43:45.885Z] #65 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
22:43:45 [2023-01-19T22:43:45.885Z] #65 36.25 go: downloading mvdan.cc/gofumpt v0.3.1
22:43:45 [2023-01-19T22:43:45.885Z] #65 36.29 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:43:46 [2023-01-19T22:43:46.144Z] #65 36.51 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442
22:43:46 [2023-01-19T22:43:46.144Z] #65 36.57 go: downloading github.com/davecgh/go-spew v1.1.1
22:43:46 [2023-01-19T22:43:46.404Z] #65 36.57 go: downloading github.com/pmezard/go-difflib v1.0.0
22:43:46 [2023-01-19T22:43:46.404Z] #65 36.66 go: downloading github.com/stretchr/objx v0.4.0
22:43:46 [2023-01-19T22:43:46.404Z] #65 36.75 go: downloading github.com/subosito/gotenv v1.4.0
22:43:46 [2023-01-19T22:43:46.673Z] #65 36.89 go: downloading github.com/hashicorp/hcl v1.0.0
22:43:46 [2023-01-19T22:43:46.933Z] #65 37.21 go: downloading gopkg.in/ini.v1 v1.66.6
22:43:46 [2023-01-19T22:43:46.933Z] #65 37.25 go: downloading github.com/magiconair/properties v1.8.6
22:43:46 [2023-01-19T22:43:46.933Z] #65 37.39 go: downloading github.com/pelletier/go-toml/v2 v2.0.2
22:43:47 [2023-01-19T22:43:47.193Z] #65 37.57 go: downloading golang.org/x/text v0.3.7
22:43:47 [2023-01-19T22:43:47.762Z] #65 38.09 go: downloading github.com/pelletier/go-toml v1.9.5
22:43:48 [2023-01-19T22:43:48.334Z] #65 ...
22:43:48 [2023-01-19T22:43:48.334Z] 
22:43:48 [2023-01-19T22:43:48.334Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
22:43:48 [2023-01-19T22:43:48.334Z] #61 22.89 Reading package lists...
22:43:48 [2023-01-19T22:43:48.334Z] #61 29.25 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:43:48 [2023-01-19T22:43:48.334Z] #61 29.26 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:43:48 [2023-01-19T22:43:48.334Z] #61 29.26 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:43:48 [2023-01-19T22:43:48.334Z] #61 31.91 Reading package lists...
22:43:48 [2023-01-19T22:43:48.334Z] #61 36.58 + apt-get  install -y --no-install-recommends gcc libc6-dev
22:43:48 [2023-01-19T22:43:48.594Z] #61 36.64 Reading package lists...
22:43:48 [2023-01-19T22:43:48.594Z] #61 ...
22:43:48 [2023-01-19T22:43:48.594Z] 
22:43:48 [2023-01-19T22:43:48.594Z] #34 [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
22:43:48 [2023-01-19T22:43:48.594Z] #34 36.98 The following additional packages will be installed:
22:43:48 [2023-01-19T22:43:48.594Z] #34 37.01   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
22:43:48 [2023-01-19T22:43:48.594Z] #34 37.01   python3-protobuf python3-six
22:43:48 [2023-01-19T22:43:48.594Z] #34 37.01 Suggested packages:
22:43:48 [2023-01-19T22:43:48.594Z] #34 37.04   python3-setuptools
22:43:48 [2023-01-19T22:43:48.594Z] #34 37.04 Recommended packages:
22:43:48 [2023-01-19T22:43:48.594Z] #34 37.04   iproute2 | iproute
22:43:48 [2023-01-19T22:43:48.594Z] #34 37.77 The following NEW packages will be installed:
22:43:48 [2023-01-19T22:43:48.594Z] #34 37.79   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
22:43:48 [2023-01-19T22:43:48.594Z] #34 37.81   python3-protobuf python3-six
22:43:48 [2023-01-19T22:43:48.594Z] #34 38.35 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
22:43:48 [2023-01-19T22:43:48.594Z] #34 38.35 Need to get 2136 kB of archives.
22:43:48 [2023-01-19T22:43:48.594Z] #34 38.35 After this operation, 10.8 MB of additional disk space will be used.
22:43:48 [2023-01-19T22:43:48.594Z] #34 38.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
22:43:48 [2023-01-19T22:43:48.594Z] #34 38.37 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
22:43:48 [2023-01-19T22:43:48.594Z] #34 38.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
22:43:48 [2023-01-19T22:43:48.594Z] #34 38.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
22:43:48 [2023-01-19T22:43:48.594Z] #34 38.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
22:43:48 [2023-01-19T22:43:48.594Z] #34 38.40 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
22:43:48 [2023-01-19T22:43:48.594Z] #34 38.42 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
22:43:51 [2023-01-19T22:43:51.137Z] #34 40.57 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
22:43:51 [2023-01-19T22:43:51.397Z] #34 ...
22:43:51 [2023-01-19T22:43:51.397Z] 
22:43:51 [2023-01-19T22:43:51.397Z] #62 [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
22:43:51 [2023-01-19T22:43:51.397Z] #62 40.82 v3.0.2
22:43:51 [2023-01-19T22:43:51.397Z] #62 DONE 41.7s
22:43:51 [2023-01-19T22:43:51.397Z] 
22:43:51 [2023-01-19T22:43:51.397Z] #57 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.46 NAME:
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.48    go-winres - A tool for embedding resources in Windows executables
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.48 
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.48 USAGE:
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.48    go-winres [global options] command [command options] [arguments...]
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.48 
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.49 COMMANDS:
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.49    init     Create an initial ./winres/winres.json
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.49    make     Make syso files for the "go build" command
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.49    simply   Make syso files for the "go build" command (simplified)
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.50    extract  Extract all resources from an executable
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.50    patch    Replace resources in an executable file (exe, dll)
22:43:51 [2023-01-19T22:43:51.397Z] #57 39.50    help, h  Shows a list of commands or help for one command
22:43:51 [2023-01-19T22:43:51.398Z] #57 39.50 
22:43:51 [2023-01-19T22:43:51.398Z] #57 39.50 GLOBAL OPTIONS:
22:43:51 [2023-01-19T22:43:51.398Z] #57 39.50    --help, -h  show help (default: false)
22:43:51 [2023-01-19T22:43:51.398Z] #57 DONE 41.7s
22:43:51 [2023-01-19T22:43:51.398Z] 
22:43:51 [2023-01-19T22:43:51.398Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
22:43:51 [2023-01-19T22:43:51.398Z] #61 36.64 Reading package lists...
22:43:52 [2023-01-19T22:43:52.600Z] #61 41.42 Building dependency tree...
22:43:52 [2023-01-19T22:43:52.600Z] #61 ...
22:43:52 [2023-01-19T22:43:52.600Z] 
22:43:52 [2023-01-19T22:43:52.600Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:43:52 [2023-01-19T22:43:52.600Z] #50 26.81 gopkg.in/yaml.v2
22:43:52 [2023-01-19T22:43:52.600Z] #50 ...
22:43:52 [2023-01-19T22:43:52.600Z] 
22:43:52 [2023-01-19T22:43:52.600Z] #60 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
22:43:52 [2023-01-19T22:43:52.600Z] #60 37.46 python3 is already the newest version (3.9.2-3).
22:43:52 [2023-01-19T22:43:52.600Z] #60 37.46 The following additional packages will be installed:
22:43:52 [2023-01-19T22:43:52.600Z] #60 37.46   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
22:43:52 [2023-01-19T22:43:52.600Z] #60 37.48   patch xz-utils
22:43:52 [2023-01-19T22:43:52.600Z] #60 37.48 Suggested packages:
22:43:52 [2023-01-19T22:43:52.600Z] #60 37.49   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
22:43:52 [2023-01-19T22:43:52.600Z] #60 37.49   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
22:43:52 [2023-01-19T22:43:52.600Z] #60 37.49   m4-doc ed diffutils-doc
22:43:52 [2023-01-19T22:43:52.600Z] #60 37.49 Recommended packages:
22:43:52 [2023-01-19T22:43:52.600Z] #60 37.49   fakeroot libalgorithm-merge-perl libltdl-dev
22:43:52 [2023-01-19T22:43:52.600Z] #60 38.91 The following NEW packages will be installed:
22:43:52 [2023-01-19T22:43:52.600Z] #60 38.93   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
22:43:52 [2023-01-19T22:43:52.600Z] #60 38.94   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
22:43:52 [2023-01-19T22:43:52.600Z] #60 38.94   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.35 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.35 Need to get 5458 kB of archives.
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.35 After this operation, 11.6 MB of additional disk space will be used.
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.41 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.42 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.54 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.54 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.54 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.57 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.58 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.59 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.60 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.62 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.69 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.69 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 39.69 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
22:43:52 [2023-01-19T22:43:52.600Z] #60 41.34 debconf: delaying package configuration, since apt-utils is not installed
22:43:52 [2023-01-19T22:43:52.600Z] #60 41.58 Fetched 5458 kB in 1s (7873 kB/s)
22:43:52 [2023-01-19T22:43:52.600Z] #60 41.72 Selecting previously unselected package bzip2.
22:43:52 [2023-01-19T22:43:52.600Z] #60 41.72 (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 ... 15744 files and directories currently installed.)
22:43:52 [2023-01-19T22:43:52.600Z] #60 41.80 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
22:43:52 [2023-01-19T22:43:52.600Z] #60 41.80 Unpacking bzip2 (1.0.8-4) ...
22:43:52 [2023-01-19T22:43:52.600Z] #60 42.19 Selecting previously unselected package xz-utils.
22:43:52 [2023-01-19T22:43:52.600Z] #60 42.19 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
22:43:52 [2023-01-19T22:43:52.600Z] #60 42.21 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
22:43:52 [2023-01-19T22:43:52.600Z] #60 42.65 Selecting previously unselected package libsigsegv2:arm64.
22:43:52 [2023-01-19T22:43:52.600Z] #60 42.67 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
22:43:52 [2023-01-19T22:43:52.600Z] #60 42.68 Unpacking libsigsegv2:arm64 (2.13-1) ...
22:43:52 [2023-01-19T22:43:52.600Z] #60 42.84 Selecting previously unselected package m4.
22:43:52 [2023-01-19T22:43:52.600Z] #60 42.84 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
22:43:52 [2023-01-19T22:43:52.600Z] #60 42.86 Unpacking m4 (1.4.18-5) ...
22:43:52 [2023-01-19T22:43:52.860Z] #60 43.13 Selecting previously unselected package autoconf.
22:43:52 [2023-01-19T22:43:52.860Z] #60 43.16 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
22:43:52 [2023-01-19T22:43:52.860Z] #60 43.17 Unpacking autoconf (2.69-14) ...
22:43:53 [2023-01-19T22:43:53.121Z] #60 43.56 Selecting previously unselected package autotools-dev.
22:43:53 [2023-01-19T22:43:53.381Z] #60 43.58 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
22:43:53 [2023-01-19T22:43:53.381Z] #60 43.59 Unpacking autotools-dev (20180224.1+nmu1) ...
22:43:53 [2023-01-19T22:43:53.381Z] #60 43.81 Selecting previously unselected package automake.
22:43:53 [2023-01-19T22:43:53.381Z] #60 43.81 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
22:43:53 [2023-01-19T22:43:53.381Z] #60 43.82 Unpacking automake (1:1.16.3-2) ...
22:43:53 [2023-01-19T22:43:53.641Z] #60 ...
22:43:53 [2023-01-19T22:43:53.641Z] 
22:43:53 [2023-01-19T22:43:53.641Z] #34 [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
22:43:53 [2023-01-19T22:43:53.641Z] #34 42.64 debconf: delaying package configuration, since apt-utils is not installed
22:43:53 [2023-01-19T22:43:53.641Z] #34 42.99 Fetched 2136 kB in 3s (721 kB/s)
22:43:53 [2023-01-19T22:43:53.641Z] #34 43.17 Selecting previously unselected package libprotobuf23:arm64.
22:43:53 [2023-01-19T22:43:53.641Z] #34 43.17 (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 ... 15744 files and directories currently installed.)
22:43:53 [2023-01-19T22:43:53.641Z] #34 43.20 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
22:43:53 [2023-01-19T22:43:53.641Z] #34 43.24 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
22:43:54 [2023-01-19T22:43:54.582Z] #34 44.40 Selecting previously unselected package python3-pkg-resources.
22:43:54 [2023-01-19T22:43:54.582Z] #34 44.40 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
22:43:54 [2023-01-19T22:43:54.842Z] #34 44.54 Unpacking python3-pkg-resources (52.0.0-4) ...
22:43:55 [2023-01-19T22:43:55.412Z] #34 45.08 Selecting previously unselected package python3-six.
22:43:55 [2023-01-19T22:43:55.412Z] #34 45.09 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
22:43:55 [2023-01-19T22:43:55.412Z] #34 45.10 Unpacking python3-six (1.16.0-2) ...
22:43:55 [2023-01-19T22:43:55.412Z] #34 45.28 Selecting previously unselected package python3-protobuf.
22:43:55 [2023-01-19T22:43:55.412Z] #34 45.29 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
22:43:55 [2023-01-19T22:43:55.412Z] #34 45.32 Unpacking python3-protobuf (3.12.4-1) ...
22:43:55 [2023-01-19T22:43:55.412Z] #34 ...
22:43:55 [2023-01-19T22:43:55.412Z] 
22:43:55 [2023-01-19T22:43:55.412Z] #26 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
22:43:55 [2023-01-19T22:43:55.412Z] #26 34.17 Building dependency tree...
22:43:55 [2023-01-19T22:43:55.412Z] #26 38.43 The following additional packages will be installed:
22:43:55 [2023-01-19T22:43:55.412Z] #26 38.45   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
22:43:55 [2023-01-19T22:43:55.412Z] #26 38.47 Suggested packages:
22:43:55 [2023-01-19T22:43:55.412Z] #26 38.50   cmake-doc ninja-build lrzip
22:43:55 [2023-01-19T22:43:55.412Z] #26 38.99 The following NEW packages will be installed:
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.01   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.45 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.45 Need to get 15.1 MB of archives.
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.45 After this operation, 66.8 MB of additional disk space will be used.
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.52 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.93 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB]
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.96 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.97 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
22:43:55 [2023-01-19T22:43:55.412Z] #26 39.98 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
22:43:55 [2023-01-19T22:43:55.412Z] #26 41.20 debconf: delaying package configuration, since apt-utils is not installed
22:43:55 [2023-01-19T22:43:55.412Z] #26 41.54 Fetched 15.1 MB in 1s (15.1 MB/s)
22:43:55 [2023-01-19T22:43:55.413Z] #26 41.80 Selecting previously unselected package cmake-data.
22:43:55 [2023-01-19T22:43:55.413Z] #26 41.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15744 files and directories currently installed.)
22:43:55 [2023-01-19T22:43:55.413Z] #26 41.90 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
22:43:55 [2023-01-19T22:43:55.413Z] #26 41.95 Unpacking cmake-data (3.18.4-2+deb11u1) ...
22:43:55 [2023-01-19T22:43:55.672Z] #26 ...
22:43:55 [2023-01-19T22:43:55.672Z] 
22:43:55 [2023-01-19T22:43:55.672Z] #65 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
22:43:55 [2023-01-19T22:43:55.672Z] #65 43.94 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
22:43:55 [2023-01-19T22:43:55.672Z] #65 44.03 go: downloading github.com/gobwas/glob v0.2.3
22:43:55 [2023-01-19T22:43:55.672Z] #65 44.33 go: downloading go.uber.org/zap v1.17.0
22:43:55 [2023-01-19T22:43:55.672Z] #65 44.85 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
22:43:55 [2023-01-19T22:43:55.672Z] #65 44.85 go: downloading github.com/go-toolsmith/astcast v1.0.0
22:43:55 [2023-01-19T22:43:55.672Z] #65 44.92 go: downloading github.com/go-toolsmith/astcopy v1.0.1
22:43:55 [2023-01-19T22:43:55.672Z] #65 44.94 go: downloading github.com/go-toolsmith/astequal v1.0.2
22:43:55 [2023-01-19T22:43:55.672Z] #65 44.97 go: downloading github.com/go-toolsmith/astfmt v1.0.0
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.06 go: downloading github.com/go-toolsmith/astp v1.0.0
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.12 go: downloading github.com/go-toolsmith/strparse v1.0.0
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.12 go: downloading github.com/go-toolsmith/typep v1.0.2
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.13 go: downloading github.com/quasilyte/go-ruleguard v0.3.17
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.17 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.44 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.58 go: downloading github.com/kisielk/gotool v1.0.0
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.71 go: downloading github.com/gostaticanalysis/comment v1.4.2
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.79 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.79 go: downloading github.com/ettle/strcase v0.1.1
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.90 go: downloading github.com/fatih/structtag v1.2.0
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.94 go: downloading github.com/Masterminds/semver v1.5.0
22:43:55 [2023-01-19T22:43:55.672Z] #65 45.98 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
22:43:55 [2023-01-19T22:43:55.672Z] #65 46.03 go: downloading gopkg.in/yaml.v2 v2.4.0
22:43:55 [2023-01-19T22:43:55.672Z] #65 46.12 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
22:43:55 [2023-01-19T22:43:55.672Z] #65 46.17 go: downloading github.com/prometheus/client_golang v1.12.1
22:43:56 [2023-01-19T22:43:56.610Z] #65 46.87 go: downloading github.com/prometheus/client_model v0.2.0
22:43:56 [2023-01-19T22:43:56.610Z] #65 46.94 go: downloading github.com/google/go-cmp v0.5.8
22:43:56 [2023-01-19T22:43:56.610Z] #65 46.98 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:43:56 [2023-01-19T22:43:56.870Z] #65 47.29 go: downloading go.uber.org/atomic v1.7.0
22:43:56 [2023-01-19T22:43:56.870Z] #65 47.29 go: downloading go.uber.org/multierr v1.6.0
22:43:56 [2023-01-19T22:43:56.870Z] #65 47.40 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
22:43:57 [2023-01-19T22:43:57.130Z] #65 47.50 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
22:43:57 [2023-01-19T22:43:57.130Z] #65 47.50 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375
22:43:57 [2023-01-19T22:43:57.130Z] #65 47.53 go: downloading github.com/olekukonko/tablewriter v0.0.5
22:43:57 [2023-01-19T22:43:57.435Z] #65 47.71 go: downloading github.com/beorn7/perks v1.0.1
22:43:57 [2023-01-19T22:43:57.435Z] #65 47.71 go: downloading github.com/cespare/xxhash/v2 v2.1.2
22:43:57 [2023-01-19T22:43:57.435Z] #65 47.75 go: downloading github.com/golang/protobuf v1.5.2
22:43:57 [2023-01-19T22:43:57.435Z] #65 47.78 go: downloading github.com/prometheus/common v0.32.1
22:43:58 [2023-01-19T22:43:58.005Z] #65 48.35 go: downloading github.com/prometheus/procfs v0.7.3
22:43:58 [2023-01-19T22:43:58.005Z] #65 48.36 go: downloading google.golang.org/protobuf v1.28.0
22:43:58 [2023-01-19T22:43:58.266Z] #65 ...
22:43:58 [2023-01-19T22:43:58.266Z] 
22:43:58 [2023-01-19T22:43:58.266Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
22:43:58 [2023-01-19T22:43:58.266Z] #63 32.95 Reading package lists...
22:43:58 [2023-01-19T22:43:58.266Z] #63 38.00 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
22:43:58 [2023-01-19T22:43:58.266Z] #63 38.10 Reading package lists...
22:43:58 [2023-01-19T22:43:58.266Z] #63 43.36 Building dependency tree...
22:43:58 [2023-01-19T22:43:58.266Z] #63 46.24 gcc is already the newest version (4:10.2.1-1).
22:43:58 [2023-01-19T22:43:58.266Z] #63 46.24 libc6-dev is already the newest version (2.31-13+deb11u5).
22:43:58 [2023-01-19T22:43:58.266Z] #63 46.24 The following additional packages will be installed:
22:43:58 [2023-01-19T22:43:58.266Z] #63 46.27   bzip2 patch xz-utils
22:43:58 [2023-01-19T22:43:58.266Z] #63 46.31 Suggested packages:
22:43:58 [2023-01-19T22:43:58.266Z] #63 46.32   bzip2-doc debian-keyring seccomp ed diffutils-doc
22:43:58 [2023-01-19T22:43:58.266Z] #63 46.32 Recommended packages:
22:43:58 [2023-01-19T22:43:58.266Z] #63 46.32   build-essential fakeroot libalgorithm-merge-perl
22:43:58 [2023-01-19T22:43:58.266Z] #63 46.86 The following NEW packages will be installed:
22:43:58 [2023-01-19T22:43:58.266Z] #63 46.87   bzip2 dpkg-dev libseccomp-dev patch xz-utils
22:43:58 [2023-01-19T22:43:58.266Z] #63 47.28 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
22:43:58 [2023-01-19T22:43:58.266Z] #63 47.28 Need to get 2790 kB of archives.
22:43:58 [2023-01-19T22:43:58.266Z] #63 47.28 After this operation, 4077 kB of additional disk space will be used.
22:43:58 [2023-01-19T22:43:58.266Z] #63 47.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
22:43:58 [2023-01-19T22:43:58.266Z] #63 47.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
22:43:58 [2023-01-19T22:43:58.266Z] #63 47.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
22:43:58 [2023-01-19T22:43:58.266Z] #63 47.41 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
22:43:58 [2023-01-19T22:43:58.266Z] #63 47.67 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
22:43:58 [2023-01-19T22:43:58.266Z] #63 ...
22:43:58 [2023-01-19T22:43:58.266Z] 
22:43:58 [2023-01-19T22:43:58.266Z] #60 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
22:43:58 [2023-01-19T22:43:58.266Z] #60 44.66 Selecting previously unselected package patch.
22:43:58 [2023-01-19T22:43:58.266Z] #60 44.66 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 44.69 Unpacking patch (2.7.6-7) ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 45.40 Selecting previously unselected package dpkg-dev.
22:43:58 [2023-01-19T22:43:58.266Z] #60 45.40 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 45.44 Unpacking dpkg-dev (1.20.12) ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 46.56 Selecting previously unselected package build-essential.
22:43:58 [2023-01-19T22:43:58.266Z] #60 46.56 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 46.62 Unpacking build-essential (12.9) ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 46.81 Selecting previously unselected package libcap2:arm64.
22:43:58 [2023-01-19T22:43:58.266Z] #60 46.81 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 46.81 Unpacking libcap2:arm64 (1:2.44-1) ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 46.96 Selecting previously unselected package libcap-dev:arm64.
22:43:58 [2023-01-19T22:43:58.266Z] #60 46.96 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 46.98 Unpacking libcap-dev:arm64 (1:2.44-1) ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 47.17 Selecting previously unselected package libprotobuf-c1:arm64.
22:43:58 [2023-01-19T22:43:58.266Z] #60 47.19 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 47.21 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 47.41 Selecting previously unselected package libprotobuf-c-dev:arm64.
22:43:58 [2023-01-19T22:43:58.266Z] #60 47.42 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 47.44 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 47.65 Selecting previously unselected package libseccomp-dev:arm64.
22:43:58 [2023-01-19T22:43:58.266Z] #60 47.65 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 47.66 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 48.07 Selecting previously unselected package libsystemd-dev:arm64.
22:43:58 [2023-01-19T22:43:58.266Z] #60 48.09 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
22:43:58 [2023-01-19T22:43:58.266Z] #60 48.23 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
22:43:58 [2023-01-19T22:43:58.863Z] #60 49.06 Selecting previously unselected package libtool.
22:43:58 [2023-01-19T22:43:58.863Z] #60 49.06 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
22:43:58 [2023-01-19T22:43:58.863Z] #60 49.07 Unpacking libtool (2.4.6-15) ...
22:43:58 [2023-01-19T22:43:58.863Z] #60 ...
22:43:58 [2023-01-19T22:43:58.863Z] 
22:43:58 [2023-01-19T22:43:58.863Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:43:58 [2023-01-19T22:43:58.863Z] #64 33.76 Reading package lists...
22:43:58 [2023-01-19T22:43:58.863Z] #64 38.73 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
22:43:58 [2023-01-19T22:43:58.863Z] #64 38.85 Reading package lists...
22:43:58 [2023-01-19T22:43:58.863Z] #64 44.01 Building dependency tree...
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.12 gcc is already the newest version (4:10.2.1-1).
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.12 The following additional packages will be installed:
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.13   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.13   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.13   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.13   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.13   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.14   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.15 Suggested packages:
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.15   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
22:43:58 [2023-01-19T22:43:58.863Z] #64 47.15   | libgdk-pixbuf2.0-dev libxml2-utils
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.09 The following NEW packages will be installed:
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.09   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.09   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.10   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.10   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.10   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.10   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.50 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.50 Need to get 7950 kB of archives.
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.50 After this operation, 39.9 MB of additional disk space will be used.
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.50 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.51 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.52 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.52 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.52 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.52 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.53 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.54 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.57 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
22:43:58 [2023-01-19T22:43:58.863Z] #64 48.57 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
22:43:59 [2023-01-19T22:43:59.147Z] #64 48.71 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
22:43:59 [2023-01-19T22:43:59.147Z] #64 48.71 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
22:43:59 [2023-01-19T22:43:59.147Z] #64 48.72 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
22:43:59 [2023-01-19T22:43:59.147Z] #64 48.73 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
22:43:59 [2023-01-19T22:43:59.147Z] #64 48.73 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
22:43:59 [2023-01-19T22:43:59.147Z] #64 48.73 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
22:43:59 [2023-01-19T22:43:59.147Z] #64 48.74 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
22:43:59 [2023-01-19T22:43:59.147Z] #64 ...
22:43:59 [2023-01-19T22:43:59.147Z] 
22:43:59 [2023-01-19T22:43:59.147Z] #34 [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
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.04 Selecting previously unselected package libnet1:arm64.
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.04 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.06 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.25 Selecting previously unselected package libnl-3-200:arm64.
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.25 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.27 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.51 Selecting previously unselected package libprotobuf-c1:arm64.
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.51 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.52 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.73 Selecting previously unselected package criu.
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.73 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
22:43:59 [2023-01-19T22:43:59.147Z] #34 46.78 Unpacking criu (3.17.1-1) ...
22:43:59 [2023-01-19T22:43:59.147Z] #34 47.74 Setting up python3-pkg-resources (52.0.0-4) ...
22:43:59 [2023-01-19T22:43:59.408Z] #34 49.05 Setting up libprotobuf23:arm64 (3.12.4-1) ...
22:43:59 [2023-01-19T22:43:59.408Z] #34 49.27 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
22:43:59 [2023-01-19T22:43:59.700Z] #34 49.44 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:43:59 [2023-01-19T22:43:59.700Z] #34 ...
22:43:59 [2023-01-19T22:43:59.700Z] 
22:43:59 [2023-01-19T22:43:59.700Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
22:43:59 [2023-01-19T22:43:59.700Z] #61 41.42 Building dependency tree...
22:43:59 [2023-01-19T22:43:59.700Z] #61 45.32 gcc is already the newest version (4:10.2.1-1).
22:43:59 [2023-01-19T22:43:59.700Z] #61 45.32 libc6-dev is already the newest version (2.31-13+deb11u5).
22:43:59 [2023-01-19T22:43:59.700Z] #61 45.32 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
22:43:59 [2023-01-19T22:43:59.700Z] #61 DONE 49.7s
22:43:59 [2023-01-19T22:43:59.700Z] 
22:43:59 [2023-01-19T22:43:59.701Z] #34 [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
22:43:59 [2023-01-19T22:43:59.701Z] #34 49.56 Setting up python3-six (1.16.0-2) ...
22:43:59 [2023-01-19T22:43:59.961Z] #34 ...
22:43:59 [2023-01-19T22:43:59.961Z] 
22:43:59 [2023-01-19T22:43:59.961Z] #66 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.15" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:59 [2023-01-19T22:43:59.961Z] #66 DONE 44.2s
22:43:59 [2023-01-19T22:43:59.961Z] 
22:43:59 [2023-01-19T22:43:59.961Z] #67 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:59 [2023-01-19T22:43:59.961Z] #67 DONE 43.1s
22:44:00 [2023-01-19T22:44:00.222Z] 
22:44:00 [2023-01-19T22:44:00.222Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
22:44:00 [2023-01-19T22:44:00.222Z] #63 48.51 debconf: delaying package configuration, since apt-utils is not installed
22:44:00 [2023-01-19T22:44:00.222Z] #63 48.85 Fetched 2790 kB in 1s (3878 kB/s)
22:44:00 [2023-01-19T22:44:00.222Z] #63 49.13 Selecting previously unselected package bzip2.
22:44:00 [2023-01-19T22:44:00.222Z] #63 49.13 (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 ... 15744 files and directories currently installed.)
22:44:00 [2023-01-19T22:44:00.222Z] #63 49.19 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
22:44:00 [2023-01-19T22:44:00.222Z] #63 49.28 Unpacking bzip2 (1.0.8-4) ...
22:44:00 [2023-01-19T22:44:00.222Z] #63 49.56 Selecting previously unselected package xz-utils.
22:44:00 [2023-01-19T22:44:00.222Z] #63 49.57 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
22:44:00 [2023-01-19T22:44:00.222Z] #63 49.67 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
22:44:00 [2023-01-19T22:44:00.222Z] #63 49.99 Selecting previously unselected package patch.
22:44:00 [2023-01-19T22:44:00.222Z] #63 49.99 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
22:44:00 [2023-01-19T22:44:00.222Z] #63 50.02 Unpacking patch (2.7.6-7) ...
22:44:00 [2023-01-19T22:44:00.793Z] #63 50.47 Selecting previously unselected package dpkg-dev.
22:44:00 [2023-01-19T22:44:00.793Z] #63 50.50 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
22:44:00 [2023-01-19T22:44:00.793Z] #63 50.50 Unpacking dpkg-dev (1.20.12) ...
22:44:01 [2023-01-19T22:44:01.733Z] #63 ...
22:44:01 [2023-01-19T22:44:01.733Z] 
22:44:01 [2023-01-19T22:44:01.733Z] #60 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
22:44:01 [2023-01-19T22:44:01.734Z] #60 49.49 Selecting previously unselected package libudev-dev:arm64.
22:44:01 [2023-01-19T22:44:01.734Z] #60 49.49 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u1_arm64.deb ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 49.51 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.04 Selecting previously unselected package libyajl2:arm64.
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.05 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.06 Unpacking libyajl2:arm64 (2.1.0-3) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.34 Selecting previously unselected package libyajl-dev:arm64.
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.37 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.37 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.63 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.66 Setting up libyajl2:arm64 (2.1.0-3) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.70 Setting up bzip2 (1.0.8-4) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.71 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.74 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.76 Setting up libcap2:arm64 (1:2.44-1) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.78 Setting up autotools-dev (20180224.1+nmu1) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.80 Setting up libsigsegv2:arm64 (2.13-1) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.84 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 50.99 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.02 Setting up patch (2.7.6-7) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.12 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.13 Setting up libyajl-dev:arm64 (2.1.0-3) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.14 Setting up libcap-dev:arm64 (1:2.44-1) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.18 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.21 Setting up libtool (2.4.6-15) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.25 Setting up m4 (1.4.18-5) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.34 Setting up dpkg-dev (1.20.12) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.38 Setting up autoconf (2.69-14) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.42 Setting up build-essential (12.9) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.43 Setting up automake (1:1.16.3-2) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.46 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
22:44:01 [2023-01-19T22:44:01.734Z] #60 51.50 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:44:01 [2023-01-19T22:44:01.734Z] #60 DONE 52.2s
22:44:01 [2023-01-19T22:44:01.994Z] 
22:44:01 [2023-01-19T22:44:01.994Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:44:01 [2023-01-19T22:44:01.994Z] #64 48.81 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 48.84 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 48.85 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 48.85 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 48.85 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 48.86 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 48.86 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 48.87 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 48.92 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 49.00 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 49.11 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
22:44:01 [2023-01-19T22:44:01.994Z] #64 50.42 debconf: delaying package configuration, since apt-utils is not installed
22:44:01 [2023-01-19T22:44:01.994Z] #64 50.83 Fetched 7950 kB in 1s (8519 kB/s)
22:44:01 [2023-01-19T22:44:01.994Z] #64 51.00 Selecting previously unselected package libgirepository-1.0-1:arm64.
22:44:01 [2023-01-19T22:44:01.994Z] #64 51.00 (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 ... 15744 files and directories currently installed.)
22:44:01 [2023-01-19T22:44:01.994Z] #64 51.08 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
22:44:01 [2023-01-19T22:44:01.994Z] #64 51.12 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
22:44:01 [2023-01-19T22:44:01.994Z] #64 51.30 Selecting previously unselected package gir1.2-glib-2.0:arm64.
22:44:01 [2023-01-19T22:44:01.994Z] #64 51.32 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
22:44:01 [2023-01-19T22:44:01.994Z] #64 51.34 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
22:44:01 [2023-01-19T22:44:01.994Z] #64 51.70 Selecting previously unselected package libsecret-common.
22:44:01 [2023-01-19T22:44:01.994Z] #64 51.72 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
22:44:01 [2023-01-19T22:44:01.994Z] #64 51.75 Unpacking libsecret-common (0.20.4-2) ...
22:44:02 [2023-01-19T22:44:02.256Z] #64 52.08 Selecting previously unselected package libsecret-1-0:arm64.
22:44:02 [2023-01-19T22:44:02.256Z] #64 52.08 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
22:44:02 [2023-01-19T22:44:02.256Z] #64 52.09 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
22:44:02 [2023-01-19T22:44:02.521Z] #64 52.29 Selecting previously unselected package gir1.2-secret-1:arm64.
22:44:02 [2023-01-19T22:44:02.521Z] #64 52.29 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
22:44:02 [2023-01-19T22:44:02.521Z] #64 52.32 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
22:44:02 [2023-01-19T22:44:02.784Z] #64 52.49 Selecting previously unselected package uuid-dev:arm64.
22:44:02 [2023-01-19T22:44:02.784Z] #64 52.50 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
22:44:02 [2023-01-19T22:44:02.784Z] #64 52.50 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
22:44:03 [2023-01-19T22:44:03.045Z] #64 ...
22:44:03 [2023-01-19T22:44:03.045Z] 
22:44:03 [2023-01-19T22:44:03.045Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
22:44:03 [2023-01-19T22:44:03.045Z] #63 51.87 Selecting previously unselected package libseccomp-dev:arm64.
22:44:03 [2023-01-19T22:44:03.045Z] #63 51.88 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
22:44:03 [2023-01-19T22:44:03.045Z] #63 51.90 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:44:03 [2023-01-19T22:44:03.045Z] #63 52.18 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:44:03 [2023-01-19T22:44:03.045Z] #63 52.24 Setting up bzip2 (1.0.8-4) ...
22:44:03 [2023-01-19T22:44:03.045Z] #63 52.27 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
22:44:03 [2023-01-19T22:44:03.045Z] #63 52.30 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:44:03 [2023-01-19T22:44:03.045Z] #63 52.33 Setting up patch (2.7.6-7) ...
22:44:03 [2023-01-19T22:44:03.045Z] #63 52.35 Setting up dpkg-dev (1.20.12) ...
22:44:03 [2023-01-19T22:44:03.045Z] #63 DONE 52.8s
22:44:03 [2023-01-19T22:44:03.045Z] 
22:44:03 [2023-01-19T22:44:03.045Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:44:03 [2023-01-19T22:44:03.045Z] #64 52.80 Selecting previously unselected package libblkid-dev:arm64.
22:44:03 [2023-01-19T22:44:03.045Z] #64 52.80 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
22:44:03 [2023-01-19T22:44:03.045Z] #64 52.81 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
22:44:03 [2023-01-19T22:44:03.617Z] #64 53.25 Selecting previously unselected package libbtrfs0:arm64.
22:44:03 [2023-01-19T22:44:03.617Z] #64 53.25 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
22:44:03 [2023-01-19T22:44:03.617Z] #64 53.26 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
22:44:03 [2023-01-19T22:44:03.878Z] #64 53.62 Selecting previously unselected package libbtrfs-dev:arm64.
22:44:03 [2023-01-19T22:44:03.878Z] #64 ...
22:44:03 [2023-01-19T22:44:03.878Z] 
22:44:03 [2023-01-19T22:44:03.878Z] #72 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
22:44:03 [2023-01-19T22:44:03.878Z] #72 DONE 3.9s
22:44:03 [2023-01-19T22:44:03.878Z] 
22:44:03 [2023-01-19T22:44:03.878Z] #73 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
22:44:03 [2023-01-19T22:44:03.878Z] #73 DONE 0.1s
22:44:03 [2023-01-19T22:44:03.878Z] 
22:44:03 [2023-01-19T22:44:03.878Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:44:03 [2023-01-19T22:44:03.878Z] #64 53.63 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
22:44:03 [2023-01-19T22:44:03.878Z] #64 53.64 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
22:44:04 [2023-01-19T22:44:04.140Z] #64 53.99 Selecting previously unselected package libelf1:arm64.
22:44:04 [2023-01-19T22:44:04.140Z] #64 53.99 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
22:44:04 [2023-01-19T22:44:04.140Z] #64 53.99 Unpacking libelf1:arm64 (0.183-1) ...
22:44:04 [2023-01-19T22:44:04.710Z] #64 54.28 Selecting previously unselected package libffi-dev:arm64.
22:44:04 [2023-01-19T22:44:04.710Z] #64 54.28 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
22:44:04 [2023-01-19T22:44:04.710Z] #64 54.28 Unpacking libffi-dev:arm64 (3.3-6) ...
22:44:04 [2023-01-19T22:44:04.710Z] #64 54.48 Selecting previously unselected package libglib2.0-data.
22:44:04 [2023-01-19T22:44:04.710Z] #64 54.48 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
22:44:04 [2023-01-19T22:44:04.710Z] #64 54.51 Unpacking libglib2.0-data (2.66.8-1) ...
22:44:06 [2023-01-19T22:44:06.114Z] #64 ...
22:44:06 [2023-01-19T22:44:06.114Z] 
22:44:06 [2023-01-19T22:44:06.114Z] #26 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
22:44:06 [2023-01-19T22:44:06.114Z] #26 46.14 Selecting previously unselected package libicu67:arm64.
22:44:06 [2023-01-19T22:44:06.114Z] #26 46.15 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
22:44:06 [2023-01-19T22:44:06.114Z] #26 46.18 Unpacking libicu67:arm64 (67.1-7) ...
22:44:06 [2023-01-19T22:44:06.114Z] #26 51.81 Selecting previously unselected package libxml2:arm64.
22:44:06 [2023-01-19T22:44:06.114Z] #26 51.82 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ...
22:44:06 [2023-01-19T22:44:06.114Z] #26 51.84 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
22:44:06 [2023-01-19T22:44:06.114Z] #26 52.50 Selecting previously unselected package libarchive13:arm64.
22:44:06 [2023-01-19T22:44:06.114Z] #26 52.51 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
22:44:06 [2023-01-19T22:44:06.114Z] #26 52.52 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
22:44:06 [2023-01-19T22:44:06.114Z] #26 52.96 Selecting previously unselected package libjsoncpp24:arm64.
22:44:06 [2023-01-19T22:44:06.114Z] #26 52.97 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
22:44:06 [2023-01-19T22:44:06.114Z] #26 52.98 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
22:44:06 [2023-01-19T22:44:06.114Z] #26 53.16 Selecting previously unselected package librhash0:arm64.
22:44:06 [2023-01-19T22:44:06.114Z] #26 53.17 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
22:44:06 [2023-01-19T22:44:06.114Z] #26 53.23 Unpacking librhash0:arm64 (1.4.1-2) ...
22:44:06 [2023-01-19T22:44:06.114Z] #26 53.41 Selecting previously unselected package libuv1:arm64.
22:44:06 [2023-01-19T22:44:06.114Z] #26 53.41 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
22:44:06 [2023-01-19T22:44:06.115Z] #26 53.42 Unpacking libuv1:arm64 (1.40.0-2) ...
22:44:06 [2023-01-19T22:44:06.115Z] #26 53.74 Selecting previously unselected package cmake.
22:44:06 [2023-01-19T22:44:06.115Z] #26 53.74 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
22:44:06 [2023-01-19T22:44:06.115Z] #26 53.78 Unpacking cmake (3.18.4-2+deb11u1) ...
22:44:06 [2023-01-19T22:44:06.115Z] #26 ...
22:44:06 [2023-01-19T22:44:06.115Z] 
22:44:06 [2023-01-19T22:44:06.115Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:44:06 [2023-01-19T22:44:06.115Z] #64 55.80 Selecting previously unselected package libglib2.0-bin.
22:44:06 [2023-01-19T22:44:06.115Z] #64 55.80 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
22:44:06 [2023-01-19T22:44:06.115Z] #64 55.81 Unpacking libglib2.0-bin (2.66.8-1) ...
22:44:06 [2023-01-19T22:44:06.375Z] #64 56.06 Selecting previously unselected package python3-lib2to3.
22:44:06 [2023-01-19T22:44:06.375Z] #64 56.07 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
22:44:06 [2023-01-19T22:44:06.375Z] #64 56.08 Unpacking python3-lib2to3 (3.9.2-1) ...
22:44:06 [2023-01-19T22:44:06.637Z] #64 56.35 Selecting previously unselected package python3-distutils.
22:44:06 [2023-01-19T22:44:06.637Z] #64 56.36 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
22:44:06 [2023-01-19T22:44:06.637Z] #64 56.37 Unpacking python3-distutils (3.9.2-1) ...
22:44:06 [2023-01-19T22:44:06.898Z] #64 56.64 Selecting previously unselected package libglib2.0-dev-bin.
22:44:06 [2023-01-19T22:44:06.898Z] #64 56.64 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
22:44:06 [2023-01-19T22:44:06.898Z] #64 56.65 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
22:44:07 [2023-01-19T22:44:07.158Z] #64 56.89 Selecting previously unselected package libsepol1-dev:arm64.#64 ...
22:44:07 [2023-01-19T22:44:07.158Z] 
22:44:07 [2023-01-19T22:44:07.158Z] #26 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
22:44:07 [2023-01-19T22:44:07.158Z] #26 56.73 Setting up libicu67:arm64 (67.1-7) ...
22:44:07 [2023-01-19T22:44:07.158Z] #26 56.75 Setting up libuv1:arm64 (1.40.0-2) ...
22:44:07 [2023-01-19T22:44:07.158Z] #26 56.76 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
22:44:07 [2023-01-19T22:44:07.158Z] #26 56.77 Setting up librhash0:arm64 (1.4.1-2) ...
22:44:07 [2023-01-19T22:44:07.158Z] #26 56.79 Setting up cmake-data (3.18.4-2+deb11u1) ...
22:44:07 [2023-01-19T22:44:07.158Z] #26 56.83 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
22:44:07 [2023-01-19T22:44:07.158Z] #26 56.88 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
22:44:07 [2023-01-19T22:44:07.158Z] #26 56.92 Setting up cmake (3.18.4-2+deb11u1) ...
22:44:07 [2023-01-19T22:44:07.158Z] #26 56.94 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:44:07 [2023-01-19T22:44:07.158Z] #26 DONE 57.5s
22:44:07 [2023-01-19T22:44:07.158Z] 
22:44:07 [2023-01-19T22:44:07.158Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:44:07 [2023-01-19T22:44:07.158Z] #64 56.89 Selecting previously unselected package libsepol1-dev:arm64.
22:44:07 [2023-01-19T22:44:07.158Z] #64 56.90 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
22:44:07 [2023-01-19T22:44:07.158Z] #64 56.94 Unpacking libsepol1-dev:arm64 (3.1-1) ...
22:44:07 [2023-01-19T22:44:07.729Z] #64 57.48 Selecting previously unselected package libpcre2-16-0:arm64.
22:44:07 [2023-01-19T22:44:07.729Z] #64 57.48 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
22:44:07 [2023-01-19T22:44:07.729Z] #64 57.51 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
22:44:07 [2023-01-19T22:44:07.729Z] #64 ...
22:44:07 [2023-01-19T22:44:07.729Z] 
22:44:07 [2023-01-19T22:44:07.729Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:44:07 [2023-01-19T22:44:07.729Z] #50 42.23 github.com/docker/distribution/uuid
22:44:07 [2023-01-19T22:44:07.729Z] #50 42.52 golang.org/x/net/context
22:44:07 [2023-01-19T22:44:07.729Z] #50 43.07 crypto/x509
22:44:07 [2023-01-19T22:44:07.729Z] #50 43.15 net/textproto
22:44:07 [2023-01-19T22:44:07.729Z] #50 44.00 vendor/golang.org/x/net/http/httpguts
22:44:07 [2023-01-19T22:44:07.729Z] #50 44.53 vendor/golang.org/x/net/http/httpproxy
22:44:07 [2023-01-19T22:44:07.729Z] #50 45.41 mime/multipart
22:44:07 [2023-01-19T22:44:07.729Z] #50 47.57 github.com/docker/distribution/digest
22:44:07 [2023-01-19T22:44:07.729Z] #50 49.45 github.com/docker/distribution/reference
22:44:07 [2023-01-19T22:44:07.729Z] #50 50.67 github.com/stevvooe/resumable
22:44:07 [2023-01-19T22:44:07.729Z] #50 50.92 github.com/stevvooe/resumable/sha256
22:44:07 [2023-01-19T22:44:07.729Z] #50 51.86 github.com/stevvooe/resumable/sha512
22:44:07 [2023-01-19T22:44:07.989Z] #50 ...
22:44:07 [2023-01-19T22:44:07.989Z] 
22:44:07 [2023-01-19T22:44:07.989Z] #74 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
22:44:07 [2023-01-19T22:44:07.989Z] #0 2.103 go: downloading github.com/urfave/cli/v2 v2.23.5
22:44:07 [2023-01-19T22:44:07.989Z] #0 2.667 go: downloading golang.org/x/sys v0.2.0
22:44:07 [2023-01-19T22:44:07.989Z] #0 5.871 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
22:44:07 [2023-01-19T22:44:07.989Z] #0 6.624 go: downloading github.com/google/uuid v1.3.0
22:44:07 [2023-01-19T22:44:07.989Z] #0 6.673 go: downloading github.com/moby/vpnkit v0.5.0
22:44:07 [2023-01-19T22:44:07.989Z] #0 6.771 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:44:07 [2023-01-19T22:44:07.989Z] #0 7.000 go: downloading github.com/gorilla/mux v1.8.0
22:44:07 [2023-01-19T22:44:07.989Z] #0 7.194 go: downloading github.com/moby/sys/mountinfo v0.6.2
22:44:07 [2023-01-19T22:44:07.989Z] #0 8.090 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
22:44:08 [2023-01-19T22:44:08.282Z] #74 8.194 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
22:44:08 [2023-01-19T22:44:08.282Z] #74 ...
22:44:08 [2023-01-19T22:44:08.282Z] 
22:44:08 [2023-01-19T22:44:08.282Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:44:08 [2023-01-19T22:44:08.282Z] #64 57.81 Selecting previously unselected package libpcre2-32-0:arm64.
22:44:08 [2023-01-19T22:44:08.282Z] #64 57.84 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
22:44:08 [2023-01-19T22:44:08.282Z] #64 57.85 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
22:44:08 [2023-01-19T22:44:08.282Z] #64 58.04 Selecting previously unselected package libpcre2-posix2:arm64.
22:44:08 [2023-01-19T22:44:08.282Z] #64 58.04 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
22:44:08 [2023-01-19T22:44:08.282Z] #64 58.06 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
22:44:08 [2023-01-19T22:44:08.544Z] #64 58.17 Selecting previously unselected package libpcre2-dev:arm64.
22:44:08 [2023-01-19T22:44:08.544Z] #64 58.17 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
22:44:08 [2023-01-19T22:44:08.544Z] #64 58.23 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
22:44:08 [2023-01-19T22:44:08.544Z] #64 ...
22:44:08 [2023-01-19T22:44:08.544Z] 
22:44:08 [2023-01-19T22:44:08.544Z] #34 [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
22:44:08 [2023-01-19T22:44:08.544Z] #34 51.37 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
22:44:08 [2023-01-19T22:44:08.544Z] #34 51.48 Setting up python3-protobuf (3.12.4-1) ...
22:44:08 [2023-01-19T22:44:08.544Z] #34 56.12 Setting up criu (3.17.1-1) ...
22:44:08 [2023-01-19T22:44:08.544Z] #34 58.15 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:44:08 [2023-01-19T22:44:08.544Z] #34 DONE 58.5s
22:44:08 [2023-01-19T22:44:08.805Z] 
22:44:08 [2023-01-19T22:44:08.805Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:44:08 [2023-01-19T22:44:08.805Z] #50 52.84 github.com/garyburd/redigo/internal
22:44:08 [2023-01-19T22:44:08.805Z] #50 53.31 github.com/garyburd/redigo/redis
22:44:08 [2023-01-19T22:44:08.805Z] #50 ...
22:44:08 [2023-01-19T22:44:08.805Z] 
22:44:08 [2023-01-19T22:44:08.805Z] #65 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
22:44:08 [2023-01-19T22:44:08.805Z] #65 49.22 go: downloading github.com/mattn/go-runewidth v0.0.9
22:44:08 [2023-01-19T22:44:08.805Z] #65 50.03 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
22:44:09 [2023-01-19T22:44:09.065Z] #65 ...
22:44:09 [2023-01-19T22:44:09.065Z] 
22:44:09 [2023-01-19T22:44:09.065Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:44:09 [2023-01-19T22:44:09.065Z] #50 53.38 crypto/tls
22:44:12 [2023-01-19T22:44:12.361Z] #50 ...
22:44:12 [2023-01-19T22:44:12.361Z] 
22:44:12 [2023-01-19T22:44:12.361Z] #75 [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
22:44:12 [2023-01-19T22:44:12.361Z] #0 0.863 Cloning into '/tmp/crun-build'...
22:44:12 [2023-01-19T22:44:12.361Z] #0 7.631 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
22:44:12 [2023-01-19T22:44:12.361Z] #0 7.680 Cloning into '/tmp/crun-build/libocispec'...
22:44:12 [2023-01-19T22:44:12.361Z] #0 8.798 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
22:44:12 [2023-01-19T22:44:12.361Z] #0 8.817 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
22:44:12 [2023-01-19T22:44:12.361Z] #0 8.817 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
22:44:12 [2023-01-19T22:44:12.361Z] #0 8.818 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
22:44:12 [2023-01-19T22:44:12.361Z] #0 8.839 Cloning into '/tmp/crun-build/libocispec/image-spec'...
22:44:12 [2023-01-19T22:44:12.361Z] #75 ...
22:44:12 [2023-01-19T22:44:12.361Z] 
22:44:12 [2023-01-19T22:44:12.361Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:44:12 [2023-01-19T22:44:12.361Z] #64 59.22 Selecting previously unselected package libselinux1-dev:arm64.
22:44:12 [2023-01-19T22:44:12.361Z] #64 59.22 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 59.30 Unpacking libselinux1-dev:arm64 (3.1-3) ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 59.71 Selecting previously unselected package libmount-dev:arm64.
22:44:12 [2023-01-19T22:44:12.361Z] #64 59.72 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 59.74 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 59.86 Selecting previously unselected package libpcre16-3:arm64.
22:44:12 [2023-01-19T22:44:12.361Z] #64 59.86 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 59.87 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.06 Selecting previously unselected package libpcre32-3:arm64.
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.06 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.07 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.24 Selecting previously unselected package libpcrecpp0v5:arm64.
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.25 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.26 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.39 Selecting previously unselected package libpcre3-dev:arm64.
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.39 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.42 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.94 Selecting previously unselected package zlib1g-dev:arm64.
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.94 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 60.95 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 61.11 Selecting previously unselected package libglib2.0-dev:arm64.
22:44:12 [2023-01-19T22:44:12.361Z] #64 61.14 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
22:44:12 [2023-01-19T22:44:12.361Z] #64 61.15 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
22:44:12 [2023-01-19T22:44:12.932Z] #64 62.59 Selecting previously unselected package libsecret-1-dev:arm64.
22:44:12 [2023-01-19T22:44:12.932Z] #64 62.60 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
22:44:12 [2023-01-19T22:44:12.932Z] #64 62.60 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 ...
22:44:13 [2023-01-19T22:44:13.192Z] 
22:44:13 [2023-01-19T22:44:13.192Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
22:44:13 [2023-01-19T22:44:13.192Z] #0 1.983 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d -X main.version=1.1.4 " -o runc .
22:44:13 [2023-01-19T22:44:13.192Z] #76 ...
22:44:13 [2023-01-19T22:44:13.192Z] 
22:44:13 [2023-01-19T22:44:13.192Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:44:13 [2023-01-19T22:44:13.192Z] #64 62.94 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 62.96 Setting up libpcre16-3:arm64 (2:8.39-13) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 62.97 Setting up libsepol1-dev:arm64 (3.1-1) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 62.99 Setting up libffi-dev:arm64 (3.3-6) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 63.00 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 63.01 Setting up libbtrfs0:arm64 (5.10.1-2) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 63.02 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 63.03 Setting up libglib2.0-data (2.66.8-1) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 63.04 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 63.05 Setting up libpcre32-3:arm64 (2:8.39-13) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 63.06 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
22:44:13 [2023-01-19T22:44:13.192Z] #64 63.08 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
22:44:13 [2023-01-19T22:44:13.452Z] #64 63.10 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
22:44:13 [2023-01-19T22:44:13.452Z] #64 63.12 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
22:44:13 [2023-01-19T22:44:13.452Z] #64 63.13 Setting up python3-lib2to3 (3.9.2-1) ...
22:44:13 [2023-01-19T22:44:13.716Z] #64 ...
22:44:13 [2023-01-19T22:44:13.716Z] 
22:44:13 [2023-01-19T22:44:13.716Z] #59 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
22:44:13 [2023-01-19T22:44:13.716Z] #59 63.76 gotestsum version dev
22:44:13 [2023-01-19T22:44:13.716Z] #59 DONE 64.0s
22:44:13 [2023-01-19T22:44:13.716Z] 
22:44:13 [2023-01-19T22:44:13.716Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:44:13 [2023-01-19T22:44:13.716Z] #50 57.16 github.com/docker/distribution/registry/listener
22:44:13 [2023-01-19T22:44:13.716Z] #50 57.49 github.com/docker/distribution/version
22:44:13 [2023-01-19T22:44:13.716Z] #50 57.72 github.com/spf13/pflag
22:44:14 [2023-01-19T22:44:14.656Z] #50 ...
22:44:14 [2023-01-19T22:44:14.656Z] 
22:44:14 [2023-01-19T22:44:14.656Z] #77 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...)
22:44:14 [2023-01-19T22:44:14.656Z] #77 ...
22:44:14 [2023-01-19T22:44:14.656Z] 
22:44:14 [2023-01-19T22:44:14.656Z] #64 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
22:44:14 [2023-01-19T22:44:14.656Z] #64 64.08 Setting up libelf1:arm64 (0.183-1) ...
22:44:14 [2023-01-19T22:44:14.656Z] #64 64.09 Setting up libsecret-common (0.20.4-2) ...
22:44:14 [2023-01-19T22:44:14.656Z] #64 64.10 Setting up python3-distutils (3.9.2-1) ...
22:44:14 [2023-01-19T22:44:14.916Z] #64 64.63 Setting up libglib2.0-dev-bin (2.66.8-1) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.54 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.59 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.60 Setting up libselinux1-dev:arm64 (3.1-3) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.64 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.67 Setting up libglib2.0-bin (2.66.8-1) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.68 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.69 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.71 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.72 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.73 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.74 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.76 No schema files found: doing nothing.
22:44:15 [2023-01-19T22:44:15.857Z] #64 65.76 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:44:16 [2023-01-19T22:44:16.118Z] #64 65.82 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
22:44:16 [2023-01-19T22:44:16.118Z] #64 DONE 66.1s
22:44:16 [2023-01-19T22:44:16.118Z] 
22:44:16 [2023-01-19T22:44:16.118Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:44:16 [2023-01-19T22:44:16.118Z] #50 60.39 github.com/spf13/cobra
22:44:17 [2023-01-19T22:44:17.502Z] #50 ...
22:44:17 [2023-01-19T22:44:17.502Z] 
22:44:17 [2023-01-19T22:44:17.502Z] #78 [tini-build 3/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         xx-apt-get install -y --no-install-recommends             gcc libc6-dev
22:44:17 [2023-01-19T22:44:17.502Z] #0 1.583 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:44:17 [2023-01-19T22:44:17.502Z] #0 1.633 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:44:17 [2023-01-19T22:44:17.502Z] #0 1.673 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:44:17 [2023-01-19T22:44:17.502Z] #0 4.154 Fetched 48.4 kB in 3s (16.0 kB/s)
22:44:17 [2023-01-19T22:44:17.502Z] #0 4.154 Reading package lists...
22:44:17 [2023-01-19T22:44:17.502Z] #0 7.834 + apt-get  install -y --no-install-recommends gcc libc6-dev
22:44:17 [2023-01-19T22:44:17.502Z] #0 7.888 Reading package lists...
22:44:17 [2023-01-19T22:44:17.502Z] #78 ...
22:44:17 [2023-01-19T22:44:17.502Z] 
22:44:17 [2023-01-19T22:44:17.502Z] #75 [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
22:44:17 [2023-01-19T22:44:17.502Z] #75 10.39 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
22:44:17 [2023-01-19T22:44:17.502Z] #75 12.32 Cloning into '/tmp/crun-build/libocispec/yajl'...
22:44:17 [2023-01-19T22:44:17.502Z] #75 13.39 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
22:44:17 [2023-01-19T22:44:17.502Z] #75 13.60 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
22:44:17 [2023-01-19T22:44:17.502Z] #75 13.82 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
22:44:18 [2023-01-19T22:44:18.072Z] #75 ...
22:44:18 [2023-01-19T22:44:18.072Z] 
22:44:18 [2023-01-19T22:44:18.072Z] #78 [tini-build 3/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         xx-apt-get install -y --no-install-recommends             gcc libc6-dev
22:44:18 [2023-01-19T22:44:18.072Z] #0 7.888 Reading package lists...
22:44:19 [2023-01-19T22:44:19.272Z] #78 11.13 Building dependency tree...
22:44:19 [2023-01-19T22:44:19.272Z] #78 12.10 Reading state information...
22:44:19 [2023-01-19T22:44:19.531Z] #78 ...
22:44:19 [2023-01-19T22:44:19.531Z] 
22:44:19 [2023-01-19T22:44:19.531Z] #74 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
22:44:19 [2023-01-19T22:44:19.531Z] #74 9.574 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
22:44:19 [2023-01-19T22:44:19.531Z] #74 9.728 go: downloading golang.org/x/net v0.1.0
22:44:19 [2023-01-19T22:44:19.531Z] #74 ...
22:44:19 [2023-01-19T22:44:19.531Z] 
22:44:19 [2023-01-19T22:44:19.531Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:44:19 [2023-01-19T22:44:19.531Z] #50 63.45 log/syslog
22:44:19 [2023-01-19T22:44:19.791Z] #50 64.12 github.com/yvasiyarov/go-metrics
22:44:21 [2023-01-19T22:44:21.171Z] #50 ...
22:44:21 [2023-01-19T22:44:21.171Z] 
22:44:21 [2023-01-19T22:44:21.171Z] #78 [tini-build 3/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         xx-apt-get install -y --no-install-recommends             gcc libc6-dev
22:44:21 [2023-01-19T22:44:21.171Z] #78 13.74 gcc is already the newest version (4:10.2.1-1).
22:44:21 [2023-01-19T22:44:21.171Z] #78 13.74 libc6-dev is already the newest version (2.31-13+deb11u5).
22:44:21 [2023-01-19T22:44:21.171Z] #78 13.74 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
22:44:21 [2023-01-19T22:44:21.171Z] #78 DONE 14.0s
22:44:21 [2023-01-19T22:44:21.430Z] 
22:44:21 [2023-01-19T22:44:21.430Z] #79 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
22:44:22 [2023-01-19T22:44:22.371Z] #79 1.237 -- The C compiler identification is GNU 10.2.1
22:44:22 [2023-01-19T22:44:22.371Z] #79 1.350 -- Detecting C compiler ABI info
22:44:22 [2023-01-19T22:44:22.939Z] #79 1.838 -- Detecting C compiler ABI info - done
22:44:23 [2023-01-19T22:44:23.236Z] #79 2.004 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
22:44:23 [2023-01-19T22:44:23.236Z] #79 2.013 -- Detecting C compile features
22:44:23 [2023-01-19T22:44:23.236Z] #79 2.014 -- Detecting C compile features - done
22:44:23 [2023-01-19T22:44:23.236Z] #79 2.056 -- Performing Test HAS_BUILTIN_FORTIFY
22:44:23 [2023-01-19T22:44:23.496Z] #79 2.332 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:44:23 [2023-01-19T22:44:23.496Z] #79 2.435 -- Configuring done
22:44:23 [2023-01-19T22:44:23.767Z] #79 2.439 -- Generating done
22:44:23 [2023-01-19T22:44:23.767Z] #79 2.455 -- Build files have been written to: /go/src/github.com/krallin/tini
22:44:23 [2023-01-19T22:44:23.767Z] #79 2.688 Scanning dependencies of target tini-static
22:44:24 [2023-01-19T22:44:24.039Z] #79 2.759 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:44:25 [2023-01-19T22:44:25.423Z] #79 4.183 [100%] Linking C executable tini-static
22:44:25 [2023-01-19T22:44:25.684Z] #79 4.559 [100%] Built target tini-static
22:44:25 [2023-01-19T22:44:25.944Z] #79 DONE 4.8s
22:44:25 [2023-01-19T22:44:25.944Z] 
22:44:25 [2023-01-19T22:44:25.944Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:44:25 [2023-01-19T22:44:25.944Z] #0 6.099 + bin/ctr
22:44:27 [2023-01-19T22:44:27.326Z] #80 ...
22:44:27 [2023-01-19T22:44:27.326Z] 
22:44:27 [2023-01-19T22:44:27.326Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:44:27 [2023-01-19T22:44:27.326Z] #50 71.47 golang.org/x/crypto/blowfish
22:44:27 [2023-01-19T22:44:27.326Z] #50 71.63 net/http/httptrace
22:44:27 [2023-01-19T22:44:27.586Z] #50 72.03 github.com/docker/libtrust
22:44:27 [2023-01-19T22:44:27.845Z] #50 72.17 net/http
22:44:32 [2023-01-19T22:44:32.046Z] #50 75.99 net/smtp
22:44:32 [2023-01-19T22:44:32.306Z] #50 76.72 golang.org/x/crypto/bcrypt
22:44:32 [2023-01-19T22:44:32.566Z] #50 77.07 github.com/docker/distribution/registry/storage/driver/gcs
22:44:32 [2023-01-19T22:44:32.828Z] #50 77.12 os/user
22:44:33 [2023-01-19T22:44:33.397Z] #50 77.68 github.com/docker/distribution/registry/storage/driver/oss
22:44:33 [2023-01-19T22:44:33.398Z] #50 77.77 github.com/mitchellh/mapstructure
22:44:39 [2023-01-19T22:44:39.976Z] #50 ...
22:44:39 [2023-01-19T22:44:39.976Z] 
22:44:39 [2023-01-19T22:44:39.976Z] #75 [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
22:44:39 [2023-01-19T22:44:39.976Z] #75 27.00 aclocal: warning: couldn't open directory 'm4': No such file or directory
22:44:39 [2023-01-19T22:44:39.976Z] #75 36.05 libtoolize: putting auxiliary files in '.'.
22:44:39 [2023-01-19T22:44:39.976Z] #75 36.05 libtoolize: copying file './ltmain.sh'
22:44:39 [2023-01-19T22:44:39.976Z] #75 36.74 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
22:44:39 [2023-01-19T22:44:39.976Z] #75 36.74 libtoolize: and rerunning libtoolize and aclocal.
22:44:39 [2023-01-19T22:44:39.976Z] #75 36.75 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
22:44:46 [2023-01-19T22:44:46.560Z] #75 ...
22:44:46 [2023-01-19T22:44:46.560Z] 
22:44:46 [2023-01-19T22:44:46.560Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:44:46 [2023-01-19T22:44:46.560Z] #50 90.52 github.com/docker/distribution/configuration
22:44:46 [2023-01-19T22:44:46.560Z] #50 90.52 github.com/bugsnag/bugsnag-go
22:44:47 [2023-01-19T22:44:47.499Z] #50 91.75 github.com/gorilla/context
22:44:47 [2023-01-19T22:44:47.499Z] #50 91.97 github.com/docker/distribution/registry/api/errcode
22:44:47 [2023-01-19T22:44:47.759Z] #50 92.26 github.com/gorilla/mux
22:44:48 [2023-01-19T22:44:48.329Z] #50 92.75 expvar
22:44:49 [2023-01-19T22:44:49.268Z] #50 93.57 github.com/docker/distribution/context
22:44:49 [2023-01-19T22:44:49.268Z] #50 93.63 github.com/docker/distribution/registry/api/v2
22:44:50 [2023-01-19T22:44:50.650Z] #50 94.85 github.com/docker/distribution/registry/client/transport
22:44:50 [2023-01-19T22:44:50.910Z] #50 95.12 github.com/docker/distribution/health
22:44:51 [2023-01-19T22:44:51.176Z] #50 95.65 github.com/docker/distribution
22:44:51 [2023-01-19T22:44:51.436Z] #50 95.82 github.com/docker/distribution/health/checks
22:44:52 [2023-01-19T22:44:52.007Z] #50 96.14 github.com/docker/distribution/registry/auth
22:44:52 [2023-01-19T22:44:52.268Z] #50 96.56 github.com/docker/distribution/registry/storage/driver
22:44:52 [2023-01-19T22:44:52.268Z] #50 96.70 github.com/docker/distribution/manifest/manifestlist
22:44:52 [2023-01-19T22:44:52.528Z] #50 96.96 github.com/docker/distribution/manifest/schema1
22:44:52 [2023-01-19T22:44:52.789Z] #50 97.05 github.com/docker/distribution/manifest/schema2
22:44:52 [2023-01-19T22:44:52.789Z] #50 97.24 github.com/docker/distribution/notifications
22:44:53 [2023-01-19T22:44:53.734Z] #50 98.04 github.com/docker/distribution/registry/middleware/registry
22:44:53 [2023-01-19T22:44:53.993Z] #50 98.35 github.com/docker/distribution/registry/middleware/repository
22:44:54 [2023-01-19T22:44:54.564Z] #50 98.75 github.com/docker/distribution/registry/storage/cache
22:44:54 [2023-01-19T22:44:54.824Z] #50 99.16 github.com/docker/distribution/registry/storage/cache/memory
22:44:55 [2023-01-19T22:44:55.393Z] #50 99.62 github.com/docker/distribution/registry/client
22:44:55 [2023-01-19T22:44:55.393Z] #50 99.73 github.com/docker/distribution/registry/proxy/scheduler
22:44:55 [2023-01-19T22:44:55.964Z] #50 100.2 github.com/docker/distribution/registry/storage
22:44:56 [2023-01-19T22:44:56.902Z] #50 ...
22:44:56 [2023-01-19T22:44:56.902Z] 
22:44:56 [2023-01-19T22:44:56.902Z] #75 [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
22:44:56 [2023-01-19T22:44:56.902Z] #75 44.93 configure.ac:7: installing './compile'
22:44:56 [2023-01-19T22:44:56.902Z] #75 44.94 configure.ac:11: installing './config.guess'
22:44:56 [2023-01-19T22:44:56.902Z] #75 44.96 configure.ac:11: installing './config.sub'
22:44:56 [2023-01-19T22:44:56.902Z] #75 44.98 configure.ac:8: installing './install-sh'
22:44:56 [2023-01-19T22:44:56.902Z] #75 44.98 configure.ac:8: installing './missing'
22:44:56 [2023-01-19T22:44:56.902Z] #75 45.13 Makefile.am: installing './depcomp'
22:44:56 [2023-01-19T22:44:56.902Z] #75 46.35 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
22:44:56 [2023-01-19T22:44:56.902Z] #75 46.35 libtoolize: copying file 'build-aux/ltmain.sh'
22:44:56 [2023-01-19T22:44:56.902Z] #75 46.48 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
22:44:56 [2023-01-19T22:44:56.902Z] #75 46.48 libtoolize: copying file 'm4/libtool.m4'
22:44:56 [2023-01-19T22:44:56.902Z] #75 46.61 libtoolize: copying file 'm4/ltoptions.m4'
22:44:56 [2023-01-19T22:44:56.902Z] #75 46.75 libtoolize: copying file 'm4/ltsugar.m4'
22:44:56 [2023-01-19T22:44:56.902Z] #75 46.83 libtoolize: copying file 'm4/ltversion.m4'
22:44:56 [2023-01-19T22:44:56.902Z] #75 46.95 libtoolize: copying file 'm4/lt~obsolete.m4'
22:44:56 [2023-01-19T22:44:56.902Z] #75 47.13 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
22:44:57 [2023-01-19T22:44:57.162Z] #75 ...
22:44:57 [2023-01-19T22:44:57.162Z] 
22:44:57 [2023-01-19T22:44:57.162Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:44:57 [2023-01-19T22:44:57.162Z] #50 101.4 github.com/docker/distribution/registry/client/auth
22:44:58 [2023-01-19T22:44:58.101Z] #50 102.4 github.com/docker/distribution/registry/storage/cache/redis
22:44:58 [2023-01-19T22:44:58.670Z] #50 103.0 github.com/docker/distribution/registry/storage/driver/factory
22:44:58 [2023-01-19T22:44:58.929Z] #50 103.2 github.com/docker/distribution/registry/storage/driver/middleware
22:44:59 [2023-01-19T22:44:59.189Z] #50 103.5 github.com/gorilla/handlers
22:45:00 [2023-01-19T22:45:00.570Z] #50 104.8 github.com/yvasiyarov/newrelic_platform_go
22:45:00 [2023-01-19T22:45:00.570Z] #50 104.9 github.com/docker/distribution/registry/proxy
22:45:01 [2023-01-19T22:45:01.140Z] #50 105.4 github.com/yvasiyarov/gorelic
22:45:01 [2023-01-19T22:45:01.710Z] #50 106.2 github.com/docker/distribution/registry/handlers
22:45:02 [2023-01-19T22:45:02.649Z] #50 106.9 github.com/docker/distribution/registry/auth/htpasswd
22:45:03 [2023-01-19T22:45:03.219Z] #50 107.4 github.com/docker/distribution/registry/auth/silly
22:45:03 [2023-01-19T22:45:03.479Z] #50 107.7 github.com/docker/distribution/registry/auth/token
22:45:04 [2023-01-19T22:45:04.862Z] #50 109.1 github.com/Azure/azure-sdk-for-go/storage
22:45:05 [2023-01-19T22:45:05.430Z] #50 ...
22:45:05 [2023-01-19T22:45:05.430Z] 
22:45:05 [2023-01-19T22:45:05.430Z] #75 [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
22:45:05 [2023-01-19T22:45:05.430Z] #75 57.68 configure.ac:7: installing 'build-aux/compile'
22:45:05 [2023-01-19T22:45:05.430Z] #75 57.69 configure.ac:9: installing 'build-aux/config.guess'
22:45:05 [2023-01-19T22:45:05.430Z] #75 57.70 configure.ac:9: installing 'build-aux/config.sub'
22:45:05 [2023-01-19T22:45:05.430Z] #75 57.71 configure.ac:11: installing 'build-aux/install-sh'
22:45:05 [2023-01-19T22:45:05.430Z] #75 57.73 configure.ac:11: installing 'build-aux/missing'
22:45:05 [2023-01-19T22:45:05.430Z] #75 57.92 Makefile.am: installing 'build-aux/depcomp'
22:45:05 [2023-01-19T22:45:05.430Z] #75 58.01 parallel-tests: installing 'build-aux/test-driver'
22:45:05 [2023-01-19T22:45:05.430Z] #75 59.87 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
22:45:05 [2023-01-19T22:45:05.430Z] #75 59.87 libtoolize: copying file 'build-aux/ltmain.sh'
22:45:05 [2023-01-19T22:45:05.430Z] #75 60.49 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
22:45:05 [2023-01-19T22:45:05.430Z] #75 60.49 libtoolize: copying file 'm4/libtool.m4'
22:45:05 [2023-01-19T22:45:05.430Z] #75 60.62 libtoolize: copying file 'm4/ltoptions.m4'
22:45:05 [2023-01-19T22:45:05.430Z] #75 60.74 libtoolize: copying file 'm4/ltsugar.m4'
22:45:05 [2023-01-19T22:45:05.430Z] #75 60.91 libtoolize: copying file 'm4/ltversion.m4'
22:45:05 [2023-01-19T22:45:05.430Z] #75 61.07 libtoolize: copying file 'm4/lt~obsolete.m4'
22:45:08 [2023-01-19T22:45:08.021Z] #75 ...
22:45:08 [2023-01-19T22:45:08.021Z] 
22:45:08 [2023-01-19T22:45:08.021Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:45:08 [2023-01-19T22:45:08.021Z] #50 112.1 github.com/docker/distribution/registry
22:45:08 [2023-01-19T22:45:08.021Z] #50 112.3 github.com/docker/distribution/registry/storage/driver/base
22:45:08 [2023-01-19T22:45:08.590Z] #50 112.8 github.com/docker/distribution/registry/storage/driver/azure
22:45:08 [2023-01-19T22:45:08.849Z] #50 113.3 github.com/docker/distribution/registry/storage/driver/filesystem
22:45:09 [2023-01-19T22:45:09.797Z] #50 114.0 github.com/docker/distribution/registry/storage/driver/inmemory
22:45:10 [2023-01-19T22:45:10.366Z] #50 114.6 github.com/AdRoll/goamz/aws
22:45:10 [2023-01-19T22:45:10.934Z] #50 115.2 net/http/httputil
22:45:12 [2023-01-19T22:45:12.314Z] #50 116.6 github.com/AdRoll/goamz/cloudfront
22:45:12 [2023-01-19T22:45:12.574Z] #50 117.1 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront
22:45:13 [2023-01-19T22:45:13.145Z] #50 117.5 github.com/AdRoll/goamz/s3
22:45:13 [2023-01-19T22:45:13.407Z] #50 117.6 github.com/ncw/swift
22:45:15 [2023-01-19T22:45:15.317Z] #50 ...
22:45:15 [2023-01-19T22:45:15.317Z] 
22:45:15 [2023-01-19T22:45:15.317Z] #75 [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
22:45:15 [2023-01-19T22:45:15.317Z] #75 73.60 configure.ac:11: installing 'build-aux/compile'
22:45:15 [2023-01-19T22:45:15.576Z] #75 73.61 configure.ac:11: installing 'build-aux/config.guess'
22:45:15 [2023-01-19T22:45:15.576Z] #75 73.61 configure.ac:11: installing 'build-aux/config.sub'
22:45:15 [2023-01-19T22:45:15.576Z] #75 73.65 configure.ac:13: installing 'build-aux/install-sh'
22:45:15 [2023-01-19T22:45:15.576Z] #75 73.66 configure.ac:13: installing 'build-aux/missing'
22:45:15 [2023-01-19T22:45:15.576Z] #75 73.68 configure.ac:8: installing 'build-aux/tap-driver.sh'
22:45:15 [2023-01-19T22:45:15.576Z] #75 73.87 Makefile.am: installing 'build-aux/depcomp'
22:45:17 [2023-01-19T22:45:17.483Z] #75 75.27 checking build system type... aarch64-unknown-linux-gnu
22:45:17 [2023-01-19T22:45:17.483Z] #75 75.63 checking host system type... aarch64-unknown-linux-gnu
22:45:17 [2023-01-19T22:45:17.483Z] #75 75.64 checking how to print strings... printf
22:45:17 [2023-01-19T22:45:17.483Z] #75 75.65 checking for gcc... gcc
22:45:18 [2023-01-19T22:45:18.002Z] #75 75.81 checking whether the C compiler works... yes
22:45:18 [2023-01-19T22:45:18.002Z] #75 76.14 checking for C compiler default output file name... a.out
22:45:18 [2023-01-19T22:45:18.262Z] #75 76.14 checking for suffix of executables... 
22:45:18 [2023-01-19T22:45:18.522Z] #75 76.36 checking whether we are cross compiling... no
22:45:18 [2023-01-19T22:45:18.782Z] #75 76.62 checking for suffix of object files... o
22:45:18 [2023-01-19T22:45:18.782Z] #75 76.77 checking whether we are using the GNU C compiler... yes
22:45:19 [2023-01-19T22:45:19.042Z] #75 76.91 checking whether gcc accepts -g... yes
22:45:19 [2023-01-19T22:45:19.042Z] #75 77.06 checking for gcc option to accept ISO C89... none needed
22:45:19 [2023-01-19T22:45:19.302Z] #75 77.32 checking whether gcc understands -c and -o together... yes
22:45:19 [2023-01-19T22:45:19.561Z] #75 77.58 checking for a sed that does not truncate output... /bin/sed
22:45:19 [2023-01-19T22:45:19.561Z] #75 77.61 checking for grep that handles long lines and -e... /bin/grep
22:45:19 [2023-01-19T22:45:19.561Z] #75 77.63 checking for egrep... /bin/grep -E
22:45:19 [2023-01-19T22:45:19.561Z] #75 77.63 checking for fgrep... /bin/grep -F
22:45:19 [2023-01-19T22:45:19.561Z] #75 77.65 checking for ld used by gcc... /usr/bin/ld
22:45:19 [2023-01-19T22:45:19.561Z] #75 77.68 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:45:19 [2023-01-19T22:45:19.561Z] #75 77.69 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.71 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.88 checking whether ln -s works... yes
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.88 checking the maximum length of command line arguments... 1572864
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.91 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.92 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.92 checking for /usr/bin/ld option to reload object files... -r
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.92 checking for objdump... objdump
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.93 checking how to recognize dependent libraries... pass_all
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.93 checking for dlltool... no
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.94 checking how to associate runtime and link libraries... printf %s\n
22:45:19 [2023-01-19T22:45:19.821Z] #75 77.95 checking for ar... ar
22:45:20 [2023-01-19T22:45:20.080Z] #75 77.95 checking for archiver @FILE support... @
22:45:20 [2023-01-19T22:45:20.080Z] #75 78.16 checking for strip... strip
22:45:20 [2023-01-19T22:45:20.080Z] #75 78.17 checking for ranlib... ranlib
22:45:20 [2023-01-19T22:45:20.080Z] #75 78.18 checking for gawk... no
22:45:20 [2023-01-19T22:45:20.080Z] #75 78.19 checking for mawk... mawk
22:45:20 [2023-01-19T22:45:20.649Z] #75 78.20 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:45:20 [2023-01-19T22:45:20.649Z] #75 78.73 checking for sysroot... no
22:45:20 [2023-01-19T22:45:20.649Z] #75 78.73 checking for a working dd... /bin/dd
22:45:20 [2023-01-19T22:45:20.649Z] #75 78.76 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
22:45:20 [2023-01-19T22:45:20.649Z] #75 78.79 checking for mt... no
22:45:20 [2023-01-19T22:45:20.649Z] #75 78.79 checking if : is a manifest tool... no
22:45:20 [2023-01-19T22:45:20.909Z] #75 78.83 checking how to run the C preprocessor... gcc -E
22:45:21 [2023-01-19T22:45:21.848Z] #75 79.16 checking for ANSI C header files... yes
22:45:21 [2023-01-19T22:45:21.848Z] #75 79.89 checking for sys/types.h... yes
22:45:22 [2023-01-19T22:45:22.418Z] #75 80.10 checking for sys/stat.h... yes
22:45:22 [2023-01-19T22:45:22.418Z] #75 80.37 checking for stdlib.h... yes
22:45:22 [2023-01-19T22:45:22.418Z] #75 80.53 checking for string.h... yes
22:45:22 [2023-01-19T22:45:22.677Z] #75 80.78 checking for memory.h... yes
22:45:22 [2023-01-19T22:45:22.938Z] #75 80.98 checking for strings.h... yes
22:45:23 [2023-01-19T22:45:23.198Z] #75 81.17 checking for inttypes.h... yes
22:45:23 [2023-01-19T22:45:23.458Z] #75 81.41 checking for stdint.h... yes
22:45:23 [2023-01-19T22:45:23.718Z] #75 81.59 checking for unistd.h... 
22:45:23 [2023-01-19T22:45:23.718Z] #75 ...
22:45:23 [2023-01-19T22:45:23.718Z] 
22:45:23 [2023-01-19T22:45:23.718Z] #50 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
22:45:23 [2023-01-19T22:45:23.718Z] #50 120.8 github.com/docker/distribution/registry/storage/driver/swift
22:45:23 [2023-01-19T22:45:23.718Z] #50 121.0 github.com/docker/distribution/registry/storage/driver/s3
22:45:23 [2023-01-19T22:45:23.718Z] #50 122.4 net/http/pprof
22:45:23 [2023-01-19T22:45:23.718Z] #50 123.0 github.com/docker/distribution/cmd/registry
22:45:23 [2023-01-19T22:45:23.718Z] #50 127.4 + xx-verify /build/registry-v2
22:45:23 [2023-01-19T22:45:23.718Z] #50 DONE 128.1s
22:45:23 [2023-01-19T22:45:23.718Z] 
22:45:23 [2023-01-19T22:45:23.718Z] #75 [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
22:45:23 [2023-01-19T22:45:23.718Z] #75 81.59 checking for unistd.h... yes
22:45:23 [2023-01-19T22:45:23.978Z] #75 81.95 checking for dlfcn.h... yes
22:45:24 [2023-01-19T22:45:24.238Z] #75 82.27 checking for objdir... .libs
22:45:24 [2023-01-19T22:45:24.807Z] #75 82.75 checking if gcc supports -fno-rtti -fno-exceptions... no
22:45:24 [2023-01-19T22:45:24.807Z] #75 82.85 checking for gcc option to produce PIC... -fPIC -DPIC
22:45:24 [2023-01-19T22:45:24.807Z] #75 82.85 checking if gcc PIC flag -fPIC -DPIC works... yes
22:45:25 [2023-01-19T22:45:25.067Z] #75 82.96 checking if gcc static flag -static works... yes
22:45:25 [2023-01-19T22:45:25.327Z] #75 83.41 checking if gcc supports -c -o file.o... yes
22:45:25 [2023-01-19T22:45:25.327Z] #75 83.57 checking if gcc supports -c -o file.o... (cached) yes
22:45:25 [2023-01-19T22:45:25.327Z] #75 83.59 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:45:25 [2023-01-19T22:45:25.897Z] #75 83.67 checking dynamic linker characteristics... GNU/Linux ld.so
22:45:25 [2023-01-19T22:45:25.897Z] #75 83.96 checking how to hardcode library paths into programs... immediate
22:45:25 [2023-01-19T22:45:25.897Z] #75 83.96 checking whether stripping libraries is possible... yes
22:45:25 [2023-01-19T22:45:25.897Z] #75 83.99 checking if libtool supports shared libraries... yes
22:45:25 [2023-01-19T22:45:25.897Z] #75 83.99 checking whether to build shared libraries... no
22:45:25 [2023-01-19T22:45:25.897Z] #75 83.99 checking whether to build static libraries... yes
22:45:25 [2023-01-19T22:45:25.897Z] #75 83.99 checking for a BSD-compatible install... /usr/bin/install -c
22:45:25 [2023-01-19T22:45:25.897Z] #75 84.03 checking whether build environment is sane... yes
22:45:25 [2023-01-19T22:45:25.897Z] #75 84.10 checking for a thread-safe mkdir -p... /bin/mkdir -p
22:45:25 [2023-01-19T22:45:25.897Z] #75 84.12 checking whether make sets $(MAKE)... yes
22:45:25 [2023-01-19T22:45:25.897Z] #75 84.20 checking whether make supports the include directive... yes (GNU style)
22:45:26 [2023-01-19T22:45:26.157Z] #75 84.24 checking whether make supports nested variables... yes
22:45:26 [2023-01-19T22:45:26.158Z] #75 84.32 checking whether UID '0' is supported by ustar format... yes
22:45:26 [2023-01-19T22:45:26.158Z] #75 84.32 checking whether GID '0' is supported by ustar format... yes
22:45:26 [2023-01-19T22:45:26.417Z] #75 84.32 checking how to create a ustar tar archive... gnutar
22:45:26 [2023-01-19T22:45:26.417Z] #75 84.39 checking dependency style of gcc... gcc3
22:45:26 [2023-01-19T22:45:26.417Z] #75 84.57 checking whether to enable maintainer-specific portions of Makefiles... yes
22:45:26 [2023-01-19T22:45:26.417Z] #75 84.57 checking whether make supports nested variables... (cached) yes
22:45:26 [2023-01-19T22:45:26.417Z] #75 84.57 checking for gawk... (cached) mawk
22:45:26 [2023-01-19T22:45:26.417Z] #75 84.58 checking for a sed that does not truncate output... (cached) /bin/sed
22:45:26 [2023-01-19T22:45:26.417Z] #75 84.59 checking for gcc... (cached) gcc
22:45:26 [2023-01-19T22:45:26.677Z] #75 84.67 checking whether we are using the GNU C compiler... (cached) yes
22:45:26 [2023-01-19T22:45:26.677Z] #75 84.68 checking whether gcc accepts -g... (cached) yes
22:45:26 [2023-01-19T22:45:26.677Z] #75 84.68 checking for gcc option to accept ISO C89... (cached) none needed
22:45:26 [2023-01-19T22:45:26.677Z] #75 84.68 checking whether gcc understands -c and -o together... (cached) yes
22:45:26 [2023-01-19T22:45:26.677Z] #75 84.68 checking for a Python interpreter with version >= 3... python3
22:45:26 [2023-01-19T22:45:26.677Z] #75 84.74 checking for python3... /usr/bin/python3
22:45:26 [2023-01-19T22:45:26.677Z] #75 84.74 checking for python3 version... 3.9
22:45:26 [2023-01-19T22:45:26.677Z] #75 84.81 checking for python3 platform... linux
22:45:26 [2023-01-19T22:45:26.938Z] #75 84.87 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
22:45:26 [2023-01-19T22:45:26.938Z] #75 85.01 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
22:45:26 [2023-01-19T22:45:26.938Z] #75 85.17 checking for go-md2man... no
22:45:27 [2023-01-19T22:45:27.198Z] #75 85.20 checking error.h usability... yes
22:45:27 [2023-01-19T22:45:27.198Z] #75 85.39 checking error.h presence... yes
22:45:27 [2023-01-19T22:45:27.198Z] #75 85.43 checking for error.h... yes
22:45:27 [2023-01-19T22:45:27.458Z] #75 85.47 checking linux/openat2.h usability... yes
22:45:27 [2023-01-19T22:45:27.458Z] #75 85.65 checking linux/openat2.h presence... yes
22:45:27 [2023-01-19T22:45:27.458Z] #75 85.72 checking for linux/openat2.h... yes
22:45:27 [2023-01-19T22:45:27.718Z] #75 85.76 checking for copy_file_range... yes
22:45:28 [2023-01-19T22:45:28.287Z] #75 86.05 checking for fgetxattr... yes
22:45:28 [2023-01-19T22:45:28.287Z] #75 86.30 checking for statx... yes
22:45:28 [2023-01-19T22:45:28.548Z] #75 86.61 checking for fgetpwent_r... yes
22:45:28 [2023-01-19T22:45:28.808Z] #75 86.94 checking for issetugid... no
22:45:28 [2023-01-19T22:45:28.808Z] #75 87.15 checking for pkg-config... /usr/bin/pkg-config
22:45:29 [2023-01-19T22:45:29.068Z] #75 87.15 checking pkg-config is at least version 0.9.0... yes
22:45:29 [2023-01-19T22:45:29.637Z] #75 87.16 checking for library containing yajl_tree_get... -lyajl
22:45:29 [2023-01-19T22:45:29.637Z] #75 87.63 checking for yajl >= 2.0.0... yes
22:45:29 [2023-01-19T22:45:29.637Z] #75 87.67 checking sys/capability.h usability... yes
22:45:29 [2023-01-19T22:45:29.897Z] #75 87.80 checking sys/capability.h presence... yes
22:45:29 [2023-01-19T22:45:29.897Z] #75 87.93 checking for sys/capability.h... yes
22:45:30 [2023-01-19T22:45:30.157Z] #75 87.94 checking for library containing cap_from_name... -lcap
22:45:30 [2023-01-19T22:45:30.986Z] #75 88.46 checking for library containing dlopen... -ldl
22:45:30 [2023-01-19T22:45:30.986Z] #75 88.93 checking seccomp.h usability... yes
22:45:31 [2023-01-19T22:45:31.250Z] #75 89.12 checking seccomp.h presence... yes
22:45:31 [2023-01-19T22:45:31.250Z] #75 89.28 checking for seccomp.h... yes
22:45:31 [2023-01-19T22:45:31.510Z] #75 89.29 checking for library containing seccomp_rule_add... -lseccomp
22:45:31 [2023-01-19T22:45:31.770Z] #75 89.70 checking for library containing seccomp_arch_resolve_name... 
22:45:31 [2023-01-19T22:45:31.770Z] #75 ...
22:45:31 [2023-01-19T22:45:31.770Z] 
22:45:31 [2023-01-19T22:45:31.770Z] #74 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
22:45:31 [2023-01-19T22:45:31.770Z] #74 DONE 91.9s
22:45:31 [2023-01-19T22:45:31.770Z] 
22:45:31 [2023-01-19T22:45:31.770Z] #70 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
22:45:31 [2023-01-19T22:45:31.770Z] #70 DONE 121.2s
22:45:31 [2023-01-19T22:45:31.770Z] 
22:45:31 [2023-01-19T22:45:31.770Z] #75 [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
22:45:31 [2023-01-19T22:45:31.770Z] #75 89.70 checking for library containing seccomp_arch_resolve_name... none required
22:45:31 [2023-01-19T22:45:31.770Z] #75 89.87 checking systemd/sd-bus.h usability... 
22:45:31 [2023-01-19T22:45:31.770Z] #75 ...
22:45:31 [2023-01-19T22:45:31.770Z] 
22:45:31 [2023-01-19T22:45:31.770Z] #81 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
22:45:32 [2023-01-19T22:45:32.030Z] #81 DONE 0.1s
22:45:32 [2023-01-19T22:45:32.030Z] 
22:45:32 [2023-01-19T22:45:32.030Z] #82 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
22:45:32 [2023-01-19T22:45:32.030Z] #82 DONE 0.1s
22:45:32 [2023-01-19T22:45:32.030Z] 
22:45:32 [2023-01-19T22:45:32.030Z] #71 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
22:45:32 [2023-01-19T22:45:32.290Z] #71 ...
22:45:32 [2023-01-19T22:45:32.290Z] 
22:45:32 [2023-01-19T22:45:32.290Z] #75 [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
22:45:32 [2023-01-19T22:45:32.290Z] #75 89.87 checking systemd/sd-bus.h usability... yes
22:45:32 [2023-01-19T22:45:32.290Z] #75 90.25 checking systemd/sd-bus.h presence... yes
22:45:32 [2023-01-19T22:45:32.290Z] #75 90.33 checking for systemd/sd-bus.h... yes
22:45:32 [2023-01-19T22:45:32.861Z] #75 90.40 checking for library containing sd_bus_match_signal_async... -lsystemd
22:45:33 [2023-01-19T22:45:33.121Z] #75 91.00 checking for sd_notify_barrier... yes
22:45:33 [2023-01-19T22:45:33.691Z] #75 91.37 checking linux/bpf.h usability... yes
22:45:33 [2023-01-19T22:45:33.691Z] #75 91.62 checking linux/bpf.h presence... yes
22:45:33 [2023-01-19T22:45:33.691Z] #75 91.73 checking for linux/bpf.h... yes
22:45:33 [2023-01-19T22:45:33.691Z] #75 91.75 checking compilation for eBPF... yes
22:45:33 [2023-01-19T22:45:33.691Z] #75 91.89 checking for criu >= 3.15... no
22:45:33 [2023-01-19T22:45:33.691Z] #75 91.92 configure: CRIU headers not found, building without CRIU support
22:45:33 [2023-01-19T22:45:33.691Z] #75 91.92 checking for criu > 3.16... no
22:45:33 [2023-01-19T22:45:33.691Z] #75 91.94 configure: CRIU version doesn't support join-ns API
22:45:33 [2023-01-19T22:45:33.691Z] #75 91.94 checking for criu > 3.16.1... no
22:45:33 [2023-01-19T22:45:33.691Z] #75 91.98 configure: CRIU version doesn't support for pre-dumping
22:45:33 [2023-01-19T22:45:33.951Z] #75 91.98 checking for new mount API (fsconfig)... yes
22:45:33 [2023-01-19T22:45:33.951Z] #75 92.09 checking for seccomp notify API... yes
22:45:34 [2023-01-19T22:45:34.211Z] #75 92.19 checking for gperf... no
22:45:34 [2023-01-19T22:45:34.211Z] #75 92.20 configure: gperf not found - cannot rebuild signal parser code
22:45:34 [2023-01-19T22:45:34.211Z] #75 92.20 checking for library containing argp_parse... none required
22:45:34 [2023-01-19T22:45:34.471Z] #75 92.47 checking that generated files are newer than configure... done
22:45:34 [2023-01-19T22:45:34.471Z] #75 92.48 configure: creating ./config.status
22:45:37 [2023-01-19T22:45:37.021Z] #75 95.22 config.status: creating Makefile
22:45:37 [2023-01-19T22:45:37.021Z] #75 95.29 config.status: creating rpm/crun.spec
22:45:37 [2023-01-19T22:45:37.281Z] #75 95.38 config.status: creating config.h
22:45:37 [2023-01-19T22:45:37.281Z] #75 95.41 config.status: executing libtool commands
22:45:37 [2023-01-19T22:45:37.281Z] #75 95.46 config.status: executing depfiles commands
22:45:38 [2023-01-19T22:45:38.675Z] #75 96.49 === configuring in libocispec (/tmp/crun-build/libocispec)
22:45:38 [2023-01-19T22:45:38.675Z] #75 96.52 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
22:45:38 [2023-01-19T22:45:38.675Z] #75 ...
22:45:38 [2023-01-19T22:45:38.675Z] 
22:45:38 [2023-01-19T22:45:38.675Z] #71 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
22:45:38 [2023-01-19T22:45:38.675Z] #71 DONE 123.6s
22:45:38 [2023-01-19T22:45:38.935Z] 
22:45:38 [2023-01-19T22:45:38.935Z] #75 [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
22:45:38 [2023-01-19T22:45:38.935Z] #75 96.94 checking for gcc... gcc
22:45:39 [2023-01-19T22:45:39.196Z] #75 97.10 checking whether the C compiler works... yes
22:45:39 [2023-01-19T22:45:39.196Z] #75 97.23 checking for C compiler default output file name... a.out
22:45:39 [2023-01-19T22:45:39.196Z] #75 97.23 checking for suffix of executables... 
22:45:39 [2023-01-19T22:45:39.764Z] #75 97.47 checking whether we are cross compiling... no
22:45:39 [2023-01-19T22:45:39.764Z] #75 97.82 checking for suffix of object files... o
22:45:40 [2023-01-19T22:45:40.024Z] #75 97.91 checking whether we are using the GNU C compiler... yes
22:45:40 [2023-01-19T22:45:40.024Z] #75 97.99 checking whether gcc accepts -g... yes
22:45:40 [2023-01-19T22:45:40.024Z] #75 98.05 checking for gcc option to accept ISO C89... none needed
22:45:40 [2023-01-19T22:45:40.283Z] #75 98.15 checking whether gcc understands -c and -o together... yes
22:45:40 [2023-01-19T22:45:40.283Z] #75 98.30 checking how to run the C preprocessor... gcc -E
22:45:40 [2023-01-19T22:45:40.283Z] #75 98.51 checking for grep that handles long lines and -e... /bin/grep
22:45:40 [2023-01-19T22:45:40.283Z] #75 98.52 checking for egrep... /bin/grep -E
22:45:40 [2023-01-19T22:45:40.802Z] #75 98.53 checking for ANSI C header files... yes
22:45:40 [2023-01-19T22:45:40.802Z] #75 98.85 checking for sys/types.h... yes
22:45:41 [2023-01-19T22:45:41.061Z] #75 99.04 checking for sys/stat.h... yes
22:45:41 [2023-01-19T22:45:41.061Z] #75 99.18 checking for stdlib.h... yes
22:45:41 [2023-01-19T22:45:41.061Z] #75 99.27 checking for string.h... yes
22:45:41 [2023-01-19T22:45:41.320Z] #75 99.35 checking for memory.h... yes
22:45:41 [2023-01-19T22:45:41.580Z] #75 99.44 checking for strings.h... yes
22:45:41 [2023-01-19T22:45:41.580Z] #75 99.64 checking for inttypes.h... yes
22:45:41 [2023-01-19T22:45:41.580Z] #75 99.72 checking for stdint.h... yes
22:45:41 [2023-01-19T22:45:41.840Z] #75 99.85 checking for unistd.h... yes
22:45:41 [2023-01-19T22:45:41.840Z] #75 99.97 checking minix/config.h usability... no
22:45:42 [2023-01-19T22:45:42.100Z] #75 100.1 checking minix/config.h presence... no
22:45:42 [2023-01-19T22:45:42.100Z] #75 100.1 checking for minix/config.h... no
22:45:42 [2023-01-19T22:45:42.100Z] #75 100.1 checking whether it is safe to define __EXTENSIONS__... yes
22:45:42 [2023-01-19T22:45:42.360Z] #75 100.3 checking build system type... aarch64-unknown-linux-gnu
22:45:42 [2023-01-19T22:45:42.360Z] #75 100.6 checking host system type... aarch64-unknown-linux-gnu
22:45:42 [2023-01-19T22:45:42.360Z] #75 100.6 checking how to print strings... printf
22:45:42 [2023-01-19T22:45:42.360Z] #75 100.6 checking for a sed that does not truncate output... /bin/sed
22:45:42 [2023-01-19T22:45:42.360Z] #75 100.6 checking for fgrep... /bin/grep -F
22:45:42 [2023-01-19T22:45:42.360Z] #75 100.6 checking for ld used by gcc... /usr/bin/ld
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.8 checking whether ln -s works... yes
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.8 checking the maximum length of command line arguments... 1572864
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.8 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.8 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.8 checking for /usr/bin/ld option to reload object files... -r
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.8 checking for objdump... objdump
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.8 checking how to recognize dependent libraries... pass_all
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.8 checking for dlltool... no
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.8 checking how to associate runtime and link libraries... printf %s\n
22:45:42 [2023-01-19T22:45:42.619Z] #75 100.8 checking for ar... ar
22:45:42 [2023-01-19T22:45:42.879Z] #75 100.8 checking for archiver @FILE support... @
22:45:42 [2023-01-19T22:45:42.879Z] #75 101.0 checking for strip... strip
22:45:42 [2023-01-19T22:45:42.879Z] #75 101.0 checking for ranlib... ranlib
22:45:42 [2023-01-19T22:45:42.879Z] #75 101.0 checking for gawk... no
22:45:42 [2023-01-19T22:45:42.879Z] #75 101.0 checking for mawk... mawk
22:45:43 [2023-01-19T22:45:43.139Z] #75 101.0 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:45:43 [2023-01-19T22:45:43.139Z] #75 101.3 checking for sysroot... no
22:45:43 [2023-01-19T22:45:43.139Z] #75 101.3 checking for a working dd... /bin/dd
22:45:43 [2023-01-19T22:45:43.139Z] #75 101.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
22:45:43 [2023-01-19T22:45:43.139Z] #75 101.3 checking for mt... no
22:45:43 [2023-01-19T22:45:43.139Z] #75 101.3 checking if : is a manifest tool... no
22:45:43 [2023-01-19T22:45:43.399Z] #75 101.3 checking for dlfcn.h... yes
22:45:43 [2023-01-19T22:45:43.399Z] #75 101.5 checking for objdir... .libs
22:45:43 [2023-01-19T22:45:43.399Z] #75 101.7 checking if gcc supports -fno-rtti -fno-exceptions... no
22:45:43 [2023-01-19T22:45:43.659Z] #75 101.7 checking for gcc option to produce PIC... -fPIC -DPIC
22:45:43 [2023-01-19T22:45:43.659Z] #75 101.7 checking if gcc PIC flag -fPIC -DPIC works... yes
22:45:43 [2023-01-19T22:45:43.919Z] #75 101.8 checking if gcc static flag -static works... yes
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.0 checking if gcc supports -c -o file.o... yes
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.2 checking if gcc supports -c -o file.o... (cached) yes
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.2 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.2 checking dynamic linker characteristics... GNU/Linux ld.so
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.4 checking how to hardcode library paths into programs... immediate
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.4 checking whether stripping libraries is possible... yes
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.4 checking if libtool supports shared libraries... yes
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.4 checking whether to build shared libraries... no
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.4 checking whether to build static libraries... yes
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.4 checking for a BSD-compatible install... /usr/bin/install -c
22:45:44 [2023-01-19T22:45:44.179Z] #75 102.5 checking whether build environment is sane... yes
22:45:44 [2023-01-19T22:45:44.439Z] #75 102.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
22:45:44 [2023-01-19T22:45:44.439Z] #75 102.5 checking whether make sets $(MAKE)... yes
22:45:44 [2023-01-19T22:45:44.439Z] #75 102.6 checking whether make supports the include directive... yes (GNU style)
22:45:44 [2023-01-19T22:45:44.439Z] #75 102.6 checking whether make supports nested variables... yes
22:45:44 [2023-01-19T22:45:44.439Z] #75 102.6 checking whether UID '0' is supported by ustar format... yes
22:45:44 [2023-01-19T22:45:44.439Z] #75 102.6 checking whether GID '0' is supported by ustar format... yes
22:45:44 [2023-01-19T22:45:44.439Z] #75 102.7 checking how to create a ustar tar archive... gnutar
22:45:44 [2023-01-19T22:45:44.699Z] #75 102.7 checking dependency style of gcc... gcc3
22:45:44 [2023-01-19T22:45:44.699Z] #75 102.8 checking whether to enable maintainer-specific portions of Makefiles... yes
22:45:44 [2023-01-19T22:45:44.699Z] #75 102.8 checking whether make supports nested variables... (cached) yes
22:45:44 [2023-01-19T22:45:44.699Z] #75 102.8 checking for pkg-config... /usr/bin/pkg-config
22:45:44 [2023-01-19T22:45:44.699Z] #75 102.8 checking pkg-config is at least version 0.9.0... yes
22:45:44 [2023-01-19T22:45:44.699Z] #75 102.8 checking for yajl >= 2.1.0... yes
22:45:44 [2023-01-19T22:45:44.699Z] #75 102.9 checking for a sed that does not truncate output... (cached) /bin/sed
22:45:44 [2023-01-19T22:45:44.699Z] #75 102.9 checking for gcc... (cached) gcc
22:45:44 [2023-01-19T22:45:44.959Z] #75 103.0 checking whether we are using the GNU C compiler... (cached) yes
22:45:44 [2023-01-19T22:45:44.959Z] #75 103.0 checking whether gcc accepts -g... (cached) yes
22:45:44 [2023-01-19T22:45:44.959Z] #75 103.0 checking for gcc option to accept ISO C89... (cached) none needed
22:45:44 [2023-01-19T22:45:44.959Z] #75 103.0 checking whether gcc understands -c and -o together... (cached) yes
22:45:44 [2023-01-19T22:45:44.959Z] #75 103.0 checking for a Python interpreter with version >= 3... python3
22:45:44 [2023-01-19T22:45:44.959Z] #75 103.0 checking for python3... /usr/bin/python3
22:45:44 [2023-01-19T22:45:44.959Z] #75 103.0 checking for python3 version... 3.9
22:45:44 [2023-01-19T22:45:44.959Z] #75 103.1 checking for python3 platform... linux
22:45:44 [2023-01-19T22:45:44.959Z] #75 103.1 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
22:45:45 [2023-01-19T22:45:45.222Z] #75 103.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
22:45:45 [2023-01-19T22:45:45.482Z] #75 103.4 checking that generated files are newer than configure... done
22:45:45 [2023-01-19T22:45:45.482Z] #75 103.5 configure: creating ./config.status
22:45:47 [2023-01-19T22:45:47.392Z] #75 105.5 config.status: creating Makefile
22:45:47 [2023-01-19T22:45:47.392Z] #75 105.5 config.status: creating config.h
22:45:47 [2023-01-19T22:45:47.392Z] #75 105.6 config.status: executing libtool commands
22:45:47 [2023-01-19T22:45:47.392Z] #75 105.6 config.status: executing depfiles commands
22:45:48 [2023-01-19T22:45:48.331Z] #75 106.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
22:45:48 [2023-01-19T22:45:48.331Z] #75 106.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
22:45:48 [2023-01-19T22:45:48.331Z] #75 106.5 checking for gcc... gcc
22:45:48 [2023-01-19T22:45:48.591Z] #75 106.6 checking whether the C compiler works... yes
22:45:48 [2023-01-19T22:45:48.591Z] #75 106.7 checking for C compiler default output file name... a.out
22:45:48 [2023-01-19T22:45:48.591Z] #75 106.7 checking for suffix of executables... 
22:45:48 [2023-01-19T22:45:48.910Z] #75 106.8 checking whether we are cross compiling... no
22:45:48 [2023-01-19T22:45:48.910Z] #75 106.9 checking for suffix of object files... o
22:45:48 [2023-01-19T22:45:48.910Z] #75 107.0 checking whether we are using the GNU C compiler... yes
22:45:49 [2023-01-19T22:45:49.185Z] #75 107.1 checking whether gcc accepts -g... yes
22:45:49 [2023-01-19T22:45:49.185Z] #75 107.2 checking for gcc option to accept ISO C89... none needed
22:45:49 [2023-01-19T22:45:49.185Z] #75 107.3 checking whether gcc understands -c and -o together... yes
22:45:49 [2023-01-19T22:45:49.185Z] #75 107.4 checking for a BSD-compatible install... /usr/bin/install -c
22:45:49 [2023-01-19T22:45:49.185Z] #75 107.4 checking whether build environment is sane... yes
22:45:49 [2023-01-19T22:45:49.185Z] #75 107.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
22:45:49 [2023-01-19T22:45:49.185Z] #75 107.5 checking for gawk... no
22:45:49 [2023-01-19T22:45:49.185Z] #75 107.5 checking for mawk... mawk
22:45:49 [2023-01-19T22:45:49.185Z] #75 107.5 checking whether make sets $(MAKE)... yes
22:45:49 [2023-01-19T22:45:49.446Z] #75 107.5 checking whether make supports the include directive... yes (GNU style)
22:45:49 [2023-01-19T22:45:49.446Z] #75 107.6 checking whether make supports nested variables... yes
22:45:49 [2023-01-19T22:45:49.446Z] #75 107.6 checking whether UID '0' is supported by ustar format... yes
22:45:49 [2023-01-19T22:45:49.446Z] #75 107.6 checking whether GID '0' is supported by ustar format... yes
22:45:49 [2023-01-19T22:45:49.446Z] #75 107.6 checking how to create a ustar tar archive... gnutar
22:45:49 [2023-01-19T22:45:49.713Z] #75 107.7 checking dependency style of gcc... gcc3
22:45:49 [2023-01-19T22:45:49.713Z] #75 107.9 checking whether to enable maintainer-specific portions of Makefiles... yes
22:45:49 [2023-01-19T22:45:49.713Z] #75 107.9 checking whether make supports nested variables... (cached) yes
22:45:49 [2023-01-19T22:45:49.976Z] #75 107.9 checking build system type... aarch64-unknown-linux-gnu
22:45:49 [2023-01-19T22:45:49.976Z] #75 108.1 checking host system type... aarch64-unknown-linux-gnu
22:45:49 [2023-01-19T22:45:49.976Z] #75 108.1 checking how to print strings... printf
22:45:49 [2023-01-19T22:45:49.976Z] #75 108.2 checking for a sed that does not truncate output... /bin/sed
22:45:49 [2023-01-19T22:45:49.976Z] #75 108.2 checking for grep that handles long lines and -e... /bin/grep
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.2 checking for egrep... /bin/grep -E
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.2 checking for fgrep... /bin/grep -F
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.2 checking for ld used by gcc... /usr/bin/ld
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.2 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.3 checking whether ln -s works... yes
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.3 checking the maximum length of command line arguments... 1572864
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.4 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.4 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.4 checking for /usr/bin/ld option to reload object files... -r
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.4 checking for objdump... objdump
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.4 checking how to recognize dependent libraries... pass_all
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.4 checking for dlltool... no
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.4 checking how to associate runtime and link libraries... printf %s\n
22:45:50 [2023-01-19T22:45:50.235Z] #75 108.4 checking for ar... ar
22:45:50 [2023-01-19T22:45:50.495Z] #75 108.4 checking for archiver @FILE support... @
22:45:50 [2023-01-19T22:45:50.495Z] #75 108.5 checking for strip... strip
22:45:50 [2023-01-19T22:45:50.495Z] #75 108.5 checking for ranlib... ranlib
22:45:50 [2023-01-19T22:45:50.754Z] #75 108.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:45:50 [2023-01-19T22:45:50.754Z] #75 108.8 checking for sysroot... no
22:45:50 [2023-01-19T22:45:50.754Z] #75 108.8 checking for a working dd... /bin/dd
22:45:50 [2023-01-19T22:45:50.754Z] #75 108.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
22:45:50 [2023-01-19T22:45:50.754Z] #75 108.9 checking for mt... no
22:45:50 [2023-01-19T22:45:50.754Z] #75 108.9 checking if : is a manifest tool... no
22:45:50 [2023-01-19T22:45:50.754Z] #75 108.9 checking how to run the C preprocessor... gcc -E
22:45:51 [2023-01-19T22:45:51.583Z] #75 109.1 checking for ANSI C header files... yes
22:45:51 [2023-01-19T22:45:51.583Z] #75 109.6 checking for sys/types.h... yes
22:45:51 [2023-01-19T22:45:51.583Z] #75 109.6 checking for sys/stat.h... yes
22:45:51 [2023-01-19T22:45:51.583Z] #75 109.8 checking for stdlib.h... yes
22:45:51 [2023-01-19T22:45:51.842Z] #75 109.9 checking for string.h... yes
22:45:51 [2023-01-19T22:45:51.842Z] #75 110.0 checking for memory.h... yes
22:45:52 [2023-01-19T22:45:52.101Z] #75 110.1 checking for strings.h... yes
22:45:52 [2023-01-19T22:45:52.360Z] #75 110.3 checking for inttypes.h... yes
22:45:52 [2023-01-19T22:45:52.360Z] #75 110.4 checking for stdint.h... yes
22:45:52 [2023-01-19T22:45:52.619Z] #75 110.6 checking for unistd.h... yes
22:45:52 [2023-01-19T22:45:52.878Z] #75 110.7 checking for dlfcn.h... yes
22:45:52 [2023-01-19T22:45:52.878Z] #75 110.8 checking for objdir... .libs
22:45:53 [2023-01-19T22:45:53.137Z] #75 111.1 checking if gcc supports -fno-rtti -fno-exceptions... no
22:45:53 [2023-01-19T22:45:53.138Z] #75 111.2 checking for gcc option to produce PIC... -fPIC -DPIC
22:45:53 [2023-01-19T22:45:53.138Z] #75 111.2 checking if gcc PIC flag -fPIC -DPIC works... yes
22:45:53 [2023-01-19T22:45:53.398Z] #75 111.3 checking if gcc static flag -static works... yes
22:45:53 [2023-01-19T22:45:53.398Z] #75 111.6 checking if gcc supports -c -o file.o... yes
22:45:53 [2023-01-19T22:45:53.398Z] #75 111.6 checking if gcc supports -c -o file.o... (cached) yes
22:45:53 [2023-01-19T22:45:53.398Z] #75 111.6 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:45:53 [2023-01-19T22:45:53.658Z] #75 111.7 checking dynamic linker characteristics... GNU/Linux ld.so
22:45:53 [2023-01-19T22:45:53.658Z] #75 111.9 checking how to hardcode library paths into programs... immediate
22:45:53 [2023-01-19T22:45:53.658Z] #75 111.9 checking whether stripping libraries is possible... yes
22:45:53 [2023-01-19T22:45:53.658Z] #75 111.9 checking if libtool supports shared libraries... yes
22:45:53 [2023-01-19T22:45:53.658Z] #75 111.9 checking whether to build shared libraries... no
22:45:53 [2023-01-19T22:45:53.658Z] #75 111.9 checking whether to build static libraries... yes
22:45:53 [2023-01-19T22:45:53.658Z] #75 111.9 checking float.h usability... yes
22:45:53 [2023-01-19T22:45:53.918Z] #75 112.0 checking float.h presence... yes
22:45:53 [2023-01-19T22:45:53.918Z] #75 112.0 checking for float.h... yes
22:45:53 [2023-01-19T22:45:53.918Z] #75 112.0 checking limits.h usability... yes
22:45:53 [2023-01-19T22:45:53.918Z] #75 112.1 checking limits.h presence... yes
22:45:53 [2023-01-19T22:45:53.918Z] #75 112.2 checking for limits.h... yes
22:45:54 [2023-01-19T22:45:54.178Z] #75 112.2 checking stddef.h usability... yes
22:45:54 [2023-01-19T22:45:54.178Z] #75 112.3 checking stddef.h presence... yes
22:45:54 [2023-01-19T22:45:54.178Z] #75 112.3 checking for stddef.h... yes
22:45:54 [2023-01-19T22:45:54.178Z] #75 112.3 checking for stdlib.h... (cached) yes
22:45:54 [2023-01-19T22:45:54.178Z] #75 112.3 checking for string.h... (cached) yes
22:45:54 [2023-01-19T22:45:54.178Z] #75 112.4 checking sys/time.h usability... yes
22:45:54 [2023-01-19T22:45:54.178Z] #75 112.5 checking sys/time.h presence... yes
22:45:54 [2023-01-19T22:45:54.438Z] #75 112.5 checking for sys/time.h... yes
22:45:54 [2023-01-19T22:45:54.438Z] #75 112.5 checking for inline... inline
22:45:54 [2023-01-19T22:45:54.698Z] #75 112.6 checking for size_t... yes
22:45:54 [2023-01-19T22:45:54.958Z] #75 112.9 checking for stdlib.h... (cached) yes
22:45:54 [2023-01-19T22:45:54.958Z] #75 112.9 checking for GNU libc compatible malloc... yes
22:45:54 [2023-01-19T22:45:54.958Z] #75 113.1 checking for stdlib.h... (cached) yes
22:45:55 [2023-01-19T22:45:55.217Z] #75 113.1 checking for GNU libc compatible realloc... yes
22:45:55 [2023-01-19T22:45:55.217Z] #75 113.3 checking for working strtod... yes
22:45:55 [2023-01-19T22:45:55.477Z] #75 113.4 checking for gettimeofday... yes
22:45:55 [2023-01-19T22:45:55.737Z] #75 113.6 checking for memset... yes
22:45:55 [2023-01-19T22:45:55.997Z] #75 113.8 checking for strspn... yes
22:45:55 [2023-01-19T22:45:55.997Z] #75 114.1 checking that generated files are newer than configure... done
22:45:55 [2023-01-19T22:45:55.997Z] #75 114.1 configure: creating ./config.status
22:45:57 [2023-01-19T22:45:57.904Z] #75 116.2 config.status: creating Makefile
22:45:58 [2023-01-19T22:45:58.163Z] #75 116.2 config.status: creating config.h
22:45:58 [2023-01-19T22:45:58.163Z] #75 116.3 config.status: executing depfiles commands
22:45:58 [2023-01-19T22:45:58.163Z] #75 116.4 config.status: executing libtool commands
22:45:59 [2023-01-19T22:45:59.104Z] #75 117.1   GEN      .version
22:45:59 [2023-01-19T22:45:59.104Z] #75 117.2 make  install-recursive
22:45:59 [2023-01-19T22:45:59.104Z] #75 117.2 make[1]: Entering directory '/tmp/crun-build'
22:45:59 [2023-01-19T22:45:59.104Z] #75 117.2 Making install in libocispec
22:45:59 [2023-01-19T22:45:59.104Z] #75 117.2 make[2]: Entering directory '/tmp/crun-build/libocispec'
22:45:59 [2023-01-19T22:45:59.104Z] #75 117.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
22:45:59 [2023-01-19T22:45:59.104Z] #75 117.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
22:45:59 [2023-01-19T22:45:59.104Z] #75 117.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
22:45:59 [2023-01-19T22:45:59.104Z] #75 117.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.9 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.9 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.9 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.9 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.9 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.9 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
22:45:59 [2023-01-19T22:45:59.673Z] #75 117.9 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.5 make  install-recursive
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.5 make[3]: Entering directory '/tmp/crun-build/libocispec'
22:46:00 [2023-01-19T22:46:00.243Z] #75 118.5 Making install in yajl
22:46:00 [2023-01-19T22:46:00.502Z] #75 118.6 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
22:46:00 [2023-01-19T22:46:00.502Z] #75 118.6   CC       verify/json_verify-json_verify.o
22:46:00 [2023-01-19T22:46:00.502Z] #75 118.6   CC       src/libyajl_la-yajl_alloc.lo
22:46:00 [2023-01-19T22:46:00.502Z] #75 118.6   CC       src/libyajl_la-yajl.lo
22:46:00 [2023-01-19T22:46:00.502Z] #75 118.7   CC       src/libyajl_la-yajl_gen.lo
22:46:00 [2023-01-19T22:46:00.502Z] #75 118.7   CC       src/libyajl_la-yajl_parser.lo
22:46:00 [2023-01-19T22:46:00.502Z] #75 118.7   CC       src/libyajl_la-yajl_buf.lo
22:46:00 [2023-01-19T22:46:00.502Z] #75 118.8   CC       src/libyajl_la-yajl_encode.lo
22:46:00 [2023-01-19T22:46:00.761Z] #75 118.8   CC       src/libyajl_la-yajl_lex.lo
22:46:00 [2023-01-19T22:46:00.761Z] #75 118.8   CC       src/libyajl_la-yajl_tree.lo
22:46:04 [2023-01-19T22:46:04.957Z] #75 122.6   CCLD     libyajl.la
22:46:04 [2023-01-19T22:46:04.957Z] #75 122.9   CCLD     verify/json_verify
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.2 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.2 make[5]: Nothing to be done for 'install-exec-am'.
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.2 make[5]: Nothing to be done for 'install-data-am'.
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.2 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.3 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.3 make[4]: Entering directory '/tmp/crun-build/libocispec'
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.4   CC       src/validate.o
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.4   CC       src/image_spec_schema_config_schema.lo
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.4   CC       src/image_spec_schema_content_descriptor.lo
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.4   CC       src/image_spec_schema_defs.lo
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.4   CC       src/image_spec_schema_defs_descriptor.lo
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.4   CC       src/image_spec_schema_image_index_schema.lo
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.4   CC       src/image_spec_schema_image_layout_schema.lo
22:46:05 [2023-01-19T22:46:05.217Z] #75 123.5   CC       src/image_spec_schema_image_manifest_schema.lo
22:46:05 [2023-01-19T22:46:05.477Z] #75 123.5   CC       src/runtime_spec_schema_config_linux.lo
22:46:05 [2023-01-19T22:46:05.478Z] #75 123.6   CC       src/runtime_spec_schema_config_zos.lo
22:46:05 [2023-01-19T22:46:05.478Z] #75 123.6   CC       src/runtime_spec_schema_config_schema.lo
22:46:05 [2023-01-19T22:46:05.478Z] #75 123.6   CC       src/runtime_spec_schema_config_solaris.lo
22:46:05 [2023-01-19T22:46:05.478Z] #75 123.7   CC       src/runtime_spec_schema_config_vm.lo
22:46:05 [2023-01-19T22:46:05.478Z] #75 123.7   CC       src/runtime_spec_schema_config_windows.lo
22:46:05 [2023-01-19T22:46:05.737Z] #75 123.8   CC       src/runtime_spec_schema_defs.lo
22:46:05 [2023-01-19T22:46:05.737Z] #75 123.8   CC       src/runtime_spec_schema_defs_linux.lo
22:46:05 [2023-01-19T22:46:05.737Z] #75 123.9   CC       src/runtime_spec_schema_defs_zos.lo
22:46:05 [2023-01-19T22:46:05.737Z] #75 124.0   CC       src/runtime_spec_schema_defs_vm.lo
22:46:05 [2023-01-19T22:46:05.997Z] #75 124.1   CC       src/runtime_spec_schema_defs_windows.lo
22:46:05 [2023-01-19T22:46:05.997Z] #75 124.1   CC       src/runtime_spec_schema_state_schema.lo
22:46:05 [2023-01-19T22:46:05.997Z] #75 124.2   CC       src/image_manifest_items_image_manifest_items_schema.lo
22:46:06 [2023-01-19T22:46:06.258Z] #75 124.4   CC       src/basic_test_double_array_item.lo
22:46:06 [2023-01-19T22:46:06.258Z] #75 124.5   CC       src/basic_test_double_array.lo
22:46:06 [2023-01-19T22:46:06.517Z] #75 124.6   CC       src/basic_test_top_array_int.lo
22:46:06 [2023-01-19T22:46:06.517Z] #75 124.7   CC       src/basic_test_top_array_string.lo
22:46:06 [2023-01-19T22:46:06.517Z] #75 124.8   CC       src/basic_test_top_double_array_int.lo
22:46:06 [2023-01-19T22:46:06.776Z] #75 124.9   CC       src/basic_test_top_double_array_obj.lo
22:46:07 [2023-01-19T22:46:07.035Z] #75 125.0   CC       src/basic_test_top_double_array_refobj.lo
22:46:07 [2023-01-19T22:46:07.035Z] #75 125.1   CC       src/basic_test_top_double_array_string.lo
22:46:07 [2023-01-19T22:46:07.035Z] #75 125.3   CC       src/read-file.lo
22:46:07 [2023-01-19T22:46:07.294Z] #75 125.5   CC       src/json_common.lo
22:46:07 [2023-01-19T22:46:07.294Z] #75 125.5   CC       tests/test-1.o
22:46:07 [2023-01-19T22:46:07.553Z] #75 125.7   CC       tests/test-2.o
22:46:07 [2023-01-19T22:46:07.553Z] #75 125.9   CC       tests/test-3.o
22:46:07 [2023-01-19T22:46:07.812Z] #75 125.9   CC       tests/test-4.o
22:46:07 [2023-01-19T22:46:07.812Z] #75 126.0   CC       tests/test-5.o
22:46:08 [2023-01-19T22:46:08.072Z] #75 126.3   CC       tests/test-6.o
22:46:08 [2023-01-19T22:46:08.072Z] #75 126.3   CC       tests/test-7.o
22:46:08 [2023-01-19T22:46:08.332Z] #75 126.5   CC       tests/test-8.o
22:46:08 [2023-01-19T22:46:08.332Z] #75 126.5   CC       tests/test-9.o
22:46:08 [2023-01-19T22:46:08.332Z] #75 126.5   CC       tests/test-10.o
22:46:08 [2023-01-19T22:46:08.592Z] #75 126.6   CC       tests/test-11.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 154.4   CCLD     libocispec.la
22:46:40 [2023-01-19T22:46:40.691Z] #75 154.8   CCLD     src/validate
22:46:40 [2023-01-19T22:46:40.691Z] #75 154.8   CCLD     tests/test-1
22:46:40 [2023-01-19T22:46:40.691Z] #75 154.8   CCLD     tests/test-2
22:46:40 [2023-01-19T22:46:40.691Z] #75 154.8   CCLD     tests/test-3
22:46:40 [2023-01-19T22:46:40.691Z] #75 154.9   CCLD     tests/test-4
22:46:40 [2023-01-19T22:46:40.691Z] #75 154.9   CCLD     tests/test-5
22:46:40 [2023-01-19T22:46:40.691Z] #75 155.0   CCLD     tests/test-7
22:46:40 [2023-01-19T22:46:40.691Z] #75 155.1   CCLD     tests/test-6
22:46:40 [2023-01-19T22:46:40.691Z] #75 155.1   CCLD     tests/test-8
22:46:40 [2023-01-19T22:46:40.691Z] #75 155.2   CCLD     tests/test-9
22:46:40 [2023-01-19T22:46:40.691Z] #75 155.3   CCLD     tests/test-10
22:46:40 [2023-01-19T22:46:40.691Z] #75 155.3 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
22:46:40 [2023-01-19T22:46:40.691Z] #75 155.4   CCLD     tests/test-11
22:46:40 [2023-01-19T22:46:40.691Z] #75 156.8 libtool: link: ar cr libocispec.a 
22:46:40 [2023-01-19T22:46:40.691Z] #75 156.9 libtool: link: ranlib libocispec.a
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.3 make[5]: Entering directory '/tmp/crun-build/libocispec'
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.3 make[5]: Nothing to be done for 'install-exec-am'.
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.3 make[5]: Nothing to be done for 'install-data-am'.
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.3 make[5]: Leaving directory '/tmp/crun-build/libocispec'
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.3 make[4]: Leaving directory '/tmp/crun-build/libocispec'
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.3 make[3]: Leaving directory '/tmp/crun-build/libocispec'
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.3 make[2]: Leaving directory '/tmp/crun-build/libocispec'
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.3 make[2]: Entering directory '/tmp/crun-build'
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.5   CC       src/libcrun/libcrun_testing_a-utils.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.5   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.5   CC       src/libcrun/libcrun_testing_a-container.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.5   CC       src/libcrun/libcrun_testing_a-cgroup.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.5   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.5   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.6   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.6   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.7   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.7   CC       src/libcrun/libcrun_testing_a-criu.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.7   CC       src/libcrun/libcrun_testing_a-custom-handler.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.7   CC       src/libcrun/libcrun_testing_a-linux.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.8   CC       src/libcrun/libcrun_testing_a-seccomp.o
22:46:40 [2023-01-19T22:46:40.691Z] #75 158.9   CC       src/libcrun/libcrun_testing_a-ebpf.o
22:46:40 [2023-01-19T22:46:40.951Z] #75 159.0   CC       src/libcrun/libcrun_testing_a-error.o
22:46:40 [2023-01-19T22:46:40.951Z] #75 159.1   CC       src/libcrun/libcrun_testing_a-status.o
22:46:40 [2023-01-19T22:46:40.951Z] #75 159.2   CC       src/libcrun/libcrun_testing_a-terminal.o
22:46:40 [2023-01-19T22:46:40.951Z] #75 159.3   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
22:46:41 [2023-01-19T22:46:41.211Z] #75 159.3   CC       src/libcrun/libcrun_testing_a-signals.o
22:46:41 [2023-01-19T22:46:41.212Z] #75 159.4   CC       src/libcrun/libcrun_testing_a-mount_flags.o
22:46:41 [2023-01-19T22:46:41.472Z] #75 159.7   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
22:46:41 [2023-01-19T22:46:41.732Z] #75 159.9   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
22:46:41 [2023-01-19T22:46:41.732Z] #75 159.9   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
22:46:41 [2023-01-19T22:46:41.732Z] #75 160.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
22:46:41 [2023-01-19T22:46:41.991Z] #75 160.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
22:46:41 [2023-01-19T22:46:41.991Z] #75 160.1   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
22:46:42 [2023-01-19T22:46:42.251Z] #75 160.3   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
22:46:42 [2023-01-19T22:46:42.511Z] #75 160.6   CC       src/crun-crun.o
22:46:42 [2023-01-19T22:46:42.771Z] #75 160.8   CC       src/crun-delete.o
22:46:42 [2023-01-19T22:46:42.771Z] #75 160.9   CC       src/crun-run.o
22:46:42 [2023-01-19T22:46:42.771Z] #75 160.9   CC       src/crun-kill.o
22:46:42 [2023-01-19T22:46:42.771Z] #75 160.9   CC       src/crun-pause.o
22:46:43 [2023-01-19T22:46:43.031Z] #75 161.0   CC       src/crun-unpause.o
22:46:43 [2023-01-19T22:46:43.031Z] #75 161.2   CC       src/crun-spec.o
22:46:43 [2023-01-19T22:46:43.031Z] #75 161.2   CC       src/crun-exec.o
22:46:43 [2023-01-19T22:46:43.291Z] #75 161.3   CC       src/crun-list.o
22:46:43 [2023-01-19T22:46:43.291Z] #75 161.6   CC       src/crun-create.o
22:46:43 [2023-01-19T22:46:43.861Z] #75 161.8   CC       src/crun-start.o
22:46:43 [2023-01-19T22:46:43.861Z] #75 161.8   CC       src/crun-state.o
22:46:43 [2023-01-19T22:46:43.861Z] #75 161.8   CC       src/crun-update.o
22:46:43 [2023-01-19T22:46:43.861Z] #75 161.9   CC       src/crun-ps.o
22:46:43 [2023-01-19T22:46:43.861Z] #75 162.0   CC       src/crun-checkpoint.o
22:46:43 [2023-01-19T22:46:43.861Z] #75 162.2   CC       src/crun-restore.o
22:46:44 [2023-01-19T22:46:44.121Z] #75 162.2   CC       src/libcrun/libcrun_la-utils.lo
22:46:44 [2023-01-19T22:46:44.121Z] #75 162.2   CC       src/libcrun/libcrun_la-cloned_binary.lo
22:46:44 [2023-01-19T22:46:44.381Z] #75 162.5   CC       src/libcrun/libcrun_la-container.lo
22:46:44 [2023-01-19T22:46:44.641Z] #75 162.8   CC       src/libcrun/libcrun_la-cgroup.lo
22:46:44 [2023-01-19T22:46:44.641Z] #75 162.9   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
22:46:44 [2023-01-19T22:46:44.901Z] #75 163.0   CC       src/libcrun/libcrun_la-cgroup-resources.lo
22:46:45 [2023-01-19T22:46:45.160Z] #75 163.4   CC       src/libcrun/libcrun_la-cgroup-setup.lo
22:46:45 [2023-01-19T22:46:45.420Z] #75 163.5   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
22:46:45 [2023-01-19T22:46:45.420Z] #75 163.6   CC       src/libcrun/libcrun_la-cgroup-utils.lo
22:46:45 [2023-01-19T22:46:45.989Z] #75 164.1   CC       src/libcrun/libcrun_la-criu.lo
22:46:45 [2023-01-19T22:46:45.989Z] #75 164.3   CC       src/libcrun/libcrun_la-custom-handler.lo
22:46:46 [2023-01-19T22:46:46.249Z] #75 164.4   CC       src/libcrun/libcrun_la-linux.lo
22:46:46 [2023-01-19T22:46:46.509Z] #75 164.6   CC       src/libcrun/libcrun_la-seccomp.lo
22:46:46 [2023-01-19T22:46:46.769Z] #75 165.0   CC       src/libcrun/libcrun_la-ebpf.lo
22:46:47 [2023-01-19T22:46:47.028Z] #75 165.1   CC       src/libcrun/libcrun_la-error.lo
22:46:47 [2023-01-19T22:46:47.028Z] #75 165.3   CC       src/libcrun/libcrun_la-status.lo
22:46:47 [2023-01-19T22:46:47.287Z] #75 165.4   CC       src/libcrun/libcrun_la-terminal.lo
22:46:47 [2023-01-19T22:46:47.547Z] #75 ...
22:46:47 [2023-01-19T22:46:47.547Z] 
22:46:47 [2023-01-19T22:46:47.547Z] #77 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...)
22:46:47 [2023-01-19T22:46:47.547Z] #77 DONE 163.0s
22:46:47 [2023-01-19T22:46:47.547Z] 
22:46:47 [2023-01-19T22:46:47.547Z] #75 [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
22:46:47 [2023-01-19T22:46:47.547Z] #75 165.7   CC       src/libcrun/libcrun_la-chroot_realpath.lo
22:46:48 [2023-01-19T22:46:48.489Z] #75 ...
22:46:48 [2023-01-19T22:46:48.490Z] 
22:46:48 [2023-01-19T22:46:48.490Z] #83 [dev-systemd-false  1/20] COPY --from=dockercli     /build/ /usr/local/cli
22:46:48 [2023-01-19T22:46:48.490Z] #83 DONE 0.1s
22:46:48 [2023-01-19T22:46:48.490Z] 
22:46:48 [2023-01-19T22:46:48.490Z] #75 [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
22:46:48 [2023-01-19T22:46:48.490Z] #75 166.4   CC       src/libcrun/libcrun_la-signals.lo
22:46:48 [2023-01-19T22:46:48.490Z] #75 ...
22:46:48 [2023-01-19T22:46:48.490Z] 
22:46:48 [2023-01-19T22:46:48.490Z] #84 [dev-systemd-false  2/20] COPY --from=frozen-images /build/ /docker-frozen-images
22:46:48 [2023-01-19T22:46:48.490Z] #84 DONE 0.1s
22:46:48 [2023-01-19T22:46:48.490Z] 
22:46:48 [2023-01-19T22:46:48.490Z] #75 [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
22:46:48 [2023-01-19T22:46:48.490Z] #75 166.7   CC       src/libcrun/libcrun_la-mount_flags.lo
22:46:48 [2023-01-19T22:46:48.750Z] #75 ...
22:46:48 [2023-01-19T22:46:48.750Z] 
22:46:48 [2023-01-19T22:46:48.750Z] #85 [dev-systemd-false  3/20] COPY --from=swagger       /build/ /usr/local/bin/
22:46:48 [2023-01-19T22:46:48.750Z] #85 DONE 0.3s
22:46:48 [2023-01-19T22:46:48.750Z] 
22:46:48 [2023-01-19T22:46:48.750Z] #86 [dev-systemd-false  4/20] COPY --from=delve         /build/ /usr/local/bin/
22:46:49 [2023-01-19T22:46:49.009Z] #86 DONE 0.3s
22:46:49 [2023-01-19T22:46:49.009Z] 
22:46:49 [2023-01-19T22:46:49.009Z] #87 [dev-systemd-false  5/20] COPY --from=tomll         /build/ /usr/local/bin/
22:46:49 [2023-01-19T22:46:49.009Z] #87 DONE 0.0s
22:46:49 [2023-01-19T22:46:49.009Z] 
22:46:49 [2023-01-19T22:46:49.009Z] #88 [dev-systemd-false  6/20] COPY --from=gowinres      /build/ /usr/local/bin/
22:46:49 [2023-01-19T22:46:49.277Z] #88 DONE 0.1s
22:46:49 [2023-01-19T22:46:49.277Z] 
22:46:49 [2023-01-19T22:46:49.277Z] #89 [dev-systemd-false  7/20] COPY --from=tini          /build/ /usr/local/bin/
22:46:49 [2023-01-19T22:46:49.277Z] #89 DONE 0.0s
22:46:49 [2023-01-19T22:46:49.277Z] 
22:46:49 [2023-01-19T22:46:49.277Z] #75 [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
22:46:49 [2023-01-19T22:46:49.277Z] #75 167.1   CC       src/libcrun/libcrun_la-seccomp_notify.lo
22:46:49 [2023-01-19T22:46:49.277Z] #75 167.2   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
22:46:49 [2023-01-19T22:46:49.277Z] #75 ...
22:46:49 [2023-01-19T22:46:49.277Z] 
22:46:49 [2023-01-19T22:46:49.277Z] #90 [dev-systemd-false  8/20] COPY --from=registry      /build/ /usr/local/bin/
22:46:49 [2023-01-19T22:46:49.277Z] #90 DONE 0.1s
22:46:49 [2023-01-19T22:46:49.277Z] 
22:46:49 [2023-01-19T22:46:49.277Z] #91 [dev-systemd-false  9/20] COPY --from=criu          /build/ /usr/local/bin/
22:46:49 [2023-01-19T22:46:49.277Z] #91 DONE 0.0s
22:46:49 [2023-01-19T22:46:49.536Z] 
22:46:49 [2023-01-19T22:46:49.536Z] #92 [dev-systemd-false 10/20] COPY --from=gotestsum     /build/ /usr/local/bin/
22:46:49 [2023-01-19T22:46:49.536Z] #92 DONE 0.1s
22:46:49 [2023-01-19T22:46:49.536Z] 
22:46:49 [2023-01-19T22:46:49.536Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:46:49 [2023-01-19T22:46:49.796Z] #80 ...
22:46:49 [2023-01-19T22:46:49.796Z] 
22:46:49 [2023-01-19T22:46:49.796Z] #75 [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
22:46:49 [2023-01-19T22:46:49.796Z] #75 167.9   CC       src/libcrun/handlers/libcrun_la-krun.lo
22:46:50 [2023-01-19T22:46:50.364Z] #75 168.3   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
22:46:50 [2023-01-19T22:46:50.364Z] #75 168.5   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
22:46:50 [2023-01-19T22:46:50.624Z] #75 168.7   CC       tests/init.o
22:46:50 [2023-01-19T22:46:50.624Z] #75 168.8   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
22:46:57 [2023-01-19T22:46:57.199Z] #75 ...
22:46:57 [2023-01-19T22:46:57.199Z] 
22:46:57 [2023-01-19T22:46:57.199Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
22:46:57 [2023-01-19T22:46:57.199Z] #76 DONE 174.0s
22:46:57 [2023-01-19T22:46:57.199Z] 
22:46:57 [2023-01-19T22:46:57.199Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:47:03 [2023-01-19T22:47:03.863Z] #80 ...
22:47:03 [2023-01-19T22:47:03.863Z] 
22:47:03 [2023-01-19T22:47:03.863Z] #75 [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
22:47:03 [2023-01-19T22:47:03.863Z] #75 181.5   CCLD     tests/init
22:47:16 [2023-01-19T22:47:16.076Z] #75 192.6   AR       libcrun_testing.a
22:47:16 [2023-01-19T22:47:16.076Z] #75 192.6 ar: `u' modifier ignored since `D' is the default (see `U')
22:47:16 [2023-01-19T22:47:16.076Z] #75 192.6   CCLD     tests/tests_libcrun_utils
22:47:16 [2023-01-19T22:47:16.076Z] #75 192.6   CCLD     tests/tests_libcrun_errors
22:47:16 [2023-01-19T22:47:16.076Z] #75 192.7   CCLD     tests/tests_libcrun_fuzzer
22:47:16 [2023-01-19T22:47:16.076Z] #75 193.5   CCLD     libcrun.la
22:47:16 [2023-01-19T22:47:16.076Z] #75 193.9   CCLD     crun
22:47:16 [2023-01-19T22:47:16.076Z] #75 194.3 make[3]: Entering directory '/tmp/crun-build'
22:47:16 [2023-01-19T22:47:16.337Z] #75 194.4  /bin/mkdir -p '/usr/local/lib'
22:47:16 [2023-01-19T22:47:16.337Z] #75 194.4  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
22:47:16 [2023-01-19T22:47:16.337Z] #75 194.4  /bin/mkdir -p '/usr/local/share/man/man1'
22:47:16 [2023-01-19T22:47:16.337Z] #75 194.5  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
22:47:16 [2023-01-19T22:47:16.337Z] #75 194.5 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
22:47:16 [2023-01-19T22:47:16.337Z] #75 194.5 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
22:47:16 [2023-01-19T22:47:16.337Z] #75 194.6 libtool: install: chmod 644 /usr/local/lib/libcrun.a
22:47:16 [2023-01-19T22:47:16.337Z] #75 194.6 libtool: install: ranlib /usr/local/lib/libcrun.a
22:47:16 [2023-01-19T22:47:16.337Z] #75 194.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
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 ----------------------------------------------------------------------
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 Libraries have been installed in:
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7    /usr/local/lib
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 If you ever happen to want to link against installed libraries
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 in a given directory, LIBDIR, you must either use libtool, and
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 specify the full pathname of the library, or use the '-LLIBDIR'
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 flag during linking and do at least one of the following:
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7      during execution
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7    - add LIBDIR to the 'LD_RUN_PATH' environment variable
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7      during linking
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 See any operating system documentation about shared libraries for
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 more information, such as the ld(1) and ld.so(8) manual pages.
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7 ----------------------------------------------------------------------
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7  /bin/mkdir -p '/build'
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.7   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.8 libtool: install: /usr/bin/install -c crun /build/crun
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.8 make[3]: Leaving directory '/tmp/crun-build'
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.8 make[2]: Leaving directory '/tmp/crun-build'
22:47:16 [2023-01-19T22:47:16.598Z] #75 194.8 make[1]: Leaving directory '/tmp/crun-build'
22:47:16 [2023-01-19T22:47:16.858Z] #75 DONE 195.0s
22:47:16 [2023-01-19T22:47:16.858Z] 
22:47:16 [2023-01-19T22:47:16.858Z] #65 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
22:47:18 [2023-01-19T22:47:18.240Z] #65 ...
22:47:18 [2023-01-19T22:47:18.240Z] 
22:47:18 [2023-01-19T22:47:18.240Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:47:18 [2023-01-19T22:47:18.240Z] #80 181.8 + bin/containerd
22:47:23 [2023-01-19T22:47:23.524Z] #80 ...
22:47:23 [2023-01-19T22:47:23.524Z] 
22:47:23 [2023-01-19T22:47:23.524Z] #65 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
22:47:23 [2023-01-19T22:47:23.524Z] #65 253.4 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown)
22:47:23 [2023-01-19T22:47:23.524Z] #65 DONE 253.6s
22:47:23 [2023-01-19T22:47:23.524Z] 
22:47:23 [2023-01-19T22:47:23.524Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:47:24 [2023-01-19T22:47:24.477Z] #80 ...
22:47:24 [2023-01-19T22:47:24.477Z] 
22:47:24 [2023-01-19T22:47:24.477Z] #93 [dev-systemd-false 11/20] COPY --from=golangci_lint /build/ /usr/local/bin/
22:47:24 [2023-01-19T22:47:24.477Z] #93 DONE 0.1s
22:47:24 [2023-01-19T22:47:24.477Z] 
22:47:24 [2023-01-19T22:47:24.477Z] #94 [dev-systemd-false 12/20] COPY --from=shfmt         /build/ /usr/local/bin/
22:47:24 [2023-01-19T22:47:24.477Z] #94 DONE 0.1s
22:47:24 [2023-01-19T22:47:24.477Z] 
22:47:24 [2023-01-19T22:47:24.477Z] #95 [dev-systemd-false 13/20] COPY --from=runc          /build/ /usr/local/bin/
22:47:24 [2023-01-19T22:47:24.736Z] #95 DONE 0.1s
22:47:24 [2023-01-19T22:47:24.736Z] 
22:47:24 [2023-01-19T22:47:24.736Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:47:56 [2023-01-19T22:47:56.830Z] #80 220.6 + bin/containerd-stress
22:47:58 [2023-01-19T22:47:58.208Z] #80 221.7 + bin/containerd-shim
22:47:58 [2023-01-19T22:47:58.777Z] #80 222.4 + bin/containerd-shim-runc-v1
22:47:59 [2023-01-19T22:47:59.719Z] #80 223.3 + bin/containerd-shim-runc-v2
22:48:00 [2023-01-19T22:48:00.288Z] #80 224.1 + binaries
22:48:00 [2023-01-19T22:48:00.856Z] #80 DONE 224.5s
22:48:01 [2023-01-19T22:48:01.424Z] 
22:48:01 [2023-01-19T22:48:01.424Z] #96 [dev-systemd-false 14/20] COPY --from=containerd    /build/ /usr/local/bin/
22:48:02 [2023-01-19T22:48:02.360Z] #96 DONE 0.6s
22:48:02 [2023-01-19T22:48:02.360Z] 
22:48:02 [2023-01-19T22:48:02.360Z] #97 [dev-systemd-false 15/20] COPY --from=rootlesskit   /build/ /usr/local/bin/
22:48:02 [2023-01-19T22:48:02.360Z] #97 DONE 0.4s
22:48:02 [2023-01-19T22:48:02.619Z] 
22:48:02 [2023-01-19T22:48:02.619Z] #98 [dev-systemd-false 16/20] COPY --from=vpnkit        /       /usr/local/bin/
22:48:03 [2023-01-19T22:48:03.556Z] #98 DONE 1.0s
22:48:03 [2023-01-19T22:48:03.556Z] 
22:48:03 [2023-01-19T22:48:03.556Z] #99 [dev-systemd-false 17/20] COPY --from=containerutil /build/ /usr/local/bin/
22:48:03 [2023-01-19T22:48:03.556Z] #99 DONE 0.0s
22:48:03 [2023-01-19T22:48:03.556Z] 
22:48:03 [2023-01-19T22:48:03.556Z] #100 [dev-systemd-false 18/20] COPY --from=crun          /build/ /usr/local/bin/
22:48:03 [2023-01-19T22:48:03.556Z] #100 DONE 0.1s
22:48:03 [2023-01-19T22:48:03.556Z] 
22:48:03 [2023-01-19T22:48:03.556Z] #101 [dev-systemd-false 19/20] COPY hack/dockerfile/etc/docker/  /etc/docker/
22:48:03 [2023-01-19T22:48:03.556Z] #101 DONE 0.1s
22:48:03 [2023-01-19T22:48:03.816Z] 
22:48:03 [2023-01-19T22:48:03.816Z] #102 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
22:48:03 [2023-01-19T22:48:03.816Z] #102 DONE 0.0s
22:48:03 [2023-01-19T22:48:03.816Z] 
22:48:03 [2023-01-19T22:48:03.816Z] #103 [dev-base  1/10] RUN groupadd -r docker
22:48:04 [2023-01-19T22:48:04.077Z] #103 DONE 0.4s
22:48:04 [2023-01-19T22:48:04.077Z] 
22:48:04 [2023-01-19T22:48:04.077Z] #104 [dev-base  2/10] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
22:48:04 [2023-01-19T22:48:04.645Z] #104 DONE 0.5s
22:48:04 [2023-01-19T22:48:04.645Z] 
22:48:04 [2023-01-19T22:48:04.645Z] #105 [dev-base  3/10] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
22:48:04 [2023-01-19T22:48:04.903Z] #105 0.412 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:48:05 [2023-01-19T22:48:05.163Z] #105 DONE 0.4s
22:48:05 [2023-01-19T22:48:05.163Z] 
22:48:05 [2023-01-19T22:48:05.163Z] #106 [dev-base  4/10] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
22:48:05 [2023-01-19T22:48:05.423Z] #106 DONE 0.4s
22:48:05 [2023-01-19T22:48:05.423Z] 
22:48:05 [2023-01-19T22:48:05.423Z] #107 [dev-base  5/10] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
22:48:05 [2023-01-19T22:48:05.991Z] #107 DONE 0.4s
22:48:05 [2023-01-19T22:48:05.991Z] 
22:48:05 [2023-01-19T22:48:05.991Z] #108 [dev-base  6/10] RUN ldconfig
22:48:06 [2023-01-19T22:48:06.563Z] #108 DONE 0.5s
22:48:06 [2023-01-19T22:48:06.563Z] 
22:48:06 [2023-01-19T22:48:06.563Z] #109 [dev-base  7/10] 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
22:48:07 [2023-01-19T22:48:07.132Z] #109 0.717 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
22:48:07 [2023-01-19T22:48:07.132Z] #109 0.729 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:48:07 [2023-01-19T22:48:07.132Z] #109 0.734 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:48:07 [2023-01-19T22:48:07.132Z] #109 0.865 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
22:48:07 [2023-01-19T22:48:07.132Z] #109 0.974 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [210 kB]
22:48:07 [2023-01-19T22:48:07.391Z] #109 1.089 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
22:48:08 [2023-01-19T22:48:08.329Z] #109 1.840 Fetched 8502 kB in 1s (6100 kB/s)
22:48:08 [2023-01-19T22:48:08.588Z] #109 1.840 Reading package lists...
22:48:09 [2023-01-19T22:48:09.158Z] #109 2.370 Reading package lists...
22:48:09 [2023-01-19T22:48:09.418Z] #109 2.882 Building dependency tree...
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.216 The following additional packages will be installed:
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.216   dmsetup libaio1 libbpf0 libcap2 libdevmapper1.02.1 libelf1 libgpm2 libicu67
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.216   libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.217   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.217   python3-distutils python3-lib2to3 python3-pkg-resources vim-runtime xxd
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.218 Suggested packages:
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.218   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.218   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.218   acl attr quota
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.218 Recommended packages:
22:48:09 [2023-01-19T22:48:09.677Z] #109 3.218   libatm1 nftables libpam-cap build-essential python3-dev unzip
22:48:09 [2023-01-19T22:48:09.938Z] #109 3.548 The following NEW packages will be installed:
22:48:09 [2023-01-19T22:48:09.938Z] #109 3.548   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
22:48:09 [2023-01-19T22:48:09.938Z] #109 3.548   libaio1 libbpf0 libcap2 libcap2-bin libdevmapper1.02.1 libelf1 libgpm2
22:48:09 [2023-01-19T22:48:09.938Z] #109 3.549   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnet1
22:48:09 [2023-01-19T22:48:09.938Z] #109 3.549   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:48:09 [2023-01-19T22:48:09.938Z] #109 3.549   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
22:48:09 [2023-01-19T22:48:09.938Z] #109 3.549   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
22:48:09 [2023-01-19T22:48:09.938Z] #109 3.549   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
22:48:09 [2023-01-19T22:48:09.938Z] #109 3.549   vim-common vim-runtime xfsprogs xxd xz-utils zip zstd
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.826 0 upgraded, 51 newly installed, 0 to remove and 0 not upgraded.
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.826 Need to get 27.2 MB of archives.
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.826 After this operation, 106 MB of additional disk space will be used.
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.826 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.831 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.834 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.835 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.836 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.838 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.841 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.842 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.847 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.848 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.850 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.852 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.854 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.856 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.860 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.861 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.862 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.864 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.865 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.866 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.882 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.883 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.885 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.887 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.898 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.900 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.905 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.907 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
22:48:10 [2023-01-19T22:48:10.198Z] #109 3.910 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.043 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.056 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.057 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.058 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.058 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.059 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.060 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.062 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.073 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.073 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.074 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.076 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.078 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.080 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.083 Get:44 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.084 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.087 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.090 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.124 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.131 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.135 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.137 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
22:48:10 [2023-01-19T22:48:10.458Z] #109 4.269 debconf: delaying package configuration, since apt-utils is not installed
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.306 Fetched 27.2 MB in 1s (46.9 MB/s)
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.331 Selecting previously unselected package pigz.
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.331 (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 ... 15744 files and directories currently installed.)
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.339 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.343 Unpacking pigz (2.6-1) ...
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.380 Selecting previously unselected package libelf1:arm64.
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.380 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.386 Unpacking libelf1:arm64 (0.183-1) ...
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.436 Selecting previously unselected package libbpf0:arm64.
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.438 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.442 Unpacking libbpf0:arm64 (1:0.3-2) ...
22:48:10 [2023-01-19T22:48:10.717Z] #109 4.483 Selecting previously unselected package libcap2:arm64.
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.485 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.488 Unpacking libcap2:arm64 (1:2.44-1) ...
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.523 Selecting previously unselected package libmnl0:arm64.
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.526 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.529 Unpacking libmnl0:arm64 (1.0.4-3) ...
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.560 Selecting previously unselected package libxtables12:arm64.
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.563 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.566 Unpacking libxtables12:arm64 (1.8.7-1) ...
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.595 Selecting previously unselected package libcap2-bin.
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.597 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.600 Unpacking libcap2-bin (1:2.44-1) ...
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.639 Selecting previously unselected package iproute2.
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.641 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.644 Unpacking iproute2 (5.10.0-4) ...
22:48:10 [2023-01-19T22:48:10.976Z] #109 4.739 Selecting previously unselected package xxd.
22:48:11 [2023-01-19T22:48:11.236Z] #109 4.741 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
22:48:11 [2023-01-19T22:48:11.236Z] #109 4.745 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
22:48:11 [2023-01-19T22:48:11.236Z] #109 4.788 Selecting previously unselected package vim-common.
22:48:11 [2023-01-19T22:48:11.236Z] #109 4.791 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
22:48:11 [2023-01-19T22:48:11.236Z] #109 4.799 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
22:48:11 [2023-01-19T22:48:11.236Z] #109 4.851 Selecting previously unselected package bash-completion.
22:48:11 [2023-01-19T22:48:11.236Z] #109 4.851 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
22:48:11 [2023-01-19T22:48:11.804Z] #109 5.502 Unpacking bash-completion (1:2.11-2) ...
22:48:12 [2023-01-19T22:48:12.064Z] #109 5.610 Selecting previously unselected package bzip2.
22:48:12 [2023-01-19T22:48:12.064Z] #109 5.613 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.064Z] #109 5.616 Unpacking bzip2 (1.0.8-4) ...
22:48:12 [2023-01-19T22:48:12.064Z] #109 5.651 Selecting previously unselected package xz-utils.
22:48:12 [2023-01-19T22:48:12.064Z] #109 5.654 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.064Z] #109 5.657 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
22:48:12 [2023-01-19T22:48:12.064Z] #109 5.715 Selecting previously unselected package apparmor.
22:48:12 [2023-01-19T22:48:12.064Z] #109 5.717 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.064Z] #109 5.740 Unpacking apparmor (2.13.6-10) ...
22:48:12 [2023-01-19T22:48:12.064Z] #109 5.840 Selecting previously unselected package libdevmapper1.02.1:arm64.
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.843 Preparing to unpack .../14-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.846 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.886 Selecting previously unselected package dmsetup.
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.888 Preparing to unpack .../15-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.891 Unpacking dmsetup (2:1.02.175-2.1) ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.925 Selecting previously unselected package inetutils-ping.
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.928 Preparing to unpack .../16-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.932 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.977 Selecting previously unselected package libip4tc2:arm64.
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.979 Preparing to unpack .../17-libip4tc2_1.8.7-1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 5.983 Unpacking libip4tc2:arm64 (1.8.7-1) ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 6.019 Selecting previously unselected package libip6tc2:arm64.
22:48:12 [2023-01-19T22:48:12.324Z] #109 6.019 Preparing to unpack .../18-libip6tc2_1.8.7-1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 6.023 Unpacking libip6tc2:arm64 (1.8.7-1) ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 6.055 Selecting previously unselected package libnfnetlink0:arm64.
22:48:12 [2023-01-19T22:48:12.324Z] #109 6.058 Preparing to unpack .../19-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 6.060 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
22:48:12 [2023-01-19T22:48:12.324Z] #109 6.094 Selecting previously unselected package libnetfilter-conntrack3:arm64.
22:48:12 [2023-01-19T22:48:12.324Z] #109 6.094 Preparing to unpack .../20-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.098 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.131 Selecting previously unselected package libnftnl11:arm64.
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.133 Preparing to unpack .../21-libnftnl11_1.1.9-1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.138 Unpacking libnftnl11:arm64 (1.1.9-1) ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.171 Selecting previously unselected package iptables.
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.173 Preparing to unpack .../22-iptables_1.8.7-1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.176 Unpacking iptables (1.8.7-1) ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.247 Selecting previously unselected package libonig5:arm64.
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.247 Preparing to unpack .../23-libonig5_6.9.6-1.1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.250 Unpacking libonig5:arm64 (6.9.6-1.1) ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.295 Selecting previously unselected package libjq1:arm64.
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.296 Preparing to unpack .../24-libjq1_1.6-2.1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.299 Unpacking libjq1:arm64 (1.6-2.1) ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.334 Selecting previously unselected package jq.
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.336 Preparing to unpack .../25-jq_1.6-2.1_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.341 Unpacking jq (1.6-2.1) ...
22:48:12 [2023-01-19T22:48:12.583Z] #109 6.376 Selecting previously unselected package libaio1:arm64.
22:48:12 [2023-01-19T22:48:12.843Z] #109 6.378 Preparing to unpack .../26-libaio1_0.3.112-9_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.843Z] #109 6.381 Unpacking libaio1:arm64 (0.3.112-9) ...
22:48:12 [2023-01-19T22:48:12.843Z] #109 6.412 Selecting previously unselected package libgpm2:arm64.
22:48:12 [2023-01-19T22:48:12.843Z] #109 6.414 Preparing to unpack .../27-libgpm2_1.20.7-8_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.843Z] #109 6.418 Unpacking libgpm2:arm64 (1.20.7-8) ...
22:48:12 [2023-01-19T22:48:12.843Z] #109 6.453 Selecting previously unselected package libicu67:arm64.
22:48:12 [2023-01-19T22:48:12.843Z] #109 6.455 Preparing to unpack .../28-libicu67_67.1-7_arm64.deb ...
22:48:12 [2023-01-19T22:48:12.843Z] #109 6.458 Unpacking libicu67:arm64 (67.1-7) ...
22:48:13 [2023-01-19T22:48:13.412Z] #109 7.131 Selecting previously unselected package libinih1:arm64.
22:48:13 [2023-01-19T22:48:13.412Z] #109 7.133 Preparing to unpack .../29-libinih1_53-1+b2_arm64.deb ...
22:48:13 [2023-01-19T22:48:13.412Z] #109 7.137 Unpacking libinih1:arm64 (53-1+b2) ...
22:48:13 [2023-01-19T22:48:13.412Z] #109 7.170 Selecting previously unselected package libnet1:arm64.
22:48:13 [2023-01-19T22:48:13.412Z] #109 7.172 Preparing to unpack .../30-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
22:48:13 [2023-01-19T22:48:13.412Z] #109 7.175 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
22:48:13 [2023-01-19T22:48:13.412Z] #109 7.211 Selecting previously unselected package libnl-3-200:arm64.
22:48:13 [2023-01-19T22:48:13.412Z] #109 7.211 Preparing to unpack .../31-libnl-3-200_3.4.0-1+b1_arm64.deb ...
22:48:13 [2023-01-19T22:48:13.412Z] #109 7.214 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
22:48:13 [2023-01-19T22:48:13.412Z] #109 7.250 Selecting previously unselected package libprotobuf-c1:arm64.
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.252 Preparing to unpack .../32-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.256 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.289 Selecting previously unselected package libyajl2:arm64.
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.291 Preparing to unpack .../33-libyajl2_2.1.0-3_arm64.deb ...
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.294 Unpacking libyajl2:arm64 (2.1.0-3) ...
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.322 Selecting previously unselected package net-tools.
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.324 Preparing to unpack .../34-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.327 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.378 Selecting previously unselected package patch.
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.378 Preparing to unpack .../35-patch_2.7.6-7_arm64.deb ...
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.383 Unpacking patch (2.7.6-7) ...
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.419 Selecting previously unselected package python-pip-whl.
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.420 Preparing to unpack .../36-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
22:48:13 [2023-01-19T22:48:13.671Z] #109 7.424 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.563 Selecting previously unselected package python3-lib2to3.
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.564 Preparing to unpack .../37-python3-lib2to3_3.9.2-1_all.deb ...
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.566 Unpacking python3-lib2to3 (3.9.2-1) ...
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.602 Selecting previously unselected package python3-distutils.
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.604 Preparing to unpack .../38-python3-distutils_3.9.2-1_all.deb ...
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.607 Unpacking python3-distutils (3.9.2-1) ...
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.650 Selecting previously unselected package python3-pkg-resources.
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.652 Preparing to unpack .../39-python3-pkg-resources_52.0.0-4_all.deb ...
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.656 Unpacking python3-pkg-resources (52.0.0-4) ...
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.697 Selecting previously unselected package python3-setuptools.
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.700 Preparing to unpack .../40-python3-setuptools_52.0.0-4_all.deb ...
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.703 Unpacking python3-setuptools (52.0.0-4) ...
22:48:13 [2023-01-19T22:48:13.930Z] #109 7.762 Selecting previously unselected package python3-wheel.
22:48:14 [2023-01-19T22:48:14.190Z] #109 7.765 Preparing to unpack .../41-python3-wheel_0.34.2-1_all.deb ...
22:48:14 [2023-01-19T22:48:14.190Z] #109 7.768 Unpacking python3-wheel (0.34.2-1) ...
22:48:14 [2023-01-19T22:48:14.190Z] #109 7.803 Selecting previously unselected package python3-pip.
22:48:14 [2023-01-19T22:48:14.190Z] #109 7.804 Preparing to unpack .../42-python3-pip_20.3.4-4+deb11u1_all.deb ...
22:48:14 [2023-01-19T22:48:14.190Z] #109 7.807 Unpacking python3-pip (20.3.4-4+deb11u1) ...
22:48:14 [2023-01-19T22:48:14.190Z] #109 7.874 Selecting previously unselected package sudo.
22:48:14 [2023-01-19T22:48:14.190Z] #109 7.874 Preparing to unpack .../43-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
22:48:14 [2023-01-19T22:48:14.190Z] #109 7.879 Unpacking sudo (1.9.5p2-3+deb11u1) ...
22:48:14 [2023-01-19T22:48:14.190Z] #109 7.991 Selecting previously unselected package thin-provisioning-tools.
22:48:14 [2023-01-19T22:48:14.190Z] #109 7.991 Preparing to unpack .../44-thin-provisioning-tools_0.9.0-1_arm64.deb ...
22:48:14 [2023-01-19T22:48:14.449Z] #109 7.994 Unpacking thin-provisioning-tools (0.9.0-1) ...
22:48:14 [2023-01-19T22:48:14.449Z] #109 8.053 Selecting previously unselected package uidmap.
22:48:14 [2023-01-19T22:48:14.449Z] #109 8.053 Preparing to unpack .../45-uidmap_1%3a4.8.1-1_arm64.deb ...
22:48:14 [2023-01-19T22:48:14.449Z] #109 8.056 Unpacking uidmap (1:4.8.1-1) ...
22:48:14 [2023-01-19T22:48:14.449Z] #109 8.101 Selecting previously unselected package vim-runtime.
22:48:14 [2023-01-19T22:48:14.449Z] #109 8.103 Preparing to unpack .../46-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
22:48:14 [2023-01-19T22:48:14.449Z] #109 8.113 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
22:48:14 [2023-01-19T22:48:14.449Z] #109 8.124 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
22:48:14 [2023-01-19T22:48:14.449Z] #109 8.127 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
22:48:15 [2023-01-19T22:48:15.018Z] #109 8.703 Selecting previously unselected package vim.
22:48:15 [2023-01-19T22:48:15.018Z] #109 8.703 Preparing to unpack .../47-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
22:48:15 [2023-01-19T22:48:15.018Z] #109 8.712 Unpacking vim (2:8.2.2434-3+deb11u1) ...
22:48:15 [2023-01-19T22:48:15.018Z] #109 8.840 Selecting previously unselected package xfsprogs.
22:48:15 [2023-01-19T22:48:15.277Z] #109 8.842 Preparing to unpack .../48-xfsprogs_5.10.0-4_arm64.deb ...
22:48:15 [2023-01-19T22:48:15.277Z] #109 8.846 Unpacking xfsprogs (5.10.0-4) ...
22:48:15 [2023-01-19T22:48:15.277Z] #109 8.943 Selecting previously unselected package zip.
22:48:15 [2023-01-19T22:48:15.277Z] #109 8.946 Preparing to unpack .../49-zip_3.0-12_arm64.deb ...
22:48:15 [2023-01-19T22:48:15.277Z] #109 8.949 Unpacking zip (3.0-12) ...
22:48:15 [2023-01-19T22:48:15.277Z] #109 8.992 Selecting previously unselected package zstd.
22:48:15 [2023-01-19T22:48:15.277Z] #109 8.995 Preparing to unpack .../50-zstd_1.4.8+dfsg-2.1_arm64.deb ...
22:48:15 [2023-01-19T22:48:15.277Z] #109 8.999 Unpacking zstd (1.4.8+dfsg-2.1) ...
22:48:15 [2023-01-19T22:48:15.277Z] #109 9.085 Setting up python3-pkg-resources (52.0.0-4) ...
22:48:15 [2023-01-19T22:48:15.536Z] #109 9.280 Setting up libip4tc2:arm64 (1.8.7-1) ...
22:48:15 [2023-01-19T22:48:15.536Z] #109 9.291 Setting up net-tools (1.60+git20181103.0eebece-1) ...
22:48:15 [2023-01-19T22:48:15.536Z] #109 9.302 Setting up libgpm2:arm64 (1.20.7-8) ...
22:48:15 [2023-01-19T22:48:15.536Z] #109 9.313 Setting up libicu67:arm64 (67.1-7) ...
22:48:15 [2023-01-19T22:48:15.536Z] #109 9.323 Setting up libip6tc2:arm64 (1.8.7-1) ...
22:48:15 [2023-01-19T22:48:15.536Z] #109 9.334 Setting up libinih1:arm64 (53-1+b2) ...
22:48:15 [2023-01-19T22:48:15.536Z] #109 9.344 Setting up uidmap (1:4.8.1-1) ...
22:48:15 [2023-01-19T22:48:15.796Z] #109 9.353 Setting up libyajl2:arm64 (2.1.0-3) ...
22:48:15 [2023-01-19T22:48:15.796Z] #109 9.362 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
22:48:15 [2023-01-19T22:48:15.796Z] #109 9.373 Setting up bzip2 (1.0.8-4) ...
22:48:15 [2023-01-19T22:48:15.796Z] #109 9.382 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:48:15 [2023-01-19T22:48:15.796Z] #109 9.392 Setting up python3-wheel (0.34.2-1) ...
22:48:15 [2023-01-19T22:48:15.796Z] #109 9.533 Setting up xxd (2:8.2.2434-3+deb11u1) ...
22:48:15 [2023-01-19T22:48:15.796Z] #109 9.543 Setting up libcap2:arm64 (1:2.44-1) ...
22:48:15 [2023-01-19T22:48:15.796Z] #109 9.554 Setting up libcap2-bin (1:2.44-1) ...
22:48:15 [2023-01-19T22:48:15.796Z] #109 9.564 Setting up apparmor (2.13.6-10) ...
22:48:16 [2023-01-19T22:48:16.734Z] #109 10.27 Setting up zip (3.0-12) ...
22:48:16 [2023-01-19T22:48:16.734Z] #109 10.28 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
22:48:16 [2023-01-19T22:48:16.734Z] #109 10.29 Setting up bash-completion (1:2.11-2) ...
22:48:17 [2023-01-19T22:48:17.302Z] #109 11.03 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
22:48:17 [2023-01-19T22:48:17.303Z] #109 11.04 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:48:17 [2023-01-19T22:48:17.303Z] #109 11.05 Setting up libmnl0:arm64 (1.0.4-3) ...
22:48:17 [2023-01-19T22:48:17.303Z] #109 11.06 Setting up patch (2.7.6-7) ...
22:48:17 [2023-01-19T22:48:17.303Z] #109 11.07 Setting up sudo (1.9.5p2-3+deb11u1) ...
22:48:17 [2023-01-19T22:48:17.303Z] #109 11.11 invoke-rc.d: could not determine current runlevel
22:48:17 [2023-01-19T22:48:17.562Z] #109 11.11 invoke-rc.d: policy-rc.d denied execution of start.
22:48:17 [2023-01-19T22:48:17.562Z] #109 11.12 Setting up libxtables12:arm64 (1.8.7-1) ...
22:48:17 [2023-01-19T22:48:17.562Z] #109 11.13 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
22:48:17 [2023-01-19T22:48:17.562Z] #109 11.13 Setting up pigz (2.6-1) ...
22:48:17 [2023-01-19T22:48:17.562Z] #109 11.15 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
22:48:17 [2023-01-19T22:48:17.562Z] #109 11.16 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
22:48:17 [2023-01-19T22:48:17.562Z] #109 11.17 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
22:48:17 [2023-01-19T22:48:17.562Z] #109 11.18 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
22:48:17 [2023-01-19T22:48:17.562Z] #109 11.33 Setting up libaio1:arm64 (0.3.112-9) ...
22:48:17 [2023-01-19T22:48:17.562Z] #109 11.34 Setting up python3-lib2to3 (3.9.2-1) ...
22:48:17 [2023-01-19T22:48:17.822Z] #109 11.45 Setting up libelf1:arm64 (0.183-1) ...
22:48:17 [2023-01-19T22:48:17.822Z] #109 11.47 Setting up zstd (1.4.8+dfsg-2.1) ...
22:48:17 [2023-01-19T22:48:17.822Z] #109 11.48 Setting up libonig5:arm64 (6.9.6-1.1) ...
22:48:17 [2023-01-19T22:48:17.822Z] #109 11.49 Setting up python3-distutils (3.9.2-1) ...
22:48:18 [2023-01-19T22:48:18.081Z] #109 11.61 Setting up vim (2:8.2.2434-3+deb11u1) ...
22:48:18 [2023-01-19T22:48:18.082Z] #109 11.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:48:18 [2023-01-19T22:48:18.082Z] #109 11.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:48:18 [2023-01-19T22:48:18.082Z] #109 11.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:48:18 [2023-01-19T22:48:18.082Z] #109 11.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:48:18 [2023-01-19T22:48:18.082Z] #109 11.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:48:18 [2023-01-19T22:48:18.082Z] #109 11.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:48:18 [2023-01-19T22:48:18.082Z] #109 11.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:48:18 [2023-01-19T22:48:18.082Z] #109 11.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:48:18 [2023-01-19T22:48:18.082Z] #109 11.66 Setting up python3-setuptools (52.0.0-4) ...
22:48:18 [2023-01-19T22:48:18.341Z] #109 11.98 Setting up libjq1:arm64 (1.6-2.1) ...
22:48:18 [2023-01-19T22:48:18.341Z] #109 11.99 Setting up libnftnl11:arm64 (1.1.9-1) ...
22:48:18 [2023-01-19T22:48:18.341Z] #109 12.00 Setting up thin-provisioning-tools (0.9.0-1) ...
22:48:18 [2023-01-19T22:48:18.341Z] #109 12.01 Setting up python3-pip (20.3.4-4+deb11u1) ...
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.28 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.29 Setting up jq (1.6-2.1) ...
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.30 Setting up libbpf0:arm64 (1:0.3-2) ...
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.31 Setting up iptables (1.8.7-1) ...
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.32 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.32 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.33 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.33 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.33 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.34 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:48:18 [2023-01-19T22:48:18.601Z] #109 12.35 Setting up iproute2 (5.10.0-4) ...
22:48:18 [2023-01-19T22:48:18.873Z] #109 12.48 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
22:48:18 [2023-01-19T22:48:18.873Z] #109 12.49 Setting up dmsetup (2:1.02.175-2.1) ...
22:48:18 [2023-01-19T22:48:18.873Z] #109 12.51 Setting up xfsprogs (5.10.0-4) ...
22:48:18 [2023-01-19T22:48:18.873Z] #109 12.52 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:48:19 [2023-01-19T22:48:19.454Z] #109 DONE 12.9s
22:48:19 [2023-01-19T22:48:19.454Z] 
22:48:19 [2023-01-19T22:48:19.454Z] #110 [dev-base  8/10] 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
22:48:19 [2023-01-19T22:48:19.719Z] #110 0.477 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:48:19 [2023-01-19T22:48:19.719Z] #110 0.481 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:48:19 [2023-01-19T22:48:19.719Z] #110 0.484 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:48:19 [2023-01-19T22:48:19.719Z] #110 DONE 0.5s
22:48:19 [2023-01-19T22:48:19.984Z] 
22:48:19 [2023-01-19T22:48:19.984Z] #111 [dev-base  9/10] RUN pip3 install yamllint==1.27.1
22:48:26 [2023-01-19T22:48:26.552Z] #111 5.718 Collecting yamllint==1.27.1
22:48:26 [2023-01-19T22:48:26.552Z] #111 6.764   Downloading yamllint-1.27.1.tar.gz (129 kB)
22:48:26 [2023-01-19T22:48:26.811Z] #111 7.063 Collecting pathspec>=0.5.3
22:48:26 [2023-01-19T22:48:26.811Z] #111 7.068   Downloading pathspec-0.10.3-py3-none-any.whl (29 kB)
22:48:26 [2023-01-19T22:48:26.811Z] #111 7.182 Collecting pyyaml
22:48:27 [2023-01-19T22:48:27.070Z] #111 7.191   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
22:48:27 [2023-01-19T22:48:27.070Z] #111 7.207 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
22:48:27 [2023-01-19T22:48:27.070Z] #111 7.211 Building wheels for collected packages: yamllint
22:48:27 [2023-01-19T22:48:27.070Z] #111 7.212   Building wheel for yamllint (setup.py): started
22:48:27 [2023-01-19T22:48:27.070Z] #111 7.460   Building wheel for yamllint (setup.py): finished with status 'done'
22:48:27 [2023-01-19T22:48:27.330Z] #111 7.460   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=d9ad935c97fc6e2f6e71a581ab9078172534c070dc3b044c39c1163846e7feca
22:48:27 [2023-01-19T22:48:27.330Z] #111 7.461   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
22:48:27 [2023-01-19T22:48:27.330Z] #111 7.463 Successfully built yamllint
22:48:27 [2023-01-19T22:48:27.330Z] #111 7.469 Installing collected packages: pyyaml, pathspec, yamllint
22:48:27 [2023-01-19T22:48:27.330Z] #111 7.584 Successfully installed pathspec-0.10.3 pyyaml-6.0 yamllint-1.27.1
22:48:27 [2023-01-19T22:48:27.330Z] #111 DONE 7.7s
22:48:27 [2023-01-19T22:48:27.589Z] 
22:48:27 [2023-01-19T22:48:27.589Z] #112 [dev-base 10/10] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             gcc             pkg-config             dpkg-dev             libapparmor-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
22:48:28 [2023-01-19T22:48:28.158Z] #112 0.725 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:48:28 [2023-01-19T22:48:28.417Z] #112 0.726 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:48:28 [2023-01-19T22:48:28.417Z] #112 0.726 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:48:28 [2023-01-19T22:48:28.937Z] #112 1.080 Reading package lists...
22:48:29 [2023-01-19T22:48:29.506Z] #112 1.603 Reading package lists...
22:48:29 [2023-01-19T22:48:29.765Z] #112 2.124 Building dependency tree...
22:48:29 [2023-01-19T22:48:29.765Z] #112 2.269 Reading state information...
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.451 gcc is already the newest version (4:10.2.1-1).
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.451 pkg-config is already the newest version (0.29.2-1).
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.451 The following additional packages will be installed:
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.452   gir1.2-glib-2.0 gir1.2-secret-1 libapparmor1 libblkid-dev
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.452   libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1 libglib2.0-bin
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.452   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.452   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.452   libpcre32-3 libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.453   libsepol1-dev uuid-dev zlib1g-dev
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.454 Suggested packages:
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.454   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.454   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.454 Recommended packages:
22:48:30 [2023-01-19T22:48:30.024Z] #112 2.454   build-essential fakeroot libalgorithm-merge-perl
22:48:30 [2023-01-19T22:48:30.283Z] #112 2.713 The following NEW packages will be installed:
22:48:30 [2023-01-19T22:48:30.283Z] #112 2.713   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libapparmor1
22:48:30 [2023-01-19T22:48:30.284Z] #112 2.714   libblkid-dev libdevmapper-dev libdevmapper-event1.02.1 libffi-dev
22:48:30 [2023-01-19T22:48:30.284Z] #112 2.714   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
22:48:30 [2023-01-19T22:48:30.284Z] #112 2.714   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
22:48:30 [2023-01-19T22:48:30.284Z] #112 2.714   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:48:30 [2023-01-19T22:48:30.284Z] #112 2.714   libseccomp-dev libsecret-1-0 libsecret-1-dev libsecret-common
22:48:30 [2023-01-19T22:48:30.284Z] #112 2.715   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev uuid-dev zlib1g-dev
22:48:30 [2023-01-19T22:48:30.543Z] #112 2.996 0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded.
22:48:30 [2023-01-19T22:48:30.543Z] #112 2.996 Need to get 10.4 MB of archives.
22:48:30 [2023-01-19T22:48:30.543Z] #112 2.996 After this operation, 41.6 MB of additional disk space will be used.
22:48:30 [2023-01-19T22:48:30.543Z] #112 2.996 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.016 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.018 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.020 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.021 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.022 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.023 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.025 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.027 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.029 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.031 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.031 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.033 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.039 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.043 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.046 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.048 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.054 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.056 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.059 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.060 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.065 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.066 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.067 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.068 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.070 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.071 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.073 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.077 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.079 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.089 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.089 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
22:48:30 [2023-01-19T22:48:30.543Z] #112 3.091 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.227 debconf: delaying package configuration, since apt-utils is not installed
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.267 Fetched 10.4 MB in 0s (28.2 MB/s)
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.290 Selecting previously unselected package dpkg-dev.
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.290 (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 ... 20385 files and directories currently installed.)
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.303 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.306 Unpacking dpkg-dev (1.20.12) ...
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.430 Selecting previously unselected package libgirepository-1.0-1:arm64.
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.432 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.443 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.481 Selecting previously unselected package gir1.2-glib-2.0:arm64.
22:48:30 [2023-01-19T22:48:30.802Z] #112 3.481 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.061Z] #112 3.484 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
22:48:31 [2023-01-19T22:48:31.061Z] #112 3.524 Selecting previously unselected package libsecret-common.
22:48:31 [2023-01-19T22:48:31.061Z] #112 3.526 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.529 Unpacking libsecret-common (0.20.4-2) ...
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.575 Selecting previously unselected package libsecret-1-0:arm64.
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.578 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.581 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.617 Selecting previously unselected package gir1.2-secret-1:arm64.
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.620 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.623 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.655 Selecting previously unselected package libapparmor1:arm64.
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.657 Preparing to unpack .../06-libapparmor1_2.13.6-10_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.661 Unpacking libapparmor1:arm64 (2.13.6-10) ...
22:48:31 [2023-01-19T22:48:31.062Z] #112 3.695 Selecting previously unselected package libapparmor-dev:arm64.
22:48:31 [2023-01-19T22:48:31.321Z] #112 3.697 Preparing to unpack .../07-libapparmor-dev_2.13.6-10_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.701 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.744 Selecting previously unselected package uuid-dev:arm64.
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.747 Preparing to unpack .../08-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.752 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.793 Selecting previously unselected package libblkid-dev:arm64.
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.796 Preparing to unpack .../09-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.807 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.861 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.861 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.865 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.893 Selecting previously unselected package libudev-dev:arm64.
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.896 Preparing to unpack .../11-libudev-dev_247.3-7+deb11u1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.899 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.941 Selecting previously unselected package libsepol1-dev:arm64.
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.943 Preparing to unpack .../12-libsepol1-dev_3.1-1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 3.949 Unpacking libsepol1-dev:arm64 (3.1-1) ...
22:48:31 [2023-01-19T22:48:31.322Z] #112 4.010 Selecting previously unselected package libpcre2-16-0:arm64.
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.012 Preparing to unpack .../13-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.015 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.064 Selecting previously unselected package libpcre2-32-0:arm64.
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.067 Preparing to unpack .../14-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.070 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.124 Selecting previously unselected package libpcre2-posix2:arm64.
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.124 Preparing to unpack .../15-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.127 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.156 Selecting previously unselected package libpcre2-dev:arm64.
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.159 Preparing to unpack .../16-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.162 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
22:48:31 [2023-01-19T22:48:31.582Z] #112 4.241 Selecting previously unselected package libselinux1-dev:arm64.
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.244 Preparing to unpack .../17-libselinux1-dev_3.1-3_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.247 Unpacking libselinux1-dev:arm64 (3.1-3) ...
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.301 Selecting previously unselected package libdevmapper-dev:arm64.
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.304 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.307 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.338 Selecting previously unselected package libffi-dev:arm64.
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.341 Preparing to unpack .../19-libffi-dev_3.3-6_arm64.deb ...
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.345 Unpacking libffi-dev:arm64 (3.3-6) ...
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.381 Selecting previously unselected package libglib2.0-data.
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.383 Preparing to unpack .../20-libglib2.0-data_2.66.8-1_all.deb ...
22:48:31 [2023-01-19T22:48:31.841Z] #112 4.387 Unpacking libglib2.0-data (2.66.8-1) ...
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.523 Selecting previously unselected package libglib2.0-bin.
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.525 Preparing to unpack .../21-libglib2.0-bin_2.66.8-1_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.529 Unpacking libglib2.0-bin (2.66.8-1) ...
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.573 Selecting previously unselected package libglib2.0-dev-bin.
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.575 Preparing to unpack .../22-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.579 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.621 Selecting previously unselected package libmount-dev:arm64.
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.623 Preparing to unpack .../23-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.627 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.664 Selecting previously unselected package libpcre16-3:arm64.
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.667 Preparing to unpack .../24-libpcre16-3_2%3a8.39-13_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.670 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.716 Selecting previously unselected package libpcre32-3:arm64.
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.718 Preparing to unpack .../25-libpcre32-3_2%3a8.39-13_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.100Z] #112 4.722 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.765 Selecting previously unselected package libpcrecpp0v5:arm64.
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.768 Preparing to unpack .../26-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.772 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.808 Selecting previously unselected package libpcre3-dev:arm64.
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.810 Preparing to unpack .../27-libpcre3-dev_2%3a8.39-13_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.814 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.897 Selecting previously unselected package zlib1g-dev:arm64.
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.899 Preparing to unpack .../28-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.904 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.947 Selecting previously unselected package libglib2.0-dev:arm64.
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.950 Preparing to unpack .../29-libglib2.0-dev_2.66.8-1_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.360Z] #112 4.953 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
22:48:32 [2023-01-19T22:48:32.619Z] #112 5.136 Selecting previously unselected package libseccomp-dev:arm64.
22:48:32 [2023-01-19T22:48:32.619Z] #112 5.139 Preparing to unpack .../30-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.619Z] #112 5.142 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:48:32 [2023-01-19T22:48:32.619Z] #112 5.178 Selecting previously unselected package libsecret-1-dev:arm64.
22:48:32 [2023-01-19T22:48:32.619Z] #112 5.181 Preparing to unpack .../31-libsecret-1-dev_0.20.4-2_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.619Z] #112 5.185 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
22:48:32 [2023-01-19T22:48:32.619Z] #112 5.237 Selecting previously unselected package libsystemd-dev:arm64.
22:48:32 [2023-01-19T22:48:32.878Z] #112 5.239 Preparing to unpack .../32-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
22:48:32 [2023-01-19T22:48:32.878Z] #112 5.243 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
22:48:32 [2023-01-19T22:48:32.878Z] #112 5.354 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
22:48:32 [2023-01-19T22:48:32.878Z] #112 5.364 Setting up libglib2.0-dev-bin (2.66.8-1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.524 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.535 Setting up libapparmor1:arm64 (2.13.6-10) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.546 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.555 Setting up libpcre16-3:arm64 (2:8.39-13) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.565 Setting up libsepol1-dev:arm64 (3.1-1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.575 Setting up libffi-dev:arm64 (3.3-6) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.585 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.598 Setting up dpkg-dev (1.20.12) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.617 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.627 Setting up libglib2.0-data (2.66.8-1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.636 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.649 Setting up libpcre32-3:arm64 (2:8.39-13) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.659 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.670 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.680 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.689 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.699 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.710 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.721 Setting up libsecret-common (0.20.4-2) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.732 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.749 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.758 Setting up libselinux1-dev:arm64 (3.1-3) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.768 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.778 Setting up libglib2.0-bin (2.66.8-1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.788 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.797 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.806 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.817 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
22:48:33 [2023-01-19T22:48:33.137Z] #112 5.828 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
22:48:33 [2023-01-19T22:48:33.397Z] #112 5.838 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
22:48:33 [2023-01-19T22:48:33.397Z] #112 5.850 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
22:48:33 [2023-01-19T22:48:33.397Z] #112 5.861 No schema files found: doing nothing.
22:48:33 [2023-01-19T22:48:33.397Z] #112 5.866 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:48:33 [2023-01-19T22:48:33.397Z] #112 5.885 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
22:48:33 [2023-01-19T22:48:33.657Z] #112 DONE 6.0s
22:48:33 [2023-01-19T22:48:33.657Z] 
22:48:33 [2023-01-19T22:48:33.657Z] #113 [dev 1/1] COPY . .
22:48:35 [2023-01-19T22:48:35.036Z] #113 DONE 1.2s
22:48:35 [2023-01-19T22:48:35.036Z] 
22:48:35 [2023-01-19T22:48:35.036Z] #114 exporting to image
22:48:35 [2023-01-19T22:48:35.036Z] #114 exporting layers
22:48:35 [2023-01-19T22:48:35.973Z] #114 exporting layers 1.5s done
22:48:35 [2023-01-19T22:48:35.973Z] #114 writing image sha256:a21bac93297b9bab463ea76b4dfc35df87795f353622d82d517cc4a4d27685e1 done
22:48:35 [2023-01-19T22:48:35.973Z] #114 naming to docker.io/library/docker:30134ab17768402da39d81fca06ec417b71cb747 done
22:48:35 [2023-01-19T22:48:35.973Z] #114 DONE 1.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
22:48:36 [2023-01-19T22:48:36.289Z] + sudo modprobe ip6table_filter
[Pipeline] sh
22:48:36 [2023-01-19T22:48:36.572Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44858/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=30134ab17768402da39d81fca06ec417b71cb747 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 docker:30134ab17768402da39d81fca06ec417b71cb747 hack/test/unit
22:48:37 [2023-01-19T22:48:37.140Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
22:48:37 [2023-01-19T22:48:37.140Z] + TESTFLAGS+=' -test.timeout=5m'
22:48:37 [2023-01-19T22:48:37.140Z] + TESTDIRS=./...
22:48:37 [2023-01-19T22:48:37.140Z] + exclude_paths='/vendor/|/integration'
22:48:37 [2023-01-19T22:48:37.140Z] ++ go list ./...
22:48:37 [2023-01-19T22:48:37.140Z] ++ grep -vE '(/vendor/|/integration)'
22:48:38 [2023-01-19T22:48:38.080Z] + pkg_list='github.com/docker/docker/api
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/backend/build
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/httpstatus
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/httputils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/middleware
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/build
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/checkpoint
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/container
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/debug
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/distribution
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/grpc
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/image
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/network
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/plugin
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/session
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/swarm
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/system
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/server/router/volume
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/backend
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/blkiodev
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/container
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/events
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/filters
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/image
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/mount
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/network
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/plugins/logdriver
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/registry
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/strslice
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/swarm
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/swarm/runtime
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/time
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/versions
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/versions/v1p19
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/versions/v1p20
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/api/types/volume
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/builder-next
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/builder-next/exporter
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/builder-next/worker
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/dockerfile
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/remotecontext
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/remotecontext/git
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/builder/remotecontext/urlutil
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/cli
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/cli/config
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/cli/debug
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/cli/winresources/docker-proxy
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/cli/winresources/dockerd
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/client
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/cmd/docker-proxy
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/cmd/dockerd
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/cmd/dockerd/trap
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/container
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/container/stream
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/contrib/apparmor
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/contrib/docker-device-tool
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/contrib/httpserver
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/cluster
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/cluster/convert
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/cluster/executor
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/cluster/executor/container
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/cluster/provider
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/config
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/events
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/events/testutils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/exec
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/aufs
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/copy
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/overlay
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/register
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/vfs
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/graphdriver/zfs
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/images
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/initlayer
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/links
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/listeners
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/awslogs
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/fluentd
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/gcplogs
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/gelf
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/journald
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/local
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/logentries
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/loggertest
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/loggerutils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/splunk
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/syslog
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/logger/templates
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/names
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/network
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/daemon/stats
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/distribution
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/distribution/metadata
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/distribution/utils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/distribution/xfer
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/dockerversion
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/errdefs
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/image
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/image/cache
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/image/tarexport
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/image/v1
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/internal/test/suite
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/layer
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libcontainerd
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libcontainerd/queue
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libcontainerd/remote
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libcontainerd/supervisor
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libcontainerd/types
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/bitseq
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/cluster
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/config
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/datastore
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/diagnostic
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/discoverapi
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/driverapi
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/bridge
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/host
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/null
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/overlay
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/remote
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/windows
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/drvregistry
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/etchosts
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/idm
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/internal/caller
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/ipam
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/ipamapi
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/ipams/builtin
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/ipams/null
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/ipams/remote
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/ipamutils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/iptables
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/netlabel
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/netutils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/networkdb
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/ns
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/options
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/osl
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/osl/kernel
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/portallocator
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/portmapper
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/resolvconf
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/testutils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/libnetwork/types
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/oci
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/oci/caps
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/opts
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/aaparser
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/archive
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/authorization
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/broadcaster
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/capabilities
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/chrootarchive
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/containerfs
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/devicemapper
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/directory
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/dmesg
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/fileutils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/fsutils
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/homedir
22:48:38 [2023-01-19T22:48:38.080Z] github.com/docker/docker/pkg/idtools
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/ioutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/jsonmessage
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/longpath
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/loopback
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/namesgenerator
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/parsers
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/parsers/kernel
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/pidfile
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/platform
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugingetter
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugins
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugins/transport
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/pools
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/progress
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/pubsub
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/reexec
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/rootless
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/rootless/specconv
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/signal
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/stack
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/stdcopy
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/streamformatter
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/stringid
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/sysinfo
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/system
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/tailfile
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/tarsum
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/truncindex
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/urlutil
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/useragent
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/plugin
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/plugin/executor/containerd
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/plugin/v2
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/profiles/apparmor
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/profiles/seccomp
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/quota
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/reference
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/registry
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/registry/resumable
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/restartmanager
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/runconfig
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/runconfig/opts
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/daemon
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/environment
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fakecontext
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fakegit
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fakestorage
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fixtures/load
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fixtures/plugin
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/registry
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/request
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/drivers
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/local
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/mounts
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/service
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/service/opts
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/testutils'
22:48:38 [2023-01-19T22:48:38.081Z] ++ grep --fixed-strings -v /libnetwork
22:48:38 [2023-01-19T22:48:38.081Z] ++ echo 'github.com/docker/docker/api
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/backend/build
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/httpstatus
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/httputils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/middleware
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/build
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/checkpoint
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/container
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/debug
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/distribution
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/grpc
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/image
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/network
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/plugin
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/session
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/swarm
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/system
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/volume
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/backend
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/blkiodev
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/container
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/events
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/filters
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/image
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/mount
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/network
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/plugins/logdriver
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/registry
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/strslice
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/swarm
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/swarm/runtime
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/time
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/versions
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/versions/v1p19
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/versions/v1p20
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/volume
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/builder-next
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/builder-next/exporter
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/builder-next/worker
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/dockerfile
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/remotecontext
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/remotecontext/git
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/builder/remotecontext/urlutil
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/cli
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/cli/config
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/cli/debug
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/cli/winresources/docker-proxy
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/cli/winresources/dockerd
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/client
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/cmd/docker-proxy
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/cmd/dockerd
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/cmd/dockerd/trap
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/container
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/container/stream
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/contrib/apparmor
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/contrib/docker-device-tool
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/contrib/httpserver
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/cluster
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/cluster/convert
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/cluster/executor
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/cluster/executor/container
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/cluster/provider
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/config
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/events
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/events/testutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/exec
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/aufs
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/copy
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/overlay
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/register
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/vfs
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/graphdriver/zfs
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/images
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/initlayer
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/links
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/listeners
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/awslogs
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/fluentd
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/gcplogs
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/gelf
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/journald
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/local
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/logentries
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/loggertest
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/loggerutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/splunk
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/syslog
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/logger/templates
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/names
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/network
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/daemon/stats
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/distribution
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/distribution/metadata
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/distribution/utils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/distribution/xfer
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/dockerversion
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/errdefs
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/image
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/image/cache
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/image/tarexport
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/image/v1
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/internal/test/suite
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/layer
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libcontainerd
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libcontainerd/queue
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libcontainerd/remote
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libcontainerd/supervisor
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libcontainerd/types
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/bitseq
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/cluster
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/config
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/datastore
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/diagnostic
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/discoverapi
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/driverapi
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/bridge
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/host
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/null
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/overlay
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/remote
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/windows
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/drvregistry
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/etchosts
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/idm
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/internal/caller
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/ipam
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/ipamapi
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/ipams/builtin
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/ipams/null
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/ipams/remote
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/ipamutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/iptables
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/netlabel
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/netutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/networkdb
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/ns
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/options
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/osl
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/osl/kernel
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/portallocator
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/portmapper
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/resolvconf
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/testutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/libnetwork/types
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/oci
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/oci/caps
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/opts
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/aaparser
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/archive
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/authorization
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/broadcaster
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/capabilities
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/chrootarchive
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/containerfs
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/devicemapper
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/directory
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/dmesg
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/fileutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/fsutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/homedir
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/idtools
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/ioutils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/jsonmessage
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/longpath
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/loopback
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/namesgenerator
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/parsers
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/parsers/kernel
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/pidfile
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/platform
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugingetter
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugins
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/plugins/transport
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/pools
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/progress
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/pubsub
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/reexec
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/rootless
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/rootless/specconv
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/signal
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/stack
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/stdcopy
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/streamformatter
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/stringid
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/sysinfo
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/system
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/tailfile
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/tarsum
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/truncindex
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/urlutil
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/pkg/useragent
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/plugin
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/plugin/executor/containerd
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/plugin/v2
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/profiles/apparmor
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/profiles/seccomp
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/quota
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/reference
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/registry
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/registry/resumable
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/restartmanager
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/runconfig
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/runconfig/opts
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/daemon
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/environment
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fakecontext
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fakegit
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fakestorage
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fixtures/load
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fixtures/plugin
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/registry
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/testutil/request
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/drivers
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/local
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/mounts
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/service
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/service/opts
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/volume/testutils'
22:48:38 [2023-01-19T22:48:38.081Z] + base_pkg_list='github.com/docker/docker/api
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/backend/build
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/httpstatus
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/httputils
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/middleware
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/build
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/checkpoint
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/container
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/debug
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/distribution
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/grpc
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/image
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/network
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/plugin
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/session
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/swarm
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/system
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/server/router/volume
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/backend
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/blkiodev
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/container
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/events
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/filters
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/image
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/mount
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/network
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/plugins/logdriver
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/registry
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/strslice
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/swarm
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/swarm/runtime
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/time
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/versions
22:48:38 [2023-01-19T22:48:38.081Z] github.com/docker/docker/api/types/versions/v1p19
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/versions/v1p20
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/volume
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/exporter
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/worker
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/dockerfile
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/remotecontext
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/remotecontext/git
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/remotecontext/urlutil
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cli
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cli/config
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cli/debug
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cli/winresources/docker-proxy
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cli/winresources/dockerd
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/client
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cmd/docker-proxy
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cmd/dockerd
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cmd/dockerd/trap
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/container
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/container/stream
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/contrib/apparmor
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/contrib/docker-device-tool
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/contrib/httpserver
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster/convert
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster/executor
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster/executor/container
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster/provider
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/config
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/events
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/events/testutils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/exec
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/aufs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/copy
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/overlay
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/register
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/vfs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/zfs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/images
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/initlayer
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/links
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/listeners
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/awslogs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/fluentd
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/gcplogs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/gelf
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/journald
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/local
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/logentries
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/loggertest
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/loggerutils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/splunk
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/syslog
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/templates
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/names
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/network
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/stats
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/distribution
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/distribution/metadata
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/distribution/utils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/distribution/xfer
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/dockerversion
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/errdefs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/image
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/image/cache
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/image/tarexport
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/image/v1
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/internal/test/suite
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/layer
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libcontainerd
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libcontainerd/queue
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libcontainerd/remote
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libcontainerd/supervisor
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libcontainerd/types
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/oci
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/oci/caps
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/opts
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/aaparser
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/archive
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/authorization
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/broadcaster
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/capabilities
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/chrootarchive
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/containerfs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/devicemapper
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/directory
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/dmesg
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/fileutils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/fsutils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/homedir
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/idtools
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/ioutils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/jsonmessage
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/longpath
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/loopback
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/namesgenerator
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/parsers
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/parsers/kernel
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/pidfile
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/platform
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/plugingetter
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/plugins
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/plugins/transport
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/pools
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/progress
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/pubsub
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/reexec
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/rootless
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/rootless/specconv
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/signal
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/stack
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/stdcopy
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/streamformatter
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/stringid
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/sysinfo
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/system
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/tailfile
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/tarsum
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/truncindex
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/urlutil
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/pkg/useragent
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/plugin
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/plugin/executor/containerd
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/plugin/v2
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/profiles/apparmor
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/profiles/seccomp
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/quota
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/reference
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/registry
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/registry/resumable
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/restartmanager
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/runconfig
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/runconfig/opts
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil/daemon
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil/environment
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil/fakecontext
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil/fakegit
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil/fakestorage
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil/fixtures/load
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil/fixtures/plugin
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil/registry
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/testutil/request
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/volume
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/volume/drivers
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/volume/local
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/volume/mounts
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/volume/service
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/volume/service/opts
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/volume/testutils'
22:48:38 [2023-01-19T22:48:38.082Z] ++ grep --fixed-strings /libnetwork
22:48:38 [2023-01-19T22:48:38.082Z] ++ echo 'github.com/docker/docker/api
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/backend/build
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/httpstatus
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/httputils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/middleware
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/build
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/checkpoint
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/container
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/debug
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/distribution
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/grpc
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/image
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/network
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/plugin
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/session
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/swarm
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/system
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/server/router/volume
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/backend
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/blkiodev
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/container
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/events
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/filters
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/image
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/mount
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/network
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/plugins/logdriver
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/registry
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/strslice
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/swarm
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/swarm/runtime
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/time
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/versions
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/versions/v1p19
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/versions/v1p20
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/api/types/volume
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/exporter
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/builder-next/worker
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/dockerfile
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/remotecontext
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/remotecontext/git
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/builder/remotecontext/urlutil
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cli
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cli/config
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cli/debug
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cli/winresources/docker-proxy
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cli/winresources/dockerd
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/client
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cmd/docker-proxy
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cmd/dockerd
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cmd/dockerd/trap
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/container
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/container/stream
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/contrib/apparmor
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/contrib/docker-device-tool
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/contrib/httpserver
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster/convert
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster/executor
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster/executor/container
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/cluster/provider
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/config
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/events
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/events/testutils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/exec
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/aufs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/copy
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/overlay
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/register
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/vfs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/graphdriver/zfs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/images
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/initlayer
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/links
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/listeners
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/awslogs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/fluentd
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/gcplogs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/gelf
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/journald
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/local
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/logentries
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/loggertest
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/loggerutils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/splunk
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/syslog
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/logger/templates
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/names
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/network
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/daemon/stats
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/distribution
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/distribution/metadata
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/distribution/utils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/distribution/xfer
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/dockerversion
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/errdefs
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/image
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/image/cache
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/image/tarexport
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/image/v1
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/internal/test/suite
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/layer
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libcontainerd
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libcontainerd/queue
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libcontainerd/remote
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libcontainerd/supervisor
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libcontainerd/types
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/bitseq
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/cluster
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/config
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/datastore
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/diagnostic
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/discoverapi
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/driverapi
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/bridge
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/host
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/null
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/overlay
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/remote
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/windows
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/drvregistry
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/etchosts
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/idm
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/internal/caller
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/ipam
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/ipamapi
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/ipams/builtin
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/ipams/null
22:48:38 [2023-01-19T22:48:38.082Z] github.com/docker/docker/libnetwork/ipams/remote
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipamutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/iptables
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/netlabel
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/netutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/networkdb
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ns
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/options
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/osl
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/osl/kernel
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/portallocator
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/portmapper
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/resolvconf
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/testutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/types
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/oci
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/oci/caps
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/opts
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/aaparser
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/archive
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/authorization
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/broadcaster
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/capabilities
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/chrootarchive
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/containerfs
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/devicemapper
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/directory
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/dmesg
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/fileutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/fsutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/homedir
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/idtools
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/ioutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/jsonmessage
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/longpath
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/loopback
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/namesgenerator
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/parsers
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/parsers/kernel
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/pidfile
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/platform
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/plugingetter
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/plugins
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/plugins/transport
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/pools
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/progress
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/pubsub
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/reexec
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/rootless
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/rootless/specconv
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/signal
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/stack
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/stdcopy
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/streamformatter
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/stringid
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/sysinfo
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/system
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/tailfile
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/tarsum
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/truncindex
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/urlutil
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/pkg/useragent
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/plugin
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/plugin/executor/containerd
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/plugin/v2
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/profiles/apparmor
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/profiles/seccomp
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/quota
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/reference
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/registry
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/registry/resumable
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/restartmanager
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/runconfig
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/runconfig/opts
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil/daemon
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil/environment
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil/fakecontext
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil/fakegit
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil/fakestorage
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil/fixtures/load
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil/fixtures/plugin
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil/registry
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/testutil/request
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/volume
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/volume/drivers
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/volume/local
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/volume/mounts
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/volume/service
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/volume/service/opts
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/volume/testutils'
22:48:38 [2023-01-19T22:48:38.083Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/bitseq
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cluster
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/config
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/datastore
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/diagnostic
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/discoverapi
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/driverapi
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/bridge
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/host
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/null
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/overlay
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/remote
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/windows
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drvregistry
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/etchosts
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/idm
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/internal/caller
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipam
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipamapi
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/builtin
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/null
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/remote
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipamutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/iptables
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/netlabel
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/netutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/networkdb
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ns
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/options
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/osl
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/osl/kernel
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/portallocator
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/portmapper
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/resolvconf
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/testutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/types'
22:48:38 [2023-01-19T22:48:38.083Z] + grep --fixed-strings libnetwork/drivers/bridge
22:48:38 [2023-01-19T22:48:38.083Z] + echo 'github.com/docker/docker/libnetwork
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/bitseq
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cluster
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/config
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/datastore
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/diagnostic
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/discoverapi
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/driverapi
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/bridge
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/host
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/null
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/overlay
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/remote
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/windows
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drvregistry
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/etchosts
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/idm
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/internal/caller
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipam
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipamapi
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/builtin
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/null
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/remote
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ipamutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/iptables
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/netlabel
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/netutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/networkdb
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/ns
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/options
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/osl
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/osl/kernel
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/portallocator
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/portmapper
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/resolvconf
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/testutils
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/types'
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/bridge
22:48:38 [2023-01-19T22:48:38.083Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:48:38 [2023-01-19T22:48:38.083Z] + type docker-proxy
22:48:38 [2023-01-19T22:48:38.083Z] hack/test/unit: line 25: type: docker-proxy: not found
22:48:38 [2023-01-19T22:48:38.083Z] + hack/make.sh binary-proxy install-proxy
22:48:38 [2023-01-19T22:48:38.083Z] 
22:48:38 [2023-01-19T22:48:38.083Z] Removing bundles/
22:48:38 [2023-01-19T22:48:38.083Z] 
22:48:38 [2023-01-19T22:48:38.083Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
22:48:38 [2023-01-19T22:48:38.083Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
22:48:44 [2023-01-19T22:48:44.660Z] Created binary: bundles/binary-proxy/docker-proxy
22:48:44 [2023-01-19T22:48:44.660Z] 
22:48:44 [2023-01-19T22:48:44.660Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
22:48:44 [2023-01-19T22:48:44.660Z] Installing docker-proxy to /usr/local/bin/
22:48:44 [2023-01-19T22:48:44.660Z] 
22:48:44 [2023-01-19T22:48:44.660Z] + mkdir -p bundles
22:48:44 [2023-01-19T22:48:44.660Z] + '[' -n 'github.com/docker/docker/api
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/backend/build
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/httpstatus
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/httputils
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/middleware
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/build
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/checkpoint
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/container
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/debug
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/distribution
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/grpc
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/image
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/network
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/plugin
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/session
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/swarm
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/system
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/server/router/volume
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/backend
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/blkiodev
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/container
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/events
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/filters
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/image
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/mount
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/network
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/plugins/logdriver
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/registry
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/strslice
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/swarm
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/swarm/runtime
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/time
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/versions
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/versions/v1p19
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/versions/v1p20
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/api/types/volume
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/builder-next
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/builder-next/exporter
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/builder-next/worker
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/dockerfile
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/remotecontext
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/remotecontext/git
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/builder/remotecontext/urlutil
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/cli
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/cli/config
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/cli/debug
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/cli/winresources/docker-proxy
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/cli/winresources/dockerd
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/client
22:48:44 [2023-01-19T22:48:44.660Z] github.com/docker/docker/cmd/docker-proxy
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/cmd/dockerd
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/cmd/dockerd/trap
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/container
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/container/stream
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/contrib/apparmor
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/contrib/docker-device-tool
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/contrib/httpserver
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/cluster
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/cluster/convert
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/cluster/executor
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/cluster/executor/container
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/cluster/provider
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/config
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/events
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/events/testutils
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/exec
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/aufs
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/copy
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/overlay
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/register
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/vfs
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/graphdriver/zfs
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/images
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/initlayer
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/links
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/listeners
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/awslogs
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/fluentd
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/gcplogs
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/gelf
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/journald
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/local
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/logentries
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/loggertest
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/loggerutils
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/splunk
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/syslog
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/logger/templates
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/names
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/network
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/daemon/stats
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/distribution
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/distribution/metadata
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/distribution/utils
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/distribution/xfer
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/dockerversion
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/errdefs
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/image
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/image/cache
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/image/tarexport
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/image/v1
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/internal/test/suite
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/layer
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/libcontainerd
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/libcontainerd/queue
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/libcontainerd/remote
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/libcontainerd/supervisor
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/libcontainerd/types
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/oci
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/oci/caps
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/opts
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/aaparser
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/archive
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/authorization
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/broadcaster
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/capabilities
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/chrootarchive
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/containerfs
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/devicemapper
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/directory
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/dmesg
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/fileutils
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/fsutils
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/homedir
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/idtools
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/ioutils
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/jsonmessage
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/longpath
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/loopback
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/namesgenerator
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/parsers
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/parsers/kernel
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/pidfile
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/platform
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/plugingetter
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/plugins
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/plugins/transport
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/pools
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/progress
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/pubsub
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/reexec
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/rootless
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/rootless/specconv
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/signal
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/stack
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/stdcopy
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/streamformatter
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/stringid
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/sysinfo
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/system
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/tailfile
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/tarsum
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/truncindex
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/urlutil
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/pkg/useragent
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/plugin
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/plugin/executor/containerd
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/plugin/v2
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/profiles/apparmor
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/profiles/seccomp
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/quota
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/reference
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/registry
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/registry/resumable
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/restartmanager
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/runconfig
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/runconfig/opts
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil/daemon
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil/environment
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil/fakecontext
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil/fakegit
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil/fakestorage
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil/fixtures/load
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil/fixtures/plugin
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil/registry
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/testutil/request
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/volume
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/volume/drivers
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/volume/local
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/volume/mounts
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/volume/service
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/volume/service/opts
22:48:44 [2023-01-19T22:48:44.661Z] github.com/docker/docker/volume/testutils' ']'
22:48:44 [2023-01-19T22:48:44.661Z] + 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/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
22:48:45 [2023-01-19T22:48:45.601Z] ?   	github.com/docker/docker/api	[no test files]
22:48:57 [2023-01-19T22:48:57.819Z] ok  	github.com/docker/docker/api/server	0.005s	coverage: 7.9% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/api/server/httputils	0.018s	coverage: 31.9% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/api/server/router/swarm	0.007s	coverage: 6.0% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/api/types/filters	0.011s	coverage: 93.7% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/api/server/router/volume	0.006s	coverage: 66.7% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/builder	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/builder/remotecontext	0.116s	coverage: 13.7% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/builder/dockerfile	0.442s	coverage: 49.3% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.418s	coverage: 83.5% of statements
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/cli	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
22:50:19 [2023-01-19T22:50:19.283Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.240s	coverage: 66.5% of statements
22:50:19 [2023-01-19T22:50:19.852Z] ok  	github.com/docker/docker/client	0.088s	coverage: 76.0% of statements
22:50:58 [2023-01-19T22:50:58.639Z] ok  	github.com/docker/docker/cmd/dockerd	0.073s	coverage: 30.2% of statements
22:50:58 [2023-01-19T22:50:58.639Z] ok  	github.com/docker/docker/container	0.118s	coverage: 36.1% of statements
22:50:58 [2023-01-19T22:50:58.639Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.379s	coverage: 0.0% of statements
22:50:58 [2023-01-19T22:50:58.639Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
22:50:58 [2023-01-19T22:50:58.639Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:50:58 [2023-01-19T22:50:58.639Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:50:58 [2023-01-19T22:50:58.639Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:50:58 [2023-01-19T22:50:58.639Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:51:01 [2023-01-19T22:51:01.199Z] ok  	github.com/docker/docker/daemon/cluster	0.068s	coverage: 0.5% of statements
22:51:02 [2023-01-19T22:51:02.578Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.022s	coverage: 65.3% of statements
22:51:03 [2023-01-19T22:51:03.955Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.016s	coverage: 36.9% of statements
22:51:10 [2023-01-19T22:51:10.525Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.442s	coverage: 13.4% of statements
22:51:11 [2023-01-19T22:51:11.905Z] ok  	github.com/docker/docker/daemon/config	0.035s	coverage: 77.0% of statements
22:51:12 [2023-01-19T22:51:12.165Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
22:51:12 [2023-01-19T22:51:12.734Z] ok  	github.com/docker/docker/daemon	10.142s	coverage: 16.3% of statements
22:51:12 [2023-01-19T22:51:12.734Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:51:12 [2023-01-19T22:51:12.734Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:51:12 [2023-01-19T22:51:12.734Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:51:12 [2023-01-19T22:51:12.734Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:51:12 [2023-01-19T22:51:12.993Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.2% of statements
22:51:14 [2023-01-19T22:51:14.375Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.617s	coverage: 74.8% of statements
22:51:14 [2023-01-19T22:51:14.635Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.011s	coverage: 2.8% of statements
22:51:15 [2023-01-19T22:51:15.573Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.417s	coverage: 60.7% of statements
22:51:16 [2023-01-19T22:51:16.511Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
22:51:17 [2023-01-19T22:51:17.892Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.272s	coverage: 50.6% of statements
22:51:18 [2023-01-19T22:51:18.831Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.427s	coverage: 46.1% of statements
22:51:18 [2023-01-19T22:51:18.831Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:51:19 [2023-01-19T22:51:19.771Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 58.5% of statements
22:51:20 [2023-01-19T22:51:20.031Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.865s	coverage: 58.8% of statements
22:51:20 [2023-01-19T22:51:20.031Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
22:51:20 [2023-01-19T22:51:20.031Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:51:20 [2023-01-19T22:51:20.600Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.018s	coverage: 3.0% of statements
22:51:21 [2023-01-19T22:51:21.170Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
22:51:22 [2023-01-19T22:51:22.550Z] ok  	github.com/docker/docker/daemon/images	0.034s	coverage: 6.9% of statements
22:51:22 [2023-01-19T22:51:22.550Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:51:22 [2023-01-19T22:51:22.550Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:51:22 [2023-01-19T22:51:22.809Z] ok  	github.com/docker/docker/daemon/logger	0.236s	coverage: 43.2% of statements
22:51:23 [2023-01-19T22:51:23.748Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.165s	coverage: 79.9% of statements
22:51:23 [2023-01-19T22:51:23.748Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.028s	coverage: 53.6% of statements
22:51:23 [2023-01-19T22:51:23.748Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:51:24 [2023-01-19T22:51:24.317Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.008s	coverage: 68.2% of statements
22:51:24 [2023-01-19T22:51:24.317Z] ok  	github.com/docker/docker/daemon/logger/journald	0.006s	coverage: 23.4% of statements
22:51:24 [2023-01-19T22:51:24.886Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.006s	coverage: 87.2% of statements
22:51:25 [2023-01-19T22:51:25.456Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.128s	coverage: 76.8% of statements
22:51:25 [2023-01-19T22:51:25.716Z] ok  	github.com/docker/docker/daemon/logger/local	0.042s	coverage: 79.4% of statements
22:51:25 [2023-01-19T22:51:25.716Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:51:25 [2023-01-19T22:51:25.716Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
22:51:26 [2023-01-19T22:51:26.655Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.025s	coverage: 31.5% of statements
22:51:26 [2023-01-19T22:51:26.655Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.024s	coverage: 62.0% of statements
22:51:27 [2023-01-19T22:51:27.224Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.009s	coverage: 46.8% of statements
22:51:27 [2023-01-19T22:51:27.793Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
22:51:28 [2023-01-19T22:51:28.053Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
22:51:28 [2023-01-19T22:51:28.999Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.523s	coverage: 82.5% of statements
22:51:28 [2023-01-19T22:51:28.999Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:51:28 [2023-01-19T22:51:28.999Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:51:29 [2023-01-19T22:51:29.937Z] ok  	github.com/docker/docker/distribution/metadata	0.026s	coverage: 44.4% of statements
22:51:29 [2023-01-19T22:51:29.937Z] ok  	github.com/docker/docker/distribution	0.601s	coverage: 29.5% of statements
22:51:29 [2023-01-19T22:51:29.937Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:51:30 [2023-01-19T22:51:30.506Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.7% of statements
22:51:31 [2023-01-19T22:51:31.444Z] ok  	github.com/docker/docker/image	0.025s	coverage: 87.3% of statements
22:51:31 [2023-01-19T22:51:31.703Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
22:51:32 [2023-01-19T22:51:32.272Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.7% of statements
22:51:32 [2023-01-19T22:51:32.272Z] ok  	github.com/docker/docker/distribution/xfer	1.887s	coverage: 84.9% of statements
22:51:32 [2023-01-19T22:51:32.272Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:51:32 [2023-01-19T22:51:32.272Z] ?   	github.com/docker/docker/image/v1	[no test files]
22:51:32 [2023-01-19T22:51:32.272Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:51:32 [2023-01-19T22:51:32.531Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
22:51:33 [2023-01-19T22:51:33.470Z] ok  	github.com/docker/docker/oci	0.014s	coverage: 46.0% of statements
22:51:34 [2023-01-19T22:51:34.039Z] ok  	github.com/docker/docker/opts	0.021s	coverage: 66.0% of statements
22:51:34 [2023-01-19T22:51:34.298Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
22:51:35 [2023-01-19T22:51:35.679Z] ok  	github.com/docker/docker/pkg/archive	0.290s	coverage: 82.3% of statements
22:51:36 [2023-01-19T22:51:36.617Z] ok  	github.com/docker/docker/pkg/authorization	0.343s	coverage: 68.3% of statements
22:51:36 [2023-01-19T22:51:36.877Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
22:51:36 [2023-01-19T22:51:36.877Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
22:51:40 [2023-01-19T22:51:40.166Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.517s	coverage: 43.1% of statements
22:51:40 [2023-01-19T22:51:40.426Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
22:51:40 [2023-01-19T22:51:40.426Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 81.8% of statements
22:51:40 [2023-01-19T22:51:40.685Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
22:51:40 [2023-01-19T22:51:40.945Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 78.6% of statements
22:51:41 [2023-01-19T22:51:41.205Z] ok  	github.com/docker/docker/layer	7.431s	coverage: 68.9% of statements
22:51:41 [2023-01-19T22:51:41.205Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:51:41 [2023-01-19T22:51:41.205Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:51:41 [2023-01-19T22:51:41.205Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:51:41 [2023-01-19T22:51:41.205Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:51:41 [2023-01-19T22:51:41.205Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:51:41 [2023-01-19T22:51:41.205Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:51:41 [2023-01-19T22:51:41.205Z] ?   	github.com/docker/docker/pkg/fsutils	[no test files]
22:51:41 [2023-01-19T22:51:41.205Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 10.4% of statements
22:51:42 [2023-01-19T22:51:42.143Z] ok  	github.com/docker/docker/pkg/idtools	0.394s	coverage: 68.1% of statements
22:51:42 [2023-01-19T22:51:42.143Z] ok  	github.com/docker/docker/pkg/ioutils	0.363s	coverage: 70.1% of statements
22:51:42 [2023-01-19T22:51:42.403Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
22:51:42 [2023-01-19T22:51:42.403Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
22:51:42 [2023-01-19T22:51:42.403Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
22:51:42 [2023-01-19T22:51:42.663Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
22:51:42 [2023-01-19T22:51:42.663Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
22:51:42 [2023-01-19T22:51:42.922Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
22:51:43 [2023-01-19T22:51:43.182Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.007s	coverage: 90.5% of statements
22:51:43 [2023-01-19T22:51:43.182Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
22:51:43 [2023-01-19T22:51:43.182Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:51:43 [2023-01-19T22:51:43.182Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:51:43 [2023-01-19T22:51:43.752Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
22:51:44 [2023-01-19T22:51:44.321Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
22:51:44 [2023-01-19T22:51:44.321Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
22:51:44 [2023-01-19T22:51:44.581Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
22:51:44 [2023-01-19T22:51:44.841Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
22:51:45 [2023-01-19T22:51:45.101Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
22:51:45 [2023-01-19T22:51:45.372Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
22:51:45 [2023-01-19T22:51:45.643Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
22:51:45 [2023-01-19T22:51:45.903Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
22:51:46 [2023-01-19T22:51:46.477Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.6% of statements
22:51:46 [2023-01-19T22:51:46.736Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 44.8% of statements
22:51:46 [2023-01-19T22:51:46.995Z] ok  	github.com/docker/docker/pkg/tailfile	0.047s	coverage: 88.6% of statements
22:51:47 [2023-01-19T22:51:47.564Z] ok  	github.com/docker/docker/pkg/tarsum	0.044s	coverage: 89.3% of statements
22:51:47 [2023-01-19T22:51:47.823Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
22:51:48 [2023-01-19T22:51:48.082Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
22:51:49 [2023-01-19T22:51:49.990Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.2% of statements
22:51:50 [2023-01-19T22:51:50.249Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
22:51:50 [2023-01-19T22:51:50.818Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
22:51:51 [2023-01-19T22:51:51.756Z] ok  	github.com/docker/docker/quota	0.188s	coverage: 71.4% of statements
22:51:52 [2023-01-19T22:51:52.015Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 84.4% of statements
22:51:52 [2023-01-19T22:51:52.952Z] ok  	github.com/docker/docker/registry	0.081s	coverage: 58.7% of statements
22:51:53 [2023-01-19T22:51:53.521Z] ok  	github.com/docker/docker/registry/resumable	0.018s	coverage: 100.0% of statements
22:51:53 [2023-01-19T22:51:53.781Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
22:51:54 [2023-01-19T22:51:54.040Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 64.5% of statements
22:51:54 [2023-01-19T22:51:54.300Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
22:51:56 [2023-01-19T22:51:56.205Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
22:51:56 [2023-01-19T22:51:56.773Z] ok  	github.com/docker/docker/volume/local	0.077s	coverage: 77.1% of statements
22:51:57 [2023-01-19T22:51:57.342Z] ok  	github.com/docker/docker/volume/mounts	0.007s	coverage: 67.7% of statements
22:51:58 [2023-01-19T22:51:58.280Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.1% of statements
22:52:20 [2023-01-19T22:52:20.215Z] ok  	github.com/docker/docker/pkg/plugins	33.641s	coverage: 74.4% of statements
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/pkg/pubsub	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/volume	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === Skipped
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     network_proxy_test.go:208: No support for dual stack yet
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver btrfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver btrfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver btrfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver btrfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver btrfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:71: No driver to put!
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z] time="2023-01-19T22:51:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: driver not supported
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z] time="2023-01-19T22:51:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: driver not supported
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z] time="2023-01-19T22:51:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: driver not supported
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z] time="2023-01-19T22:51:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: driver not supported
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z] time="2023-01-19T22:51:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: driver not supported
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:71: No driver to put!
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     overlay_test.go:50: Fails to compute changes intermittently
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     overlay_test.go:65: Cannot run test with naive change algorithm
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver zfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver zfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver zfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver zfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:44: Driver zfs not supported
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     graphtest_unix.go:71: No driver to put!
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
22:52:20 [2023-01-19T22:52:20.215Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
22:52:20 [2023-01-19T22:52:20.215Z] 
22:52:20 [2023-01-19T22:52:20.215Z] DONE 2798 tests, 28 skipped in 213.166s
22:52:20 [2023-01-19T22:52:20.215Z] + '[' -n 'github.com/docker/docker/libnetwork
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/bitseq
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/cluster
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/config
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/datastore
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/diagnostic
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/discoverapi
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/driverapi
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/bridge
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/host
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/null
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/overlay
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/remote
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/windows
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/drvregistry
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/etchosts
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/idm
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/internal/caller
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/ipam
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/ipamapi
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/ipams/builtin
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/ipams/null
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/ipams/remote
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/ipamutils
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/iptables
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/netlabel
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/netutils
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/networkdb
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/ns
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/options
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/osl
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/osl/kernel
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/portallocator
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/portmapper
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/resolvconf
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/testutils
22:52:20 [2023-01-19T22:52:20.215Z] github.com/docker/docker/libnetwork/types' ']'
22:52:20 [2023-01-19T22:52:20.215Z] + 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
22:53:06 [2023-01-19T22:53:06.900Z] ok  	github.com/docker/docker/libnetwork	37.604s	coverage: 40.7% of statements
22:53:06 [2023-01-19T22:53:06.900Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.139s	coverage: 84.4% of statements
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ok  	github.com/docker/docker/libnetwork/config	0.013s	coverage: 9.3% of statements
22:53:06 [2023-01-19T22:53:06.900Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.004s	coverage: 68.9% of statements
22:53:06 [2023-01-19T22:53:06.900Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.681s	coverage: 60.0% of statements
22:53:06 [2023-01-19T22:53:06.900Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
22:53:06 [2023-01-19T22:53:06.900Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 34.8% of statements
22:53:07 [2023-01-19T22:53:07.470Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.014s	coverage: 5.0% of statements
22:53:07 [2023-01-19T22:53:07.470Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
22:53:08 [2023-01-19T22:53:08.039Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.014s	coverage: 4.5% of statements
22:53:08 [2023-01-19T22:53:08.039Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
22:53:08 [2023-01-19T22:53:08.299Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
22:53:18 [2023-01-19T22:53:18.280Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.101s	coverage: 6.6% of statements
22:53:18 [2023-01-19T22:53:18.280Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
22:53:18 [2023-01-19T22:53:18.280Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
22:53:18 [2023-01-19T22:53:18.539Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.4% of statements
22:53:18 [2023-01-19T22:53:18.539Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
22:53:18 [2023-01-19T22:53:18.799Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
22:53:18 [2023-01-19T22:53:18.799Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
22:53:19 [2023-01-19T22:53:19.367Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.017s	coverage: 82.4% of statements
22:53:19 [2023-01-19T22:53:19.367Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.013s	coverage: 81.2% of statements
22:53:19 [2023-01-19T22:53:19.627Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
22:53:19 [2023-01-19T22:53:19.886Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
22:53:32 [2023-01-19T22:53:32.099Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.002s	coverage: 100.0% of statements
22:53:46 [2023-01-19T22:53:46.989Z] ok  	github.com/docker/docker/libnetwork/ipam	15.569s	coverage: 85.3% of statements
22:53:46 [2023-01-19T22:53:46.989Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
22:53:46 [2023-01-19T22:53:46.989Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
22:53:46 [2023-01-19T22:53:46.989Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 57.1% of statements
22:53:46 [2023-01-19T22:53:46.989Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 47.4% of statements
22:53:46 [2023-01-19T22:53:46.989Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
22:53:47 [2023-01-19T22:53:47.249Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 71.4% of statements
22:53:47 [2023-01-19T22:53:47.818Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.265s	coverage: 74.0% of statements
22:53:48 [2023-01-19T22:53:48.755Z] ok  	github.com/docker/docker/libnetwork/iptables	0.249s	coverage: 40.7% of statements
22:53:48 [2023-01-19T22:53:48.755Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
22:53:49 [2023-01-19T22:53:49.023Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
22:55:40 [2023-01-19T22:55:40.525Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.504s	coverage: 60.6% of statements
22:55:40 [2023-01-19T22:55:40.525Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
22:55:40 [2023-01-19T22:55:40.525Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
22:55:40 [2023-01-19T22:55:40.525Z] ok  	github.com/docker/docker/libnetwork/osl	4.312s	coverage: 39.7% of statements
22:55:40 [2023-01-19T22:55:40.525Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
22:55:40 [2023-01-19T22:55:40.525Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
22:55:41 [2023-01-19T22:55:41.904Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.657s	coverage: 48.6% of statements
22:55:41 [2023-01-19T22:55:41.904Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 82.8% of statements
22:55:41 [2023-01-19T22:55:41.904Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
22:55:42 [2023-01-19T22:55:42.163Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
22:55:42 [2023-01-19T22:55:42.163Z] 
22:55:42 [2023-01-19T22:55:42.163Z] === Skipped
22:55:42 [2023-01-19T22:55:42.163Z] === SKIP: libnetwork TestParallel1 (0.00s)
22:55:42 [2023-01-19T22:55:42.163Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
22:55:42 [2023-01-19T22:55:42.163Z] 
22:55:42 [2023-01-19T22:55:42.163Z] === SKIP: libnetwork TestParallel3 (0.00s)
22:55:42 [2023-01-19T22:55:42.163Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
22:55:42 [2023-01-19T22:55:42.163Z] 
22:55:42 [2023-01-19T22:55:42.163Z] === SKIP: libnetwork TestParallel2 (0.00s)
22:55:42 [2023-01-19T22:55:42.163Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
22:55:42 [2023-01-19T22:55:42.163Z] 
22:55:42 [2023-01-19T22:55:42.163Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
22:55:42 [2023-01-19T22:55:42.163Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
22:55:42 [2023-01-19T22:55:42.163Z] 
22:55:42 [2023-01-19T22:55:42.163Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
22:55:42 [2023-01-19T22:55:42.163Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
22:55:42 [2023-01-19T22:55:42.163Z] 
22:55:42 [2023-01-19T22:55:42.163Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
22:55:42 [2023-01-19T22:55:42.163Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
22:55:42 [2023-01-19T22:55:42.163Z] 
22:55:42 [2023-01-19T22:55:42.163Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
22:55:42 [2023-01-19T22:55:42.163Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
22:55:42 [2023-01-19T22:55:42.163Z] 
22:55:42 [2023-01-19T22:55:42.163Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
22:55:42 [2023-01-19T22:55:42.163Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
22:55:42 [2023-01-19T22:55:42.163Z] 
22:55:42 [2023-01-19T22:55:42.163Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
22:55:42 [2023-01-19T22:55:42.163Z]     firewalld_test.go:14: firewalld is not running
22:55:42 [2023-01-19T22:55:42.163Z] 
22:55:42 [2023-01-19T22:55:42.163Z] DONE 323 tests, 9 skipped in 204.445s
Post stage
[Pipeline] junit
22:55:43 [2023-01-19T22:55:43.117Z] Recording test results
22:55:44 [2023-01-19T22:55:44.413Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:55:44 [2023-01-19T22:55:44.734Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44858/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=30134ab17768402da39d81fca06ec417b71cb747 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 docker:30134ab17768402da39d81fca06ec417b71cb747 hack/make.sh dynbinary test-integration
22:55:45 [2023-01-19T22:55:45.306Z] 
22:55:45 [2023-01-19T22:55:45.306Z] Removing bundles/
22:55:45 [2023-01-19T22:55:45.306Z] 
22:55:45 [2023-01-19T22:55:45.306Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:55:45 [2023-01-19T22:55:45.306Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
22:57:24 [2023-01-19T22:57:24.961Z] Created binary: bundles/dynbinary-daemon/dockerd
22:57:24 [2023-01-19T22:57:24.961Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
22:57:24 [2023-01-19T22:57:24.961Z] Created binary: bundles/dynbinary-daemon/docker-proxy
22:57:24 [2023-01-19T22:57:24.961Z] 
22:57:24 [2023-01-19T22:57:24.961Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:57:24 [2023-01-19T22:57:24.961Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:57:24 [2023-01-19T22:57:24.961Z] HOSTNAME=d99fdc3cc839
22:57:24 [2023-01-19T22:57:24.961Z] TESTDEBUG=0
22:57:24 [2023-01-19T22:57:24.961Z] DEST=bundles/test-integration
22:57:24 [2023-01-19T22:57:24.961Z] PWD=/go/src/github.com/docker/docker
22:57:24 [2023-01-19T22:57:24.961Z] DOCKER_GITCOMMIT=30134ab17768402da39d81fca06ec417b71cb747
22:57:24 [2023-01-19T22:57:24.961Z] container=docker
22:57:24 [2023-01-19T22:57:24.961Z] HOME=/root
22:57:24 [2023-01-19T22:57:24.961Z] GOLANG_VERSION=1.19.5
22:57:24 [2023-01-19T22:57:24.961Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:57:24 [2023-01-19T22:57:24.961Z] VALIDATE_BRANCH=23.0
22:57:24 [2023-01-19T22:57:24.961Z] TERM=xterm
22:57:24 [2023-01-19T22:57:24.961Z] DOCKER_PKG=github.com/docker/docker
22:57:24 [2023-01-19T22:57:24.961Z] SHLVL=1
22:57:24 [2023-01-19T22:57:24.961Z] TIMEOUT=120m
22:57:24 [2023-01-19T22:57:24.961Z] DOCKER_GRAPHDRIVER=overlay2
22:57:24 [2023-01-19T22:57:24.961Z] GO111MODULE=off
22:57:24 [2023-01-19T22:57:24.961Z] DOCKER_EXPERIMENTAL=1
22:57:24 [2023-01-19T22:57:24.961Z] TEST_SKIP_INTEGRATION_CLI=1
22:57:24 [2023-01-19T22:57:24.961Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:57:24 [2023-01-19T22:57:24.961Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:57:24 [2023-01-19T22:57:24.961Z] GOPATH=/go
22:57:24 [2023-01-19T22:57:24.961Z] PKG_CONFIG=pkg-config
22:57:24 [2023-01-19T22:57:24.961Z] _=/usr/bin/env
22:57:24 [2023-01-19T22:57:24.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:57:57 [2023-01-19T22:57:57.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:57:57 [2023-01-19T22:57:57.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:58:19 [2023-01-19T22:58:19.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
22:58:27 [2023-01-19T22:58:27.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:58:39 [2023-01-19T22:58:39.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
22:58:39 [2023-01-19T22:58:39.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:58:39 [2023-01-19T22:58:39.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:58:39 [2023-01-19T22:58:39.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:58:40 [2023-01-19T22:58:40.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:58:40 [2023-01-19T22:58:40.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:58:41 [2023-01-19T22:58:41.687Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:58:43 [2023-01-19T22:58:43.067Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:58:44 [2023-01-19T22:58:44.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:58:44 [2023-01-19T22:58:44.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:58:45 [2023-01-19T22:58:45.204Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:58:46 [2023-01-19T22:58:46.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:58:46 [2023-01-19T22:58:46.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:58:48 [2023-01-19T22:58:48.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:58:48 [2023-01-19T22:58:48.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:58:49 [2023-01-19T22:58:49.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:58:50 [2023-01-19T22:58:50.308Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:58:50 [2023-01-19T22:58:50.308Z] Using test binary docker
22:58:50 [2023-01-19T22:58:50.308Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:58:50 [2023-01-19T22:58:50.308Z] +++ /etc/init.d/apparmor start
22:58:50 [2023-01-19T22:58:50.308Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:58:50 [2023-01-19T22:58:50.308Z] INFO: Waiting for daemon to start...
22:58:50 [2023-01-19T22:58:50.308Z] Starting dockerd
22:58:50 [2023-01-19T22:58:50.308Z] +++ 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
22:58:52 [2023-01-19T22:58:52.843Z] .
22:58:52 [2023-01-19T22:58:52.843Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:58:52 [2023-01-19T22:58:52.843Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:58:52 [2023-01-19T22:58:52.843Z] Error: No such image: emptyfs
22:58:52 [2023-01-19T22:58:52.843Z] ++++ tar -cC bundles/test-integration/emptyfs .
22:58:52 [2023-01-19T22:58:52.843Z] ++++ docker load
22:58:52 [2023-01-19T22:58:52.843Z] Running integration-test (iteration 1)
22:58:52 [2023-01-19T22:58:52.843Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
22:58:52 [2023-01-19T22:58:52.843Z] ++ 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
22:58:52 [2023-01-19T22:58:52.843Z] ++ set -e
22:58:52 [2023-01-19T22:58:52.843Z] ++ '[' -n 0 ']'
22:58:52 [2023-01-19T22:58:52.843Z] ++ set -x
22:58:52 [2023-01-19T22:58:52.843Z] ++ 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
22:58:52 [2023-01-19T22:58:52.843Z] Loaded image: busybox:latest
22:58:52 [2023-01-19T22:58:52.843Z] Loaded image: busybox:glibc
22:58:54 [2023-01-19T22:58:54.221Z] Loaded image: debian:bullseye-slim
22:58:54 [2023-01-19T22:58:54.221Z] Loaded image: hello-world:latest
22:58:54 [2023-01-19T22:58:54.221Z] Loaded image: arm32v7/hello-world:latest
22:58:54 [2023-01-19T22:58:54.221Z] INFO: Testing against a local daemon
22:58:54 [2023-01-19T22:58:54.221Z] === RUN   TestCgroupNamespacesBuild
22:58:57 [2023-01-19T22:58:57.510Z] --- PASS: TestCgroupNamespacesBuild (3.09s)
22:58:57 [2023-01-19T22:58:57.510Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:58:58 [2023-01-19T22:58:58.449Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s)
22:58:58 [2023-01-19T22:58:58.449Z] === RUN   TestBuildWithSession
22:58:58 [2023-01-19T22:58:58.449Z]     build_session_test.go:25: TODO: BuildKit
22:58:58 [2023-01-19T22:58:58.449Z] --- SKIP: TestBuildWithSession (0.00s)
22:58:58 [2023-01-19T22:58:58.449Z] === RUN   TestBuildSquashParent
22:59:02 [2023-01-19T22:59:02.644Z] --- PASS: TestBuildSquashParent (3.76s)
22:59:02 [2023-01-19T22:59:02.644Z] === RUN   TestBuildWithRemoveAndForceRemove
22:59:02 [2023-01-19T22:59:02.644Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:59:02 [2023-01-19T22:59:02.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:59:02 [2023-01-19T22:59:02.644Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:59:02 [2023-01-19T22:59:02.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:59:02 [2023-01-19T22:59:02.644Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:59:02 [2023-01-19T22:59:02.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:59:02 [2023-01-19T22:59:02.644Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:59:02 [2023-01-19T22:59:02.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:59:02 [2023-01-19T22:59:02.644Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:59:02 [2023-01-19T22:59:02.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:59:02 [2023-01-19T22:59:02.644Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:59:02 [2023-01-19T22:59:02.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:59:02 [2023-01-19T22:59:02.644Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:59:02 [2023-01-19T22:59:02.644Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:59:03 [2023-01-19T22:59:03.585Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:59:03 [2023-01-19T22:59:03.585Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:59:04 [2023-01-19T22:59:04.965Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:59:04 [2023-01-19T22:59:04.965Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:59:05 [2023-01-19T22:59:05.904Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
22:59:05 [2023-01-19T22:59:05.904Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.47s)
22:59:05 [2023-01-19T22:59:05.904Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.54s)
22:59:05 [2023-01-19T22:59:05.904Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.08s)
22:59:05 [2023-01-19T22:59:05.904Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.11s)
22:59:05 [2023-01-19T22:59:05.904Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.15s)
22:59:05 [2023-01-19T22:59:05.904Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.22s)
22:59:05 [2023-01-19T22:59:05.904Z] === RUN   TestBuildMultiStageCopy
22:59:05 [2023-01-19T22:59:05.904Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:59:07 [2023-01-19T22:59:07.282Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:59:07 [2023-01-19T22:59:07.282Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:59:07 [2023-01-19T22:59:07.542Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:59:07 [2023-01-19T22:59:07.801Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:59:08 [2023-01-19T22:59:08.060Z] --- PASS: TestBuildMultiStageCopy (1.99s)
22:59:08 [2023-01-19T22:59:08.060Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.12s)
22:59:08 [2023-01-19T22:59:08.060Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
22:59:08 [2023-01-19T22:59:08.060Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
22:59:08 [2023-01-19T22:59:08.060Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
22:59:08 [2023-01-19T22:59:08.060Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
22:59:08 [2023-01-19T22:59:08.060Z] === RUN   TestBuildMultiStageParentConfig
22:59:08 [2023-01-19T22:59:08.628Z] --- PASS: TestBuildMultiStageParentConfig (0.57s)
22:59:08 [2023-01-19T22:59:08.628Z] === RUN   TestBuildLabelWithTargets
22:59:09 [2023-01-19T22:59:09.619Z] --- PASS: TestBuildLabelWithTargets (0.90s)
22:59:09 [2023-01-19T22:59:09.619Z] === RUN   TestBuildWithEmptyLayers
22:59:09 [2023-01-19T22:59:09.878Z] --- PASS: TestBuildWithEmptyLayers (0.43s)
22:59:09 [2023-01-19T22:59:09.878Z] === RUN   TestBuildMultiStageOnBuild
22:59:11 [2023-01-19T22:59:11.256Z] --- PASS: TestBuildMultiStageOnBuild (1.32s)
22:59:11 [2023-01-19T22:59:11.256Z] === RUN   TestBuildUncleanTarFilenames
22:59:11 [2023-01-19T22:59:11.827Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
22:59:11 [2023-01-19T22:59:11.827Z] === RUN   TestBuildMultiStageLayerLeak
22:59:13 [2023-01-19T22:59:13.206Z] --- PASS: TestBuildMultiStageLayerLeak (1.38s)
22:59:13 [2023-01-19T22:59:13.206Z] === RUN   TestBuildWithHugeFile
22:59:59 [2023-01-19T22:59:59.899Z] --- PASS: TestBuildWithHugeFile (45.05s)
22:59:59 [2023-01-19T22:59:59.899Z] === RUN   TestBuildWCOWSandboxSize
22:59:59 [2023-01-19T22:59:59.899Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
22:59:59 [2023-01-19T22:59:59.899Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
22:59:59 [2023-01-19T22:59:59.899Z] === RUN   TestBuildWithEmptyDockerfile
22:59:59 [2023-01-19T22:59:59.899Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:59:59 [2023-01-19T22:59:59.899Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:59:59 [2023-01-19T22:59:59.899Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:59:59 [2023-01-19T22:59:59.899Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:59:59 [2023-01-19T22:59:59.899Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:59:59 [2023-01-19T22:59:59.899Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:59:59 [2023-01-19T22:59:59.899Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:59:59 [2023-01-19T22:59:59.899Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:59:59 [2023-01-19T22:59:59.899Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:59:59 [2023-01-19T22:59:59.899Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
22:59:59 [2023-01-19T22:59:59.899Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
22:59:59 [2023-01-19T22:59:59.899Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s)
22:59:59 [2023-01-19T22:59:59.899Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s)
22:59:59 [2023-01-19T22:59:59.899Z] === RUN   TestBuildPreserveOwnership
22:59:59 [2023-01-19T22:59:59.899Z] === RUN   TestBuildPreserveOwnership/copy_from
23:00:00 [2023-01-19T23:00:00.469Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:00:01 [2023-01-19T23:00:01.406Z] --- PASS: TestBuildPreserveOwnership (2.84s)
23:00:01 [2023-01-19T23:00:01.406Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.87s)
23:00:01 [2023-01-19T23:00:01.406Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.95s)
23:00:01 [2023-01-19T23:00:01.406Z] === RUN   TestBuildPlatformInvalid
23:00:01 [2023-01-19T23:00:01.406Z] --- PASS: TestBuildPlatformInvalid (0.08s)
23:00:01 [2023-01-19T23:00:01.406Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
23:00:02 [2023-01-19T23:00:02.343Z] Loaded image: busybox:latest
23:00:02 [2023-01-19T23:00:02.343Z] Loaded image: busybox:glibc
23:00:03 [2023-01-19T23:00:03.281Z] Loaded image: debian:bullseye-slim
23:00:03 [2023-01-19T23:00:03.281Z] Loaded image: hello-world:latest
23:00:03 [2023-01-19T23:00:03.281Z] Loaded image: arm32v7/hello-world:latest
23:00:15 [2023-01-19T23:00:15.493Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.07s)
23:00:15 [2023-01-19T23:00:15.493Z] PASS
23:00:15 [2023-01-19T23:00:15.493Z] 
23:00:15 [2023-01-19T23:00:15.493Z] === Skipped
23:00:15 [2023-01-19T23:00:15.493Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
23:00:15 [2023-01-19T23:00:15.493Z]     build_session_test.go:25: TODO: BuildKit
23:00:15 [2023-01-19T23:00:15.493Z] 
23:00:15 [2023-01-19T23:00:15.493Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
23:00:15 [2023-01-19T23:00:15.493Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
23:00:15 [2023-01-19T23:00:15.493Z] 
23:00:15 [2023-01-19T23:00:15.493Z] DONE 34 tests, 2 skipped in 80.868s
23:00:15 [2023-01-19T23:00:15.493Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
23:00:15 [2023-01-19T23:00:15.493Z] ++ 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
23:00:15 [2023-01-19T23:00:15.493Z] ++ set -e
23:00:15 [2023-01-19T23:00:15.493Z] ++ '[' -n 0 ']'
23:00:15 [2023-01-19T23:00:15.493Z] ++ set -x
23:00:15 [2023-01-19T23:00:15.493Z] ++ 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
23:00:15 [2023-01-19T23:00:15.493Z] INFO: Testing against a local daemon
23:00:15 [2023-01-19T23:00:15.493Z] === RUN   TestConfigInspect
23:00:15 [2023-01-19T23:00:15.752Z] --- PASS: TestConfigInspect (2.27s)
23:00:15 [2023-01-19T23:00:15.752Z] === RUN   TestConfigList
23:00:18 [2023-01-19T23:00:18.287Z] --- PASS: TestConfigList (2.28s)
23:00:18 [2023-01-19T23:00:18.287Z] === RUN   TestConfigsCreateAndDelete
23:00:20 [2023-01-19T23:00:20.191Z] --- PASS: TestConfigsCreateAndDelete (2.15s)
23:00:20 [2023-01-19T23:00:20.191Z] === RUN   TestConfigsUpdate
23:00:22 [2023-01-19T23:00:22.726Z] --- PASS: TestConfigsUpdate (2.19s)
23:00:22 [2023-01-19T23:00:22.726Z] === RUN   TestTemplatedConfig
23:00:25 [2023-01-19T23:00:25.261Z] --- PASS: TestTemplatedConfig (2.51s)
23:00:25 [2023-01-19T23:00:25.261Z] === RUN   TestConfigCreateResolve
23:00:27 [2023-01-19T23:00:27.797Z] --- PASS: TestConfigCreateResolve (2.47s)
23:00:27 [2023-01-19T23:00:27.797Z] PASS
23:00:27 [2023-01-19T23:00:27.797Z] 
23:00:27 [2023-01-19T23:00:27.797Z] DONE 6 tests in 13.959s
23:00:27 [2023-01-19T23:00:27.797Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
23:00:27 [2023-01-19T23:00:27.797Z] ++ 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
23:00:27 [2023-01-19T23:00:27.797Z] ++ set -e
23:00:27 [2023-01-19T23:00:27.797Z] ++ '[' -n 0 ']'
23:00:27 [2023-01-19T23:00:27.797Z] ++ set -x
23:00:27 [2023-01-19T23:00:27.797Z] ++ 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
23:00:27 [2023-01-19T23:00:27.797Z] INFO: Testing against a local daemon
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestAttachWithTTY
23:00:27 [2023-01-19T23:00:27.797Z] --- PASS: TestAttachWithTTY (0.05s)
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestAttachWithoutTTy
23:00:27 [2023-01-19T23:00:27.797Z] --- PASS: TestAttachWithoutTTy (0.05s)
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestCheckpoint
23:00:27 [2023-01-19T23:00:27.797Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:00:27 [2023-01-19T23:00:27.797Z] --- SKIP: TestCheckpoint (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/commit
23:00:27 [2023-01-19T23:00:27.797Z] === PAUSE TestContainerInvalidJSON/commit
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/create
23:00:27 [2023-01-19T23:00:27.797Z] === PAUSE TestContainerInvalidJSON/containers/create
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
23:00:27 [2023-01-19T23:00:27.797Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
23:00:27 [2023-01-19T23:00:27.797Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
23:00:27 [2023-01-19T23:00:27.797Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:00:27 [2023-01-19T23:00:27.797Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
23:00:27 [2023-01-19T23:00:27.797Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
23:00:27 [2023-01-19T23:00:27.797Z] === CONT  TestContainerInvalidJSON/commit
23:00:27 [2023-01-19T23:00:27.797Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/commit/empty_body
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
23:00:27 [2023-01-19T23:00:27.797Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
23:00:27 [2023-01-19T23:00:27.797Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
23:00:27 [2023-01-19T23:00:27.797Z] === CONT  TestContainerInvalidJSON/containers/create
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
23:00:27 [2023-01-19T23:00:27.797Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
23:00:27 [2023-01-19T23:00:27.797Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
23:00:27 [2023-01-19T23:00:27.797Z] --- PASS: TestContainerInvalidJSON (0.01s)
23:00:27 [2023-01-19T23:00:27.797Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:00:27 [2023-01-19T23:00:27.797Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestCopyFromContainerPathIsNotDir
23:00:27 [2023-01-19T23:00:27.797Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestCopyToContainerPathDoesNotExist
23:00:27 [2023-01-19T23:00:27.797Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
23:00:27 [2023-01-19T23:00:27.797Z] === RUN   TestCopyEmptyFile
23:00:28 [2023-01-19T23:00:28.057Z] --- PASS: TestCopyEmptyFile (0.21s)
23:00:28 [2023-01-19T23:00:28.057Z] === RUN   TestCopyToContainerPathIsNotDir
23:00:28 [2023-01-19T23:00:28.057Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
23:00:28 [2023-01-19T23:00:28.057Z] === RUN   TestCopyFromContainer
23:00:28 [2023-01-19T23:00:28.994Z] === RUN   TestCopyFromContainer//
23:00:28 [2023-01-19T23:00:28.994Z] === RUN   TestCopyFromContainer//bar/root
23:00:29 [2023-01-19T23:00:29.282Z] === RUN   TestCopyFromContainer//bar/root/
23:00:29 [2023-01-19T23:00:29.282Z] === RUN   TestCopyFromContainer/bar/quux
23:00:29 [2023-01-19T23:00:29.282Z] === RUN   TestCopyFromContainer/bar/quux/
23:00:29 [2023-01-19T23:00:29.282Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:00:29 [2023-01-19T23:00:29.282Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:00:29 [2023-01-19T23:00:29.543Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:00:29 [2023-01-19T23:00:29.543Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:00:29 [2023-01-19T23:00:29.543Z] === RUN   TestCopyFromContainer/bar/notarget
23:00:29 [2023-01-19T23:00:29.543Z] --- PASS: TestCopyFromContainer (1.55s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
23:00:29 [2023-01-19T23:00:29.543Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:00:29 [2023-01-19T23:00:29.543Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:00:29 [2023-01-19T23:00:29.543Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:00:29 [2023-01-19T23:00:29.543Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:00:29 [2023-01-19T23:00:29.543Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:00:29 [2023-01-19T23:00:29.543Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:00:29 [2023-01-19T23:00:29.543Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:00:29 [2023-01-19T23:00:29.543Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:00:29 [2023-01-19T23:00:29.543Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:00:29 [2023-01-19T23:00:29.543Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:00:29 [2023-01-19T23:00:29.543Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:00:29 [2023-01-19T23:00:29.543Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:00:29 [2023-01-19T23:00:29.543Z] === RUN   TestCreateLinkToNonExistingContainer
23:00:29 [2023-01-19T23:00:29.808Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
23:00:29 [2023-01-19T23:00:29.808Z] === RUN   TestCreateWithInvalidEnv
23:00:29 [2023-01-19T23:00:29.808Z] === RUN   TestCreateWithInvalidEnv/0
23:00:29 [2023-01-19T23:00:29.808Z] === PAUSE TestCreateWithInvalidEnv/0
23:00:29 [2023-01-19T23:00:29.808Z] === RUN   TestCreateWithInvalidEnv/1
23:00:29 [2023-01-19T23:00:29.808Z] === PAUSE TestCreateWithInvalidEnv/1
23:00:29 [2023-01-19T23:00:29.808Z] === RUN   TestCreateWithInvalidEnv/2
23:00:29 [2023-01-19T23:00:29.808Z] === PAUSE TestCreateWithInvalidEnv/2
23:00:29 [2023-01-19T23:00:29.808Z] === CONT  TestCreateWithInvalidEnv/0
23:00:29 [2023-01-19T23:00:29.808Z] === CONT  TestCreateWithInvalidEnv/2
23:00:29 [2023-01-19T23:00:29.808Z] === CONT  TestCreateWithInvalidEnv/1
23:00:29 [2023-01-19T23:00:29.808Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
23:00:29 [2023-01-19T23:00:29.808Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:00:29 [2023-01-19T23:00:29.808Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:00:29 [2023-01-19T23:00:29.808Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:00:29 [2023-01-19T23:00:29.808Z] === RUN   TestCreateTmpfsMountsTarget
23:00:29 [2023-01-19T23:00:29.808Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
23:00:29 [2023-01-19T23:00:29.808Z] === RUN   TestCreateWithCustomMaskedPaths
23:00:31 [2023-01-19T23:00:31.212Z] --- PASS: TestCreateWithCustomMaskedPaths (1.24s)
23:00:31 [2023-01-19T23:00:31.212Z] === RUN   TestCreateWithCustomReadonlyPaths
23:00:32 [2023-01-19T23:00:32.149Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.26s)
23:00:32 [2023-01-19T23:00:32.149Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:00:32 [2023-01-19T23:00:32.149Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:00:32 [2023-01-19T23:00:32.149Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:00:32 [2023-01-19T23:00:32.149Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:00:32 [2023-01-19T23:00:32.149Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:00:32 [2023-01-19T23:00:32.149Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:00:32 [2023-01-19T23:00:32.149Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:00:32 [2023-01-19T23:00:32.149Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:00:32 [2023-01-19T23:00:32.149Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:00:32 [2023-01-19T23:00:32.149Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:00:32 [2023-01-19T23:00:32.149Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:00:32 [2023-01-19T23:00:32.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:00:32 [2023-01-19T23:00:32.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:00:32 [2023-01-19T23:00:32.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:00:32 [2023-01-19T23:00:32.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:00:32 [2023-01-19T23:00:32.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:00:32 [2023-01-19T23:00:32.149Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
23:00:32 [2023-01-19T23:00:32.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:00:32 [2023-01-19T23:00:32.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:00:32 [2023-01-19T23:00:32.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:00:32 [2023-01-19T23:00:32.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:00:32 [2023-01-19T23:00:32.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:00:32 [2023-01-19T23:00:32.149Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:00:32 [2023-01-19T23:00:32.721Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s)
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestCreateDifferentPlatform
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestCreateDifferentPlatform/different_os
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:00:32 [2023-01-19T23:00:32.721Z] --- PASS: TestCreateDifferentPlatform (0.01s)
23:00:32 [2023-01-19T23:00:32.721Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
23:00:32 [2023-01-19T23:00:32.721Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:00:32 [2023-01-19T23:00:32.721Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:00:32 [2023-01-19T23:00:32.721Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestCreateInvalidHostConfig
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
23:00:32 [2023-01-19T23:00:32.721Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
23:00:32 [2023-01-19T23:00:32.721Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:00:32 [2023-01-19T23:00:32.721Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
23:00:32 [2023-01-19T23:00:32.721Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
23:00:32 [2023-01-19T23:00:32.721Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
23:00:32 [2023-01-19T23:00:32.721Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:00:32 [2023-01-19T23:00:32.721Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
23:00:32 [2023-01-19T23:00:32.721Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
23:00:32 [2023-01-19T23:00:32.721Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
23:00:32 [2023-01-19T23:00:32.721Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
23:00:32 [2023-01-19T23:00:32.721Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
23:00:32 [2023-01-19T23:00:32.721Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
23:00:32 [2023-01-19T23:00:32.721Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestContainerStartOnDaemonRestart
23:00:32 [2023-01-19T23:00:32.721Z] === PAUSE TestContainerStartOnDaemonRestart
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestDaemonRestartIpcMode
23:00:32 [2023-01-19T23:00:32.721Z] === PAUSE TestDaemonRestartIpcMode
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestDaemonHostGatewayIP
23:00:32 [2023-01-19T23:00:32.721Z] === PAUSE TestDaemonHostGatewayIP
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestRestartDaemonWithRestartingContainer
23:00:32 [2023-01-19T23:00:32.721Z] === PAUSE TestRestartDaemonWithRestartingContainer
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestContainerKillOnDaemonStart
23:00:32 [2023-01-19T23:00:32.721Z] === PAUSE TestContainerKillOnDaemonStart
23:00:32 [2023-01-19T23:00:32.721Z] === RUN   TestDiff
23:00:33 [2023-01-19T23:00:33.292Z] --- PASS: TestDiff (0.43s)
23:00:33 [2023-01-19T23:00:33.292Z] === RUN   TestExecConsoleSize
23:00:33 [2023-01-19T23:00:33.861Z] --- PASS: TestExecConsoleSize (0.49s)
23:00:33 [2023-01-19T23:00:33.861Z] === RUN   TestExecWithCloseStdin
23:00:34 [2023-01-19T23:00:34.121Z] --- PASS: TestExecWithCloseStdin (0.50s)
23:00:34 [2023-01-19T23:00:34.121Z] === RUN   TestExec
23:00:35 [2023-01-19T23:00:35.059Z] --- PASS: TestExec (0.64s)
23:00:35 [2023-01-19T23:00:35.059Z] === RUN   TestExecUser
23:00:35 [2023-01-19T23:00:35.318Z] --- PASS: TestExecUser (0.52s)
23:00:35 [2023-01-19T23:00:35.318Z] === RUN   TestExportContainerAndImportImage
23:00:35 [2023-01-19T23:00:35.889Z] --- PASS: TestExportContainerAndImportImage (0.59s)
23:00:35 [2023-01-19T23:00:35.889Z] === RUN   TestExportContainerAfterDaemonRestart
23:00:37 [2023-01-19T23:00:37.267Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
23:00:37 [2023-01-19T23:00:37.267Z] === RUN   TestHealthCheckWorkdir
23:00:37 [2023-01-19T23:00:37.835Z] --- PASS: TestHealthCheckWorkdir (0.62s)
23:00:37 [2023-01-19T23:00:37.835Z] === RUN   TestHealthKillContainer
23:00:45 [2023-01-19T23:00:45.956Z] --- PASS: TestHealthKillContainer (7.91s)
23:00:45 [2023-01-19T23:00:45.956Z] === RUN   TestHealthCheckProcessKilled
23:00:46 [2023-01-19T23:00:46.528Z] --- PASS: TestHealthCheckProcessKilled (0.69s)
23:00:46 [2023-01-19T23:00:46.528Z] === RUN   TestInspectCpusetInConfigPre120
23:00:46 [2023-01-19T23:00:46.787Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s)
23:00:46 [2023-01-19T23:00:46.787Z] === RUN   TestIpcModeNone
23:00:47 [2023-01-19T23:00:47.356Z] --- PASS: TestIpcModeNone (0.48s)
23:00:47 [2023-01-19T23:00:47.356Z] === RUN   TestIpcModePrivate
23:00:47 [2023-01-19T23:00:47.616Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
23:00:47 [2023-01-19T23:00:47.875Z] --- PASS: TestIpcModePrivate (0.46s)
23:00:47 [2023-01-19T23:00:47.875Z] === RUN   TestIpcModeShareable
23:00:48 [2023-01-19T23:00:48.134Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
23:00:48 [2023-01-19T23:00:48.394Z] --- PASS: TestIpcModeShareable (0.46s)
23:00:48 [2023-01-19T23:00:48.394Z] === RUN   TestAPIIpcModeShareableAndContainer
23:00:49 [2023-01-19T23:00:49.774Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.45s)
23:00:49 [2023-01-19T23:00:49.774Z] === RUN   TestAPIIpcModeHost
23:00:50 [2023-01-19T23:00:50.343Z] --- PASS: TestAPIIpcModeHost (0.44s)
23:00:50 [2023-01-19T23:00:50.343Z] === RUN   TestDaemonIpcModeShareable
23:00:51 [2023-01-19T23:00:51.281Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
23:00:51 [2023-01-19T23:00:51.281Z] --- PASS: TestDaemonIpcModeShareable (1.18s)
23:00:51 [2023-01-19T23:00:51.281Z] === RUN   TestDaemonIpcModePrivate
23:00:52 [2023-01-19T23:00:52.659Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
23:00:52 [2023-01-19T23:00:52.659Z] --- PASS: TestDaemonIpcModePrivate (1.17s)
23:00:52 [2023-01-19T23:00:52.659Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:00:53 [2023-01-19T23:00:53.597Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
23:00:53 [2023-01-19T23:00:53.597Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s)
23:00:53 [2023-01-19T23:00:53.597Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:00:54 [2023-01-19T23:00:54.976Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
23:00:54 [2023-01-19T23:00:54.976Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s)
23:00:54 [2023-01-19T23:00:54.976Z] === RUN   TestIpcModeOlderClient
23:00:54 [2023-01-19T23:00:54.976Z] === PAUSE TestIpcModeOlderClient
23:00:54 [2023-01-19T23:00:54.976Z] === RUN   TestKillContainerInvalidSignal
23:00:55 [2023-01-19T23:00:55.236Z] --- PASS: TestKillContainerInvalidSignal (0.43s)
23:00:55 [2023-01-19T23:00:55.236Z] === RUN   TestKillContainer
23:00:55 [2023-01-19T23:00:55.236Z] === RUN   TestKillContainer/no_signal
23:00:55 [2023-01-19T23:00:55.804Z] === RUN   TestKillContainer/non_killing_signal
23:00:56 [2023-01-19T23:00:56.066Z] === RUN   TestKillContainer/killing_signal
23:00:56 [2023-01-19T23:00:56.635Z] --- PASS: TestKillContainer (1.33s)
23:00:56 [2023-01-19T23:00:56.635Z]     --- PASS: TestKillContainer/no_signal (0.40s)
23:00:56 [2023-01-19T23:00:56.635Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
23:00:56 [2023-01-19T23:00:56.635Z]     --- PASS: TestKillContainer/killing_signal (0.44s)
23:00:56 [2023-01-19T23:00:56.635Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:00:56 [2023-01-19T23:00:56.635Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:00:57 [2023-01-19T23:00:57.203Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:00:57 [2023-01-19T23:00:57.772Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s)
23:00:57 [2023-01-19T23:00:57.772Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
23:00:57 [2023-01-19T23:00:57.772Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s)
23:00:57 [2023-01-19T23:00:57.772Z] === RUN   TestKillStoppedContainer
23:00:58 [2023-01-19T23:00:58.031Z] --- PASS: TestKillStoppedContainer (0.05s)
23:00:58 [2023-01-19T23:00:58.031Z] === RUN   TestKillStoppedContainerAPIPre120
23:00:58 [2023-01-19T23:00:58.031Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
23:00:58 [2023-01-19T23:00:58.031Z] === RUN   TestKillDifferentUserContainer
23:00:58 [2023-01-19T23:00:58.291Z] --- PASS: TestKillDifferentUserContainer (0.46s)
23:00:58 [2023-01-19T23:00:58.291Z] === RUN   TestInspectOomKilledTrue
23:00:58 [2023-01-19T23:00:58.860Z] --- PASS: TestInspectOomKilledTrue (0.49s)
23:00:58 [2023-01-19T23:00:58.860Z] === RUN   TestInspectOomKilledFalse
23:00:59 [2023-01-19T23:00:59.429Z] --- PASS: TestInspectOomKilledFalse (0.44s)
23:00:59 [2023-01-19T23:00:59.429Z] === RUN   TestLinksEtcHostsContentMatch
23:00:59 [2023-01-19T23:00:59.688Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s)
23:00:59 [2023-01-19T23:00:59.688Z] === RUN   TestLinksContainerNames
23:01:00 [2023-01-19T23:01:00.626Z] --- PASS: TestLinksContainerNames (0.85s)
23:01:00 [2023-01-19T23:01:00.626Z] === RUN   TestLogsFollowTailEmpty
23:01:00 [2023-01-19T23:01:00.887Z] --- PASS: TestLogsFollowTailEmpty (0.41s)
23:01:00 [2023-01-19T23:01:00.887Z] === RUN   TestLogs
23:01:00 [2023-01-19T23:01:00.887Z] === RUN   TestLogs/driver_local
23:01:00 [2023-01-19T23:01:00.887Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
23:01:00 [2023-01-19T23:01:00.887Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
23:01:00 [2023-01-19T23:01:00.887Z] === RUN   TestLogs/driver_local/tty/only_stdout
23:01:00 [2023-01-19T23:01:00.887Z] === PAUSE TestLogs/driver_local/tty/only_stdout
23:01:00 [2023-01-19T23:01:00.887Z] === RUN   TestLogs/driver_local/tty/only_stderr
23:01:00 [2023-01-19T23:01:00.887Z] === PAUSE TestLogs/driver_local/tty/only_stderr
23:01:00 [2023-01-19T23:01:00.887Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
23:01:00 [2023-01-19T23:01:00.887Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
23:01:00 [2023-01-19T23:01:00.887Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
23:01:00 [2023-01-19T23:01:00.887Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
23:01:00 [2023-01-19T23:01:00.887Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
23:01:00 [2023-01-19T23:01:00.887Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
23:01:00 [2023-01-19T23:01:00.887Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
23:01:00 [2023-01-19T23:01:00.887Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
23:01:01 [2023-01-19T23:01:01.457Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
23:01:01 [2023-01-19T23:01:01.457Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
23:01:02 [2023-01-19T23:01:02.027Z] === CONT  TestLogs/driver_local/tty/only_stderr
23:01:02 [2023-01-19T23:01:02.287Z] === CONT  TestLogs/driver_local/tty/only_stdout
23:01:02 [2023-01-19T23:01:02.856Z] === RUN   TestLogs/driver_json-file
23:01:02 [2023-01-19T23:01:02.856Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
23:01:02 [2023-01-19T23:01:02.856Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
23:01:02 [2023-01-19T23:01:02.856Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
23:01:02 [2023-01-19T23:01:02.856Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
23:01:02 [2023-01-19T23:01:02.856Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
23:01:02 [2023-01-19T23:01:02.856Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
23:01:02 [2023-01-19T23:01:02.856Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:01:02 [2023-01-19T23:01:02.856Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:01:02 [2023-01-19T23:01:02.856Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
23:01:02 [2023-01-19T23:01:02.856Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
23:01:02 [2023-01-19T23:01:02.856Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
23:01:02 [2023-01-19T23:01:02.856Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
23:01:02 [2023-01-19T23:01:02.856Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
23:01:02 [2023-01-19T23:01:02.856Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:01:03 [2023-01-19T23:01:03.425Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
23:01:03 [2023-01-19T23:01:03.425Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
23:01:03 [2023-01-19T23:01:03.994Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
23:01:03 [2023-01-19T23:01:03.994Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
23:01:04 [2023-01-19T23:01:04.562Z] --- PASS: TestLogs (3.59s)
23:01:04 [2023-01-19T23:01:04.562Z]     --- PASS: TestLogs/driver_local (0.01s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.62s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.66s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.53s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.58s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.56s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.54s)
23:01:04 [2023-01-19T23:01:04.562Z]     --- PASS: TestLogs/driver_json-file (0.01s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.78s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.79s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.46s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.51s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.49s)
23:01:04 [2023-01-19T23:01:04.562Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.47s)
23:01:04 [2023-01-19T23:01:04.562Z] === RUN   TestContainerNetworkMountsNoChown
23:01:04 [2023-01-19T23:01:04.822Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/default
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/default
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/private
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/private
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/rprivate
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/rprivate
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/slave
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/slave
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/rslave
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/rslave
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/shared
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/shared
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/rshared
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/rshared
23:01:04 [2023-01-19T23:01:04.822Z] === CONT  TestMountDaemonRoot/default
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/default/mount_root
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/default/bind_root
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:01:04 [2023-01-19T23:01:04.822Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:01:04 [2023-01-19T23:01:04.822Z] === CONT  TestMountDaemonRoot/rshared
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:01:04 [2023-01-19T23:01:04.822Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:01:04 [2023-01-19T23:01:04.822Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:01:04 [2023-01-19T23:01:04.822Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/shared
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/rslave
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/slave
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/rprivate
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/private
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/private/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === RUN   TestMountDaemonRoot/private/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/default/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/default/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:01:05 [2023-01-19T23:01:05.082Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/private/mount_root
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:01:05 [2023-01-19T23:01:05.342Z] === CONT  TestMountDaemonRoot/private/bind_root
23:01:05 [2023-01-19T23:01:05.342Z] --- PASS: TestMountDaemonRoot (0.02s)
23:01:05 [2023-01-19T23:01:05.342Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
23:01:05 [2023-01-19T23:01:05.342Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
23:01:05 [2023-01-19T23:01:05.342Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
23:01:05 [2023-01-19T23:01:05.342Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
23:01:05 [2023-01-19T23:01:05.342Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
23:01:05 [2023-01-19T23:01:05.342Z] === RUN   TestContainerBindMountNonRecursive
23:01:06 [2023-01-19T23:01:06.721Z] --- PASS: TestContainerBindMountNonRecursive (1.23s)
23:01:06 [2023-01-19T23:01:06.721Z] === RUN   TestContainerVolumesMountedAsShared
23:01:06 [2023-01-19T23:01:06.981Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
23:01:06 [2023-01-19T23:01:06.981Z] === RUN   TestContainerVolumesMountedAsSlave
23:01:07 [2023-01-19T23:01:07.549Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s)
23:01:07 [2023-01-19T23:01:07.549Z] === RUN   TestNetworkNat
23:01:08 [2023-01-19T23:01:08.118Z] --- PASS: TestNetworkNat (0.48s)
23:01:08 [2023-01-19T23:01:08.118Z] === RUN   TestNetworkLocalhostTCPNat
23:01:08 [2023-01-19T23:01:08.378Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
23:01:08 [2023-01-19T23:01:08.378Z] === RUN   TestNetworkLoopbackNat
23:01:10 [2023-01-19T23:01:10.912Z] --- PASS: TestNetworkLoopbackNat (2.54s)
23:01:10 [2023-01-19T23:01:10.912Z] === RUN   TestPause
23:01:11 [2023-01-19T23:01:11.480Z] --- PASS: TestPause (0.45s)
23:01:11 [2023-01-19T23:01:11.480Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:01:11 [2023-01-19T23:01:11.480Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:01:11 [2023-01-19T23:01:11.480Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:01:11 [2023-01-19T23:01:11.480Z] === RUN   TestPauseStopPausedContainer
23:01:11 [2023-01-19T23:01:11.742Z] --- PASS: TestPauseStopPausedContainer (0.46s)
23:01:11 [2023-01-19T23:01:11.742Z] === RUN   TestPidHost
23:01:13 [2023-01-19T23:01:13.121Z] --- PASS: TestPidHost (0.99s)
23:01:13 [2023-01-19T23:01:13.121Z] === RUN   TestPsFilter
23:01:13 [2023-01-19T23:01:13.121Z] --- PASS: TestPsFilter (0.09s)
23:01:13 [2023-01-19T23:01:13.121Z] === RUN   TestRemoveContainerWithRemovedVolume
23:01:13 [2023-01-19T23:01:13.381Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
23:01:13 [2023-01-19T23:01:13.381Z] === RUN   TestRemoveContainerWithVolume
23:01:13 [2023-01-19T23:01:13.653Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
23:01:13 [2023-01-19T23:01:13.653Z] === RUN   TestRemoveContainerRunning
23:01:14 [2023-01-19T23:01:14.235Z] --- PASS: TestRemoveContainerRunning (0.45s)
23:01:14 [2023-01-19T23:01:14.235Z] === RUN   TestRemoveContainerForceRemoveRunning
23:01:14 [2023-01-19T23:01:14.803Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
23:01:14 [2023-01-19T23:01:14.803Z] === RUN   TestRemoveInvalidContainer
23:01:14 [2023-01-19T23:01:14.803Z] --- PASS: TestRemoveInvalidContainer (0.01s)
23:01:14 [2023-01-19T23:01:14.803Z] === RUN   TestRenameLinkedContainer
23:01:16 [2023-01-19T23:01:16.710Z] --- PASS: TestRenameLinkedContainer (1.79s)
23:01:16 [2023-01-19T23:01:16.710Z] === RUN   TestRenameStoppedContainer
23:01:16 [2023-01-19T23:01:16.970Z] --- PASS: TestRenameStoppedContainer (0.42s)
23:01:16 [2023-01-19T23:01:16.970Z] === RUN   TestRenameRunningContainerAndReuse
23:01:17 [2023-01-19T23:01:17.907Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s)
23:01:17 [2023-01-19T23:01:17.907Z] === RUN   TestRenameInvalidName
23:01:18 [2023-01-19T23:01:18.167Z] --- PASS: TestRenameInvalidName (0.40s)
23:01:18 [2023-01-19T23:01:18.167Z] === RUN   TestRenameAnonymousContainer
23:01:20 [2023-01-19T23:01:20.074Z] --- PASS: TestRenameAnonymousContainer (1.61s)
23:01:20 [2023-01-19T23:01:20.074Z] === RUN   TestRenameContainerWithSameName
23:01:20 [2023-01-19T23:01:20.074Z] --- PASS: TestRenameContainerWithSameName (0.43s)
23:01:20 [2023-01-19T23:01:20.074Z] === RUN   TestRenameContainerWithLinkedContainer
23:01:21 [2023-01-19T23:01:21.012Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s)
23:01:21 [2023-01-19T23:01:21.012Z] === RUN   TestResize
23:01:21 [2023-01-19T23:01:21.580Z] --- PASS: TestResize (0.44s)
23:01:21 [2023-01-19T23:01:21.580Z] === RUN   TestResizeWithInvalidSize
23:01:21 [2023-01-19T23:01:21.840Z] --- PASS: TestResizeWithInvalidSize (0.43s)
23:01:21 [2023-01-19T23:01:21.840Z] === RUN   TestResizeWhenContainerNotStarted
23:01:22 [2023-01-19T23:01:22.408Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:01:22 [2023-01-19T23:01:22.408Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:01:24 [2023-01-19T23:01:24.322Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:01:25 [2023-01-19T23:01:25.260Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:01:26 [2023-01-19T23:01:26.207Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:01:26 [2023-01-19T23:01:26.466Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:01:27 [2023-01-19T23:01:27.846Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:01:27 [2023-01-19T23:01:27.846Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:01:31 [2023-01-19T23:01:31.139Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:01:31 [2023-01-19T23:01:31.139Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:01:33 [2023-01-19T23:01:33.050Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:01:34 [2023-01-19T23:01:34.960Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:01:34 [2023-01-19T23:01:34.960Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:01:36 [2023-01-19T23:01:36.878Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:01:36 [2023-01-19T23:01:36.878Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:01:38 [2023-01-19T23:01:38.258Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:01:40 [2023-01-19T23:01:40.164Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.70s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.02s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.38s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.40s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.97s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.93s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.78s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.96s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.73s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.82s)
23:01:40 [2023-01-19T23:01:40.164Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.66s)
23:01:40 [2023-01-19T23:01:40.164Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
23:01:40 [2023-01-19T23:01:40.164Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
23:01:41 [2023-01-19T23:01:41.102Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
23:01:42 [2023-01-19T23:01:42.039Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.89s)
23:01:42 [2023-01-19T23:01:42.039Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.93s)
23:01:42 [2023-01-19T23:01:42.039Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.94s)
23:01:42 [2023-01-19T23:01:42.039Z] === RUN   TestCgroupNamespacesRun
23:01:42 [2023-01-19T23:01:42.977Z] --- PASS: TestCgroupNamespacesRun (1.16s)
23:01:42 [2023-01-19T23:01:42.977Z] === RUN   TestCgroupNamespacesRunPrivileged
23:01:44 [2023-01-19T23:01:44.356Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s)
23:01:44 [2023-01-19T23:01:44.356Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
23:01:45 [2023-01-19T23:01:45.294Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s)
23:01:45 [2023-01-19T23:01:45.294Z] === RUN   TestCgroupNamespacesRunHostMode
23:01:46 [2023-01-19T23:01:46.679Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s)
23:01:46 [2023-01-19T23:01:46.679Z] === RUN   TestCgroupNamespacesRunPrivateMode
23:01:47 [2023-01-19T23:01:47.617Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s)
23:01:47 [2023-01-19T23:01:47.617Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
23:01:48 [2023-01-19T23:01:48.996Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.19s)
23:01:48 [2023-01-19T23:01:48.996Z] === RUN   TestCgroupNamespacesRunInvalidMode
23:01:49 [2023-01-19T23:01:49.565Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
23:01:49 [2023-01-19T23:01:49.565Z] === RUN   TestCgroupNamespacesRunOlderClient
23:01:50 [2023-01-19T23:01:50.947Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s)
23:01:50 [2023-01-19T23:01:50.947Z] === RUN   TestNISDomainname
23:01:51 [2023-01-19T23:01:51.206Z] --- PASS: TestNISDomainname (0.50s)
23:01:51 [2023-01-19T23:01:51.206Z] === RUN   TestHostnameDnsResolution
23:01:51 [2023-01-19T23:01:51.775Z] --- PASS: TestHostnameDnsResolution (0.69s)
23:01:51 [2023-01-19T23:01:51.775Z] === RUN   TestUnprivilegedPortsAndPing
23:01:52 [2023-01-19T23:01:52.348Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s)
23:01:52 [2023-01-19T23:01:52.348Z] === RUN   TestPrivilegedHostDevices
23:01:52 [2023-01-19T23:01:52.916Z] --- PASS: TestPrivilegedHostDevices (0.48s)
23:01:52 [2023-01-19T23:01:52.916Z] === RUN   TestRunConsoleSize
23:01:53 [2023-01-19T23:01:53.484Z] --- PASS: TestRunConsoleSize (0.43s)
23:01:53 [2023-01-19T23:01:53.484Z] === RUN   TestRunWithAlternativeContainerdShim
23:01:55 [2023-01-19T23:01:55.390Z] --- PASS: TestRunWithAlternativeContainerdShim (2.01s)
23:01:55 [2023-01-19T23:01:55.390Z] === RUN   TestStats
23:01:57 [2023-01-19T23:01:57.925Z] --- PASS: TestStats (2.43s)
23:01:57 [2023-01-19T23:01:57.925Z] === RUN   TestStopContainerWithTimeout
23:01:57 [2023-01-19T23:01:57.925Z] === RUN   TestStopContainerWithTimeout/0
23:01:57 [2023-01-19T23:01:57.925Z] === PAUSE TestStopContainerWithTimeout/0
23:01:57 [2023-01-19T23:01:57.925Z] === RUN   TestStopContainerWithTimeout/1
23:01:57 [2023-01-19T23:01:57.925Z] === PAUSE TestStopContainerWithTimeout/1
23:01:57 [2023-01-19T23:01:57.925Z] === RUN   TestStopContainerWithTimeout/3
23:01:57 [2023-01-19T23:01:57.925Z] === PAUSE TestStopContainerWithTimeout/3
23:01:57 [2023-01-19T23:01:57.925Z] === RUN   TestStopContainerWithTimeout/-1
23:01:57 [2023-01-19T23:01:57.925Z] === PAUSE TestStopContainerWithTimeout/-1
23:01:57 [2023-01-19T23:01:57.925Z] === CONT  TestStopContainerWithTimeout/0
23:01:57 [2023-01-19T23:01:57.925Z] === CONT  TestStopContainerWithTimeout/3
23:01:58 [2023-01-19T23:01:58.493Z] === CONT  TestStopContainerWithTimeout/-1
23:02:00 [2023-01-19T23:02:00.398Z] === CONT  TestStopContainerWithTimeout/1
23:02:01 [2023-01-19T23:02:01.776Z] --- PASS: TestStopContainerWithTimeout (0.01s)
23:02:01 [2023-01-19T23:02:01.776Z]     --- PASS: TestStopContainerWithTimeout/0 (0.64s)
23:02:01 [2023-01-19T23:02:01.776Z]     --- PASS: TestStopContainerWithTimeout/3 (2.57s)
23:02:01 [2023-01-19T23:02:01.777Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.39s)
23:02:01 [2023-01-19T23:02:01.777Z]     --- PASS: TestStopContainerWithTimeout/1 (1.44s)
23:02:01 [2023-01-19T23:02:01.777Z] === RUN   TestDeleteDevicemapper
23:02:01 [2023-01-19T23:02:01.777Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:02:01 [2023-01-19T23:02:01.777Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:02:01 [2023-01-19T23:02:01.777Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:02:03 [2023-01-19T23:02:03.713Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.56s)
23:02:03 [2023-01-19T23:02:03.713Z] === RUN   TestUpdateMemory
23:02:03 [2023-01-19T23:02:03.973Z] --- PASS: TestUpdateMemory (0.55s)
23:02:03 [2023-01-19T23:02:03.973Z] === RUN   TestUpdateCPUQuota
23:02:04 [2023-01-19T23:02:04.924Z] --- PASS: TestUpdateCPUQuota (0.78s)
23:02:04 [2023-01-19T23:02:04.924Z] === RUN   TestUpdatePidsLimit
23:02:04 [2023-01-19T23:02:04.924Z] === RUN   TestUpdatePidsLimit/update_from_none
23:02:04 [2023-01-19T23:02:04.924Z] === RUN   TestUpdatePidsLimit/no_change
23:02:05 [2023-01-19T23:02:05.183Z] === RUN   TestUpdatePidsLimit/update_lower
23:02:05 [2023-01-19T23:02:05.442Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:02:05 [2023-01-19T23:02:05.442Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:02:05 [2023-01-19T23:02:05.701Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:02:05 [2023-01-19T23:02:05.961Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:02:06 [2023-01-19T23:02:06.529Z] --- PASS: TestUpdatePidsLimit (1.94s)
23:02:06 [2023-01-19T23:02:06.529Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
23:02:06 [2023-01-19T23:02:06.529Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
23:02:06 [2023-01-19T23:02:06.529Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
23:02:06 [2023-01-19T23:02:06.529Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
23:02:06 [2023-01-19T23:02:06.529Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
23:02:06 [2023-01-19T23:02:06.529Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s)
23:02:06 [2023-01-19T23:02:06.529Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
23:02:06 [2023-01-19T23:02:06.529Z] === RUN   TestUpdateRestartPolicy
23:02:18 [2023-01-19T23:02:18.738Z] --- PASS: TestUpdateRestartPolicy (10.89s)
23:02:18 [2023-01-19T23:02:18.738Z] === RUN   TestUpdateRestartWithAutoRemove
23:02:18 [2023-01-19T23:02:18.738Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
23:02:18 [2023-01-19T23:02:18.738Z] === RUN   TestWaitNonBlocked
23:02:18 [2023-01-19T23:02:18.738Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:02:18 [2023-01-19T23:02:18.738Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:02:18 [2023-01-19T23:02:18.738Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:02:18 [2023-01-19T23:02:18.738Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:02:18 [2023-01-19T23:02:18.738Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:02:18 [2023-01-19T23:02:18.738Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:02:18 [2023-01-19T23:02:18.738Z] --- PASS: TestWaitNonBlocked (0.01s)
23:02:18 [2023-01-19T23:02:18.738Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.59s)
23:02:18 [2023-01-19T23:02:18.738Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s)
23:02:18 [2023-01-19T23:02:18.738Z] === RUN   TestWaitBlocked
23:02:18 [2023-01-19T23:02:18.738Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:02:18 [2023-01-19T23:02:18.738Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:02:18 [2023-01-19T23:02:18.738Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:02:18 [2023-01-19T23:02:18.738Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:02:18 [2023-01-19T23:02:18.738Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:02:18 [2023-01-19T23:02:18.738Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:02:19 [2023-01-19T23:02:19.307Z] --- PASS: TestWaitBlocked (0.01s)
23:02:19 [2023-01-19T23:02:19.307Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s)
23:02:19 [2023-01-19T23:02:19.307Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s)
23:02:19 [2023-01-19T23:02:19.307Z] === RUN   TestWaitConditions
23:02:19 [2023-01-19T23:02:19.307Z] === RUN   TestWaitConditions/default
23:02:19 [2023-01-19T23:02:19.307Z] === PAUSE TestWaitConditions/default
23:02:19 [2023-01-19T23:02:19.307Z] === RUN   TestWaitConditions/not-running
23:02:19 [2023-01-19T23:02:19.307Z] === PAUSE TestWaitConditions/not-running
23:02:19 [2023-01-19T23:02:19.307Z] === RUN   TestWaitConditions/next-exit
23:02:19 [2023-01-19T23:02:19.307Z] === PAUSE TestWaitConditions/next-exit
23:02:19 [2023-01-19T23:02:19.307Z] === RUN   TestWaitConditions/removed
23:02:19 [2023-01-19T23:02:19.307Z] === PAUSE TestWaitConditions/removed
23:02:19 [2023-01-19T23:02:19.307Z] === CONT  TestWaitConditions/default
23:02:19 [2023-01-19T23:02:19.307Z] === CONT  TestWaitConditions/removed
23:02:21 [2023-01-19T23:02:21.211Z] === CONT  TestWaitConditions/next-exit
23:02:21 [2023-01-19T23:02:21.211Z] === CONT  TestWaitConditions/not-running
23:02:22 [2023-01-19T23:02:22.590Z] --- PASS: TestWaitConditions (0.01s)
23:02:22 [2023-01-19T23:02:22.590Z]     --- PASS: TestWaitConditions/removed (1.60s)
23:02:22 [2023-01-19T23:02:22.590Z]     --- PASS: TestWaitConditions/default (1.65s)
23:02:22 [2023-01-19T23:02:22.590Z]     --- PASS: TestWaitConditions/not-running (1.59s)
23:02:22 [2023-01-19T23:02:22.590Z]     --- PASS: TestWaitConditions/next-exit (1.65s)
23:02:22 [2023-01-19T23:02:22.590Z] === RUN   TestWaitRestartedContainer
23:02:22 [2023-01-19T23:02:22.590Z] === RUN   TestWaitRestartedContainer/default
23:02:22 [2023-01-19T23:02:22.590Z] === PAUSE TestWaitRestartedContainer/default
23:02:22 [2023-01-19T23:02:22.590Z] === RUN   TestWaitRestartedContainer/not-running
23:02:22 [2023-01-19T23:02:22.590Z] === PAUSE TestWaitRestartedContainer/not-running
23:02:22 [2023-01-19T23:02:22.590Z] === RUN   TestWaitRestartedContainer/next-exit
23:02:22 [2023-01-19T23:02:22.590Z] === PAUSE TestWaitRestartedContainer/next-exit
23:02:22 [2023-01-19T23:02:22.590Z] === CONT  TestWaitRestartedContainer/default
23:02:22 [2023-01-19T23:02:22.590Z] === CONT  TestWaitRestartedContainer/next-exit
23:02:23 [2023-01-19T23:02:23.969Z] === CONT  TestWaitRestartedContainer/not-running
23:02:24 [2023-01-19T23:02:24.907Z] --- PASS: TestWaitRestartedContainer (0.01s)
23:02:24 [2023-01-19T23:02:24.907Z]     --- PASS: TestWaitRestartedContainer/default (1.39s)
23:02:24 [2023-01-19T23:02:24.907Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.42s)
23:02:24 [2023-01-19T23:02:24.907Z]     --- PASS: TestWaitRestartedContainer/not-running (0.89s)
23:02:24 [2023-01-19T23:02:24.907Z] === CONT  TestContainerStartOnDaemonRestart
23:02:24 [2023-01-19T23:02:24.907Z] === CONT  TestRestartDaemonWithRestartingContainer
23:02:27 [2023-01-19T23:02:27.447Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.09s)
23:02:27 [2023-01-19T23:02:27.447Z] === CONT  TestIpcModeOlderClient
23:02:27 [2023-01-19T23:02:27.447Z] --- PASS: TestIpcModeOlderClient (0.06s)
23:02:27 [2023-01-19T23:02:27.447Z] === CONT  TestContainerKillOnDaemonStart
23:02:27 [2023-01-19T23:02:27.447Z] --- PASS: TestContainerStartOnDaemonRestart (2.15s)
23:02:27 [2023-01-19T23:02:27.447Z] === CONT  TestDaemonHostGatewayIP
23:02:29 [2023-01-19T23:02:29.983Z] --- PASS: TestDaemonHostGatewayIP (2.44s)
23:02:29 [2023-01-19T23:02:29.983Z] === CONT  TestDaemonRestartIpcMode
23:02:31 [2023-01-19T23:02:31.890Z] --- PASS: TestDaemonRestartIpcMode (2.23s)
23:02:40 [2023-01-19T23:02:40.009Z] --- PASS: TestContainerKillOnDaemonStart (11.69s)
23:02:40 [2023-01-19T23:02:40.009Z] PASS
23:02:40 [2023-01-19T23:02:40.009Z] 
23:02:40 [2023-01-19T23:02:40.009Z] === Skipped
23:02:40 [2023-01-19T23:02:40.009Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
23:02:40 [2023-01-19T23:02:40.009Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:02:40 [2023-01-19T23:02:40.009Z] 
23:02:40 [2023-01-19T23:02:40.009Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
23:02:40 [2023-01-19T23:02:40.009Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:02:40 [2023-01-19T23:02:40.009Z] 
23:02:40 [2023-01-19T23:02:40.009Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
23:02:40 [2023-01-19T23:02:40.009Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:02:40 [2023-01-19T23:02:40.009Z] 
23:02:40 [2023-01-19T23:02:40.009Z] DONE 273 tests, 3 skipped in 131.350s
23:02:40 [2023-01-19T23:02:40.009Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
23:02:40 [2023-01-19T23:02:40.009Z] ++ 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
23:02:40 [2023-01-19T23:02:40.009Z] ++ set -e
23:02:40 [2023-01-19T23:02:40.009Z] ++ '[' -n 0 ']'
23:02:40 [2023-01-19T23:02:40.009Z] ++ set -x
23:02:40 [2023-01-19T23:02:40.009Z] ++ 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
23:02:40 [2023-01-19T23:02:40.009Z] INFO: Testing against a local daemon
23:02:40 [2023-01-19T23:02:40.009Z] === RUN   TestConfigDaemonID
23:02:40 [2023-01-19T23:02:40.009Z]     daemon_test.go:67: [d2680edceabab] daemon is not started
23:02:40 [2023-01-19T23:02:40.009Z] --- PASS: TestConfigDaemonID (1.04s)
23:02:40 [2023-01-19T23:02:40.009Z] === RUN   TestDaemonConfigValidation
23:02:40 [2023-01-19T23:02:40.009Z] === RUN   TestDaemonConfigValidation/config_with_no_content
23:02:40 [2023-01-19T23:02:40.009Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
23:02:40 [2023-01-19T23:02:40.009Z] === RUN   TestDaemonConfigValidation/config_with_{}
23:02:40 [2023-01-19T23:02:40.009Z] === PAUSE TestDaemonConfigValidation/config_with_{}
23:02:40 [2023-01-19T23:02:40.009Z] === RUN   TestDaemonConfigValidation/invalid_config
23:02:40 [2023-01-19T23:02:40.009Z] === PAUSE TestDaemonConfigValidation/invalid_config
23:02:40 [2023-01-19T23:02:40.009Z] === RUN   TestDaemonConfigValidation/malformed_config
23:02:40 [2023-01-19T23:02:40.009Z] === PAUSE TestDaemonConfigValidation/malformed_config
23:02:40 [2023-01-19T23:02:40.009Z] === RUN   TestDaemonConfigValidation/valid_config
23:02:40 [2023-01-19T23:02:40.009Z] === PAUSE TestDaemonConfigValidation/valid_config
23:02:40 [2023-01-19T23:02:40.009Z] === CONT  TestDaemonConfigValidation/config_with_no_content
23:02:40 [2023-01-19T23:02:40.009Z] === CONT  TestDaemonConfigValidation/malformed_config
23:02:40 [2023-01-19T23:02:40.009Z] === CONT  TestDaemonConfigValidation/valid_config
23:02:40 [2023-01-19T23:02:40.009Z] === CONT  TestDaemonConfigValidation/invalid_config
23:02:40 [2023-01-19T23:02:40.269Z] === CONT  TestDaemonConfigValidation/config_with_{}
23:02:40 [2023-01-19T23:02:40.269Z] --- PASS: TestDaemonConfigValidation (0.00s)
23:02:40 [2023-01-19T23:02:40.269Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
23:02:40 [2023-01-19T23:02:40.269Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
23:02:40 [2023-01-19T23:02:40.269Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
23:02:40 [2023-01-19T23:02:40.269Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
23:02:40 [2023-01-19T23:02:40.269Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
23:02:40 [2023-01-19T23:02:40.269Z] === RUN   TestConfigDaemonSeccompProfiles
23:02:40 [2023-01-19T23:02:40.269Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
23:02:41 [2023-01-19T23:02:41.206Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
23:02:42 [2023-01-19T23:02:42.585Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
23:02:43 [2023-01-19T23:02:43.523Z] === CONT  TestConfigDaemonSeccompProfiles
23:02:43 [2023-01-19T23:02:43.523Z]     daemon_test.go:181: [d494c76d59b33] daemon is not started
23:02:43 [2023-01-19T23:02:43.523Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
23:02:43 [2023-01-19T23:02:43.523Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
23:02:43 [2023-01-19T23:02:43.523Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
23:02:43 [2023-01-19T23:02:43.523Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
23:02:43 [2023-01-19T23:02:43.523Z] === RUN   TestDaemonProxy
23:02:43 [2023-01-19T23:02:43.523Z] === RUN   TestDaemonProxy/environment_variables
23:02:45 [2023-01-19T23:02:45.428Z] === RUN   TestDaemonProxy/command-line_options
23:02:46 [2023-01-19T23:02:46.805Z] === RUN   TestDaemonProxy/configuration_file
23:02:48 [2023-01-19T23:02:48.711Z] === RUN   TestDaemonProxy/conflicting_options
23:02:48 [2023-01-19T23:02:48.970Z] === RUN   TestDaemonProxy/reload_sanitized
23:02:49 [2023-01-19T23:02:49.538Z] --- PASS: TestDaemonProxy (6.24s)
23:02:49 [2023-01-19T23:02:49.538Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
23:02:49 [2023-01-19T23:02:49.538Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
23:02:49 [2023-01-19T23:02:49.538Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
23:02:49 [2023-01-19T23:02:49.538Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
23:02:49 [2023-01-19T23:02:49.538Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
23:02:49 [2023-01-19T23:02:49.538Z] === RUN   TestLiveRestore
23:02:49 [2023-01-19T23:02:49.538Z] === RUN   TestLiveRestore/volume_references
23:02:49 [2023-01-19T23:02:49.538Z] === PAUSE TestLiveRestore/volume_references
23:02:49 [2023-01-19T23:02:49.538Z] === CONT  TestLiveRestore/volume_references
23:02:50 [2023-01-19T23:02:50.475Z] === RUN   TestLiveRestore/volume_references/restartPolicy
23:02:50 [2023-01-19T23:02:50.475Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
23:02:51 [2023-01-19T23:02:51.412Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
23:02:52 [2023-01-19T23:02:52.349Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
23:02:53 [2023-01-19T23:02:53.286Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
23:02:54 [2023-01-19T23:02:54.226Z] --- PASS: TestLiveRestore (0.00s)
23:02:54 [2023-01-19T23:02:54.226Z]     --- PASS: TestLiveRestore/volume_references (4.54s)
23:02:54 [2023-01-19T23:02:54.226Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.86s)
23:02:54 [2023-01-19T23:02:54.226Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.02s)
23:02:54 [2023-01-19T23:02:54.226Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.97s)
23:02:54 [2023-01-19T23:02:54.226Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.93s)
23:02:54 [2023-01-19T23:02:54.226Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.93s)
23:02:54 [2023-01-19T23:02:54.226Z] PASS
23:02:54 [2023-01-19T23:02:54.226Z] 
23:02:54 [2023-01-19T23:02:54.226Z] DONE 24 tests in 15.324s
23:02:54 [2023-01-19T23:02:54.226Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
23:02:54 [2023-01-19T23:02:54.226Z] ++ 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
23:02:54 [2023-01-19T23:02:54.226Z] ++ set -e
23:02:54 [2023-01-19T23:02:54.226Z] ++ '[' -n 0 ']'
23:02:54 [2023-01-19T23:02:54.226Z] ++ set -x
23:02:54 [2023-01-19T23:02:54.226Z] ++ 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
23:02:54 [2023-01-19T23:02:54.226Z] INFO: Testing against a local daemon
23:02:54 [2023-01-19T23:02:54.226Z] === RUN   TestCommitInheritsEnv
23:02:54 [2023-01-19T23:02:54.485Z] --- PASS: TestCommitInheritsEnv (0.26s)
23:02:54 [2023-01-19T23:02:54.485Z] === RUN   TestImportExtremelyLargeImageWorks
23:02:54 [2023-01-19T23:02:54.485Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
23:02:54 [2023-01-19T23:02:54.485Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
23:02:54 [2023-01-19T23:02:54.485Z] === RUN   TestImportWithCustomPlatform
23:02:54 [2023-01-19T23:02:54.485Z] === RUN   TestImportWithCustomPlatform/#00
23:02:54 [2023-01-19T23:02:54.744Z] === RUN   TestImportWithCustomPlatform/_______
23:02:54 [2023-01-19T23:02:54.744Z] === RUN   TestImportWithCustomPlatform//
23:02:54 [2023-01-19T23:02:54.744Z] === RUN   TestImportWithCustomPlatform/linux
23:02:54 [2023-01-19T23:02:54.744Z] === RUN   TestImportWithCustomPlatform/LINUX
23:02:54 [2023-01-19T23:02:54.744Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
23:02:55 [2023-01-19T23:02:55.005Z] === RUN   TestImportWithCustomPlatform/macos
23:02:55 [2023-01-19T23:02:55.005Z] === RUN   TestImportWithCustomPlatform/macos/arm64
23:02:55 [2023-01-19T23:02:55.005Z] === RUN   TestImportWithCustomPlatform/nintendo64
23:02:55 [2023-01-19T23:02:55.005Z] --- PASS: TestImportWithCustomPlatform (0.33s)
23:02:55 [2023-01-19T23:02:55.005Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
23:02:55 [2023-01-19T23:02:55.005Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
23:02:55 [2023-01-19T23:02:55.005Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
23:02:55 [2023-01-19T23:02:55.005Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
23:02:55 [2023-01-19T23:02:55.005Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
23:02:55 [2023-01-19T23:02:55.005Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
23:02:55 [2023-01-19T23:02:55.005Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
23:02:55 [2023-01-19T23:02:55.005Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
23:02:55 [2023-01-19T23:02:55.005Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
23:02:55 [2023-01-19T23:02:55.005Z] === RUN   TestImagesFilterMultiReference
23:02:55 [2023-01-19T23:02:55.005Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:02:55 [2023-01-19T23:02:55.005Z] === RUN   TestImagePullPlatformInvalid
23:02:55 [2023-01-19T23:02:55.005Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
23:02:55 [2023-01-19T23:02:55.005Z] === RUN   TestImagePullStoredfDigestForOtherRepo
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:54Z" 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.5 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:54Z" level=info msg="Starting upload purge in 6m0s" go.version=go1.19.5 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:54Z" level=info msg="redis not configured" go.version=go1.19.5 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:54Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.5 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=cb191140-7e41-4743-8264-ec37a5f69174 http.request.method=GET http.request.remoteaddr="127.0.0.1:45052" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=cb191140-7e41-4743-8264-ec37a5f69174 http.request.method=GET http.request.remoteaddr="127.0.0.1:45052" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.27107ms http.response.status=200 http.response.written=2 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=05867155-fc14-4d73-96ad-39afc5a6fca0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg=GetBlob go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=05867155-fc14-4d73-96ad-39afc5a6fca0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=05867155-fc14-4d73-96ad-39afc5a6fca0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=30.793µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2b4c44f6-dc13-43a0-9a0a-6ee8578fcf29 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" 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.5 http.request.host="127.0.0.1:5000" http.request.id=05867155-fc14-4d73-96ad-39afc5a6fca0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.218533ms http.response.status=404 http.response.written=157 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.15+unknown"
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b118c7c3-245f-4104-b0d3-b1c436b01f09 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=d08c851a-c2fb-4af6-b913-f07e10daddc0 http.request.method=POST http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=d08c851a-c2fb-4af6-b913-f07e10daddc0 http.request.method=POST http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/c9610353-3185-4a03-b702-f0e3e1161ac9/startedat\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=d08c851a-c2fb-4af6-b913-f07e10daddc0 http.request.method=POST http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=98.592µs trace.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=3907e5cd-931c-4c3c-a024-053908d3d296 trace.line=95 vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c9610353-3185-4a03-b702-f0e3e1161ac9/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=d08c851a-c2fb-4af6-b913-f07e10daddc0 http.request.method=POST http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=10.223µs trace.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=f0ad08fc-91b2-4de1-84e8-fc306b1deb30 trace.line=141 vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg=GetBlob go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b118c7c3-245f-4104-b0d3-b1c436b01f09 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b118c7c3-245f-4104-b0d3-b1c436b01f09 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=36.176µs trace.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=fd0c6401-2f61-4519-998e-1c45f9557737 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" 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.5 http.request.host="127.0.0.1:5000" http.request.id=b118c7c3-245f-4104-b0d3-b1c436b01f09 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=6.870146ms http.response.status=404 http.response.written=157 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.15+unknown"
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=21440eca-412b-45b2-92fc-0a2a640b491a http.request.method=POST http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=21440eca-412b-45b2-92fc-0a2a640b491a http.request.method=POST http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.005Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6/startedat\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=21440eca-412b-45b2-92fc-0a2a640b491a http.request.method=POST http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=101.783µs trace.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=55f09a00-58fd-4abb-ac4b-3a771acbaee4 trace.line=95 vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.006Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=21440eca-412b-45b2-92fc-0a2a640b491a http.request.method=POST http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=13.193µs trace.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=bb392dc1-5285-4cba-a8ee-629f92e11574 trace.line=141 vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.006Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6/hashstates/sha256/0\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=21440eca-412b-45b2-92fc-0a2a640b491a http.request.method=POST http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=139.519µs trace.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=df4b8abf-a921-4d8b-a404-f4d5a2e0fd3a trace.line=95 vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.006Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/c9610353-3185-4a03-b702-f0e3e1161ac9/hashstates/sha256/0\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=d08c851a-c2fb-4af6-b913-f07e10daddc0 http.request.method=POST http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=80.057µs trace.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=be6fc7bd-ef84-451b-93b9-b854854e6367 trace.line=95 vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.006Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=d08c851a-c2fb-4af6-b913-f07e10daddc0 http.request.method=POST http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" http.response.duration=8.77148ms http.response.status=202 http.response.written=0 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.006Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.15+unknown"
23:02:55 [2023-01-19T23:02:55.006Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=21440eca-412b-45b2-92fc-0a2a640b491a http.request.method=POST http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" http.response.duration=3.602088ms http.response.status=202 http.response.written=0 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.006Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.15+unknown"
23:02:55 [2023-01-19T23:02:55.267Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.267Z] time="2023-01-19T23:02:55Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.267Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/c9610353-3185-4a03-b702-f0e3e1161ac9/startedat\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=517.149µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f654f315-7d1f-4b02-9add-c0a51563bef3 trace.line=82 vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.267Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c9610353-3185-4a03-b702-f0e3e1161ac9/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=18.716µs trace.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=50afa4d4-6441-423c-bf4e-0ae42806d45e trace.line=141 vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.267Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/c9610353-3185-4a03-b702-f0e3e1161ac9/data\", 0)" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=116.89µs trace.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=b8f17aea-68b1-45b6-87c3-62af661beca6 trace.line=124 vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.267Z] time="2023-01-19T23:02:55Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.267Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c9610353-3185-4a03-b702-f0e3e1161ac9/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=44.069µs trace.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=ccb587d7-6d1f-4921-9b39-361ab0a06bd0 trace.line=141 vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=25.239µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=7ebc21b4-079f-43c2-ba32-aa7684b50dde trace.line=141 vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c9610353-3185-4a03-b702-f0e3e1161ac9/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=12.595µs trace.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=1ad7c93b-2368-40fc-ac08-5f9247f01ecf trace.line=141 vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6/startedat\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=39.745µs trace.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=0d34dff2-e250-4b75-a5c8-95b1f2f96173 trace.line=82 vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=32.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=92f58b38-f01b-48e1-b241-06b716ce37ac trace.line=141 vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/c9610353-3185-4a03-b702-f0e3e1161ac9/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=1.977493ms trace.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=7bf3ac4f-8974-40a0-89d3-98fe218e5f22 trace.line=167 vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=75.241µs trace.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=c7874d7c-31a6-4653-b381-f1c493b402ba trace.line=95 vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/c9610353-3185-4a03-b702-f0e3e1161ac9\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=192.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=a65dc550-ff06-4555-af97-12d2d4decfe7 trace.line=181 vars.name=test vars.uuid=c9610353-3185-4a03-b702-f0e3e1161ac9 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6/data\", 0)" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=71.327µs trace.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=dc6b8a18-8f86-473a-8dcb-ad789a252bec trace.line=124 vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=11.216µs trace.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=49242771-ddf6-4d81-9633-d7f07e35f7a8 trace.line=141 vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=13.546µs trace.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=729a82db-333e-48ea-8a4a-34fd7b51444c trace.line=141 vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=8.196µs trace.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=fcc582ec-206c-4326-8d9d-a01bc58d24d6 trace.line=141 vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=38b23dca-9c7e-422b-8e92-fe04103cd047 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45060" http.request.uri="/v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" http.response.duration=12.25649ms http.response.status=201 http.response.written=0 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "PUT /v2/test/blobs/uploads/c9610353-3185-4a03-b702-f0e3e1161ac9?_state=NUZb5Hngh79lVQYU2qZvwNt5eXbx-jg0yV5Rnkwilbx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM5NjEwMzUzLTMxODUtNGEwMy1iNzAyLWYwZTNlMTE2MWFjOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTI3MTEzODNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.15+unknown"
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=1.481629ms trace.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=e80acfb1-c736-4e7d-9052-273f16cd2ed5 trace.line=167 vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=500.418µs trace.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=b0af32e1-9c02-4473-aeac-9cc6dfd66bde trace.line=95 vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=209.483µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=1ecd0205-c98e-4f71-bae2-110d19fc7fe4 trace.line=181 vars.name=test vars.uuid=ef6689e7-c461-41ca-8f2f-a5e837630ee6 version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa34610b-1c81-42b5-a1fa-d96be201f1e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" http.response.duration=14.410368ms http.response.status=201 http.response.written=0 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "PUT /v2/test/blobs/uploads/ef6689e7-c461-41ca-8f2f-a5e837630ee6?_state=Ybc6XqqBoZox4JBAcr_uFGJKW9Rwerk_tBqEbmCqWKR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVmNjY4OWU3LWM0NjEtNDFjYS04ZjJmLWE1ZTgzNzYzMGVlNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xOVQyMzowMjo1NS4wMTcyNzU1MzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.15+unknown"
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=1b66a979-f8e0-4de2-8ab6-08be813e2467 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg=GetImageManifest go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=1b66a979-f8e0-4de2-8ab6-08be813e2467 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=1b66a979-f8e0-4de2-8ab6-08be813e2467 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=87.77µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8390ab7f-b50d-4a3a-9374-c5248bc53431 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] time="2023-01-19T23:02:55Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=1b66a979-f8e0-4de2-8ab6-08be813e2467 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="954.971µs" http.response.status=404 http.response.written=96 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.268Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.15+unknown"
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg=PutImageManifest go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=95.039µs trace.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=0f9b1269-8268-46bf-a529-34b556d1d121 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=29.35µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=afcff7bf-ada7-4643-bf20-a8807cd76895 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=37.858µs trace.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=69831c81-49e4-4d50-a0c4-32bfa8347406 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=14.35µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=99867e2e-1de8-415f-8cf7-56bb3dc6fe4d trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=33.017µs trace.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=9915bbe3-bf6b-4d39-8ede-0c325755bfc3 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=140.027µs trace.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=ded9d007-c758-4df7-928a-e36d0e81ed29 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=97.328µs trace.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=c21ec432-e630-492c-b9a5-7e799141ad18 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=34.338µs trace.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=5b36a581-6246-4794-a6ed-19a5550356ba trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=168.713µs trace.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=32cb99b2-7322-4048-adc2-c9fce2fa3afa trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=74.953µs trace.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=1d391e68-84ea-4ad3-9ef6-16a01e758f4f trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=2a1e1c27-87f9-4252-8c0e-98be3ed5bcb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" http.response.duration=2.947734ms http.response.status=201 http.response.written=0 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.15+unknown"
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=c2f511b4-c8cf-43fa-a1cc-8afcfc35a0cf http.request.method=GET http.request.remoteaddr="127.0.0.1:45084" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=c2f511b4-c8cf-43fa-a1cc-8afcfc35a0cf http.request.method=GET http.request.remoteaddr="127.0.0.1:45084" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 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="835.71µs" http.response.status=200 http.response.written=2 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=5bcb0773-4100-4f9f-a602-170c0ebb140f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45088" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg=GetImageManifest go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=5bcb0773-4100-4f9f-a602-170c0ebb140f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45088" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=5bcb0773-4100-4f9f-a602-170c0ebb140f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45088" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=112.82µs trace.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=226349c9-8545-4bd5-9c83-1bfb84fca96d trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=5bcb0773-4100-4f9f-a602-170c0ebb140f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45088" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=5bcb0773-4100-4f9f-a602-170c0ebb140f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45088" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=40.057µs trace.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=c2cf1275-eab9-4a86-a2f5-43c0a9fab6da trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=5bcb0773-4100-4f9f-a602-170c0ebb140f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45088" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=19.314µs trace.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=62febbd9-958d-458b-a90b-944cd99f0833 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=5bcb0773-4100-4f9f-a602-170c0ebb140f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45088" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=95.163µs trace.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=201d70d1-0af7-4b59-8f8e-d648d4274e03 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=5bcb0773-4100-4f9f-a602-170c0ebb140f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45088" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=5bcb0773-4100-4f9f-a602-170c0ebb140f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45088" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 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.752806ms http.response.status=200 http.response.written=417 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b1e69bff-60e5-4214-a9ce-26fcc9652891 http.request.method=GET http.request.remoteaddr="127.0.0.1:45104" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg=GetImageManifest go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b1e69bff-60e5-4214-a9ce-26fcc9652891 http.request.method=GET http.request.remoteaddr="127.0.0.1:45104" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b1e69bff-60e5-4214-a9ce-26fcc9652891 http.request.method=GET http.request.remoteaddr="127.0.0.1:45104" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b1e69bff-60e5-4214-a9ce-26fcc9652891 http.request.method=GET http.request.remoteaddr="127.0.0.1:45104" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=75.166µs trace.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=679c48bb-4ee5-4c49-8675-896fa6f4e26f trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b1e69bff-60e5-4214-a9ce-26fcc9652891 http.request.method=GET http.request.remoteaddr="127.0.0.1:45104" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=47.631µs trace.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=baf474c9-f95f-4402-9adb-f0ea308869c5 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.269Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b1e69bff-60e5-4214-a9ce-26fcc9652891 http.request.method=GET http.request.remoteaddr="127.0.0.1:45104" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=28.209µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2afb22f2-c41e-44ee-b6b1-7cff0d1cb9e7 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b1e69bff-60e5-4214-a9ce-26fcc9652891 http.request.method=GET http.request.remoteaddr="127.0.0.1:45104" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=b1e69bff-60e5-4214-a9ce-26fcc9652891 http.request.method=GET http.request.remoteaddr="127.0.0.1:45104" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=3.528504ms http.response.status=200 http.response.written=417 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg=GetBlob go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=54.407µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=dbab5501-eefa-4c20-b99a-e87294473884 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=20.3µs trace.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=1d17a816-2021-4298-a7de-e7fb106878d8 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=28.118µs trace.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=3ac6fc86-d887-4051-8172-7e205acc268d trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=15.926µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=4e844db5-6578-4560-97ea-5f78279ecf73 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=15.934µs trace.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=41a3a8da-fabd-40dd-8a43-c67c664d3627 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=7.45µs trace.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=8ec875e4-b34e-4bde-b958-b1dbd5887c76 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=24.525µs trace.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=77f4f24b-3d65-4fb1-a7f2-5746950ba7bd trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg=GetBlob go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=27.512µs trace.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=a40fd59c-135c-4ebd-bce5-0f75a325ca2a trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=15.713µs trace.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=30a59c09-cecf-4b5a-b759-560c5a0ce816 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=15.877µs trace.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=5ca5d128-0f94-4862-ba03-bd6f0e56e452 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=24.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).GetContent" trace.id=13cb08c8-aa68-4c33-b4b6-e62928b5ba30 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=12.045µs trace.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=31cf01ca-2725-4243-9a44-e315bdc5c3c1 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8faccda1-d454-4f48-abdc-de68d83c0c10 http.request.method=GET http.request.remoteaddr="127.0.0.1:45114" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=4.443016ms http.response.status=200 http.response.written=68 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=313.745µs trace.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=dd298e4c-f7b7-45bd-9695-fdd039175f95 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=20.275µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f9595265-af17-4321-b5d4-36fab899300b trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=6.071µs trace.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=84dff8ec-4286-4038-94ae-ab557b67ee35 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=17.748µs trace.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=0ae08afa-c2c4-42e6-b15b-6a50e084cb37 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=29.464µs trace.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=b9b18a76-314c-44f0-a67e-9628061326e9 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.270Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=19.725µs trace.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=7205312a-41fe-4283-ad0d-63b05b52af96 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.271Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=914bd460-de8f-4201-9309-51daa9b4b68a http.request.method=GET http.request.remoteaddr="127.0.0.1:45110" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 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=5.620392ms http.response.status=200 http.response.written=179 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.271Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:02:55 [2023-01-19T23:02:55.271Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8fce7ab4-5a77-4bdd-9548-30e62a6869c9 http.request.method=GET http.request.remoteaddr="127.0.0.1:45138" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.271Z] time="2023-01-19T23:02:55Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=8fce7ab4-5a77-4bdd-9548-30e62a6869c9 http.request.method=GET http.request.remoteaddr="127.0.0.1:45138" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 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="918.508µs" http.response.status=200 http.response.written=2 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.271Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:02:55 [2023-01-19T23:02:55.271Z] time="2023-01-19T23:02:55Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=cb45aa83-b2e2-442d-ae4a-004188ef7a4b http.request.method=GET http.request.remoteaddr="127.0.0.1:45146" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.271Z] time="2023-01-19T23:02:55Z" level=debug msg=GetImageManifest go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=cb45aa83-b2e2-442d-ae4a-004188ef7a4b http.request.method=GET http.request.remoteaddr="127.0.0.1:45146" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.271Z] time="2023-01-19T23:02:55Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=cb45aa83-b2e2-442d-ae4a-004188ef7a4b http.request.method=GET http.request.remoteaddr="127.0.0.1:45146" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.271Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=cb45aa83-b2e2-442d-ae4a-004188ef7a4b http.request.method=GET http.request.remoteaddr="127.0.0.1:45146" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=32.123µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=57499717-f2e5-4035-89cd-e84e662e916f trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.271Z] time="2023-01-19T23:02:55Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=cb45aa83-b2e2-442d-ae4a-004188ef7a4b http.request.method=GET http.request.remoteaddr="127.0.0.1:45146" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c trace.duration=10.666µs trace.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=63f8d297-0f50-42ca-aba6-75c59bc5cf15 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.271Z] time="2023-01-19T23:02:55Z" 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.5 http.request.host="127.0.0.1:5000" http.request.id=cb45aa83-b2e2-442d-ae4a-004188ef7a4b http.request.method=GET http.request.remoteaddr="127.0.0.1:45146" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 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.190448ms http.response.status=404 http.response.written=181 instance.id=bcd1a435-3c7c-4c0c-855c-37f83d48573c vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:02:55 [2023-01-19T23:02:55.271Z] 127.0.0.1 - - [19/Jan/2023:23:02:55 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.5 git-commit/30134ab17768402da39d81fca06ec417b71cb747 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:02:55 [2023-01-19T23:02:55.271Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.29s)
23:02:55 [2023-01-19T23:02:55.271Z] === RUN   TestRemoveImageOrphaning
23:02:55 [2023-01-19T23:02:55.530Z] --- PASS: TestRemoveImageOrphaning (0.26s)
23:02:55 [2023-01-19T23:02:55.530Z] === RUN   TestRemoveImageGarbageCollector
23:02:55 [2023-01-19T23:02:55.530Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:02:55 [2023-01-19T23:02:55.530Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
23:02:55 [2023-01-19T23:02:55.530Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:02:55 [2023-01-19T23:02:55.530Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
23:02:55 [2023-01-19T23:02:55.530Z] === RUN   TestTagInvalidReference
23:02:55 [2023-01-19T23:02:55.530Z] --- PASS: TestTagInvalidReference (0.01s)
23:02:55 [2023-01-19T23:02:55.530Z] === RUN   TestTagValidPrefixedRepo
23:02:55 [2023-01-19T23:02:55.530Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
23:02:55 [2023-01-19T23:02:55.530Z] === RUN   TestTagExistedNameWithoutForce
23:02:55 [2023-01-19T23:02:55.530Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
23:02:55 [2023-01-19T23:02:55.530Z] === RUN   TestTagOfficialNames
23:02:55 [2023-01-19T23:02:55.790Z] --- PASS: TestTagOfficialNames (0.05s)
23:02:55 [2023-01-19T23:02:55.790Z] === RUN   TestTagMatchesDigest
23:02:55 [2023-01-19T23:02:55.790Z] --- PASS: TestTagMatchesDigest (0.02s)
23:02:55 [2023-01-19T23:02:55.790Z] PASS
23:02:55 [2023-01-19T23:02:55.790Z] 
23:02:55 [2023-01-19T23:02:55.790Z] === Skipped
23:02:55 [2023-01-19T23:02:55.790Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
23:02:55 [2023-01-19T23:02:55.790Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
23:02:55 [2023-01-19T23:02:55.790Z] 
23:02:55 [2023-01-19T23:02:55.790Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
23:02:55 [2023-01-19T23:02:55.790Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:02:55 [2023-01-19T23:02:55.790Z] 
23:02:55 [2023-01-19T23:02:55.790Z] DONE 23 tests, 2 skipped in 1.575s
23:02:55 [2023-01-19T23:02:55.790Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
23:02:55 [2023-01-19T23:02:55.790Z] ++ 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
23:02:55 [2023-01-19T23:02:55.790Z] ++ set -e
23:02:55 [2023-01-19T23:02:55.790Z] ++ '[' -n 0 ']'
23:02:55 [2023-01-19T23:02:55.790Z] ++ set -x
23:02:55 [2023-01-19T23:02:55.790Z] ++ 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
23:02:55 [2023-01-19T23:02:55.790Z] === RUN   TestStripANSICommands
23:02:55 [2023-01-19T23:02:55.790Z] === RUN   TestStripANSICommands/#00
23:02:55 [2023-01-19T23:02:55.790Z] === RUN   TestStripANSICommands/#01
23:02:55 [2023-01-19T23:02:55.790Z] --- PASS: TestStripANSICommands (0.00s)
23:02:55 [2023-01-19T23:02:55.790Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
23:02:55 [2023-01-19T23:02:55.790Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
23:02:55 [2023-01-19T23:02:55.790Z] PASS
23:02:55 [2023-01-19T23:02:55.790Z] 
23:02:55 [2023-01-19T23:02:55.790Z] DONE 3 tests in 0.040s
23:02:55 [2023-01-19T23:02:55.790Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
23:02:55 [2023-01-19T23:02:55.790Z] ++ 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
23:02:55 [2023-01-19T23:02:55.790Z] ++ set -e
23:02:55 [2023-01-19T23:02:55.790Z] ++ '[' -n 0 ']'
23:02:55 [2023-01-19T23:02:55.790Z] ++ set -x
23:02:55 [2023-01-19T23:02:55.790Z] ++ 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
23:02:55 [2023-01-19T23:02:55.790Z] INFO: Testing against a local daemon
23:02:55 [2023-01-19T23:02:55.790Z] === RUN   TestNetworkCreateDelete
23:02:56 [2023-01-19T23:02:56.049Z] --- PASS: TestNetworkCreateDelete (0.15s)
23:02:56 [2023-01-19T23:02:56.049Z] === RUN   TestDockerNetworkDeletePreferID
23:02:56 [2023-01-19T23:02:56.617Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s)
23:02:56 [2023-01-19T23:02:56.617Z] === RUN   TestDaemonDNSFallback
23:03:03 [2023-01-19T23:03:03.184Z] --- PASS: TestDaemonDNSFallback (6.30s)
23:03:03 [2023-01-19T23:03:03.184Z] === RUN   TestInspectNetwork
23:03:05 [2023-01-19T23:03:05.753Z] === RUN   TestInspectNetwork/full_network_id
23:03:05 [2023-01-19T23:03:05.753Z] === RUN   TestInspectNetwork/partial_network_id
23:03:05 [2023-01-19T23:03:05.753Z] === RUN   TestInspectNetwork/network_name
23:03:05 [2023-01-19T23:03:05.753Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:03:09 [2023-01-19T23:03:09.948Z] --- PASS: TestInspectNetwork (7.18s)
23:03:09 [2023-01-19T23:03:09.948Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:03:09 [2023-01-19T23:03:09.948Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:03:09 [2023-01-19T23:03:09.948Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:03:09 [2023-01-19T23:03:09.948Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:03:09 [2023-01-19T23:03:09.948Z] === RUN   TestRunContainerWithBridgeNone
23:03:11 [2023-01-19T23:03:11.327Z] --- PASS: TestRunContainerWithBridgeNone (1.50s)
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/create
23:03:11 [2023-01-19T23:03:11.327Z] === PAUSE TestNetworkInvalidJSON/networks/create
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
23:03:11 [2023-01-19T23:03:11.327Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
23:03:11 [2023-01-19T23:03:11.327Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
23:03:11 [2023-01-19T23:03:11.327Z] === CONT  TestNetworkInvalidJSON/networks/create
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
23:03:11 [2023-01-19T23:03:11.327Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
23:03:11 [2023-01-19T23:03:11.327Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
23:03:11 [2023-01-19T23:03:11.327Z] --- PASS: TestNetworkInvalidJSON (0.02s)
23:03:11 [2023-01-19T23:03:11.327Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkList
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkList//networks
23:03:11 [2023-01-19T23:03:11.327Z] === PAUSE TestNetworkList//networks
23:03:11 [2023-01-19T23:03:11.327Z] === RUN   TestNetworkList//networks/
23:03:11 [2023-01-19T23:03:11.327Z] === PAUSE TestNetworkList//networks/
23:03:11 [2023-01-19T23:03:11.327Z] === CONT  TestNetworkList//networks
23:03:11 [2023-01-19T23:03:11.327Z] === CONT  TestNetworkList//networks/
23:03:11 [2023-01-19T23:03:11.587Z] --- PASS: TestNetworkList (0.01s)
23:03:11 [2023-01-19T23:03:11.587Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:03:11 [2023-01-19T23:03:11.587Z]     --- PASS: TestNetworkList//networks (0.00s)
23:03:11 [2023-01-19T23:03:11.587Z] === RUN   TestHostIPv4BridgeLabel
23:03:12 [2023-01-19T23:03:12.155Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
23:03:12 [2023-01-19T23:03:12.155Z] === RUN   TestDaemonRestartWithLiveRestore
23:03:13 [2023-01-19T23:03:13.093Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
23:03:13 [2023-01-19T23:03:13.093Z] === RUN   TestDaemonDefaultNetworkPools
23:03:13 [2023-01-19T23:03:13.661Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
23:03:13 [2023-01-19T23:03:13.661Z] === RUN   TestDaemonRestartWithExistingNetwork
23:03:15 [2023-01-19T23:03:15.040Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
23:03:15 [2023-01-19T23:03:15.040Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:03:16 [2023-01-19T23:03:16.420Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s)
23:03:16 [2023-01-19T23:03:16.420Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:03:16 [2023-01-19T23:03:16.679Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
23:03:16 [2023-01-19T23:03:16.679Z] === RUN   TestServiceWithPredefinedNetwork
23:03:19 [2023-01-19T23:03:19.215Z] --- PASS: TestServiceWithPredefinedNetwork (2.34s)
23:03:19 [2023-01-19T23:03:19.215Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:03:19 [2023-01-19T23:03:19.215Z]     service_test.go:242: FLAKY_TEST
23:03:19 [2023-01-19T23:03:19.215Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:03:19 [2023-01-19T23:03:19.215Z] === RUN   TestServiceWithDataPathPortInit
23:03:34 [2023-01-19T23:03:34.100Z] --- PASS: TestServiceWithDataPathPortInit (13.87s)
23:03:34 [2023-01-19T23:03:34.100Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:03:35 [2023-01-19T23:03:35.478Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:n3b5omq0f2405q7ec7y7tx22e Created:2023-01-19 23:03:34.338558313 +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[81b199422c06d62eebe71d83ade4665b396ae6d9b71e0e1af323b6f81258704d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qta9pyxev7m6rk8q2k9i2hbww EndpointID:053b15db770cb5d6640a94e2731b0fd27d99477128d730ef1d91996e80fc39c4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0aacebd2a5f3da596b0358fd3bf04b63dbfbcbf83a9470b65ee6920294cc609b 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:483c67321a52 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qta9pyxev7m6rk8q2k9i2hbww EndpointID:053b15db770cb5d6640a94e2731b0fd27d99477128d730ef1d91996e80fc39c4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
23:03:40 [2023-01-19T23:03:40.752Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.99s)
23:03:40 [2023-01-19T23:03:40.752Z] PASS
23:03:40 [2023-01-19T23:03:40.752Z] 
23:03:40 [2023-01-19T23:03:40.752Z] === Skipped
23:03:40 [2023-01-19T23:03:40.752Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:03:40 [2023-01-19T23:03:40.752Z]     service_test.go:242: FLAKY_TEST
23:03:40 [2023-01-19T23:03:40.752Z] 
23:03:40 [2023-01-19T23:03:40.752Z] DONE 38 tests, 1 skipped in 44.111s
23:03:40 [2023-01-19T23:03:40.752Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
23:03:40 [2023-01-19T23:03:40.752Z] ++ 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
23:03:40 [2023-01-19T23:03:40.752Z] ++ set -e
23:03:40 [2023-01-19T23:03:40.752Z] ++ '[' -n 0 ']'
23:03:40 [2023-01-19T23:03:40.752Z] ++ set -x
23:03:40 [2023-01-19T23:03:40.752Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
23:03:40 [2023-01-19T23:03:40.752Z] INFO: Testing against a local daemon
23:03:40 [2023-01-19T23:03:40.752Z] === RUN   TestDockerNetworkIpvlanPersistance
23:03:40 [2023-01-19T23:03:40.752Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:03:40 [2023-01-19T23:03:40.752Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:03:40 [2023-01-19T23:03:40.752Z] === RUN   TestDockerNetworkIpvlan
23:03:40 [2023-01-19T23:03:40.752Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:03:40 [2023-01-19T23:03:40.752Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:03:40 [2023-01-19T23:03:40.752Z] PASS
23:03:40 [2023-01-19T23:03:40.752Z] 
23:03:40 [2023-01-19T23:03:40.752Z] === Skipped
23:03:40 [2023-01-19T23:03:40.752Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
23:03:40 [2023-01-19T23:03:40.752Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:03:40 [2023-01-19T23:03:40.752Z] 
23:03:40 [2023-01-19T23:03:40.752Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
23:03:40 [2023-01-19T23:03:40.752Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:03:40 [2023-01-19T23:03:40.752Z] 
23:03:40 [2023-01-19T23:03:40.752Z] DONE 2 tests, 2 skipped in 0.094s
23:03:40 [2023-01-19T23:03:40.752Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
23:03:40 [2023-01-19T23:03:40.752Z] ++ 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
23:03:40 [2023-01-19T23:03:40.752Z] ++ set -e
23:03:40 [2023-01-19T23:03:40.752Z] ++ '[' -n 0 ']'
23:03:40 [2023-01-19T23:03:40.752Z] ++ set -x
23:03:40 [2023-01-19T23:03:40.752Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
23:03:40 [2023-01-19T23:03:40.752Z] INFO: Testing against a local daemon
23:03:40 [2023-01-19T23:03:40.752Z] === RUN   TestDockerNetworkMacvlanPersistance
23:03:41 [2023-01-19T23:03:41.320Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s)
23:03:41 [2023-01-19T23:03:41.320Z] === RUN   TestDockerNetworkMacvlan
23:03:42 [2023-01-19T23:03:42.257Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:03:42 [2023-01-19T23:03:42.825Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:03:43 [2023-01-19T23:03:43.762Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:03:45 [2023-01-19T23:03:45.671Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:03:47 [2023-01-19T23:03:47.051Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
23:03:50 [2023-01-19T23:03:50.343Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:03:50 [2023-01-19T23:03:50.911Z] --- PASS: TestDockerNetworkMacvlan (9.52s)
23:03:50 [2023-01-19T23:03:50.911Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
23:03:50 [2023-01-19T23:03:50.911Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
23:03:50 [2023-01-19T23:03:50.911Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.81s)
23:03:50 [2023-01-19T23:03:50.911Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s)
23:03:50 [2023-01-19T23:03:50.911Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.00s)
23:03:50 [2023-01-19T23:03:50.911Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s)
23:03:50 [2023-01-19T23:03:50.911Z] PASS
23:03:50 [2023-01-19T23:03:50.911Z] 
23:03:50 [2023-01-19T23:03:50.911Z] DONE 8 tests in 10.889s
23:03:50 [2023-01-19T23:03:50.911Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
23:03:50 [2023-01-19T23:03:50.911Z] ++ 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
23:03:50 [2023-01-19T23:03:50.911Z] ++ set -e
23:03:50 [2023-01-19T23:03:50.911Z] ++ '[' -n 0 ']'
23:03:50 [2023-01-19T23:03:50.911Z] ++ set -x
23:03:50 [2023-01-19T23:03:50.911Z] ++ 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
23:03:50 [2023-01-19T23:03:50.911Z] testing: warning: no tests to run
23:03:50 [2023-01-19T23:03:50.911Z] PASS
23:03:50 [2023-01-19T23:03:50.911Z] 
23:03:50 [2023-01-19T23:03:50.911Z] DONE 0 tests in 0.026s
23:03:50 [2023-01-19T23:03:50.911Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
23:03:50 [2023-01-19T23:03:50.911Z] ++ 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
23:03:50 [2023-01-19T23:03:50.911Z] ++ set -e
23:03:50 [2023-01-19T23:03:50.911Z] ++ '[' -n 0 ']'
23:03:50 [2023-01-19T23:03:50.911Z] ++ set -x
23:03:50 [2023-01-19T23:03:50.911Z] ++ 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
23:03:51 [2023-01-19T23:03:51.170Z] INFO: Testing against a local daemon
23:03:51 [2023-01-19T23:03:51.170Z] === RUN   TestAuthZPluginAllowRequest
23:03:52 [2023-01-19T23:03:52.108Z] --- PASS: TestAuthZPluginAllowRequest (1.12s)
23:03:52 [2023-01-19T23:03:52.108Z] === RUN   TestAuthZPluginTLS
23:03:52 [2023-01-19T23:03:52.677Z] --- PASS: TestAuthZPluginTLS (0.56s)
23:03:52 [2023-01-19T23:03:52.677Z] === RUN   TestAuthZPluginDenyRequest
23:03:53 [2023-01-19T23:03:53.245Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
23:03:53 [2023-01-19T23:03:53.245Z] === RUN   TestAuthZPluginAPIDenyResponse
23:03:53 [2023-01-19T23:03:53.813Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
23:03:53 [2023-01-19T23:03:53.813Z] === RUN   TestAuthZPluginDenyResponse
23:03:54 [2023-01-19T23:03:54.381Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
23:03:54 [2023-01-19T23:03:54.381Z] === RUN   TestAuthZPluginAllowEventStream
23:03:55 [2023-01-19T23:03:55.760Z] --- PASS: TestAuthZPluginAllowEventStream (1.14s)
23:03:55 [2023-01-19T23:03:55.760Z] === RUN   TestAuthZPluginErrorResponse
23:03:56 [2023-01-19T23:03:56.020Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
23:03:56 [2023-01-19T23:03:56.020Z] === RUN   TestAuthZPluginErrorRequest
23:03:56 [2023-01-19T23:03:56.588Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
23:03:56 [2023-01-19T23:03:56.588Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:03:57 [2023-01-19T23:03:57.157Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
23:03:57 [2023-01-19T23:03:57.157Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:03:58 [2023-01-19T23:03:58.536Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s)
23:03:58 [2023-01-19T23:03:58.536Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:03:59 [2023-01-19T23:03:59.915Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.36s)
23:03:59 [2023-01-19T23:03:59.915Z] === RUN   TestAuthZPluginHeader
23:04:00 [2023-01-19T23:04:00.483Z] --- PASS: TestAuthZPluginHeader (0.70s)
23:04:00 [2023-01-19T23:04:00.483Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:04:00 [2023-01-19T23:04:00.483Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:04:00 [2023-01-19T23:04:00.483Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:04:00 [2023-01-19T23:04:00.483Z] === RUN   TestAuthZPluginV2Disable
23:04:00 [2023-01-19T23:04:00.483Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:04:00 [2023-01-19T23:04:00.483Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
23:04:00 [2023-01-19T23:04:00.483Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:04:00 [2023-01-19T23:04:00.483Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:04:00 [2023-01-19T23:04:00.483Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:04:00 [2023-01-19T23:04:00.483Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:04:00 [2023-01-19T23:04:00.483Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:04:00 [2023-01-19T23:04:00.483Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:04:00 [2023-01-19T23:04:00.483Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:04:18 [2023-01-19T23:04:18.578Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
23:04:18 [2023-01-19T23:04:18.578Z] PASS
23:04:18 [2023-01-19T23:04:18.578Z] 
23:04:18 [2023-01-19T23:04:18.578Z] === Skipped
23:04:18 [2023-01-19T23:04:18.578Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:04:18 [2023-01-19T23:04:18.578Z] 
23:04:18 [2023-01-19T23:04:18.578Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:04:18 [2023-01-19T23:04:18.578Z] 
23:04:18 [2023-01-19T23:04:18.578Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:04:18 [2023-01-19T23:04:18.578Z] 
23:04:18 [2023-01-19T23:04:18.578Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:04:18 [2023-01-19T23:04:18.578Z] 
23:04:18 [2023-01-19T23:04:18.578Z] DONE 17 tests, 4 skipped in 26.441s
23:04:18 [2023-01-19T23:04:18.578Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
23:04:18 [2023-01-19T23:04:18.578Z] ++ 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
23:04:18 [2023-01-19T23:04:18.578Z] ++ set -e
23:04:18 [2023-01-19T23:04:18.578Z] ++ '[' -n 0 ']'
23:04:18 [2023-01-19T23:04:18.578Z] ++ set -x
23:04:18 [2023-01-19T23:04:18.578Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
23:04:18 [2023-01-19T23:04:18.578Z] INFO: Testing against a local daemon
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
23:04:18 [2023-01-19T23:04:18.578Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
23:04:18 [2023-01-19T23:04:18.578Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/pull
23:04:18 [2023-01-19T23:04:18.578Z] === PAUSE TestPluginInvalidJSON/plugins/pull
23:04:18 [2023-01-19T23:04:18.578Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
23:04:18 [2023-01-19T23:04:18.578Z] === CONT  TestPluginInvalidJSON/plugins/pull
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
23:04:18 [2023-01-19T23:04:18.578Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
23:04:18 [2023-01-19T23:04:18.578Z] --- PASS: TestPluginInvalidJSON (0.02s)
23:04:18 [2023-01-19T23:04:18.578Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInstall
23:04:18 [2023-01-19T23:04:18.578Z] === RUN   TestPluginInstall/no_auth
23:04:21 [2023-01-19T23:04:21.925Z] time="2023-01-19T23:04:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:04:21 [2023-01-19T23:04:21.925Z] time="2023-01-19T23:04:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8d49a12dc5e2351f3f0b87bffa771ba279db9d13dd0a4211f1c92aa6bb035ea6" mediatype=application/vnd.docker.plugin.v1+json size=522
23:04:21 [2023-01-19T23:04:21.925Z] time="2023-01-19T23:04:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:04:21 [2023-01-19T23:04:21.925Z] time="2023-01-19T23:04:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8d49a12dc5e2351f3f0b87bffa771ba279db9d13dd0a4211f1c92aa6bb035ea6" mediatype=application/vnd.docker.plugin.v1+json size=522
23:04:21 [2023-01-19T23:04:21.925Z] === RUN   TestPluginInstall/with_htpasswd
23:04:22 [2023-01-19T23:04:22.190Z] time="2023-01-19T23:04:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:04:22 [2023-01-19T23:04:22.190Z] time="2023-01-19T23:04:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8d49a12dc5e2351f3f0b87bffa771ba279db9d13dd0a4211f1c92aa6bb035ea6" mediatype=application/vnd.docker.plugin.v1+json size=522
23:04:22 [2023-01-19T23:04:22.190Z] time="2023-01-19T23:04:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:04:22 [2023-01-19T23:04:22.190Z] time="2023-01-19T23:04:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8d49a12dc5e2351f3f0b87bffa771ba279db9d13dd0a4211f1c92aa6bb035ea6" mediatype=application/vnd.docker.plugin.v1+json size=522
23:04:22 [2023-01-19T23:04:22.451Z] === RUN   TestPluginInstall/with_insecure
23:04:23 [2023-01-19T23:04:23.389Z] time="2023-01-19T23:04:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:04:23 [2023-01-19T23:04:23.389Z] time="2023-01-19T23:04:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:79261f1f5d6e2dfd9b31d54dc424fdf976405a67d75417808c780f7bd9cf8b28" mediatype=application/vnd.docker.plugin.v1+json size=522
23:04:23 [2023-01-19T23:04:23.389Z] time="2023-01-19T23:04:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:04:23 [2023-01-19T23:04:23.389Z] time="2023-01-19T23:04:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:79261f1f5d6e2dfd9b31d54dc424fdf976405a67d75417808c780f7bd9cf8b28" mediatype=application/vnd.docker.plugin.v1+json size=522
23:04:23 [2023-01-19T23:04:23.389Z]     plugin_test.go:195: [de1d3267a4b33] daemon is not started
23:04:23 [2023-01-19T23:04:23.389Z] --- PASS: TestPluginInstall (5.94s)
23:04:23 [2023-01-19T23:04:23.389Z]     --- PASS: TestPluginInstall/no_auth (4.32s)
23:04:23 [2023-01-19T23:04:23.389Z]     --- PASS: TestPluginInstall/with_htpasswd (0.59s)
23:04:23 [2023-01-19T23:04:23.389Z]     --- PASS: TestPluginInstall/with_insecure (1.03s)
23:04:23 [2023-01-19T23:04:23.389Z] === RUN   TestPluginsWithRuntimes
23:04:25 [2023-01-19T23:04:25.294Z] === RUN   TestPluginsWithRuntimes/No_Args
23:04:25 [2023-01-19T23:04:25.862Z] === RUN   TestPluginsWithRuntimes/With_Args
23:04:26 [2023-01-19T23:04:26.800Z] --- PASS: TestPluginsWithRuntimes (3.38s)
23:04:26 [2023-01-19T23:04:26.800Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.90s)
23:04:26 [2023-01-19T23:04:26.800Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
23:04:26 [2023-01-19T23:04:26.800Z] === RUN   TestPluginBackCompatMediaTypes
23:04:27 [2023-01-19T23:04:27.737Z] --- PASS: TestPluginBackCompatMediaTypes (0.68s)
23:04:27 [2023-01-19T23:04:27.737Z] PASS
23:04:27 [2023-01-19T23:04:27.737Z] 
23:04:27 [2023-01-19T23:04:27.737Z] DONE 24 tests in 10.121s
23:04:27 [2023-01-19T23:04:27.737Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
23:04:27 [2023-01-19T23:04:27.737Z] ++ 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
23:04:27 [2023-01-19T23:04:27.737Z] ++ set -e
23:04:27 [2023-01-19T23:04:27.737Z] ++ '[' -n 0 ']'
23:04:27 [2023-01-19T23:04:27.737Z] ++ set -x
23:04:27 [2023-01-19T23:04:27.737Z] ++ 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
23:04:27 [2023-01-19T23:04:27.737Z] INFO: Testing against a local daemon
23:04:27 [2023-01-19T23:04:27.737Z] === RUN   TestExternalGraphDriver
23:04:27 [2023-01-19T23:04:27.996Z] === RUN   TestExternalGraphDriver/json
23:04:29 [2023-01-19T23:04:29.902Z] === RUN   TestExternalGraphDriver/spec
23:04:31 [2023-01-19T23:04:31.280Z] === RUN   TestExternalGraphDriver/pull
23:04:33 [2023-01-19T23:04:33.186Z] --- PASS: TestExternalGraphDriver (5.12s)
23:04:33 [2023-01-19T23:04:33.186Z]     --- PASS: TestExternalGraphDriver/json (1.58s)
23:04:33 [2023-01-19T23:04:33.186Z]     --- PASS: TestExternalGraphDriver/spec (1.57s)
23:04:33 [2023-01-19T23:04:33.186Z]     --- PASS: TestExternalGraphDriver/pull (1.62s)
23:04:33 [2023-01-19T23:04:33.186Z] === RUN   TestGraphdriverPluginV2
23:04:33 [2023-01-19T23:04:33.186Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:04:33 [2023-01-19T23:04:33.186Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
23:04:33 [2023-01-19T23:04:33.186Z] PASS
23:04:33 [2023-01-19T23:04:33.186Z] 
23:04:33 [2023-01-19T23:04:33.186Z] === Skipped
23:04:33 [2023-01-19T23:04:33.186Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
23:04:33 [2023-01-19T23:04:33.186Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:04:33 [2023-01-19T23:04:33.186Z] 
23:04:33 [2023-01-19T23:04:33.186Z] DONE 5 tests, 1 skipped in 5.536s
23:04:33 [2023-01-19T23:04:33.186Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
23:04:33 [2023-01-19T23:04:33.186Z] ++ 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
23:04:33 [2023-01-19T23:04:33.186Z] ++ set -e
23:04:33 [2023-01-19T23:04:33.186Z] ++ '[' -n 0 ']'
23:04:33 [2023-01-19T23:04:33.186Z] ++ set -x
23:04:33 [2023-01-19T23:04:33.187Z] ++ 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
23:04:33 [2023-01-19T23:04:33.187Z] INFO: Testing against a local daemon
23:04:33 [2023-01-19T23:04:33.187Z] === RUN   TestContinueAfterPluginCrash
23:04:33 [2023-01-19T23:04:33.187Z] === PAUSE TestContinueAfterPluginCrash
23:04:33 [2023-01-19T23:04:33.187Z] === RUN   TestReadPluginNoRead
23:04:33 [2023-01-19T23:04:33.187Z] === PAUSE TestReadPluginNoRead
23:04:33 [2023-01-19T23:04:33.187Z] === RUN   TestDaemonStartWithLogOpt
23:04:33 [2023-01-19T23:04:33.187Z] === PAUSE TestDaemonStartWithLogOpt
23:04:33 [2023-01-19T23:04:33.187Z] === CONT  TestContinueAfterPluginCrash
23:04:33 [2023-01-19T23:04:33.187Z] === CONT  TestDaemonStartWithLogOpt
23:04:36 [2023-01-19T23:04:36.478Z] --- PASS: TestDaemonStartWithLogOpt (3.04s)
23:04:36 [2023-01-19T23:04:36.478Z] === CONT  TestReadPluginNoRead
23:04:39 [2023-01-19T23:04:39.014Z] === RUN   TestReadPluginNoRead/default
23:04:39 [2023-01-19T23:04:39.952Z] === RUN   TestReadPluginNoRead/disabled_caching
23:04:40 [2023-01-19T23:04:40.889Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:04:41 [2023-01-19T23:04:41.457Z] --- PASS: TestContinueAfterPluginCrash (8.25s)
23:04:42 [2023-01-19T23:04:42.026Z] === CONT  TestReadPluginNoRead
23:04:42 [2023-01-19T23:04:42.026Z]     read_test.go:91: [d4132d9aa0600] daemon is not started
23:04:42 [2023-01-19T23:04:42.026Z] --- PASS: TestReadPluginNoRead (5.80s)
23:04:42 [2023-01-19T23:04:42.026Z]     --- PASS: TestReadPluginNoRead/default (1.21s)
23:04:42 [2023-01-19T23:04:42.026Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.22s)
23:04:42 [2023-01-19T23:04:42.026Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.20s)
23:04:42 [2023-01-19T23:04:42.026Z] PASS
23:04:42 [2023-01-19T23:04:42.026Z] 
23:04:42 [2023-01-19T23:04:42.026Z] DONE 6 tests in 9.005s
23:04:42 [2023-01-19T23:04:42.286Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
23:04:42 [2023-01-19T23:04:42.286Z] ++ 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
23:04:42 [2023-01-19T23:04:42.286Z] ++ set -e
23:04:42 [2023-01-19T23:04:42.286Z] ++ '[' -n 0 ']'
23:04:42 [2023-01-19T23:04:42.286Z] ++ set -x
23:04:42 [2023-01-19T23:04:42.286Z] ++ 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
23:04:42 [2023-01-19T23:04:42.286Z] testing: warning: no tests to run
23:04:42 [2023-01-19T23:04:42.286Z] PASS
23:04:42 [2023-01-19T23:04:42.286Z] 
23:04:42 [2023-01-19T23:04:42.286Z] DONE 0 tests in 0.033s
23:04:42 [2023-01-19T23:04:42.286Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
23:04:42 [2023-01-19T23:04:42.286Z] ++ 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
23:04:42 [2023-01-19T23:04:42.286Z] ++ set -e
23:04:42 [2023-01-19T23:04:42.286Z] ++ '[' -n 0 ']'
23:04:42 [2023-01-19T23:04:42.286Z] ++ set -x
23:04:42 [2023-01-19T23:04:42.286Z] ++ 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
23:04:42 [2023-01-19T23:04:42.286Z] INFO: Testing against a local daemon
23:04:42 [2023-01-19T23:04:42.286Z] === RUN   TestPluginWithDevMounts
23:04:42 [2023-01-19T23:04:42.286Z] === PAUSE TestPluginWithDevMounts
23:04:42 [2023-01-19T23:04:42.286Z] === CONT  TestPluginWithDevMounts
23:04:44 [2023-01-19T23:04:44.192Z] --- PASS: TestPluginWithDevMounts (1.56s)
23:04:44 [2023-01-19T23:04:44.192Z] PASS
23:04:44 [2023-01-19T23:04:44.192Z] 
23:04:44 [2023-01-19T23:04:44.192Z] DONE 1 tests in 1.660s
23:04:44 [2023-01-19T23:04:44.192Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
23:04:44 [2023-01-19T23:04:44.192Z] ++ 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
23:04:44 [2023-01-19T23:04:44.192Z] ++ set -e
23:04:44 [2023-01-19T23:04:44.192Z] ++ '[' -n 0 ']'
23:04:44 [2023-01-19T23:04:44.192Z] ++ set -x
23:04:44 [2023-01-19T23:04:44.192Z] ++ 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
23:04:44 [2023-01-19T23:04:44.192Z] INFO: Testing against a local daemon
23:04:44 [2023-01-19T23:04:44.192Z] === RUN   TestSecretInspect
23:04:46 [2023-01-19T23:04:46.098Z] --- PASS: TestSecretInspect (2.18s)
23:04:46 [2023-01-19T23:04:46.098Z] === RUN   TestSecretList
23:04:48 [2023-01-19T23:04:48.007Z] --- PASS: TestSecretList (1.81s)
23:04:48 [2023-01-19T23:04:48.007Z] === RUN   TestSecretsCreateAndDelete
23:04:50 [2023-01-19T23:04:50.543Z] --- PASS: TestSecretsCreateAndDelete (2.16s)
23:04:50 [2023-01-19T23:04:50.543Z] === RUN   TestSecretsUpdate
23:04:52 [2023-01-19T23:04:52.451Z] --- PASS: TestSecretsUpdate (2.26s)
23:04:52 [2023-01-19T23:04:52.451Z] === RUN   TestTemplatedSecret
23:04:54 [2023-01-19T23:04:54.987Z] --- PASS: TestTemplatedSecret (2.54s)
23:04:54 [2023-01-19T23:04:54.987Z] === RUN   TestSecretCreateResolve
23:04:57 [2023-01-19T23:04:57.522Z] --- PASS: TestSecretCreateResolve (2.16s)
23:04:57 [2023-01-19T23:04:57.522Z] PASS
23:04:57 [2023-01-19T23:04:57.522Z] 
23:04:57 [2023-01-19T23:04:57.522Z] DONE 6 tests in 13.208s
23:04:57 [2023-01-19T23:04:57.522Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
23:04:57 [2023-01-19T23:04:57.522Z] ++ 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
23:04:57 [2023-01-19T23:04:57.522Z] ++ set -e
23:04:57 [2023-01-19T23:04:57.522Z] ++ '[' -n 0 ']'
23:04:57 [2023-01-19T23:04:57.522Z] ++ set -x
23:04:57 [2023-01-19T23:04:57.522Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
23:04:57 [2023-01-19T23:04:57.522Z] INFO: Testing against a local daemon
23:04:57 [2023-01-19T23:04:57.522Z] === RUN   TestServiceCreateInit
23:04:57 [2023-01-19T23:04:57.522Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:05:01 [2023-01-19T23:05:01.717Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:05:05 [2023-01-19T23:05:05.009Z] --- PASS: TestServiceCreateInit (7.38s)
23:05:05 [2023-01-19T23:05:05.009Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.85s)
23:05:05 [2023-01-19T23:05:05.009Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.51s)
23:05:05 [2023-01-19T23:05:05.009Z] === RUN   TestCreateServiceMultipleTimes
23:05:23 [2023-01-19T23:05:23.104Z] --- PASS: TestCreateServiceMultipleTimes (15.43s)
23:05:23 [2023-01-19T23:05:23.104Z] === RUN   TestCreateServiceConflict
23:05:23 [2023-01-19T23:05:23.104Z] --- PASS: TestCreateServiceConflict (2.16s)
23:05:23 [2023-01-19T23:05:23.104Z] === RUN   TestCreateServiceMaxReplicas
23:05:25 [2023-01-19T23:05:25.010Z] --- PASS: TestCreateServiceMaxReplicas (2.72s)
23:05:25 [2023-01-19T23:05:25.010Z] === RUN   TestCreateWithDuplicateNetworkNames
23:05:39 [2023-01-19T23:05:39.959Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.22s)
23:05:39 [2023-01-19T23:05:39.959Z] === RUN   TestCreateServiceSecretFileMode
23:05:40 [2023-01-19T23:05:40.897Z] --- PASS: TestCreateServiceSecretFileMode (2.53s)
23:05:40 [2023-01-19T23:05:40.897Z] === RUN   TestCreateServiceConfigFileMode
23:05:43 [2023-01-19T23:05:43.432Z] --- PASS: TestCreateServiceConfigFileMode (2.36s)
23:05:43 [2023-01-19T23:05:43.432Z] === RUN   TestCreateServiceSysctls
23:05:45 [2023-01-19T23:05:45.968Z] --- PASS: TestCreateServiceSysctls (2.94s)
23:05:45 [2023-01-19T23:05:45.968Z] === RUN   TestCreateServiceCapabilities
23:05:48 [2023-01-19T23:05:48.504Z] --- PASS: TestCreateServiceCapabilities (2.43s)
23:05:48 [2023-01-19T23:05:48.504Z] === RUN   TestInspect
23:05:51 [2023-01-19T23:05:51.040Z] --- PASS: TestInspect (2.74s)
23:05:51 [2023-01-19T23:05:51.040Z] === RUN   TestCreateJob
23:05:54 [2023-01-19T23:05:54.330Z] --- PASS: TestCreateJob (3.01s)
23:05:54 [2023-01-19T23:05:54.330Z] === RUN   TestReplicatedJob
23:05:59 [2023-01-19T23:05:59.603Z] --- PASS: TestReplicatedJob (4.69s)
23:05:59 [2023-01-19T23:05:59.603Z] === RUN   TestUpdateReplicatedJob
23:06:02 [2023-01-19T23:06:02.142Z] --- PASS: TestUpdateReplicatedJob (3.03s)
23:06:02 [2023-01-19T23:06:02.142Z] === RUN   TestServiceListWithStatuses
23:06:02 [2023-01-19T23:06:02.142Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:06:02 [2023-01-19T23:06:02.142Z] --- SKIP: TestServiceListWithStatuses (0.00s)
23:06:02 [2023-01-19T23:06:02.142Z] === RUN   TestDockerNetworkConnectAlias
23:06:06 [2023-01-19T23:06:06.335Z] --- PASS: TestDockerNetworkConnectAlias (4.02s)
23:06:06 [2023-01-19T23:06:06.335Z] === RUN   TestDockerNetworkReConnect
23:06:09 [2023-01-19T23:06:09.624Z] --- PASS: TestDockerNetworkReConnect (3.26s)
23:06:09 [2023-01-19T23:06:09.624Z] === RUN   TestServicePlugin
23:06:09 [2023-01-19T23:06:09.624Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:06:09 [2023-01-19T23:06:09.624Z] --- SKIP: TestServicePlugin (0.00s)
23:06:09 [2023-01-19T23:06:09.624Z] === RUN   TestServiceUpdateLabel
23:06:11 [2023-01-19T23:06:11.530Z] --- PASS: TestServiceUpdateLabel (2.28s)
23:06:11 [2023-01-19T23:06:11.531Z] === RUN   TestServiceUpdateSecrets
23:06:26 [2023-01-19T23:06:26.414Z] --- PASS: TestServiceUpdateSecrets (14.21s)
23:06:26 [2023-01-19T23:06:26.414Z] === RUN   TestServiceUpdateConfigs
23:06:41 [2023-01-19T23:06:41.297Z] --- PASS: TestServiceUpdateConfigs (14.33s)
23:06:41 [2023-01-19T23:06:41.297Z] === RUN   TestServiceUpdateNetwork
23:06:53 [2023-01-19T23:06:53.508Z] --- PASS: TestServiceUpdateNetwork (12.31s)
23:06:53 [2023-01-19T23:06:53.508Z] === RUN   TestServiceUpdatePidsLimit
23:06:53 [2023-01-19T23:06:53.508Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
23:06:54 [2023-01-19T23:06:54.445Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
23:07:01 [2023-01-19T23:07:01.013Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
23:07:09 [2023-01-19T23:07:09.149Z] --- PASS: TestServiceUpdatePidsLimit (16.16s)
23:07:09 [2023-01-19T23:07:09.149Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
23:07:09 [2023-01-19T23:07:09.149Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
23:07:09 [2023-01-19T23:07:09.149Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
23:07:09 [2023-01-19T23:07:09.149Z] PASS
23:07:09 [2023-01-19T23:07:09.149Z] 
23:07:09 [2023-01-19T23:07:09.149Z] === Skipped
23:07:09 [2023-01-19T23:07:09.149Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
23:07:09 [2023-01-19T23:07:09.149Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:07:09 [2023-01-19T23:07:09.149Z] 
23:07:09 [2023-01-19T23:07:09.149Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
23:07:09 [2023-01-19T23:07:09.149Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:07:09 [2023-01-19T23:07:09.149Z] 
23:07:09 [2023-01-19T23:07:09.149Z] DONE 27 tests, 2 skipped in 131.322s
23:07:09 [2023-01-19T23:07:09.149Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
23:07:09 [2023-01-19T23:07:09.149Z] ++ 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
23:07:09 [2023-01-19T23:07:09.149Z] ++ set -e
23:07:09 [2023-01-19T23:07:09.149Z] ++ '[' -n 0 ']'
23:07:09 [2023-01-19T23:07:09.149Z] ++ set -x
23:07:09 [2023-01-19T23:07:09.149Z] ++ 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
23:07:09 [2023-01-19T23:07:09.149Z] INFO: Testing against a local daemon
23:07:09 [2023-01-19T23:07:09.149Z] === RUN   TestSessionCreate
23:07:09 [2023-01-19T23:07:09.149Z] --- PASS: TestSessionCreate (0.02s)
23:07:09 [2023-01-19T23:07:09.149Z] === RUN   TestSessionCreateWithBadUpgrade
23:07:09 [2023-01-19T23:07:09.149Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
23:07:09 [2023-01-19T23:07:09.149Z] PASS
23:07:09 [2023-01-19T23:07:09.149Z] 
23:07:09 [2023-01-19T23:07:09.149Z] DONE 2 tests in 0.120s
23:07:09 [2023-01-19T23:07:09.149Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
23:07:09 [2023-01-19T23:07:09.149Z] ++ 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
23:07:09 [2023-01-19T23:07:09.149Z] ++ set -e
23:07:09 [2023-01-19T23:07:09.149Z] ++ '[' -n 0 ']'
23:07:09 [2023-01-19T23:07:09.149Z] ++ set -x
23:07:09 [2023-01-19T23:07:09.149Z] ++ 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
23:07:09 [2023-01-19T23:07:09.149Z] INFO: Testing against a local daemon
23:07:09 [2023-01-19T23:07:09.149Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:07:09 [2023-01-19T23:07:09.149Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:07:09 [2023-01-19T23:07:09.149Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:07:09 [2023-01-19T23:07:09.149Z] === RUN   TestDiskUsage
23:07:09 [2023-01-19T23:07:09.149Z] === PAUSE TestDiskUsage
23:07:09 [2023-01-19T23:07:09.149Z] === RUN   TestEventsExecDie
23:07:09 [2023-01-19T23:07:09.149Z] --- PASS: TestEventsExecDie (0.51s)
23:07:09 [2023-01-19T23:07:09.149Z] === RUN   TestEventsBackwardsCompatible
23:07:09 [2023-01-19T23:07:09.149Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
23:07:09 [2023-01-19T23:07:09.149Z] === RUN   TestEventsVolumeCreate
23:07:09 [2023-01-19T23:07:09.420Z] --- PASS: TestEventsVolumeCreate (0.06s)
23:07:09 [2023-01-19T23:07:09.420Z] === RUN   TestInfoBinaryCommits
23:07:09 [2023-01-19T23:07:09.420Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:07:09 [2023-01-19T23:07:09.420Z] === RUN   TestInfoAPIVersioned
23:07:09 [2023-01-19T23:07:09.420Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:07:09 [2023-01-19T23:07:09.420Z] === RUN   TestInfoAPI
23:07:09 [2023-01-19T23:07:09.420Z] --- PASS: TestInfoAPI (0.02s)
23:07:09 [2023-01-19T23:07:09.420Z] === RUN   TestInfoAPIWarnings
23:07:27 [2023-01-19T23:07:27.542Z] --- PASS: TestInfoAPIWarnings (16.55s)
23:07:27 [2023-01-19T23:07:27.542Z] === RUN   TestInfoDebug
23:07:27 [2023-01-19T23:07:27.542Z] --- PASS: TestInfoDebug (0.52s)
23:07:27 [2023-01-19T23:07:27.542Z] === RUN   TestInfoInsecureRegistries
23:07:27 [2023-01-19T23:07:27.542Z] --- PASS: TestInfoInsecureRegistries (0.52s)
23:07:27 [2023-01-19T23:07:27.542Z] === RUN   TestInfoRegistryMirrors
23:07:27 [2023-01-19T23:07:27.542Z] --- PASS: TestInfoRegistryMirrors (0.52s)
23:07:27 [2023-01-19T23:07:27.542Z] === RUN   TestLoginFailsWithBadCredentials
23:07:27 [2023-01-19T23:07:27.800Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
23:07:27 [2023-01-19T23:07:27.800Z] === RUN   TestPingCacheHeaders
23:07:27 [2023-01-19T23:07:27.800Z] --- PASS: TestPingCacheHeaders (0.02s)
23:07:27 [2023-01-19T23:07:27.800Z] === RUN   TestPingGet
23:07:27 [2023-01-19T23:07:27.800Z] --- PASS: TestPingGet (0.01s)
23:07:27 [2023-01-19T23:07:27.800Z] === RUN   TestPingHead
23:07:27 [2023-01-19T23:07:27.800Z] --- PASS: TestPingHead (0.02s)
23:07:27 [2023-01-19T23:07:27.800Z] === RUN   TestPingSwarmHeader
23:07:28 [2023-01-19T23:07:28.369Z] === RUN   TestPingSwarmHeader/before_swarm_init
23:07:28 [2023-01-19T23:07:28.628Z] === RUN   TestPingSwarmHeader/after_swarm_init
23:07:29 [2023-01-19T23:07:29.566Z] === RUN   TestPingSwarmHeader/after_swarm_leave
23:07:29 [2023-01-19T23:07:29.566Z] --- PASS: TestPingSwarmHeader (1.65s)
23:07:29 [2023-01-19T23:07:29.566Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
23:07:29 [2023-01-19T23:07:29.566Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
23:07:29 [2023-01-19T23:07:29.566Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
23:07:29 [2023-01-19T23:07:29.566Z] === RUN   TestPingBuilderHeader
23:07:29 [2023-01-19T23:07:29.566Z] === RUN   TestPingBuilderHeader/default_config
23:07:30 [2023-01-19T23:07:30.135Z] === RUN   TestPingBuilderHeader/buildkit_disabled
23:07:30 [2023-01-19T23:07:30.704Z] --- PASS: TestPingBuilderHeader (1.05s)
23:07:30 [2023-01-19T23:07:30.704Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
23:07:30 [2023-01-19T23:07:30.704Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
23:07:30 [2023-01-19T23:07:30.704Z] === RUN   TestVersion
23:07:30 [2023-01-19T23:07:30.704Z] --- PASS: TestVersion (0.02s)
23:07:30 [2023-01-19T23:07:30.704Z] === CONT  TestDiskUsage
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty/container_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty/image_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty/volume_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty/build-cache_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty/container,_volume_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
23:07:31 [2023-01-19T23:07:31.272Z] === RUN   TestDiskUsage/after_container.Run
23:07:31 [2023-01-19T23:07:31.532Z] === RUN   TestDiskUsage/after_container.Run/container_types
23:07:31 [2023-01-19T23:07:31.532Z] === RUN   TestDiskUsage/after_container.Run/image_types
23:07:31 [2023-01-19T23:07:31.532Z] === RUN   TestDiskUsage/after_container.Run/volume_types
23:07:31 [2023-01-19T23:07:31.532Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
23:07:31 [2023-01-19T23:07:31.532Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
23:07:31 [2023-01-19T23:07:31.532Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
23:07:31 [2023-01-19T23:07:31.532Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
23:07:31 [2023-01-19T23:07:31.532Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
23:07:31 [2023-01-19T23:07:31.532Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
23:07:31 [2023-01-19T23:07:31.532Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
23:07:31 [2023-01-19T23:07:31.792Z] --- PASS: TestDiskUsage (1.15s)
23:07:31 [2023-01-19T23:07:31.792Z]     --- PASS: TestDiskUsage/empty (0.01s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.18s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]     --- PASS: TestDiskUsage/after_container.Run (0.30s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z] PASS
23:07:31 [2023-01-19T23:07:31.792Z] 
23:07:31 [2023-01-19T23:07:31.792Z] === Skipped
23:07:31 [2023-01-19T23:07:31.792Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
23:07:31 [2023-01-19T23:07:31.792Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:07:31 [2023-01-19T23:07:31.792Z] 
23:07:31 [2023-01-19T23:07:31.792Z] DONE 57 tests, 1 skipped in 23.183s
23:07:31 [2023-01-19T23:07:31.792Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
23:07:31 [2023-01-19T23:07:31.792Z] ++ 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
23:07:31 [2023-01-19T23:07:31.792Z] ++ set -e
23:07:31 [2023-01-19T23:07:31.792Z] ++ '[' -n 0 ']'
23:07:31 [2023-01-19T23:07:31.792Z] ++ set -x
23:07:31 [2023-01-19T23:07:31.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-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
23:07:31 [2023-01-19T23:07:31.792Z] INFO: Testing against a local daemon
23:07:31 [2023-01-19T23:07:31.792Z] === RUN   TestVolumesCreateAndList
23:07:31 [2023-01-19T23:07:31.792Z] --- PASS: TestVolumesCreateAndList (0.02s)
23:07:31 [2023-01-19T23:07:31.792Z] === RUN   TestVolumesRemove
23:07:32 [2023-01-19T23:07:32.051Z] --- PASS: TestVolumesRemove (0.07s)
23:07:32 [2023-01-19T23:07:32.051Z] === RUN   TestVolumesInspect
23:07:32 [2023-01-19T23:07:32.051Z] --- PASS: TestVolumesInspect (0.02s)
23:07:32 [2023-01-19T23:07:32.051Z] === RUN   TestVolumesInvalidJSON
23:07:32 [2023-01-19T23:07:32.051Z] === RUN   TestVolumesInvalidJSON/volumes/create
23:07:32 [2023-01-19T23:07:32.051Z] === PAUSE TestVolumesInvalidJSON/volumes/create
23:07:32 [2023-01-19T23:07:32.051Z] === CONT  TestVolumesInvalidJSON/volumes/create
23:07:32 [2023-01-19T23:07:32.051Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
23:07:32 [2023-01-19T23:07:32.051Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
23:07:32 [2023-01-19T23:07:32.051Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
23:07:32 [2023-01-19T23:07:32.051Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
23:07:32 [2023-01-19T23:07:32.051Z] --- PASS: TestVolumesInvalidJSON (0.01s)
23:07:32 [2023-01-19T23:07:32.051Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
23:07:32 [2023-01-19T23:07:32.051Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
23:07:32 [2023-01-19T23:07:32.051Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
23:07:32 [2023-01-19T23:07:32.051Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
23:07:32 [2023-01-19T23:07:32.051Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
23:07:32 [2023-01-19T23:07:32.051Z] === RUN   TestVolumePruneAnonymous
23:07:32 [2023-01-19T23:07:32.051Z] --- PASS: TestVolumePruneAnonymous (0.04s)
23:07:32 [2023-01-19T23:07:32.051Z] PASS
23:07:32 [2023-01-19T23:07:32.051Z] 
23:07:32 [2023-01-19T23:07:32.051Z] DONE 10 tests in 0.262s
23:07:32 [2023-01-19T23:07:32.051Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:07:32 [2023-01-19T23:07:32.310Z] ++++ cat bundles/test-integration/docker.pid
23:07:32 [2023-01-19T23:07:32.310Z] +++ kill 15193
23:07:32 [2023-01-19T23:07:32.310Z] +++ /etc/init.d/apparmor stop
23:07:32 [2023-01-19T23:07:32.310Z] Leaving: AppArmorNo profiles have been unloaded.
23:07:32 [2023-01-19T23:07:32.310Z] 
23:07:32 [2023-01-19T23:07:32.310Z] Unloading profiles will leave already running processes permanently
23:07:32 [2023-01-19T23:07:32.310Z] unconfined, which can lead to unexpected situations.
23:07:32 [2023-01-19T23:07:32.310Z] 
23:07:32 [2023-01-19T23:07:32.310Z] To set a process to complain mode, use the command line tool
23:07:32 [2023-01-19T23:07:32.310Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:07:32 [2023-01-19T23:07:32.310Z] +++ true
23:07:32 [2023-01-19T23:07:32.310Z] exiting test-integration
23:07:32 [2023-01-19T23:07:32.310Z] ++ exit 0
23:07:32 [2023-01-19T23:07:32.310Z] 
Post stage
[Pipeline] junit
23:07:33 [2023-01-19T23:07:33.263Z] Recording test results
23:07:33 [2023-01-19T23:07:33.457Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:07:33 [2023-01-19T23:07:33.770Z] + echo Ensuring container killed.
23:07:33 [2023-01-19T23:07:33.770Z] Ensuring container killed.
23:07:33 [2023-01-19T23:07:33.770Z] + docker rm -vf docker-pr1
23:07:33 [2023-01-19T23:07:33.770Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
23:07:34 [2023-01-19T23:07:34.055Z] + echo Chowning /workspace to jenkins user
23:07:34 [2023-01-19T23:07:34.055Z] Chowning /workspace to jenkins user
23:07:34 [2023-01-19T23:07:34.055Z] + id -u
23:07:34 [2023-01-19T23:07:34.055Z] + id -g
23:07:34 [2023-01-19T23:07:34.055Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44858:/workspace busybox chown -R 1000:1000 /workspace
23:07:34 [2023-01-19T23:07:34.055Z] Unable to find image 'busybox:latest' locally
23:07:34 [2023-01-19T23:07:34.321Z] latest: Pulling from library/busybox
23:07:34 [2023-01-19T23:07:34.321Z] f78e6840ded1: Already exists
23:07:34 [2023-01-19T23:07:34.321Z] Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
23:07:34 [2023-01-19T23:07:34.321Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:07:35 [2023-01-19T23:07:35.990Z] + bundleName=arm64-integration
23:07:35 [2023-01-19T23:07:35.990Z] + echo Creating arm64-integration-bundles.tar.gz
23:07:35 [2023-01-19T23:07:35.990Z] Creating arm64-integration-bundles.tar.gz
23:07:35 [2023-01-19T23:07:35.990Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
23:07:35 [2023-01-19T23:07:35.990Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
23:07:36 [2023-01-19T23:07:36.314Z] Archiving artifacts
23:07:38 [2023-01-19T23:07:38.028Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44858/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:07:38 [2023-01-19T23:07:38.329Z] + make clean
23:07:38 [2023-01-19T23:07:38.588Z] docker volume rm -f docker-dev-cache docker-mod-cache
23:07:38 [2023-01-19T23:07:38.589Z] docker-dev-cache
23:07:38 [2023-01-19T23:07:38.589Z] 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