Skip to content
Success

Console Output

Pull request #44802 updated
16:02:16 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at a0572a40abdcb0c7e030d27cdfb30410ed676e5d rather than ef161d4aeb2c8f2409e3d991565aeeb42916348c
Obtained Jenkinsfile from a0572a40abdcb0c7e030d27cdfb30410ed676e5d
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-44802@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
16:02:19 [2023-01-11T16:02:19.319Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
16:02:19 [2023-01-11T16:02:19.322Z] Trying to pass milestone 1
[Pipeline] milestone
16:02:19 [2023-01-11T16:02:19.437Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
16:02:19 [2023-01-11T16:02:19.624Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0453bfbd2b1b0b069) in /home/ubuntu/workspace/moby_PR-44802
[Pipeline] {
[Pipeline] checkout
16:02:19 [2023-01-11T16:02:19.649Z] The recommended git tool is: git
16:02:19 [2023-01-11T16:02:19.664Z] using credential docker-jenkins-github-credentials
16:02:19 [2023-01-11T16:02:19.675Z] Cloning the remote Git repository
16:02:19 [2023-01-11T16:02:19.675Z] Cloning with configured refspecs honoured and without tags
16:02:19 [2023-01-11T16:02:19.687Z] Cloning repository https://github.com/moby/moby.git
16:02:19 [2023-01-11T16:02:19.694Z]  > git init /home/ubuntu/workspace/moby_PR-44802 # timeout=10
16:02:19 [2023-01-11T16:02:19.700Z] Fetching upstream changes from https://github.com/moby/moby.git
16:02:19 [2023-01-11T16:02:19.700Z]  > git --version # timeout=10
16:02:19 [2023-01-11T16:02:19.708Z]  > git --version # 'git version 2.25.1'
16:02:19 [2023-01-11T16:02:19.708Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:02:19 [2023-01-11T16:02:19.709Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44802/head:refs/remotes/origin/PR-44802 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:02:32 [2023-01-11T16:02:32.546Z] Fetching without tags
16:02:32 [2023-01-11T16:02:32.814Z] Merging remotes/origin/master commit a0572a40abdcb0c7e030d27cdfb30410ed676e5d into PR head commit ef161d4aeb2c8f2409e3d991565aeeb42916348c
16:02:33 [2023-01-11T16:02:33.423Z] Merge succeeded, producing ef161d4aeb2c8f2409e3d991565aeeb42916348c
16:02:33 [2023-01-11T16:02:33.423Z] Checking out Revision ef161d4aeb2c8f2409e3d991565aeeb42916348c (PR-44802)
16:02:32 [2023-01-11T16:02:32.536Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:02:32 [2023-01-11T16:02:32.540Z]  > git config --add remote.origin.fetch +refs/pull/44802/head:refs/remotes/origin/PR-44802 # timeout=10
16:02:32 [2023-01-11T16:02:32.544Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:02:32 [2023-01-11T16:02:32.551Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:02:32 [2023-01-11T16:02:32.558Z] Fetching upstream changes from https://github.com/moby/moby.git
16:02:32 [2023-01-11T16:02:32.558Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:02:32 [2023-01-11T16:02:32.559Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44802/head:refs/remotes/origin/PR-44802 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:02:32 [2023-01-11T16:02:32.825Z]  > git config core.sparsecheckout # timeout=10
16:02:32 [2023-01-11T16:02:32.832Z]  > git checkout -f ef161d4aeb2c8f2409e3d991565aeeb42916348c # timeout=10
16:02:33 [2023-01-11T16:02:33.405Z]  > git remote # timeout=10
16:02:33 [2023-01-11T16:02:33.410Z]  > git config --get remote.origin.url # timeout=10
16:02:33 [2023-01-11T16:02:33.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:02:33 [2023-01-11T16:02:33.415Z]  > git merge a0572a40abdcb0c7e030d27cdfb30410ed676e5d # timeout=10
16:02:33 [2023-01-11T16:02:33.427Z]  > git rev-parse HEAD^{commit} # timeout=10
16:02:33 [2023-01-11T16:02:33.434Z]  > git config core.sparsecheckout # timeout=10
16:02:33 [2023-01-11T16:02:33.442Z]  > git checkout -f ef161d4aeb2c8f2409e3d991565aeeb42916348c # timeout=10
16:02:34 [2023-01-11T16:02:34.002Z] Commit message: "libnetwork: Clean up sysfs-based operations"
16:02:34 [2023-01-11T16:02:34.013Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:02:34 [2023-01-11T16:02:34.680Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44802:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
16:02:34 [2023-01-11T16:02:34.015Z]  > git rev-list --no-walk 59b628565e2f1128acfe604f2873b9d457fb6830 # timeout=10
16:02:38 [2023-01-11T16:02:38.874Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
Stage "s390x" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
16:02:39 [2023-01-11T16:02:39.042Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0294fea936c81daf5) in /home/ubuntu/workspace/moby_PR-44802
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] {
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] checkout
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
16:02:39 [2023-01-11T16:02:39.106Z] The recommended git tool is: git
[Pipeline] // stage
[Pipeline] // stage
16:02:39 [2023-01-11T16:02:39.123Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
16:02:39 [2023-01-11T16:02:39.138Z] Cloning the remote Git repository
16:02:39 [2023-01-11T16:02:39.138Z] Cloning with configured refspecs honoured and without tags
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
16:02:39 [2023-01-11T16:02:39.151Z] Cloning repository https://github.com/moby/moby.git
16:02:39 [2023-01-11T16:02:39.151Z]  > git init /home/ubuntu/workspace/moby_PR-44802 # timeout=10
16:02:39 [2023-01-11T16:02:39.159Z] Fetching upstream changes from https://github.com/moby/moby.git
16:02:39 [2023-01-11T16:02:39.159Z]  > git --version # timeout=10
16:02:39 [2023-01-11T16:02:39.164Z]  > git --version # 'git version 2.25.1'
16:02:39 [2023-01-11T16:02:39.164Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:02:39 [2023-01-11T16:02:39.165Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44802/head:refs/remotes/origin/PR-44802 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:02:52 [2023-01-11T16:02:52.925Z] Fetching without tags
16:02:52 [2023-01-11T16:02:52.915Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:02:52 [2023-01-11T16:02:52.918Z]  > git config --add remote.origin.fetch +refs/pull/44802/head:refs/remotes/origin/PR-44802 # timeout=10
16:02:52 [2023-01-11T16:02:52.922Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:02:52 [2023-01-11T16:02:52.929Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:02:52 [2023-01-11T16:02:52.937Z] Fetching upstream changes from https://github.com/moby/moby.git
16:02:52 [2023-01-11T16:02:52.938Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:02:52 [2023-01-11T16:02:52.938Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44802/head:refs/remotes/origin/PR-44802 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:02:53 [2023-01-11T16:02:53.302Z] Merging remotes/origin/master commit a0572a40abdcb0c7e030d27cdfb30410ed676e5d into PR head commit ef161d4aeb2c8f2409e3d991565aeeb42916348c
16:02:53 [2023-01-11T16:02:53.899Z] Merge succeeded, producing ef161d4aeb2c8f2409e3d991565aeeb42916348c
16:02:53 [2023-01-11T16:02:53.899Z] Checking out Revision ef161d4aeb2c8f2409e3d991565aeeb42916348c (PR-44802)
16:02:54 [2023-01-11T16:02:54.709Z] Commit message: "libnetwork: Clean up sysfs-based operations"
16:02:53 [2023-01-11T16:02:53.315Z]  > git config core.sparsecheckout # timeout=10
16:02:53 [2023-01-11T16:02:53.318Z]  > git checkout -f ef161d4aeb2c8f2409e3d991565aeeb42916348c # timeout=10
16:02:53 [2023-01-11T16:02:53.878Z]  > git remote # timeout=10
16:02:53 [2023-01-11T16:02:53.889Z]  > git config --get remote.origin.url # timeout=10
16:02:53 [2023-01-11T16:02:53.892Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:02:53 [2023-01-11T16:02:53.893Z]  > git merge a0572a40abdcb0c7e030d27cdfb30410ed676e5d # timeout=10
16:02:53 [2023-01-11T16:02:53.904Z]  > git rev-parse HEAD^{commit} # timeout=10
16:02:53 [2023-01-11T16:02:53.912Z]  > git config core.sparsecheckout # timeout=10
16:02:53 [2023-01-11T16:02:53.916Z]  > git checkout -f ef161d4aeb2c8f2409e3d991565aeeb42916348c # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:02:55 [2023-01-11T16:02:55.445Z] + docker version
16:02:55 [2023-01-11T16:02:55.445Z] Client: Docker Engine - Community
16:02:55 [2023-01-11T16:02:55.445Z]  Version:           22.06.0-beta.0
16:02:55 [2023-01-11T16:02:55.446Z]  API version:       1.42
16:02:55 [2023-01-11T16:02:55.446Z]  Go version:        go1.18.3
16:02:55 [2023-01-11T16:02:55.446Z]  Git commit:        3e9117b
16:02:55 [2023-01-11T16:02:55.446Z]  Built:             Fri Jun  3 17:55:34 2022
16:02:55 [2023-01-11T16:02:55.446Z]  OS/Arch:           linux/arm64
16:02:55 [2023-01-11T16:02:55.446Z]  Context:           default
16:02:55 [2023-01-11T16:02:55.446Z] 
16:02:55 [2023-01-11T16:02:55.446Z] Server: Docker Engine - Community
16:02:55 [2023-01-11T16:02:55.446Z]  Engine:
16:02:55 [2023-01-11T16:02:55.446Z]   Version:          22.06.0-beta.0
16:02:55 [2023-01-11T16:02:55.446Z]   API version:      1.42 (minimum version 1.12)
16:02:55 [2023-01-11T16:02:55.446Z]   Go version:       go1.18.3
16:02:55 [2023-01-11T16:02:55.446Z]   Git commit:       38633e7
16:02:55 [2023-01-11T16:02:55.446Z]   Built:            Fri Jun  3 17:55:34 2022
16:02:55 [2023-01-11T16:02:55.446Z]   OS/Arch:          linux/arm64
16:02:55 [2023-01-11T16:02:55.446Z]   Experimental:     true
16:02:55 [2023-01-11T16:02:55.446Z]  containerd:
16:02:55 [2023-01-11T16:02:55.446Z]   Version:          1.6.8
16:02:55 [2023-01-11T16:02:55.446Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
16:02:55 [2023-01-11T16:02:55.446Z]  runc:
16:02:55 [2023-01-11T16:02:55.446Z]   Version:          1.1.4
16:02:55 [2023-01-11T16:02:55.446Z]   GitCommit:        v1.1.4-0-g5fd4c4d
16:02:55 [2023-01-11T16:02:55.446Z]  docker-init:
16:02:55 [2023-01-11T16:02:55.446Z]   Version:          0.19.0
16:02:55 [2023-01-11T16:02:55.446Z]   GitCommit:        de40ad0
[Pipeline] sh
16:02:55 [2023-01-11T16:02:55.729Z] + docker info
16:02:55 [2023-01-11T16:02:55.729Z] Client:
16:02:55 [2023-01-11T16:02:55.729Z]  Context:    default
16:02:55 [2023-01-11T16:02:55.729Z]  Debug Mode: false
16:02:55 [2023-01-11T16:02:55.729Z]  Plugins:
16:02:55 [2023-01-11T16:02:55.729Z]   buildx: Docker Buildx (Docker Inc.)
16:02:55 [2023-01-11T16:02:55.729Z]     Version:  v0.8.2
16:02:55 [2023-01-11T16:02:55.729Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
16:02:55 [2023-01-11T16:02:55.729Z]   compose: Docker Compose (Docker Inc.)
16:02:55 [2023-01-11T16:02:55.729Z]     Version:  v2.12.0
16:02:55 [2023-01-11T16:02:55.729Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
16:02:55 [2023-01-11T16:02:55.729Z] 
16:02:55 [2023-01-11T16:02:55.729Z] Server:
16:02:55 [2023-01-11T16:02:55.729Z]  Containers: 0
16:02:55 [2023-01-11T16:02:55.729Z]   Running: 0
16:02:55 [2023-01-11T16:02:55.729Z]   Paused: 0
16:02:55 [2023-01-11T16:02:55.729Z]   Stopped: 0
16:02:55 [2023-01-11T16:02:55.729Z]  Images: 5
16:02:55 [2023-01-11T16:02:55.729Z]  Server Version: 22.06.0-beta.0
16:02:55 [2023-01-11T16:02:55.729Z]  Storage Driver: overlay2
16:02:55 [2023-01-11T16:02:55.729Z]   Backing Filesystem: extfs
16:02:55 [2023-01-11T16:02:55.729Z]   Supports d_type: true
16:02:55 [2023-01-11T16:02:55.729Z]   Using metacopy: false
16:02:55 [2023-01-11T16:02:55.729Z]   Native Overlay Diff: true
16:02:55 [2023-01-11T16:02:55.729Z]   userxattr: false
16:02:55 [2023-01-11T16:02:55.729Z]  Logging Driver: json-file
16:02:55 [2023-01-11T16:02:55.729Z]  Cgroup Driver: cgroupfs
16:02:55 [2023-01-11T16:02:55.729Z]  Cgroup Version: 1
16:02:55 [2023-01-11T16:02:55.729Z]  Plugins:
16:02:55 [2023-01-11T16:02:55.729Z]   Volume: local
16:02:55 [2023-01-11T16:02:55.729Z]   Network: bridge host ipvlan macvlan null overlay
16:02:55 [2023-01-11T16:02:55.729Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:02:55 [2023-01-11T16:02:55.729Z]  Swarm: inactive
16:02:55 [2023-01-11T16:02:55.729Z]  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
16:02:55 [2023-01-11T16:02:55.729Z]  Default Runtime: runc
16:02:55 [2023-01-11T16:02:55.729Z]  Init Binary: docker-init
16:02:55 [2023-01-11T16:02:55.729Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
16:02:55 [2023-01-11T16:02:55.729Z]  runc version: v1.1.4-0-g5fd4c4d
16:02:55 [2023-01-11T16:02:55.729Z]  init version: de40ad0
16:02:55 [2023-01-11T16:02:55.729Z]  Security Options:
16:02:55 [2023-01-11T16:02:55.729Z]   apparmor
16:02:55 [2023-01-11T16:02:55.729Z]   seccomp
16:02:55 [2023-01-11T16:02:55.729Z]    Profile: builtin
16:02:55 [2023-01-11T16:02:55.729Z]  Kernel Version: 5.15.0-1022-aws
16:02:55 [2023-01-11T16:02:55.729Z]  Operating System: Ubuntu 20.04.5 LTS
16:02:55 [2023-01-11T16:02:55.729Z]  OSType: linux
16:02:55 [2023-01-11T16:02:55.729Z]  Architecture: aarch64
16:02:55 [2023-01-11T16:02:55.729Z]  CPUs: 2
16:02:55 [2023-01-11T16:02:55.729Z]  Total Memory: 7.559GiB
16:02:55 [2023-01-11T16:02:55.729Z]  Name: ip-10-100-42-229
16:02:55 [2023-01-11T16:02:55.729Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
16:02:55 [2023-01-11T16:02:55.729Z]  Docker Root Dir: /var/lib/docker
16:02:55 [2023-01-11T16:02:55.729Z]  Debug Mode: false
16:02:55 [2023-01-11T16:02:55.729Z]  Registry: https://index.docker.io/v1/
16:02:55 [2023-01-11T16:02:55.729Z]  Labels:
16:02:55 [2023-01-11T16:02:55.729Z]  Experimental: true
16:02:55 [2023-01-11T16:02:55.729Z]  Insecure Registries:
16:02:55 [2023-01-11T16:02:55.729Z]   127.0.0.0/8
16:02:55 [2023-01-11T16:02:55.729Z]  Live Restore Enabled: true
16:02:55 [2023-01-11T16:02:55.729Z] 
[Pipeline] sh
16:02:56 [2023-01-11T16:02:56.014Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:02:56 [2023-01-11T16:02:56.014Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:02:56 [2023-01-11T16:02:56.014Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44802/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
16:02:56 [2023-01-11T16:02:56.014Z] + bash /home/ubuntu/workspace/moby_PR-44802/check-config.sh
16:02:56 [2023-01-11T16:02:56.014Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:02:56 [2023-01-11T16:02:56.014Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
16:02:56 [2023-01-11T16:02:56.014Z] 
16:02:56 [2023-01-11T16:02:56.014Z] Generally Necessary:
16:02:56 [2023-01-11T16:02:56.014Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:02:56 [2023-01-11T16:02:56.014Z] - apparmor: enabled and tools installed
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_NAMESPACES: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_NET_NS: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_PID_NS: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_IPC_NS: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_UTS_NS: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_CGROUPS: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_CGROUP_CPUACCT: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_CGROUP_DEVICE: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_CGROUP_FREEZER: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_CGROUP_SCHED: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_CPUSETS: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_MEMCG: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_KEYS: enabled
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_VETH: enabled (as module)
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_BRIDGE: enabled (as module)
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:02:56 [2023-01-11T16:02:56.014Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_NF_NAT: enabled (as module)
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_POSIX_MQUEUE: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_CGROUP_BPF: enabled
16:02:56 [2023-01-11T16:02:56.274Z] 
16:02:56 [2023-01-11T16:02:56.274Z] Optional Features:
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_USER_NS: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_SECCOMP: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_SECCOMP_FILTER: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_CGROUP_PIDS: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_MEMCG_SWAP: enabled
16:02:56 [2023-01-11T16:02:56.274Z]     (cgroup swap accounting is currently enabled)
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_BLK_CGROUP: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_CGROUP_PERF: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_CGROUP_HUGETLB: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_CFS_BANDWIDTH: enabled
16:02:56 [2023-01-11T16:02:56.274Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_RT_GROUP_SCHED: missing
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_IP_VS: enabled (as module)
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_IP_VS_NFCT: enabled
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_IP_VS_RR: enabled (as module)
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_SECURITY_SELINUX: enabled
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_SECURITY_APPARMOR: enabled
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_EXT4_FS: enabled
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:02:56 [2023-01-11T16:02:56.533Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:02:56 [2023-01-11T16:02:56.533Z] - Network Drivers:
16:02:56 [2023-01-11T16:02:56.534Z]   - "overlay":
16:02:56 [2023-01-11T16:02:56.534Z]     - CONFIG_VXLAN: enabled (as module)
16:02:56 [2023-01-11T16:02:56.534Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:02:56 [2023-01-11T16:02:56.534Z]       Optional (for encrypted networks):
16:02:56 [2023-01-11T16:02:56.793Z]       - CONFIG_CRYPTO: enabled
16:02:56 [2023-01-11T16:02:56.793Z]       - CONFIG_CRYPTO_AEAD: enabled
16:02:56 [2023-01-11T16:02:56.793Z]       - CONFIG_CRYPTO_GCM: enabled
16:02:56 [2023-01-11T16:02:56.793Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:02:56 [2023-01-11T16:02:56.793Z]       - CONFIG_CRYPTO_GHASH: enabled
16:02:56 [2023-01-11T16:02:56.793Z]       - CONFIG_XFRM: enabled
16:02:56 [2023-01-11T16:02:56.793Z]       - CONFIG_XFRM_USER: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]       - CONFIG_INET_ESP: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]   - "ipvlan":
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_IPVLAN: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]   - "macvlan":
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_MACVLAN: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_DUMMY: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]   - "ftp,tftp client in container":
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z] - Storage Drivers:
16:02:56 [2023-01-11T16:02:56.793Z]   - "aufs":
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_AUFS_FS: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]   - "btrfs":
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:02:56 [2023-01-11T16:02:56.793Z]   - "devicemapper":
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_BLK_DEV_DM: enabled
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]   - "overlay":
16:02:56 [2023-01-11T16:02:56.793Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:02:56 [2023-01-11T16:02:56.793Z]   - "zfs":
16:02:56 [2023-01-11T16:02:56.793Z]     - /dev/zfs: present
16:02:56 [2023-01-11T16:02:56.793Z]     - zfs command: missing
16:02:56 [2023-01-11T16:02:56.793Z]     - zpool command: missing
16:02:56 [2023-01-11T16:02:56.793Z] 
16:02:56 [2023-01-11T16:02:56.793Z] Limits:
16:02:56 [2023-01-11T16:02:56.793Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:02:56 [2023-01-11T16:02:56.793Z] 
16:02:56 [2023-01-11T16:02:56.793Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:02:57 [2023-01-11T16:02:57.108Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ef161d4aeb2c8f2409e3d991565aeeb42916348c .
16:02:57 [2023-01-11T16:02:57.371Z] #1 [internal] load build definition from Dockerfile
16:02:57 [2023-01-11T16:02:57.371Z] #1 transferring dockerfile: 25.95kB done
16:02:57 [2023-01-11T16:02:57.371Z] #1 DONE 0.0s
16:02:57 [2023-01-11T16:02:57.371Z] 
16:02:57 [2023-01-11T16:02:57.371Z] #2 [internal] load .dockerignore
16:02:57 [2023-01-11T16:02:57.371Z] #2 transferring context: 113B done
16:02:57 [2023-01-11T16:02:57.371Z] #2 DONE 0.1s
16:02:57 [2023-01-11T16:02:57.371Z] 
16:02:57 [2023-01-11T16:02:57.371Z] #3 resolve image config for docker.io/docker/dockerfile:1
16:02:57 [2023-01-11T16:02:57.631Z] #3 DONE 0.3s
16:02:57 [2023-01-11T16:02:57.631Z] 
16:02:57 [2023-01-11T16:02:57.631Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
16:02:57 [2023-01-11T16:02:57.631Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
16:02:57 [2023-01-11T16:02:57.891Z] #4 sha256:8d5998862fafcacec68298ab34c9c28973251a5082836f31de0188cd914fae33 2.36kB / 2.36kB done
16:02:57 [2023-01-11T16:02:57.891Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 9.21MB / 9.21MB 0.1s done
16:02:57 [2023-01-11T16:02:57.891Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
16:02:57 [2023-01-11T16:02:57.891Z] #4 sha256:f259fd86ee23d7b4a2944432e3a09f45fa288bb84bfbd222b19b2abc7ddffbb9 528B / 528B done
16:02:57 [2023-01-11T16:02:57.891Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0
16:02:57 [2023-01-11T16:02:57.891Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.2s done
16:02:57 [2023-01-11T16:02:57.891Z] #4 DONE 0.4s
16:02:58 [2023-01-11T16:02:58.151Z] 
16:02:58 [2023-01-11T16:02:58.151Z] #5 [internal] load metadata for docker.io/library/busybox:latest
16:02:58 [2023-01-11T16:02:58.151Z] #5 DONE 0.0s
16:02:58 [2023-01-11T16:02:58.151Z] 
16:02:58 [2023-01-11T16:02:58.151Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:02:58 [2023-01-11T16:02:58.410Z] #6 ...
16:02:58 [2023-01-11T16:02:58.410Z] 
16:02:58 [2023-01-11T16:02:58.410Z] #7 [internal] load metadata for docker.io/library/golang:1.19.5-bullseye
16:02:58 [2023-01-11T16:02:58.410Z] #7 DONE 0.4s
16:02:58 [2023-01-11T16:02:58.669Z] 
16:02:58 [2023-01-11T16:02:58.669Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
16:02:58 [2023-01-11T16:02:58.669Z] #8 DONE 0.4s
16:02:58 [2023-01-11T16:02:58.669Z] 
16:02:58 [2023-01-11T16:02:58.669Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:02:58 [2023-01-11T16:02:58.669Z] #6 DONE 0.4s
16:02:58 [2023-01-11T16:02:58.669Z] 
16:02:58 [2023-01-11T16:02:58.669Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
16:02:58 [2023-01-11T16:02:58.669Z] #9 DONE 0.5s
16:03:00 [2023-01-11T16:03:00.580Z] 
16:03:00 [2023-01-11T16:03:00.580Z] #10 [build-dummy 1/2] FROM docker.io/library/busybox
16:03:00 [2023-01-11T16:03:00.580Z] #10 DONE 0.0s
16:03:00 [2023-01-11T16:03:00.580Z] 
16:03:00 [2023-01-11T16:03:00.580Z] #11 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:03:00 [2023-01-11T16:03:00.580Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
16:03:00 [2023-01-11T16:03:00.580Z] #11 DONE 0.1s
16:03:00 [2023-01-11T16:03:00.580Z] 
16:03:00 [2023-01-11T16:03:00.580Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd
16:03:00 [2023-01-11T16:03:00.580Z] #12 resolve docker.io/library/golang:1.19.5-bullseye@sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd 0.1s done
16:03:00 [2023-01-11T16:03:00.580Z] #12 sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd 1.86kB / 1.86kB done
16:03:00 [2023-01-11T16:03:00.580Z] #12 sha256:bc617a2f3c208f74743615e81c7dc9d8851a7ee0f793bcb5bbf184905a996846 1.80kB / 1.80kB done
16:03:00 [2023-01-11T16:03:00.580Z] #12 sha256:133d559fa20c54b5b457e71d6f3430ca30938bb97dcc28df592d8c69918bc6c0 7.12kB / 7.12kB done
16:03:00 [2023-01-11T16:03:00.580Z] #12 sha256:ef0470f9572d03767b054118fe19e60a9c7e2510168b3a0868d9ac2953d2def5 0B / 5.15MB 0.2s
16:03:00 [2023-01-11T16:03:00.580Z] #12 sha256:c3e6129b48b69d14c5e7a5605e2b94003fb71aac82eac46b8689f5b8007af2c5 3.15MB / 53.68MB 0.2s
16:03:00 [2023-01-11T16:03:00.580Z] #12 ...
16:03:00 [2023-01-11T16:03:00.580Z] 
16:03:00 [2023-01-11T16:03:00.580Z] #13 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
16:03:00 [2023-01-11T16:03:00.580Z] #13 DONE 0.5s
16:03:00 [2023-01-11T16:03:00.580Z] 
16:03:00 [2023-01-11T16:03:00.580Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd
16:03:00 [2023-01-11T16:03:00.580Z] #12 sha256:ef0470f9572d03767b054118fe19e60a9c7e2510168b3a0868d9ac2953d2def5 3.15MB / 5.15MB 0.3s
16:03:00 [2023-01-11T16:03:00.580Z] #12 sha256:c3e6129b48b69d14c5e7a5605e2b94003fb71aac82eac46b8689f5b8007af2c5 12.58MB / 53.68MB 0.3s
16:03:00 [2023-01-11T16:03:00.841Z] #12 sha256:ef0470f9572d03767b054118fe19e60a9c7e2510168b3a0868d9ac2953d2def5 5.15MB / 5.15MB 0.3s done
16:03:00 [2023-01-11T16:03:00.841Z] #12 sha256:c3e6129b48b69d14c5e7a5605e2b94003fb71aac82eac46b8689f5b8007af2c5 19.92MB / 53.68MB 0.4s
16:03:00 [2023-01-11T16:03:00.841Z] #12 sha256:99dfcef0545e5bca269c65c0208385c886321a1e0212977299827be5346dfea5 0B / 10.87MB 0.4s
16:03:00 [2023-01-11T16:03:00.841Z] #12 sha256:c3e6129b48b69d14c5e7a5605e2b94003fb71aac82eac46b8689f5b8007af2c5 26.29MB / 53.68MB 0.5s
16:03:00 [2023-01-11T16:03:00.841Z] #12 sha256:99dfcef0545e5bca269c65c0208385c886321a1e0212977299827be5346dfea5 2.10MB / 10.87MB 0.5s
16:03:01 [2023-01-11T16:03:01.106Z] #12 sha256:c3e6129b48b69d14c5e7a5605e2b94003fb71aac82eac46b8689f5b8007af2c5 42.99MB / 53.68MB 0.7s
16:03:01 [2023-01-11T16:03:01.106Z] #12 sha256:99dfcef0545e5bca269c65c0208385c886321a1e0212977299827be5346dfea5 10.87MB / 10.87MB 0.6s done
16:03:01 [2023-01-11T16:03:01.106Z] #12 sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6 0B / 54.68MB 0.7s
16:03:01 [2023-01-11T16:03:01.106Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 0B / 81.39MB 0.7s
16:03:01 [2023-01-11T16:03:01.106Z] #12 sha256:c3e6129b48b69d14c5e7a5605e2b94003fb71aac82eac46b8689f5b8007af2c5 53.68MB / 53.68MB 0.8s
16:03:01 [2023-01-11T16:03:01.106Z] #12 sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6 3.42MB / 54.68MB 0.8s
16:03:01 [2023-01-11T16:03:01.381Z] #12 sha256:c3e6129b48b69d14c5e7a5605e2b94003fb71aac82eac46b8689f5b8007af2c5 53.68MB / 53.68MB 0.9s done
16:03:01 [2023-01-11T16:03:01.381Z] #12 sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6 14.68MB / 54.68MB 1.0s
16:03:01 [2023-01-11T16:03:01.381Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 15.73MB / 81.39MB 1.0s
16:03:01 [2023-01-11T16:03:01.381Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 0B / 115.17MB 1.0s
16:03:01 [2023-01-11T16:03:01.381Z] #12 sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6 23.09MB / 54.68MB 1.1s
16:03:01 [2023-01-11T16:03:01.651Z] #12 sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6 28.31MB / 54.68MB 1.2s
16:03:01 [2023-01-11T16:03:01.651Z] #12 sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6 32.61MB / 54.68MB 1.3s
16:03:01 [2023-01-11T16:03:01.651Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 24.12MB / 81.39MB 1.3s
16:03:01 [2023-01-11T16:03:01.651Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 7.34MB / 115.17MB 1.3s
16:03:01 [2023-01-11T16:03:01.651Z] #12 sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6 40.19MB / 54.68MB 1.4s
16:03:01 [2023-01-11T16:03:01.651Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 30.41MB / 81.39MB 1.4s
16:03:01 [2023-01-11T16:03:01.651Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 19.92MB / 115.17MB 1.4s
16:03:01 [2023-01-11T16:03:01.651Z] #12 extracting sha256:c3e6129b48b69d14c5e7a5605e2b94003fb71aac82eac46b8689f5b8007af2c5
16:03:01 [2023-01-11T16:03:01.915Z] #12 sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6 48.23MB / 54.68MB 1.5s
16:03:01 [2023-01-11T16:03:01.915Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 38.07MB / 81.39MB 1.5s
16:03:01 [2023-01-11T16:03:01.915Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 27.26MB / 115.17MB 1.5s
16:03:01 [2023-01-11T16:03:01.915Z] #12 ...
16:03:01 [2023-01-11T16:03:01.915Z] 
16:03:01 [2023-01-11T16:03:01.915Z] #14 [build-dummy 2/2] RUN mkdir -p /build
16:03:01 [2023-01-11T16:03:01.915Z] #14 DONE 1.8s
16:03:01 [2023-01-11T16:03:01.915Z] 
16:03:01 [2023-01-11T16:03:01.915Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd
16:03:01 [2023-01-11T16:03:01.915Z] #12 sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6 54.68MB / 54.68MB 1.6s done
16:03:01 [2023-01-11T16:03:01.915Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 47.37MB / 81.39MB 1.7s
16:03:01 [2023-01-11T16:03:01.915Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 38.80MB / 115.17MB 1.7s
16:03:02 [2023-01-11T16:03:02.182Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 52.43MB / 81.39MB 1.8s
16:03:02 [2023-01-11T16:03:02.182Z] #12 sha256:2aea46d6cee020392f51eaf2d7cb270e5032f3de949bd76c818a444b44f1ecca 0B / 155B 1.8s
16:03:02 [2023-01-11T16:03:02.182Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 58.72MB / 81.39MB 1.9s
16:03:02 [2023-01-11T16:03:02.182Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 49.28MB / 115.17MB 1.9s
16:03:02 [2023-01-11T16:03:02.182Z] #12 sha256:2aea46d6cee020392f51eaf2d7cb270e5032f3de949bd76c818a444b44f1ecca 155B / 155B 1.8s done
16:03:02 [2023-01-11T16:03:02.455Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 66.63MB / 81.39MB 2.0s
16:03:02 [2023-01-11T16:03:02.455Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 57.33MB / 115.17MB 2.1s
16:03:02 [2023-01-11T16:03:02.719Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 81.39MB / 81.39MB 2.3s
16:03:02 [2023-01-11T16:03:02.719Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 70.25MB / 115.17MB 2.3s
16:03:02 [2023-01-11T16:03:02.719Z] #12 sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 81.39MB / 81.39MB 2.4s done
16:03:02 [2023-01-11T16:03:02.719Z] #12 ...
16:03:02 [2023-01-11T16:03:02.719Z] 
16:03:02 [2023-01-11T16:03:02.719Z] #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
16:03:02 [2023-01-11T16:03:02.719Z] #15 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 0.1s done
16:03:02 [2023-01-11T16:03:02.719Z] #15 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
16:03:02 [2023-01-11T16:03:02.719Z] #15 sha256:f663db6ef122c01b5690c6b8fc2eff09635374597ed36fac63133b48fd0777b8 526B / 526B done
16:03:02 [2023-01-11T16:03:02.719Z] #15 sha256:64c0463dcf02cc65ad1ac532d9974472c41c79b92c4fac56271cd2b7540c7cdb 1.30kB / 1.30kB done
16:03:02 [2023-01-11T16:03:02.719Z] #15 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 done
16:03:02 [2023-01-11T16:03:02.719Z] #15 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 2.0s done
16:03:02 [2023-01-11T16:03:02.719Z] #15 DONE 2.7s
16:03:02 [2023-01-11T16:03:02.719Z] 
16:03:02 [2023-01-11T16:03:02.719Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd
16:03:02 [2023-01-11T16:03:02.990Z] #12 ...
16:03:02 [2023-01-11T16:03:02.990Z] 
16:03:02 [2023-01-11T16:03:02.990Z] #16 [binary-dummy 1/1] COPY --from=build-dummy /build /build
16:03:02 [2023-01-11T16:03:02.990Z] #16 DONE 0.6s
16:03:02 [2023-01-11T16:03:02.990Z] 
16:03:02 [2023-01-11T16:03:02.990Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd
16:03:02 [2023-01-11T16:03:02.990Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 88.08MB / 115.17MB 2.6s
16:03:02 [2023-01-11T16:03:02.990Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 97.95MB / 115.17MB 2.7s
16:03:03 [2023-01-11T16:03:03.252Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 111.15MB / 115.17MB 2.9s
16:03:03 [2023-01-11T16:03:03.252Z] #12 sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 115.17MB / 115.17MB 3.0s done
16:03:03 [2023-01-11T16:03:03.513Z] #12 ...
16:03:03 [2023-01-11T16:03:03.513Z] 
16:03:03 [2023-01-11T16:03:03.513Z] #11 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:03:03 [2023-01-11T16:03:03.513Z] #11 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:03:03 [2023-01-11T16:03:03.513Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:03:03 [2023-01-11T16:03:03.513Z] #11 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:03:03 [2023-01-11T16:03:03.513Z] #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.4s done
16:03:03 [2023-01-11T16:03:03.513Z] #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.6s done
16:03:03 [2023-01-11T16:03:03.513Z] #11 DONE 3.4s
16:03:03 [2023-01-11T16:03:03.513Z] 
16:03:03 [2023-01-11T16:03:03.513Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd
16:03:04 [2023-01-11T16:03:04.083Z] #12 ...
16:03:04 [2023-01-11T16:03:04.083Z] 
16:03:04 [2023-01-11T16:03:04.083Z] #17 [internal] load build context
16:03:04 [2023-01-11T16:03:04.083Z] #17 transferring context: 65.00MB 3.8s done
16:03:04 [2023-01-11T16:03:04.083Z] #17 DONE 4.0s
16:03:04 [2023-01-11T16:03:04.083Z] 
16:03:04 [2023-01-11T16:03:04.083Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd
16:03:05 [2023-01-11T16:03:05.993Z] #12 extracting sha256:c3e6129b48b69d14c5e7a5605e2b94003fb71aac82eac46b8689f5b8007af2c5 4.3s done
16:03:05 [2023-01-11T16:03:05.993Z] #12 extracting sha256:ef0470f9572d03767b054118fe19e60a9c7e2510168b3a0868d9ac2953d2def5
16:03:06 [2023-01-11T16:03:06.562Z] #12 extracting sha256:ef0470f9572d03767b054118fe19e60a9c7e2510168b3a0868d9ac2953d2def5 0.3s done
16:03:06 [2023-01-11T16:03:06.562Z] #12 extracting sha256:99dfcef0545e5bca269c65c0208385c886321a1e0212977299827be5346dfea5
16:03:06 [2023-01-11T16:03:06.826Z] #12 ...
16:03:06 [2023-01-11T16:03:06.826Z] 
16:03:06 [2023-01-11T16:03:06.826Z] #18 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:9f0952accf91d1916dbe39339682e2daa03c16cd5f3ea70217af785f3b01ec36
16:03:06 [2023-01-11T16:03:06.826Z] #18 resolve docker.io/library/debian:bullseye@sha256:9f0952accf91d1916dbe39339682e2daa03c16cd5f3ea70217af785f3b01ec36 0.1s done
16:03:06 [2023-01-11T16:03:06.826Z] #18 sha256:9f0952accf91d1916dbe39339682e2daa03c16cd5f3ea70217af785f3b01ec36 1.85kB / 1.85kB done
16:03:06 [2023-01-11T16:03:06.826Z] #18 sha256:8753a14ec6bc1cddae687b2840b36527cf2bf5f58a272ffcb3f8e9a0a4586b8d 529B / 529B done
16:03:06 [2023-01-11T16:03:06.826Z] #18 sha256:a8ed85e3b9abcf5ca2c23e1032ebb1af6e4afc186879770484e036da5dd8798d 1.48kB / 1.48kB done
16:03:06 [2023-01-11T16:03:06.826Z] #18 sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 53.68MB / 53.68MB 2.8s done
16:03:06 [2023-01-11T16:03:06.826Z] #18 extracting sha256:c345c9e441f5f49235768af74b8ab37743652d38958afaa000edd56d7b2f0540 3.2s done
16:03:06 [2023-01-11T16:03:06.826Z] #18 DONE 6.6s
16:03:06 [2023-01-11T16:03:06.826Z] 
16:03:06 [2023-01-11T16:03:06.826Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd
16:03:06 [2023-01-11T16:03:06.826Z] #12 extracting sha256:99dfcef0545e5bca269c65c0208385c886321a1e0212977299827be5346dfea5 0.4s done
16:03:07 [2023-01-11T16:03:07.086Z] #12 extracting sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6
16:03:09 [2023-01-11T16:03:09.627Z] #12 extracting sha256:940d63caabf45c64562daab3c243c8724dd47bf45054d902ef3cb6206fc9c3f6 2.7s done
16:03:09 [2023-01-11T16:03:09.888Z] #12 extracting sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 0.1s
16:03:12 [2023-01-11T16:03:12.429Z] #12 extracting sha256:cbe9f9332588e02f9f2838558321c72af3e805f328690978e0a1f7b57954fb36 2.7s done
16:03:12 [2023-01-11T16:03:12.689Z] #12 extracting sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d
16:03:16 [2023-01-11T16:03:16.888Z] #12 ...
16:03:16 [2023-01-11T16:03:16.888Z] 
16:03:16 [2023-01-11T16:03:16.888Z] #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
16:03:16 [2023-01-11T16:03:16.888Z] #0 0.984 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 0.999 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 0.999 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 1.141 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 1.309 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [207 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 1.583 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 2.331 Fetched 8499 kB in 2s (5317 kB/s)
16:03:16 [2023-01-11T16:03:16.888Z] #0 2.331 Reading package lists...
16:03:16 [2023-01-11T16:03:16.888Z] #0 2.893 Reading package lists...
16:03:16 [2023-01-11T16:03:16.888Z] #0 3.450 Building dependency tree...
16:03:16 [2023-01-11T16:03:16.888Z] #0 3.852 The following additional packages will be installed:
16:03:16 [2023-01-11T16:03:16.888Z] #0 3.853   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
16:03:16 [2023-01-11T16:03:16.888Z] #0 3.853   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
16:03:16 [2023-01-11T16:03:16.888Z] #0 3.855 Recommended packages:
16:03:16 [2023-01-11T16:03:16.888Z] #0 3.855   libldap-common publicsuffix libsasl2-modules
16:03:16 [2023-01-11T16:03:16.888Z] #0 3.987 The following NEW packages will be installed:
16:03:16 [2023-01-11T16:03:16.888Z] #0 3.987   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
16:03:16 [2023-01-11T16:03:16.888Z] #0 3.987   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:03:16 [2023-01-11T16:03:16.888Z] #0 3.987   libssh2-1 openssl
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.258 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.258 Need to get 2941 kB of archives.
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.258 After this operation, 6478 kB of additional disk space will be used.
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.258 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.268 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.277 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.279 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.283 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.287 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.287 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.287 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.287 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.287 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.288 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.296 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.299 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.300 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.301 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.430 debconf: delaying package configuration, since apt-utils is not installed
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.466 Fetched 2941 kB in 0s (9546 kB/s)
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.522 Selecting previously unselected package openssl.
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.522 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6653 files and directories currently installed.)
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.522 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.538 Unpacking openssl (1.1.1n-0+deb11u3) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.676 Selecting previously unselected package ca-certificates.
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.676 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.685 Unpacking ca-certificates (20210119) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.777 Selecting previously unselected package libbrotli1:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.777 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.791 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.857 Selecting previously unselected package libsasl2-modules-db:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.859 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.864 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.909 Selecting previously unselected package libsasl2-2:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.910 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.916 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.979 Selecting previously unselected package libldap-2.4-2:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.979 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 4.983 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.050 Selecting previously unselected package libnghttp2-14:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.050 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.056 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.161 Selecting previously unselected package libpsl5:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.162 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.168 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.215 Selecting previously unselected package librtmp1:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.216 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.222 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.275 Selecting previously unselected package libssh2-1:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.275 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.282 Unpacking libssh2-1:arm64 (1.9.0-2) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.338 Selecting previously unselected package libcurl4:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.340 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.345 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.407 Selecting previously unselected package curl.
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.407 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.415 Unpacking curl (7.74.0-1.3+deb11u3) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.481 Selecting previously unselected package libonig5:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.481 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.486 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.553 Selecting previously unselected package libjq1:arm64.
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.553 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.558 Unpacking libjq1:arm64 (1.6-2.1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.612 Selecting previously unselected package jq.
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.612 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.617 Unpacking jq (1.6-2.1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.667 Setting up libpsl5:arm64 (0.21.0-1.2) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.679 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.695 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.710 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.725 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.740 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.754 Setting up libssh2-1:arm64 (1.9.0-2) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.771 Setting up openssl (1.1.1n-0+deb11u3) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.793 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.813 Setting up libjq1:arm64 (1.6-2.1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.832 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 5.845 Setting up ca-certificates (20210119) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 6.422 Updating certificates in /etc/ssl/certs...
16:03:16 [2023-01-11T16:03:16.888Z] #0 7.380 129 added, 0 removed; done.
16:03:16 [2023-01-11T16:03:16.888Z] #0 7.420 Setting up jq (1.6-2.1) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 7.436 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 7.451 Setting up curl (7.74.0-1.3+deb11u3) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 7.467 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 7.503 Processing triggers for ca-certificates (20210119) ...
16:03:16 [2023-01-11T16:03:16.888Z] #0 7.515 Updating certificates in /etc/ssl/certs...
16:03:16 [2023-01-11T16:03:16.888Z] #0 8.342 0 added, 0 removed; done.
16:03:16 [2023-01-11T16:03:16.888Z] #0 8.342 Running hooks in /etc/ca-certificates/update.d...
16:03:16 [2023-01-11T16:03:16.888Z] #0 8.344 done.
16:03:16 [2023-01-11T16:03:16.888Z] #19 ...
16:03:16 [2023-01-11T16:03:16.888Z] 
16:03:16 [2023-01-11T16:03:16.888Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:d4c22fac1c7229f2470643c8cae4914f9dbd05b304e73f533e57d5f3ed2d8ffd
16:03:17 [2023-01-11T16:03:17.151Z] #12 extracting sha256:740b71f7073fdffacdbae3aa352b6af539d6404da1cc0f91f994d8007c26162d 4.5s done
16:03:17 [2023-01-11T16:03:17.410Z] #12 extracting sha256:2aea46d6cee020392f51eaf2d7cb270e5032f3de949bd76c818a444b44f1ecca
16:03:17 [2023-01-11T16:03:17.410Z] #12 extracting sha256:2aea46d6cee020392f51eaf2d7cb270e5032f3de949bd76c818a444b44f1ecca done
16:03:17 [2023-01-11T16:03:17.979Z] #12 DONE 17.8s
16:03:17 [2023-01-11T16:03:17.979Z] 
16:03:17 [2023-01-11T16:03:17.979Z] #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
16:03:17 [2023-01-11T16:03:17.979Z] #19 ...
16:03:17 [2023-01-11T16:03:17.979Z] 
16:03:17 [2023-01-11T16:03:17.979Z] #20 [base 2/5] COPY --from=xx / /
16:03:24 [2023-01-11T16:03:24.551Z] #20 DONE 5.9s
16:03:24 [2023-01-11T16:03:24.551Z] 
16:03:24 [2023-01-11T16:03:24.551Z] #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
16:03:24 [2023-01-11T16:03:24.551Z] #19 DONE 17.0s
16:03:24 [2023-01-11T16:03:24.551Z] 
16:03:24 [2023-01-11T16:03:24.551Z] #21 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:03:24 [2023-01-11T16:03:24.551Z] #21 DONE 0.1s
16:03:24 [2023-01-11T16:03:24.551Z] 
16:03:24 [2023-01-11T16:03:24.551Z] #22 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:03:24 [2023-01-11T16:03:24.551Z] #22 DONE 0.6s
16:03:24 [2023-01-11T16:03:24.551Z] 
16:03:24 [2023-01-11T16:03:24.551Z] #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
16:03:25 [2023-01-11T16:03:25.122Z] #23 DONE 0.6s
16:03:25 [2023-01-11T16:03:25.122Z] 
16:03:25 [2023-01-11T16:03:25.122Z] #24 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
16:03:26 [2023-01-11T16:03:26.062Z] #24 0.822 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:03:26 [2023-01-11T16:03:26.062Z] #24 0.836 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:03:26 [2023-01-11T16:03:26.062Z] #24 0.836 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:03:26 [2023-01-11T16:03:26.062Z] #24 0.975 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
16:03:26 [2023-01-11T16:03:26.321Z] #24 1.158 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [207 kB]
16:03:26 [2023-01-11T16:03:26.321Z] #24 1.289 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:03:27 [2023-01-11T16:03:27.260Z] #24 1.987 Fetched 8499 kB in 1s (5955 kB/s)
16:03:27 [2023-01-11T16:03:27.520Z] #24 1.987 Reading package lists...
16:03:28 [2023-01-11T16:03:28.091Z] #24 2.553 Reading package lists...
16:03:28 [2023-01-11T16:03:28.351Z] #24 3.107 Building dependency tree...
16:03:28 [2023-01-11T16:03:28.351Z] #24 3.281 Reading state information...
16:03:28 [2023-01-11T16:03:28.611Z] #24 3.524 The following additional packages will be installed:
16:03:28 [2023-01-11T16:03:28.611Z] #24 3.525   libmagic-mgc libmagic1
16:03:28 [2023-01-11T16:03:28.611Z] #24 3.557 The following NEW packages will be installed:
16:03:28 [2023-01-11T16:03:28.611Z] #24 3.558   file libmagic-mgc libmagic1
16:03:29 [2023-01-11T16:03:29.181Z] #24 3.836 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
16:03:29 [2023-01-11T16:03:29.181Z] #24 3.836 Need to get 463 kB of archives.
16:03:29 [2023-01-11T16:03:29.181Z] #24 3.836 After this operation, 7063 kB of additional disk space will be used.
16:03:29 [2023-01-11T16:03:29.181Z] #24 3.836 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
16:03:29 [2023-01-11T16:03:29.181Z] #24 3.845 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
16:03:29 [2023-01-11T16:03:29.181Z] #24 3.846 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
16:03:29 [2023-01-11T16:03:29.181Z] #24 3.988 debconf: delaying package configuration, since apt-utils is not installed
16:03:29 [2023-01-11T16:03:29.181Z] #24 4.033 Fetched 463 kB in 0s (1647 kB/s)
16:03:29 [2023-01-11T16:03:29.181Z] #24 4.057 Selecting previously unselected package libmagic-mgc.
16:03:29 [2023-01-11T16:03:29.181Z] #24 4.057 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
16:03:29 [2023-01-11T16:03:29.181Z] #24 4.068 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_arm64.deb ...
16:03:29 [2023-01-11T16:03:29.181Z] #24 4.073 Unpacking libmagic-mgc (1:5.39-3) ...
16:03:29 [2023-01-11T16:03:29.181Z] #24 4.174 Selecting previously unselected package libmagic1:arm64.
16:03:29 [2023-01-11T16:03:29.181Z] #24 4.178 Preparing to unpack .../libmagic1_1%3a5.39-3_arm64.deb ...
16:03:29 [2023-01-11T16:03:29.181Z] #24 4.189 Unpacking libmagic1:arm64 (1:5.39-3) ...
16:03:29 [2023-01-11T16:03:29.181Z] #24 4.235 Selecting previously unselected package file.
16:03:29 [2023-01-11T16:03:29.441Z] #24 4.238 Preparing to unpack .../file_1%3a5.39-3_arm64.deb ...
16:03:29 [2023-01-11T16:03:29.441Z] #24 4.244 Unpacking file (1:5.39-3) ...
16:03:29 [2023-01-11T16:03:29.441Z] #24 4.296 Setting up libmagic-mgc (1:5.39-3) ...
16:03:29 [2023-01-11T16:03:29.441Z] #24 4.314 Setting up libmagic1:arm64 (1:5.39-3) ...
16:03:29 [2023-01-11T16:03:29.441Z] #24 4.341 Setting up file (1:5.39-3) ...
16:03:29 [2023-01-11T16:03:29.441Z] #24 4.356 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:03:29 [2023-01-11T16:03:29.441Z] #24 DONE 4.5s
16:03:29 [2023-01-11T16:03:29.441Z] 
16:03:29 [2023-01-11T16:03:29.441Z] #25 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:03:29 [2023-01-11T16:03:29.441Z] #0 1.965 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:03:29 [2023-01-11T16:03:29.441Z] #0 2.188 
16:03:29 [2023-01-11T16:03:29.441Z] #0 2.419 #=#=#                                                                         

######################################################################## 100.0%
16:03:29 [2023-01-11T16:03:29.441Z] #0 2.686 
16:03:29 [2023-01-11T16:03:29.441Z] #0 3.831 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:03:29 [2023-01-11T16:03:29.441Z] #0 4.054 
16:03:29 [2023-01-11T16:03:29.441Z] #0 4.274 #=#=#                                                                         

######################################################################## 100.0%
16:03:29 [2023-01-11T16:03:29.441Z] #0 4.532 
16:03:29 [2023-01-11T16:03:29.701Z] #25 ...
16:03:29 [2023-01-11T16:03:29.701Z] 
16:03:29 [2023-01-11T16:03:29.701Z] #26 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:03:29 [2023-01-11T16:03:29.701Z] #26 DONE 0.1s
16:03:29 [2023-01-11T16:03:29.701Z] 
16:03:29 [2023-01-11T16:03:29.701Z] #25 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:03:29 [2023-01-11T16:03:29.701Z] #25 5.656 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
16:03:29 [2023-01-11T16:03:29.701Z] #25 ...
16:03:29 [2023-01-11T16:03:29.701Z] 
16:03:29 [2023-01-11T16:03:29.701Z] #27 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
16:03:29 [2023-01-11T16:03:29.961Z] #27 ...
16:03:29 [2023-01-11T16:03:29.961Z] 
16:03:29 [2023-01-11T16:03:29.961Z] #28 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:03:29 [2023-01-11T16:03:29.961Z] #28 DONE 0.3s
16:03:29 [2023-01-11T16:03:29.961Z] 
16:03:29 [2023-01-11T16:03:29.961Z] #29 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
16:03:29 [2023-01-11T16:03:29.961Z] #29 DONE 0.3s
16:03:29 [2023-01-11T16:03:29.961Z] 
16:03:29 [2023-01-11T16:03:29.961Z] #30 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
16:03:29 [2023-01-11T16:03:29.961Z] #30 DONE 0.3s
16:03:29 [2023-01-11T16:03:29.961Z] 
16:03:29 [2023-01-11T16:03:29.961Z] #31 [registry-src 1/2] WORKDIR /usr/src/registry
16:03:29 [2023-01-11T16:03:29.961Z] #31 DONE 0.4s
16:03:29 [2023-01-11T16:03:29.961Z] 
16:03:29 [2023-01-11T16:03:29.961Z] #32 [containerd-src 1/3] WORKDIR /usr/src/containerd
16:03:29 [2023-01-11T16:03:29.961Z] #32 DONE 0.4s
16:03:29 [2023-01-11T16:03:29.961Z] 
16:03:29 [2023-01-11T16:03:29.961Z] #33 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
16:03:29 [2023-01-11T16:03:29.961Z] #33 DONE 0.5s
16:03:29 [2023-01-11T16:03:29.961Z] 
16:03:29 [2023-01-11T16:03:29.961Z] #34 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
16:03:30 [2023-01-11T16:03:30.220Z] #34 ...
16:03:30 [2023-01-11T16:03:30.220Z] 
16:03:30 [2023-01-11T16:03:30.220Z] #35 [runc-src 1/3] WORKDIR /usr/src/runc
16:03:30 [2023-01-11T16:03:30.220Z] #35 DONE 0.5s
16:03:30 [2023-01-11T16:03:30.220Z] 
16:03:30 [2023-01-11T16:03:30.220Z] #36 [tini-src 1/3] WORKDIR /usr/src/tini
16:03:30 [2023-01-11T16:03:30.220Z] #36 DONE 0.5s
16:03:30 [2023-01-11T16:03:30.220Z] 
16:03:30 [2023-01-11T16:03:30.220Z] #37 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
16:03:30 [2023-01-11T16:03:30.220Z] #37 DONE 0.5s
16:03:30 [2023-01-11T16:03:30.220Z] 
16:03:30 [2023-01-11T16:03:30.220Z] #38 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
16:03:30 [2023-01-11T16:03:30.220Z] #38 DONE 0.6s
16:03:30 [2023-01-11T16:03:30.220Z] 
16:03:30 [2023-01-11T16:03:30.220Z] #39 [delve-src 1/3] WORKDIR /usr/src/delve
16:03:30 [2023-01-11T16:03:30.220Z] #39 DONE 0.6s
16:03:30 [2023-01-11T16:03:30.220Z] 
16:03:30 [2023-01-11T16:03:30.220Z] #40 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
16:03:30 [2023-01-11T16:03:30.220Z] #40 DONE 0.6s
16:03:30 [2023-01-11T16:03:30.220Z] 
16:03:30 [2023-01-11T16:03:30.220Z] #41 [dockercli-src 1/5] WORKDIR /tmp/dockercli
16:03:30 [2023-01-11T16:03:30.220Z] #41 DONE 0.6s
16:03:30 [2023-01-11T16:03:30.220Z] 
16:03:30 [2023-01-11T16:03:30.220Z] #42 [swagger-src 1/3] WORKDIR /usr/src/swagger
16:03:30 [2023-01-11T16:03:30.220Z] #42 DONE 0.7s
16:03:30 [2023-01-11T16:03:30.220Z] 
16:03:30 [2023-01-11T16:03:30.220Z] #43 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
16:03:30 [2023-01-11T16:03:30.481Z] #43 ...
16:03:30 [2023-01-11T16:03:30.481Z] 
16:03:30 [2023-01-11T16:03:30.481Z] #27 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
16:03:30 [2023-01-11T16:03:30.481Z] #27 DONE 0.7s
16:03:30 [2023-01-11T16:03:30.481Z] 
16:03:30 [2023-01-11T16:03:30.481Z] #25 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:03:30 [2023-01-11T16:03:30.481Z] #25 5.905 
16:03:30 [2023-01-11T16:03:30.753Z] #25 6.138 #=#=#                                                                         

#####                                                                      7.3%
##########################################                                59.2%
#############################################################             85.3%
######################################################################## 100.0%
16:03:31 [2023-01-11T16:03:31.094Z] #25 6.884 
16:03:32 [2023-01-11T16:03:32.515Z] #25 8.535 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:03:32 [2023-01-11T16:03:32.778Z] #25 8.886 
16:03:33 [2023-01-11T16:03:33.297Z] #25 9.125 #=#=#                                                                         

######################################################################## 100.0%
16:03:33 [2023-01-11T16:03:33.297Z] #25 9.420 
16:03:34 [2023-01-11T16:03:34.242Z] #25 10.17 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:03:34 [2023-01-11T16:03:34.242Z] #25 10.47 
16:03:34 [2023-01-11T16:03:34.811Z] #25 10.69 #=#=#                                                                         

###################################                                       49.1%
######################################################################## 100.0%
16:03:34 [2023-01-11T16:03:34.811Z] #25 11.04 
16:03:35 [2023-01-11T16:03:35.079Z] #25 ...
16:03:35 [2023-01-11T16:03:35.079Z] 
16:03:35 [2023-01-11T16:03:35.079Z] #34 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.102 hint: Using 'master' as the name for the initial branch. This default branch name
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.102 hint: is subject to change. To configure the initial branch name to use in all
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.102 hint: of your new repositories, which will suppress this warning, call:
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.102 hint: 
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.102 hint: 	git config --global init.defaultBranch <name>
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.102 hint: 
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.102 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.102 hint: 'development'. The just-created branch can be renamed via this command:
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.102 hint: 
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.102 hint: 	git branch -m <name>
16:03:35 [2023-01-11T16:03:35.079Z] #34 5.103 Initialized empty Git repository in /usr/src/containerd/.git/
16:03:35 [2023-01-11T16:03:35.347Z] #34 DONE 5.3s
16:03:35 [2023-01-11T16:03:35.347Z] 
16:03:35 [2023-01-11T16:03:35.347Z] #25 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
16:03:35 [2023-01-11T16:03:35.347Z] #25 11.15 Download of images into '/build' complete.
16:03:35 [2023-01-11T16:03:35.347Z] #25 11.15 Use something like the following to load the result into a Docker daemon:
16:03:35 [2023-01-11T16:03:35.347Z] #25 11.15   tar -cC '/build' . | docker load
16:03:35 [2023-01-11T16:03:35.347Z] #25 DONE 11.3s
16:03:35 [2023-01-11T16:03:35.347Z] 
16:03:35 [2023-01-11T16:03:35.347Z] #44 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.309 Initialized empty Git repository in /usr/src/registry/.git/
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.311 hint: Using 'master' as the name for the initial branch. This default branch name
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.311 hint: is subject to change. To configure the initial branch name to use in all
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.311 hint: of your new repositories, which will suppress this warning, call:
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.311 hint: 
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.311 hint: 	git config --global init.defaultBranch <name>
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.311 hint: 
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.311 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.311 hint: 'development'. The just-created branch can be renamed via this command:
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.311 hint: 
16:03:35 [2023-01-11T16:03:35.347Z] #0 5.311 hint: 	git branch -m <name>
16:03:35 [2023-01-11T16:03:35.347Z] #44 DONE 5.4s
16:03:35 [2023-01-11T16:03:35.347Z] 
16:03:35 [2023-01-11T16:03:35.347Z] #45 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0-beta.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:03:35 [2023-01-11T16:03:35.608Z] #45 ...
16:03:35 [2023-01-11T16:03:35.608Z] 
16:03:35 [2023-01-11T16:03:35.608Z] #46 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.239 Initialized empty Git repository in /usr/src/runc/.git/
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.251 hint: Using 'master' as the name for the initial branch. This default branch name
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.251 hint: is subject to change. To configure the initial branch name to use in all
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.251 hint: of your new repositories, which will suppress this warning, call:
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.251 hint: 
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.251 hint: 	git config --global init.defaultBranch <name>
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.251 hint: 
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.251 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.251 hint: 'development'. The just-created branch can be renamed via this command:
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.251 hint: 
16:03:35 [2023-01-11T16:03:35.608Z] #0 5.251 hint: 	git branch -m <name>
16:03:35 [2023-01-11T16:03:35.608Z] #46 DONE 5.7s
16:03:35 [2023-01-11T16:03:35.868Z] 
16:03:35 [2023-01-11T16:03:35.868Z] #47 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:03:35 [2023-01-11T16:03:35.868Z] #47 ...
16:03:35 [2023-01-11T16:03:35.868Z] 
16:03:35 [2023-01-11T16:03:35.868Z] #48 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 Initialized empty Git repository in /usr/src/tini/.git/
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 hint: Using 'master' as the name for the initial branch. This default branch name
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 hint: is subject to change. To configure the initial branch name to use in all
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 hint: of your new repositories, which will suppress this warning, call:
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 hint: 
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 hint: 	git config --global init.defaultBranch <name>
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 hint: 
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 hint: 'development'. The just-created branch can be renamed via this command:
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 hint: 
16:03:35 [2023-01-11T16:03:35.868Z] #0 5.727 hint: 	git branch -m <name>
16:03:35 [2023-01-11T16:03:35.868Z] #48 DONE 5.9s
16:03:36 [2023-01-11T16:03:36.129Z] 
16:03:36 [2023-01-11T16:03:36.129Z] #49 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:03:36 [2023-01-11T16:03:36.391Z] #49 ...
16:03:36 [2023-01-11T16:03:36.391Z] 
16:03:36 [2023-01-11T16:03:36.391Z] #50 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.924 hint: Using 'master' as the name for the initial branch. This default branch name
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.924 hint: is subject to change. To configure the initial branch name to use in all
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.924 hint: of your new repositories, which will suppress this warning, call:
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.924 hint: 
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.924 hint: 	git config --global init.defaultBranch <name>
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.924 hint: 
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.924 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.924 hint: 'development'. The just-created branch can be renamed via this command:
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.924 hint: 
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.924 hint: 	git branch -m <name>
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.932 Initialized empty Git repository in /tmp/dockercli/.git/
16:03:36 [2023-01-11T16:03:36.391Z] #50 DONE 6.1s
16:03:36 [2023-01-11T16:03:36.391Z] 
16:03:36 [2023-01-11T16:03:36.391Z] #51 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.911 hint: Using 'master' as the name for the initial branch. This default branch name
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.911 hint: is subject to change. To configure the initial branch name to use in all
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.911 hint: of your new repositories, which will suppress this warning, call:
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.911 hint: 
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.911 hint: 	git config --global init.defaultBranch <name>
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.911 hint: 
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.911 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.911 hint: 'development'. The just-created branch can be renamed via this command:
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.911 hint: 
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.911 hint: 	git branch -m <name>
16:03:36 [2023-01-11T16:03:36.391Z] #0 5.915 Initialized empty Git repository in /usr/src/rootlesskit/.git/
16:03:36 [2023-01-11T16:03:36.391Z] #51 DONE 6.2s
16:03:36 [2023-01-11T16:03:36.652Z] 
16:03:36 [2023-01-11T16:03:36.652Z] #52 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:03:38 [2023-01-11T16:03:38.041Z] #52 ...
16:03:38 [2023-01-11T16:03:38.041Z] 
16:03:38 [2023-01-11T16:03:38.041Z] #53 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.545 hint: Using 'master' as the name for the initial branch. This default branch name
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.545 hint: is subject to change. To configure the initial branch name to use in all
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.545 hint: of your new repositories, which will suppress this warning, call:
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.545 hint: 
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.545 hint: 	git config --global init.defaultBranch <name>
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.545 hint: 
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.545 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.545 hint: 'development'. The just-created branch can be renamed via this command:
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.545 hint: 
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.545 hint: 	git branch -m <name>
16:03:38 [2023-01-11T16:03:38.041Z] #0 7.560 Initialized empty Git repository in /usr/src/delve/.git/
16:03:38 [2023-01-11T16:03:38.041Z] #53 DONE 7.8s
16:03:38 [2023-01-11T16:03:38.041Z] 
16:03:38 [2023-01-11T16:03:38.041Z] #43 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.531 hint: Using 'master' as the name for the initial branch. This default branch name
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.531 hint: is subject to change. To configure the initial branch name to use in all
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.531 hint: of your new repositories, which will suppress this warning, call:
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.531 hint: 
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.531 hint: 	git config --global init.defaultBranch <name>
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.531 hint: 
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.531 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.531 hint: 'development'. The just-created branch can be renamed via this command:
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.531 hint: 
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.531 hint: 	git branch -m <name>
16:03:38 [2023-01-11T16:03:38.041Z] #43 7.548 Initialized empty Git repository in /usr/src/swagger/.git/
16:03:38 [2023-01-11T16:03:38.041Z] #43 DONE 7.7s
16:03:38 [2023-01-11T16:03:38.041Z] 
16:03:38 [2023-01-11T16:03:38.041Z] #54 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
16:03:39 [2023-01-11T16:03:39.424Z] #54 ...
16:03:39 [2023-01-11T16:03:39.424Z] 
16:03:39 [2023-01-11T16:03:39.424Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:03:39 [2023-01-11T16:03:39.424Z] #0 8.135 go: downloading github.com/golangci/golangci-lint v1.49.0
16:03:39 [2023-01-11T16:03:39.685Z] #55 ...
16:03:39 [2023-01-11T16:03:39.685Z] 
16:03:39 [2023-01-11T16:03:39.685Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:03:39 [2023-01-11T16:03:39.685Z] #0 9.601 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:03:39 [2023-01-11T16:03:39.685Z] #0 9.717 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:03:39 [2023-01-11T16:03:39.685Z] #0 9.717 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:03:39 [2023-01-11T16:03:39.947Z] #56 ...
16:03:39 [2023-01-11T16:03:39.947Z] 
16:03:39 [2023-01-11T16:03:39.947Z] #57 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:03:39 [2023-01-11T16:03:39.947Z] #0 7.251 go: downloading github.com/pelletier/go-toml v1.8.1
16:03:39 [2023-01-11T16:03:39.947Z] #57 ...
16:03:39 [2023-01-11T16:03:39.947Z] 
16:03:39 [2023-01-11T16:03:39.947Z] #58 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
16:03:39 [2023-01-11T16:03:39.947Z] #0 10.26 go: downloading mvdan.cc/sh/v3 v3.0.2
16:03:40 [2023-01-11T16:03:40.206Z] #58 ...
16:03:40 [2023-01-11T16:03:40.206Z] 
16:03:40 [2023-01-11T16:03:40.206Z] #59 [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
16:03:40 [2023-01-11T16:03:40.206Z] #0 9.151 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:03:40 [2023-01-11T16:03:40.206Z] #0 9.230 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:03:40 [2023-01-11T16:03:40.206Z] #0 9.230 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:03:40 [2023-01-11T16:03:40.206Z] #59 ...
16:03:40 [2023-01-11T16:03:40.206Z] 
16:03:40 [2023-01-11T16:03:40.206Z] #60 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
16:03:40 [2023-01-11T16:03:40.206Z] #0 8.250 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
16:03:40 [2023-01-11T16:03:40.206Z] #0 8.250 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
16:03:40 [2023-01-11T16:03:40.206Z] #0 8.250 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
16:03:40 [2023-01-11T16:03:40.467Z] #60 ...
16:03:40 [2023-01-11T16:03:40.467Z] 
16:03:40 [2023-01-11T16:03:40.467Z] #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
16:03:40 [2023-01-11T16:03:40.467Z] #0 7.372 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:03:40 [2023-01-11T16:03:40.467Z] #0 7.403 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:03:40 [2023-01-11T16:03:40.467Z] #0 7.403 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:03:40 [2023-01-11T16:03:40.467Z] #0 8.144 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
16:03:40 [2023-01-11T16:03:40.467Z] #61 ...
16:03:40 [2023-01-11T16:03:40.467Z] 
16:03:40 [2023-01-11T16:03:40.467Z] #62 [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
16:03:40 [2023-01-11T16:03:40.467Z] #0 8.922 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:03:40 [2023-01-11T16:03:40.467Z] #0 8.982 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:03:40 [2023-01-11T16:03:40.467Z] #0 8.982 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:03:40 [2023-01-11T16:03:40.727Z] #62 10.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
16:03:40 [2023-01-11T16:03:40.727Z] #62 ...
16:03:40 [2023-01-11T16:03:40.727Z] 
16:03:40 [2023-01-11T16:03:40.727Z] #63 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
16:03:40 [2023-01-11T16:03:40.727Z] #0 7.642 go: downloading github.com/tc-hib/go-winres v0.3.0
16:03:40 [2023-01-11T16:03:40.727Z] #0 8.380 go: downloading github.com/tc-hib/winres v0.1.6
16:03:40 [2023-01-11T16:03:40.727Z] #0 9.185 go: downloading github.com/urfave/cli/v2 v2.3.0
16:03:40 [2023-01-11T16:03:40.727Z] #0 9.451 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
16:03:40 [2023-01-11T16:03:40.727Z] #0 9.577 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
16:03:40 [2023-01-11T16:03:40.987Z] #63 ...
16:03:40 [2023-01-11T16:03:40.987Z] 
16:03:40 [2023-01-11T16:03:40.987Z] #64 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:03:40 [2023-01-11T16:03:40.987Z] #0 8.777 go: downloading gotest.tools/gotestsum v1.8.2
16:03:40 [2023-01-11T16:03:40.987Z] #0 11.08 go: downloading github.com/fatih/color v1.13.0
16:03:40 [2023-01-11T16:03:40.987Z] #0 11.11 go: downloading github.com/dnephin/pflag v1.0.7
16:03:40 [2023-01-11T16:03:40.987Z] #0 11.11 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:03:40 [2023-01-11T16:03:40.987Z] #64 ...
16:03:40 [2023-01-11T16:03:40.987Z] 
16:03:40 [2023-01-11T16:03:40.987Z] #65 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:03:40 [2023-01-11T16:03:40.987Z] #0 9.925 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:03:40 [2023-01-11T16:03:40.987Z] #0 10.03 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:03:40 [2023-01-11T16:03:40.987Z] #0 10.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:03:40 [2023-01-11T16:03:40.987Z] #0 10.44 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
16:03:40 [2023-01-11T16:03:40.987Z] #65 ...
16:03:40 [2023-01-11T16:03:40.987Z] 
16:03:40 [2023-01-11T16:03:40.987Z] #66 [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
16:03:40 [2023-01-11T16:03:40.987Z] #0 8.892 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:03:40 [2023-01-11T16:03:40.987Z] #0 9.048 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:03:40 [2023-01-11T16:03:40.987Z] #0 9.048 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:03:40 [2023-01-11T16:03:40.987Z] #0 10.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
16:03:41 [2023-01-11T16:03:41.248Z] #66 ...
16:03:41 [2023-01-11T16:03:41.248Z] 
16:03:41 [2023-01-11T16:03:41.248Z] #58 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
16:03:41 [2023-01-11T16:03:41.248Z] #58 11.55 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:03:41 [2023-01-11T16:03:41.248Z] #58 11.58 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:03:41 [2023-01-11T16:03:41.248Z] #58 11.70 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:03:42 [2023-01-11T16:03:42.630Z] #58 ...
16:03:42 [2023-01-11T16:03:42.630Z] 
16:03:42 [2023-01-11T16:03:42.630Z] #49 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:03:42 [2023-01-11T16:03:42.630Z] #49 DONE 6.6s
16:03:42 [2023-01-11T16:03:42.630Z] 
16:03:42 [2023-01-11T16:03:42.630Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:03:42 [2023-01-11T16:03:42.630Z] #55 11.38 go: downloading github.com/gofrs/flock v0.8.1
16:03:42 [2023-01-11T16:03:42.630Z] #55 11.48 go: downloading github.com/pkg/errors v0.9.1
16:03:42 [2023-01-11T16:03:42.630Z] #55 11.60 go: downloading github.com/spf13/cobra v1.5.0
16:03:42 [2023-01-11T16:03:42.630Z] #55 11.78 go: downloading github.com/spf13/pflag v1.0.5
16:03:42 [2023-01-11T16:03:42.630Z] #55 12.15 go: downloading github.com/spf13/viper v1.12.0
16:03:42 [2023-01-11T16:03:42.630Z] #55 12.21 go: downloading gopkg.in/yaml.v3 v3.0.1
16:03:42 [2023-01-11T16:03:42.630Z] #55 12.86 go: downloading github.com/mattn/go-colorable v0.1.13
16:03:42 [2023-01-11T16:03:42.630Z] #55 12.87 go: downloading github.com/mattn/go-isatty v0.0.16
16:03:42 [2023-01-11T16:03:42.630Z] #55 13.12 go: downloading golang.org/x/tools v0.1.12
16:03:42 [2023-01-11T16:03:42.630Z] #55 13.19 go: downloading github.com/hashicorp/go-version v1.6.0
16:03:42 [2023-01-11T16:03:42.890Z] #55 13.43 go: downloading github.com/ldez/gomoddirectives v0.2.3
16:03:43 [2023-01-11T16:03:43.150Z] #55 13.57 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:03:43 [2023-01-11T16:03:43.151Z] #55 13.66 go: downloading github.com/hashicorp/go-multierror v1.1.1
16:03:45 [2023-01-11T16:03:45.697Z] #55 ...
16:03:45 [2023-01-11T16:03:45.697Z] 
16:03:45 [2023-01-11T16:03:45.697Z] #67 [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...)
16:03:45 [2023-01-11T16:03:45.697Z] #0 5.913 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/*
16:03:45 [2023-01-11T16:03:45.697Z] #67 ...
16:03:45 [2023-01-11T16:03:45.697Z] 
16:03:45 [2023-01-11T16:03:45.697Z] #64 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:03:45 [2023-01-11T16:03:45.697Z] #64 11.61 go: downloading golang.org/x/tools v0.1.11
16:03:45 [2023-01-11T16:03:45.697Z] #64 12.10 go: downloading github.com/mattn/go-colorable v0.1.12
16:03:45 [2023-01-11T16:03:45.697Z] #64 12.20 go: downloading github.com/mattn/go-isatty v0.0.14
16:03:45 [2023-01-11T16:03:45.697Z] #64 12.50 go: downloading github.com/fsnotify/fsnotify v1.5.4
16:03:45 [2023-01-11T16:03:45.697Z] #64 12.66 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
16:03:46 [2023-01-11T16:03:46.268Z] #64 16.66 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
16:03:46 [2023-01-11T16:03:46.528Z] #64 ...
16:03:46 [2023-01-11T16:03:46.528Z] 
16:03:46 [2023-01-11T16:03:46.528Z] #68 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:03:46 [2023-01-11T16:03:46.528Z] #68 ...
16:03:46 [2023-01-11T16:03:46.528Z] 
16:03:46 [2023-01-11T16:03:46.528Z] #64 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:03:46 [2023-01-11T16:03:46.528Z] #64 16.96 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
16:03:47 [2023-01-11T16:03:47.471Z] #64 ...
16:03:47 [2023-01-11T16:03:47.471Z] 
16:03:47 [2023-01-11T16:03:47.471Z] #68 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:03:47 [2023-01-11T16:03:47.471Z] #68 DONE 10.9s
16:03:47 [2023-01-11T16:03:47.471Z] 
16:03:47 [2023-01-11T16:03:47.471Z] #62 [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
16:03:47 [2023-01-11T16:03:47.471Z] #62 14.39 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [207 kB]
16:03:47 [2023-01-11T16:03:47.471Z] #62 17.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:03:48 [2023-01-11T16:03:48.044Z] #62 ...
16:03:48 [2023-01-11T16:03:48.044Z] 
16:03:48 [2023-01-11T16:03:48.044Z] #69 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.9.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:03:48 [2023-01-11T16:03:48.044Z] #69 ...
16:03:48 [2023-01-11T16:03:48.044Z] 
16:03:48 [2023-01-11T16:03:48.044Z] #66 [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
16:03:48 [2023-01-11T16:03:48.044Z] #66 13.96 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [207 kB]
16:03:48 [2023-01-11T16:03:48.044Z] #66 17.46 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:03:49 [2023-01-11T16:03:49.424Z] #66 ...
16:03:49 [2023-01-11T16:03:49.424Z] 
16:03:49 [2023-01-11T16:03:49.424Z] #54 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
16:03:49 [2023-01-11T16:03:49.424Z] #54 DONE 11.2s
16:03:49 [2023-01-11T16:03:49.424Z] 
16:03:49 [2023-01-11T16:03:49.424Z] #65 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:03:49 [2023-01-11T16:03:49.424Z] #65 11.80 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
16:03:49 [2023-01-11T16:03:49.424Z] #65 14.75 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [207 kB]
16:03:49 [2023-01-11T16:03:49.424Z] #65 18.44 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:03:49 [2023-01-11T16:03:49.424Z] #65 ...
16:03:49 [2023-01-11T16:03:49.424Z] 
16:03:49 [2023-01-11T16:03:49.424Z] #60 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
16:03:49 [2023-01-11T16:03:49.424Z] #60 12.29 Reading package lists...
16:03:49 [2023-01-11T16:03:49.424Z] #60 19.27 + apt-get  install -y --no-install-recommends gcc libc6-dev
16:03:49 [2023-01-11T16:03:49.684Z] #60 ...
16:03:49 [2023-01-11T16:03:49.684Z] 
16:03:49 [2023-01-11T16:03:49.684Z] #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...)
16:03:50 [2023-01-11T16:03:50.626Z] #70 ...
16:03:50 [2023-01-11T16:03:50.626Z] 
16:03:50 [2023-01-11T16:03:50.626Z] #57 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
16:03:50 [2023-01-11T16:03:50.626Z] #57 20.72 tomll can be used in two ways:
16:03:50 [2023-01-11T16:03:50.626Z] #57 20.72 Writing to STDIN and reading from STDOUT:
16:03:50 [2023-01-11T16:03:50.626Z] #57 20.72   cat file.toml | tomll > file.toml
16:03:50 [2023-01-11T16:03:50.626Z] #57 20.72 
16:03:50 [2023-01-11T16:03:50.626Z] #57 20.72 Reading and updating a list of files:
16:03:50 [2023-01-11T16:03:50.626Z] #57 20.72   tomll a.toml b.toml c.toml
16:03:50 [2023-01-11T16:03:50.626Z] #57 20.72 
16:03:50 [2023-01-11T16:03:50.626Z] #57 20.72 When given a list of files, tomll will modify all files in place without asking.
16:03:50 [2023-01-11T16:03:50.626Z] #57 DONE 21.1s
16:03:50 [2023-01-11T16:03:50.886Z] 
16:03:50 [2023-01-11T16:03:50.886Z] #47 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:03:50 [2023-01-11T16:03:50.886Z] #47 DONE 15.1s
16:03:50 [2023-01-11T16:03:50.886Z] 
16:03:50 [2023-01-11T16:03:50.886Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:03:50 [2023-01-11T16:03:50.886Z] #56 11.20 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
16:03:50 [2023-01-11T16:03:50.886Z] #56 15.00 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [207 kB]
16:03:50 [2023-01-11T16:03:50.886Z] #56 18.76 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:03:50 [2023-01-11T16:03:50.886Z] #56 ...
16:03:50 [2023-01-11T16:03:50.886Z] 
16:03:50 [2023-01-11T16:03:50.886Z] #64 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:03:50 [2023-01-11T16:03:50.886Z] #64 21.38 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
16:03:51 [2023-01-11T16:03:51.468Z] #64 ...
16:03:51 [2023-01-11T16:03:51.468Z] 
16:03:51 [2023-01-11T16:03:51.468Z] #59 [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
16:03:51 [2023-01-11T16:03:51.468Z] #59 11.19 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
16:03:51 [2023-01-11T16:03:51.468Z] #59 13.80 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [207 kB]
16:03:51 [2023-01-11T16:03:51.468Z] #59 17.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:03:51 [2023-01-11T16:03:51.468Z] #59 ...
16:03:51 [2023-01-11T16:03:51.468Z] 
16:03:51 [2023-01-11T16:03:51.468Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:03:51 [2023-01-11T16:03:51.468Z] #55 20.65 go: downloading github.com/sirupsen/logrus v1.9.0
16:03:51 [2023-01-11T16:03:51.468Z] #55 20.70 go: downloading github.com/stretchr/testify v1.8.0
16:03:51 [2023-01-11T16:03:51.468Z] #55 21.06 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
16:03:51 [2023-01-11T16:03:51.468Z] #55 21.44 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
16:03:51 [2023-01-11T16:03:51.468Z] #55 21.63 go: downloading github.com/mitchellh/mapstructure v1.5.0
16:03:51 [2023-01-11T16:03:51.468Z] #55 21.63 go: downloading github.com/spf13/afero v1.8.2
16:03:51 [2023-01-11T16:03:51.729Z] #55 22.20 go: downloading github.com/spf13/cast v1.5.0
16:03:51 [2023-01-11T16:03:51.988Z] #55 ...
16:03:51 [2023-01-11T16:03:51.988Z] 
16:03:51 [2023-01-11T16:03:51.988Z] #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
16:03:51 [2023-01-11T16:03:51.988Z] #61 11.88 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [207 kB]
16:03:51 [2023-01-11T16:03:51.988Z] #61 15.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:03:51 [2023-01-11T16:03:51.988Z] #61 ...
16:03:51 [2023-01-11T16:03:51.988Z] 
16:03:51 [2023-01-11T16:03:51.988Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:03:51 [2023-01-11T16:03:51.988Z] #55 22.57 go: downloading github.com/spf13/jwalterweatherman v1.1.0
16:03:52 [2023-01-11T16:03:52.247Z] #55 22.64 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
16:03:52 [2023-01-11T16:03:52.247Z] #55 22.68 go: downloading github.com/hashicorp/errwrap v1.0.0
16:03:52 [2023-01-11T16:03:52.508Z] #55 22.92 go: downloading 4d63.com/gochecknoglobals v0.1.0
16:03:52 [2023-01-11T16:03:52.768Z] #55 23.06 go: downloading github.com/Antonboom/errname v0.1.7
16:03:53 [2023-01-11T16:03:53.029Z] #55 23.30 go: downloading github.com/Antonboom/nilnil v0.1.1
16:03:53 [2023-01-11T16:03:53.029Z] #55 ...
16:03:53 [2023-01-11T16:03:53.029Z] 
16:03:53 [2023-01-11T16:03:53.029Z] #63 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
16:03:53 [2023-01-11T16:03:53.029Z] #63 13.29 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:03:53 [2023-01-11T16:03:53.029Z] #63 13.54 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:03:53 [2023-01-11T16:03:53.029Z] #63 ...
16:03:53 [2023-01-11T16:03:53.029Z] 
16:03:53 [2023-01-11T16:03:53.029Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:03:53 [2023-01-11T16:03:53.029Z] #55 23.45 go: downloading github.com/BurntSushi/toml v1.2.0
16:03:53 [2023-01-11T16:03:53.290Z] #55 ...
16:03:53 [2023-01-11T16:03:53.290Z] 
16:03:53 [2023-01-11T16:03:53.290Z] #58 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
16:03:53 [2023-01-11T16:03:53.290Z] #58 13.71 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:03:53 [2023-01-11T16:03:53.290Z] #58 ...
16:03:53 [2023-01-11T16:03:53.290Z] 
16:03:53 [2023-01-11T16:03:53.290Z] #67 [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...)
16:03:53 [2023-01-11T16:03:53.290Z] #67 14.36 + git checkout -q FETCH_HEAD
16:03:53 [2023-01-11T16:03:53.290Z] #67 17.08 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:03:53 [2023-01-11T16:03:53.290Z] #67 17.10 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry
16:03:55 [2023-01-11T16:03:55.200Z] #67 19.65 github.com/docker/distribution/manifest
16:03:55 [2023-01-11T16:03:55.200Z] #67 19.89 crypto/sha1
16:03:55 [2023-01-11T16:03:55.459Z] #67 20.00 net
16:03:56 [2023-01-11T16:03:56.034Z] #67 ...
16:03:56 [2023-01-11T16:03:56.034Z] 
16:03:56 [2023-01-11T16:03:56.034Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:03:56 [2023-01-11T16:03:56.034Z] #55 24.82 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16:03:56 [2023-01-11T16:03:56.034Z] #55 24.94 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
16:03:56 [2023-01-11T16:03:56.034Z] #55 25.10 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
16:03:56 [2023-01-11T16:03:56.034Z] #55 25.21 go: downloading github.com/alexkohler/prealloc v1.0.0
16:03:56 [2023-01-11T16:03:56.034Z] #55 25.38 go: downloading github.com/alingse/asasalint v0.0.11
16:03:56 [2023-01-11T16:03:56.034Z] #55 25.73 go: downloading github.com/ashanbrown/forbidigo v1.3.0
16:03:56 [2023-01-11T16:03:56.034Z] #55 25.82 go: downloading github.com/ashanbrown/makezero v1.1.1
16:03:56 [2023-01-11T16:03:56.034Z] #55 25.91 go: downloading github.com/bkielbasa/cyclop v1.2.0
16:03:56 [2023-01-11T16:03:56.035Z] #55 25.93 go: downloading github.com/blizzy78/varnamelen v0.8.0
16:03:56 [2023-01-11T16:03:56.035Z] #55 26.05 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
16:03:56 [2023-01-11T16:03:56.035Z] #55 26.15 go: downloading github.com/breml/bidichk v0.2.3
16:03:56 [2023-01-11T16:03:56.035Z] #55 26.16 go: downloading github.com/breml/errchkjson v0.3.0
16:03:56 [2023-01-11T16:03:56.035Z] #55 26.30 go: downloading github.com/butuzov/ireturn v0.1.1
16:03:56 [2023-01-11T16:03:56.035Z] #55 26.37 go: downloading github.com/charithe/durationcheck v0.0.9
16:03:56 [2023-01-11T16:03:56.035Z] #55 26.48 go: downloading github.com/curioswitch/go-reassign v0.1.2
16:03:56 [2023-01-11T16:03:56.035Z] #55 26.51 go: downloading github.com/daixiang0/gci v0.6.3
16:03:56 [2023-01-11T16:03:56.295Z] #55 26.86 go: downloading github.com/denis-tingaikin/go-header v0.4.3
16:03:56 [2023-01-11T16:03:56.555Z] #55 26.87 go: downloading github.com/esimonov/ifshort v1.0.4
16:03:56 [2023-01-11T16:03:56.555Z] #55 26.92 go: downloading github.com/firefart/nonamedreturns v1.0.4
16:03:56 [2023-01-11T16:03:56.555Z] #55 26.98 go: downloading github.com/fzipp/gocyclo v0.6.0
16:03:56 [2023-01-11T16:03:56.555Z] #55 27.06 go: downloading github.com/go-critic/go-critic v0.6.4
16:03:56 [2023-01-11T16:03:56.816Z] #55 ...
16:03:56 [2023-01-11T16:03:56.816Z] 
16:03:56 [2023-01-11T16:03:56.816Z] #69 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.9.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:03:56 [2023-01-11T16:03:56.816Z] #69 DONE 18.9s
16:03:57 [2023-01-11T16:03:57.080Z] 
16:03:57 [2023-01-11T16:03:57.080Z] #67 [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...)
16:03:57 [2023-01-11T16:03:57.080Z] #67 21.09 github.com/Sirupsen/logrus
16:04:00 [2023-01-11T16:04:00.378Z] #67 ...
16:04:00 [2023-01-11T16:04:00.378Z] 
16:04:00 [2023-01-11T16:04:00.378Z] #60 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
16:04:00 [2023-01-11T16:04:00.378Z] #60 19.52 Reading package lists...
16:04:00 [2023-01-11T16:04:00.378Z] #60 26.12 Building dependency tree...
16:04:00 [2023-01-11T16:04:00.378Z] #60 27.77 Reading state information...
16:04:00 [2023-01-11T16:04:00.378Z] #60 ...
16:04:00 [2023-01-11T16:04:00.378Z] 
16:04:00 [2023-01-11T16:04:00.378Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:04:00 [2023-01-11T16:04:00.378Z] #55 28.47 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:04:00 [2023-01-11T16:04:00.378Z] #55 28.52 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
16:04:00 [2023-01-11T16:04:00.378Z] #55 28.52 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:04:00 [2023-01-11T16:04:00.378Z] #55 28.68 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:04:00 [2023-01-11T16:04:00.378Z] #55 28.87 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.04 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.16 go: downloading github.com/golangci/misspell v0.3.5
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.17 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.21 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.32 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.49 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.58 go: downloading github.com/hexops/gotextdiff v1.0.3
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.68 go: downloading github.com/jgautheron/goconst v1.5.1
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.71 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.79 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.83 go: downloading github.com/julz/importas v0.1.0
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.88 go: downloading github.com/kisielk/errcheck v1.6.2
16:04:00 [2023-01-11T16:04:00.378Z] #55 29.96 go: downloading github.com/kulti/thelper v0.6.3
16:04:00 [2023-01-11T16:04:00.378Z] #55 30.03 go: downloading github.com/kunwardeep/paralleltest v1.0.6
16:04:00 [2023-01-11T16:04:00.378Z] #55 30.18 go: downloading github.com/kyoh86/exportloopref v0.1.8
16:04:00 [2023-01-11T16:04:00.378Z] #55 30.18 go: downloading github.com/ldez/tagliatelle v0.3.1
16:04:00 [2023-01-11T16:04:00.378Z] #55 30.27 go: downloading github.com/leonklingele/grouper v1.1.0
16:04:00 [2023-01-11T16:04:00.378Z] #55 30.33 go: downloading github.com/lufeee/execinquery v1.2.1
16:04:00 [2023-01-11T16:04:00.378Z] #55 30.39 go: downloading github.com/maratori/testpackage v1.1.0
16:04:00 [2023-01-11T16:04:00.378Z] #55 30.51 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
16:04:00 [2023-01-11T16:04:00.378Z] #55 30.64 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
16:04:00 [2023-01-11T16:04:00.378Z] #55 30.66 go: downloading github.com/mgechev/revive v1.2.3
16:04:00 [2023-01-11T16:04:00.957Z] #55 31.45 go: downloading github.com/moricho/tparallel v0.2.1
16:04:01 [2023-01-11T16:04:01.220Z] #55 31.45 go: downloading github.com/nakabonne/nestif v0.3.1
16:04:01 [2023-01-11T16:04:01.220Z] #55 ...
16:04:01 [2023-01-11T16:04:01.220Z] 
16:04:01 [2023-01-11T16:04:01.220Z] #60 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
16:04:01 [2023-01-11T16:04:01.220Z] #60 30.73 gcc is already the newest version (4:10.2.1-1).
16:04:01 [2023-01-11T16:04:01.220Z] #60 30.73 libc6-dev is already the newest version (2.31-13+deb11u5).
16:04:01 [2023-01-11T16:04:01.220Z] #60 30.73 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
16:04:01 [2023-01-11T16:04:01.220Z] #60 DONE 31.0s
16:04:01 [2023-01-11T16:04:01.220Z] 
16:04:01 [2023-01-11T16:04:01.220Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:04:01 [2023-01-11T16:04:01.220Z] #55 31.61 go: downloading github.com/nishanths/exhaustive v0.8.1
16:04:01 [2023-01-11T16:04:01.220Z] #55 31.69 go: downloading github.com/nishanths/predeclared v0.2.2
16:04:01 [2023-01-11T16:04:01.480Z] #55 31.85 go: downloading github.com/polyfloyd/go-errorlint v1.0.2
16:04:01 [2023-01-11T16:04:01.480Z] #55 31.92 go: downloading github.com/ryancurrah/gomodguard v1.2.4
16:04:01 [2023-01-11T16:04:01.480Z] #55 32.01 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
16:04:01 [2023-01-11T16:04:01.740Z] #55 32.09 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
16:04:01 [2023-01-11T16:04:01.740Z] #55 32.09 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
16:04:01 [2023-01-11T16:04:01.740Z] #55 32.14 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0
16:04:01 [2023-01-11T16:04:01.740Z] #55 32.19 go: downloading github.com/securego/gosec/v2 v2.13.1
16:04:02 [2023-01-11T16:04:02.001Z] #55 32.55 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
16:04:02 [2023-01-11T16:04:02.261Z] #55 32.57 go: downloading github.com/sivchari/containedctx v1.0.2
16:04:02 [2023-01-11T16:04:02.261Z] #55 32.60 go: downloading github.com/sivchari/nosnakecase v1.7.0
16:04:02 [2023-01-11T16:04:02.261Z] #55 32.72 go: downloading github.com/sivchari/tenv v1.7.0
16:04:02 [2023-01-11T16:04:02.261Z] #55 32.79 go: downloading github.com/sonatard/noctx v0.0.1
16:04:02 [2023-01-11T16:04:02.521Z] #55 32.89 go: downloading github.com/sourcegraph/go-diff v0.6.1
16:04:02 [2023-01-11T16:04:02.521Z] #55 32.89 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
16:04:02 [2023-01-11T16:04:02.521Z] #55 33.04 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
16:04:02 [2023-01-11T16:04:02.521Z] #55 33.04 go: downloading github.com/sylvia7788/contextcheck v1.0.6
16:04:02 [2023-01-11T16:04:02.521Z] #55 ...
16:04:02 [2023-01-11T16:04:02.521Z] 
16:04:02 [2023-01-11T16:04:02.521Z] #65 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:04:02 [2023-01-11T16:04:02.521Z] #65 22.33 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
16:04:02 [2023-01-11T16:04:02.521Z] #65 25.90 Fetched 8502 kB in 16s (519 kB/s)
16:04:02 [2023-01-11T16:04:02.521Z] #65 25.90 Reading package lists...
16:04:02 [2023-01-11T16:04:02.782Z] #65 31.09 Reading package lists...
16:04:02 [2023-01-11T16:04:02.782Z] #65 ...
16:04:02 [2023-01-11T16:04:02.782Z] 
16:04:02 [2023-01-11T16:04:02.782Z] #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
16:04:02 [2023-01-11T16:04:02.782Z] #61 22.70 Fetched 8499 kB in 16s (546 kB/s)
16:04:02 [2023-01-11T16:04:02.782Z] #61 22.70 Reading package lists...
16:04:02 [2023-01-11T16:04:02.782Z] #61 29.27 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
16:04:02 [2023-01-11T16:04:02.782Z] #61 29.27 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
16:04:02 [2023-01-11T16:04:02.782Z] #61 29.27 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
16:04:02 [2023-01-11T16:04:02.782Z] #61 32.73 Reading package lists...
16:04:02 [2023-01-11T16:04:02.782Z] #61 ...
16:04:02 [2023-01-11T16:04:02.782Z] 
16:04:02 [2023-01-11T16:04:02.782Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:04:02 [2023-01-11T16:04:02.782Z] #55 33.18 go: downloading github.com/tdakkota/asciicheck v0.1.1
16:04:02 [2023-01-11T16:04:02.782Z] #55 33.20 go: downloading github.com/tetafro/godot v1.4.11
16:04:02 [2023-01-11T16:04:02.782Z] #55 33.31 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
16:04:02 [2023-01-11T16:04:02.782Z] #55 33.33 go: downloading github.com/timonwong/logrlint v0.1.0
16:04:03 [2023-01-11T16:04:03.043Z] #55 33.40 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2
16:04:03 [2023-01-11T16:04:03.043Z] #55 33.45 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
16:04:03 [2023-01-11T16:04:03.303Z] #55 33.77 go: downloading github.com/ultraware/funlen v0.0.3
16:04:03 [2023-01-11T16:04:03.303Z] #55 33.80 go: downloading github.com/ultraware/whitespace v0.0.5
16:04:03 [2023-01-11T16:04:03.563Z] #55 33.94 go: downloading github.com/uudashr/gocognit v1.0.6
16:04:03 [2023-01-11T16:04:03.563Z] #55 34.02 go: downloading github.com/yagipy/maintidx v1.0.0
16:04:03 [2023-01-11T16:04:03.824Z] #55 34.08 go: downloading github.com/yeya24/promlinter v0.2.0
16:04:03 [2023-01-11T16:04:03.824Z] #55 34.10 go: downloading gitlab.com/bosi/decorder v0.2.3
16:04:03 [2023-01-11T16:04:03.824Z] #55 ...
16:04:03 [2023-01-11T16:04:03.824Z] 
16:04:03 [2023-01-11T16:04:03.824Z] #62 [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
16:04:03 [2023-01-11T16:04:03.824Z] #62 23.74 Fetched 8499 kB in 15s (563 kB/s)
16:04:03 [2023-01-11T16:04:03.824Z] #62 23.74 Reading package lists...
16:04:03 [2023-01-11T16:04:03.824Z] #62 30.07 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
16:04:03 [2023-01-11T16:04:03.824Z] #62 30.08 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
16:04:03 [2023-01-11T16:04:03.824Z] #62 30.08 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
16:04:03 [2023-01-11T16:04:03.824Z] #62 33.30 Reading package lists...
16:04:03 [2023-01-11T16:04:03.824Z] #62 ...
16:04:03 [2023-01-11T16:04:03.824Z] 
16:04:03 [2023-01-11T16:04:03.824Z] #66 [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
16:04:03 [2023-01-11T16:04:03.824Z] #66 23.80 Fetched 8499 kB in 15s (560 kB/s)
16:04:03 [2023-01-11T16:04:03.824Z] #66 23.80 Reading package lists...
16:04:03 [2023-01-11T16:04:03.824Z] #66 29.88 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
16:04:03 [2023-01-11T16:04:03.824Z] #66 29.88 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
16:04:03 [2023-01-11T16:04:03.824Z] #66 29.88 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
16:04:04 [2023-01-11T16:04:04.084Z] #66 33.00 Reading package lists...
16:04:04 [2023-01-11T16:04:04.084Z] #66 ...
16:04:04 [2023-01-11T16:04:04.084Z] 
16:04:04 [2023-01-11T16:04:04.084Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:04:04 [2023-01-11T16:04:04.084Z] #55 34.18 go: downloading honnef.co/go/tools v0.3.3
16:04:04 [2023-01-11T16:04:04.344Z] #55 ...
16:04:04 [2023-01-11T16:04:04.344Z] 
16:04:04 [2023-01-11T16:04:04.344Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:04:04 [2023-01-11T16:04:04.344Z] #56 24.78 Fetched 8499 kB in 16s (548 kB/s)
16:04:04 [2023-01-11T16:04:04.344Z] #56 24.78 Reading package lists...
16:04:04 [2023-01-11T16:04:04.604Z] #56 30.76 Reading package lists...
16:04:04 [2023-01-11T16:04:04.604Z] #56 ...
16:04:04 [2023-01-11T16:04:04.604Z] 
16:04:04 [2023-01-11T16:04:04.604Z] #67 [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...)
16:04:04 [2023-01-11T16:04:04.604Z] #67 25.05 github.com/Sirupsen/logrus/formatters/logstash
16:04:04 [2023-01-11T16:04:04.604Z] #67 25.44 github.com/bugsnag/bugsnag-go/errors
16:04:04 [2023-01-11T16:04:04.604Z] #67 26.40 github.com/bugsnag/osext
16:04:04 [2023-01-11T16:04:04.604Z] #67 26.92 github.com/bugsnag/panicwrap
16:04:04 [2023-01-11T16:04:04.604Z] #67 27.84 gopkg.in/yaml.v2
16:04:04 [2023-01-11T16:04:04.865Z] #67 ...
16:04:04 [2023-01-11T16:04:04.865Z] 
16:04:04 [2023-01-11T16:04:04.865Z] #59 [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
16:04:04 [2023-01-11T16:04:04.865Z] #59 24.53 Fetched 8499 kB in 16s (541 kB/s)
16:04:04 [2023-01-11T16:04:04.865Z] #59 24.53 Reading package lists...
16:04:05 [2023-01-11T16:04:05.125Z] #59 30.18 Reading package lists...
16:04:05 [2023-01-11T16:04:05.125Z] #59 ...
16:04:05 [2023-01-11T16:04:05.125Z] 
16:04:05 [2023-01-11T16:04:05.125Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:04:05 [2023-01-11T16:04:05.125Z] #56 30.76 Reading package lists...
16:04:07 [2023-01-11T16:04:07.293Z] #56 35.81 Building dependency tree...
16:04:07 [2023-01-11T16:04:07.293Z] #56 ...
16:04:07 [2023-01-11T16:04:07.293Z] 
16:04:07 [2023-01-11T16:04:07.293Z] #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...)
16:04:07 [2023-01-11T16:04:07.293Z] #71 ...
16:04:07 [2023-01-11T16:04:07.293Z] 
16:04:07 [2023-01-11T16:04:07.293Z] #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
16:04:07 [2023-01-11T16:04:07.293Z] #61 32.73 Reading package lists...
16:04:07 [2023-01-11T16:04:07.553Z] #61 37.39 + apt-get  install -y --no-install-recommends gcc libc6-dev
16:04:12 [2023-01-11T16:04:12.965Z] #61 37.49 Reading package lists...
16:04:12 [2023-01-11T16:04:12.965Z] 
16:04:12 [2023-01-11T16:04:12.965Z] #61 ...
16:04:12 [2023-01-11T16:04:12.965Z] 
16:04:12 [2023-01-11T16:04:12.965Z] #58 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
16:04:12 [2023-01-11T16:04:12.965Z] #58 42.23 v3.0.2
16:04:12 [2023-01-11T16:04:12.965Z] #58 DONE 42.6s
16:04:12 [2023-01-11T16:04:12.965Z] 
16:04:12 [2023-01-11T16:04:12.965Z] #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
16:04:12 [2023-01-11T16:04:12.965Z] #61 42.28 Building dependency tree...
16:04:12 [2023-01-11T16:04:12.965Z] #61 ...
16:04:12 [2023-01-11T16:04:12.965Z] 
16:04:12 [2023-01-11T16:04:12.965Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:04:12 [2023-01-11T16:04:12.965Z] #56 39.84 python3 is already the newest version (3.9.2-3).
16:04:12 [2023-01-11T16:04:12.965Z] #56 39.84 The following additional packages will be installed:
16:04:12 [2023-01-11T16:04:12.966Z] #56 39.87   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
16:04:12 [2023-01-11T16:04:12.966Z] #56 39.87   patch xz-utils
16:04:12 [2023-01-11T16:04:12.966Z] #56 39.89 Suggested packages:
16:04:12 [2023-01-11T16:04:12.966Z] #56 39.89   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
16:04:12 [2023-01-11T16:04:12.966Z] #56 39.89   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
16:04:12 [2023-01-11T16:04:12.966Z] #56 39.89   m4-doc ed diffutils-doc
16:04:12 [2023-01-11T16:04:12.966Z] #56 39.90 Recommended packages:
16:04:12 [2023-01-11T16:04:12.966Z] #56 39.90   fakeroot libalgorithm-merge-perl libltdl-dev
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.24 The following NEW packages will be installed:
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.25   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.25   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.25   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.70 0 upgraded, 20 newly installed, 0 to remove and 1 not upgraded.
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.70 Need to get 5458 kB of archives.
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.70 After this operation, 11.6 MB of additional disk space will be used.
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.71 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.71 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.71 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.74 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.75 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.78 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.81 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.92 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.93 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.93 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.94 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.95 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.95 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.97 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 41.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 42.00 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 42.01 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
16:04:12 [2023-01-11T16:04:12.966Z] #56 ...
16:04:12 [2023-01-11T16:04:12.966Z] 
16:04:12 [2023-01-11T16:04:12.966Z] #63 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93 NAME:
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93    go-winres - A tool for embedding resources in Windows executables
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93 
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93 USAGE:
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93    go-winres [global options] command [command options] [arguments...]
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93 
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93 COMMANDS:
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93    init     Create an initial ./winres/winres.json
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93    make     Make syso files for the "go build" command
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93    simply   Make syso files for the "go build" command (simplified)
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93    extract  Extract all resources from an executable
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93    patch    Replace resources in an executable file (exe, dll)
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93    help, h  Shows a list of commands or help for one command
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93 
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93 GLOBAL OPTIONS:
16:04:12 [2023-01-11T16:04:12.966Z] #63 42.93    --help, -h  show help (default: false)
16:04:12 [2023-01-11T16:04:12.966Z] #63 DONE 43.1s
16:04:12 [2023-01-11T16:04:12.966Z] 
16:04:12 [2023-01-11T16:04:12.966Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:04:12 [2023-01-11T16:04:12.966Z] #56 43.29 debconf: delaying package configuration, since apt-utils is not installed
16:04:13 [2023-01-11T16:04:13.226Z] #56 43.74 Fetched 5458 kB in 1s (8294 kB/s)
16:04:13 [2023-01-11T16:04:13.487Z] #56 44.00 Selecting previously unselected package bzip2.
16:04:13 [2023-01-11T16:04:13.750Z] #56 44.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.)
16:04:13 [2023-01-11T16:04:13.750Z] #56 44.13 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
16:04:13 [2023-01-11T16:04:13.750Z] #56 44.18 Unpacking bzip2 (1.0.8-4) ...
16:04:14 [2023-01-11T16:04:14.010Z] #56 44.34 Selecting previously unselected package xz-utils.
16:04:14 [2023-01-11T16:04:14.010Z] #56 44.37 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:04:14 [2023-01-11T16:04:14.010Z] #56 44.39 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:04:14 [2023-01-11T16:04:14.270Z] #56 44.84 Selecting previously unselected package libsigsegv2:arm64.
16:04:14 [2023-01-11T16:04:14.531Z] #56 44.84 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
16:04:14 [2023-01-11T16:04:14.531Z] #56 44.85 Unpacking libsigsegv2:arm64 (2.13-1) ...
16:04:14 [2023-01-11T16:04:14.531Z] #56 44.96 Selecting previously unselected package m4.
16:04:14 [2023-01-11T16:04:14.531Z] #56 44.99 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
16:04:14 [2023-01-11T16:04:14.531Z] #56 45.01 Unpacking m4 (1.4.18-5) ...
16:04:14 [2023-01-11T16:04:14.791Z] #56 45.26 Selecting previously unselected package autoconf.
16:04:14 [2023-01-11T16:04:14.791Z] #56 45.26 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
16:04:14 [2023-01-11T16:04:14.791Z] #56 45.27 Unpacking autoconf (2.69-14) ...
16:04:15 [2023-01-11T16:04:15.360Z] #56 45.68 Selecting previously unselected package autotools-dev.
16:04:15 [2023-01-11T16:04:15.360Z] #56 45.69 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
16:04:15 [2023-01-11T16:04:15.360Z] #56 45.71 Unpacking autotools-dev (20180224.1+nmu1) ...
16:04:15 [2023-01-11T16:04:15.360Z] #56 ...
16:04:15 [2023-01-11T16:04:15.360Z] 
16:04:15 [2023-01-11T16:04:15.360Z] #59 [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
16:04:15 [2023-01-11T16:04:15.360Z] #59 30.18 Reading package lists...
16:04:15 [2023-01-11T16:04:15.360Z] #59 35.31 Building dependency tree...
16:04:15 [2023-01-11T16:04:15.360Z] #59 39.33 The following additional packages will be installed:
16:04:15 [2023-01-11T16:04:15.360Z] #59 39.35   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:04:15 [2023-01-11T16:04:15.360Z] #59 39.38 Suggested packages:
16:04:15 [2023-01-11T16:04:15.360Z] #59 39.38   cmake-doc ninja-build lrzip
16:04:15 [2023-01-11T16:04:15.360Z] #59 39.99 The following NEW packages will be installed:
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.01   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.46 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.46 Need to get 15.1 MB of archives.
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.46 After this operation, 66.8 MB of additional disk space will be used.
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.52 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.88 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB]
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.94 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
16:04:15 [2023-01-11T16:04:15.360Z] #59 40.95 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
16:04:15 [2023-01-11T16:04:15.360Z] #59 42.19 debconf: delaying package configuration, since apt-utils is not installed
16:04:15 [2023-01-11T16:04:15.360Z] #59 42.56 Fetched 15.1 MB in 1s (16.0 MB/s)
16:04:15 [2023-01-11T16:04:15.360Z] #59 42.89 Selecting previously unselected package cmake-data.
16:04:15 [2023-01-11T16:04:15.360Z] #59 42.89 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15744 files and directories currently installed.)
16:04:15 [2023-01-11T16:04:15.360Z] #59 43.06 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
16:04:15 [2023-01-11T16:04:15.360Z] #59 43.09 Unpacking cmake-data (3.18.4-2+deb11u1) ...
16:04:15 [2023-01-11T16:04:15.360Z] #59 ...
16:04:15 [2023-01-11T16:04:15.360Z] 
16:04:15 [2023-01-11T16:04:15.360Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:04:15 [2023-01-11T16:04:15.360Z] #55 35.94 go: downloading mvdan.cc/gofumpt v0.3.1
16:04:15 [2023-01-11T16:04:15.360Z] #55 35.98 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:04:15 [2023-01-11T16:04:15.360Z] #55 36.07 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442
16:04:15 [2023-01-11T16:04:15.360Z] #55 36.21 go: downloading github.com/davecgh/go-spew v1.1.1
16:04:15 [2023-01-11T16:04:15.360Z] #55 36.28 go: downloading github.com/pmezard/go-difflib v1.0.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 36.38 go: downloading github.com/stretchr/objx v0.4.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 36.40 go: downloading golang.org/x/text v0.3.7
16:04:15 [2023-01-11T16:04:15.360Z] #55 41.72 go: downloading github.com/subosito/gotenv v1.4.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 41.77 go: downloading github.com/hashicorp/hcl v1.0.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 42.10 go: downloading gopkg.in/ini.v1 v1.66.6
16:04:15 [2023-01-11T16:04:15.360Z] #55 42.10 go: downloading github.com/magiconair/properties v1.8.6
16:04:15 [2023-01-11T16:04:15.360Z] #55 42.26 go: downloading github.com/pelletier/go-toml/v2 v2.0.2
16:04:15 [2023-01-11T16:04:15.360Z] #55 42.27 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
16:04:15 [2023-01-11T16:04:15.360Z] #55 43.19 go: downloading github.com/pelletier/go-toml v1.9.5
16:04:15 [2023-01-11T16:04:15.360Z] #55 43.71 go: downloading github.com/gobwas/glob v0.2.3
16:04:15 [2023-01-11T16:04:15.360Z] #55 43.99 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.15 go: downloading go.uber.org/zap v1.17.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.53 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.55 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.63 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.68 go: downloading github.com/go-toolsmith/astcopy v1.0.1
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.70 go: downloading github.com/go-toolsmith/astequal v1.0.2
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.73 go: downloading github.com/go-toolsmith/astp v1.0.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.80 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.80 go: downloading github.com/go-toolsmith/typep v1.0.2
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.81 go: downloading github.com/quasilyte/go-ruleguard v0.3.17
16:04:15 [2023-01-11T16:04:15.360Z] #55 44.89 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
16:04:15 [2023-01-11T16:04:15.360Z] #55 45.02 go: downloading github.com/kisielk/gotool v1.0.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 45.07 go: downloading github.com/gostaticanalysis/comment v1.4.2
16:04:15 [2023-01-11T16:04:15.360Z] #55 45.16 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
16:04:15 [2023-01-11T16:04:15.360Z] #55 45.31 go: downloading github.com/ettle/strcase v0.1.1
16:04:15 [2023-01-11T16:04:15.360Z] #55 45.39 go: downloading github.com/fatih/structtag v1.2.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 45.46 go: downloading github.com/Masterminds/semver v1.5.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 45.46 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
16:04:15 [2023-01-11T16:04:15.360Z] #55 45.54 go: downloading gopkg.in/yaml.v2 v2.4.0
16:04:15 [2023-01-11T16:04:15.360Z] #55 45.66 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
16:04:15 [2023-01-11T16:04:15.360Z] #55 45.67 go: downloading github.com/prometheus/client_golang v1.12.1
16:04:15 [2023-01-11T16:04:15.620Z] #55 ...
16:04:15 [2023-01-11T16:04:15.620Z] 
16:04:15 [2023-01-11T16:04:15.620Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:04:15 [2023-01-11T16:04:15.620Z] #56 45.93 Selecting previously unselected package automake.
16:04:15 [2023-01-11T16:04:15.620Z] #56 45.93 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
16:04:15 [2023-01-11T16:04:15.620Z] #56 45.96 Unpacking automake (1:1.16.3-2) ...
16:04:16 [2023-01-11T16:04:16.190Z] #56 46.45 Selecting previously unselected package patch.
16:04:16 [2023-01-11T16:04:16.190Z] #56 46.46 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
16:04:16 [2023-01-11T16:04:16.190Z] #56 46.47 Unpacking patch (2.7.6-7) ...
16:04:16 [2023-01-11T16:04:16.190Z] #56 46.64 Selecting previously unselected package dpkg-dev.
16:04:16 [2023-01-11T16:04:16.190Z] #56 46.64 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
16:04:16 [2023-01-11T16:04:16.190Z] #56 46.65 Unpacking dpkg-dev (1.20.12) ...
16:04:16 [2023-01-11T16:04:16.190Z] #56 ...
16:04:16 [2023-01-11T16:04:16.190Z] 
16:04:16 [2023-01-11T16:04:16.190Z] #65 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:04:16 [2023-01-11T16:04:16.190Z] #65 31.09 Reading package lists...
16:04:16 [2023-01-11T16:04:16.190Z] #65 35.99 Building dependency tree...
16:04:16 [2023-01-11T16:04:16.190Z] #65 40.15 The following additional packages will be installed:
16:04:16 [2023-01-11T16:04:16.190Z] #65 40.15   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:04:16 [2023-01-11T16:04:16.190Z] #65 40.16   python3-protobuf python3-six
16:04:16 [2023-01-11T16:04:16.190Z] #65 40.17 Suggested packages:
16:04:16 [2023-01-11T16:04:16.190Z] #65 40.18   python3-setuptools
16:04:16 [2023-01-11T16:04:16.190Z] #65 40.18 Recommended packages:
16:04:16 [2023-01-11T16:04:16.190Z] #65 40.18   iproute2 | iproute
16:04:16 [2023-01-11T16:04:16.190Z] #65 40.86 The following NEW packages will be installed:
16:04:16 [2023-01-11T16:04:16.190Z] #65 40.90   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:04:16 [2023-01-11T16:04:16.190Z] #65 40.92   python3-protobuf python3-six
16:04:16 [2023-01-11T16:04:16.190Z] #65 41.44 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
16:04:16 [2023-01-11T16:04:16.190Z] #65 41.44 Need to get 2136 kB of archives.
16:04:16 [2023-01-11T16:04:16.190Z] #65 41.44 After this operation, 10.8 MB of additional disk space will be used.
16:04:16 [2023-01-11T16:04:16.190Z] #65 41.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
16:04:16 [2023-01-11T16:04:16.190Z] #65 41.45 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:04:16 [2023-01-11T16:04:16.190Z] #65 41.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
16:04:16 [2023-01-11T16:04:16.190Z] #65 41.46 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
16:04:16 [2023-01-11T16:04:16.190Z] #65 41.48 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:04:16 [2023-01-11T16:04:16.190Z] #65 41.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
16:04:16 [2023-01-11T16:04:16.190Z] #65 41.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:04:16 [2023-01-11T16:04:16.190Z] #65 43.86 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
16:04:16 [2023-01-11T16:04:16.190Z] #65 45.16 debconf: delaying package configuration, since apt-utils is not installed
16:04:16 [2023-01-11T16:04:16.190Z] #65 45.41 Fetched 2136 kB in 3s (681 kB/s)
16:04:16 [2023-01-11T16:04:16.190Z] #65 45.53 Selecting previously unselected package libprotobuf23:arm64.
16:04:16 [2023-01-11T16:04:16.190Z] #65 45.53 (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.)
16:04:16 [2023-01-11T16:04:16.190Z] #65 45.57 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
16:04:16 [2023-01-11T16:04:16.190Z] #65 45.60 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
16:04:16 [2023-01-11T16:04:16.458Z] #65 ...
16:04:16 [2023-01-11T16:04:16.458Z] 
16:04:16 [2023-01-11T16:04:16.458Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:04:16 [2023-01-11T16:04:16.458Z] #56 46.65 Unpacking dpkg-dev (1.20.12) ...
16:04:17 [2023-01-11T16:04:17.399Z] #56 ...
16:04:17 [2023-01-11T16:04:17.399Z] 
16:04:17 [2023-01-11T16:04:17.399Z] #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
16:04:17 [2023-01-11T16:04:17.399Z] #61 42.28 Building dependency tree...
16:04:17 [2023-01-11T16:04:17.399Z] #61 47.30 gcc is already the newest version (4:10.2.1-1).
16:04:17 [2023-01-11T16:04:17.399Z] #61 47.30 libc6-dev is already the newest version (2.31-13+deb11u5).
16:04:17 [2023-01-11T16:04:17.399Z] #61 47.30 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
16:04:17 [2023-01-11T16:04:17.399Z] #61 DONE 47.4s
16:04:17 [2023-01-11T16:04:17.399Z] 
16:04:17 [2023-01-11T16:04:17.399Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:04:17 [2023-01-11T16:04:17.399Z] #56 47.90 Selecting previously unselected package build-essential.
16:04:17 [2023-01-11T16:04:17.399Z] #56 47.90 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
16:04:17 [2023-01-11T16:04:17.659Z] #56 47.95 Unpacking build-essential (12.9) ...
16:04:17 [2023-01-11T16:04:17.659Z] #56 ...
16:04:17 [2023-01-11T16:04:17.659Z] 
16:04:17 [2023-01-11T16:04:17.659Z] #66 [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
16:04:17 [2023-01-11T16:04:17.659Z] #66 33.00 Reading package lists...
16:04:17 [2023-01-11T16:04:17.659Z] #66 37.75 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
16:04:17 [2023-01-11T16:04:17.659Z] #66 37.88 Reading package lists...
16:04:17 [2023-01-11T16:04:17.659Z] #66 42.92 Building dependency tree...
16:04:17 [2023-01-11T16:04:17.659Z] #66 46.86 gcc is already the newest version (4:10.2.1-1).
16:04:17 [2023-01-11T16:04:17.659Z] #66 46.86 libc6-dev is already the newest version (2.31-13+deb11u5).
16:04:17 [2023-01-11T16:04:17.659Z] #66 46.86 The following additional packages will be installed:
16:04:17 [2023-01-11T16:04:17.659Z] #66 46.88   bzip2 patch xz-utils
16:04:17 [2023-01-11T16:04:17.659Z] #66 46.89 Suggested packages:
16:04:17 [2023-01-11T16:04:17.659Z] #66 46.91   bzip2-doc debian-keyring seccomp ed diffutils-doc
16:04:17 [2023-01-11T16:04:17.659Z] #66 46.91 Recommended packages:
16:04:17 [2023-01-11T16:04:17.659Z] #66 46.91   build-essential fakeroot libalgorithm-merge-perl
16:04:17 [2023-01-11T16:04:17.659Z] #66 47.43 The following NEW packages will be installed:
16:04:17 [2023-01-11T16:04:17.659Z] #66 47.45   bzip2 dpkg-dev libseccomp-dev patch xz-utils
16:04:17 [2023-01-11T16:04:17.659Z] #66 ...
16:04:17 [2023-01-11T16:04:17.659Z] 
16:04:17 [2023-01-11T16:04:17.659Z] #65 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:04:17 [2023-01-11T16:04:17.659Z] #65 46.41 Selecting previously unselected package python3-pkg-resources.
16:04:17 [2023-01-11T16:04:17.659Z] #65 46.42 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
16:04:17 [2023-01-11T16:04:17.659Z] #65 46.43 Unpacking python3-pkg-resources (52.0.0-4) ...
16:04:17 [2023-01-11T16:04:17.659Z] #65 46.72 Selecting previously unselected package python3-six.
16:04:17 [2023-01-11T16:04:17.659Z] #65 46.73 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
16:04:17 [2023-01-11T16:04:17.659Z] #65 46.74 Unpacking python3-six (1.16.0-2) ...
16:04:17 [2023-01-11T16:04:17.659Z] #65 46.94 Selecting previously unselected package python3-protobuf.
16:04:17 [2023-01-11T16:04:17.659Z] #65 46.95 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
16:04:17 [2023-01-11T16:04:17.659Z] #65 46.97 Unpacking python3-protobuf (3.12.4-1) ...
16:04:17 [2023-01-11T16:04:17.919Z] #65 ...
16:04:17 [2023-01-11T16:04:17.919Z] 
16:04:17 [2023-01-11T16:04:17.919Z] #62 [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
16:04:17 [2023-01-11T16:04:17.919Z] #62 33.30 Reading package lists...
16:04:17 [2023-01-11T16:04:17.919Z] #62 38.12 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
16:04:17 [2023-01-11T16:04:17.919Z] #62 38.24 Reading package lists...
16:04:17 [2023-01-11T16:04:17.919Z] #62 43.08 Building dependency tree...
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.32 gcc is already the newest version (4:10.2.1-1).
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.32 The following additional packages will be installed:
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.34   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.34   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.34   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.34   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.34   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.34   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.35 Suggested packages:
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.35   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
16:04:17 [2023-01-11T16:04:17.919Z] #62 47.35   | libgdk-pixbuf2.0-dev libxml2-utils
16:04:17 [2023-01-11T16:04:17.919Z] #62 ...
16:04:17 [2023-01-11T16:04:17.919Z] 
16:04:17 [2023-01-11T16:04:17.919Z] #59 [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
16:04:17 [2023-01-11T16:04:17.919Z] #59 47.71 Selecting previously unselected package libicu67:arm64.
16:04:17 [2023-01-11T16:04:17.919Z] #59 47.73 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
16:04:17 [2023-01-11T16:04:17.919Z] #59 47.78 Unpacking libicu67:arm64 (67.1-7) ...
16:04:18 [2023-01-11T16:04:18.860Z] #59 ...
16:04:18 [2023-01-11T16:04:18.860Z] 
16:04:18 [2023-01-11T16:04:18.860Z] #52 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:04:18 [2023-01-11T16:04:18.860Z] #52 DONE 42.3s
16:04:18 [2023-01-11T16:04:18.860Z] 
16:04:18 [2023-01-11T16:04:18.860Z] #65 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:04:18 [2023-01-11T16:04:18.860Z] #65 47.74 Selecting previously unselected package libnet1:arm64.
16:04:18 [2023-01-11T16:04:18.860Z] #65 47.75 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:04:18 [2023-01-11T16:04:18.860Z] #65 47.75 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:04:18 [2023-01-11T16:04:18.860Z] #65 48.01 Selecting previously unselected package libnl-3-200:arm64.
16:04:18 [2023-01-11T16:04:18.860Z] #65 48.01 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
16:04:18 [2023-01-11T16:04:18.860Z] #65 48.02 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
16:04:18 [2023-01-11T16:04:18.860Z] #65 48.21 Selecting previously unselected package libprotobuf-c1:arm64.
16:04:18 [2023-01-11T16:04:18.860Z] #65 48.21 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:04:18 [2023-01-11T16:04:18.860Z] #65 48.22 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:04:18 [2023-01-11T16:04:18.860Z] #65 48.40 Selecting previously unselected package criu.
16:04:18 [2023-01-11T16:04:18.860Z] #65 48.40 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
16:04:18 [2023-01-11T16:04:18.860Z] #65 48.44 Unpacking criu (3.17.1-1) ...
16:04:19 [2023-01-11T16:04:19.800Z] #65 49.46 Setting up python3-pkg-resources (52.0.0-4) ...
16:04:21 [2023-01-11T16:04:21.194Z] #65 ...
16:04:21 [2023-01-11T16:04:21.194Z] 
16:04:21 [2023-01-11T16:04:21.194Z] #45 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0-beta.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:04:21 [2023-01-11T16:04:21.194Z] #45 DONE 45.7s
16:04:21 [2023-01-11T16:04:21.194Z] 
16:04:21 [2023-01-11T16:04:21.194Z] #62 [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
16:04:21 [2023-01-11T16:04:21.194Z] #62 49.63 The following NEW packages will be installed:
16:04:21 [2023-01-11T16:04:21.194Z] #62 49.66   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
16:04:21 [2023-01-11T16:04:21.194Z] #62 49.66   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
16:04:21 [2023-01-11T16:04:21.194Z] #62 49.67   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
16:04:21 [2023-01-11T16:04:21.194Z] #62 49.67   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
16:04:21 [2023-01-11T16:04:21.194Z] #62 49.67   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
16:04:21 [2023-01-11T16:04:21.194Z] #62 49.67   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.09 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.09 Need to get 7950 kB of archives.
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.09 After this operation, 39.9 MB of additional disk space will be used.
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.09 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]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.10 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]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.12 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.16 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.17 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.19 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.21 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.21 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.26 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.27 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.28 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.28 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.31 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.32 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.35 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.35 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.37 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.42 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.42 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.44 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.47 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.48 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.48 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.52 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.52 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
16:04:21 [2023-01-11T16:04:21.194Z] #62 50.57 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
16:04:21 [2023-01-11T16:04:21.824Z] #62 ...
16:04:21 [2023-01-11T16:04:21.824Z] 
16:04:21 [2023-01-11T16:04:21.824Z] #72 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
16:04:21 [2023-01-11T16:04:21.824Z] #72 DONE 2.9s
16:04:21 [2023-01-11T16:04:21.824Z] 
16:04:21 [2023-01-11T16:04:21.824Z] #73 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
16:04:21 [2023-01-11T16:04:21.824Z] #73 DONE 0.2s
16:04:21 [2023-01-11T16:04:21.824Z] 
16:04:21 [2023-01-11T16:04:21.824Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
16:04:21 [2023-01-11T16:04:21.824Z] #56 48.22 Selecting previously unselected package libcap2:arm64.
16:04:21 [2023-01-11T16:04:21.824Z] #56 48.23 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 48.24 Unpacking libcap2:arm64 (1:2.44-1) ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 48.45 Selecting previously unselected package libcap-dev:arm64.
16:04:21 [2023-01-11T16:04:21.824Z] #56 48.45 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 48.48 Unpacking libcap-dev:arm64 (1:2.44-1) ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 48.75 Selecting previously unselected package libprotobuf-c1:arm64.
16:04:21 [2023-01-11T16:04:21.824Z] #56 48.75 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 48.77 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 49.01 Selecting previously unselected package libprotobuf-c-dev:arm64.
16:04:21 [2023-01-11T16:04:21.824Z] #56 49.01 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 49.04 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 49.31 Selecting previously unselected package libseccomp-dev:arm64.
16:04:21 [2023-01-11T16:04:21.824Z] #56 49.32 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 49.34 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 49.65 Selecting previously unselected package libsystemd-dev:arm64.
16:04:21 [2023-01-11T16:04:21.824Z] #56 49.66 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 49.67 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 50.74 Selecting previously unselected package libtool.
16:04:21 [2023-01-11T16:04:21.824Z] #56 50.75 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 50.79 Unpacking libtool (2.4.6-15) ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 51.13 Selecting previously unselected package libudev-dev:arm64.
16:04:21 [2023-01-11T16:04:21.824Z] #56 51.14 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u1_arm64.deb ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 51.15 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 51.53 Selecting previously unselected package libyajl2:arm64.
16:04:21 [2023-01-11T16:04:21.824Z] #56 51.53 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 51.53 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:04:21 [2023-01-11T16:04:21.824Z] #56 51.78 Selecting previously unselected package libyajl-dev:arm64.
16:04:21 [2023-01-11T16:04:21.824Z] #56 51.79 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
16:04:21 [2023-01-11T16:04:21.825Z] #56 51.82 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
16:04:21 [2023-01-11T16:04:21.825Z] #56 52.28 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:04:22 [2023-01-11T16:04:22.108Z] #56 52.34 Setting up libyajl2:arm64 (2.1.0-3) ...
16:04:22 [2023-01-11T16:04:22.108Z] #56 52.36 Setting up bzip2 (1.0.8-4) ...
16:04:22 [2023-01-11T16:04:22.108Z] #56 52.52 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:04:22 [2023-01-11T16:04:22.108Z] #56 52.56 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
16:04:22 [2023-01-11T16:04:22.108Z] #56 52.64 Setting up libcap2:arm64 (1:2.44-1) ...
16:04:22 [2023-01-11T16:04:22.108Z] #56 52.67 Setting up autotools-dev (20180224.1+nmu1) ...
16:04:22 [2023-01-11T16:04:22.374Z] #56 52.75 Setting up libsigsegv2:arm64 (2.13-1) ...
16:04:22 [2023-01-11T16:04:22.374Z] #56 52.79 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:04:22 [2023-01-11T16:04:22.374Z] #56 52.86 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:04:22 [2023-01-11T16:04:22.374Z] #56 52.91 Setting up patch (2.7.6-7) ...
16:04:22 [2023-01-11T16:04:22.646Z] #56 52.95 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
16:04:22 [2023-01-11T16:04:22.646Z] #56 53.02 Setting up libyajl-dev:arm64 (2.1.0-3) ...
16:04:22 [2023-01-11T16:04:22.646Z] #56 53.08 Setting up libcap-dev:arm64 (1:2.44-1) ...
16:04:22 [2023-01-11T16:04:22.646Z] #56 53.11 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:04:22 [2023-01-11T16:04:22.910Z] #56 53.13 Setting up libtool (2.4.6-15) ...
16:04:22 [2023-01-11T16:04:22.910Z] #56 53.14 Setting up m4 (1.4.18-5) ...
16:04:22 [2023-01-11T16:04:22.910Z] #56 53.19 Setting up dpkg-dev (1.20.12) ...
16:04:22 [2023-01-11T16:04:22.910Z] #56 53.29 Setting up autoconf (2.69-14) ...
16:04:23 [2023-01-11T16:04:23.169Z] #56 53.40 Setting up build-essential (12.9) ...
16:04:23 [2023-01-11T16:04:23.169Z] #56 53.46 Setting up automake (1:1.16.3-2) ...
16:04:23 [2023-01-11T16:04:23.169Z] #56 53.48 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:04:23 [2023-01-11T16:04:23.169Z] #56 53.49 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:04:23 [2023-01-11T16:04:23.429Z] #56 DONE 53.9s
16:04:23 [2023-01-11T16:04:23.429Z] 
16:04:23 [2023-01-11T16:04:23.429Z] #66 [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
16:04:23 [2023-01-11T16:04:23.429Z] #66 47.95 0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
16:04:23 [2023-01-11T16:04:23.429Z] #66 47.95 Need to get 2790 kB of archives.
16:04:23 [2023-01-11T16:04:23.429Z] #66 47.95 After this operation, 4077 kB of additional disk space will be used.
16:04:23 [2023-01-11T16:04:23.429Z] #66 47.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:04:23 [2023-01-11T16:04:23.429Z] #66 47.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:04:23 [2023-01-11T16:04:23.429Z] #66 47.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:04:23 [2023-01-11T16:04:23.429Z] #66 47.98 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
16:04:23 [2023-01-11T16:04:23.429Z] #66 48.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:04:23 [2023-01-11T16:04:23.429Z] #66 49.48 debconf: delaying package configuration, since apt-utils is not installed
16:04:23 [2023-01-11T16:04:23.429Z] #66 49.73 Fetched 2790 kB in 1s (5272 kB/s)
16:04:23 [2023-01-11T16:04:23.429Z] #66 49.83 Selecting previously unselected package bzip2.
16:04:23 [2023-01-11T16:04:23.429Z] #66 49.83 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15744 files and directories currently installed.)
16:04:23 [2023-01-11T16:04:23.429Z] #66 49.88 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 49.92 Unpacking bzip2 (1.0.8-4) ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 50.17 Selecting previously unselected package xz-utils.
16:04:23 [2023-01-11T16:04:23.429Z] #66 50.17 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 50.18 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 50.43 Selecting previously unselected package patch.
16:04:23 [2023-01-11T16:04:23.429Z] #66 50.45 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 50.47 Unpacking patch (2.7.6-7) ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 50.69 Selecting previously unselected package dpkg-dev.
16:04:23 [2023-01-11T16:04:23.429Z] #66 50.70 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 50.71 Unpacking dpkg-dev (1.20.12) ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 52.35 Selecting previously unselected package libseccomp-dev:arm64.
16:04:23 [2023-01-11T16:04:23.429Z] #66 52.36 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 52.39 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 52.85 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 52.94 Setting up bzip2 (1.0.8-4) ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 53.04 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 53.12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:04:23 [2023-01-11T16:04:23.429Z] #66 53.14 Setting up patch (2.7.6-7) ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 53.17 Setting up dpkg-dev (1.20.12) ...
16:04:23 [2023-01-11T16:04:23.429Z] #66 DONE 53.5s
16:04:23 [2023-01-11T16:04:23.429Z] 
16:04:23 [2023-01-11T16:04:23.429Z] #74 [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...)
16:04:25 [2023-01-11T16:04:25.339Z] #74 1.910 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 .
16:04:25 [2023-01-11T16:04:25.910Z] #74 ...
16:04:25 [2023-01-11T16:04:25.910Z] 
16:04:25 [2023-01-11T16:04:25.910Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:04:25 [2023-01-11T16:04:25.910Z] #55 46.29 go: downloading github.com/prometheus/client_model v0.2.0
16:04:25 [2023-01-11T16:04:25.910Z] #55 46.33 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:04:25 [2023-01-11T16:04:25.910Z] #55 46.39 go: downloading github.com/google/go-cmp v0.5.8
16:04:25 [2023-01-11T16:04:25.910Z] #55 46.93 go: downloading go.uber.org/atomic v1.7.0
16:04:25 [2023-01-11T16:04:25.910Z] #55 46.97 go: downloading go.uber.org/multierr v1.6.0
16:04:25 [2023-01-11T16:04:25.910Z] #55 47.14 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375
16:04:25 [2023-01-11T16:04:25.910Z] #55 47.18 go: downloading github.com/olekukonko/tablewriter v0.0.5
16:04:25 [2023-01-11T16:04:25.910Z] #55 47.34 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
16:04:25 [2023-01-11T16:04:25.910Z] #55 47.43 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
16:04:25 [2023-01-11T16:04:25.910Z] #55 47.55 go: downloading github.com/beorn7/perks v1.0.1
16:04:25 [2023-01-11T16:04:25.910Z] #55 47.55 go: downloading github.com/cespare/xxhash/v2 v2.1.2
16:04:25 [2023-01-11T16:04:25.910Z] #55 47.73 go: downloading github.com/golang/protobuf v1.5.2
16:04:25 [2023-01-11T16:04:25.910Z] #55 47.73 go: downloading github.com/prometheus/common v0.32.1
16:04:25 [2023-01-11T16:04:25.910Z] #55 48.39 go: downloading github.com/prometheus/procfs v0.7.3
16:04:25 [2023-01-11T16:04:25.910Z] #55 48.73 go: downloading google.golang.org/protobuf v1.28.0
16:04:25 [2023-01-11T16:04:25.910Z] #55 49.68 go: downloading github.com/mattn/go-runewidth v0.0.9
16:04:25 [2023-01-11T16:04:25.910Z] #55 50.12 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:04:25 [2023-01-11T16:04:25.910Z] #55 ...
16:04:25 [2023-01-11T16:04:25.910Z] 
16:04:25 [2023-01-11T16:04:25.910Z] #62 [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
16:04:25 [2023-01-11T16:04:25.910Z] #62 52.13 debconf: delaying package configuration, since apt-utils is not installed
16:04:25 [2023-01-11T16:04:25.910Z] #62 52.49 Fetched 7950 kB in 1s (9753 kB/s)
16:04:25 [2023-01-11T16:04:25.910Z] #62 52.67 Selecting previously unselected package libgirepository-1.0-1:arm64.
16:04:25 [2023-01-11T16:04:25.910Z] #62 52.68 (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.)
16:04:25 [2023-01-11T16:04:25.910Z] #62 52.75 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 52.78 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.07 Selecting previously unselected package gir1.2-glib-2.0:arm64.
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.07 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.09 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.31 Selecting previously unselected package libsecret-common.
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.32 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.33 Unpacking libsecret-common (0.20.4-2) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.60 Selecting previously unselected package libsecret-1-0:arm64.
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.60 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.63 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.94 Selecting previously unselected package gir1.2-secret-1:arm64.
16:04:25 [2023-01-11T16:04:25.910Z] #62 53.99 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 54.01 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 54.22 Selecting previously unselected package uuid-dev:arm64.
16:04:25 [2023-01-11T16:04:25.910Z] #62 54.22 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 54.27 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 54.69 Selecting previously unselected package libblkid-dev:arm64.
16:04:25 [2023-01-11T16:04:25.910Z] #62 54.70 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 54.79 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.11 Selecting previously unselected package libbtrfs0:arm64.
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.11 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.12 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.25 Selecting previously unselected package libbtrfs-dev:arm64.
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.26 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.29 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.59 Selecting previously unselected package libelf1:arm64.
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.59 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.60 Unpacking libelf1:arm64 (0.183-1) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.80 Selecting previously unselected package libffi-dev:arm64.
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.80 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 55.81 Unpacking libffi-dev:arm64 (3.3-6) ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 56.04 Selecting previously unselected package libglib2.0-data.
16:04:25 [2023-01-11T16:04:25.910Z] #62 56.05 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
16:04:25 [2023-01-11T16:04:25.910Z] #62 56.06 Unpacking libglib2.0-data (2.66.8-1) ...
16:04:27 [2023-01-11T16:04:27.292Z] #62 57.39 Selecting previously unselected package libglib2.0-bin.
16:04:27 [2023-01-11T16:04:27.292Z] #62 57.39 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
16:04:27 [2023-01-11T16:04:27.292Z] #62 57.40 Unpacking libglib2.0-bin (2.66.8-1) ...
16:04:27 [2023-01-11T16:04:27.553Z] #62 57.62 Selecting previously unselected package python3-lib2to3.
16:04:27 [2023-01-11T16:04:27.553Z] #62 57.62 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
16:04:27 [2023-01-11T16:04:27.553Z] #62 57.63 Unpacking python3-lib2to3 (3.9.2-1) ...
16:04:27 [2023-01-11T16:04:27.553Z] #62 ...
16:04:27 [2023-01-11T16:04:27.553Z] 
16:04:27 [2023-01-11T16:04:27.553Z] #75 [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...)
16:04:27 [2023-01-11T16:04:27.553Z] #0 1.123 go: downloading github.com/urfave/cli/v2 v2.23.5
16:04:27 [2023-01-11T16:04:27.553Z] #0 1.890 go: downloading golang.org/x/sys v0.2.0
16:04:27 [2023-01-11T16:04:27.553Z] #0 6.437 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
16:04:27 [2023-01-11T16:04:27.553Z] #0 7.266 go: downloading github.com/google/uuid v1.3.0
16:04:27 [2023-01-11T16:04:27.553Z] #0 7.338 go: downloading github.com/moby/vpnkit v0.5.0
16:04:27 [2023-01-11T16:04:27.553Z] #0 7.343 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:04:27 [2023-01-11T16:04:27.553Z] #0 7.580 go: downloading github.com/gorilla/mux v1.8.0
16:04:27 [2023-01-11T16:04:27.553Z] #0 7.795 go: downloading github.com/moby/sys/mountinfo v0.6.2
16:04:27 [2023-01-11T16:04:27.553Z] #0 8.386 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
16:04:27 [2023-01-11T16:04:27.553Z] #0 8.398 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
16:04:27 [2023-01-11T16:04:27.553Z] #0 9.749 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
16:04:27 [2023-01-11T16:04:27.553Z] #0 9.807 go: downloading golang.org/x/net v0.1.0
16:04:27 [2023-01-11T16:04:27.553Z] #75 ...
16:04:27 [2023-01-11T16:04:27.553Z] 
16:04:27 [2023-01-11T16:04:27.553Z] #62 [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
16:04:27 [2023-01-11T16:04:27.553Z] #62 57.82 Selecting previously unselected package python3-distutils.
16:04:27 [2023-01-11T16:04:27.813Z] #62 57.82 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
16:04:27 [2023-01-11T16:04:27.813Z] #62 57.83 Unpacking python3-distutils (3.9.2-1) ...
16:04:28 [2023-01-11T16:04:28.073Z] #62 58.09 Selecting previously unselected package libglib2.0-dev-bin.
16:04:28 [2023-01-11T16:04:28.073Z] #62 58.09 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
16:04:28 [2023-01-11T16:04:28.073Z] #62 58.10 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
16:04:28 [2023-01-11T16:04:28.333Z] #62 58.38 Selecting previously unselected package libsepol1-dev:arm64.
16:04:28 [2023-01-11T16:04:28.333Z] #62 58.39 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
16:04:28 [2023-01-11T16:04:28.333Z] #62 58.40 Unpacking libsepol1-dev:arm64 (3.1-1) ...
16:04:28 [2023-01-11T16:04:28.903Z] #62 58.87 Selecting previously unselected package libpcre2-16-0:arm64.
16:04:28 [2023-01-11T16:04:28.903Z] #62 58.87 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
16:04:28 [2023-01-11T16:04:28.903Z] #62 58.88 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:04:29 [2023-01-11T16:04:29.163Z] #62 59.10 Selecting previously unselected package libpcre2-32-0:arm64.
16:04:29 [2023-01-11T16:04:29.163Z] #62 59.11 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
16:04:29 [2023-01-11T16:04:29.163Z] #62 59.11 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:04:29 [2023-01-11T16:04:29.423Z] #62 59.40 Selecting previously unselected package libpcre2-posix2:arm64.
16:04:29 [2023-01-11T16:04:29.423Z] #62 59.40 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
16:04:29 [2023-01-11T16:04:29.423Z] #62 59.41 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:04:29 [2023-01-11T16:04:29.423Z] #62 59.57 Selecting previously unselected package libpcre2-dev:arm64.
16:04:29 [2023-01-11T16:04:29.423Z] #62 59.58 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
16:04:29 [2023-01-11T16:04:29.423Z] #62 59.59 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:04:29 [2023-01-11T16:04:29.993Z] #62 60.23 Selecting previously unselected package libselinux1-dev:arm64.
16:04:30 [2023-01-11T16:04:30.253Z] #62 60.24 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
16:04:30 [2023-01-11T16:04:30.253Z] #62 60.25 Unpacking libselinux1-dev:arm64 (3.1-3) ...
16:04:30 [2023-01-11T16:04:30.253Z] #62 ...
16:04:30 [2023-01-11T16:04:30.253Z] 
16:04:30 [2023-01-11T16:04:30.253Z] #65 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
16:04:30 [2023-01-11T16:04:30.253Z] #65 51.61 Setting up libprotobuf23:arm64 (3.12.4-1) ...
16:04:30 [2023-01-11T16:04:30.253Z] #65 51.63 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:04:30 [2023-01-11T16:04:30.253Z] #65 51.80 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:04:30 [2023-01-11T16:04:30.253Z] #65 51.83 Setting up python3-six (1.16.0-2) ...
16:04:30 [2023-01-11T16:04:30.253Z] #65 53.60 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
16:04:30 [2023-01-11T16:04:30.253Z] #65 53.70 Setting up python3-protobuf (3.12.4-1) ...
16:04:30 [2023-01-11T16:04:30.253Z] #65 57.33 Setting up criu (3.17.1-1) ...
16:04:30 [2023-01-11T16:04:30.253Z] #65 59.33 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:04:30 [2023-01-11T16:04:30.253Z] #65 DONE 60.0s
16:04:30 [2023-01-11T16:04:30.513Z] 
16:04:30 [2023-01-11T16:04:30.514Z] #59 [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
16:04:30 [2023-01-11T16:04:30.514Z] #59 55.47 Selecting previously unselected package libxml2:arm64.
16:04:30 [2023-01-11T16:04:30.514Z] #59 55.47 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 55.49 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 55.84 Selecting previously unselected package libarchive13:arm64.
16:04:30 [2023-01-11T16:04:30.514Z] #59 55.84 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 55.85 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.20 Selecting previously unselected package libjsoncpp24:arm64.
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.20 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.21 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.37 Selecting previously unselected package librhash0:arm64.
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.37 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.38 Unpacking librhash0:arm64 (1.4.1-2) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.59 Selecting previously unselected package libuv1:arm64.
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.59 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.60 Unpacking libuv1:arm64 (1.40.0-2) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.76 Selecting previously unselected package cmake.
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.76 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 56.78 Unpacking cmake (3.18.4-2+deb11u1) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 59.74 Setting up libicu67:arm64 (67.1-7) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 59.90 Setting up libuv1:arm64 (1.40.0-2) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 59.98 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 60.03 Setting up librhash0:arm64 (1.4.1-2) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 60.15 Setting up cmake-data (3.18.4-2+deb11u1) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 60.26 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
16:04:30 [2023-01-11T16:04:30.514Z] #59 60.36 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
16:04:30 [2023-01-11T16:04:30.774Z] #59 60.45 Setting up cmake (3.18.4-2+deb11u1) ...
16:04:30 [2023-01-11T16:04:30.774Z] #59 60.55 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:04:30 [2023-01-11T16:04:30.774Z] #59 ...
16:04:30 [2023-01-11T16:04:30.774Z] 
16:04:30 [2023-01-11T16:04:30.774Z] #67 [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...)
16:04:30 [2023-01-11T16:04:30.774Z] #67 45.32 github.com/docker/distribution/uuid
16:04:30 [2023-01-11T16:04:30.774Z] #67 45.55 golang.org/x/net/context
16:04:30 [2023-01-11T16:04:30.774Z] #67 46.94 github.com/docker/distribution/digest
16:04:30 [2023-01-11T16:04:30.774Z] #67 48.04 crypto/x509
16:04:30 [2023-01-11T16:04:30.774Z] #67 48.85 net/textproto
16:04:30 [2023-01-11T16:04:30.774Z] #67 50.43 vendor/golang.org/x/net/http/httpguts
16:04:30 [2023-01-11T16:04:30.774Z] #67 51.07 vendor/golang.org/x/net/http/httpproxy
16:04:30 [2023-01-11T16:04:30.774Z] #67 51.94 mime/multipart
16:04:30 [2023-01-11T16:04:30.774Z] #67 53.66 github.com/docker/distribution/reference
16:04:30 [2023-01-11T16:04:30.774Z] #67 54.62 github.com/stevvooe/resumable
16:04:30 [2023-01-11T16:04:30.774Z] #67 54.87 github.com/stevvooe/resumable/sha256
16:04:31 [2023-01-11T16:04:31.036Z] #67 55.68 github.com/stevvooe/resumable/sha512
16:04:31 [2023-01-11T16:04:31.036Z] #67 ...
16:04:31 [2023-01-11T16:04:31.036Z] 
16:04:31 [2023-01-11T16:04:31.036Z] #62 [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
16:04:31 [2023-01-11T16:04:31.036Z] #62 61.14 Selecting previously unselected package libmount-dev:arm64.
16:04:31 [2023-01-11T16:04:31.036Z] #62 61.17 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
16:04:31 [2023-01-11T16:04:31.296Z] #62 ...
16:04:31 [2023-01-11T16:04:31.296Z] 
16:04:31 [2023-01-11T16:04:31.296Z] #59 [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
16:04:31 [2023-01-11T16:04:31.296Z] #59 DONE 61.1s
16:04:31 [2023-01-11T16:04:31.296Z] 
16:04:31 [2023-01-11T16:04:31.296Z] #62 [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
16:04:31 [2023-01-11T16:04:31.296Z] #62 61.27 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
16:04:31 [2023-01-11T16:04:31.556Z] #62 61.51 Selecting previously unselected package libpcre16-3:arm64.
16:04:31 [2023-01-11T16:04:31.556Z] #62 61.53 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
16:04:31 [2023-01-11T16:04:31.556Z] #62 61.55 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
16:04:31 [2023-01-11T16:04:31.817Z] #62 61.80 Selecting previously unselected package libpcre32-3:arm64.
16:04:31 [2023-01-11T16:04:31.817Z] #62 61.81 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
16:04:31 [2023-01-11T16:04:31.817Z] #62 61.81 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
16:04:32 [2023-01-11T16:04:32.077Z] #62 62.18 Selecting previously unselected package libpcrecpp0v5:arm64.
16:04:32 [2023-01-11T16:04:32.077Z] #62 62.18 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
16:04:32 [2023-01-11T16:04:32.077Z] #62 62.19 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
16:04:32 [2023-01-11T16:04:32.337Z] #62 62.31 Selecting previously unselected package libpcre3-dev:arm64.
16:04:32 [2023-01-11T16:04:32.337Z] #62 62.31 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
16:04:32 [2023-01-11T16:04:32.337Z] #62 62.32 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
16:04:32 [2023-01-11T16:04:32.337Z] #62 ...
16:04:32 [2023-01-11T16:04:32.337Z] 
16:04:32 [2023-01-11T16:04:32.337Z] #76 [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...)
16:04:32 [2023-01-11T16:04:32.598Z] #76 ...
16:04:32 [2023-01-11T16:04:32.598Z] 
16:04:32 [2023-01-11T16:04:32.598Z] #67 [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...)
16:04:32 [2023-01-11T16:04:32.598Z] #67 56.80 github.com/garyburd/redigo/internal
16:04:32 [2023-01-11T16:04:32.598Z] #67 57.09 github.com/garyburd/redigo/redis
16:04:33 [2023-01-11T16:04:33.168Z] #67 57.78 crypto/tls
16:04:33 [2023-01-11T16:04:33.429Z] #67 ...
16:04:33 [2023-01-11T16:04:33.429Z] 
16:04:33 [2023-01-11T16:04:33.429Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:04:33 [2023-01-11T16:04:33.429Z] #0 1.364 Cloning into '/tmp/crun-build'...
16:04:33 [2023-01-11T16:04:33.429Z] #0 7.712 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
16:04:33 [2023-01-11T16:04:33.429Z] #0 7.756 Cloning into '/tmp/crun-build/libocispec'...
16:04:33 [2023-01-11T16:04:33.429Z] #0 9.237 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
16:04:33 [2023-01-11T16:04:33.429Z] #0 9.249 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
16:04:33 [2023-01-11T16:04:33.429Z] #0 9.250 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
16:04:33 [2023-01-11T16:04:33.429Z] #0 9.251 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
16:04:33 [2023-01-11T16:04:33.429Z] #0 9.289 Cloning into '/tmp/crun-build/libocispec/image-spec'...
16:04:33 [2023-01-11T16:04:33.689Z] #77 ...
16:04:33 [2023-01-11T16:04:33.689Z] 
16:04:33 [2023-01-11T16:04:33.689Z] #62 [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
16:04:33 [2023-01-11T16:04:33.689Z] #62 62.78 Selecting previously unselected package zlib1g-dev:arm64.
16:04:33 [2023-01-11T16:04:33.689Z] #62 62.80 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
16:04:33 [2023-01-11T16:04:33.689Z] #62 62.82 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
16:04:33 [2023-01-11T16:04:33.689Z] #62 63.06 Selecting previously unselected package libglib2.0-dev:arm64.
16:04:33 [2023-01-11T16:04:33.689Z] #62 63.07 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
16:04:33 [2023-01-11T16:04:33.689Z] #62 63.08 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
16:04:34 [2023-01-11T16:04:34.259Z] #62 64.33 Selecting previously unselected package libsecret-1-dev:arm64.
16:04:34 [2023-01-11T16:04:34.259Z] #62 64.33 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
16:04:34 [2023-01-11T16:04:34.259Z] #62 64.34 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
16:04:34 [2023-01-11T16:04:34.845Z] #62 64.84 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
16:04:34 [2023-01-11T16:04:34.845Z] #62 64.86 Setting up libpcre16-3:arm64 (2:8.39-13) ...
16:04:34 [2023-01-11T16:04:34.845Z] #62 64.88 Setting up libsepol1-dev:arm64 (3.1-1) ...
16:04:34 [2023-01-11T16:04:34.845Z] #62 64.89 Setting up libffi-dev:arm64 (3.3-6) ...
16:04:34 [2023-01-11T16:04:34.845Z] #62 64.91 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:04:34 [2023-01-11T16:04:34.845Z] #62 64.94 Setting up libbtrfs0:arm64 (5.10.1-2) ...
16:04:34 [2023-01-11T16:04:34.845Z] #62 64.95 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:04:34 [2023-01-11T16:04:34.845Z] #62 64.97 Setting up libglib2.0-data (2.66.8-1) ...
16:04:34 [2023-01-11T16:04:34.845Z] #62 64.98 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
16:04:35 [2023-01-11T16:04:35.105Z] #62 65.00 Setting up libpcre32-3:arm64 (2:8.39-13) ...
16:04:35 [2023-01-11T16:04:35.105Z] #62 65.01 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:04:35 [2023-01-11T16:04:35.105Z] #62 65.03 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
16:04:35 [2023-01-11T16:04:35.105Z] #62 65.04 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
16:04:35 [2023-01-11T16:04:35.105Z] #62 65.13 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
16:04:35 [2023-01-11T16:04:35.105Z] #62 65.14 Setting up python3-lib2to3 (3.9.2-1) ...
16:04:35 [2023-01-11T16:04:35.676Z] #62 65.76 Setting up libelf1:arm64 (0.183-1) ...
16:04:35 [2023-01-11T16:04:35.676Z] #62 65.77 Setting up libsecret-common (0.20.4-2) ...
16:04:35 [2023-01-11T16:04:35.676Z] #62 65.79 Setting up python3-distutils (3.9.2-1) ...
16:04:36 [2023-01-11T16:04:36.617Z] #62 66.51 Setting up libglib2.0-dev-bin (2.66.8-1) ...
16:04:37 [2023-01-11T16:04:37.558Z] #62 67.59 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
16:04:37 [2023-01-11T16:04:37.558Z] #62 67.63 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:04:37 [2023-01-11T16:04:37.558Z] #62 67.66 Setting up libselinux1-dev:arm64 (3.1-3) ...
16:04:37 [2023-01-11T16:04:37.558Z] #62 67.70 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
16:04:37 [2023-01-11T16:04:37.558Z] #62 67.72 Setting up libglib2.0-bin (2.66.8-1) ...
16:04:37 [2023-01-11T16:04:37.558Z] #62 67.75 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
16:04:37 [2023-01-11T16:04:37.558Z] #62 67.76 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
16:04:37 [2023-01-11T16:04:37.558Z] #62 67.78 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
16:04:37 [2023-01-11T16:04:37.818Z] #62 67.81 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
16:04:37 [2023-01-11T16:04:37.818Z] #62 67.83 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
16:04:37 [2023-01-11T16:04:37.818Z] #62 67.85 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
16:04:37 [2023-01-11T16:04:37.818Z] #62 67.86 No schema files found: doing nothing.
16:04:37 [2023-01-11T16:04:37.818Z] #62 67.87 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:04:38 [2023-01-11T16:04:38.079Z] #62 67.98 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
16:04:38 [2023-01-11T16:04:38.079Z] #62 DONE 68.2s
16:04:38 [2023-01-11T16:04:38.079Z] 
16:04:38 [2023-01-11T16:04:38.079Z] #67 [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...)
16:04:38 [2023-01-11T16:04:38.079Z] #67 60.47 github.com/docker/distribution/registry/listener
16:04:38 [2023-01-11T16:04:38.079Z] #67 60.88 github.com/docker/distribution/version
16:04:38 [2023-01-11T16:04:38.079Z] #67 61.16 github.com/inconshreveable/mousetrap
16:04:38 [2023-01-11T16:04:38.079Z] #67 61.31 github.com/spf13/pflag
16:04:39 [2023-01-11T16:04:39.472Z] #67 ...
16:04:39 [2023-01-11T16:04:39.472Z] 
16:04:39 [2023-01-11T16:04:39.472Z] #64 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
16:04:39 [2023-01-11T16:04:39.472Z] #64 69.54 gotestsum version dev
16:04:39 [2023-01-11T16:04:39.472Z] #64 DONE 69.6s
16:04:39 [2023-01-11T16:04:39.472Z] 
16:04:39 [2023-01-11T16:04:39.472Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:04:39 [2023-01-11T16:04:39.472Z] #77 11.40 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
16:04:39 [2023-01-11T16:04:39.472Z] #77 13.16 Cloning into '/tmp/crun-build/libocispec/yajl'...
16:04:39 [2023-01-11T16:04:39.472Z] #77 14.49 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
16:04:39 [2023-01-11T16:04:39.472Z] #77 14.97 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
16:04:39 [2023-01-11T16:04:39.472Z] #77 15.34 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
16:04:40 [2023-01-11T16:04:40.413Z] #77 ...
16:04:40 [2023-01-11T16:04:40.413Z] 
16:04:40 [2023-01-11T16:04:40.413Z] #67 [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...)
16:04:40 [2023-01-11T16:04:40.413Z] #67 64.95 github.com/spf13/cobra
16:04:41 [2023-01-11T16:04:41.354Z] #67 ...
16:04:41 [2023-01-11T16:04:41.354Z] 
16:04:41 [2023-01-11T16:04:41.354Z] #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
16:04:41 [2023-01-11T16:04:41.354Z] #0 1.548 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
16:04:41 [2023-01-11T16:04:41.354Z] #0 1.549 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
16:04:41 [2023-01-11T16:04:41.354Z] #0 1.549 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
16:04:41 [2023-01-11T16:04:41.354Z] #0 3.896 Reading package lists...
16:04:41 [2023-01-11T16:04:41.354Z] #0 7.768 + apt-get  install -y --no-install-recommends gcc libc6-dev
16:04:42 [2023-01-11T16:04:42.294Z] #0 7.821 Reading package lists...
16:04:43 [2023-01-11T16:04:43.125Z] #78 11.27 Building dependency tree...
16:04:43 [2023-01-11T16:04:43.125Z] #78 ...
16:04:43 [2023-01-11T16:04:43.125Z] 
16:04:43 [2023-01-11T16:04:43.125Z] #67 [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...)
16:04:43 [2023-01-11T16:04:43.125Z] #67 67.63 log/syslog
16:04:44 [2023-01-11T16:04:44.069Z] #67 68.37 github.com/yvasiyarov/go-metrics
16:04:45 [2023-01-11T16:04:45.981Z] #67 ...
16:04:45 [2023-01-11T16:04:45.981Z] 
16:04:45 [2023-01-11T16:04:45.981Z] #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
16:04:45 [2023-01-11T16:04:45.981Z] #78 11.27 Building dependency tree...
16:04:45 [2023-01-11T16:04:45.981Z] #78 12.24 Reading state information...
16:04:45 [2023-01-11T16:04:45.981Z] #78 14.15 gcc is already the newest version (4:10.2.1-1).
16:04:45 [2023-01-11T16:04:45.981Z] #78 14.15 libc6-dev is already the newest version (2.31-13+deb11u5).
16:04:45 [2023-01-11T16:04:45.981Z] #78 14.15 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
16:04:45 [2023-01-11T16:04:45.981Z] #78 DONE 14.3s
16:04:45 [2023-01-11T16:04:45.981Z] 
16:04:45 [2023-01-11T16:04:45.981Z] #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...)
16:04:46 [2023-01-11T16:04:46.924Z] #79 1.207 -- The C compiler identification is GNU 10.2.1
16:04:46 [2023-01-11T16:04:46.924Z] #79 1.288 -- Detecting C compiler ABI info
16:04:47 [2023-01-11T16:04:47.494Z] #79 1.940 -- Detecting C compiler ABI info - done
16:04:47 [2023-01-11T16:04:47.494Z] #79 2.032 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
16:04:47 [2023-01-11T16:04:47.754Z] #79 2.058 -- Detecting C compile features
16:04:47 [2023-01-11T16:04:47.754Z] #79 2.059 -- Detecting C compile features - done
16:04:47 [2023-01-11T16:04:47.754Z] #79 2.131 -- Performing Test HAS_BUILTIN_FORTIFY
16:04:48 [2023-01-11T16:04:48.015Z] #79 2.351 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:04:48 [2023-01-11T16:04:48.015Z] #79 2.422 -- Configuring done
16:04:48 [2023-01-11T16:04:48.015Z] #79 2.452 -- Generating done
16:04:48 [2023-01-11T16:04:48.275Z] #79 2.458 -- Build files have been written to: /go/src/github.com/krallin/tini
16:04:48 [2023-01-11T16:04:48.276Z] #79 ...
16:04:48 [2023-01-11T16:04:48.276Z] 
16:04:48 [2023-01-11T16:04:48.276Z] #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...)
16:04:48 [2023-01-11T16:04:48.276Z] #0 7.742 + bin/ctr
16:04:48 [2023-01-11T16:04:48.276Z] #0 7.742 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0-beta.1 -X github.com/containerd/containerd/version.Revision=7db53e0e8cde84641634a2fa083b1f2b1b51e46a -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/ctr
16:04:48 [2023-01-11T16:04:48.536Z] #80 ...
16:04:48 [2023-01-11T16:04:48.536Z] 
16:04:48 [2023-01-11T16:04:48.536Z] #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...)
16:04:48 [2023-01-11T16:04:48.536Z] #79 2.832 Scanning dependencies of target tini-static
16:04:48 [2023-01-11T16:04:48.536Z] #79 2.933 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:04:49 [2023-01-11T16:04:49.918Z] #79 4.184 [100%] Linking C executable tini-static
16:04:50 [2023-01-11T16:04:50.178Z] #79 4.582 [100%] Built target tini-static
16:04:50 [2023-01-11T16:04:50.440Z] #79 DONE 5.0s
16:04:50 [2023-01-11T16:04:50.440Z] 
16:04:50 [2023-01-11T16:04:50.440Z] #67 [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...)
16:04:50 [2023-01-11T16:04:50.440Z] #67 74.83 golang.org/x/crypto/blowfish
16:04:51 [2023-01-11T16:04:51.380Z] #67 75.93 golang.org/x/crypto/bcrypt
16:04:51 [2023-01-11T16:04:51.641Z] #67 76.08 github.com/docker/distribution/registry/storage/driver/gcs
16:04:51 [2023-01-11T16:04:51.641Z] #67 76.17 os/user
16:04:51 [2023-01-11T16:04:51.901Z] #67 76.45 net/http/httptrace
16:04:52 [2023-01-11T16:04:52.472Z] #67 76.83 net/http
16:04:52 [2023-01-11T16:04:52.472Z] #67 76.98 github.com/docker/libtrust
16:04:56 [2023-01-11T16:04:56.672Z] #67 80.94 net/smtp
16:04:57 [2023-01-11T16:04:57.242Z] #67 81.74 github.com/docker/distribution/registry/storage/driver/oss
16:04:57 [2023-01-11T16:04:57.242Z] #67 81.82 github.com/mitchellh/mapstructure
16:05:03 [2023-01-11T16:05:03.840Z] #67 ...
16:05:03 [2023-01-11T16:05:03.840Z] 
16:05:03 [2023-01-11T16:05:03.840Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:05:03 [2023-01-11T16:05:03.840Z] #77 29.73 aclocal: warning: couldn't open directory 'm4': No such file or directory
16:05:03 [2023-01-11T16:05:03.840Z] #77 38.86 libtoolize: putting auxiliary files in '.'.
16:05:03 [2023-01-11T16:05:03.840Z] #77 38.86 libtoolize: copying file './ltmain.sh'
16:05:03 [2023-01-11T16:05:03.840Z] #77 39.69 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
16:05:03 [2023-01-11T16:05:03.840Z] #77 39.69 libtoolize: and rerunning libtoolize and aclocal.
16:05:03 [2023-01-11T16:05:03.840Z] #77 39.69 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:05:11 [2023-01-11T16:05:11.970Z] #77 ...
16:05:11 [2023-01-11T16:05:11.970Z] 
16:05:11 [2023-01-11T16:05:11.970Z] #67 [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...)
16:05:11 [2023-01-11T16:05:11.970Z] #67 95.45 github.com/docker/distribution/configuration
16:05:11 [2023-01-11T16:05:11.970Z] #67 95.46 github.com/bugsnag/bugsnag-go
16:05:12 [2023-01-11T16:05:12.231Z] #67 96.68 github.com/gorilla/context
16:05:12 [2023-01-11T16:05:12.491Z] #67 97.06 github.com/docker/distribution/registry/api/errcode
16:05:12 [2023-01-11T16:05:12.491Z] #67 97.12 github.com/gorilla/mux
16:05:13 [2023-01-11T16:05:13.464Z] #67 97.83 expvar
16:05:14 [2023-01-11T16:05:14.433Z] #67 98.65 github.com/docker/distribution/registry/client/transport
16:05:14 [2023-01-11T16:05:14.433Z] #67 98.86 github.com/docker/distribution/context
16:05:14 [2023-01-11T16:05:14.693Z] #67 99.21 github.com/docker/distribution/registry/api/v2
16:05:16 [2023-01-11T16:05:16.072Z] #67 100.6 github.com/docker/distribution/health
16:05:16 [2023-01-11T16:05:16.072Z] #67 100.6 github.com/docker/distribution
16:05:17 [2023-01-11T16:05:17.013Z] #67 101.5 github.com/docker/distribution/health/checks
16:05:17 [2023-01-11T16:05:17.013Z] #67 101.5 github.com/docker/distribution/manifest/manifestlist
16:05:17 [2023-01-11T16:05:17.273Z] #67 101.7 github.com/docker/distribution/manifest/schema1
16:05:17 [2023-01-11T16:05:17.534Z] #67 102.0 github.com/docker/distribution/manifest/schema2
16:05:18 [2023-01-11T16:05:18.104Z] #67 102.4 github.com/docker/distribution/notifications
16:05:18 [2023-01-11T16:05:18.104Z] #67 102.6 github.com/docker/distribution/registry/auth
16:05:18 [2023-01-11T16:05:18.676Z] #67 103.1 github.com/docker/distribution/registry/middleware/registry
16:05:18 [2023-01-11T16:05:18.676Z] #67 103.4 github.com/docker/distribution/registry/middleware/repository
16:05:19 [2023-01-11T16:05:19.246Z] #67 103.7 github.com/docker/distribution/registry/storage/cache
16:05:19 [2023-01-11T16:05:19.507Z] #67 104.0 github.com/docker/distribution/registry/storage/cache/memory
16:05:20 [2023-01-11T16:05:20.077Z] #67 104.5 github.com/docker/distribution/registry/client
16:05:20 [2023-01-11T16:05:20.338Z] #67 104.8 github.com/docker/distribution/registry/storage/driver
16:05:20 [2023-01-11T16:05:20.909Z] #67 105.5 github.com/docker/distribution/registry/proxy/scheduler
16:05:21 [2023-01-11T16:05:21.169Z] #67 ...
16:05:21 [2023-01-11T16:05:21.169Z] 
16:05:21 [2023-01-11T16:05:21.169Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:05:21 [2023-01-11T16:05:21.169Z] #77 47.70 configure.ac:7: installing './compile'
16:05:21 [2023-01-11T16:05:21.169Z] #77 47.70 configure.ac:11: installing './config.guess'
16:05:21 [2023-01-11T16:05:21.169Z] #77 47.72 configure.ac:11: installing './config.sub'
16:05:21 [2023-01-11T16:05:21.169Z] #77 47.73 configure.ac:8: installing './install-sh'
16:05:21 [2023-01-11T16:05:21.169Z] #77 47.75 configure.ac:8: installing './missing'
16:05:21 [2023-01-11T16:05:21.169Z] #77 47.89 Makefile.am: installing './depcomp'
16:05:21 [2023-01-11T16:05:21.169Z] #77 49.18 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:05:21 [2023-01-11T16:05:21.169Z] #77 49.18 libtoolize: copying file 'build-aux/ltmain.sh'
16:05:21 [2023-01-11T16:05:21.169Z] #77 49.34 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:05:21 [2023-01-11T16:05:21.169Z] #77 49.34 libtoolize: copying file 'm4/libtool.m4'
16:05:21 [2023-01-11T16:05:21.169Z] #77 49.45 libtoolize: copying file 'm4/ltoptions.m4'
16:05:21 [2023-01-11T16:05:21.169Z] #77 49.61 libtoolize: copying file 'm4/ltsugar.m4'
16:05:21 [2023-01-11T16:05:21.169Z] #77 49.74 libtoolize: copying file 'm4/ltversion.m4'
16:05:21 [2023-01-11T16:05:21.169Z] #77 49.86 libtoolize: copying file 'm4/lt~obsolete.m4'
16:05:21 [2023-01-11T16:05:21.169Z] #77 49.94 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:05:21 [2023-01-11T16:05:21.739Z] #77 ...
16:05:21 [2023-01-11T16:05:21.740Z] 
16:05:21 [2023-01-11T16:05:21.740Z] #67 [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...)
16:05:21 [2023-01-11T16:05:21.740Z] #67 106.1 github.com/docker/distribution/registry/storage
16:05:21 [2023-01-11T16:05:21.740Z] #67 106.3 github.com/docker/distribution/registry/client/auth
16:05:22 [2023-01-11T16:05:22.681Z] #67 107.2 github.com/docker/distribution/registry/storage/cache/redis
16:05:23 [2023-01-11T16:05:23.252Z] #67 107.7 github.com/docker/distribution/registry/storage/driver/factory
16:05:23 [2023-01-11T16:05:23.512Z] #67 108.0 github.com/docker/distribution/registry/storage/driver/middleware
16:05:23 [2023-01-11T16:05:23.773Z] #67 108.2 github.com/gorilla/handlers
16:05:25 [2023-01-11T16:05:25.157Z] #67 109.4 github.com/yvasiyarov/newrelic_platform_go
16:05:25 [2023-01-11T16:05:25.728Z] #67 110.2 github.com/yvasiyarov/gorelic
16:05:25 [2023-01-11T16:05:25.728Z] #67 110.3 github.com/docker/distribution/registry/proxy
16:05:27 [2023-01-11T16:05:27.112Z] #67 111.5 github.com/docker/distribution/registry/handlers
16:05:27 [2023-01-11T16:05:27.112Z] #67 111.6 github.com/docker/distribution/registry/auth/htpasswd
16:05:27 [2023-01-11T16:05:27.684Z] #67 112.1 github.com/docker/distribution/registry/auth/silly
16:05:28 [2023-01-11T16:05:28.255Z] #67 112.6 github.com/docker/distribution/registry/auth/token
16:05:29 [2023-01-11T16:05:29.201Z] #67 113.8 github.com/Azure/azure-sdk-for-go/storage
16:05:29 [2023-01-11T16:05:29.462Z] #67 ...
16:05:29 [2023-01-11T16:05:29.462Z] 
16:05:29 [2023-01-11T16:05:29.462Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:05:29 [2023-01-11T16:05:29.462Z] #77 60.99 configure.ac:7: installing 'build-aux/compile'
16:05:29 [2023-01-11T16:05:29.462Z] #77 61.02 configure.ac:9: installing 'build-aux/config.guess'
16:05:29 [2023-01-11T16:05:29.462Z] #77 61.02 configure.ac:9: installing 'build-aux/config.sub'
16:05:29 [2023-01-11T16:05:29.462Z] #77 61.03 configure.ac:11: installing 'build-aux/install-sh'
16:05:29 [2023-01-11T16:05:29.462Z] #77 61.06 configure.ac:11: installing 'build-aux/missing'
16:05:29 [2023-01-11T16:05:29.462Z] #77 61.27 Makefile.am: installing 'build-aux/depcomp'
16:05:29 [2023-01-11T16:05:29.462Z] #77 61.37 parallel-tests: installing 'build-aux/test-driver'
16:05:29 [2023-01-11T16:05:29.462Z] #77 63.68 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:05:29 [2023-01-11T16:05:29.462Z] #77 63.69 libtoolize: copying file 'build-aux/ltmain.sh'
16:05:29 [2023-01-11T16:05:29.462Z] #77 64.40 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:05:29 [2023-01-11T16:05:29.462Z] #77 64.40 libtoolize: copying file 'm4/libtool.m4'
16:05:29 [2023-01-11T16:05:29.462Z] #77 64.54 libtoolize: copying file 'm4/ltoptions.m4'
16:05:29 [2023-01-11T16:05:29.462Z] #77 64.67 libtoolize: copying file 'm4/ltsugar.m4'
16:05:29 [2023-01-11T16:05:29.462Z] #77 64.79 libtoolize: copying file 'm4/ltversion.m4'
16:05:29 [2023-01-11T16:05:29.462Z] #77 64.95 libtoolize: copying file 'm4/lt~obsolete.m4'
16:05:33 [2023-01-11T16:05:33.667Z] #77 ...
16:05:33 [2023-01-11T16:05:33.667Z] 
16:05:33 [2023-01-11T16:05:33.667Z] #67 [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...)
16:05:33 [2023-01-11T16:05:33.667Z] #67 117.6 github.com/docker/distribution/registry
16:05:33 [2023-01-11T16:05:33.667Z] #67 117.7 github.com/docker/distribution/registry/storage/driver/base
16:05:33 [2023-01-11T16:05:33.926Z] #67 118.4 github.com/docker/distribution/registry/storage/driver/azure
16:05:34 [2023-01-11T16:05:34.381Z] #67 118.8 github.com/docker/distribution/registry/storage/driver/filesystem
16:05:34 [2023-01-11T16:05:34.951Z] #67 119.4 github.com/docker/distribution/registry/storage/driver/inmemory
16:05:35 [2023-01-11T16:05:35.890Z] #67 120.5 github.com/AdRoll/goamz/aws
16:05:36 [2023-01-11T16:05:36.154Z] #67 120.6 net/http/httputil
16:05:38 [2023-01-11T16:05:38.697Z] #67 123.0 github.com/ncw/swift
16:05:38 [2023-01-11T16:05:38.697Z] #67 123.0 github.com/AdRoll/goamz/cloudfront
16:05:38 [2023-01-11T16:05:38.958Z] #67 123.5 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront
16:05:39 [2023-01-11T16:05:39.528Z] #67 124.0 github.com/AdRoll/goamz/s3
16:05:41 [2023-01-11T16:05:41.439Z] #67 ...
16:05:41 [2023-01-11T16:05:41.439Z] 
16:05:41 [2023-01-11T16:05:41.439Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:05:41 [2023-01-11T16:05:41.439Z] #77 77.64 configure.ac:11: installing 'build-aux/compile'
16:05:41 [2023-01-11T16:05:41.439Z] #77 77.65 configure.ac:11: installing 'build-aux/config.guess'
16:05:41 [2023-01-11T16:05:41.439Z] #77 77.66 configure.ac:11: installing 'build-aux/config.sub'
16:05:41 [2023-01-11T16:05:41.439Z] #77 77.67 configure.ac:13: installing 'build-aux/install-sh'
16:05:41 [2023-01-11T16:05:41.439Z] #77 77.68 configure.ac:13: installing 'build-aux/missing'
16:05:41 [2023-01-11T16:05:41.439Z] #77 77.70 configure.ac:8: installing 'build-aux/tap-driver.sh'
16:05:41 [2023-01-11T16:05:41.439Z] #77 77.89 Makefile.am: installing 'build-aux/depcomp'
16:05:43 [2023-01-11T16:05:43.084Z] #77 79.27 checking build system type... aarch64-unknown-linux-gnu
16:05:43 [2023-01-11T16:05:43.084Z] #77 79.67 checking host system type... aarch64-unknown-linux-gnu
16:05:43 [2023-01-11T16:05:43.084Z] #77 79.67 checking how to print strings... printf
16:05:43 [2023-01-11T16:05:43.084Z] #77 79.68 checking for gcc... gcc
16:05:43 [2023-01-11T16:05:43.655Z] #77 79.77 checking whether the C compiler works... yes
16:05:43 [2023-01-11T16:05:43.655Z] #77 80.02 checking for C compiler default output file name... a.out
16:05:43 [2023-01-11T16:05:43.655Z] #77 80.02 checking for suffix of executables... 
16:05:43 [2023-01-11T16:05:43.916Z] #77 80.26 checking whether we are cross compiling... no
16:05:44 [2023-01-11T16:05:44.176Z] #77 80.50 checking for suffix of object files... o
16:05:44 [2023-01-11T16:05:44.176Z] #77 80.69 checking whether we are using the GNU C compiler... yes
16:05:44 [2023-01-11T16:05:44.437Z] #77 80.79 checking whether gcc accepts -g... yes
16:05:44 [2023-01-11T16:05:44.698Z] #77 81.02 checking for gcc option to accept ISO C89... none needed
16:05:44 [2023-01-11T16:05:44.959Z] #77 81.29 checking whether gcc understands -c and -o together... yes
16:05:45 [2023-01-11T16:05:45.219Z] #77 81.55 checking for a sed that does not truncate output... /bin/sed
16:05:45 [2023-01-11T16:05:45.219Z] #77 81.59 checking for grep that handles long lines and -e... /bin/grep
16:05:45 [2023-01-11T16:05:45.219Z] #77 81.60 checking for egrep... /bin/grep -E
16:05:45 [2023-01-11T16:05:45.219Z] #77 81.60 checking for fgrep... /bin/grep -F
16:05:45 [2023-01-11T16:05:45.219Z] #77 81.63 checking for ld used by gcc... /usr/bin/ld
16:05:45 [2023-01-11T16:05:45.219Z] #77 81.64 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:05:45 [2023-01-11T16:05:45.219Z] #77 81.67 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:05:45 [2023-01-11T16:05:45.219Z] #77 81.68 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:05:45 [2023-01-11T16:05:45.219Z] #77 81.87 checking whether ln -s works... yes
16:05:45 [2023-01-11T16:05:45.219Z] #77 81.88 checking the maximum length of command line arguments... 1572864
16:05:45 [2023-01-11T16:05:45.480Z] #77 81.92 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:05:45 [2023-01-11T16:05:45.480Z] #77 81.93 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:05:45 [2023-01-11T16:05:45.480Z] #77 81.93 checking for /usr/bin/ld option to reload object files... -r
16:05:45 [2023-01-11T16:05:45.480Z] #77 81.93 checking for objdump... objdump
16:05:45 [2023-01-11T16:05:45.480Z] #77 81.93 checking how to recognize dependent libraries... pass_all
16:05:45 [2023-01-11T16:05:45.480Z] #77 81.93 checking for dlltool... no
16:05:45 [2023-01-11T16:05:45.480Z] #77 81.93 checking how to associate runtime and link libraries... printf %s\n
16:05:45 [2023-01-11T16:05:45.480Z] #77 81.96 checking for ar... ar
16:05:45 [2023-01-11T16:05:45.741Z] #77 81.96 checking for archiver @FILE support... @
16:05:45 [2023-01-11T16:05:45.741Z] #77 82.17 checking for strip... strip
16:05:45 [2023-01-11T16:05:45.741Z] #77 82.17 checking for ranlib... ranlib
16:05:45 [2023-01-11T16:05:45.741Z] #77 82.17 checking for gawk... no
16:05:45 [2023-01-11T16:05:45.741Z] #77 82.17 checking for mawk... mawk
16:05:46 [2023-01-11T16:05:46.001Z] #77 82.17 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:05:46 [2023-01-11T16:05:46.261Z] #77 82.64 checking for sysroot... no
16:05:46 [2023-01-11T16:05:46.261Z] #77 82.64 checking for a working dd... /bin/dd
16:05:46 [2023-01-11T16:05:46.261Z] #77 82.67 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:05:46 [2023-01-11T16:05:46.261Z] #77 82.72 checking for mt... no
16:05:46 [2023-01-11T16:05:46.261Z] #77 82.73 checking if : is a manifest tool... no
16:05:46 [2023-01-11T16:05:46.522Z] #77 82.75 checking how to run the C preprocessor... gcc -E
16:05:47 [2023-01-11T16:05:47.091Z] #77 83.02 checking for ANSI C header files... yes
16:05:47 [2023-01-11T16:05:47.352Z] #77 83.67 checking for sys/types.h... yes
16:05:47 [2023-01-11T16:05:47.352Z] #77 83.85 checking for sys/stat.h... yes
16:05:47 [2023-01-11T16:05:47.922Z] #77 84.03 checking for stdlib.h... yes
16:05:47 [2023-01-11T16:05:47.922Z] #77 84.27 checking for string.h... yes
16:05:48 [2023-01-11T16:05:48.182Z] #77 84.49 checking for memory.h... yes
16:05:48 [2023-01-11T16:05:48.442Z] #77 84.72 checking for strings.h... yes
16:05:48 [2023-01-11T16:05:48.702Z] #77 84.91 checking for inttypes.h... yes
16:05:48 [2023-01-11T16:05:48.964Z] #77 85.17 checking for stdint.h... yes
16:05:49 [2023-01-11T16:05:49.224Z] #77 85.45 checking for unistd.h... yes
16:05:49 [2023-01-11T16:05:49.484Z] #77 85.73 checking for dlfcn.h... 
16:05:49 [2023-01-11T16:05:49.484Z] #77 ...
16:05:49 [2023-01-11T16:05:49.484Z] 
16:05:49 [2023-01-11T16:05:49.485Z] #67 [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...)
16:05:49 [2023-01-11T16:05:49.485Z] #67 126.2 github.com/docker/distribution/registry/storage/driver/swift
16:05:49 [2023-01-11T16:05:49.485Z] #67 127.3 github.com/docker/distribution/registry/storage/driver/s3
16:05:49 [2023-01-11T16:05:49.485Z] #67 127.8 net/http/pprof
16:05:49 [2023-01-11T16:05:49.485Z] #67 128.9 github.com/docker/distribution/cmd/registry
16:05:49 [2023-01-11T16:05:49.485Z] #67 133.6 + xx-verify /build/registry-v2
16:05:49 [2023-01-11T16:05:49.485Z] #67 DONE 134.0s
16:05:49 [2023-01-11T16:05:49.485Z] 
16:05:49 [2023-01-11T16:05:49.485Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:05:49 [2023-01-11T16:05:49.485Z] #77 85.73 checking for dlfcn.h... yes
16:05:49 [2023-01-11T16:05:49.485Z] #77 86.08 checking for objdir... .libs
16:05:50 [2023-01-11T16:05:50.425Z] #77 86.93 checking if gcc supports -fno-rtti -fno-exceptions... no
16:05:50 [2023-01-11T16:05:50.685Z] #77 87.02 checking for gcc option to produce PIC... -fPIC -DPIC
16:05:50 [2023-01-11T16:05:50.685Z] #77 87.02 checking if gcc PIC flag -fPIC -DPIC works... yes
16:05:50 [2023-01-11T16:05:50.945Z] #77 87.14 checking if gcc static flag -static works... yes
16:05:51 [2023-01-11T16:05:51.206Z] #77 87.47 checking if gcc supports -c -o file.o... yes
16:05:51 [2023-01-11T16:05:51.206Z] #77 87.67 checking if gcc supports -c -o file.o... (cached) yes
16:05:51 [2023-01-11T16:05:51.206Z] #77 87.68 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:05:51 [2023-01-11T16:05:51.466Z] #77 87.75 checking dynamic linker characteristics... GNU/Linux ld.so
16:05:51 [2023-01-11T16:05:51.466Z] #77 87.99 checking how to hardcode library paths into programs... immediate
16:05:51 [2023-01-11T16:05:51.466Z] #77 87.99 checking whether stripping libraries is possible... yes
16:05:51 [2023-01-11T16:05:51.466Z] #77 88.00 checking if libtool supports shared libraries... yes
16:05:51 [2023-01-11T16:05:51.466Z] #77 88.02 checking whether to build shared libraries... no
16:05:51 [2023-01-11T16:05:51.466Z] #77 88.02 checking whether to build static libraries... yes
16:05:51 [2023-01-11T16:05:51.466Z] #77 88.02 checking for a BSD-compatible install... /usr/bin/install -c
16:05:51 [2023-01-11T16:05:51.466Z] #77 88.07 checking whether build environment is sane... yes
16:05:51 [2023-01-11T16:05:51.726Z] #77 88.16 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:05:51 [2023-01-11T16:05:51.726Z] #77 88.20 checking whether make sets $(MAKE)... yes
16:05:51 [2023-01-11T16:05:51.726Z] #77 88.27 checking whether make supports the include directive... yes (GNU style)
16:05:51 [2023-01-11T16:05:51.726Z] #77 88.32 checking whether make supports nested variables... yes
16:05:51 [2023-01-11T16:05:51.987Z] #77 88.37 checking whether UID '0' is supported by ustar format... yes
16:05:51 [2023-01-11T16:05:51.987Z] #77 88.37 checking whether GID '0' is supported by ustar format... yes
16:05:51 [2023-01-11T16:05:51.987Z] #77 88.38 checking how to create a ustar tar archive... gnutar
16:05:52 [2023-01-11T16:05:52.247Z] #77 88.47 checking dependency style of gcc... gcc3
16:05:52 [2023-01-11T16:05:52.247Z] #77 88.69 checking whether to enable maintainer-specific portions of Makefiles... yes
16:05:52 [2023-01-11T16:05:52.247Z] #77 88.70 checking whether make supports nested variables... (cached) yes
16:05:52 [2023-01-11T16:05:52.247Z] #77 88.70 checking for gawk... (cached) mawk
16:05:52 [2023-01-11T16:05:52.247Z] #77 88.70 checking for a sed that does not truncate output... (cached) /bin/sed
16:05:52 [2023-01-11T16:05:52.247Z] #77 88.71 checking for gcc... (cached) gcc
16:05:52 [2023-01-11T16:05:52.507Z] #77 88.83 checking whether we are using the GNU C compiler... (cached) yes
16:05:52 [2023-01-11T16:05:52.507Z] #77 88.85 checking whether gcc accepts -g... (cached) yes
16:05:52 [2023-01-11T16:05:52.507Z] #77 88.86 checking for gcc option to accept ISO C89... (cached) none needed
16:05:52 [2023-01-11T16:05:52.507Z] #77 88.86 checking whether gcc understands -c and -o together... (cached) yes
16:05:52 [2023-01-11T16:05:52.507Z] #77 88.87 checking for a Python interpreter with version >= 3... python3
16:05:52 [2023-01-11T16:05:52.507Z] #77 88.98 checking for python3... /usr/bin/python3
16:05:52 [2023-01-11T16:05:52.507Z] #77 88.98 checking for python3 version... 3.9
16:05:52 [2023-01-11T16:05:52.507Z] #77 89.03 checking for python3 platform... linux
16:05:52 [2023-01-11T16:05:52.767Z] #77 89.09 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:05:53 [2023-01-11T16:05:53.027Z] #77 89.27 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:05:53 [2023-01-11T16:05:53.027Z] #77 89.44 checking for go-md2man... no
16:05:53 [2023-01-11T16:05:53.027Z] #77 89.46 checking error.h usability... yes
16:05:53 [2023-01-11T16:05:53.287Z] #77 89.66 checking error.h presence... yes
16:05:53 [2023-01-11T16:05:53.287Z] #77 89.72 checking for error.h... yes
16:05:53 [2023-01-11T16:05:53.547Z] #77 89.77 checking linux/openat2.h usability... yes
16:05:53 [2023-01-11T16:05:53.547Z] #77 89.94 checking linux/openat2.h presence... yes
16:05:53 [2023-01-11T16:05:53.547Z] #77 90.02 checking for linux/openat2.h... yes
16:05:53 [2023-01-11T16:05:53.807Z] #77 90.08 checking for copy_file_range... yes
16:05:54 [2023-01-11T16:05:54.067Z] #77 90.34 checking for fgetxattr... yes
16:05:54 [2023-01-11T16:05:54.328Z] #77 90.63 checking for statx... yes
16:05:54 [2023-01-11T16:05:54.899Z] #77 90.94 checking for fgetpwent_r... yes
16:05:55 [2023-01-11T16:05:55.159Z] #77 91.25 checking for issetugid... no
16:05:55 [2023-01-11T16:05:55.159Z] #77 91.50 checking for pkg-config... /usr/bin/pkg-config
16:05:55 [2023-01-11T16:05:55.159Z] #77 91.51 checking pkg-config is at least version 0.9.0... yes
16:05:55 [2023-01-11T16:05:55.420Z] #77 91.53 checking for library containing yajl_tree_get... -lyajl
16:05:55 [2023-01-11T16:05:55.420Z] #77 91.99 checking for yajl >= 2.0.0... yes
16:05:55 [2023-01-11T16:05:55.680Z] #77 92.01 checking sys/capability.h usability... 
16:05:55 [2023-01-11T16:05:55.680Z] #77 ...
16:05:55 [2023-01-11T16:05:55.680Z] 
16:05:55 [2023-01-11T16:05:55.680Z] #75 [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...)
16:05:55 [2023-01-11T16:05:55.680Z] #75 DONE 98.2s
16:05:55 [2023-01-11T16:05:55.680Z] 
16:05:55 [2023-01-11T16:05:55.680Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:05:55 [2023-01-11T16:05:55.680Z] #77 92.01 checking sys/capability.h usability... yes
16:05:55 [2023-01-11T16:05:55.680Z] #77 92.18 checking sys/capability.h presence... 
16:05:55 [2023-01-11T16:05:55.680Z] #77 ...
16:05:55 [2023-01-11T16:05:55.680Z] 
16:05:55 [2023-01-11T16:05:55.680Z] #81 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
16:05:55 [2023-01-11T16:05:55.680Z] #81 DONE 0.1s
16:05:55 [2023-01-11T16:05:55.680Z] 
16:05:55 [2023-01-11T16:05:55.680Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:05:55 [2023-01-11T16:05:55.680Z] #77 92.18 checking sys/capability.h presence... yes
16:05:55 [2023-01-11T16:05:55.680Z] #77 92.20 checking for sys/capability.h... yes
16:05:55 [2023-01-11T16:05:55.941Z] #77 92.20 checking for library containing cap_from_name... 
16:05:55 [2023-01-11T16:05:55.941Z] #77 ...
16:05:55 [2023-01-11T16:05:55.941Z] 
16:05:55 [2023-01-11T16:05:55.941Z] #82 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
16:05:55 [2023-01-11T16:05:55.941Z] #82 DONE 0.1s
16:05:55 [2023-01-11T16:05:55.941Z] 
16:05:55 [2023-01-11T16:05:55.941Z] #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...)
16:05:56 [2023-01-11T16:05:56.511Z] #70 ...
16:05:56 [2023-01-11T16:05:56.511Z] 
16:05:56 [2023-01-11T16:05:56.511Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:05:56 [2023-01-11T16:05:56.511Z] #77 92.20 checking for library containing cap_from_name... -lcap
16:05:57 [2023-01-11T16:05:57.081Z] #77 93.02 checking for library containing dlopen... -ldl
16:05:57 [2023-01-11T16:05:57.081Z] #77 93.45 checking seccomp.h usability... yes
16:05:57 [2023-01-11T16:05:57.081Z] #77 93.70 checking seccomp.h presence... yes
16:05:57 [2023-01-11T16:05:57.340Z] #77 93.79 checking for seccomp.h... yes
16:05:57 [2023-01-11T16:05:57.969Z] #77 93.80 checking for library containing seccomp_rule_add... -lseccomp
16:05:57 [2023-01-11T16:05:57.969Z] #77 94.28 checking for library containing seccomp_arch_resolve_name... none required
16:05:58 [2023-01-11T16:05:58.228Z] #77 94.46 checking systemd/sd-bus.h usability... yes
16:05:58 [2023-01-11T16:05:58.229Z] #77 94.70 checking systemd/sd-bus.h presence... yes
16:05:58 [2023-01-11T16:05:58.488Z] #77 94.82 checking for systemd/sd-bus.h... yes
16:05:58 [2023-01-11T16:05:58.751Z] #77 94.82 checking for library containing sd_bus_match_signal_async... -lsystemd
16:05:59 [2023-01-11T16:05:59.022Z] #77 95.34 checking for sd_notify_barrier... yes
16:05:59 [2023-01-11T16:05:59.287Z] 
16:05:59 [2023-01-11T16:05:59.287Z] #77 ...
16:05:59 [2023-01-11T16:05:59.287Z] 
16:05:59 [2023-01-11T16:05:59.287Z] #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...)
16:05:59 [2023-01-11T16:05:59.287Z] #70 DONE 129.7s
16:05:59 [2023-01-11T16:05:59.287Z] 
16:05:59 [2023-01-11T16:05:59.287Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:05:59 [2023-01-11T16:05:59.287Z] #77 95.70 checking linux/bpf.h usability... yes
16:05:59 [2023-01-11T16:05:59.546Z] #77 95.90 checking linux/bpf.h presence... yes
16:05:59 [2023-01-11T16:05:59.547Z] #77 96.01 checking for linux/bpf.h... yes
16:05:59 [2023-01-11T16:05:59.807Z] #77 96.01 checking compilation for eBPF... yes
16:05:59 [2023-01-11T16:05:59.807Z] #77 96.28 checking for criu >= 3.15... no
16:05:59 [2023-01-11T16:05:59.807Z] #77 96.37 configure: CRIU headers not found, building without CRIU support
16:05:59 [2023-01-11T16:05:59.807Z] #77 96.37 checking for criu > 3.16... no
16:05:59 [2023-01-11T16:05:59.807Z] #77 96.51 configure: CRIU version doesn't support join-ns API
16:06:00 [2023-01-11T16:06:00.066Z] #77 96.51 checking for criu > 3.16.1... no
16:06:00 [2023-01-11T16:06:00.066Z] #77 96.64 configure: CRIU version doesn't support for pre-dumping
16:06:00 [2023-01-11T16:06:00.326Z] #77 96.64 checking for new mount API (fsconfig)... yes
16:06:00 [2023-01-11T16:06:00.326Z] #77 96.83 checking for seccomp notify API... yes
16:06:00 [2023-01-11T16:06:00.586Z] #77 96.94 checking for gperf... no
16:06:00 [2023-01-11T16:06:00.586Z] #77 96.95 configure: gperf not found - cannot rebuild signal parser code
16:06:00 [2023-01-11T16:06:00.586Z] #77 96.95 checking for library containing argp_parse... none required
16:06:00 [2023-01-11T16:06:00.846Z] #77 97.30 checking that generated files are newer than configure... done
16:06:00 [2023-01-11T16:06:00.846Z] #77 97.30 configure: creating ./config.status
16:06:04 [2023-01-11T16:06:04.144Z] #77 100.1 config.status: creating Makefile
16:06:04 [2023-01-11T16:06:04.144Z] #77 100.2 config.status: creating rpm/crun.spec
16:06:04 [2023-01-11T16:06:04.144Z] #77 100.3 config.status: creating config.h
16:06:04 [2023-01-11T16:06:04.144Z] #77 100.4 config.status: executing libtool commands
16:06:04 [2023-01-11T16:06:04.144Z] #77 100.4 config.status: executing depfiles commands
16:06:05 [2023-01-11T16:06:05.085Z] #77 101.6 === configuring in libocispec (/tmp/crun-build/libocispec)
16:06:05 [2023-01-11T16:06:05.085Z] #77 101.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:06:05 [2023-01-11T16:06:05.606Z] #77 102.0 checking for gcc... gcc
16:06:05 [2023-01-11T16:06:05.606Z] #77 102.1 checking whether the C compiler works... yes
16:06:05 [2023-01-11T16:06:05.867Z] #77 102.3 checking for C compiler default output file name... a.out
16:06:06 [2023-01-11T16:06:06.127Z] #77 102.3 checking for suffix of executables... 
16:06:06 [2023-01-11T16:06:06.127Z] #77 102.5 checking whether we are cross compiling... no
16:06:06 [2023-01-11T16:06:06.388Z] #77 102.7 checking for suffix of object files... o
16:06:06 [2023-01-11T16:06:06.388Z] #77 102.8 checking whether we are using the GNU C compiler... yes
16:06:06 [2023-01-11T16:06:06.388Z] #77 102.9 checking whether gcc accepts -g... yes
16:06:06 [2023-01-11T16:06:06.649Z] #77 102.9 checking for gcc option to accept ISO C89... 
16:06:06 [2023-01-11T16:06:06.649Z] #77 ...
16:06:06 [2023-01-11T16:06:06.649Z] 
16:06:06 [2023-01-11T16:06:06.649Z] #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...)
16:06:06 [2023-01-11T16:06:06.649Z] #71 DONE 129.3s
16:06:06 [2023-01-11T16:06:06.649Z] 
16:06:06 [2023-01-11T16:06:06.649Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:06:06 [2023-01-11T16:06:06.649Z] #77 102.9 checking for gcc option to accept ISO C89... none needed
16:06:06 [2023-01-11T16:06:06.649Z] #77 103.1 checking whether gcc understands -c and -o together... yes
16:06:06 [2023-01-11T16:06:06.649Z] #77 103.3 checking how to run the C preprocessor... gcc -E
16:06:06 [2023-01-11T16:06:06.909Z] #77 103.5 checking for grep that handles long lines and -e... /bin/grep
16:06:06 [2023-01-11T16:06:06.909Z] #77 103.5 checking for egrep... /bin/grep -E
16:06:07 [2023-01-11T16:06:07.485Z] #77 103.5 checking for ANSI C header files... yes
16:06:07 [2023-01-11T16:06:07.745Z] #77 104.2 checking for sys/types.h... yes
16:06:08 [2023-01-11T16:06:08.006Z] #77 104.3 checking for sys/stat.h... yes
16:06:08 [2023-01-11T16:06:08.006Z] #77 104.5 checking for stdlib.h... yes
16:06:08 [2023-01-11T16:06:08.006Z] #77 104.6 checking for string.h... yes
16:06:08 [2023-01-11T16:06:08.266Z] #77 104.7 checking for memory.h... yes
16:06:08 [2023-01-11T16:06:08.267Z] #77 104.8 checking for strings.h... yes
16:06:08 [2023-01-11T16:06:08.527Z] #77 105.0 checking for inttypes.h... yes
16:06:08 [2023-01-11T16:06:08.787Z] #77 105.1 checking for stdint.h... yes
16:06:09 [2023-01-11T16:06:09.047Z] #77 105.3 checking for unistd.h... yes
16:06:09 [2023-01-11T16:06:09.047Z] #77 105.4 checking minix/config.h usability... no
16:06:09 [2023-01-11T16:06:09.047Z] #77 105.6 checking minix/config.h presence... no
16:06:09 [2023-01-11T16:06:09.047Z] #77 105.6 checking for minix/config.h... no
16:06:09 [2023-01-11T16:06:09.047Z] #77 105.6 checking whether it is safe to define __EXTENSIONS__... yes
16:06:09 [2023-01-11T16:06:09.568Z] #77 105.8 checking build system type... aarch64-unknown-linux-gnu
16:06:09 [2023-01-11T16:06:09.568Z] #77 106.0 checking host system type... aarch64-unknown-linux-gnu
16:06:09 [2023-01-11T16:06:09.568Z] #77 106.0 checking how to print strings... printf
16:06:09 [2023-01-11T16:06:09.568Z] #77 106.0 checking for a sed that does not truncate output... /bin/sed
16:06:09 [2023-01-11T16:06:09.568Z] #77 106.1 checking for fgrep... /bin/grep -F
16:06:09 [2023-01-11T16:06:09.568Z] #77 106.1 checking for ld used by gcc... /usr/bin/ld
16:06:09 [2023-01-11T16:06:09.568Z] #77 106.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:06:09 [2023-01-11T16:06:09.568Z] #77 106.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:06:09 [2023-01-11T16:06:09.568Z] #77 106.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:06:09 [2023-01-11T16:06:09.568Z] #77 106.2 checking whether ln -s works... yes
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.2 checking the maximum length of command line arguments... 1572864
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.2 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.3 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.3 checking for /usr/bin/ld option to reload object files... -r
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.3 checking for objdump... objdump
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.3 checking how to recognize dependent libraries... pass_all
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.3 checking for dlltool... no
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.3 checking how to associate runtime and link libraries... printf %s\n
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.3 checking for ar... ar
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.3 checking for archiver @FILE support... @
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.4 checking for strip... strip
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.4 checking for ranlib... ranlib
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.4 checking for gawk... no
16:06:09 [2023-01-11T16:06:09.828Z] #77 106.4 checking for mawk... mawk
16:06:10 [2023-01-11T16:06:10.399Z] #77 106.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:06:10 [2023-01-11T16:06:10.399Z] #77 106.7 checking for sysroot... no
16:06:10 [2023-01-11T16:06:10.399Z] #77 106.7 checking for a working dd... /bin/dd
16:06:10 [2023-01-11T16:06:10.399Z] #77 106.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:06:10 [2023-01-11T16:06:10.399Z] #77 106.7 checking for mt... no
16:06:10 [2023-01-11T16:06:10.399Z] #77 106.7 checking if : is a manifest tool... no
16:06:10 [2023-01-11T16:06:10.399Z] #77 106.7 checking for dlfcn.h... yes
16:06:10 [2023-01-11T16:06:10.399Z] #77 106.9 checking for objdir... .libs
16:06:10 [2023-01-11T16:06:10.920Z] #77 107.2 checking if gcc supports -fno-rtti -fno-exceptions... no
16:06:10 [2023-01-11T16:06:10.920Z] #77 107.3 checking for gcc option to produce PIC... -fPIC -DPIC
16:06:10 [2023-01-11T16:06:10.920Z] #77 107.3 checking if gcc PIC flag -fPIC -DPIC works... yes
16:06:11 [2023-01-11T16:06:11.180Z] #77 107.4 checking if gcc static flag -static works... yes
16:06:11 [2023-01-11T16:06:11.180Z] #77 107.7 checking if gcc supports -c -o file.o... yes
16:06:11 [2023-01-11T16:06:11.440Z] #77 107.8 checking if gcc supports -c -o file.o... (cached) yes
16:06:11 [2023-01-11T16:06:11.440Z] #77 107.8 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:06:11 [2023-01-11T16:06:11.701Z] #77 107.9 checking dynamic linker characteristics... GNU/Linux ld.so
16:06:11 [2023-01-11T16:06:11.701Z] #77 108.2 checking how to hardcode library paths into programs... immediate
16:06:11 [2023-01-11T16:06:11.701Z] #77 108.2 checking whether stripping libraries is possible... yes
16:06:11 [2023-01-11T16:06:11.701Z] #77 108.2 checking if libtool supports shared libraries... yes
16:06:11 [2023-01-11T16:06:11.701Z] #77 108.2 checking whether to build shared libraries... no
16:06:11 [2023-01-11T16:06:11.701Z] #77 108.2 checking whether to build static libraries... yes
16:06:11 [2023-01-11T16:06:11.701Z] #77 108.2 checking for a BSD-compatible install... /usr/bin/install -c
16:06:11 [2023-01-11T16:06:11.701Z] #77 108.3 checking whether build environment is sane... yes
16:06:11 [2023-01-11T16:06:11.701Z] #77 108.3 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:06:11 [2023-01-11T16:06:11.701Z] #77 108.3 checking whether make sets $(MAKE)... yes
16:06:11 [2023-01-11T16:06:11.961Z] #77 108.4 checking whether make supports the include directive... yes (GNU style)
16:06:11 [2023-01-11T16:06:11.961Z] #77 108.4 checking whether make supports nested variables... yes
16:06:11 [2023-01-11T16:06:11.961Z] #77 108.4 checking whether UID '0' is supported by ustar format... yes
16:06:11 [2023-01-11T16:06:11.961Z] #77 108.4 checking whether GID '0' is supported by ustar format... yes
16:06:11 [2023-01-11T16:06:11.961Z] #77 108.4 checking how to create a ustar tar archive... gnutar
16:06:11 [2023-01-11T16:06:11.961Z] #77 108.5 checking dependency style of gcc... gcc3
16:06:12 [2023-01-11T16:06:12.222Z] #77 108.7 checking whether to enable maintainer-specific portions of Makefiles... yes
16:06:12 [2023-01-11T16:06:12.222Z] #77 108.7 checking whether make supports nested variables... (cached) yes
16:06:12 [2023-01-11T16:06:12.222Z] #77 108.7 checking for pkg-config... /usr/bin/pkg-config
16:06:12 [2023-01-11T16:06:12.222Z] #77 108.7 checking pkg-config is at least version 0.9.0... yes
16:06:12 [2023-01-11T16:06:12.222Z] #77 108.7 checking for yajl >= 2.1.0... yes
16:06:12 [2023-01-11T16:06:12.222Z] #77 108.7 checking for a sed that does not truncate output... (cached) /bin/sed
16:06:12 [2023-01-11T16:06:12.222Z] #77 108.7 checking for gcc... (cached) gcc
16:06:12 [2023-01-11T16:06:12.483Z] #77 108.8 checking whether we are using the GNU C compiler... (cached) yes
16:06:12 [2023-01-11T16:06:12.483Z] #77 108.8 checking whether gcc accepts -g... (cached) yes
16:06:12 [2023-01-11T16:06:12.483Z] #77 108.8 checking for gcc option to accept ISO C89... (cached) none needed
16:06:12 [2023-01-11T16:06:12.483Z] #77 108.8 checking whether gcc understands -c and -o together... (cached) yes
16:06:12 [2023-01-11T16:06:12.483Z] #77 108.8 checking for a Python interpreter with version >= 3... python3
16:06:12 [2023-01-11T16:06:12.483Z] #77 108.9 checking for python3... /usr/bin/python3
16:06:12 [2023-01-11T16:06:12.483Z] #77 108.9 checking for python3 version... 3.9
16:06:12 [2023-01-11T16:06:12.483Z] #77 108.9 checking for python3 platform... linux
16:06:12 [2023-01-11T16:06:12.744Z] #77 109.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:06:12 [2023-01-11T16:06:12.744Z] #77 109.1 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:06:12 [2023-01-11T16:06:12.744Z] #77 109.3 checking that generated files are newer than configure... done
16:06:12 [2023-01-11T16:06:12.744Z] #77 109.3 configure: creating ./config.status
16:06:14 [2023-01-11T16:06:14.656Z] #77 111.2 config.status: creating Makefile
16:06:14 [2023-01-11T16:06:14.656Z] #77 111.3 config.status: creating config.h
16:06:14 [2023-01-11T16:06:14.656Z] #77 111.3 config.status: executing libtool commands
16:06:14 [2023-01-11T16:06:14.916Z] #77 111.3 config.status: executing depfiles commands
16:06:15 [2023-01-11T16:06:15.487Z] #77 112.0 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
16:06:15 [2023-01-11T16:06:15.487Z] #77 112.0 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:06:16 [2023-01-11T16:06:16.008Z] #77 112.3 checking for gcc... gcc
16:06:16 [2023-01-11T16:06:16.008Z] #77 112.4 checking whether the C compiler works... yes
16:06:16 [2023-01-11T16:06:16.008Z] #77 112.5 checking for C compiler default output file name... a.out
16:06:16 [2023-01-11T16:06:16.008Z] #77 112.5 checking for suffix of executables... 
16:06:16 [2023-01-11T16:06:16.268Z] #77 112.6 checking whether we are cross compiling... no
16:06:16 [2023-01-11T16:06:16.528Z] #77 112.9 checking for suffix of object files... o
16:06:16 [2023-01-11T16:06:16.528Z] #77 113.0 checking whether we are using the GNU C compiler... yes
16:06:16 [2023-01-11T16:06:16.528Z] #77 113.1 checking whether gcc accepts -g... yes
16:06:16 [2023-01-11T16:06:16.788Z] #77 113.2 checking for gcc option to accept ISO C89... none needed
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.3 checking whether gcc understands -c and -o together... yes
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.5 checking for a BSD-compatible install... /usr/bin/install -c
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.5 checking whether build environment is sane... yes
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.6 checking for gawk... no
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.6 checking for mawk... mawk
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.6 checking whether make sets $(MAKE)... yes
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.6 checking whether make supports the include directive... yes (GNU style)
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.6 checking whether make supports nested variables... yes
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.7 checking whether UID '0' is supported by ustar format... yes
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.7 checking whether GID '0' is supported by ustar format... yes
16:06:17 [2023-01-11T16:06:17.047Z] #77 113.7 checking how to create a ustar tar archive... gnutar
16:06:17 [2023-01-11T16:06:17.307Z] #77 113.7 checking dependency style of gcc... gcc3
16:06:17 [2023-01-11T16:06:17.307Z] #77 113.8 checking whether to enable maintainer-specific portions of Makefiles... yes
16:06:17 [2023-01-11T16:06:17.307Z] #77 113.9 checking whether make supports nested variables... (cached) yes
16:06:17 [2023-01-11T16:06:17.568Z] #77 113.9 checking build system type... aarch64-unknown-linux-gnu
16:06:17 [2023-01-11T16:06:17.568Z] #77 114.2 checking host system type... aarch64-unknown-linux-gnu
16:06:17 [2023-01-11T16:06:17.568Z] #77 114.2 checking how to print strings... printf
16:06:17 [2023-01-11T16:06:17.568Z] #77 114.2 checking for a sed that does not truncate output... /bin/sed
16:06:17 [2023-01-11T16:06:17.568Z] #77 114.2 checking for grep that handles long lines and -e... /bin/grep
16:06:17 [2023-01-11T16:06:17.568Z] #77 114.2 checking for egrep... /bin/grep -E
16:06:17 [2023-01-11T16:06:17.828Z] #77 114.2 checking for fgrep... /bin/grep -F
16:06:17 [2023-01-11T16:06:17.828Z] #77 114.3 checking for ld used by gcc... /usr/bin/ld
16:06:17 [2023-01-11T16:06:17.828Z] #77 114.3 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:06:17 [2023-01-11T16:06:17.828Z] #77 114.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:06:17 [2023-01-11T16:06:17.828Z] #77 114.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking whether ln -s works... yes
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking the maximum length of command line arguments... 1572864
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking for /usr/bin/ld option to reload object files... -r
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking for objdump... objdump
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking how to recognize dependent libraries... pass_all
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking for dlltool... no
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking how to associate runtime and link libraries... printf %s\n
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking for ar... ar
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.4 checking for archiver @FILE support... @
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.6 checking for strip... strip
16:06:18 [2023-01-11T16:06:18.088Z] #77 114.6 checking for ranlib... ranlib
16:06:18 [2023-01-11T16:06:18.348Z] #77 114.6 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:06:18 [2023-01-11T16:06:18.608Z] #77 115.0 checking for sysroot... no
16:06:18 [2023-01-11T16:06:18.608Z] #77 115.0 checking for a working dd... /bin/dd
16:06:18 [2023-01-11T16:06:18.608Z] #77 115.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:06:18 [2023-01-11T16:06:18.608Z] #77 115.0 checking for mt... no
16:06:18 [2023-01-11T16:06:18.608Z] #77 115.0 checking if : is a manifest tool... no
16:06:18 [2023-01-11T16:06:18.608Z] #77 115.1 checking how to run the C preprocessor... gcc -E
16:06:19 [2023-01-11T16:06:19.128Z] #77 115.3 checking for ANSI C header files... yes
16:06:19 [2023-01-11T16:06:19.388Z] #77 115.6 checking for sys/types.h... yes
16:06:19 [2023-01-11T16:06:19.388Z] #77 115.8 checking for sys/stat.h... yes
16:06:19 [2023-01-11T16:06:19.648Z] #77 116.0 checking for stdlib.h... yes
16:06:19 [2023-01-11T16:06:19.909Z] #77 116.2 checking for string.h... yes
16:06:19 [2023-01-11T16:06:19.909Z] #77 116.4 checking for memory.h... yes
16:06:20 [2023-01-11T16:06:20.170Z] #77 116.5 checking for strings.h... yes
16:06:20 [2023-01-11T16:06:20.430Z] #77 116.7 checking for inttypes.h... yes
16:06:20 [2023-01-11T16:06:20.430Z] #77 116.8 checking for stdint.h... yes
16:06:20 [2023-01-11T16:06:20.690Z] #77 116.9 checking for unistd.h... yes
16:06:20 [2023-01-11T16:06:20.690Z] #77 117.1 checking for dlfcn.h... yes
16:06:20 [2023-01-11T16:06:20.690Z] #77 117.2 checking for objdir... .libs
16:06:20 [2023-01-11T16:06:20.950Z] #77 117.5 checking if gcc supports -fno-rtti -fno-exceptions... no
16:06:20 [2023-01-11T16:06:20.950Z] #77 117.5 checking for gcc option to produce PIC... -fPIC -DPIC
16:06:20 [2023-01-11T16:06:20.950Z] #77 117.5 checking if gcc PIC flag -fPIC -DPIC works... yes
16:06:21 [2023-01-11T16:06:21.210Z] #77 117.6 checking if gcc static flag -static works... yes
16:06:21 [2023-01-11T16:06:21.210Z] #77 117.8 checking if gcc supports -c -o file.o... yes
16:06:21 [2023-01-11T16:06:21.210Z] #77 117.9 checking if gcc supports -c -o file.o... (cached) yes
16:06:21 [2023-01-11T16:06:21.470Z] #77 117.9 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:06:21 [2023-01-11T16:06:21.730Z] #77 117.9 checking dynamic linker characteristics... GNU/Linux ld.so
16:06:21 [2023-01-11T16:06:21.730Z] #77 118.2 checking how to hardcode library paths into programs... immediate
16:06:21 [2023-01-11T16:06:21.730Z] #77 118.2 checking whether stripping libraries is possible... yes
16:06:21 [2023-01-11T16:06:21.730Z] #77 118.2 checking if libtool supports shared libraries... yes
16:06:21 [2023-01-11T16:06:21.730Z] #77 118.2 checking whether to build shared libraries... no
16:06:21 [2023-01-11T16:06:21.730Z] #77 118.2 checking whether to build static libraries... yes
16:06:21 [2023-01-11T16:06:21.990Z] #77 118.2 checking float.h usability... yes
16:06:21 [2023-01-11T16:06:21.990Z] #77 118.4 checking float.h presence... yes
16:06:21 [2023-01-11T16:06:21.990Z] #77 118.4 checking for float.h... yes
16:06:22 [2023-01-11T16:06:22.250Z] #77 118.4 checking limits.h usability... yes
16:06:22 [2023-01-11T16:06:22.250Z] #77 118.6 checking limits.h presence... yes
16:06:22 [2023-01-11T16:06:22.250Z] #77 118.6 checking for limits.h... yes
16:06:22 [2023-01-11T16:06:22.250Z] #77 118.7 checking stddef.h usability... yes
16:06:22 [2023-01-11T16:06:22.250Z] #77 118.8 checking stddef.h presence... yes
16:06:22 [2023-01-11T16:06:22.510Z] #77 118.9 checking for stddef.h... yes
16:06:22 [2023-01-11T16:06:22.510Z] #77 118.9 checking for stdlib.h... (cached) yes
16:06:22 [2023-01-11T16:06:22.510Z] #77 118.9 checking for string.h... (cached) yes
16:06:22 [2023-01-11T16:06:22.510Z] #77 119.0 checking sys/time.h usability... yes
16:06:22 [2023-01-11T16:06:22.510Z] #77 119.1 checking sys/time.h presence... yes
16:06:22 [2023-01-11T16:06:22.770Z] #77 119.1 checking for sys/time.h... yes
16:06:22 [2023-01-11T16:06:22.770Z] #77 119.1 checking for inline... inline
16:06:23 [2023-01-11T16:06:23.031Z] #77 119.2 checking for size_t... yes
16:06:23 [2023-01-11T16:06:23.031Z] #77 119.5 checking for stdlib.h... (cached) yes
16:06:23 [2023-01-11T16:06:23.031Z] #77 119.5 checking for GNU libc compatible malloc... yes
16:06:23 [2023-01-11T16:06:23.293Z] #77 119.7 checking for stdlib.h... (cached) yes
16:06:23 [2023-01-11T16:06:23.293Z] #77 119.7 checking for GNU libc compatible realloc... yes
16:06:23 [2023-01-11T16:06:23.554Z] #77 119.9 checking for working strtod... yes
16:06:23 [2023-01-11T16:06:23.554Z] #77 120.1 checking for gettimeofday... yes
16:06:24 [2023-01-11T16:06:24.144Z] #77 120.3 checking for memset... yes
16:06:24 [2023-01-11T16:06:24.406Z] #77 120.5 checking for strspn... yes
16:06:24 [2023-01-11T16:06:24.406Z] #77 120.9 checking that generated files are newer than configure... done
16:06:24 [2023-01-11T16:06:24.406Z] #77 120.9 configure: creating ./config.status
16:06:26 [2023-01-11T16:06:26.948Z] #77 123.1 config.status: creating Makefile
16:06:26 [2023-01-11T16:06:26.948Z] #77 123.1 config.status: creating config.h
16:06:26 [2023-01-11T16:06:26.948Z] #77 123.2 config.status: executing depfiles commands
16:06:26 [2023-01-11T16:06:26.948Z] #77 123.3 config.status: executing libtool commands
16:06:27 [2023-01-11T16:06:27.595Z] #77 124.2   GEN      .version
16:06:27 [2023-01-11T16:06:27.595Z] #77 124.2 make  install-recursive
16:06:27 [2023-01-11T16:06:27.595Z] #77 124.2 make[1]: Entering directory '/tmp/crun-build'
16:06:27 [2023-01-11T16:06:27.595Z] #77 124.3 Making install in libocispec
16:06:27 [2023-01-11T16:06:27.861Z] #77 124.3 make[2]: Entering directory '/tmp/crun-build/libocispec'
16:06:27 [2023-01-11T16:06:27.861Z] #77 124.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
16:06:27 [2023-01-11T16:06:27.861Z] #77 124.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
16:06:27 [2023-01-11T16:06:27.861Z] #77 124.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
16:06:27 [2023-01-11T16:06:27.861Z] #77 124.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
16:06:28 [2023-01-11T16:06:28.432Z] #77 124.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 124.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 124.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 124.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 124.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 124.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 124.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 124.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 124.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 125.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 125.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 125.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 125.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 125.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 125.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
16:06:28 [2023-01-11T16:06:28.432Z] #77 125.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.7 make  install-recursive
16:06:29 [2023-01-11T16:06:29.003Z] #77 125.7 make[3]: Entering directory '/tmp/crun-build/libocispec'
16:06:29 [2023-01-11T16:06:29.263Z] #77 125.8 Making install in yajl
16:06:29 [2023-01-11T16:06:29.263Z] #77 125.8 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:06:29 [2023-01-11T16:06:29.263Z] #77 125.9   CC       verify/json_verify-json_verify.o
16:06:29 [2023-01-11T16:06:29.263Z] #77 125.9   CC       src/libyajl_la-yajl_alloc.lo
16:06:29 [2023-01-11T16:06:29.263Z] #77 125.9   CC       src/libyajl_la-yajl.lo
16:06:29 [2023-01-11T16:06:29.263Z] #77 125.9   CC       src/libyajl_la-yajl_gen.lo
16:06:29 [2023-01-11T16:06:29.263Z] #77 125.9   CC       src/libyajl_la-yajl_parser.lo
16:06:29 [2023-01-11T16:06:29.263Z] #77 125.9   CC       src/libyajl_la-yajl_buf.lo
16:06:29 [2023-01-11T16:06:29.263Z] #77 125.9   CC       src/libyajl_la-yajl_encode.lo
16:06:29 [2023-01-11T16:06:29.263Z] #77 125.9   CC       src/libyajl_la-yajl_lex.lo
16:06:29 [2023-01-11T16:06:29.522Z] #77 126.0   CC       src/libyajl_la-yajl_tree.lo
16:06:33 [2023-01-11T16:06:33.721Z] #77 130.1   CCLD     libyajl.la
16:06:33 [2023-01-11T16:06:33.981Z] #77 130.4   CCLD     verify/json_verify
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.7 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.7 make[5]: Nothing to be done for 'install-exec-am'.
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.7 make[5]: Nothing to be done for 'install-data-am'.
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.7 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.7 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.7 make[4]: Entering directory '/tmp/crun-build/libocispec'
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.8   CC       src/validate.o
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.8   CC       src/image_spec_schema_config_schema.lo
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.8   CC       src/image_spec_schema_content_descriptor.lo
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.9   CC       src/image_spec_schema_defs.lo
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.9   CC       src/image_spec_schema_defs_descriptor.lo
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.9   CC       src/image_spec_schema_image_index_schema.lo
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.9   CC       src/image_spec_schema_image_layout_schema.lo
16:06:34 [2023-01-11T16:06:34.241Z] #77 130.9   CC       src/image_spec_schema_image_manifest_schema.lo
16:06:34 [2023-01-11T16:06:34.502Z] #77 131.0   CC       src/runtime_spec_schema_config_linux.lo
16:06:34 [2023-01-11T16:06:34.502Z] #77 131.0   CC       src/runtime_spec_schema_config_zos.lo
16:06:34 [2023-01-11T16:06:34.502Z] #77 131.0   CC       src/runtime_spec_schema_config_schema.lo
16:06:34 [2023-01-11T16:06:34.502Z] #77 131.0   CC       src/runtime_spec_schema_config_solaris.lo
16:06:34 [2023-01-11T16:06:34.502Z] #77 131.1   CC       src/runtime_spec_schema_config_vm.lo
16:06:34 [2023-01-11T16:06:34.502Z] #77 131.1   CC       src/runtime_spec_schema_config_windows.lo
16:06:34 [2023-01-11T16:06:34.502Z] #77 131.2   CC       src/runtime_spec_schema_defs.lo
16:06:34 [2023-01-11T16:06:34.762Z] #77 131.2   CC       src/runtime_spec_schema_defs_linux.lo
16:06:34 [2023-01-11T16:06:34.762Z] #77 131.3   CC       src/runtime_spec_schema_defs_zos.lo
16:06:34 [2023-01-11T16:06:34.762Z] #77 131.3   CC       src/runtime_spec_schema_defs_vm.lo
16:06:34 [2023-01-11T16:06:34.762Z] #77 131.4   CC       src/runtime_spec_schema_defs_windows.lo
16:06:34 [2023-01-11T16:06:34.762Z] #77 131.4   CC       src/runtime_spec_schema_state_schema.lo
16:06:35 [2023-01-11T16:06:35.023Z] #77 131.5   CC       src/image_manifest_items_image_manifest_items_schema.lo
16:06:35 [2023-01-11T16:06:35.023Z] #77 131.6   CC       src/basic_test_double_array_item.lo
16:06:35 [2023-01-11T16:06:35.282Z] #77 131.8   CC       src/basic_test_double_array.lo
16:06:35 [2023-01-11T16:06:35.282Z] #77 131.9   CC       src/basic_test_top_array_int.lo
16:06:35 [2023-01-11T16:06:35.566Z] #77 132.0   CC       src/basic_test_top_array_string.lo
16:06:35 [2023-01-11T16:06:35.566Z] #77 132.1   CC       src/basic_test_top_double_array_int.lo
16:06:35 [2023-01-11T16:06:35.829Z] #77 132.4   CC       src/basic_test_top_double_array_refobj.lo
16:06:35 [2023-01-11T16:06:35.829Z] #77 132.4   CC       src/basic_test_top_double_array_obj.lo
16:06:35 [2023-01-11T16:06:35.829Z] #77 132.5   CC       src/basic_test_top_double_array_string.lo
16:06:36 [2023-01-11T16:06:36.091Z] #77 132.6   CC       src/read-file.lo
16:06:36 [2023-01-11T16:06:36.091Z] #77 132.8   CC       src/json_common.lo
16:06:36 [2023-01-11T16:06:36.360Z] #77 132.9   CC       tests/test-1.o
16:06:36 [2023-01-11T16:06:36.360Z] #77 132.9   CC       tests/test-2.o
16:06:36 [2023-01-11T16:06:36.360Z] #77 132.9   CC       tests/test-3.o
16:06:36 [2023-01-11T16:06:36.360Z] #77 133.0   CC       tests/test-4.o
16:06:36 [2023-01-11T16:06:36.638Z] #77 133.1   CC       tests/test-5.o
16:06:36 [2023-01-11T16:06:36.907Z] #77 133.3   CC       tests/test-6.o
16:06:36 [2023-01-11T16:06:36.907Z] #77 133.4   CC       tests/test-7.o
16:06:37 [2023-01-11T16:06:37.167Z] #77 133.6   CC       tests/test-8.o
16:06:37 [2023-01-11T16:06:37.167Z] #77 133.7   CC       tests/test-9.o
16:06:37 [2023-01-11T16:06:37.167Z] #77 133.8   CC       tests/test-10.o
16:06:37 [2023-01-11T16:06:37.738Z] #77 134.3   CC       tests/test-11.o
16:07:09 [2023-01-11T16:07:09.844Z] #77 163.5   CCLD     libocispec.la
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.0   CCLD     src/validate
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.0   CCLD     tests/test-1
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.0   CCLD     tests/test-2
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.0   CCLD     tests/test-3
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.0   CCLD     tests/test-4
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.0   CCLD     tests/test-5
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.1   CCLD     tests/test-6
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.2   CCLD     tests/test-7
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.3   CCLD     tests/test-8
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.4   CCLD     tests/test-9
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.4   CCLD     tests/test-10
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.5 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
16:07:09 [2023-01-11T16:07:09.844Z] #77 164.5   CCLD     tests/test-11
16:07:09 [2023-01-11T16:07:09.844Z] #77 166.2 libtool: link: ar cr libocispec.a 
16:07:09 [2023-01-11T16:07:09.844Z] #77 166.4 libtool: link: ranlib libocispec.a
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.6 make[5]: Entering directory '/tmp/crun-build/libocispec'
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.7 make[5]: Nothing to be done for 'install-exec-am'.
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.7 make[5]: Nothing to be done for 'install-data-am'.
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.7 make[5]: Leaving directory '/tmp/crun-build/libocispec'
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.7 make[4]: Leaving directory '/tmp/crun-build/libocispec'
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.7 make[3]: Leaving directory '/tmp/crun-build/libocispec'
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.7 make[2]: Leaving directory '/tmp/crun-build/libocispec'
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.7 make[2]: Entering directory '/tmp/crun-build'
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.9   CC       src/libcrun/libcrun_testing_a-utils.o
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.9   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.9   CC       src/libcrun/libcrun_testing_a-container.o
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.9   CC       src/libcrun/libcrun_testing_a-cgroup.o
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.9   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
16:07:11 [2023-01-11T16:07:11.248Z] #77 167.9   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
16:07:11 [2023-01-11T16:07:11.509Z] #77 167.9   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
16:07:11 [2023-01-11T16:07:11.509Z] #77 168.0   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
16:07:11 [2023-01-11T16:07:11.509Z] #77 168.0   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
16:07:11 [2023-01-11T16:07:11.509Z] #77 168.0   CC       src/libcrun/libcrun_testing_a-criu.o
16:07:11 [2023-01-11T16:07:11.509Z] #77 168.1   CC       src/libcrun/libcrun_testing_a-custom-handler.o
16:07:11 [2023-01-11T16:07:11.774Z] #77 168.2   CC       src/libcrun/libcrun_testing_a-linux.o
16:07:11 [2023-01-11T16:07:11.774Z] #77 168.2   CC       src/libcrun/libcrun_testing_a-seccomp.o
16:07:11 [2023-01-11T16:07:11.774Z] #77 168.3   CC       src/libcrun/libcrun_testing_a-ebpf.o
16:07:11 [2023-01-11T16:07:11.774Z] #77 168.3   CC       src/libcrun/libcrun_testing_a-error.o
16:07:11 [2023-01-11T16:07:11.774Z] #77 168.3   CC       src/libcrun/libcrun_testing_a-status.o
16:07:11 [2023-01-11T16:07:11.774Z] #77 168.3   CC       src/libcrun/libcrun_testing_a-terminal.o
16:07:11 [2023-01-11T16:07:11.774Z] #77 168.4   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
16:07:12 [2023-01-11T16:07:12.035Z] #77 168.5   CC       src/libcrun/libcrun_testing_a-signals.o
16:07:12 [2023-01-11T16:07:12.035Z] #77 168.5   CC       src/libcrun/libcrun_testing_a-mount_flags.o
16:07:12 [2023-01-11T16:07:12.035Z] #77 168.6   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
16:07:12 [2023-01-11T16:07:12.035Z] #77 168.7   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
16:07:12 [2023-01-11T16:07:12.295Z] #77 168.9   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
16:07:12 [2023-01-11T16:07:12.563Z] #77 169.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
16:07:12 [2023-01-11T16:07:12.563Z] #77 169.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
16:07:12 [2023-01-11T16:07:12.563Z] #77 169.1   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
16:07:12 [2023-01-11T16:07:12.824Z] #77 169.4   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
16:07:13 [2023-01-11T16:07:13.394Z] #77 169.7   CC       src/crun-crun.o
16:07:13 [2023-01-11T16:07:13.394Z] #77 169.8   CC       src/crun-run.o
16:07:13 [2023-01-11T16:07:13.394Z] #77 169.9   CC       src/crun-delete.o
16:07:13 [2023-01-11T16:07:13.394Z] #77 170.1   CC       src/crun-kill.o
16:07:13 [2023-01-11T16:07:13.654Z] #77 170.2   CC       src/crun-pause.o
16:07:13 [2023-01-11T16:07:13.654Z] #77 170.3   CC       src/crun-unpause.o
16:07:13 [2023-01-11T16:07:13.915Z] #77 170.4   CC       src/crun-spec.o
16:07:13 [2023-01-11T16:07:13.915Z] #77 170.5   CC       src/crun-exec.o
16:07:13 [2023-01-11T16:07:13.915Z] #77 170.6   CC       src/crun-list.o
16:07:14 [2023-01-11T16:07:14.175Z] #77 170.6   CC       src/crun-create.o
16:07:14 [2023-01-11T16:07:14.175Z] #77 170.7   CC       src/crun-start.o
16:07:14 [2023-01-11T16:07:14.746Z] #77 171.0   CC       src/crun-state.o
16:07:14 [2023-01-11T16:07:14.746Z] #77 171.1   CC       src/crun-update.o
16:07:14 [2023-01-11T16:07:14.746Z] #77 171.3   CC       src/crun-ps.o
16:07:14 [2023-01-11T16:07:14.746Z] #77 171.3   CC       src/crun-checkpoint.o
16:07:15 [2023-01-11T16:07:15.007Z] #77 171.4   CC       src/crun-restore.o
16:07:15 [2023-01-11T16:07:15.007Z] #77 171.5   CC       src/libcrun/libcrun_la-utils.lo
16:07:15 [2023-01-11T16:07:15.007Z] #77 171.7   CC       src/libcrun/libcrun_la-cloned_binary.lo
16:07:15 [2023-01-11T16:07:15.267Z] #77 ...
16:07:15 [2023-01-11T16:07:15.267Z] 
16:07:15 [2023-01-11T16:07:15.267Z] #76 [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...)
16:07:15 [2023-01-11T16:07:15.267Z] #76 DONE 173.0s
16:07:15 [2023-01-11T16:07:15.527Z] 
16:07:15 [2023-01-11T16:07:15.527Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:07:15 [2023-01-11T16:07:15.527Z] #77 172.1   CC       src/libcrun/libcrun_la-container.lo
16:07:15 [2023-01-11T16:07:15.787Z] #77 172.3   CC       src/libcrun/libcrun_la-cgroup.lo
16:07:15 [2023-01-11T16:07:15.787Z] #77 172.5   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
16:07:16 [2023-01-11T16:07:16.358Z] #77 172.7   CC       src/libcrun/libcrun_la-cgroup-resources.lo
16:07:16 [2023-01-11T16:07:16.358Z] #77 ...
16:07:16 [2023-01-11T16:07:16.358Z] 
16:07:16 [2023-01-11T16:07:16.358Z] #83 [dev-systemd-false  1/20] COPY --from=dockercli     /build/ /usr/local/cli
16:07:16 [2023-01-11T16:07:16.358Z] #83 DONE 0.3s
16:07:16 [2023-01-11T16:07:16.358Z] 
16:07:16 [2023-01-11T16:07:16.358Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:07:16 [2023-01-11T16:07:16.358Z] #77 172.8   CC       src/libcrun/libcrun_la-cgroup-setup.lo
16:07:16 [2023-01-11T16:07:16.358Z] #77 173.0   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
16:07:16 [2023-01-11T16:07:16.618Z] #77 ...
16:07:16 [2023-01-11T16:07:16.618Z] 
16:07:16 [2023-01-11T16:07:16.618Z] #84 [dev-systemd-false  2/20] COPY --from=frozen-images /build/ /docker-frozen-images
16:07:16 [2023-01-11T16:07:16.618Z] #84 DONE 0.3s
16:07:16 [2023-01-11T16:07:16.618Z] 
16:07:16 [2023-01-11T16:07:16.618Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:07:16 [2023-01-11T16:07:16.618Z] #77 173.2   CC       src/libcrun/libcrun_la-cgroup-utils.lo
16:07:16 [2023-01-11T16:07:16.877Z] #77 173.4   CC       src/libcrun/libcrun_la-criu.lo
16:07:17 [2023-01-11T16:07:17.142Z] #77 173.5   CC       src/libcrun/libcrun_la-custom-handler.lo
16:07:17 [2023-01-11T16:07:17.142Z] #77 173.6   CC       src/libcrun/libcrun_la-linux.lo
16:07:17 [2023-01-11T16:07:17.402Z] #77 ...
16:07:17 [2023-01-11T16:07:17.402Z] 
16:07:17 [2023-01-11T16:07:17.402Z] #85 [dev-systemd-false  3/20] COPY --from=swagger       /build/ /usr/local/bin/
16:07:17 [2023-01-11T16:07:17.402Z] #85 DONE 0.5s
16:07:17 [2023-01-11T16:07:17.402Z] 
16:07:17 [2023-01-11T16:07:17.402Z] #86 [dev-systemd-false  4/20] COPY --from=delve         /build/ /usr/local/bin/
16:07:17 [2023-01-11T16:07:17.402Z] #86 DONE 0.1s
16:07:17 [2023-01-11T16:07:17.402Z] 
16:07:17 [2023-01-11T16:07:17.402Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:07:17 [2023-01-11T16:07:17.402Z] #77 173.8   CC       src/libcrun/libcrun_la-seccomp.lo
16:07:17 [2023-01-11T16:07:17.402Z] #77 ...
16:07:17 [2023-01-11T16:07:17.402Z] 
16:07:17 [2023-01-11T16:07:17.402Z] #87 [dev-systemd-false  5/20] COPY --from=tomll         /build/ /usr/local/bin/
16:07:17 [2023-01-11T16:07:17.402Z] #87 DONE 0.1s
16:07:17 [2023-01-11T16:07:17.402Z] 
16:07:17 [2023-01-11T16:07:17.402Z] #88 [dev-systemd-false  6/20] COPY --from=gowinres      /build/ /usr/local/bin/
16:07:17 [2023-01-11T16:07:17.402Z] #88 DONE 0.1s
16:07:17 [2023-01-11T16:07:17.402Z] 
16:07:17 [2023-01-11T16:07:17.402Z] #89 [dev-systemd-false  7/20] COPY --from=tini          /build/ /usr/local/bin/
16:07:17 [2023-01-11T16:07:17.402Z] #89 DONE 0.1s
16:07:17 [2023-01-11T16:07:17.402Z] 
16:07:17 [2023-01-11T16:07:17.402Z] #74 [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...)
16:07:17 [2023-01-11T16:07:17.662Z] #74 ...
16:07:17 [2023-01-11T16:07:17.662Z] 
16:07:17 [2023-01-11T16:07:17.662Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:07:17 [2023-01-11T16:07:17.662Z] #77 174.1   CC       src/libcrun/libcrun_la-ebpf.lo
16:07:17 [2023-01-11T16:07:17.662Z] #77 174.2   CC       src/libcrun/libcrun_la-error.lo
16:07:17 [2023-01-11T16:07:17.929Z] #77 174.4   CC       src/libcrun/libcrun_la-status.lo
16:07:18 [2023-01-11T16:07:18.188Z] #77 ...
16:07:18 [2023-01-11T16:07:18.188Z] 
16:07:18 [2023-01-11T16:07:18.188Z] #90 [dev-systemd-false  8/20] COPY --from=registry      /build/ /usr/local/bin/
16:07:18 [2023-01-11T16:07:18.188Z] #90 DONE 0.5s
16:07:18 [2023-01-11T16:07:18.188Z] 
16:07:18 [2023-01-11T16:07:18.188Z] #91 [dev-systemd-false  9/20] COPY --from=criu          /build/ /usr/local/bin/
16:07:18 [2023-01-11T16:07:18.188Z] #91 DONE 0.1s
16:07:18 [2023-01-11T16:07:18.188Z] 
16:07:18 [2023-01-11T16:07:18.188Z] #92 [dev-systemd-false 10/20] COPY --from=gotestsum     /build/ /usr/local/bin/
16:07:18 [2023-01-11T16:07:18.188Z] #92 DONE 0.1s
16:07:18 [2023-01-11T16:07:18.188Z] 
16:07:18 [2023-01-11T16:07:18.188Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:07:18 [2023-01-11T16:07:18.448Z] #77 174.9   CC       src/libcrun/libcrun_la-chroot_realpath.lo
16:07:18 [2023-01-11T16:07:18.448Z] #77 175.0   CC       src/libcrun/libcrun_la-terminal.lo
16:07:18 [2023-01-11T16:07:18.708Z] #77 175.3   CC       src/libcrun/libcrun_la-signals.lo
16:07:20 [2023-01-11T16:07:20.089Z] #77 176.4   CC       src/libcrun/libcrun_la-seccomp_notify.lo
16:07:20 [2023-01-11T16:07:20.089Z] #77 176.5   CC       src/libcrun/libcrun_la-mount_flags.lo
16:07:20 [2023-01-11T16:07:20.089Z] #77 176.5   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
16:07:20 [2023-01-11T16:07:20.089Z] #77 176.8   CC       src/libcrun/handlers/libcrun_la-krun.lo
16:07:20 [2023-01-11T16:07:20.349Z] #77 176.8   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
16:07:20 [2023-01-11T16:07:20.609Z] #77 177.0   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
16:07:20 [2023-01-11T16:07:20.609Z] #77 177.2   CC       tests/init.o
16:07:20 [2023-01-11T16:07:20.869Z] #77 177.4   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
16:07:27 [2023-01-11T16:07:27.448Z] #77 ...
16:07:27 [2023-01-11T16:07:27.448Z] 
16:07:27 [2023-01-11T16:07:27.448Z] #74 [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...)
16:07:27 [2023-01-11T16:07:27.448Z] #74 DONE 183.6s
16:07:27 [2023-01-11T16:07:27.448Z] 
16:07:27 [2023-01-11T16:07:27.448Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
16:07:34 [2023-01-11T16:07:34.027Z] #77 190.5   CCLD     tests/init
16:07:46 [2023-01-11T16:07:46.257Z] #77 202.4   CCLD     libcrun.la
16:07:46 [2023-01-11T16:07:46.258Z] #77 202.4   AR       libcrun_testing.a
16:07:46 [2023-01-11T16:07:46.258Z] #77 202.4 ar: `u' modifier ignored since `D' is the default (see `U')
16:07:46 [2023-01-11T16:07:46.258Z] #77 202.5   CCLD     tests/tests_libcrun_errors
16:07:46 [2023-01-11T16:07:46.258Z] #77 202.5   CCLD     tests/tests_libcrun_utils
16:07:46 [2023-01-11T16:07:46.258Z] #77 202.5   CCLD     tests/tests_libcrun_fuzzer
16:07:47 [2023-01-11T16:07:47.199Z] #77 203.5   CCLD     crun
16:07:47 [2023-01-11T16:07:47.199Z] #77 203.8 make[3]: Entering directory '/tmp/crun-build'
16:07:47 [2023-01-11T16:07:47.459Z] #77 204.0  /bin/mkdir -p '/usr/local/lib'
16:07:47 [2023-01-11T16:07:47.459Z] #77 204.0  /bin/mkdir -p '/usr/local/share/man/man1'
16:07:47 [2023-01-11T16:07:47.459Z] #77 204.0  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
16:07:47 [2023-01-11T16:07:47.459Z] #77 204.0  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
16:07:47 [2023-01-11T16:07:47.459Z] #77 204.1 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
16:07:47 [2023-01-11T16:07:47.459Z] #77 204.1 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
16:07:47 [2023-01-11T16:07:47.459Z] #77 204.1 libtool: install: chmod 644 /usr/local/lib/libcrun.a
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.1 libtool: install: ranlib /usr/local/lib/libcrun.a
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 ----------------------------------------------------------------------
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 Libraries have been installed in:
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2    /usr/local/lib
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 If you ever happen to want to link against installed libraries
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 in a given directory, LIBDIR, you must either use libtool, and
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 specify the full pathname of the library, or use the '-LLIBDIR'
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 flag during linking and do at least one of the following:
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2      during execution
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2    - add LIBDIR to the 'LD_RUN_PATH' environment variable
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2      during linking
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 See any operating system documentation about shared libraries for
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 more information, such as the ld(1) and ld.so(8) manual pages.
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2 ----------------------------------------------------------------------
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2  /bin/mkdir -p '/build'
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.2   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.3 libtool: install: /usr/bin/install -c crun /build/crun
16:07:47 [2023-01-11T16:07:47.720Z] #77 204.3 make[3]: Leaving directory '/tmp/crun-build'
16:07:47 [2023-01-11T16:07:47.980Z] #77 204.3 make[2]: Leaving directory '/tmp/crun-build'
16:07:47 [2023-01-11T16:07:47.980Z] #77 204.3 make[1]: Leaving directory '/tmp/crun-build'
16:07:48 [2023-01-11T16:07:48.922Z] #77 DONE 205.4s
16:07:48 [2023-01-11T16:07:48.922Z] 
16:07:48 [2023-01-11T16:07:48.922Z] #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...)
16:07:52 [2023-01-11T16:07:52.343Z] #80 193.5 + bin/containerd
16:07:52 [2023-01-11T16:07:52.343Z] #80 193.5 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0-beta.1 -X github.com/containerd/containerd/version.Revision=7db53e0e8cde84641634a2fa083b1f2b1b51e46a -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd
16:07:55 [2023-01-11T16:07:55.657Z] #80 ...
16:07:55 [2023-01-11T16:07:55.657Z] 
16:07:55 [2023-01-11T16:07:55.657Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
16:07:55 [2023-01-11T16:07:55.657Z] #55 264.8 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown)
16:07:55 [2023-01-11T16:07:55.657Z] #55 DONE 265.8s
16:07:55 [2023-01-11T16:07:55.657Z] 
16:07:55 [2023-01-11T16:07:55.657Z] #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...)
16:07:56 [2023-01-11T16:07:56.601Z] #80 ...
16:07:56 [2023-01-11T16:07:56.601Z] 
16:07:56 [2023-01-11T16:07:56.601Z] #93 [dev-systemd-false 11/20] COPY --from=golangci_lint /build/ /usr/local/bin/
16:07:56 [2023-01-11T16:07:56.865Z] #93 DONE 0.6s
16:07:56 [2023-01-11T16:07:56.865Z] 
16:07:56 [2023-01-11T16:07:56.865Z] #94 [dev-systemd-false 12/20] COPY --from=shfmt         /build/ /usr/local/bin/
16:07:56 [2023-01-11T16:07:56.865Z] #94 DONE 0.1s
16:07:56 [2023-01-11T16:07:56.865Z] 
16:07:56 [2023-01-11T16:07:56.865Z] #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...)
16:07:56 [2023-01-11T16:07:56.865Z] #80 ...
16:07:56 [2023-01-11T16:07:56.865Z] 
16:07:56 [2023-01-11T16:07:56.865Z] #95 [dev-systemd-false 13/20] COPY --from=runc          /build/ /usr/local/bin/
16:07:57 [2023-01-11T16:07:57.125Z] #95 DONE 0.2s
16:07:57 [2023-01-11T16:07:57.125Z] 
16:07:57 [2023-01-11T16:07:57.125Z] #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...)
16:08:37 [2023-01-11T16:08:37.132Z] #80 235.1 + bin/containerd-stress
16:08:37 [2023-01-11T16:08:37.132Z] #80 235.1 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0-beta.1 -X github.com/containerd/containerd/version.Revision=7db53e0e8cde84641634a2fa083b1f2b1b51e46a -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd-stress
16:08:37 [2023-01-11T16:08:37.132Z] #80 236.6 + bin/containerd-shim
16:08:37 [2023-01-11T16:08:37.132Z] #80 237.3 + bin/containerd-shim-runc-v1
16:08:37 [2023-01-11T16:08:37.132Z] #80 238.3 + bin/containerd-shim-runc-v2
16:08:37 [2023-01-11T16:08:37.132Z] #80 239.1 + binaries
16:08:39 [2023-01-11T16:08:39.669Z] #80 DONE 241.3s
16:08:40 [2023-01-11T16:08:40.238Z] 
16:08:40 [2023-01-11T16:08:40.238Z] #96 [dev-systemd-false 14/20] COPY --from=containerd    /build/ /usr/local/bin/
16:08:40 [2023-01-11T16:08:40.807Z] #96 DONE 0.7s
16:08:40 [2023-01-11T16:08:40.807Z] 
16:08:40 [2023-01-11T16:08:40.807Z] #97 [dev-systemd-false 15/20] COPY --from=rootlesskit   /build/ /usr/local/bin/
16:08:41 [2023-01-11T16:08:41.067Z] #97 DONE 0.2s
16:08:41 [2023-01-11T16:08:41.067Z] 
16:08:41 [2023-01-11T16:08:41.067Z] #98 [dev-systemd-false 16/20] COPY --from=vpnkit        /       /usr/local/bin/
16:08:41 [2023-01-11T16:08:41.669Z] #98 DONE 0.5s
16:08:41 [2023-01-11T16:08:41.669Z] 
16:08:41 [2023-01-11T16:08:41.669Z] #99 [dev-systemd-false 17/20] COPY --from=containerutil /build/ /usr/local/bin/
16:08:41 [2023-01-11T16:08:41.669Z] #99 DONE 0.0s
16:08:41 [2023-01-11T16:08:41.669Z] 
16:08:41 [2023-01-11T16:08:41.669Z] #100 [dev-systemd-false 18/20] COPY --from=crun          /build/ /usr/local/bin/
16:08:41 [2023-01-11T16:08:41.669Z] #100 DONE 0.1s
16:08:41 [2023-01-11T16:08:41.929Z] 
16:08:41 [2023-01-11T16:08:41.929Z] #101 [dev-systemd-false 19/20] COPY hack/dockerfile/etc/docker/  /etc/docker/
16:08:41 [2023-01-11T16:08:41.929Z] #101 DONE 0.0s
16:08:41 [2023-01-11T16:08:41.929Z] 
16:08:41 [2023-01-11T16:08:41.929Z] #102 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
16:08:41 [2023-01-11T16:08:41.929Z] #102 DONE 0.0s
16:08:41 [2023-01-11T16:08:41.929Z] 
16:08:41 [2023-01-11T16:08:41.929Z] #103 [dev-base  1/10] RUN groupadd -r docker
16:08:42 [2023-01-11T16:08:42.189Z] #103 DONE 0.4s
16:08:42 [2023-01-11T16:08:42.189Z] 
16:08:42 [2023-01-11T16:08:42.189Z] #104 [dev-base  2/10] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
16:08:42 [2023-01-11T16:08:42.758Z] #104 DONE 0.5s
16:08:42 [2023-01-11T16:08:42.758Z] 
16:08:42 [2023-01-11T16:08:42.758Z] #105 [dev-base  3/10] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:08:43 [2023-01-11T16:08:43.018Z] #105 0.415 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:08:43 [2023-01-11T16:08:43.278Z] #105 DONE 0.4s
16:08:43 [2023-01-11T16:08:43.278Z] 
16:08:43 [2023-01-11T16:08:43.278Z] #106 [dev-base  4/10] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:08:43 [2023-01-11T16:08:43.847Z] #106 DONE 0.5s
16:08:43 [2023-01-11T16:08:43.847Z] 
16:08:43 [2023-01-11T16:08:43.847Z] #107 [dev-base  5/10] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:08:44 [2023-01-11T16:08:44.195Z] #107 DONE 0.5s
16:08:44 [2023-01-11T16:08:44.195Z] 
16:08:44 [2023-01-11T16:08:44.195Z] #108 [dev-base  6/10] RUN ldconfig
16:08:44 [2023-01-11T16:08:44.459Z] #108 DONE 0.5s
16:08:44 [2023-01-11T16:08:44.719Z] 
16:08:44 [2023-01-11T16:08:44.719Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:08:45 [2023-01-11T16:08:45.657Z] #109 0.838 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:08:45 [2023-01-11T16:08:45.657Z] #109 0.852 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
16:08:45 [2023-01-11T16:08:45.657Z] #109 0.948 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:08:45 [2023-01-11T16:08:45.657Z] #109 0.990 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
16:08:45 [2023-01-11T16:08:45.657Z] #109 1.124 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [207 kB]
16:08:45 [2023-01-11T16:08:45.916Z] #109 1.250 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
16:08:46 [2023-01-11T16:08:46.485Z] #109 1.955 Fetched 8499 kB in 1s (5690 kB/s)
16:08:47 [2023-01-11T16:08:47.055Z] #109 1.955 Reading package lists...
16:08:47 [2023-01-11T16:08:47.625Z] #109 2.511 Reading package lists...
16:08:47 [2023-01-11T16:08:47.885Z] #109 3.046 Building dependency tree...
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.434 The following additional packages will be installed:
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.435   dmsetup libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcryptsetup12
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.435   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.435   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnetfilter-conntrack3
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.436   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.436   python3-distutils python3-lib2to3 python3-pkg-resources systemd vim-runtime
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.436   xxd
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.438 Suggested packages:
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.438   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.438   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.438   ctags vim-doc vim-scripts xfsdump acl attr quota
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.438 Recommended packages:
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.438   libatm1 nftables libpam-cap build-essential python3-dev dbus
16:08:48 [2023-01-11T16:08:48.148Z] #109 3.438   systemd-timesyncd | time-daemon unzip
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.800 The following NEW packages will be installed:
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.800   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.800   libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.801   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.801   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.801   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.801   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.802   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.802   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.802   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:08:48 [2023-01-11T16:08:48.408Z] #109 3.802   xz-utils zip zstd
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.081 0 upgraded, 59 newly installed, 0 to remove and 1 not upgraded.
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.081 Need to get 32.1 MB of archives.
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.081 After this operation, 124 MB of additional disk space will be used.
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.081 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.087 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.087 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.089 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.090 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.092 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.093 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.096 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.097 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.097 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4153 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.124 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
16:08:48 [2023-01-11T16:08:48.668Z] #109 4.124 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.124 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.125 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.126 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.126 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.126 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.131 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.132 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.133 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.134 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.135 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.136 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.139 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.141 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.141 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.150 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.151 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.152 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.155 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.156 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.160 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.161 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.162 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.163 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.226 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.234 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.235 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.235 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.236 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.236 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.237 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.238 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.239 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.259 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.260 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.261 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.262 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.276 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.277 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.278 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.284 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u1 [161 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.287 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.289 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
16:08:48 [2023-01-11T16:08:48.928Z] #109 4.290 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
16:08:49 [2023-01-11T16:08:49.187Z] #109 4.403 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
16:08:49 [2023-01-11T16:08:49.188Z] #109 4.418 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
16:08:49 [2023-01-11T16:08:49.188Z] #109 4.441 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
16:08:49 [2023-01-11T16:08:49.188Z] #109 4.442 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
16:08:49 [2023-01-11T16:08:49.188Z] #109 4.594 debconf: delaying package configuration, since apt-utils is not installed
16:08:49 [2023-01-11T16:08:49.188Z] #109 4.641 Fetched 32.1 MB in 1s (50.7 MB/s)
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.676 Selecting previously unselected package libapparmor1:arm64.
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.676 (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.)
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.688 Preparing to unpack .../00-libapparmor1_2.13.6-10_arm64.deb ...
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.699 Unpacking libapparmor1:arm64 (2.13.6-10) ...
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.752 Selecting previously unselected package libcap2:arm64.
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.754 Preparing to unpack .../01-libcap2_1%3a2.44-1_arm64.deb ...
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.759 Unpacking libcap2:arm64 (1:2.44-1) ...
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.804 Selecting previously unselected package libargon2-1:arm64.
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.806 Preparing to unpack .../02-libargon2-1_0~20171227-0.2_arm64.deb ...
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.811 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.854 Selecting previously unselected package dmsetup.
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.854 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.858 Unpacking dmsetup (2:1.02.175-2.1) ...
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.906 Selecting previously unselected package libdevmapper1.02.1:arm64.
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.908 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.913 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:08:49 [2023-01-11T16:08:49.447Z] #109 4.966 Selecting previously unselected package libjson-c5:arm64.
16:08:49 [2023-01-11T16:08:49.707Z] #109 4.968 Preparing to unpack .../05-libjson-c5_0.15-2_arm64.deb ...
16:08:49 [2023-01-11T16:08:49.707Z] #109 4.973 Unpacking libjson-c5:arm64 (0.15-2) ...
16:08:49 [2023-01-11T16:08:49.707Z] #109 5.016 Selecting previously unselected package libcryptsetup12:arm64.
16:08:49 [2023-01-11T16:08:49.707Z] #109 5.019 Preparing to unpack .../06-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
16:08:49 [2023-01-11T16:08:49.707Z] #109 5.023 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
16:08:49 [2023-01-11T16:08:49.707Z] #109 5.082 Selecting previously unselected package libip4tc2:arm64.
16:08:49 [2023-01-11T16:08:49.707Z] #109 5.085 Preparing to unpack .../07-libip4tc2_1.8.7-1_arm64.deb ...
16:08:49 [2023-01-11T16:08:49.707Z] #109 5.090 Unpacking libip4tc2:arm64 (1.8.7-1) ...
16:08:49 [2023-01-11T16:08:49.707Z] #109 5.131 Selecting previously unselected package libkmod2:arm64.
16:08:49 [2023-01-11T16:08:49.707Z] #109 5.134 Preparing to unpack .../08-libkmod2_28-1_arm64.deb ...
16:08:49 [2023-01-11T16:08:49.707Z] #109 5.139 Unpacking libkmod2:arm64 (28-1) ...
16:08:49 [2023-01-11T16:08:49.707Z] #109 5.191 Selecting previously unselected package systemd.
16:08:49 [2023-01-11T16:08:49.967Z] #109 5.194 Preparing to unpack .../09-systemd_247.3-7+deb11u1_arm64.deb ...
16:08:49 [2023-01-11T16:08:49.967Z] #109 5.242 Unpacking systemd (247.3-7+deb11u1) ...
16:08:50 [2023-01-11T16:08:50.226Z] #109 5.631 Selecting previously unselected package pigz.
16:08:50 [2023-01-11T16:08:50.226Z] #109 5.634 Preparing to unpack .../10-pigz_2.6-1_arm64.deb ...
16:08:50 [2023-01-11T16:08:50.226Z] #109 5.638 Unpacking pigz (2.6-1) ...
16:08:50 [2023-01-11T16:08:50.226Z] #109 5.684 Selecting previously unselected package libelf1:arm64.
16:08:50 [2023-01-11T16:08:50.226Z] #109 5.686 Preparing to unpack .../11-libelf1_0.183-1_arm64.deb ...
16:08:50 [2023-01-11T16:08:50.226Z] #109 5.693 Unpacking libelf1:arm64 (0.183-1) ...
16:08:50 [2023-01-11T16:08:50.226Z] #109 5.748 Selecting previously unselected package libbpf0:arm64.
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.751 Preparing to unpack .../12-libbpf0_1%3a0.3-2_arm64.deb ...
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.755 Unpacking libbpf0:arm64 (1:0.3-2) ...
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.804 Selecting previously unselected package libmnl0:arm64.
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.806 Preparing to unpack .../13-libmnl0_1.0.4-3_arm64.deb ...
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.811 Unpacking libmnl0:arm64 (1.0.4-3) ...
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.852 Selecting previously unselected package libxtables12:arm64.
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.854 Preparing to unpack .../14-libxtables12_1.8.7-1_arm64.deb ...
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.858 Unpacking libxtables12:arm64 (1.8.7-1) ...
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.895 Selecting previously unselected package libcap2-bin.
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.897 Preparing to unpack .../15-libcap2-bin_1%3a2.44-1_arm64.deb ...
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.903 Unpacking libcap2-bin (1:2.44-1) ...
16:08:50 [2023-01-11T16:08:50.486Z] #109 5.963 Selecting previously unselected package iproute2.
16:08:50 [2023-01-11T16:08:50.745Z] #109 5.965 Preparing to unpack .../16-iproute2_5.10.0-4_arm64.deb ...
16:08:50 [2023-01-11T16:08:50.745Z] #109 5.971 Unpacking iproute2 (5.10.0-4) ...
16:08:50 [2023-01-11T16:08:50.745Z] #109 6.081 Selecting previously unselected package xxd.
16:08:50 [2023-01-11T16:08:50.745Z] #109 6.084 Preparing to unpack .../17-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:08:50 [2023-01-11T16:08:50.745Z] #109 6.088 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:08:50 [2023-01-11T16:08:50.745Z] #109 6.146 Selecting previously unselected package vim-common.
16:08:50 [2023-01-11T16:08:50.745Z] #109 6.148 Preparing to unpack .../18-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:08:50 [2023-01-11T16:08:50.745Z] #109 6.159 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:08:50 [2023-01-11T16:08:50.745Z] #109 6.225 Selecting previously unselected package bash-completion.
16:08:51 [2023-01-11T16:08:51.005Z] #109 6.227 Preparing to unpack .../19-bash-completion_1%3a2.11-2_all.deb ...
16:08:51 [2023-01-11T16:08:51.576Z] #109 6.902 Unpacking bash-completion (1:2.11-2) ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.017 Selecting previously unselected package bzip2.
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.020 Preparing to unpack .../20-bzip2_1.0.8-4_arm64.deb ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.025 Unpacking bzip2 (1.0.8-4) ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.065 Selecting previously unselected package xz-utils.
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.067 Preparing to unpack .../21-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.071 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.139 Selecting previously unselected package apparmor.
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.141 Preparing to unpack .../22-apparmor_2.13.6-10_arm64.deb ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.165 Unpacking apparmor (2.13.6-10) ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.266 Selecting previously unselected package inetutils-ping.
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.269 Preparing to unpack .../23-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.273 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.324 Selecting previously unselected package libip6tc2:arm64.
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.327 Preparing to unpack .../24-libip6tc2_1.8.7-1_arm64.deb ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.330 Unpacking libip6tc2:arm64 (1.8.7-1) ...
16:08:51 [2023-01-11T16:08:51.840Z] #109 7.373 Selecting previously unselected package libnfnetlink0:arm64.
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.375 Preparing to unpack .../25-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.380 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.423 Selecting previously unselected package libnetfilter-conntrack3:arm64.
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.425 Preparing to unpack .../26-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.430 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.474 Selecting previously unselected package libnftnl11:arm64.
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.476 Preparing to unpack .../27-libnftnl11_1.1.9-1_arm64.deb ...
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.481 Unpacking libnftnl11:arm64 (1.1.9-1) ...
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.527 Selecting previously unselected package iptables.
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.530 Preparing to unpack .../28-iptables_1.8.7-1_arm64.deb ...
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.534 Unpacking iptables (1.8.7-1) ...
16:08:52 [2023-01-11T16:08:52.099Z] #109 7.614 Selecting previously unselected package libonig5:arm64.
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.617 Preparing to unpack .../29-libonig5_6.9.6-1.1_arm64.deb ...
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.622 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.675 Selecting previously unselected package libjq1:arm64.
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.678 Preparing to unpack .../30-libjq1_1.6-2.1_arm64.deb ...
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.682 Unpacking libjq1:arm64 (1.6-2.1) ...
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.725 Selecting previously unselected package jq.
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.725 Preparing to unpack .../31-jq_1.6-2.1_arm64.deb ...
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.729 Unpacking jq (1.6-2.1) ...
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.774 Selecting previously unselected package libaio1:arm64.
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.777 Preparing to unpack .../32-libaio1_0.3.112-9_arm64.deb ...
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.781 Unpacking libaio1:arm64 (0.3.112-9) ...
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.825 Selecting previously unselected package libgpm2:arm64.
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.825 Preparing to unpack .../33-libgpm2_1.20.7-8_arm64.deb ...
16:08:52 [2023-01-11T16:08:52.360Z] #109 7.830 Unpacking libgpm2:arm64 (1.20.7-8) ...
16:08:52 [2023-01-11T16:08:52.620Z] #109 7.868 Selecting previously unselected package libicu67:arm64.
16:08:52 [2023-01-11T16:08:52.620Z] #109 7.870 Preparing to unpack .../34-libicu67_67.1-7_arm64.deb ...
16:08:52 [2023-01-11T16:08:52.620Z] #109 7.875 Unpacking libicu67:arm64 (67.1-7) ...
16:08:53 [2023-01-11T16:08:53.189Z] #109 8.562 Selecting previously unselected package libinih1:arm64.
16:08:53 [2023-01-11T16:08:53.189Z] #109 8.565 Preparing to unpack .../35-libinih1_53-1+b2_arm64.deb ...
16:08:53 [2023-01-11T16:08:53.189Z] #109 8.569 Unpacking libinih1:arm64 (53-1+b2) ...
16:08:53 [2023-01-11T16:08:53.189Z] #109 8.619 Selecting previously unselected package libmicrohttpd12:arm64.
16:08:53 [2023-01-11T16:08:53.189Z] #109 8.622 Preparing to unpack .../36-libmicrohttpd12_0.9.72-2_arm64.deb ...
16:08:53 [2023-01-11T16:08:53.189Z] #109 8.627 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
16:08:53 [2023-01-11T16:08:53.189Z] #109 8.671 Selecting previously unselected package libnet1:arm64.
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.673 Preparing to unpack .../37-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.677 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.733 Selecting previously unselected package libnl-3-200:arm64.
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.736 Preparing to unpack .../38-libnl-3-200_3.4.0-1+b1_arm64.deb ...
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.741 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.785 Selecting previously unselected package libprotobuf-c1:arm64.
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.788 Preparing to unpack .../39-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.792 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.841 Selecting previously unselected package libyajl2:arm64.
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.844 Preparing to unpack .../40-libyajl2_2.1.0-3_arm64.deb ...
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.849 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.884 Selecting previously unselected package net-tools.
16:08:53 [2023-01-11T16:08:53.464Z] #109 8.887 Preparing to unpack .../41-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
16:08:53 [2023-01-11T16:08:53.734Z] #109 8.890 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
16:08:53 [2023-01-11T16:08:53.734Z] #109 8.946 Selecting previously unselected package patch.
16:08:53 [2023-01-11T16:08:53.734Z] #109 8.949 Preparing to unpack .../42-patch_2.7.6-7_arm64.deb ...
16:08:53 [2023-01-11T16:08:53.734Z] #109 8.953 Unpacking patch (2.7.6-7) ...
16:08:53 [2023-01-11T16:08:53.734Z] #109 9.007 Selecting previously unselected package python-pip-whl.
16:08:53 [2023-01-11T16:08:53.734Z] #109 9.007 Preparing to unpack .../43-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
16:08:53 [2023-01-11T16:08:53.734Z] #109 9.013 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
16:08:53 [2023-01-11T16:08:53.734Z] #109 9.157 Selecting previously unselected package python3-lib2to3.
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.160 Preparing to unpack .../44-python3-lib2to3_3.9.2-1_all.deb ...
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.167 Unpacking python3-lib2to3 (3.9.2-1) ...
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.219 Selecting previously unselected package python3-distutils.
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.221 Preparing to unpack .../45-python3-distutils_3.9.2-1_all.deb ...
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.225 Unpacking python3-distutils (3.9.2-1) ...
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.285 Selecting previously unselected package python3-pkg-resources.
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.288 Preparing to unpack .../46-python3-pkg-resources_52.0.0-4_all.deb ...
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.293 Unpacking python3-pkg-resources (52.0.0-4) ...
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.350 Selecting previously unselected package python3-setuptools.
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.352 Preparing to unpack .../47-python3-setuptools_52.0.0-4_all.deb ...
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.357 Unpacking python3-setuptools (52.0.0-4) ...
16:08:53 [2023-01-11T16:08:53.999Z] #109 9.431 Selecting previously unselected package python3-wheel.
16:08:54 [2023-01-11T16:08:54.259Z] #109 9.433 Preparing to unpack .../48-python3-wheel_0.34.2-1_all.deb ...
16:08:54 [2023-01-11T16:08:54.259Z] #109 9.441 Unpacking python3-wheel (0.34.2-1) ...
16:08:54 [2023-01-11T16:08:54.259Z] #109 9.493 Selecting previously unselected package python3-pip.
16:08:54 [2023-01-11T16:08:54.259Z] #109 9.495 Preparing to unpack .../49-python3-pip_20.3.4-4+deb11u1_all.deb ...
16:08:54 [2023-01-11T16:08:54.259Z] #109 9.499 Unpacking python3-pip (20.3.4-4+deb11u1) ...
16:08:54 [2023-01-11T16:08:54.259Z] #109 9.588 Selecting previously unselected package sudo.
16:08:54 [2023-01-11T16:08:54.259Z] #109 9.591 Preparing to unpack .../50-sudo_1.9.5p2-3_arm64.deb ...
16:08:54 [2023-01-11T16:08:54.259Z] #109 9.598 Unpacking sudo (1.9.5p2-3) ...
16:08:54 [2023-01-11T16:08:54.259Z] #109 9.725 Selecting previously unselected package systemd-journal-remote.
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.728 Preparing to unpack .../51-systemd-journal-remote_247.3-7+deb11u1_arm64.deb ...
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.735 Unpacking systemd-journal-remote (247.3-7+deb11u1) ...
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.791 Selecting previously unselected package thin-provisioning-tools.
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.794 Preparing to unpack .../52-thin-provisioning-tools_0.9.0-1_arm64.deb ...
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.799 Unpacking thin-provisioning-tools (0.9.0-1) ...
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.870 Selecting previously unselected package uidmap.
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.873 Preparing to unpack .../53-uidmap_1%3a4.8.1-1_arm64.deb ...
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.881 Unpacking uidmap (1:4.8.1-1) ...
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.947 Selecting previously unselected package vim-runtime.
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.949 Preparing to unpack .../54-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.961 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
16:08:54 [2023-01-11T16:08:54.519Z] #109 9.974 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
16:08:54 [2023-01-11T16:08:54.779Z] #109 9.979 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
16:08:55 [2023-01-11T16:08:55.039Z] #109 10.57 Selecting previously unselected package vim.
16:08:55 [2023-01-11T16:08:55.298Z] #109 10.58 Preparing to unpack .../55-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:08:55 [2023-01-11T16:08:55.298Z] #109 10.59 Unpacking vim (2:8.2.2434-3+deb11u1) ...
16:08:55 [2023-01-11T16:08:55.558Z] #109 10.73 Selecting previously unselected package xfsprogs.
16:08:55 [2023-01-11T16:08:55.558Z] #109 10.73 Preparing to unpack .../56-xfsprogs_5.10.0-4_arm64.deb ...
16:08:55 [2023-01-11T16:08:55.558Z] #109 10.73 Unpacking xfsprogs (5.10.0-4) ...
16:08:55 [2023-01-11T16:08:55.558Z] #109 10.85 Selecting previously unselected package zip.
16:08:55 [2023-01-11T16:08:55.558Z] #109 10.85 Preparing to unpack .../57-zip_3.0-12_arm64.deb ...
16:08:55 [2023-01-11T16:08:55.558Z] #109 10.86 Unpacking zip (3.0-12) ...
16:08:55 [2023-01-11T16:08:55.558Z] #109 10.91 Selecting previously unselected package zstd.
16:08:55 [2023-01-11T16:08:55.558Z] #109 10.92 Preparing to unpack .../58-zstd_1.4.8+dfsg-2.1_arm64.deb ...
16:08:55 [2023-01-11T16:08:55.558Z] #109 10.92 Unpacking zstd (1.4.8+dfsg-2.1) ...
16:08:55 [2023-01-11T16:08:55.818Z] #109 11.02 Setting up python3-pkg-resources (52.0.0-4) ...
16:08:55 [2023-01-11T16:08:55.818Z] #109 11.23 Setting up libip4tc2:arm64 (1.8.7-1) ...
16:08:55 [2023-01-11T16:08:55.818Z] #109 11.24 Setting up net-tools (1.60+git20181103.0eebece-1) ...
16:08:55 [2023-01-11T16:08:55.818Z] #109 11.26 Setting up libapparmor1:arm64 (2.13.6-10) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.27 Setting up libgpm2:arm64 (1.20.7-8) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.29 Setting up libicu67:arm64 (67.1-7) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.30 Setting up libip6tc2:arm64 (1.8.7-1) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.32 Setting up libinih1:arm64 (53-1+b2) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.33 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.35 Setting up uidmap (1:4.8.1-1) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.37 Setting up libyajl2:arm64 (2.1.0-3) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.38 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.39 Setting up bzip2 (1.0.8-4) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.41 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:08:56 [2023-01-11T16:08:56.077Z] #109 11.42 Setting up python3-wheel (0.34.2-1) ...
16:08:56 [2023-01-11T16:08:56.337Z] #109 11.58 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
16:08:56 [2023-01-11T16:08:56.337Z] #109 11.59 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:08:56 [2023-01-11T16:08:56.337Z] #109 11.61 Setting up libcap2:arm64 (1:2.44-1) ...
16:08:56 [2023-01-11T16:08:56.337Z] #109 11.62 Setting up libcap2-bin (1:2.44-1) ...
16:08:56 [2023-01-11T16:08:56.337Z] #109 11.64 Setting up apparmor (2.13.6-10) ...
16:08:57 [2023-01-11T16:08:57.276Z] #109 12.56 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
16:08:57 [2023-01-11T16:08:57.276Z] #109 12.59 Setting up zip (3.0-12) ...
16:08:57 [2023-01-11T16:08:57.276Z] #109 12.60 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:08:57 [2023-01-11T16:08:57.276Z] #109 12.63 Setting up bash-completion (1:2.11-2) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.41 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.43 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.44 Setting up libmnl0:arm64 (1.0.4-3) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.46 Setting up patch (2.7.6-7) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.47 Setting up sudo (1.9.5p2-3) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.53 invoke-rc.d: could not determine current runlevel
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.53 invoke-rc.d: policy-rc.d denied execution of start.
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.54 Setting up libxtables12:arm64 (1.8.7-1) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.56 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.57 Setting up pigz (2.6-1) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.58 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.60 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.62 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
16:08:58 [2023-01-11T16:08:58.215Z] #109 13.64 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
16:08:58 [2023-01-11T16:08:58.474Z] #109 13.83 Setting up libaio1:arm64 (0.3.112-9) ...
16:08:58 [2023-01-11T16:08:58.474Z] #109 13.85 Setting up python3-lib2to3 (3.9.2-1) ...
16:08:58 [2023-01-11T16:08:58.734Z] #109 13.96 Setting up libelf1:arm64 (0.183-1) ...
16:08:58 [2023-01-11T16:08:58.734Z] #109 13.97 Setting up libjson-c5:arm64 (0.15-2) ...
16:08:58 [2023-01-11T16:08:58.734Z] #109 13.99 Setting up zstd (1.4.8+dfsg-2.1) ...
16:08:58 [2023-01-11T16:08:58.734Z] #109 14.00 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:08:58 [2023-01-11T16:08:58.734Z] #109 14.02 Setting up libkmod2:arm64 (28-1) ...
16:08:58 [2023-01-11T16:08:58.734Z] #109 14.04 Setting up python3-distutils (3.9.2-1) ...
16:08:58 [2023-01-11T16:08:58.734Z] #109 14.16 Setting up vim (2:8.2.2434-3+deb11u1) ...
16:08:58 [2023-01-11T16:08:58.734Z] #109 14.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:08:58 [2023-01-11T16:08:58.734Z] #109 14.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:08:58 [2023-01-11T16:08:58.734Z] #109 14.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:08:58 [2023-01-11T16:08:58.734Z] #109 14.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:08:58 [2023-01-11T16:08:58.734Z] #109 14.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:08:58 [2023-01-11T16:08:58.994Z] #109 14.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:08:58 [2023-01-11T16:08:58.994Z] #109 14.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:08:58 [2023-01-11T16:08:58.994Z] #109 14.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:08:58 [2023-01-11T16:08:58.994Z] #109 14.23 Setting up python3-setuptools (52.0.0-4) ...
16:08:59 [2023-01-11T16:08:59.255Z] #109 14.56 Setting up libjq1:arm64 (1.6-2.1) ...
16:08:59 [2023-01-11T16:08:59.255Z] #109 14.58 Setting up libnftnl11:arm64 (1.1.9-1) ...
16:08:59 [2023-01-11T16:08:59.255Z] #109 14.59 Setting up thin-provisioning-tools (0.9.0-1) ...
16:08:59 [2023-01-11T16:08:59.255Z] #109 14.61 Setting up python3-pip (20.3.4-4+deb11u1) ...
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.87 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.89 Setting up jq (1.6-2.1) ...
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.90 Setting up libbpf0:arm64 (1:0.3-2) ...
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.92 Setting up iptables (1.8.7-1) ...
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.93 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.94 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.94 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.95 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.95 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.96 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:08:59 [2023-01-11T16:08:59.514Z] #109 14.97 Setting up iproute2 (5.10.0-4) ...
16:08:59 [2023-01-11T16:08:59.776Z] #109 15.13 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:08:59 [2023-01-11T16:08:59.776Z] #109 15.15 Setting up dmsetup (2:1.02.175-2.1) ...
16:08:59 [2023-01-11T16:08:59.776Z] #109 15.28 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
16:09:00 [2023-01-11T16:09:00.035Z] #109 15.29 Setting up systemd (247.3-7+deb11u1) ...
16:09:00 [2023-01-11T16:09:00.035Z] #109 15.34 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
16:09:00 [2023-01-11T16:09:00.035Z] #109 15.35 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
16:09:00 [2023-01-11T16:09:00.035Z] #109 15.35 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
16:09:00 [2023-01-11T16:09:00.035Z] #109 15.36 Initializing machine ID from random generator.
16:09:00 [2023-01-11T16:09:00.604Z] #109 15.73 Setting up systemd-journal-remote (247.3-7+deb11u1) ...
16:09:00 [2023-01-11T16:09:00.604Z] #109 15.87 Setting up xfsprogs (5.10.0-4) ...
16:09:00 [2023-01-11T16:09:00.604Z] #109 15.88 System has not been booted with systemd as init system (PID 1). Can't operate.
16:09:00 [2023-01-11T16:09:00.604Z] #109 15.88 Failed to connect to bus: Host is down
16:09:00 [2023-01-11T16:09:00.604Z] #109 15.89 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:09:03 [2023-01-11T16:09:03.142Z] #109 DONE 18.5s
16:09:03 [2023-01-11T16:09:03.142Z] 
16:09:03 [2023-01-11T16:09:03.142Z] #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
16:09:03 [2023-01-11T16:09:03.711Z] #110 0.460 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:09:03 [2023-01-11T16:09:03.711Z] #110 0.465 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:09:03 [2023-01-11T16:09:03.711Z] #110 0.468 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:09:03 [2023-01-11T16:09:03.711Z] #110 DONE 0.5s
16:09:03 [2023-01-11T16:09:03.711Z] 
16:09:03 [2023-01-11T16:09:03.711Z] #111 [dev-base  9/10] RUN pip3 install yamllint==1.27.1
16:09:10 [2023-01-11T16:09:10.284Z] #111 5.756 Collecting yamllint==1.27.1
16:09:10 [2023-01-11T16:09:10.545Z] #111 6.804   Downloading yamllint-1.27.1.tar.gz (129 kB)
16:09:10 [2023-01-11T16:09:10.804Z] #111 7.113 Collecting pathspec>=0.5.3
16:09:10 [2023-01-11T16:09:10.804Z] #111 7.117   Downloading pathspec-0.10.3-py3-none-any.whl (29 kB)
16:09:11 [2023-01-11T16:09:11.063Z] #111 7.220 Collecting pyyaml
16:09:11 [2023-01-11T16:09:11.063Z] #111 7.227   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
16:09:11 [2023-01-11T16:09:11.063Z] #111 7.245 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
16:09:11 [2023-01-11T16:09:11.063Z] #111 7.250 Building wheels for collected packages: yamllint
16:09:11 [2023-01-11T16:09:11.063Z] #111 7.250   Building wheel for yamllint (setup.py): started
16:09:11 [2023-01-11T16:09:11.063Z] #111 7.509   Building wheel for yamllint (setup.py): finished with status 'done'
16:09:11 [2023-01-11T16:09:11.323Z] #111 7.510   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=dc350fad1d1118d1a2f073933a264440ff9ab83b5f3a37b37719faec2de78769
16:09:11 [2023-01-11T16:09:11.323Z] #111 7.510   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
16:09:11 [2023-01-11T16:09:11.323Z] #111 7.513 Successfully built yamllint
16:09:11 [2023-01-11T16:09:11.323Z] #111 7.519 Installing collected packages: pyyaml, pathspec, yamllint
16:09:11 [2023-01-11T16:09:11.323Z] #111 7.649 Successfully installed pathspec-0.10.3 pyyaml-6.0 yamllint-1.27.1
16:09:11 [2023-01-11T16:09:11.323Z] #111 DONE 7.8s
16:09:11 [2023-01-11T16:09:11.582Z] 
16:09:11 [2023-01-11T16:09:11.582Z] #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
16:09:12 [2023-01-11T16:09:12.153Z] #112 0.704 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
16:09:12 [2023-01-11T16:09:12.153Z] #112 0.705 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
16:09:12 [2023-01-11T16:09:12.153Z] #112 0.705 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
16:09:12 [2023-01-11T16:09:12.982Z] #112 1.092 Reading package lists...
16:09:13 [2023-01-11T16:09:13.551Z] #112 1.638 Reading package lists...
16:09:13 [2023-01-11T16:09:13.812Z] #112 2.180 Building dependency tree...
16:09:13 [2023-01-11T16:09:13.812Z] #112 2.347 Reading state information...
16:09:13 [2023-01-11T16:09:13.812Z] #112 2.568 gcc is already the newest version (4:10.2.1-1).
16:09:13 [2023-01-11T16:09:13.812Z] #112 2.568 pkg-config is already the newest version (0.29.2-1).
16:09:13 [2023-01-11T16:09:13.812Z] #112 2.568 The following additional packages will be installed:
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.568   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdevmapper-event1.02.1
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.569   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.569   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.569   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.570   libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.570   uuid-dev zlib1g-dev
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.571 Suggested packages:
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.571   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.572   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.572 Recommended packages:
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.572   build-essential fakeroot libalgorithm-merge-perl
16:09:14 [2023-01-11T16:09:14.072Z] #112 2.833 The following NEW packages will be installed:
16:09:14 [2023-01-11T16:09:14.331Z] #112 2.833   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
16:09:14 [2023-01-11T16:09:14.331Z] #112 2.833   libdevmapper-dev libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1
16:09:14 [2023-01-11T16:09:14.331Z] #112 2.833   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
16:09:14 [2023-01-11T16:09:14.331Z] #112 2.834   libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:09:14 [2023-01-11T16:09:14.331Z] #112 2.834   libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev
16:09:14 [2023-01-11T16:09:14.331Z] #112 2.834   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol1-dev
16:09:14 [2023-01-11T16:09:14.331Z] #112 2.834   libsystemd-dev libudev-dev uuid-dev zlib1g-dev
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.141 0 upgraded, 32 newly installed, 0 to remove and 1 not upgraded.
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.141 Need to get 10.3 MB of archives.
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.141 After this operation, 41.5 MB of additional disk space will be used.
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.141 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.161 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]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.162 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]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.166 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.176 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.177 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.178 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.180 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.181 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.183 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.184 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.185 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.186 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.188 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.189 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.190 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.195 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.196 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.199 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.200 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.203 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.204 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.205 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.206 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.207 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.209 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.210 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.213 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.214 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.222 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.222 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
16:09:14 [2023-01-11T16:09:14.591Z] #112 3.223 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
16:09:14 [2023-01-11T16:09:14.851Z] #112 3.372 debconf: delaying package configuration, since apt-utils is not installed
16:09:14 [2023-01-11T16:09:14.851Z] #112 3.416 Fetched 10.3 MB in 0s (26.9 MB/s)
16:09:14 [2023-01-11T16:09:14.851Z] #112 3.445 Selecting previously unselected package dpkg-dev.
16:09:14 [2023-01-11T16:09:14.851Z] #112 3.445 (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 ... 21235 files and directories currently installed.)
16:09:14 [2023-01-11T16:09:14.851Z] #112 3.459 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
16:09:14 [2023-01-11T16:09:14.851Z] #112 3.463 Unpacking dpkg-dev (1.20.12) ...
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.596 Selecting previously unselected package libgirepository-1.0-1:arm64.
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.598 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.607 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.652 Selecting previously unselected package gir1.2-glib-2.0:arm64.
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.655 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.659 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.706 Selecting previously unselected package libsecret-common.
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.709 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.714 Unpacking libsecret-common (0.20.4-2) ...
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.775 Selecting previously unselected package libsecret-1-0:arm64.
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.778 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.782 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
16:09:15 [2023-01-11T16:09:15.110Z] #112 3.828 Selecting previously unselected package gir1.2-secret-1:arm64.
16:09:15 [2023-01-11T16:09:15.369Z] #112 3.831 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.369Z] #112 3.836 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
16:09:15 [2023-01-11T16:09:15.369Z] #112 3.884 Selecting previously unselected package libapparmor-dev:arm64.
16:09:15 [2023-01-11T16:09:15.369Z] #112 3.887 Preparing to unpack .../06-libapparmor-dev_2.13.6-10_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.369Z] #112 3.896 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
16:09:15 [2023-01-11T16:09:15.369Z] #112 3.940 Selecting previously unselected package uuid-dev:arm64.
16:09:15 [2023-01-11T16:09:15.369Z] #112 3.943 Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.369Z] #112 3.948 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
16:09:15 [2023-01-11T16:09:15.369Z] #112 3.999 Selecting previously unselected package libblkid-dev:arm64.
16:09:15 [2023-01-11T16:09:15.369Z] #112 4.002 Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.369Z] #112 4.013 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
16:09:15 [2023-01-11T16:09:15.369Z] #112 4.079 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.082 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.087 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.127 Selecting previously unselected package libudev-dev:arm64.
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.130 Preparing to unpack .../10-libudev-dev_247.3-7+deb11u1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.134 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.182 Selecting previously unselected package libsepol1-dev:arm64.
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.185 Preparing to unpack .../11-libsepol1-dev_3.1-1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.192 Unpacking libsepol1-dev:arm64 (3.1-1) ...
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.262 Selecting previously unselected package libpcre2-16-0:arm64.
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.265 Preparing to unpack .../12-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.269 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:09:15 [2023-01-11T16:09:15.628Z] #112 4.328 Selecting previously unselected package libpcre2-32-0:arm64.
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.331 Preparing to unpack .../13-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.335 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.390 Selecting previously unselected package libpcre2-posix2:arm64.
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.393 Preparing to unpack .../14-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.398 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.434 Selecting previously unselected package libpcre2-dev:arm64.
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.437 Preparing to unpack .../15-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.441 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.527 Selecting previously unselected package libselinux1-dev:arm64.
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.530 Preparing to unpack .../16-libselinux1-dev_3.1-3_arm64.deb ...
16:09:15 [2023-01-11T16:09:15.888Z] #112 4.533 Unpacking libselinux1-dev:arm64 (3.1-3) ...
16:09:16 [2023-01-11T16:09:16.147Z] #112 4.595 Selecting previously unselected package libdevmapper-dev:arm64.
16:09:16 [2023-01-11T16:09:16.147Z] #112 4.598 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.147Z] #112 4.603 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
16:09:16 [2023-01-11T16:09:16.147Z] #112 4.645 Selecting previously unselected package libffi-dev:arm64.
16:09:16 [2023-01-11T16:09:16.147Z] #112 4.648 Preparing to unpack .../18-libffi-dev_3.3-6_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.147Z] #112 4.652 Unpacking libffi-dev:arm64 (3.3-6) ...
16:09:16 [2023-01-11T16:09:16.147Z] #112 4.690 Selecting previously unselected package libglib2.0-data.
16:09:16 [2023-01-11T16:09:16.147Z] #112 4.692 Preparing to unpack .../19-libglib2.0-data_2.66.8-1_all.deb ...
16:09:16 [2023-01-11T16:09:16.147Z] #112 4.697 Unpacking libglib2.0-data (2.66.8-1) ...
16:09:16 [2023-01-11T16:09:16.147Z] #112 4.837 Selecting previously unselected package libglib2.0-bin.
16:09:16 [2023-01-11T16:09:16.407Z] #112 4.840 Preparing to unpack .../20-libglib2.0-bin_2.66.8-1_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.407Z] #112 4.844 Unpacking libglib2.0-bin (2.66.8-1) ...
16:09:16 [2023-01-11T16:09:16.407Z] #112 4.894 Selecting previously unselected package libglib2.0-dev-bin.
16:09:16 [2023-01-11T16:09:16.407Z] #112 4.897 Preparing to unpack .../21-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.407Z] #112 4.901 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
16:09:16 [2023-01-11T16:09:16.407Z] #112 4.948 Selecting previously unselected package libmount-dev:arm64.
16:09:16 [2023-01-11T16:09:16.407Z] #112 4.951 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.407Z] #112 4.956 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
16:09:16 [2023-01-11T16:09:16.407Z] #112 5.006 Selecting previously unselected package libpcre16-3:arm64.
16:09:16 [2023-01-11T16:09:16.407Z] #112 5.009 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.407Z] #112 5.016 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
16:09:16 [2023-01-11T16:09:16.407Z] #112 5.072 Selecting previously unselected package libpcre32-3:arm64.
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.075 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.079 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.137 Selecting previously unselected package libpcrecpp0v5:arm64.
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.140 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.145 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.188 Selecting previously unselected package libpcre3-dev:arm64.
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.192 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.197 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.281 Selecting previously unselected package zlib1g-dev:arm64.
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.285 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.289 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.340 Selecting previously unselected package libglib2.0-dev:arm64.
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.343 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.667Z] #112 5.348 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
16:09:16 [2023-01-11T16:09:16.927Z] #112 5.550 Selecting previously unselected package libseccomp-dev:arm64.
16:09:16 [2023-01-11T16:09:16.927Z] #112 5.553 Preparing to unpack .../29-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.927Z] #112 5.558 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:09:16 [2023-01-11T16:09:16.927Z] #112 5.604 Selecting previously unselected package libsecret-1-dev:arm64.
16:09:16 [2023-01-11T16:09:16.927Z] #112 5.604 Preparing to unpack .../30-libsecret-1-dev_0.20.4-2_arm64.deb ...
16:09:16 [2023-01-11T16:09:16.927Z] #112 5.609 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
16:09:16 [2023-01-11T16:09:16.927Z] #112 5.670 Selecting previously unselected package libsystemd-dev:arm64.
16:09:17 [2023-01-11T16:09:17.188Z] #112 5.673 Preparing to unpack .../31-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
16:09:17 [2023-01-11T16:09:17.188Z] #112 5.679 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.188Z] #112 5.801 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
16:09:17 [2023-01-11T16:09:17.188Z] #112 5.825 Setting up libglib2.0-dev-bin (2.66.8-1) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 5.997 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.012 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.024 Setting up libpcre16-3:arm64 (2:8.39-13) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.037 Setting up libsepol1-dev:arm64 (3.1-1) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.049 Setting up libffi-dev:arm64 (3.3-6) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.065 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.078 Setting up dpkg-dev (1.20.12) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.100 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.111 Setting up libglib2.0-data (2.66.8-1) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.122 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.134 Setting up libpcre32-3:arm64 (2:8.39-13) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.147 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.160 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.448Z] #112 6.171 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.182 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.196 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.214 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.231 Setting up libsecret-common (0.20.4-2) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.245 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.264 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.276 Setting up libselinux1-dev:arm64 (3.1-3) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.290 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.305 Setting up libglib2.0-bin (2.66.8-1) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.320 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.334 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.347 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.364 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
16:09:17 [2023-01-11T16:09:17.708Z] #112 6.383 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
16:09:17 [2023-01-11T16:09:17.968Z] #112 6.398 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
16:09:17 [2023-01-11T16:09:17.968Z] #112 6.415 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
16:09:17 [2023-01-11T16:09:17.968Z] #112 6.429 No schema files found: doing nothing.
16:09:17 [2023-01-11T16:09:17.968Z] #112 6.434 Processing triggers for libc-bin (2.31-13+deb11u5) ...
16:09:17 [2023-01-11T16:09:17.968Z] #112 6.457 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
16:09:18 [2023-01-11T16:09:18.537Z] #112 DONE 7.2s
16:09:18 [2023-01-11T16:09:18.796Z] 
16:09:18 [2023-01-11T16:09:18.796Z] #113 [dev 1/1] COPY . .
16:09:21 [2023-01-11T16:09:21.335Z] #113 DONE 2.8s
16:09:21 [2023-01-11T16:09:21.595Z] 
16:09:21 [2023-01-11T16:09:21.595Z] #114 exporting to image
16:09:21 [2023-01-11T16:09:21.595Z] #114 exporting layers
16:09:23 [2023-01-11T16:09:23.503Z] #114 exporting layers 1.8s done
16:09:23 [2023-01-11T16:09:23.503Z] #114 writing image sha256:76c3f0ea736fdf37e1a0b37a47930b481904f49769ca29f7a8ce681423f16b17 done
16:09:23 [2023-01-11T16:09:23.503Z] #114 naming to docker.io/library/docker:ef161d4aeb2c8f2409e3d991565aeeb42916348c done
16:09:23 [2023-01-11T16:09:23.503Z] #114 DONE 1.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
16:09:23 [2023-01-11T16:09:23.817Z] + sudo modprobe ip6table_filter
[Pipeline] sh
16:09:24 [2023-01-11T16:09:24.102Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44802/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef161d4aeb2c8f2409e3d991565aeeb42916348c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef161d4aeb2c8f2409e3d991565aeeb42916348c hack/test/unit
16:09:24 [2023-01-11T16:09:24.672Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
16:09:24 [2023-01-11T16:09:24.672Z] + TESTFLAGS+=' -test.timeout=5m'
16:09:24 [2023-01-11T16:09:24.672Z] + TESTDIRS=./...
16:09:24 [2023-01-11T16:09:24.672Z] + exclude_paths='/vendor/|/integration'
16:09:24 [2023-01-11T16:09:24.672Z] ++ go list ./...
16:09:24 [2023-01-11T16:09:24.672Z] ++ grep -vE '(/vendor/|/integration)'
16:09:25 [2023-01-11T16:09:25.614Z] + pkg_list='github.com/docker/docker/api
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/backend/build
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/httpstatus
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/httputils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/middleware
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/build
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/checkpoint
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/container
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/debug
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/distribution
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/grpc
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/image
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/network
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/plugin
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/session
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/swarm
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/system
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/server/router/volume
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/backend
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/blkiodev
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/container
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/events
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/filters
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/image
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/mount
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/network
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/plugins/logdriver
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/registry
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/strslice
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/swarm
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/swarm/runtime
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/time
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/versions
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/versions/v1p19
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/versions/v1p20
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/api/types/volume
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/builder-next
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/builder-next/exporter
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/builder-next/worker
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/dockerfile
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/remotecontext
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/remotecontext/git
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/builder/remotecontext/urlutil
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/cli/debug
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/cli/winresources/docker-proxy
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/cli/winresources/dockerd
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/client
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/cmd/docker-proxy
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/cmd/dockerd
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/cmd/dockerd/trap
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/container
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/container/stream
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/contrib/apparmor
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/contrib/docker-device-tool
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/contrib/httpserver
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/cluster
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/cluster/convert
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/cluster/executor
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/cluster/executor/container
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/cluster/provider
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/config
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/containerd
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/events
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/events/testutils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/aufs
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/copy
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/overlay
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/register
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/vfs
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/graphdriver/zfs
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/images
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/initlayer
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/links
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/listeners
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/awslogs
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/fluentd
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/gcplogs
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/gelf
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/journald
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/local
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/logentries
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/loggertest
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/loggerutils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/splunk
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/syslog
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/logger/templates
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/names
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/network
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/daemon/stats
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/distribution
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/distribution/metadata
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/distribution/utils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/distribution/xfer
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/dockerversion
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/errdefs
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/image
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/image/cache
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/image/tarexport
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/image/v1
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/internal/mounttree
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/internal/test/suite
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/internal/unshare
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/layer
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libcontainerd
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libcontainerd/queue
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libcontainerd/remote
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libcontainerd/supervisor
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libcontainerd/types
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/bitseq
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/cluster
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/config
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/datastore
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/diagnostic
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/discoverapi
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/driverapi
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/bridge
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/host
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/null
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/overlay
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/remote
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/windows
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/drvregistry
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/etchosts
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/idm
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/internal/caller
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/ipam
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/ipamapi
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/ipams/builtin
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/ipams/null
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/ipams/remote
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/ipamutils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/iptables
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/netlabel
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/netutils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/networkdb
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/ns
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/options
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/osl
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/osl/kernel
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/portallocator
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/portmapper
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/resolvconf
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/testutils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/libnetwork/types
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/oci
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/oci/caps
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/opts
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/aaparser
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/archive
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/authorization
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/broadcaster
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/capabilities
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/chrootarchive
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/containerfs
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/devicemapper
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/directory
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/dmesg
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/fileutils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/homedir
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/idtools
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/ioutils
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/jsonmessage
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/longpath
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/loopback
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/namesgenerator
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/parsers
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/parsers/kernel
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/pidfile
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/platform
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/platforms
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/plugingetter
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/plugins
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/plugins/transport
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/pools
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/process
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/progress
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/reexec
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/rootless
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/rootless/specconv
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/stack
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/stdcopy
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/streamformatter
16:09:25 [2023-01-11T16:09:25.614Z] github.com/docker/docker/pkg/stringid
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/sysinfo
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/system
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/tailfile
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/tarsum
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/useragent
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/plugin
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/plugin/executor/containerd
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/plugin/v2
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/profiles/apparmor
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/profiles/seccomp
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/quota
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/reference
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/registry
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/registry/resumable
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/restartmanager
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/runconfig
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/runconfig/opts
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/daemon
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/environment
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fakecontext
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fakegit
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fakestorage
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fixtures/load
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fixtures/plugin
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/registry
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/request
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/drivers
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/local
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/mounts
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/service
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/service/opts
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/testutils'
16:09:25 [2023-01-11T16:09:25.615Z] ++ grep --fixed-strings -v /libnetwork
16:09:25 [2023-01-11T16:09:25.615Z] ++ echo 'github.com/docker/docker/api
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/backend/build
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/httpstatus
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/httputils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/middleware
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/build
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/checkpoint
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/container
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/debug
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/distribution
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/grpc
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/image
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/network
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/plugin
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/session
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/swarm
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/system
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/volume
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/backend
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/blkiodev
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/container
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/events
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/filters
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/image
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/mount
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/network
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/plugins/logdriver
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/registry
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/strslice
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/swarm
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/swarm/runtime
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/time
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/versions
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/versions/v1p19
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/versions/v1p20
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/volume
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/exporter
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/worker
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/dockerfile
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/remotecontext
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/remotecontext/git
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/remotecontext/urlutil
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cli/debug
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cli/winresources/docker-proxy
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cli/winresources/dockerd
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/client
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cmd/docker-proxy
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cmd/dockerd
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cmd/dockerd/trap
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/container
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/container/stream
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/contrib/apparmor
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/contrib/docker-device-tool
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/contrib/httpserver
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/cluster
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/cluster/convert
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/cluster/executor
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/cluster/executor/container
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/cluster/provider
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/config
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/containerd
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/events
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/events/testutils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/aufs
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/copy
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/overlay
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/register
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/vfs
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/graphdriver/zfs
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/images
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/initlayer
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/links
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/listeners
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/awslogs
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/fluentd
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/gcplogs
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/gelf
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/journald
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/local
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/logentries
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/loggertest
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/loggerutils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/splunk
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/syslog
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/logger/templates
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/names
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/network
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/daemon/stats
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/distribution
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/distribution/metadata
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/distribution/utils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/distribution/xfer
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/dockerversion
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/errdefs
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/image
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/image/cache
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/image/tarexport
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/image/v1
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/internal/mounttree
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/internal/test/suite
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/internal/unshare
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/layer
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libcontainerd
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libcontainerd/queue
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libcontainerd/remote
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libcontainerd/supervisor
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libcontainerd/types
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/bitseq
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/cluster
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/config
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/datastore
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/diagnostic
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/discoverapi
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/driverapi
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/bridge
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/host
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/null
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/overlay
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/remote
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/windows
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/drvregistry
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/etchosts
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/idm
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/internal/caller
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/ipam
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/ipamapi
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/ipams/builtin
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/ipams/null
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/ipams/remote
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/ipamutils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/iptables
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/netlabel
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/netutils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/networkdb
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/ns
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/options
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/osl
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/osl/kernel
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/portallocator
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/portmapper
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/resolvconf
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/testutils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/libnetwork/types
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/oci
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/oci/caps
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/opts
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/aaparser
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/archive
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/authorization
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/broadcaster
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/capabilities
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/chrootarchive
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/containerfs
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/devicemapper
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/directory
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/dmesg
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/fileutils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/homedir
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/idtools
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/ioutils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/jsonmessage
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/longpath
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/loopback
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/namesgenerator
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/parsers
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/parsers/kernel
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/pidfile
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/platform
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/platforms
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/plugingetter
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/plugins
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/plugins/transport
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/pools
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/process
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/progress
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/reexec
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/rootless
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/rootless/specconv
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/stack
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/stdcopy
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/streamformatter
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/stringid
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/sysinfo
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/system
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/tailfile
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/tarsum
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/pkg/useragent
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/plugin
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/plugin/executor/containerd
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/plugin/v2
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/profiles/apparmor
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/profiles/seccomp
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/quota
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/reference
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/registry
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/registry/resumable
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/restartmanager
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/runconfig
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/runconfig/opts
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/daemon
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/environment
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fakecontext
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fakegit
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fakestorage
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fixtures/load
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fixtures/plugin
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/registry
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/testutil/request
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/drivers
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/local
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/mounts
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/service
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/service/opts
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/volume/testutils'
16:09:25 [2023-01-11T16:09:25.615Z] + base_pkg_list='github.com/docker/docker/api
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/backend/build
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/httpstatus
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/httputils
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/middleware
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/build
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/checkpoint
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/container
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/debug
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/distribution
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/grpc
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/image
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/network
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/plugin
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/session
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/swarm
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/system
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/server/router/volume
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/backend
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/blkiodev
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/container
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/events
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/filters
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/image
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/mount
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/network
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/plugins/logdriver
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/registry
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/strslice
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/swarm
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/swarm/runtime
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/time
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/versions
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/versions/v1p19
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/versions/v1p20
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/api/types/volume
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/exporter
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/builder-next/worker
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/dockerfile
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/remotecontext
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/remotecontext/git
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/builder/remotecontext/urlutil
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cli/debug
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cli/winresources/docker-proxy
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cli/winresources/dockerd
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/client
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cmd/docker-proxy
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cmd/dockerd
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cmd/dockerd/trap
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:09:25 [2023-01-11T16:09:25.615Z] github.com/docker/docker/container
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/container/stream
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/contrib/apparmor
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/contrib/docker-device-tool
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/contrib/httpserver
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster/convert
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster/executor
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster/executor/container
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster/provider
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/config
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/containerd
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/events
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/events/testutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/aufs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/copy
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/overlay
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/register
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/vfs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/zfs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/images
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/initlayer
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/links
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/listeners
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/awslogs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/fluentd
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/gcplogs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/gelf
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/journald
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/local
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/logentries
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/loggertest
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/loggerutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/splunk
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/syslog
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/templates
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/names
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/network
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/stats
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/distribution
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/distribution/metadata
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/distribution/utils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/distribution/xfer
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/dockerversion
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/errdefs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/image
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/image/cache
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/image/tarexport
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/image/v1
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/internal/mounttree
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/internal/test/suite
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/internal/unshare
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/layer
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libcontainerd
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libcontainerd/queue
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libcontainerd/remote
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libcontainerd/supervisor
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libcontainerd/types
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/oci
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/oci/caps
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/opts
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/aaparser
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/archive
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/authorization
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/broadcaster
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/capabilities
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/chrootarchive
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/containerfs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/devicemapper
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/directory
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/dmesg
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/fileutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/homedir
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/idtools
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/ioutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/jsonmessage
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/longpath
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/loopback
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/namesgenerator
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/parsers
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/parsers/kernel
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/pidfile
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/platform
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/platforms
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/plugingetter
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/plugins
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/plugins/transport
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/pools
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/process
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/progress
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/reexec
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/rootless
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/rootless/specconv
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/stack
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/stdcopy
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/streamformatter
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/stringid
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/sysinfo
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/system
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/tailfile
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/tarsum
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/pkg/useragent
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/plugin
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/plugin/executor/containerd
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/plugin/v2
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/profiles/apparmor
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/profiles/seccomp
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/quota
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/reference
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/registry
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/registry/resumable
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/restartmanager
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/runconfig
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/runconfig/opts
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil/daemon
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil/environment
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil/fakecontext
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil/fakegit
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil/fakestorage
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil/fixtures/load
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil/fixtures/plugin
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil/registry
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/testutil/request
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/volume
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/volume/drivers
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/volume/local
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/volume/mounts
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/volume/service
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/volume/service/opts
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/volume/testutils'
16:09:25 [2023-01-11T16:09:25.616Z] ++ grep --fixed-strings /libnetwork
16:09:25 [2023-01-11T16:09:25.616Z] ++ echo 'github.com/docker/docker/api
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/backend/build
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/httpstatus
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/httputils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/middleware
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/build
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/checkpoint
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/container
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/debug
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/distribution
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/grpc
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/image
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/network
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/plugin
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/session
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/swarm
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/system
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/server/router/volume
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/backend
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/blkiodev
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/container
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/events
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/filters
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/image
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/mount
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/network
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/plugins/logdriver
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/registry
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/strslice
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/swarm
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/swarm/runtime
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/time
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/versions
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/versions/v1p19
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/versions/v1p20
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/api/types/volume
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/builder-next
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/builder-next/exporter
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/builder-next/worker
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/dockerfile
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/remotecontext
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/remotecontext/git
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/builder/remotecontext/urlutil
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/cli/debug
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/cli/winresources/docker-proxy
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/cli/winresources/dockerd
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/client
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/cmd/docker-proxy
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/cmd/dockerd
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/cmd/dockerd/trap
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/container
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/container/stream
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/contrib/apparmor
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/contrib/docker-device-tool
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/contrib/httpserver
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster/convert
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster/executor
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster/executor/container
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/cluster/provider
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/config
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/containerd
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/events
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/events/testutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/aufs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/copy
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/overlay
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/register
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/vfs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/graphdriver/zfs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/images
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/initlayer
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/links
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/listeners
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/awslogs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/fluentd
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/gcplogs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/gelf
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/journald
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/local
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/logentries
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/loggertest
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/loggerutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/splunk
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/syslog
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/logger/templates
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/names
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/network
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/daemon/stats
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/distribution
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/distribution/metadata
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/distribution/utils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/distribution/xfer
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/dockerversion
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/errdefs
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/image
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/image/cache
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/image/tarexport
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/image/v1
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/internal/mounttree
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/internal/test/suite
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/internal/unshare
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/layer
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libcontainerd
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libcontainerd/queue
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libcontainerd/remote
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libcontainerd/supervisor
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libcontainerd/types
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/bitseq
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/cluster
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/config
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/datastore
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/diagnostic
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/discoverapi
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/driverapi
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/bridge
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/host
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/null
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/overlay
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/remote
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/windows
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/drvregistry
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/etchosts
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/idm
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/internal/caller
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/ipam
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/ipamapi
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/ipams/builtin
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/ipams/null
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/ipams/remote
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/ipamutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/iptables
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/netlabel
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/netutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/networkdb
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/ns
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/options
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/osl
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/osl/kernel
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/portallocator
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/portmapper
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/resolvconf
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/testutils
16:09:25 [2023-01-11T16:09:25.616Z] github.com/docker/docker/libnetwork/types
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/oci
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/oci/caps
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/opts
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/aaparser
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/archive
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/authorization
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/broadcaster
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/capabilities
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/chrootarchive
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/containerfs
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/devicemapper
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/directory
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/dmesg
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/fileutils
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/homedir
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/idtools
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/ioutils
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/jsonmessage
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/longpath
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/loopback
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/namesgenerator
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/parsers
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/parsers/kernel
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/pidfile
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/platform
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/platforms
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/plugingetter
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/plugins
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/plugins/transport
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/pools
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/process
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/progress
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/reexec
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/rootless
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/rootless/specconv
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/stack
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/stdcopy
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/streamformatter
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/stringid
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/sysinfo
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/system
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/tailfile
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/tarsum
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/pkg/useragent
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/plugin
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/plugin/executor/containerd
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/plugin/v2
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/profiles/apparmor
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/profiles/seccomp
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/quota
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/reference
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/registry
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/registry/resumable
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/restartmanager
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/runconfig
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/runconfig/opts
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil/daemon
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil/environment
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil/fakecontext
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil/fakegit
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil/fakestorage
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil/fixtures/load
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil/fixtures/plugin
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil/registry
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/testutil/request
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/volume
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/volume/drivers
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/volume/local
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/volume/mounts
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/volume/service
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/volume/service/opts
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/volume/testutils'
16:09:25 [2023-01-11T16:09:25.617Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/bitseq
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cluster
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/config
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/datastore
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/diagnostic
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/discoverapi
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/driverapi
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/bridge
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/host
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/null
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/overlay
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/remote
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/windows
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drvregistry
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/etchosts
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/idm
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/internal/caller
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipam
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipamapi
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipams/builtin
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipams/null
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipams/remote
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipamutils
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/iptables
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/netlabel
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/netutils
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/networkdb
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ns
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/options
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/osl
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/osl/kernel
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/portallocator
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/portmapper
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/resolvconf
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/testutils
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/types'
16:09:25 [2023-01-11T16:09:25.617Z] + echo 'github.com/docker/docker/libnetwork
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/bitseq
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cluster
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/config
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/datastore
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/diagnostic
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/discoverapi
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/driverapi
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/bridge
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/host
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/null
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/overlay
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/remote
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/windows
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drvregistry
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/etchosts
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/idm
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/internal/caller
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipam
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipamapi
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipams/builtin
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipams/null
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipams/remote
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ipamutils
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/iptables
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/netlabel
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/netutils
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/networkdb
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/ns
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/options
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/osl
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/osl/kernel
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/portallocator
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/portmapper
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/resolvconf
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/testutils
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/types'
16:09:25 [2023-01-11T16:09:25.617Z] + grep --fixed-strings libnetwork/drivers/bridge
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/bridge
16:09:25 [2023-01-11T16:09:25.617Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:09:25 [2023-01-11T16:09:25.617Z] + type docker-proxy
16:09:25 [2023-01-11T16:09:25.617Z] hack/test/unit: line 25: type: docker-proxy: not found
16:09:25 [2023-01-11T16:09:25.617Z] + hack/make.sh binary-proxy install-proxy
16:09:25 [2023-01-11T16:09:25.617Z] 
16:09:25 [2023-01-11T16:09:25.617Z] Removing bundles/
16:09:25 [2023-01-11T16:09:25.617Z] 
16:09:25 [2023-01-11T16:09:25.617Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
16:09:25 [2023-01-11T16:09:25.617Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
16:09:33 [2023-01-11T16:09:33.759Z] Created binary: bundles/binary-proxy/docker-proxy
16:09:33 [2023-01-11T16:09:33.759Z] 
16:09:33 [2023-01-11T16:09:33.759Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
16:09:33 [2023-01-11T16:09:33.759Z] Installing docker-proxy to /usr/local/bin/
16:09:33 [2023-01-11T16:09:33.759Z] 
16:09:33 [2023-01-11T16:09:33.759Z] + mkdir -p bundles
16:09:33 [2023-01-11T16:09:33.759Z] + '[' -n 'github.com/docker/docker/api
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/backend/build
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/httpstatus
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/httputils
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/middleware
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/build
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/checkpoint
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/container
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/debug
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/distribution
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/grpc
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/image
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/network
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/plugin
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/session
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/swarm
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/system
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/server/router/volume
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/backend
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/blkiodev
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/container
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/events
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/filters
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/image
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/mount
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/network
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/plugins/logdriver
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/registry
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/strslice
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/swarm
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/swarm/runtime
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/time
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/versions
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/versions/v1p19
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/versions/v1p20
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/api/types/volume
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/builder-next
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/builder-next/exporter
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/builder-next/worker
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/dockerfile
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/remotecontext
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/remotecontext/git
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/builder/remotecontext/urlutil
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/cli/debug
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/cli/winresources/docker-proxy
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/cli/winresources/dockerd
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/client
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/cmd/docker-proxy
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/cmd/dockerd
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/cmd/dockerd/trap
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/container
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/container/stream
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/contrib/apparmor
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/contrib/docker-device-tool
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/contrib/httpserver
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/cluster
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/cluster/convert
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/cluster/executor
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/cluster/executor/container
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/cluster/provider
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/config
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/containerd
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/events
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/events/testutils
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/aufs
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/copy
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/overlay
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/register
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/vfs
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/graphdriver/zfs
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/images
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/initlayer
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/links
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/listeners
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/awslogs
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/fluentd
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/gcplogs
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/gelf
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/journald
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/local
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/logentries
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/loggertest
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/loggerutils
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/splunk
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/syslog
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/logger/templates
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/names
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/network
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/daemon/stats
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/distribution
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/distribution/metadata
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/distribution/utils
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/distribution/xfer
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/dockerversion
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/errdefs
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/image
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/image/cache
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/image/tarexport
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/image/v1
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/internal/mounttree
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/internal/test/suite
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/internal/unshare
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/layer
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/libcontainerd
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/libcontainerd/queue
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/libcontainerd/remote
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/libcontainerd/supervisor
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/libcontainerd/types
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/oci
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/oci/caps
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/opts
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/aaparser
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/archive
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/authorization
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/broadcaster
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/capabilities
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/chrootarchive
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/containerfs
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/devicemapper
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/directory
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/dmesg
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/fileutils
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/homedir
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/idtools
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/ioutils
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/jsonmessage
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/longpath
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/loopback
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/namesgenerator
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/parsers
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/parsers/kernel
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/pidfile
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/platform
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/platforms
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/plugingetter
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/plugins
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/plugins/transport
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/pools
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/process
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/progress
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/reexec
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/rootless
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/rootless/specconv
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/stack
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/stdcopy
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/streamformatter
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/stringid
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/sysinfo
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/system
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/tailfile
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/tarsum
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/pkg/useragent
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/plugin
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/plugin/executor/containerd
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/plugin/v2
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/profiles/apparmor
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/profiles/seccomp
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/quota
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/reference
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/registry
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/registry/resumable
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/restartmanager
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/runconfig
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/runconfig/opts
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil/daemon
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil/environment
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil/fakecontext
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil/fakegit
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil/fakestorage
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil/fixtures/load
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil/fixtures/plugin
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil/registry
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/testutil/request
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/volume
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/volume/drivers
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/volume/local
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/volume/mounts
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/volume/service
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/volume/service/opts
16:09:33 [2023-01-11T16:09:33.759Z] github.com/docker/docker/volume/testutils' ']'
16:09:33 [2023-01-11T16:09:33.760Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/platforms github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
16:09:33 [2023-01-11T16:09:33.760Z] ?   	github.com/docker/docker/api	[no test files]
16:09:48 [2023-01-11T16:09:48.659Z] ok  	github.com/docker/docker/api/server	0.006s	coverage: 7.9% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 31.9% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/api/server/middleware	0.007s	coverage: 37.7% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/api/server/router/swarm	0.007s	coverage: 6.0% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/api/server/router/volume	0.015s	coverage: 66.7% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/api/types/container	0.008s	coverage: 74.3% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/api/types/registry	0.008s	coverage: 54.2% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 95.3% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/api/types/time	0.006s	coverage: 100.0% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/builder	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/builder/remotecontext	0.049s	coverage: 13.7% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/builder/dockerfile	0.101s	coverage: 50.1% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
16:11:10 [2023-01-11T16:11:10.124Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
16:11:12 [2023-01-11T16:11:12.664Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.013s	coverage: 82.5% of statements
16:11:12 [2023-01-11T16:11:12.664Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
16:11:12 [2023-01-11T16:11:12.664Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
16:11:13 [2023-01-11T16:11:13.234Z] ok  	github.com/docker/docker/client	0.071s	coverage: 76.1% of statements
16:11:13 [2023-01-11T16:11:13.234Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.153s	coverage: 66.5% of statements
16:11:51 [2023-01-11T16:11:51.993Z] ok  	github.com/docker/docker/cmd/dockerd	0.076s	coverage: 27.7% of statements
16:11:51 [2023-01-11T16:11:51.993Z] ok  	github.com/docker/docker/container	0.123s	coverage: 36.5% of statements
16:11:51 [2023-01-11T16:11:51.993Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.412s	coverage: 0.0% of statements
16:11:51 [2023-01-11T16:11:51.993Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
16:11:51 [2023-01-11T16:11:51.993Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:11:51 [2023-01-11T16:11:51.993Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:11:51 [2023-01-11T16:11:51.993Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
16:11:51 [2023-01-11T16:11:51.993Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:11:54 [2023-01-11T16:11:54.532Z] ok  	github.com/docker/docker/daemon/cluster	0.073s	coverage: 0.5% of statements
16:11:56 [2023-01-11T16:11:56.440Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.030s	coverage: 65.3% of statements
16:11:58 [2023-01-11T16:11:58.349Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.012s	coverage: 36.9% of statements
16:12:04 [2023-01-11T16:12:04.924Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.448s	coverage: 13.4% of statements
16:12:06 [2023-01-11T16:12:06.307Z] ok  	github.com/docker/docker/daemon/config	0.034s	coverage: 77.1% of statements
16:12:06 [2023-01-11T16:12:06.878Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
16:12:07 [2023-01-11T16:12:07.817Z] ok  	github.com/docker/docker/daemon/graphdriver	0.008s	coverage: 2.2% of statements
16:12:07 [2023-01-11T16:12:07.817Z] ok  	github.com/docker/docker/daemon	10.116s	coverage: 16.2% of statements
16:12:07 [2023-01-11T16:12:07.817Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:12:07 [2023-01-11T16:12:07.817Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:12:07 [2023-01-11T16:12:07.817Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
16:12:07 [2023-01-11T16:12:07.817Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:12:09 [2023-01-11T16:12:09.750Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.705s	coverage: 74.8% of statements
16:12:10 [2023-01-11T16:12:10.010Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.009s	coverage: 2.8% of statements
16:12:10 [2023-01-11T16:12:10.580Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.325s	coverage: 60.7% of statements
16:12:12 [2023-01-11T16:12:12.492Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
16:12:13 [2023-01-11T16:12:13.882Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.266s	coverage: 50.6% of statements
16:12:14 [2023-01-11T16:12:14.823Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.677s	coverage: 45.9% of statements
16:12:14 [2023-01-11T16:12:14.823Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:12:15 [2023-01-11T16:12:15.769Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.202s	coverage: 60.3% of statements
16:12:16 [2023-01-11T16:12:16.029Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:12:16 [2023-01-11T16:12:16.029Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:12:16 [2023-01-11T16:12:16.600Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.016s	coverage: 58.5% of statements
16:12:17 [2023-01-11T16:12:17.171Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.010s	coverage: 3.0% of statements
16:12:17 [2023-01-11T16:12:17.741Z] ok  	github.com/docker/docker/daemon/links	0.008s	coverage: 93.0% of statements
16:12:19 [2023-01-11T16:12:19.127Z] ok  	github.com/docker/docker/daemon/images	0.054s	coverage: 6.7% of statements
16:12:19 [2023-01-11T16:12:19.127Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:12:19 [2023-01-11T16:12:19.127Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:12:19 [2023-01-11T16:12:19.388Z] ok  	github.com/docker/docker/daemon/logger	0.221s	coverage: 43.2% of statements
16:12:20 [2023-01-11T16:12:20.330Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.024s	coverage: 53.6% of statements
16:12:20 [2023-01-11T16:12:20.330Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.157s	coverage: 78.8% of statements
16:12:20 [2023-01-11T16:12:20.330Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:12:21 [2023-01-11T16:12:21.272Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
16:12:21 [2023-01-11T16:12:21.533Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.007s	coverage: 88.2% of statements
16:12:22 [2023-01-11T16:12:22.474Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.168s	coverage: 76.8% of statements
16:12:23 [2023-01-11T16:12:23.045Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
16:12:23 [2023-01-11T16:12:23.986Z] ok  	github.com/docker/docker/daemon/logger/local	0.028s	coverage: 79.4% of statements
16:12:24 [2023-01-11T16:12:24.927Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.017s	coverage: 63.5% of statements
16:12:25 [2023-01-11T16:12:25.507Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.021s	coverage: 31.5% of statements
16:12:25 [2023-01-11T16:12:25.507Z] ok  	github.com/docker/docker/daemon/logger/journald	3.839s	coverage: 74.5% of statements
16:12:25 [2023-01-11T16:12:25.507Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
16:12:25 [2023-01-11T16:12:25.507Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
16:12:25 [2023-01-11T16:12:25.507Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:12:25 [2023-01-11T16:12:25.507Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
16:12:26 [2023-01-11T16:12:26.457Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.013s	coverage: 46.8% of statements
16:12:27 [2023-01-11T16:12:27.037Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
16:12:27 [2023-01-11T16:12:27.606Z] ok  	github.com/docker/docker/daemon/network	0.007s	coverage: 63.8% of statements
16:12:28 [2023-01-11T16:12:28.176Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.527s	coverage: 82.5% of statements
16:12:28 [2023-01-11T16:12:28.176Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:12:28 [2023-01-11T16:12:28.176Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:12:29 [2023-01-11T16:12:29.116Z] ok  	github.com/docker/docker/distribution/metadata	0.035s	coverage: 44.4% of statements
16:12:29 [2023-01-11T16:12:29.686Z] ok  	github.com/docker/docker/distribution	0.600s	coverage: 29.5% of statements
16:12:29 [2023-01-11T16:12:29.686Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:12:30 [2023-01-11T16:12:30.255Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.7% of statements
16:12:31 [2023-01-11T16:12:31.194Z] ok  	github.com/docker/docker/image	0.028s	coverage: 86.5% of statements
16:12:31 [2023-01-11T16:12:31.454Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
16:12:31 [2023-01-11T16:12:31.713Z] ok  	github.com/docker/docker/distribution/xfer	1.905s	coverage: 85.4% of statements
16:12:31 [2023-01-11T16:12:31.713Z] ?   	github.com/docker/docker/dockerversion	[no test files]
16:12:32 [2023-01-11T16:12:32.284Z] ok  	github.com/docker/docker/image/tarexport	0.010s	coverage: 0.7% of statements
16:12:32 [2023-01-11T16:12:32.284Z] ?   	github.com/docker/docker/image/v1	[no test files]
16:12:32 [2023-01-11T16:12:32.543Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
16:12:32 [2023-01-11T16:12:32.544Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:12:32 [2023-01-11T16:12:32.544Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
16:12:32 [2023-01-11T16:12:32.803Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
16:12:33 [2023-01-11T16:12:33.743Z] ok  	github.com/docker/docker/oci	0.011s	coverage: 39.3% of statements
16:12:34 [2023-01-11T16:12:34.002Z] ok  	github.com/docker/docker/opts	0.019s	coverage: 67.3% of statements
16:12:34 [2023-01-11T16:12:34.262Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
16:12:36 [2023-01-11T16:12:36.170Z] ok  	github.com/docker/docker/pkg/archive	0.312s	coverage: 81.8% of statements
16:12:37 [2023-01-11T16:12:37.552Z] ok  	github.com/docker/docker/pkg/authorization	0.577s	coverage: 68.3% of statements
16:12:37 [2023-01-11T16:12:37.552Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
16:12:37 [2023-01-11T16:12:37.552Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
16:12:38 [2023-01-11T16:12:38.491Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.240s	coverage: 83.1% of statements
16:12:38 [2023-01-11T16:12:38.751Z] ok  	github.com/docker/docker/pkg/containerfs	0.003s	coverage: 28.6% of statements
16:12:38 [2023-01-11T16:12:38.751Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
16:12:39 [2023-01-11T16:12:39.011Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
16:12:39 [2023-01-11T16:12:39.271Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 77.5% of statements
16:12:39 [2023-01-11T16:12:39.531Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 10.4% of statements
16:12:40 [2023-01-11T16:12:40.470Z] ok  	github.com/docker/docker/pkg/idtools	0.352s	coverage: 69.6% of statements
16:12:41 [2023-01-11T16:12:41.039Z] ok  	github.com/docker/docker/pkg/ioutils	0.350s	coverage: 70.5% of statements
16:12:41 [2023-01-11T16:12:41.039Z] ok  	github.com/docker/docker/layer	7.519s	coverage: 68.9% of statements
16:12:41 [2023-01-11T16:12:41.039Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:12:41 [2023-01-11T16:12:41.039Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:12:41 [2023-01-11T16:12:41.039Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:12:41 [2023-01-11T16:12:41.039Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:12:41 [2023-01-11T16:12:41.039Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:12:41 [2023-01-11T16:12:41.039Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
16:12:41 [2023-01-11T16:12:41.299Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 45.5% of statements
16:12:41 [2023-01-11T16:12:41.559Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
16:12:41 [2023-01-11T16:12:41.559Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
16:12:41 [2023-01-11T16:12:41.559Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.009s	coverage: 85.7% of statements
16:12:41 [2023-01-11T16:12:41.819Z] ok  	github.com/docker/docker/pkg/parsers	0.005s	coverage: 97.0% of statements
16:12:42 [2023-01-11T16:12:42.079Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.010s	coverage: 60.0% of statements
16:12:42 [2023-01-11T16:12:42.079Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.009s	coverage: 90.2% of statements
16:12:42 [2023-01-11T16:12:42.339Z] ok  	github.com/docker/docker/pkg/pidfile	0.009s	coverage: 94.1% of statements
16:12:42 [2023-01-11T16:12:42.339Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:12:42 [2023-01-11T16:12:42.339Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
16:12:42 [2023-01-11T16:12:42.339Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:12:42 [2023-01-11T16:12:42.919Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
16:12:43 [2023-01-11T16:12:43.178Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
16:12:43 [2023-01-11T16:12:43.438Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
16:12:43 [2023-01-11T16:12:43.698Z] ok  	github.com/docker/docker/pkg/process	0.003s	coverage: 21.7% of statements
16:12:43 [2023-01-11T16:12:43.958Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
16:12:44 [2023-01-11T16:12:44.218Z] ok  	github.com/docker/docker/pkg/reexec	0.011s	coverage: 82.4% of statements
16:12:44 [2023-01-11T16:12:44.477Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
16:12:44 [2023-01-11T16:12:44.737Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
16:12:44 [2023-01-11T16:12:44.998Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
16:12:45 [2023-01-11T16:12:45.258Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 61.9% of statements
16:12:45 [2023-01-11T16:12:45.827Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 56.0% of statements
16:12:46 [2023-01-11T16:12:46.396Z] ok  	github.com/docker/docker/pkg/system	0.007s	coverage: 43.1% of statements
16:12:46 [2023-01-11T16:12:46.656Z] ok  	github.com/docker/docker/pkg/tailfile	0.057s	coverage: 88.6% of statements
16:12:47 [2023-01-11T16:12:47.226Z] ok  	github.com/docker/docker/pkg/tarsum	0.047s	coverage: 89.1% of statements
16:12:47 [2023-01-11T16:12:47.486Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
16:12:49 [2023-01-11T16:12:49.395Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.2% of statements
16:12:49 [2023-01-11T16:12:49.964Z] ok  	github.com/docker/docker/plugin/v2	0.005s	coverage: 14.4% of statements
16:12:50 [2023-01-11T16:12:50.223Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
16:12:51 [2023-01-11T16:12:51.605Z] ok  	github.com/docker/docker/quota	0.160s	coverage: 71.4% of statements
16:12:51 [2023-01-11T16:12:51.605Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
16:12:52 [2023-01-11T16:12:52.546Z] ok  	github.com/docker/docker/registry	0.082s	coverage: 58.7% of statements
16:12:53 [2023-01-11T16:12:53.116Z] ok  	github.com/docker/docker/registry/resumable	0.018s	coverage: 100.0% of statements
16:12:53 [2023-01-11T16:12:53.376Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 51.9% of statements
16:12:53 [2023-01-11T16:12:53.636Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 63.6% of statements
16:12:53 [2023-01-11T16:12:53.896Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
16:12:55 [2023-01-11T16:12:55.805Z] ok  	github.com/docker/docker/volume/drivers	0.007s	coverage: 36.1% of statements
16:12:56 [2023-01-11T16:12:56.375Z] ok  	github.com/docker/docker/volume/local	0.078s	coverage: 76.6% of statements
16:12:56 [2023-01-11T16:12:56.945Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 68.1% of statements
16:12:58 [2023-01-11T16:12:58.331Z] ok  	github.com/docker/docker/volume/service	0.017s	coverage: 73.2% of statements
16:13:20 [2023-01-11T16:13:20.306Z] ok  	github.com/docker/docker/pkg/plugins	33.634s	coverage: 74.4% of statements
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/volume	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === Skipped
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     network_proxy_test.go:208: No support for dual stack yet
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:44: Driver btrfs not supported
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:44: Driver btrfs not supported
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:44: Driver btrfs not supported
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:44: Driver btrfs not supported
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:44: Driver btrfs not supported
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:71: No driver to put!
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z] time="2023-01-11T16:12:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z] time="2023-01-11T16:12:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z] time="2023-01-11T16:12:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z] time="2023-01-11T16:12:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z] time="2023-01-11T16:12:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     graphtest_unix.go:71: No driver to put!
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     overlay_test.go:50: Fails to compute changes intermittently
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
16:13:20 [2023-01-11T16:13:20.306Z]     overlay_test.go:65: Cannot run test with naive change algorithm
16:13:20 [2023-01-11T16:13:20.306Z] 
16:13:20 [2023-01-11T16:13:20.306Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
16:13:20 [2023-01-11T16:13:20.307Z] 
16:13:20 [2023-01-11T16:13:20.307Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:44: Driver zfs not supported
16:13:20 [2023-01-11T16:13:20.307Z] 
16:13:20 [2023-01-11T16:13:20.307Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:44: Driver zfs not supported
16:13:20 [2023-01-11T16:13:20.307Z] 
16:13:20 [2023-01-11T16:13:20.307Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:44: Driver zfs not supported
16:13:20 [2023-01-11T16:13:20.307Z] 
16:13:20 [2023-01-11T16:13:20.307Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:44: Driver zfs not supported
16:13:20 [2023-01-11T16:13:20.307Z] 
16:13:20 [2023-01-11T16:13:20.307Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:44: Driver zfs not supported
16:13:20 [2023-01-11T16:13:20.307Z] 
16:13:20 [2023-01-11T16:13:20.307Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
16:13:20 [2023-01-11T16:13:20.307Z]     graphtest_unix.go:71: No driver to put!
16:13:20 [2023-01-11T16:13:20.307Z] 
16:13:20 [2023-01-11T16:13:20.307Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
16:13:20 [2023-01-11T16:13:20.307Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
16:13:20 [2023-01-11T16:13:20.307Z] 
16:13:20 [2023-01-11T16:13:20.307Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
16:13:20 [2023-01-11T16:13:20.307Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
16:13:20 [2023-01-11T16:13:20.307Z] 
16:13:20 [2023-01-11T16:13:20.307Z] DONE 2962 tests, 28 skipped in 224.201s
16:13:20 [2023-01-11T16:13:20.307Z] + '[' -n 'github.com/docker/docker/libnetwork
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/bitseq
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/cluster
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/config
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/datastore
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/diagnostic
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/discoverapi
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/driverapi
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/bridge
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/host
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/null
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/overlay
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/remote
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/windows
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/drvregistry
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/etchosts
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/idm
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/internal/caller
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/ipam
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/ipamapi
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/ipams/builtin
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/ipams/null
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/ipams/remote
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/ipamutils
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/iptables
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/netlabel
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/netutils
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/networkdb
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/ns
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/options
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/osl
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/osl/kernel
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/portallocator
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/portmapper
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/resolvconf
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/testutils
16:13:20 [2023-01-11T16:13:20.307Z] github.com/docker/docker/libnetwork/types' ']'
16:13:20 [2023-01-11T16:13:20.307Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
16:14:07 [2023-01-11T16:14:07.002Z] ok  	github.com/docker/docker/libnetwork	42.101s	coverage: 40.9% of statements
16:14:07 [2023-01-11T16:14:07.002Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.144s	coverage: 84.4% of statements
16:14:07 [2023-01-11T16:14:07.002Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
16:14:07 [2023-01-11T16:14:07.002Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
16:14:07 [2023-01-11T16:14:07.002Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
16:14:07 [2023-01-11T16:14:07.002Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
16:14:07 [2023-01-11T16:14:07.002Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
16:14:07 [2023-01-11T16:14:07.002Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
16:14:07 [2023-01-11T16:14:07.002Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
16:14:07 [2023-01-11T16:14:07.002Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
16:14:07 [2023-01-11T16:14:07.002Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 9.3% of statements
16:14:07 [2023-01-11T16:14:07.002Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 22.0% of statements
16:14:07 [2023-01-11T16:14:07.002Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
16:14:07 [2023-01-11T16:14:07.002Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
16:14:07 [2023-01-11T16:14:07.572Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.004s	coverage: 68.9% of statements
16:14:10 [2023-01-11T16:14:10.863Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.760s	coverage: 62.1% of statements
16:14:10 [2023-01-11T16:14:10.863Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
16:14:10 [2023-01-11T16:14:10.863Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 34.8% of statements
16:14:11 [2023-01-11T16:14:11.432Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.155s	coverage: 5.2% of statements
16:14:11 [2023-01-11T16:14:11.691Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
16:14:12 [2023-01-11T16:14:12.259Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.8% of statements
16:14:12 [2023-01-11T16:14:12.259Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
16:14:12 [2023-01-11T16:14:12.519Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
16:14:22 [2023-01-11T16:14:22.528Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.111s	coverage: 6.9% of statements
16:14:22 [2023-01-11T16:14:22.528Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
16:14:22 [2023-01-11T16:14:22.528Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.005s	coverage: 63.6% of statements
16:14:23 [2023-01-11T16:14:23.096Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.4% of statements
16:14:23 [2023-01-11T16:14:23.096Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
16:14:23 [2023-01-11T16:14:23.096Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
16:14:23 [2023-01-11T16:14:23.096Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
16:14:23 [2023-01-11T16:14:23.666Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
16:14:23 [2023-01-11T16:14:23.927Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.013s	coverage: 81.0% of statements
16:14:24 [2023-01-11T16:14:24.186Z] ok  	github.com/docker/docker/libnetwork/idm	0.003s	coverage: 87.5% of statements
16:14:24 [2023-01-11T16:14:24.186Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
16:14:36 [2023-01-11T16:14:36.403Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
16:14:54 [2023-01-11T16:14:54.505Z] ok  	github.com/docker/docker/libnetwork/ipam	16.416s	coverage: 85.3% of statements
16:14:54 [2023-01-11T16:14:54.505Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
16:14:54 [2023-01-11T16:14:54.505Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
16:14:54 [2023-01-11T16:14:54.505Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.014s	coverage: 57.1% of statements
16:14:54 [2023-01-11T16:14:54.505Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.011s	coverage: 47.4% of statements
16:14:54 [2023-01-11T16:14:54.505Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
16:14:54 [2023-01-11T16:14:54.505Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.004s	coverage: 71.4% of statements
16:14:54 [2023-01-11T16:14:54.505Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.274s	coverage: 74.0% of statements
16:14:54 [2023-01-11T16:14:54.505Z] ok  	github.com/docker/docker/libnetwork/iptables	0.253s	coverage: 40.7% of statements
16:14:54 [2023-01-11T16:14:54.505Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
16:14:54 [2023-01-11T16:14:54.505Z] ok  	github.com/docker/docker/libnetwork/netutils	0.017s	coverage: 44.1% of statements
16:16:45 [2023-01-11T16:16:45.996Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.462s	coverage: 60.1% of statements
16:16:45 [2023-01-11T16:16:45.996Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
16:16:45 [2023-01-11T16:16:45.996Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
16:16:45 [2023-01-11T16:16:45.996Z] ok  	github.com/docker/docker/libnetwork/osl	4.329s	coverage: 38.9% of statements
16:16:45 [2023-01-11T16:16:45.996Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
16:16:45 [2023-01-11T16:16:45.996Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
16:16:47 [2023-01-11T16:16:47.378Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.686s	coverage: 46.3% of statements
16:16:47 [2023-01-11T16:16:47.378Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 82.8% of statements
16:16:47 [2023-01-11T16:16:47.378Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
16:16:47 [2023-01-11T16:16:47.638Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
16:16:47 [2023-01-11T16:16:47.638Z] 
16:16:47 [2023-01-11T16:16:47.638Z] === Skipped
16:16:47 [2023-01-11T16:16:47.638Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
16:16:47 [2023-01-11T16:16:47.638Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
16:16:47 [2023-01-11T16:16:47.638Z] 
16:16:47 [2023-01-11T16:16:47.638Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
16:16:47 [2023-01-11T16:16:47.638Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
16:16:47 [2023-01-11T16:16:47.638Z] 
16:16:47 [2023-01-11T16:16:47.638Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
16:16:47 [2023-01-11T16:16:47.638Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
16:16:47 [2023-01-11T16:16:47.638Z] 
16:16:47 [2023-01-11T16:16:47.638Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
16:16:47 [2023-01-11T16:16:47.638Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
16:16:47 [2023-01-11T16:16:47.638Z] 
16:16:47 [2023-01-11T16:16:47.638Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
16:16:47 [2023-01-11T16:16:47.638Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
16:16:47 [2023-01-11T16:16:47.638Z] 
16:16:47 [2023-01-11T16:16:47.638Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
16:16:47 [2023-01-11T16:16:47.638Z]     firewalld_test.go:14: firewalld is not running
16:16:47 [2023-01-11T16:16:47.638Z] 
16:16:47 [2023-01-11T16:16:47.638Z] DONE 320 tests, 6 skipped in 210.931s
Post stage
[Pipeline] junit
16:16:48 [2023-01-11T16:16:48.590Z] Recording test results
16:16:49 [2023-01-11T16:16:49.909Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:16:50 [2023-01-11T16:16:50.229Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44802/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef161d4aeb2c8f2409e3d991565aeeb42916348c -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef161d4aeb2c8f2409e3d991565aeeb42916348c hack/make.sh dynbinary test-integration
16:16:50 [2023-01-11T16:16:50.804Z] 
16:16:50 [2023-01-11T16:16:50.804Z] Removing bundles/
16:16:50 [2023-01-11T16:16:50.804Z] 
16:16:50 [2023-01-11T16:16:50.804Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:16:50 [2023-01-11T16:16:50.804Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
16:18:27 [2023-01-11T16:18:27.285Z] Created binary: bundles/dynbinary-daemon/dockerd
16:18:27 [2023-01-11T16:18:27.285Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
16:18:27 [2023-01-11T16:18:27.285Z] Created binary: bundles/dynbinary-daemon/docker-proxy
16:18:27 [2023-01-11T16:18:27.285Z] 
16:18:27 [2023-01-11T16:18:27.285Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:18:27 [2023-01-11T16:18:27.285Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:18:27 [2023-01-11T16:18:27.285Z] HOSTNAME=ccf24ca8227d
16:18:27 [2023-01-11T16:18:27.285Z] TESTDEBUG=0
16:18:27 [2023-01-11T16:18:27.285Z] DEST=bundles/test-integration
16:18:27 [2023-01-11T16:18:27.285Z] PWD=/go/src/github.com/docker/docker
16:18:27 [2023-01-11T16:18:27.285Z] DOCKER_GITCOMMIT=ef161d4aeb2c8f2409e3d991565aeeb42916348c
16:18:27 [2023-01-11T16:18:27.285Z] container=docker
16:18:27 [2023-01-11T16:18:27.285Z] HOME=/root
16:18:27 [2023-01-11T16:18:27.285Z] GOLANG_VERSION=1.19.5
16:18:27 [2023-01-11T16:18:27.285Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:18:27 [2023-01-11T16:18:27.285Z] VALIDATE_BRANCH=master
16:18:27 [2023-01-11T16:18:27.285Z] TERM=xterm
16:18:27 [2023-01-11T16:18:27.285Z] DOCKER_PKG=github.com/docker/docker
16:18:27 [2023-01-11T16:18:27.285Z] SHLVL=1
16:18:27 [2023-01-11T16:18:27.285Z] TIMEOUT=120m
16:18:27 [2023-01-11T16:18:27.285Z] DOCKER_GRAPHDRIVER=overlay2
16:18:27 [2023-01-11T16:18:27.285Z] GO111MODULE=off
16:18:27 [2023-01-11T16:18:27.285Z] DOCKER_EXPERIMENTAL=1
16:18:27 [2023-01-11T16:18:27.285Z] TEST_SKIP_INTEGRATION_CLI=1
16:18:27 [2023-01-11T16:18:27.285Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:18:27 [2023-01-11T16:18:27.285Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:18:27 [2023-01-11T16:18:27.285Z] GOPATH=/go
16:18:27 [2023-01-11T16:18:27.285Z] PKG_CONFIG=pkg-config
16:18:27 [2023-01-11T16:18:27.285Z] _=/usr/bin/env
16:18:27 [2023-01-11T16:18:27.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:19:13 [2023-01-11T16:19:13.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:19:13 [2023-01-11T16:19:13.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:19:35 [2023-01-11T16:19:35.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
16:19:42 [2023-01-11T16:19:42.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:19:50 [2023-01-11T16:19:50.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
16:19:50 [2023-01-11T16:19:50.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:19:50 [2023-01-11T16:19:50.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:19:51 [2023-01-11T16:19:51.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:19:52 [2023-01-11T16:19:52.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:19:52 [2023-01-11T16:19:52.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:19:53 [2023-01-11T16:19:53.251Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:19:55 [2023-01-11T16:19:55.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:19:56 [2023-01-11T16:19:56.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:19:57 [2023-01-11T16:19:57.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:19:57 [2023-01-11T16:19:57.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:19:58 [2023-01-11T16:19:58.681Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:19:59 [2023-01-11T16:19:59.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:20:01 [2023-01-11T16:20:01.002Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:20:01 [2023-01-11T16:20:01.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:20:02 [2023-01-11T16:20:02.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:20:03 [2023-01-11T16:20:03.142Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:20:03 [2023-01-11T16:20:03.142Z] Using test binary docker
16:20:03 [2023-01-11T16:20:03.142Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:20:03 [2023-01-11T16:20:03.142Z] +++ /etc/init.d/apparmor start
16:20:03 [2023-01-11T16:20:03.142Z] Not: starting.
16:20:03 [2023-01-11T16:20:03.142Z] INFO: Waiting for daemon to start...
16:20:03 [2023-01-11T16:20:03.142Z] Starting dockerd
16:20:03 [2023-01-11T16:20:03.142Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
16:20:05 [2023-01-11T16:20:05.050Z] .
16:20:05 [2023-01-11T16:20:05.050Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:20:05 [2023-01-11T16:20:05.050Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:20:05 [2023-01-11T16:20:05.050Z] Error: No such image: emptyfs
16:20:05 [2023-01-11T16:20:05.050Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:20:05 [2023-01-11T16:20:05.050Z] ++++ docker load
16:20:05 [2023-01-11T16:20:05.050Z] Loaded image: emptyfs:latest
16:20:05 [2023-01-11T16:20:05.050Z] Running integration-test (iteration 1)
16:20:05 [2023-01-11T16:20:05.050Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
16:20:05 [2023-01-11T16:20:05.050Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
16:20:05 [2023-01-11T16:20:05.050Z] ++ set -e
16:20:05 [2023-01-11T16:20:05.050Z] ++ '[' -n 0 ']'
16:20:05 [2023-01-11T16:20:05.050Z] ++ set -x
16:20:05 [2023-01-11T16:20:05.050Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
16:20:05 [2023-01-11T16:20:05.619Z] Loaded image: busybox:latest
16:20:05 [2023-01-11T16:20:05.619Z] Loaded image: busybox:glibc
16:20:07 [2023-01-11T16:20:07.014Z] Loaded image: debian:bullseye-slim
16:20:07 [2023-01-11T16:20:07.014Z] Loaded image: hello-world:latest
16:20:07 [2023-01-11T16:20:07.014Z] Loaded image: arm32v7/hello-world:latest
16:20:07 [2023-01-11T16:20:07.014Z] INFO: Testing against a local daemon
16:20:07 [2023-01-11T16:20:07.014Z] === RUN   TestCgroupNamespacesBuild
16:20:08 [2023-01-11T16:20:08.394Z] --- PASS: TestCgroupNamespacesBuild (1.23s)
16:20:08 [2023-01-11T16:20:08.394Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:20:09 [2023-01-11T16:20:09.332Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.04s)
16:20:09 [2023-01-11T16:20:09.332Z] === RUN   TestBuildWithSession
16:20:09 [2023-01-11T16:20:09.332Z]     build_session_test.go:25: TODO: BuildKit
16:20:09 [2023-01-11T16:20:09.332Z] --- SKIP: TestBuildWithSession (0.00s)
16:20:09 [2023-01-11T16:20:09.332Z] === RUN   TestBuildSquashParent
16:20:13 [2023-01-11T16:20:13.527Z] --- PASS: TestBuildSquashParent (3.96s)
16:20:13 [2023-01-11T16:20:13.527Z] === RUN   TestBuildWithRemoveAndForceRemove
16:20:13 [2023-01-11T16:20:13.527Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:20:13 [2023-01-11T16:20:13.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:20:13 [2023-01-11T16:20:13.527Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:20:13 [2023-01-11T16:20:13.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:20:13 [2023-01-11T16:20:13.527Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:20:13 [2023-01-11T16:20:13.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:20:13 [2023-01-11T16:20:13.527Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:20:13 [2023-01-11T16:20:13.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:20:13 [2023-01-11T16:20:13.527Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:20:13 [2023-01-11T16:20:13.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:20:13 [2023-01-11T16:20:13.527Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:20:13 [2023-01-11T16:20:13.527Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:20:13 [2023-01-11T16:20:13.527Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:20:13 [2023-01-11T16:20:13.527Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:20:14 [2023-01-11T16:20:14.909Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:20:14 [2023-01-11T16:20:14.909Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:20:15 [2023-01-11T16:20:15.848Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:20:15 [2023-01-11T16:20:15.848Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:20:17 [2023-01-11T16:20:17.228Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
16:20:17 [2023-01-11T16:20:17.228Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.35s)
16:20:17 [2023-01-11T16:20:17.228Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.48s)
16:20:17 [2023-01-11T16:20:17.228Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.09s)
16:20:17 [2023-01-11T16:20:17.228Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.14s)
16:20:17 [2023-01-11T16:20:17.228Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.20s)
16:20:17 [2023-01-11T16:20:17.228Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.06s)
16:20:17 [2023-01-11T16:20:17.228Z] === RUN   TestBuildMultiStageCopy
16:20:17 [2023-01-11T16:20:17.228Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:20:17 [2023-01-11T16:20:17.797Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:20:18 [2023-01-11T16:20:18.057Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:20:18 [2023-01-11T16:20:18.057Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
16:20:18 [2023-01-11T16:20:18.057Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:20:18 [2023-01-11T16:20:18.316Z] --- PASS: TestBuildMultiStageCopy (1.24s)
16:20:18 [2023-01-11T16:20:18.316Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.93s)
16:20:18 [2023-01-11T16:20:18.316Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.07s)
16:20:18 [2023-01-11T16:20:18.316Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.07s)
16:20:18 [2023-01-11T16:20:18.316Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.08s)
16:20:18 [2023-01-11T16:20:18.316Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.09s)
16:20:18 [2023-01-11T16:20:18.316Z] === RUN   TestBuildMultiStageParentConfig
16:20:18 [2023-01-11T16:20:18.575Z] --- PASS: TestBuildMultiStageParentConfig (0.37s)
16:20:18 [2023-01-11T16:20:18.575Z] === RUN   TestBuildLabelWithTargets
16:20:19 [2023-01-11T16:20:19.144Z] --- PASS: TestBuildLabelWithTargets (0.52s)
16:20:19 [2023-01-11T16:20:19.144Z] === RUN   TestBuildWithEmptyLayers
16:20:19 [2023-01-11T16:20:19.144Z] --- PASS: TestBuildWithEmptyLayers (0.11s)
16:20:19 [2023-01-11T16:20:19.144Z] === RUN   TestBuildMultiStageOnBuild
16:20:20 [2023-01-11T16:20:20.524Z] --- PASS: TestBuildMultiStageOnBuild (1.15s)
16:20:20 [2023-01-11T16:20:20.524Z] === RUN   TestBuildUncleanTarFilenames
16:20:20 [2023-01-11T16:20:20.524Z] --- PASS: TestBuildUncleanTarFilenames (0.13s)
16:20:20 [2023-01-11T16:20:20.524Z] === RUN   TestBuildMultiStageLayerLeak
16:20:21 [2023-01-11T16:20:21.463Z] --- PASS: TestBuildMultiStageLayerLeak (1.04s)
16:20:21 [2023-01-11T16:20:21.464Z] === RUN   TestBuildWithHugeFile
16:21:00 [2023-01-11T16:21:00.212Z] --- PASS: TestBuildWithHugeFile (36.95s)
16:21:00 [2023-01-11T16:21:00.212Z] === RUN   TestBuildWCOWSandboxSize
16:21:00 [2023-01-11T16:21:00.212Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:21:00 [2023-01-11T16:21:00.212Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
16:21:00 [2023-01-11T16:21:00.212Z] === RUN   TestBuildWithEmptyDockerfile
16:21:00 [2023-01-11T16:21:00.212Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:21:00 [2023-01-11T16:21:00.212Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:21:00 [2023-01-11T16:21:00.212Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:21:00 [2023-01-11T16:21:00.212Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:21:00 [2023-01-11T16:21:00.212Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:21:00 [2023-01-11T16:21:00.212Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:21:00 [2023-01-11T16:21:00.212Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:21:00 [2023-01-11T16:21:00.212Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:21:00 [2023-01-11T16:21:00.212Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:21:00 [2023-01-11T16:21:00.212Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
16:21:00 [2023-01-11T16:21:00.212Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
16:21:00 [2023-01-11T16:21:00.212Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
16:21:00 [2023-01-11T16:21:00.212Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
16:21:00 [2023-01-11T16:21:00.212Z] === RUN   TestBuildPreserveOwnership
16:21:00 [2023-01-11T16:21:00.212Z] === RUN   TestBuildPreserveOwnership/copy_from
16:21:00 [2023-01-11T16:21:00.212Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:21:00 [2023-01-11T16:21:00.782Z] --- PASS: TestBuildPreserveOwnership (2.24s)
16:21:00 [2023-01-11T16:21:00.782Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.61s)
16:21:00 [2023-01-11T16:21:00.782Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.62s)
16:21:00 [2023-01-11T16:21:00.782Z] === RUN   TestBuildPlatformInvalid
16:21:00 [2023-01-11T16:21:00.782Z] --- PASS: TestBuildPlatformInvalid (0.03s)
16:21:00 [2023-01-11T16:21:00.782Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
16:21:01 [2023-01-11T16:21:01.355Z] Loaded image: busybox:latest
16:21:01 [2023-01-11T16:21:01.614Z] Loaded image: busybox:glibc
16:21:02 [2023-01-11T16:21:02.994Z] Loaded image: debian:bullseye-slim
16:21:02 [2023-01-11T16:21:02.994Z] Loaded image: hello-world:latest
16:21:02 [2023-01-11T16:21:02.994Z] Loaded image: arm32v7/hello-world:latest
16:21:12 [2023-01-11T16:21:12.983Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.62s)
16:21:12 [2023-01-11T16:21:12.983Z] PASS
16:21:12 [2023-01-11T16:21:12.983Z] 
16:21:12 [2023-01-11T16:21:12.983Z] === Skipped
16:21:12 [2023-01-11T16:21:12.983Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
16:21:12 [2023-01-11T16:21:12.983Z]     build_session_test.go:25: TODO: BuildKit
16:21:12 [2023-01-11T16:21:12.983Z] 
16:21:12 [2023-01-11T16:21:12.983Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
16:21:12 [2023-01-11T16:21:12.983Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:21:12 [2023-01-11T16:21:12.983Z] 
16:21:12 [2023-01-11T16:21:12.983Z] DONE 34 tests, 2 skipped in 66.285s
16:21:12 [2023-01-11T16:21:12.983Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
16:21:12 [2023-01-11T16:21:12.983Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
16:21:12 [2023-01-11T16:21:12.983Z] ++ set -e
16:21:12 [2023-01-11T16:21:12.983Z] ++ '[' -n 0 ']'
16:21:12 [2023-01-11T16:21:12.983Z] ++ set -x
16:21:12 [2023-01-11T16:21:12.983Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
16:21:12 [2023-01-11T16:21:12.983Z] INFO: Testing against a local daemon
16:21:12 [2023-01-11T16:21:12.983Z] === RUN   TestConfigInspect
16:21:13 [2023-01-11T16:21:13.924Z] --- PASS: TestConfigInspect (2.21s)
16:21:13 [2023-01-11T16:21:13.924Z] === RUN   TestConfigList
16:21:15 [2023-01-11T16:21:15.831Z] --- PASS: TestConfigList (2.10s)
16:21:15 [2023-01-11T16:21:15.831Z] === RUN   TestConfigsCreateAndDelete
16:21:18 [2023-01-11T16:21:18.367Z] --- PASS: TestConfigsCreateAndDelete (2.19s)
16:21:18 [2023-01-11T16:21:18.367Z] === RUN   TestConfigsUpdate
16:21:20 [2023-01-11T16:21:20.273Z] --- PASS: TestConfigsUpdate (2.10s)
16:21:20 [2023-01-11T16:21:20.273Z] === RUN   TestTemplatedConfig
16:21:22 [2023-01-11T16:21:22.835Z] --- PASS: TestTemplatedConfig (2.38s)
16:21:22 [2023-01-11T16:21:22.835Z] === RUN   TestConfigCreateResolve
16:21:24 [2023-01-11T16:21:24.741Z] --- PASS: TestConfigCreateResolve (2.16s)
16:21:24 [2023-01-11T16:21:24.741Z] PASS
16:21:24 [2023-01-11T16:21:24.741Z] 
16:21:24 [2023-01-11T16:21:24.741Z] DONE 6 tests in 13.233s
16:21:24 [2023-01-11T16:21:24.741Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
16:21:24 [2023-01-11T16:21:24.741Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
16:21:24 [2023-01-11T16:21:24.741Z] ++ set -e
16:21:24 [2023-01-11T16:21:24.741Z] ++ '[' -n 0 ']'
16:21:24 [2023-01-11T16:21:24.741Z] ++ set -x
16:21:24 [2023-01-11T16:21:24.741Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
16:21:24 [2023-01-11T16:21:24.741Z] INFO: Testing against a local daemon
16:21:24 [2023-01-11T16:21:24.741Z] === RUN   TestAttachWithTTY
16:21:25 [2023-01-11T16:21:25.001Z] --- PASS: TestAttachWithTTY (0.07s)
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestAttachWithoutTTy
16:21:25 [2023-01-11T16:21:25.001Z] --- PASS: TestAttachWithoutTTy (0.04s)
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestCheckpoint
16:21:25 [2023-01-11T16:21:25.001Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:21:25 [2023-01-11T16:21:25.001Z] --- SKIP: TestCheckpoint (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/commit
16:21:25 [2023-01-11T16:21:25.001Z] === PAUSE TestContainerInvalidJSON/commit
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/create
16:21:25 [2023-01-11T16:21:25.001Z] === PAUSE TestContainerInvalidJSON/containers/create
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
16:21:25 [2023-01-11T16:21:25.001Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
16:21:25 [2023-01-11T16:21:25.001Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
16:21:25 [2023-01-11T16:21:25.001Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:21:25 [2023-01-11T16:21:25.001Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
16:21:25 [2023-01-11T16:21:25.001Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
16:21:25 [2023-01-11T16:21:25.001Z] === CONT  TestContainerInvalidJSON/commit
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
16:21:25 [2023-01-11T16:21:25.001Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/commit/empty_body
16:21:25 [2023-01-11T16:21:25.001Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
16:21:25 [2023-01-11T16:21:25.001Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
16:21:25 [2023-01-11T16:21:25.001Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
16:21:25 [2023-01-11T16:21:25.001Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
16:21:25 [2023-01-11T16:21:25.001Z] === CONT  TestContainerInvalidJSON/containers/create
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
16:21:25 [2023-01-11T16:21:25.001Z] --- PASS: TestContainerInvalidJSON (0.01s)
16:21:25 [2023-01-11T16:21:25.001Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:21:25 [2023-01-11T16:21:25.001Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestCopyFromContainerPathIsNotDir
16:21:25 [2023-01-11T16:21:25.001Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
16:21:25 [2023-01-11T16:21:25.001Z] === RUN   TestCopyToContainerPathDoesNotExist
16:21:25 [2023-01-11T16:21:25.261Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
16:21:25 [2023-01-11T16:21:25.261Z] === RUN   TestCopyEmptyFile
16:21:25 [2023-01-11T16:21:25.261Z] --- PASS: TestCopyEmptyFile (0.09s)
16:21:25 [2023-01-11T16:21:25.261Z] === RUN   TestCopyToContainerPathIsNotDir
16:21:25 [2023-01-11T16:21:25.261Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
16:21:25 [2023-01-11T16:21:25.261Z] === RUN   TestCopyFromContainer
16:21:25 [2023-01-11T16:21:25.831Z] === RUN   TestCopyFromContainer//
16:21:25 [2023-01-11T16:21:25.831Z] === RUN   TestCopyFromContainer/.
16:21:25 [2023-01-11T16:21:25.831Z] === RUN   TestCopyFromContainer//.
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer/./
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer//./
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer//bar/root
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer//bar/root/
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer//bar/root/.
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer/bar/quux
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer/bar/quux/
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer/bar/quux/.
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCopyFromContainer/bar/notarget
16:21:26 [2023-01-11T16:21:26.091Z] --- PASS: TestCopyFromContainer (0.83s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer// (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/. (0.02s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer//. (0.02s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/./ (0.02s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.02s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:21:26 [2023-01-11T16:21:26.091Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:21:26 [2023-01-11T16:21:26.091Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:21:26 [2023-01-11T16:21:26.091Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:21:26 [2023-01-11T16:21:26.091Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:21:26 [2023-01-11T16:21:26.091Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:21:26 [2023-01-11T16:21:26.091Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:21:26 [2023-01-11T16:21:26.091Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCreateLinkToNonExistingContainer
16:21:26 [2023-01-11T16:21:26.091Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCreateWithInvalidEnv
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCreateWithInvalidEnv/0
16:21:26 [2023-01-11T16:21:26.091Z] === PAUSE TestCreateWithInvalidEnv/0
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCreateWithInvalidEnv/1
16:21:26 [2023-01-11T16:21:26.091Z] === PAUSE TestCreateWithInvalidEnv/1
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCreateWithInvalidEnv/2
16:21:26 [2023-01-11T16:21:26.091Z] === PAUSE TestCreateWithInvalidEnv/2
16:21:26 [2023-01-11T16:21:26.091Z] === CONT  TestCreateWithInvalidEnv/0
16:21:26 [2023-01-11T16:21:26.091Z] === CONT  TestCreateWithInvalidEnv/2
16:21:26 [2023-01-11T16:21:26.091Z] === CONT  TestCreateWithInvalidEnv/1
16:21:26 [2023-01-11T16:21:26.091Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
16:21:26 [2023-01-11T16:21:26.091Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
16:21:26 [2023-01-11T16:21:26.091Z] === RUN   TestCreateTmpfsMountsTarget
16:21:26 [2023-01-11T16:21:26.351Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
16:21:26 [2023-01-11T16:21:26.351Z] === RUN   TestCreateWithCustomMaskedPaths
16:21:27 [2023-01-11T16:21:27.734Z] --- PASS: TestCreateWithCustomMaskedPaths (1.35s)
16:21:27 [2023-01-11T16:21:27.734Z] === RUN   TestCreateWithCustomReadonlyPaths
16:21:29 [2023-01-11T16:21:29.115Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.30s)
16:21:29 [2023-01-11T16:21:29.115Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:21:29 [2023-01-11T16:21:29.115Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:21:29 [2023-01-11T16:21:29.115Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:21:29 [2023-01-11T16:21:29.115Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:21:29 [2023-01-11T16:21:29.115Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:21:29 [2023-01-11T16:21:29.115Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:21:29 [2023-01-11T16:21:29.115Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:21:29 [2023-01-11T16:21:29.115Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:21:29 [2023-01-11T16:21:29.115Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:21:29 [2023-01-11T16:21:29.115Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:21:29 [2023-01-11T16:21:29.115Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:21:29 [2023-01-11T16:21:29.115Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:21:29 [2023-01-11T16:21:29.115Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:21:29 [2023-01-11T16:21:29.115Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:21:29 [2023-01-11T16:21:29.115Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:21:29 [2023-01-11T16:21:29.115Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:21:29 [2023-01-11T16:21:29.115Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
16:21:29 [2023-01-11T16:21:29.115Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
16:21:29 [2023-01-11T16:21:29.115Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
16:21:29 [2023-01-11T16:21:29.115Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
16:21:29 [2023-01-11T16:21:29.115Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
16:21:29 [2023-01-11T16:21:29.115Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
16:21:29 [2023-01-11T16:21:29.115Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
16:21:29 [2023-01-11T16:21:29.374Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.45s)
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestCreateDifferentPlatform
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestCreateDifferentPlatform/different_os
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:21:29 [2023-01-11T16:21:29.374Z] --- PASS: TestCreateDifferentPlatform (0.01s)
16:21:29 [2023-01-11T16:21:29.374Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:21:29 [2023-01-11T16:21:29.374Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:21:29 [2023-01-11T16:21:29.374Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
16:21:29 [2023-01-11T16:21:29.374Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestCreateInvalidHostConfig
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
16:21:29 [2023-01-11T16:21:29.374Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
16:21:29 [2023-01-11T16:21:29.374Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:21:29 [2023-01-11T16:21:29.374Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
16:21:29 [2023-01-11T16:21:29.374Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
16:21:29 [2023-01-11T16:21:29.374Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
16:21:29 [2023-01-11T16:21:29.374Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
16:21:29 [2023-01-11T16:21:29.374Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:21:29 [2023-01-11T16:21:29.374Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
16:21:29 [2023-01-11T16:21:29.374Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
16:21:29 [2023-01-11T16:21:29.374Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
16:21:29 [2023-01-11T16:21:29.374Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
16:21:29 [2023-01-11T16:21:29.374Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
16:21:29 [2023-01-11T16:21:29.374Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestContainerStartOnDaemonRestart
16:21:29 [2023-01-11T16:21:29.374Z] === PAUSE TestContainerStartOnDaemonRestart
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestDaemonRestartIpcMode
16:21:29 [2023-01-11T16:21:29.374Z] === PAUSE TestDaemonRestartIpcMode
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestDaemonHostGatewayIP
16:21:29 [2023-01-11T16:21:29.374Z] === PAUSE TestDaemonHostGatewayIP
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestRestartDaemonWithRestartingContainer
16:21:29 [2023-01-11T16:21:29.374Z] === PAUSE TestRestartDaemonWithRestartingContainer
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestContainerKillOnDaemonStart
16:21:29 [2023-01-11T16:21:29.374Z] === PAUSE TestContainerKillOnDaemonStart
16:21:29 [2023-01-11T16:21:29.374Z] === RUN   TestDiff
16:21:29 [2023-01-11T16:21:29.944Z] --- PASS: TestDiff (0.43s)
16:21:29 [2023-01-11T16:21:29.944Z] === RUN   TestExecConsoleSize
16:21:30 [2023-01-11T16:21:30.512Z] --- PASS: TestExecConsoleSize (0.53s)
16:21:30 [2023-01-11T16:21:30.513Z] === RUN   TestExecWithCloseStdin
16:21:31 [2023-01-11T16:21:31.082Z] --- PASS: TestExecWithCloseStdin (0.49s)
16:21:31 [2023-01-11T16:21:31.082Z] === RUN   TestExec
16:21:31 [2023-01-11T16:21:31.342Z] --- PASS: TestExec (0.53s)
16:21:31 [2023-01-11T16:21:31.342Z] === RUN   TestExecUser
16:21:31 [2023-01-11T16:21:31.912Z] --- PASS: TestExecUser (0.51s)
16:21:31 [2023-01-11T16:21:31.912Z] === RUN   TestExportContainerAndImportImage
16:21:32 [2023-01-11T16:21:32.481Z] --- PASS: TestExportContainerAndImportImage (0.52s)
16:21:32 [2023-01-11T16:21:32.481Z] === RUN   TestExportContainerAfterDaemonRestart
16:21:33 [2023-01-11T16:21:33.861Z] --- PASS: TestExportContainerAfterDaemonRestart (1.16s)
16:21:33 [2023-01-11T16:21:33.861Z] === RUN   TestHealthCheckWorkdir
16:21:34 [2023-01-11T16:21:34.124Z] --- PASS: TestHealthCheckWorkdir (0.56s)
16:21:34 [2023-01-11T16:21:34.124Z] === RUN   TestHealthKillContainer
16:21:42 [2023-01-11T16:21:42.246Z] --- PASS: TestHealthKillContainer (7.86s)
16:21:42 [2023-01-11T16:21:42.246Z] === RUN   TestHealthCheckProcessKilled
16:21:42 [2023-01-11T16:21:42.821Z] --- PASS: TestHealthCheckProcessKilled (0.66s)
16:21:42 [2023-01-11T16:21:42.821Z] === RUN   TestInspectCpusetInConfigPre120
16:21:43 [2023-01-11T16:21:43.083Z] --- PASS: TestInspectCpusetInConfigPre120 (0.43s)
16:21:43 [2023-01-11T16:21:43.083Z] === RUN   TestIpcModeNone
16:21:43 [2023-01-11T16:21:43.652Z] --- PASS: TestIpcModeNone (0.50s)
16:21:43 [2023-01-11T16:21:43.652Z] === RUN   TestIpcModePrivate
16:21:43 [2023-01-11T16:21:43.912Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:76, shared: false, mustBeShared: false
16:21:44 [2023-01-11T16:21:44.171Z] --- PASS: TestIpcModePrivate (0.50s)
16:21:44 [2023-01-11T16:21:44.171Z] === RUN   TestIpcModeShareable
16:21:44 [2023-01-11T16:21:44.430Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:70, shared: true, mustBeShared: true
16:21:44 [2023-01-11T16:21:44.690Z] --- PASS: TestIpcModeShareable (0.49s)
16:21:44 [2023-01-11T16:21:44.690Z] === RUN   TestAPIIpcModeShareableAndContainer
16:21:46 [2023-01-11T16:21:46.070Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.56s)
16:21:46 [2023-01-11T16:21:46.070Z] === RUN   TestAPIIpcModeHost
16:21:46 [2023-01-11T16:21:46.639Z] --- PASS: TestAPIIpcModeHost (0.36s)
16:21:46 [2023-01-11T16:21:46.639Z] === RUN   TestDaemonIpcModeShareable
16:21:47 [2023-01-11T16:21:47.577Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true
16:21:47 [2023-01-11T16:21:47.577Z] --- PASS: TestDaemonIpcModeShareable (1.11s)
16:21:47 [2023-01-11T16:21:47.577Z] === RUN   TestDaemonIpcModePrivate
16:21:48 [2023-01-11T16:21:48.515Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false
16:21:48 [2023-01-11T16:21:48.775Z] --- PASS: TestDaemonIpcModePrivate (1.09s)
16:21:48 [2023-01-11T16:21:48.775Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:21:49 [2023-01-11T16:21:49.712Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false
16:21:49 [2023-01-11T16:21:49.973Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.17s)
16:21:49 [2023-01-11T16:21:49.973Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:21:50 [2023-01-11T16:21:50.912Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true
16:21:51 [2023-01-11T16:21:51.171Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.11s)
16:21:51 [2023-01-11T16:21:51.171Z] === RUN   TestIpcModeOlderClient
16:21:51 [2023-01-11T16:21:51.171Z] === PAUSE TestIpcModeOlderClient
16:21:51 [2023-01-11T16:21:51.171Z] === RUN   TestKillContainerInvalidSignal
16:21:51 [2023-01-11T16:21:51.431Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
16:21:51 [2023-01-11T16:21:51.431Z] === RUN   TestKillContainer
16:21:51 [2023-01-11T16:21:51.431Z] === RUN   TestKillContainer/no_signal
16:21:52 [2023-01-11T16:21:52.000Z] === RUN   TestKillContainer/non_killing_signal
16:21:52 [2023-01-11T16:21:52.259Z] === RUN   TestKillContainer/killing_signal
16:21:52 [2023-01-11T16:21:52.829Z] --- PASS: TestKillContainer (1.36s)
16:21:52 [2023-01-11T16:21:52.829Z]     --- PASS: TestKillContainer/no_signal (0.45s)
16:21:52 [2023-01-11T16:21:52.829Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
16:21:52 [2023-01-11T16:21:52.829Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
16:21:52 [2023-01-11T16:21:52.829Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:21:52 [2023-01-11T16:21:52.829Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:21:53 [2023-01-11T16:21:53.397Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:21:54 [2023-01-11T16:21:54.336Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.33s)
16:21:54 [2023-01-11T16:21:54.336Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s)
16:21:54 [2023-01-11T16:21:54.336Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.72s)
16:21:54 [2023-01-11T16:21:54.336Z] === RUN   TestKillStoppedContainer
16:21:54 [2023-01-11T16:21:54.336Z] --- PASS: TestKillStoppedContainer (0.05s)
16:21:54 [2023-01-11T16:21:54.336Z] === RUN   TestKillStoppedContainerAPIPre120
16:21:54 [2023-01-11T16:21:54.336Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
16:21:54 [2023-01-11T16:21:54.336Z] === RUN   TestKillDifferentUserContainer
16:21:54 [2023-01-11T16:21:54.596Z] --- PASS: TestKillDifferentUserContainer (0.43s)
16:21:54 [2023-01-11T16:21:54.596Z] === RUN   TestInspectOomKilledTrue
16:21:55 [2023-01-11T16:21:55.166Z] --- PASS: TestInspectOomKilledTrue (0.51s)
16:21:55 [2023-01-11T16:21:55.166Z] === RUN   TestInspectOomKilledFalse
16:21:55 [2023-01-11T16:21:55.734Z] --- PASS: TestInspectOomKilledFalse (0.43s)
16:21:55 [2023-01-11T16:21:55.734Z] === RUN   TestLinksEtcHostsContentMatch
16:21:55 [2023-01-11T16:21:55.994Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s)
16:21:55 [2023-01-11T16:21:55.994Z] === RUN   TestLinksContainerNames
16:21:56 [2023-01-11T16:21:56.932Z] --- PASS: TestLinksContainerNames (0.90s)
16:21:56 [2023-01-11T16:21:56.932Z] === RUN   TestLogsFollowTailEmpty
16:21:57 [2023-01-11T16:21:57.513Z] --- PASS: TestLogsFollowTailEmpty (0.45s)
16:21:57 [2023-01-11T16:21:57.513Z] === RUN   TestLogs
16:21:57 [2023-01-11T16:21:57.513Z] === RUN   TestLogs/driver_local
16:21:57 [2023-01-11T16:21:57.513Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
16:21:57 [2023-01-11T16:21:57.513Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
16:21:57 [2023-01-11T16:21:57.513Z] === RUN   TestLogs/driver_local/tty/only_stdout
16:21:57 [2023-01-11T16:21:57.513Z] === PAUSE TestLogs/driver_local/tty/only_stdout
16:21:57 [2023-01-11T16:21:57.513Z] === RUN   TestLogs/driver_local/tty/only_stderr
16:21:57 [2023-01-11T16:21:57.513Z] === PAUSE TestLogs/driver_local/tty/only_stderr
16:21:57 [2023-01-11T16:21:57.513Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
16:21:57 [2023-01-11T16:21:57.513Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
16:21:57 [2023-01-11T16:21:57.513Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
16:21:57 [2023-01-11T16:21:57.513Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
16:21:57 [2023-01-11T16:21:57.513Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
16:21:57 [2023-01-11T16:21:57.513Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
16:21:57 [2023-01-11T16:21:57.513Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
16:21:57 [2023-01-11T16:21:57.513Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
16:21:58 [2023-01-11T16:21:58.091Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
16:21:58 [2023-01-11T16:21:58.091Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
16:21:58 [2023-01-11T16:21:58.659Z] === CONT  TestLogs/driver_local/tty/only_stderr
16:21:58 [2023-01-11T16:21:58.919Z] === CONT  TestLogs/driver_local/tty/only_stdout
16:21:59 [2023-01-11T16:21:59.489Z] === RUN   TestLogs/driver_json-file
16:21:59 [2023-01-11T16:21:59.489Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
16:21:59 [2023-01-11T16:21:59.489Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
16:21:59 [2023-01-11T16:21:59.489Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
16:21:59 [2023-01-11T16:21:59.489Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
16:21:59 [2023-01-11T16:21:59.489Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
16:21:59 [2023-01-11T16:21:59.489Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
16:21:59 [2023-01-11T16:21:59.489Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:21:59 [2023-01-11T16:21:59.489Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:21:59 [2023-01-11T16:21:59.489Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
16:21:59 [2023-01-11T16:21:59.489Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
16:21:59 [2023-01-11T16:21:59.489Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
16:21:59 [2023-01-11T16:21:59.489Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
16:21:59 [2023-01-11T16:21:59.489Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
16:21:59 [2023-01-11T16:21:59.489Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:22:00 [2023-01-11T16:22:00.057Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
16:22:00 [2023-01-11T16:22:00.058Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
16:22:00 [2023-01-11T16:22:00.998Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
16:22:00 [2023-01-11T16:22:00.998Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
16:22:01 [2023-01-11T16:22:01.258Z] --- PASS: TestLogs (4.03s)
16:22:01 [2023-01-11T16:22:01.258Z]     --- PASS: TestLogs/driver_local (0.01s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.62s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.72s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.70s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.76s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.50s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.71s)
16:22:01 [2023-01-11T16:22:01.258Z]     --- PASS: TestLogs/driver_json-file (0.01s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.61s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.72s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.77s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.70s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.58s)
16:22:01 [2023-01-11T16:22:01.258Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.57s)
16:22:01 [2023-01-11T16:22:01.258Z] === RUN   TestContainerNetworkMountsNoChown
16:22:01 [2023-01-11T16:22:01.828Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s)
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/default
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/default
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/private
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/private
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rprivate
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rprivate
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/slave
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/slave
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rslave
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rslave
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/shared
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/shared
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rshared
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rshared
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/default
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/default/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/default/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/rslave
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/rshared
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/shared
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/rprivate
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/slave
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/private
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/default/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/private/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/private/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:22:01 [2023-01-11T16:22:01.828Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/default/bind_root
16:22:01 [2023-01-11T16:22:01.828Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:22:02 [2023-01-11T16:22:02.088Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/private/bind_root
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/private/mount_root
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:22:02 [2023-01-11T16:22:02.348Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:22:02 [2023-01-11T16:22:02.348Z] --- PASS: TestMountDaemonRoot (0.02s)
16:22:02 [2023-01-11T16:22:02.348Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
16:22:02 [2023-01-11T16:22:02.348Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
16:22:02 [2023-01-11T16:22:02.348Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
16:22:02 [2023-01-11T16:22:02.348Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
16:22:02 [2023-01-11T16:22:02.348Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
16:22:02 [2023-01-11T16:22:02.348Z] === RUN   TestContainerBindMountNonRecursive
16:22:03 [2023-01-11T16:22:03.728Z] --- PASS: TestContainerBindMountNonRecursive (1.20s)
16:22:03 [2023-01-11T16:22:03.728Z] === RUN   TestContainerVolumesMountedAsShared
16:22:03 [2023-01-11T16:22:03.988Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s)
16:22:03 [2023-01-11T16:22:03.988Z] === RUN   TestContainerVolumesMountedAsSlave
16:22:04 [2023-01-11T16:22:04.558Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s)
16:22:04 [2023-01-11T16:22:04.558Z] === RUN   TestContainerCopyLeaksMounts
16:22:05 [2023-01-11T16:22:05.127Z] --- PASS: TestContainerCopyLeaksMounts (0.57s)
16:22:05 [2023-01-11T16:22:05.127Z] === RUN   TestNetworkNat
16:22:05 [2023-01-11T16:22:05.387Z] --- PASS: TestNetworkNat (0.47s)
16:22:05 [2023-01-11T16:22:05.387Z] === RUN   TestNetworkLocalhostTCPNat
16:22:05 [2023-01-11T16:22:05.955Z] --- PASS: TestNetworkLocalhostTCPNat (0.49s)
16:22:05 [2023-01-11T16:22:05.955Z] === RUN   TestNetworkLoopbackNat
16:22:08 [2023-01-11T16:22:08.493Z] --- PASS: TestNetworkLoopbackNat (2.61s)
16:22:08 [2023-01-11T16:22:08.493Z] === RUN   TestPause
16:22:09 [2023-01-11T16:22:09.063Z] --- PASS: TestPause (0.46s)
16:22:09 [2023-01-11T16:22:09.063Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:22:09 [2023-01-11T16:22:09.063Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:22:09 [2023-01-11T16:22:09.063Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
16:22:09 [2023-01-11T16:22:09.063Z] === RUN   TestPauseStopPausedContainer
16:22:09 [2023-01-11T16:22:09.632Z] --- PASS: TestPauseStopPausedContainer (0.49s)
16:22:09 [2023-01-11T16:22:09.632Z] === RUN   TestPidHost
16:22:10 [2023-01-11T16:22:10.572Z] --- PASS: TestPidHost (1.06s)
16:22:10 [2023-01-11T16:22:10.572Z] === RUN   TestPsFilter
16:22:10 [2023-01-11T16:22:10.572Z] --- PASS: TestPsFilter (0.11s)
16:22:10 [2023-01-11T16:22:10.572Z] === RUN   TestRemoveContainerWithRemovedVolume
16:22:11 [2023-01-11T16:22:11.141Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
16:22:11 [2023-01-11T16:22:11.141Z] === RUN   TestRemoveContainerWithVolume
16:22:11 [2023-01-11T16:22:11.400Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
16:22:11 [2023-01-11T16:22:11.400Z] === RUN   TestRemoveContainerRunning
16:22:11 [2023-01-11T16:22:11.970Z] --- PASS: TestRemoveContainerRunning (0.44s)
16:22:11 [2023-01-11T16:22:11.970Z] === RUN   TestRemoveContainerForceRemoveRunning
16:22:12 [2023-01-11T16:22:12.539Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
16:22:12 [2023-01-11T16:22:12.539Z] === RUN   TestRemoveInvalidContainer
16:22:12 [2023-01-11T16:22:12.539Z] --- PASS: TestRemoveInvalidContainer (0.01s)
16:22:12 [2023-01-11T16:22:12.539Z] === RUN   TestRenameLinkedContainer
16:22:14 [2023-01-11T16:22:14.469Z] --- PASS: TestRenameLinkedContainer (1.88s)
16:22:14 [2023-01-11T16:22:14.469Z] === RUN   TestRenameStoppedContainer
16:22:14 [2023-01-11T16:22:14.728Z] --- PASS: TestRenameStoppedContainer (0.46s)
16:22:14 [2023-01-11T16:22:14.728Z] === RUN   TestRenameRunningContainerAndReuse
16:22:15 [2023-01-11T16:22:15.667Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s)
16:22:15 [2023-01-11T16:22:15.667Z] === RUN   TestRenameInvalidName
16:22:16 [2023-01-11T16:22:16.396Z] --- PASS: TestRenameInvalidName (0.45s)
16:22:16 [2023-01-11T16:22:16.396Z] === RUN   TestRenameAnonymousContainer
16:22:17 [2023-01-11T16:22:17.778Z] --- PASS: TestRenameAnonymousContainer (1.60s)
16:22:17 [2023-01-11T16:22:17.778Z] === RUN   TestRenameContainerWithSameName
16:22:18 [2023-01-11T16:22:18.347Z] --- PASS: TestRenameContainerWithSameName (0.46s)
16:22:18 [2023-01-11T16:22:18.347Z] === RUN   TestRenameContainerWithLinkedContainer
16:22:19 [2023-01-11T16:22:19.284Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s)
16:22:19 [2023-01-11T16:22:19.284Z] === RUN   TestResize
16:22:19 [2023-01-11T16:22:19.544Z] --- PASS: TestResize (0.52s)
16:22:19 [2023-01-11T16:22:19.544Z] === RUN   TestResizeWithInvalidSize
16:22:20 [2023-01-11T16:22:20.114Z] --- PASS: TestResizeWithInvalidSize (0.46s)
16:22:20 [2023-01-11T16:22:20.114Z] === RUN   TestResizeWhenContainerNotStarted
16:22:20 [2023-01-11T16:22:20.683Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s)
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:22:20 [2023-01-11T16:22:20.683Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:22:22 [2023-01-11T16:22:22.064Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:22:23 [2023-01-11T16:22:23.445Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:22:24 [2023-01-11T16:22:24.383Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:22:24 [2023-01-11T16:22:24.642Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:22:25 [2023-01-11T16:22:25.581Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:22:25 [2023-01-11T16:22:25.841Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:22:29 [2023-01-11T16:22:29.133Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:22:29 [2023-01-11T16:22:29.133Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:22:31 [2023-01-11T16:22:31.051Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:22:32 [2023-01-11T16:22:32.435Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:22:32 [2023-01-11T16:22:32.694Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:22:34 [2023-01-11T16:22:34.074Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:22:34 [2023-01-11T16:22:34.334Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:22:35 [2023-01-11T16:22:35.714Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:22:37 [2023-01-11T16:22:37.095Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.55s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.16s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.15s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.04s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.15s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.18s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.16s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.22s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.86s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.53s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.87s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.58s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.80s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.54s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.53s)
16:22:37 [2023-01-11T16:22:37.095Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.55s)
16:22:37 [2023-01-11T16:22:37.095Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
16:22:37 [2023-01-11T16:22:37.095Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
16:22:38 [2023-01-11T16:22:38.034Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
16:22:38 [2023-01-11T16:22:38.975Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.92s)
16:22:38 [2023-01-11T16:22:38.975Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.96s)
16:22:38 [2023-01-11T16:22:38.975Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.95s)
16:22:38 [2023-01-11T16:22:38.975Z] === RUN   TestCgroupNamespacesRun
16:22:39 [2023-01-11T16:22:39.913Z] --- PASS: TestCgroupNamespacesRun (1.07s)
16:22:39 [2023-01-11T16:22:39.913Z] === RUN   TestCgroupNamespacesRunPrivileged
16:22:41 [2023-01-11T16:22:41.295Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s)
16:22:41 [2023-01-11T16:22:41.295Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:22:42 [2023-01-11T16:22:42.234Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s)
16:22:42 [2023-01-11T16:22:42.234Z] === RUN   TestCgroupNamespacesRunHostMode
16:22:43 [2023-01-11T16:22:43.173Z] --- PASS: TestCgroupNamespacesRunHostMode (1.09s)
16:22:43 [2023-01-11T16:22:43.173Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:22:44 [2023-01-11T16:22:44.552Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.08s)
16:22:44 [2023-01-11T16:22:44.552Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
16:22:45 [2023-01-11T16:22:45.491Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.09s)
16:22:45 [2023-01-11T16:22:45.491Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:22:46 [2023-01-11T16:22:46.059Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
16:22:46 [2023-01-11T16:22:46.059Z] === RUN   TestCgroupNamespacesRunOlderClient
16:22:47 [2023-01-11T16:22:47.454Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.09s)
16:22:47 [2023-01-11T16:22:47.454Z] === RUN   TestNISDomainname
16:22:47 [2023-01-11T16:22:47.718Z] --- PASS: TestNISDomainname (0.57s)
16:22:47 [2023-01-11T16:22:47.718Z] === RUN   TestHostnameDnsResolution
16:22:48 [2023-01-11T16:22:48.289Z] --- PASS: TestHostnameDnsResolution (0.71s)
16:22:48 [2023-01-11T16:22:48.289Z] === RUN   TestUnprivilegedPortsAndPing
16:22:48 [2023-01-11T16:22:48.858Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s)
16:22:48 [2023-01-11T16:22:48.858Z] === RUN   TestPrivilegedHostDevices
16:22:49 [2023-01-11T16:22:49.426Z] --- PASS: TestPrivilegedHostDevices (0.54s)
16:22:49 [2023-01-11T16:22:49.426Z] === RUN   TestRunConsoleSize
16:22:49 [2023-01-11T16:22:49.995Z] --- PASS: TestRunConsoleSize (0.41s)
16:22:49 [2023-01-11T16:22:49.995Z] === RUN   TestRunWithAlternativeContainerdShim
16:22:51 [2023-01-11T16:22:51.902Z] --- PASS: TestRunWithAlternativeContainerdShim (1.98s)
16:22:51 [2023-01-11T16:22:51.902Z] === RUN   TestStats
16:22:54 [2023-01-11T16:22:54.439Z] --- PASS: TestStats (2.46s)
16:22:54 [2023-01-11T16:22:54.439Z] === RUN   TestStopContainerWithTimeout
16:22:54 [2023-01-11T16:22:54.439Z] === RUN   TestStopContainerWithTimeout/0
16:22:54 [2023-01-11T16:22:54.439Z] === PAUSE TestStopContainerWithTimeout/0
16:22:54 [2023-01-11T16:22:54.439Z] === RUN   TestStopContainerWithTimeout/1
16:22:54 [2023-01-11T16:22:54.439Z] === PAUSE TestStopContainerWithTimeout/1
16:22:54 [2023-01-11T16:22:54.439Z] === RUN   TestStopContainerWithTimeout/3
16:22:54 [2023-01-11T16:22:54.439Z] === PAUSE TestStopContainerWithTimeout/3
16:22:54 [2023-01-11T16:22:54.439Z] === RUN   TestStopContainerWithTimeout/-1
16:22:54 [2023-01-11T16:22:54.439Z] === PAUSE TestStopContainerWithTimeout/-1
16:22:54 [2023-01-11T16:22:54.439Z] === CONT  TestStopContainerWithTimeout/0
16:22:54 [2023-01-11T16:22:54.439Z] === CONT  TestStopContainerWithTimeout/3
16:22:55 [2023-01-11T16:22:55.010Z] === CONT  TestStopContainerWithTimeout/1
16:22:56 [2023-01-11T16:22:56.389Z] === CONT  TestStopContainerWithTimeout/-1
16:22:58 [2023-01-11T16:22:58.925Z] --- PASS: TestStopContainerWithTimeout (0.01s)
16:22:58 [2023-01-11T16:22:58.925Z]     --- PASS: TestStopContainerWithTimeout/0 (0.70s)
16:22:58 [2023-01-11T16:22:58.925Z]     --- PASS: TestStopContainerWithTimeout/1 (1.44s)
16:22:58 [2023-01-11T16:22:58.925Z]     --- PASS: TestStopContainerWithTimeout/3 (2.62s)
16:22:58 [2023-01-11T16:22:58.925Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.39s)
16:22:58 [2023-01-11T16:22:58.925Z] === RUN   TestDeleteDevicemapper
16:22:58 [2023-01-11T16:22:58.925Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:22:58 [2023-01-11T16:22:58.925Z] --- SKIP: TestDeleteDevicemapper (0.00s)
16:22:58 [2023-01-11T16:22:58.925Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:23:00 [2023-01-11T16:23:00.833Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.78s)
16:23:00 [2023-01-11T16:23:00.833Z] === RUN   TestUpdateMemory
16:23:01 [2023-01-11T16:23:01.092Z] --- PASS: TestUpdateMemory (0.55s)
16:23:01 [2023-01-11T16:23:01.092Z] === RUN   TestUpdateCPUQuota
16:23:02 [2023-01-11T16:23:02.031Z] --- PASS: TestUpdateCPUQuota (0.79s)
16:23:02 [2023-01-11T16:23:02.031Z] === RUN   TestUpdatePidsLimit
16:23:02 [2023-01-11T16:23:02.031Z] === RUN   TestUpdatePidsLimit/update_from_none
16:23:02 [2023-01-11T16:23:02.290Z] === RUN   TestUpdatePidsLimit/no_change
16:23:02 [2023-01-11T16:23:02.290Z] === RUN   TestUpdatePidsLimit/update_lower
16:23:02 [2023-01-11T16:23:02.550Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
16:23:02 [2023-01-11T16:23:02.810Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
16:23:03 [2023-01-11T16:23:03.070Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
16:23:03 [2023-01-11T16:23:03.070Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
16:23:04 [2023-01-11T16:23:04.009Z] --- PASS: TestUpdatePidsLimit (1.96s)
16:23:04 [2023-01-11T16:23:04.009Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
16:23:04 [2023-01-11T16:23:04.009Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
16:23:04 [2023-01-11T16:23:04.009Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.20s)
16:23:04 [2023-01-11T16:23:04.009Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s)
16:23:04 [2023-01-11T16:23:04.009Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
16:23:04 [2023-01-11T16:23:04.009Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
16:23:04 [2023-01-11T16:23:04.009Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s)
16:23:04 [2023-01-11T16:23:04.009Z] === RUN   TestUpdateRestartPolicy
16:23:16 [2023-01-11T16:23:16.233Z] --- PASS: TestUpdateRestartPolicy (10.92s)
16:23:16 [2023-01-11T16:23:16.233Z] === RUN   TestUpdateRestartWithAutoRemove
16:23:16 [2023-01-11T16:23:16.233Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s)
16:23:16 [2023-01-11T16:23:16.233Z] === RUN   TestWaitNonBlocked
16:23:16 [2023-01-11T16:23:16.233Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:23:16 [2023-01-11T16:23:16.233Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:23:16 [2023-01-11T16:23:16.233Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:23:16 [2023-01-11T16:23:16.233Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:23:16 [2023-01-11T16:23:16.233Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:23:16 [2023-01-11T16:23:16.233Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:23:16 [2023-01-11T16:23:16.233Z] --- PASS: TestWaitNonBlocked (0.01s)
16:23:16 [2023-01-11T16:23:16.233Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s)
16:23:16 [2023-01-11T16:23:16.233Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s)
16:23:16 [2023-01-11T16:23:16.233Z] === RUN   TestWaitBlocked
16:23:16 [2023-01-11T16:23:16.233Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:23:16 [2023-01-11T16:23:16.233Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:23:16 [2023-01-11T16:23:16.233Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:23:16 [2023-01-11T16:23:16.233Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:23:16 [2023-01-11T16:23:16.233Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:23:16 [2023-01-11T16:23:16.233Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:23:16 [2023-01-11T16:23:16.803Z] --- PASS: TestWaitBlocked (0.01s)
16:23:16 [2023-01-11T16:23:16.803Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.77s)
16:23:16 [2023-01-11T16:23:16.803Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.80s)
16:23:16 [2023-01-11T16:23:16.803Z] === RUN   TestWaitConditions
16:23:16 [2023-01-11T16:23:16.803Z] === RUN   TestWaitConditions/default
16:23:16 [2023-01-11T16:23:16.803Z] === PAUSE TestWaitConditions/default
16:23:16 [2023-01-11T16:23:16.803Z] === RUN   TestWaitConditions/not-running
16:23:16 [2023-01-11T16:23:16.803Z] === PAUSE TestWaitConditions/not-running
16:23:16 [2023-01-11T16:23:16.803Z] === RUN   TestWaitConditions/next-exit
16:23:16 [2023-01-11T16:23:16.803Z] === PAUSE TestWaitConditions/next-exit
16:23:16 [2023-01-11T16:23:16.803Z] === RUN   TestWaitConditions/removed
16:23:16 [2023-01-11T16:23:16.803Z] === PAUSE TestWaitConditions/removed
16:23:16 [2023-01-11T16:23:16.803Z] === CONT  TestWaitConditions/default
16:23:16 [2023-01-11T16:23:16.803Z] === CONT  TestWaitConditions/next-exit
16:23:16 [2023-01-11T16:23:16.803Z]     wait_test.go:146: ContainerID = 5173bdaa4e54bf0ba5590e2015ff7b3cd17c6942d1fbb042c1d5681334566aca
16:23:16 [2023-01-11T16:23:16.803Z] === CONT  TestWaitConditions/default
16:23:16 [2023-01-11T16:23:16.803Z]     wait_test.go:146: ContainerID = b5c5a9b07b8aa15d76038f4cbeda69c71c857c81a6a443a394fd2b33fd931102
16:23:17 [2023-01-11T16:23:17.372Z] === CONT  TestWaitConditions/removed
16:23:17 [2023-01-11T16:23:17.373Z]     wait_test.go:146: ContainerID = 3487f8678057902f872cee7825d2a1d1b9b1f739c1bd8437a43e67eca5ea3eb7
16:23:17 [2023-01-11T16:23:17.373Z] === CONT  TestWaitConditions/not-running
16:23:17 [2023-01-11T16:23:17.633Z]     wait_test.go:146: ContainerID = fe22aeca3b497c9a70db8c414047bae81cf2dc38cdc8c975f87b879d21b8f3ab
16:23:18 [2023-01-11T16:23:18.202Z] --- PASS: TestWaitConditions (0.01s)
16:23:18 [2023-01-11T16:23:18.202Z]     --- PASS: TestWaitConditions/next-exit (0.62s)
16:23:18 [2023-01-11T16:23:18.202Z]     --- PASS: TestWaitConditions/default (0.67s)
16:23:18 [2023-01-11T16:23:18.202Z]     --- PASS: TestWaitConditions/removed (0.62s)
16:23:18 [2023-01-11T16:23:18.202Z]     --- PASS: TestWaitConditions/not-running (0.63s)
16:23:18 [2023-01-11T16:23:18.202Z] === RUN   TestWaitRestartedContainer
16:23:18 [2023-01-11T16:23:18.202Z] === RUN   TestWaitRestartedContainer/default
16:23:18 [2023-01-11T16:23:18.202Z] === PAUSE TestWaitRestartedContainer/default
16:23:18 [2023-01-11T16:23:18.202Z] === RUN   TestWaitRestartedContainer/not-running
16:23:18 [2023-01-11T16:23:18.202Z] === PAUSE TestWaitRestartedContainer/not-running
16:23:18 [2023-01-11T16:23:18.202Z] === RUN   TestWaitRestartedContainer/next-exit
16:23:18 [2023-01-11T16:23:18.202Z] === PAUSE TestWaitRestartedContainer/next-exit
16:23:18 [2023-01-11T16:23:18.202Z] === CONT  TestWaitRestartedContainer/default
16:23:18 [2023-01-11T16:23:18.202Z] === CONT  TestWaitRestartedContainer/next-exit
16:23:19 [2023-01-11T16:23:19.583Z] === CONT  TestWaitRestartedContainer/not-running
16:23:20 [2023-01-11T16:23:20.521Z] --- PASS: TestWaitRestartedContainer (0.01s)
16:23:20 [2023-01-11T16:23:20.521Z]     --- PASS: TestWaitRestartedContainer/default (1.23s)
16:23:20 [2023-01-11T16:23:20.521Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.46s)
16:23:20 [2023-01-11T16:23:20.521Z]     --- PASS: TestWaitRestartedContainer/not-running (1.00s)
16:23:20 [2023-01-11T16:23:20.521Z] === CONT  TestRestartDaemonWithRestartingContainer
16:23:20 [2023-01-11T16:23:20.521Z] === CONT  TestContainerStartOnDaemonRestart
16:23:22 [2023-01-11T16:23:22.444Z] --- PASS: TestContainerStartOnDaemonRestart (2.08s)
16:23:22 [2023-01-11T16:23:22.444Z] === CONT  TestDaemonHostGatewayIP
16:23:22 [2023-01-11T16:23:22.704Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.46s)
16:23:22 [2023-01-11T16:23:22.704Z] === CONT  TestDaemonRestartIpcMode
16:23:25 [2023-01-11T16:23:25.246Z] --- PASS: TestDaemonHostGatewayIP (2.33s)
16:23:25 [2023-01-11T16:23:25.246Z] === CONT  TestIpcModeOlderClient
16:23:25 [2023-01-11T16:23:25.246Z] --- PASS: TestIpcModeOlderClient (0.06s)
16:23:25 [2023-01-11T16:23:25.246Z] === CONT  TestContainerKillOnDaemonStart
16:23:25 [2023-01-11T16:23:25.246Z] --- PASS: TestDaemonRestartIpcMode (2.42s)
16:23:37 [2023-01-11T16:23:37.459Z] --- PASS: TestContainerKillOnDaemonStart (11.45s)
16:23:37 [2023-01-11T16:23:37.459Z] PASS
16:23:37 [2023-01-11T16:23:37.459Z] 
16:23:37 [2023-01-11T16:23:37.459Z] === Skipped
16:23:37 [2023-01-11T16:23:37.459Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
16:23:37 [2023-01-11T16:23:37.459Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:23:37 [2023-01-11T16:23:37.459Z] 
16:23:37 [2023-01-11T16:23:37.459Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
16:23:37 [2023-01-11T16:23:37.459Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:23:37 [2023-01-11T16:23:37.459Z] 
16:23:37 [2023-01-11T16:23:37.459Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
16:23:37 [2023-01-11T16:23:37.459Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:23:37 [2023-01-11T16:23:37.459Z] 
16:23:37 [2023-01-11T16:23:37.459Z] DONE 281 tests, 3 skipped in 131.613s
16:23:37 [2023-01-11T16:23:37.459Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
16:23:37 [2023-01-11T16:23:37.459Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
16:23:37 [2023-01-11T16:23:37.459Z] ++ set -e
16:23:37 [2023-01-11T16:23:37.459Z] ++ '[' -n 0 ']'
16:23:37 [2023-01-11T16:23:37.459Z] ++ set -x
16:23:37 [2023-01-11T16:23:37.459Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
16:23:37 [2023-01-11T16:23:37.459Z] INFO: Testing against a local daemon
16:23:37 [2023-01-11T16:23:37.459Z] === RUN   TestConfigDaemonID
16:23:37 [2023-01-11T16:23:37.459Z]     daemon_test.go:51: [d1a7f586ecbac] daemon is not started
16:23:37 [2023-01-11T16:23:37.459Z] --- PASS: TestConfigDaemonID (1.04s)
16:23:37 [2023-01-11T16:23:37.459Z] === RUN   TestDaemonConfigValidation
16:23:37 [2023-01-11T16:23:37.459Z] === RUN   TestDaemonConfigValidation/config_with_no_content
16:23:37 [2023-01-11T16:23:37.459Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
16:23:37 [2023-01-11T16:23:37.459Z] === RUN   TestDaemonConfigValidation/config_with_{}
16:23:37 [2023-01-11T16:23:37.459Z] === PAUSE TestDaemonConfigValidation/config_with_{}
16:23:37 [2023-01-11T16:23:37.459Z] === RUN   TestDaemonConfigValidation/invalid_config
16:23:37 [2023-01-11T16:23:37.459Z] === PAUSE TestDaemonConfigValidation/invalid_config
16:23:37 [2023-01-11T16:23:37.459Z] === RUN   TestDaemonConfigValidation/malformed_config
16:23:37 [2023-01-11T16:23:37.459Z] === PAUSE TestDaemonConfigValidation/malformed_config
16:23:37 [2023-01-11T16:23:37.459Z] === RUN   TestDaemonConfigValidation/valid_config
16:23:37 [2023-01-11T16:23:37.459Z] === PAUSE TestDaemonConfigValidation/valid_config
16:23:37 [2023-01-11T16:23:37.459Z] === CONT  TestDaemonConfigValidation/config_with_no_content
16:23:37 [2023-01-11T16:23:37.459Z] === CONT  TestDaemonConfigValidation/malformed_config
16:23:37 [2023-01-11T16:23:37.459Z] === CONT  TestDaemonConfigValidation/valid_config
16:23:37 [2023-01-11T16:23:37.734Z] === CONT  TestDaemonConfigValidation/invalid_config
16:23:37 [2023-01-11T16:23:37.734Z] === CONT  TestDaemonConfigValidation/config_with_{}
16:23:37 [2023-01-11T16:23:37.734Z] --- PASS: TestDaemonConfigValidation (0.00s)
16:23:37 [2023-01-11T16:23:37.734Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
16:23:37 [2023-01-11T16:23:37.734Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
16:23:37 [2023-01-11T16:23:37.734Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
16:23:37 [2023-01-11T16:23:37.734Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
16:23:37 [2023-01-11T16:23:37.734Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
16:23:37 [2023-01-11T16:23:37.734Z] === RUN   TestConfigDaemonSeccompProfiles
16:23:37 [2023-01-11T16:23:37.734Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
16:23:38 [2023-01-11T16:23:38.680Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
16:23:40 [2023-01-11T16:23:40.059Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
16:23:40 [2023-01-11T16:23:40.997Z] === CONT  TestConfigDaemonSeccompProfiles
16:23:40 [2023-01-11T16:23:40.997Z]     daemon_test.go:165: [d1f6a6bd20c12] daemon is not started
16:23:40 [2023-01-11T16:23:40.997Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
16:23:40 [2023-01-11T16:23:40.997Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
16:23:40 [2023-01-11T16:23:40.997Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
16:23:40 [2023-01-11T16:23:40.997Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
16:23:40 [2023-01-11T16:23:40.997Z] === RUN   TestDaemonProxy
16:23:40 [2023-01-11T16:23:40.997Z] === RUN   TestDaemonProxy/environment_variables
16:23:42 [2023-01-11T16:23:42.902Z] === RUN   TestDaemonProxy/command-line_options
16:23:44 [2023-01-11T16:23:44.282Z] === RUN   TestDaemonProxy/configuration_file
16:23:46 [2023-01-11T16:23:46.188Z] === RUN   TestDaemonProxy/conflicting_options
16:23:46 [2023-01-11T16:23:46.448Z] === RUN   TestDaemonProxy/reload_sanitized
16:23:47 [2023-01-11T16:23:47.017Z] --- PASS: TestDaemonProxy (6.24s)
16:23:47 [2023-01-11T16:23:47.017Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
16:23:47 [2023-01-11T16:23:47.017Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
16:23:47 [2023-01-11T16:23:47.017Z]     --- PASS: TestDaemonProxy/configuration_file (1.75s)
16:23:47 [2023-01-11T16:23:47.017Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
16:23:47 [2023-01-11T16:23:47.017Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
16:23:47 [2023-01-11T16:23:47.017Z] === RUN   TestLiveRestore
16:23:47 [2023-01-11T16:23:47.017Z] === RUN   TestLiveRestore/volume_references
16:23:47 [2023-01-11T16:23:47.017Z] === PAUSE TestLiveRestore/volume_references
16:23:47 [2023-01-11T16:23:47.017Z] === CONT  TestLiveRestore/volume_references
16:23:47 [2023-01-11T16:23:47.585Z] === RUN   TestLiveRestore/volume_references/restartPolicy
16:23:47 [2023-01-11T16:23:47.585Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
16:23:48 [2023-01-11T16:23:48.528Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
16:23:49 [2023-01-11T16:23:49.465Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
16:23:50 [2023-01-11T16:23:50.404Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
16:23:51 [2023-01-11T16:23:51.342Z] --- PASS: TestLiveRestore (0.00s)
16:23:51 [2023-01-11T16:23:51.342Z]     --- PASS: TestLiveRestore/volume_references (4.29s)
16:23:51 [2023-01-11T16:23:51.342Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.69s)
16:23:51 [2023-01-11T16:23:51.342Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.95s)
16:23:51 [2023-01-11T16:23:51.342Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.90s)
16:23:51 [2023-01-11T16:23:51.342Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.90s)
16:23:51 [2023-01-11T16:23:51.342Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.95s)
16:23:51 [2023-01-11T16:23:51.342Z] PASS
16:23:51 [2023-01-11T16:23:51.342Z] 
16:23:51 [2023-01-11T16:23:51.342Z] DONE 24 tests in 15.049s
16:23:51 [2023-01-11T16:23:51.342Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
16:23:51 [2023-01-11T16:23:51.342Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
16:23:51 [2023-01-11T16:23:51.342Z] ++ set -e
16:23:51 [2023-01-11T16:23:51.342Z] ++ '[' -n 0 ']'
16:23:51 [2023-01-11T16:23:51.342Z] ++ set -x
16:23:51 [2023-01-11T16:23:51.342Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
16:23:51 [2023-01-11T16:23:51.602Z] INFO: Testing against a local daemon
16:23:51 [2023-01-11T16:23:51.602Z] === RUN   TestCommitInheritsEnv
16:23:51 [2023-01-11T16:23:51.861Z] --- PASS: TestCommitInheritsEnv (0.17s)
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportExtremelyLargeImageWorks
16:23:51 [2023-01-11T16:23:51.861Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
16:23:51 [2023-01-11T16:23:51.861Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportWithCustomPlatform
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportWithCustomPlatform/#00
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportWithCustomPlatform/_______
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportWithCustomPlatform//
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportWithCustomPlatform/linux
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportWithCustomPlatform/LINUX
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportWithCustomPlatform/macos
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportWithCustomPlatform/macos/arm64
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImportWithCustomPlatform/nintendo64
16:23:51 [2023-01-11T16:23:51.861Z] --- PASS: TestImportWithCustomPlatform (0.13s)
16:23:51 [2023-01-11T16:23:51.861Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
16:23:51 [2023-01-11T16:23:51.861Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
16:23:51 [2023-01-11T16:23:51.861Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
16:23:51 [2023-01-11T16:23:51.861Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
16:23:51 [2023-01-11T16:23:51.861Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
16:23:51 [2023-01-11T16:23:51.861Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.03s)
16:23:51 [2023-01-11T16:23:51.861Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
16:23:51 [2023-01-11T16:23:51.861Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
16:23:51 [2023-01-11T16:23:51.861Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImagesFilterMultiReference
16:23:51 [2023-01-11T16:23:51.861Z] --- PASS: TestImagesFilterMultiReference (0.06s)
16:23:51 [2023-01-11T16:23:51.861Z] === RUN   TestImagesFilterBeforeSince
16:23:52 [2023-01-11T16:23:52.121Z]     list_test.go:87: ImageList: ID=sha256:f8c48eff7ff9f432219a13bc7f831f72657482fcd7e624f884ba652a4b93694c RepoTags=[testimagesfilterbeforesince:v3]
16:23:52 [2023-01-11T16:23:52.121Z]     list_test.go:87: ImageList: ID=sha256:aa1d77af706c6ee04be821118b3c83123408dcac7145d620d714d7fc86476a28 RepoTags=[testimagesfilterbeforesince:v1]
16:23:52 [2023-01-11T16:23:52.121Z]     list_test.go:87: ImageList: ID=sha256:5bf8c04ac5d1ae241e2d1bd5e853ac3ff86a94c2d275ecb0c5259a0687d00cb5 RepoTags=[testimagesfilterbeforesince:v2]
16:23:52 [2023-01-11T16:23:52.121Z] --- PASS: TestImagesFilterBeforeSince (0.26s)
16:23:52 [2023-01-11T16:23:52.121Z] === RUN   TestImagePullPlatformInvalid
16:23:52 [2023-01-11T16:23:52.384Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
16:23:52 [2023-01-11T16:23:52.384Z] === RUN   TestImagePullStoredfDigestForOtherRepo
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" 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=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=info msg="redis not configured" go.version=go1.19.5 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=info msg="Starting upload purge in 36m0s" go.version=go1.19.5 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.5 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=72a4132c-5975-4736-a262-9490eb681d39 http.request.method=GET http.request.remoteaddr="127.0.0.1:44982" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=72a4132c-5975-4736-a262-9490eb681d39 http.request.method=GET http.request.remoteaddr="127.0.0.1:44982" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.286268ms http.response.status=200 http.response.written=2 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=1cbfdea1-3456-4b3a-81b3-c0a648b0d910 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg=GetBlob go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=1cbfdea1-3456-4b3a-81b3-c0a648b0d910 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" 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=1cbfdea1-3456-4b3a-81b3-c0a648b0d910 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=32.402µs trace.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=62869787-4cd2-4013-9416-85d3a38ffe1a trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" 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=1cbfdea1-3456-4b3a-81b3-c0a648b0d910 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44992" 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=3.691522ms http.response.status=404 http.response.written=157 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.15+unknown"
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=feb1548d-e301-402b-8e78-83024ff9374b http.request.method=POST http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=feb1548d-e301-402b-8e78-83024ff9374b http.request.method=POST http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/c7290855-9038-4abb-b6b8-79e4ab708026/startedat\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=feb1548d-e301-402b-8e78-83024ff9374b http.request.method=POST http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=119.508µs trace.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=4b7984a5-ffc3-43c5-8d95-f46546a4f75a trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c7290855-9038-4abb-b6b8-79e4ab708026/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=feb1548d-e301-402b-8e78-83024ff9374b http.request.method=POST http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=14.982µs trace.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=d550eacb-8162-40cf-a36f-fdee1f5d153b trace.line=141 vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=1d7fdbc1-18d1-47d4-b76b-4d76e6309438 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg=GetBlob go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=1d7fdbc1-18d1-47d4-b76b-4d76e6309438 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" 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=1d7fdbc1-18d1-47d4-b76b-4d76e6309438 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=24.64µs trace.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=7bb0786a-fc43-4df4-a824-cd95e49ddf7c trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" 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=1d7fdbc1-18d1-47d4-b76b-4d76e6309438 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45006" 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.972001ms http.response.status=404 http.response.written=157 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.15+unknown"
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/c7290855-9038-4abb-b6b8-79e4ab708026/hashstates/sha256/0\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=feb1548d-e301-402b-8e78-83024ff9374b http.request.method=POST http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=95.672µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=dc653508-ff11-4606-b318-f8ccd1ab5460 trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=feb1548d-e301-402b-8e78-83024ff9374b http.request.method=POST http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" http.response.duration=4.136361ms http.response.status=202 http.response.written=0 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.15+unknown"
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=fc52e694-c632-4e3d-bd33-ab079d3e7987 http.request.method=POST http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=fc52e694-c632-4e3d-bd33-ab079d3e7987 http.request.method=POST http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8/startedat\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=fc52e694-c632-4e3d-bd33-ab079d3e7987 http.request.method=POST http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=98.576µs trace.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=2bcdec4a-5d79-45f2-a250-0a0cb0fd0ade trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8/data\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=fc52e694-c632-4e3d-bd33-ab079d3e7987 http.request.method=POST http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=17.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).Stat" trace.id=75f40a6a-0e4f-4016-b2e3-b828d7ee5329 trace.line=141 vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8/hashstates/sha256/0\")" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=fc52e694-c632-4e3d-bd33-ab079d3e7987 http.request.method=POST http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=397.233µs trace.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=45bb2049-7e2e-4466-ac59-fbdc0fb3f3d9 trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" 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=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" 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=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=fc52e694-c632-4e3d-bd33-ab079d3e7987 http.request.method=POST http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.15+unknown" http.response.duration=9.713594ms http.response.status=202 http.response.written=0 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.15+unknown"
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/c7290855-9038-4abb-b6b8-79e4ab708026/startedat\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=33.041µs trace.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=9386a140-6b26-48e6-a741-b872643ed6c2 trace.line=82 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c7290855-9038-4abb-b6b8-79e4ab708026/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=26.453µs trace.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=7cd440e0-982b-49a9-a038-b65a0a6fdf5b trace.line=141 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/c7290855-9038-4abb-b6b8-79e4ab708026/data\", 0)" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=172.832µs trace.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=0587e74c-55dd-4951-be94-dd081d11aaf5 trace.line=124 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" 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=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.384Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c7290855-9038-4abb-b6b8-79e4ab708026/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=46.999µs trace.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=b1895162-32a4-4997-9980-c901ee54a847 trace.line=141 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=15.902µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=16952543-96b7-44c4-9b25-c2e67a4a0a5c trace.line=141 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c7290855-9038-4abb-b6b8-79e4ab708026/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=10.183µs trace.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=1cb626c9-4065-4a54-9a77-9961ecff533d trace.line=141 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/c7290855-9038-4abb-b6b8-79e4ab708026/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=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=124.028µs trace.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=478d03d3-4746-45f9-ae47-dcd452795a71 trace.line=167 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=245.102µs trace.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=73371454-ccac-4e84-9efe-4fc1a2a3affd trace.line=95 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/c7290855-9038-4abb-b6b8-79e4ab708026\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=354.403µs trace.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=66b0bd8b-0653-43d9-85b8-1971107ea264 trace.line=181 vars.name=test vars.uuid=c7290855-9038-4abb-b6b8-79e4ab708026 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=a91d35f0-b7b6-45a1-8140-890a6a7d0a96 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44992" http.request.uri="/v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.15+unknown" http.response.duration=12.414761ms http.response.status=201 http.response.written=0 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "PUT /v2/test/blobs/uploads/c7290855-9038-4abb-b6b8-79e4ab708026?_state=-64gS-xgqxy7r3FH27ebOzZLJEQ2Iayh5S3ATfvG1jB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MjkwODU1LTkwMzgtNGFiYi1iNmI4LTc5ZTRhYjcwODAyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNTk1Njc0NTRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.15+unknown"
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8/startedat\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=35.619µs trace.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=94194796-dd31-4fdf-87c4-2c2b6cd18eb2 trace.line=82 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=20.997µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a3cf8ea5-2c75-415e-9eac-7366c18c8201 trace.line=141 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8/data\", 0)" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=82.486µs trace.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=932a378b-5629-44e4-b394-970f8b1e7fc0 trace.line=124 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=22.006µs trace.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=4c040ccd-aba9-4f26-b36b-498082fe02df trace.line=141 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=16.394µs trace.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=3904e059-56b2-4bd7-ab3a-aba4bf1c4d2b trace.line=141 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8/data\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=8.091µs trace.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=83933dac-d41f-4e4a-9b50-c3de869c3150 trace.line=141 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8/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=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=38.753µs trace.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=092f8db0-a4e7-4882-84af-73e4aa38119e trace.line=167 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=47.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).PutContent" trace.id=14450044-367f-48fc-8b5f-63b2b2b03563 trace.line=95 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8\")" go.version=go1.19.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=73.05µs trace.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=2b6d3b29-b210-4f36-97cd-5b06ae294182 trace.line=181 vars.name=test vars.uuid=bf33848f-bef1-4547-8dfb-23ce37215cb8 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=b4a4de3a-eb36-4981-a7cb-9996a1c25756 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.15+unknown" http.response.duration=7.984542ms http.response.status=201 http.response.written=0 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "PUT /v2/test/blobs/uploads/bf33848f-bef1-4547-8dfb-23ce37215cb8?_state=sqv1_hVHU9UsTxH86xDhWc0WcVRW2ZOPeML6rtY90yd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJmMzM4NDhmLWJlZjEtNDU0Ny04ZGZiLTIzY2UzNzIxNWNiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0xMVQxNjoyMzo1Mi4yNjgyMzgxNFoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.15+unknown"
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=87adea18-3b1e-4381-bc71-07cc6627e1cd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" level=debug msg=GetImageManifest go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=87adea18-3b1e-4381-bc71-07cc6627e1cd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=87adea18-3b1e-4381-bc71-07cc6627e1cd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=50.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).GetContent" trace.id=cc696d8e-ed98-4f06-9fdd-b975b899a660 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=87adea18-3b1e-4381-bc71-07cc6627e1cd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45006" 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=1.260032ms http.response.status=404 http.response.written=96 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.15+unknown"
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.385Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=74.789µs trace.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=94868d9d-367b-494c-ba6a-1d70d05e4497 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=82.313µs trace.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=1a008758-b9fc-4a36-9cc4-9b2d6bff95ce trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=56.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=61fe906c-acb3-4d95-971d-78c137698015 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=13.465µs trace.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=d8e7200f-9311-4838-ace0-4bc5070345e9 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=28.899µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=fc12a1bb-18a5-4990-aec9-b2c9119aa843 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=147.569µs trace.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=ed0478f5-392e-4f05-95c9-7843a887f9b9 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=164.438µs trace.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=6e37a2d7-a167-494d-8b41-8e4d92f7fb24 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=92.545µs trace.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=4e6d990d-c1ec-4fbf-afa3-007e4a35d70c trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=108.102µs trace.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=73e243c2-efd4-47ed-9c73-b76ca52137b0 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=63.844µs trace.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=3050634c-4837-4959-8f83-15fc47c7bc3d trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=a38e6db8-603e-4deb-8f83-598f9bcb99ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:45006" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.15+unknown" http.response.duration=3.351051ms http.response.status=201 http.response.written=0 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.15+unknown"
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=3cd29474-8431-49eb-a428-7ce5b915d251 http.request.method=GET http.request.remoteaddr="127.0.0.1:45036" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=3cd29474-8431-49eb-a428-7ce5b915d251 http.request.method=GET http.request.remoteaddr="127.0.0.1:45036" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c 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="871.43µs" http.response.status=200 http.response.written=2 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=be020749-21e9-40ce-ae13-bd629384c24f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" level=debug msg=GetImageManifest go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=be020749-21e9-40ce-ae13-bd629384c24f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=be020749-21e9-40ce-ae13-bd629384c24f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=40.188µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=abf8b887-663a-443c-8cca-8a2cdb808a35 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=be020749-21e9-40ce-ae13-bd629384c24f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=be020749-21e9-40ce-ae13-bd629384c24f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=19.282µs trace.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=8d9b6403-3334-4ad4-b8d0-28e30a4ca9be trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=be020749-21e9-40ce-ae13-bd629384c24f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=14.482µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ddf40925-ac01-445e-a675-dd6ecb1eb546 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=be020749-21e9-40ce-ae13-bd629384c24f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=14.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).GetContent" trace.id=30f4ebf8-806a-4e03-b7db-0113c9ae0011 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=be020749-21e9-40ce-ae13-bd629384c24f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=be020749-21e9-40ce-ae13-bd629384c24f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45048" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.270994ms http.response.status=200 http.response.written=417 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=f38e8a7b-998c-461b-96e1-64f57139259a http.request.method=GET http.request.remoteaddr="127.0.0.1:45050" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" level=debug msg=GetImageManifest go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=f38e8a7b-998c-461b-96e1-64f57139259a http.request.method=GET http.request.remoteaddr="127.0.0.1:45050" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=f38e8a7b-998c-461b-96e1-64f57139259a http.request.method=GET http.request.remoteaddr="127.0.0.1:45050" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.386Z] time="2023-01-11T16:23:52Z" 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=f38e8a7b-998c-461b-96e1-64f57139259a http.request.method=GET http.request.remoteaddr="127.0.0.1:45050" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=44.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=33d93b85-25fe-49f2-ab32-02c80b2df5eb trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=f38e8a7b-998c-461b-96e1-64f57139259a http.request.method=GET http.request.remoteaddr="127.0.0.1:45050" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=14.498µs trace.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=ede1a5c7-5891-46b2-a984-e2addcede96b trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=f38e8a7b-998c-461b-96e1-64f57139259a http.request.method=GET http.request.remoteaddr="127.0.0.1:45050" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=419.912µs trace.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=01d14e9e-efa0-4ec3-a3e8-d8f66663d363 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=f38e8a7b-998c-461b-96e1-64f57139259a http.request.method=GET http.request.remoteaddr="127.0.0.1:45050" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=f38e8a7b-998c-461b-96e1-64f57139259a http.request.method=GET http.request.remoteaddr="127.0.0.1:45050" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.860219ms http.response.status=200 http.response.written=417 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" level=debug msg=GetBlob go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=40.008µs trace.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=c5c9c94f-8203-49cf-91dd-0c9e7102a598 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=17.116µs trace.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=fb960dcf-c01d-476a-89a5-ce6665a88577 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=88.952µs trace.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=16fa7ec6-2393-4b2d-adb8-6464d2b40a79 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=27.815µs trace.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=6697c57f-bcef-4227-b3f5-346778666c8e trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=34.568µs trace.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=fbefa88b-ce75-4557-8065-994d66ed12a1 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=6.572µs trace.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=f319a807-c768-439d-ba5b-a022b9eccf4f trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=23.893µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=2921a391-c059-4254-ae16-2cb39d741e60 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=33.83µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f09da15c-6858-47a3-a4d0-e950849b2e9a trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=13.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).Stat" trace.id=a8527b83-2b0d-4af4-bace-0ba19077d592 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=83d245bf-de9e-4830-8588-57e9f4e1325b http.request.method=GET http.request.remoteaddr="127.0.0.1:45054" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c 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.79153ms http.response.status=200 http.response.written=179 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" level=debug msg=GetBlob go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=31.179µs trace.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=7fcba5d0-436d-4c90-8c4d-d37c2778a172 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=12.693µs trace.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=d9b5b6ff-6a12-4d02-b795-9155eeab83b9 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=14.802µs trace.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=b2e07111-de2d-42f5-b56f-6131235e5b1c trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=8.287µs trace.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=551d490d-a191-4ff6-9547-6c59e94deeb9 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=8.016µs trace.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=92c07cf3-5849-4101-87c2-626132632dd2 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=5.358µs trace.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=809455ec-f289-4688-8353-9464e01fb631 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=11.332µs trace.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=4743b675-3846-4fce-a250-c8d9cd688518 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.387Z] time="2023-01-11T16:23:52Z" 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=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=41.707µs trace.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=3e97ed47-c5c3-4416-81ae-62ad56112c01 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" 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=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=16.549µs trace.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=46fbe4a4-3f7e-499a-ac25-9f2f02d17fd3 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=2daecbee-4763-4de0-b60f-342373b7eb04 http.request.method=GET http.request.remoteaddr="127.0.0.1:45070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c 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.612946ms http.response.status=200 http.response.written=68 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=f311f7d9-cb14-4c47-942a-e8915aca6930 http.request.method=GET http.request.remoteaddr="127.0.0.1:45090" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" level=info msg="response completed" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=f311f7d9-cb14-4c47-942a-e8915aca6930 http.request.method=GET http.request.remoteaddr="127.0.0.1:45090" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c 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="840.005µs" http.response.status=200 http.response.written=2 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=31c16679-8fbb-406a-8a15-89d0067c328a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45102" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" level=debug msg=GetImageManifest go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=31c16679-8fbb-406a-8a15-89d0067c328a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45102" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=31c16679-8fbb-406a-8a15-89d0067c328a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45102" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" 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=31c16679-8fbb-406a-8a15-89d0067c328a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45102" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=84.143µs trace.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=da8bf6d3-7c09-43cf-9aea-902b0d60c544 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" 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=31c16679-8fbb-406a-8a15-89d0067c328a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45102" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=14.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=c9370333-400c-419a-abfc-27c5ec36f521 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" 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=31c16679-8fbb-406a-8a15-89d0067c328a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45102" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c 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.223487ms http.response.status=404 http.response.written=181 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" level=debug msg="authorizing request" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=d79387ff-8c0a-4441-88a9-ef51623f3032 http.request.method=GET http.request.remoteaddr="127.0.0.1:45108" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" level=debug msg=GetImageManifest go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=d79387ff-8c0a-4441-88a9-ef51623f3032 http.request.method=GET http.request.remoteaddr="127.0.0.1:45108" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.5 http.request.host="127.0.0.1:5000" http.request.id=d79387ff-8c0a-4441-88a9-ef51623f3032 http.request.method=GET http.request.remoteaddr="127.0.0.1:45108" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" 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=d79387ff-8c0a-4441-88a9-ef51623f3032 http.request.method=GET http.request.remoteaddr="127.0.0.1:45108" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=26.65µs trace.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=48191e92-a595-4c2e-8576-8ff23799e7db trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" 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=d79387ff-8c0a-4441-88a9-ef51623f3032 http.request.method=GET http.request.remoteaddr="127.0.0.1:45108" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 trace.duration=11.011µs trace.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=d392f9c6-4a86-420f-8d4f-2fb64db1c2fc trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] time="2023-01-11T16:23:52Z" 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=d79387ff-8c0a-4441-88a9-ef51623f3032 http.request.method=GET http.request.remoteaddr="127.0.0.1:45108" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c 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.668875ms http.response.status=404 http.response.written=181 instance.id=a886a76c-62dc-4bf8-b222-0c43e03945b0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
16:23:52 [2023-01-11T16:23:52.388Z] 127.0.0.1 - - [11/Jan/2023:16:23:52 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.5 git-commit/ef161d4aeb2c8f2409e3d991565aeeb42916348c kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:23:52 [2023-01-11T16:23:52.388Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.24s)
16:23:52 [2023-01-11T16:23:52.388Z] === RUN   TestRemoveImageOrphaning
16:23:52 [2023-01-11T16:23:52.648Z] --- PASS: TestRemoveImageOrphaning (0.17s)
16:23:52 [2023-01-11T16:23:52.648Z] === RUN   TestRemoveImageGarbageCollector
16:23:52 [2023-01-11T16:23:52.648Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:23:52 [2023-01-11T16:23:52.648Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
16:23:52 [2023-01-11T16:23:52.648Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:23:52 [2023-01-11T16:23:52.648Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
16:23:52 [2023-01-11T16:23:52.648Z] === RUN   TestTagInvalidReference
16:23:52 [2023-01-11T16:23:52.648Z] --- PASS: TestTagInvalidReference (0.01s)
16:23:52 [2023-01-11T16:23:52.648Z] === RUN   TestTagValidPrefixedRepo
16:23:52 [2023-01-11T16:23:52.648Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
16:23:52 [2023-01-11T16:23:52.648Z] === RUN   TestTagExistedNameWithoutForce
16:23:52 [2023-01-11T16:23:52.648Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
16:23:52 [2023-01-11T16:23:52.648Z] === RUN   TestTagOfficialNames
16:23:52 [2023-01-11T16:23:52.908Z] --- PASS: TestTagOfficialNames (0.05s)
16:23:52 [2023-01-11T16:23:52.908Z] === RUN   TestTagMatchesDigest
16:23:52 [2023-01-11T16:23:52.908Z] --- PASS: TestTagMatchesDigest (0.01s)
16:23:52 [2023-01-11T16:23:52.908Z] PASS
16:23:52 [2023-01-11T16:23:52.908Z] 
16:23:52 [2023-01-11T16:23:52.908Z] === Skipped
16:23:52 [2023-01-11T16:23:52.908Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
16:23:52 [2023-01-11T16:23:52.908Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
16:23:52 [2023-01-11T16:23:52.908Z] 
16:23:52 [2023-01-11T16:23:52.908Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
16:23:52 [2023-01-11T16:23:52.908Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:23:52 [2023-01-11T16:23:52.908Z] 
16:23:52 [2023-01-11T16:23:52.908Z] DONE 24 tests, 2 skipped in 1.469s
16:23:52 [2023-01-11T16:23:52.908Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
16:23:52 [2023-01-11T16:23:52.908Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
16:23:52 [2023-01-11T16:23:52.908Z] ++ set -e
16:23:52 [2023-01-11T16:23:52.908Z] ++ '[' -n 0 ']'
16:23:52 [2023-01-11T16:23:52.908Z] ++ set -x
16:23:52 [2023-01-11T16:23:52.908Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
16:23:52 [2023-01-11T16:23:52.908Z] === RUN   TestStripANSICommands
16:23:52 [2023-01-11T16:23:52.908Z] === RUN   TestStripANSICommands/#00
16:23:52 [2023-01-11T16:23:52.908Z] === RUN   TestStripANSICommands/#01
16:23:52 [2023-01-11T16:23:52.908Z] --- PASS: TestStripANSICommands (0.00s)
16:23:52 [2023-01-11T16:23:52.908Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
16:23:52 [2023-01-11T16:23:52.908Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
16:23:52 [2023-01-11T16:23:52.908Z] PASS
16:23:52 [2023-01-11T16:23:52.908Z] 
16:23:52 [2023-01-11T16:23:52.908Z] DONE 3 tests in 0.046s
16:23:52 [2023-01-11T16:23:52.908Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
16:23:52 [2023-01-11T16:23:52.908Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
16:23:52 [2023-01-11T16:23:52.908Z] ++ set -e
16:23:52 [2023-01-11T16:23:52.908Z] ++ '[' -n 0 ']'
16:23:52 [2023-01-11T16:23:52.908Z] ++ set -x
16:23:52 [2023-01-11T16:23:52.908Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
16:23:52 [2023-01-11T16:23:52.908Z] INFO: Testing against a local daemon
16:23:52 [2023-01-11T16:23:52.908Z] === RUN   TestNetworkCreateDelete
16:23:53 [2023-01-11T16:23:53.168Z] --- PASS: TestNetworkCreateDelete (0.15s)
16:23:53 [2023-01-11T16:23:53.168Z] === RUN   TestDockerNetworkDeletePreferID
16:23:53 [2023-01-11T16:23:53.747Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s)
16:23:53 [2023-01-11T16:23:53.747Z] === RUN   TestDaemonDNSFallback
16:24:00 [2023-01-11T16:24:00.320Z] --- PASS: TestDaemonDNSFallback (6.23s)
16:24:00 [2023-01-11T16:24:00.320Z] === RUN   TestInspectNetwork
16:24:02 [2023-01-11T16:24:02.858Z] === RUN   TestInspectNetwork/full_network_id
16:24:02 [2023-01-11T16:24:02.858Z] === RUN   TestInspectNetwork/partial_network_id
16:24:02 [2023-01-11T16:24:02.858Z] === RUN   TestInspectNetwork/network_name
16:24:02 [2023-01-11T16:24:02.858Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
16:24:07 [2023-01-11T16:24:07.052Z] --- PASS: TestInspectNetwork (7.03s)
16:24:07 [2023-01-11T16:24:07.052Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
16:24:07 [2023-01-11T16:24:07.052Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
16:24:07 [2023-01-11T16:24:07.052Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
16:24:07 [2023-01-11T16:24:07.052Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
16:24:07 [2023-01-11T16:24:07.052Z] === RUN   TestRunContainerWithBridgeNone
16:24:08 [2023-01-11T16:24:08.438Z] --- PASS: TestRunContainerWithBridgeNone (1.44s)
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/create
16:24:08 [2023-01-11T16:24:08.438Z] === PAUSE TestNetworkInvalidJSON/networks/create
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
16:24:08 [2023-01-11T16:24:08.438Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
16:24:08 [2023-01-11T16:24:08.438Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
16:24:08 [2023-01-11T16:24:08.438Z] === CONT  TestNetworkInvalidJSON/networks/create
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
16:24:08 [2023-01-11T16:24:08.438Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
16:24:08 [2023-01-11T16:24:08.438Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
16:24:08 [2023-01-11T16:24:08.438Z] --- PASS: TestNetworkInvalidJSON (0.01s)
16:24:08 [2023-01-11T16:24:08.438Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkList
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkList//networks
16:24:08 [2023-01-11T16:24:08.438Z] === PAUSE TestNetworkList//networks
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestNetworkList//networks/
16:24:08 [2023-01-11T16:24:08.438Z] === PAUSE TestNetworkList//networks/
16:24:08 [2023-01-11T16:24:08.438Z] === CONT  TestNetworkList//networks
16:24:08 [2023-01-11T16:24:08.438Z] === CONT  TestNetworkList//networks/
16:24:08 [2023-01-11T16:24:08.438Z] --- PASS: TestNetworkList (0.01s)
16:24:08 [2023-01-11T16:24:08.438Z]     --- PASS: TestNetworkList//networks (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z]     --- PASS: TestNetworkList//networks/ (0.00s)
16:24:08 [2023-01-11T16:24:08.438Z] === RUN   TestHostIPv4BridgeLabel
16:24:09 [2023-01-11T16:24:09.008Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
16:24:09 [2023-01-11T16:24:09.008Z] === RUN   TestDaemonRestartWithLiveRestore
16:24:09 [2023-01-11T16:24:09.945Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
16:24:09 [2023-01-11T16:24:09.945Z] === RUN   TestDaemonDefaultNetworkPools
16:24:10 [2023-01-11T16:24:10.883Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s)
16:24:10 [2023-01-11T16:24:10.883Z] === RUN   TestDaemonRestartWithExistingNetwork
16:24:11 [2023-01-11T16:24:11.821Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
16:24:11 [2023-01-11T16:24:11.821Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:24:13 [2023-01-11T16:24:13.199Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
16:24:13 [2023-01-11T16:24:13.199Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:24:13 [2023-01-11T16:24:13.767Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
16:24:13 [2023-01-11T16:24:13.768Z] === RUN   TestServiceWithPredefinedNetwork
16:24:16 [2023-01-11T16:24:16.319Z] --- PASS: TestServiceWithPredefinedNetwork (2.27s)
16:24:16 [2023-01-11T16:24:16.319Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:24:16 [2023-01-11T16:24:16.319Z]     service_test.go:242: FLAKY_TEST
16:24:16 [2023-01-11T16:24:16.319Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:24:16 [2023-01-11T16:24:16.319Z] === RUN   TestServiceWithDataPathPortInit
16:24:31 [2023-01-11T16:24:31.214Z] --- PASS: TestServiceWithDataPathPortInit (13.60s)
16:24:31 [2023-01-11T16:24:31.214Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:24:32 [2023-01-11T16:24:32.153Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:6wgklue2ptxe0f27a61re4sz1 Created:2023-01-11 16:24:30.71796359 +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[a1529f0ed8f24ae628b7dd4cac24cb5e12d21b3d99a32f83a44e2549a0388e9c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ohyaqhe6hv88j7b4bmppolv7m EndpointID:f9ad97233602eb120c1f664edcb643daa40f18a98ed95c69c8101c35f7d152cc MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a2ea667b180f2ecf6bf45a39206ae0fca885b5f317e417c3f35dd3aa46673d99 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:094bcd46d873 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ohyaqhe6hv88j7b4bmppolv7m EndpointID:f9ad97233602eb120c1f664edcb643daa40f18a98ed95c69c8101c35f7d152cc EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
16:24:36 [2023-01-11T16:24:36.348Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.92s)
16:24:36 [2023-01-11T16:24:36.348Z] PASS
16:24:36 [2023-01-11T16:24:36.348Z] 
16:24:36 [2023-01-11T16:24:36.348Z] === Skipped
16:24:36 [2023-01-11T16:24:36.348Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:24:36 [2023-01-11T16:24:36.348Z]     service_test.go:242: FLAKY_TEST
16:24:36 [2023-01-11T16:24:36.348Z] 
16:24:36 [2023-01-11T16:24:36.348Z] DONE 38 tests, 1 skipped in 43.492s
16:24:36 [2023-01-11T16:24:36.348Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
16:24:36 [2023-01-11T16:24:36.348Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
16:24:36 [2023-01-11T16:24:36.348Z] ++ set -e
16:24:36 [2023-01-11T16:24:36.348Z] ++ '[' -n 0 ']'
16:24:36 [2023-01-11T16:24:36.348Z] ++ set -x
16:24:36 [2023-01-11T16:24:36.348Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
16:24:36 [2023-01-11T16:24:36.609Z] INFO: Testing against a local daemon
16:24:36 [2023-01-11T16:24:36.609Z] === RUN   TestDockerNetworkIpvlanPersistance
16:24:36 [2023-01-11T16:24:36.609Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:24:36 [2023-01-11T16:24:36.609Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
16:24:36 [2023-01-11T16:24:36.609Z] === RUN   TestDockerNetworkIpvlan
16:24:36 [2023-01-11T16:24:36.609Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:24:36 [2023-01-11T16:24:36.609Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:24:36 [2023-01-11T16:24:36.609Z] PASS
16:24:36 [2023-01-11T16:24:36.609Z] 
16:24:36 [2023-01-11T16:24:36.609Z] === Skipped
16:24:36 [2023-01-11T16:24:36.609Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
16:24:36 [2023-01-11T16:24:36.609Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:24:36 [2023-01-11T16:24:36.609Z] 
16:24:36 [2023-01-11T16:24:36.609Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:24:36 [2023-01-11T16:24:36.609Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:24:36 [2023-01-11T16:24:36.609Z] 
16:24:36 [2023-01-11T16:24:36.609Z] DONE 2 tests, 2 skipped in 0.098s
16:24:36 [2023-01-11T16:24:36.609Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
16:24:36 [2023-01-11T16:24:36.609Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
16:24:36 [2023-01-11T16:24:36.609Z] ++ set -e
16:24:36 [2023-01-11T16:24:36.609Z] ++ '[' -n 0 ']'
16:24:36 [2023-01-11T16:24:36.609Z] ++ set -x
16:24:36 [2023-01-11T16:24:36.609Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
16:24:36 [2023-01-11T16:24:36.609Z] INFO: Testing against a local daemon
16:24:36 [2023-01-11T16:24:36.609Z] === RUN   TestDockerNetworkMacvlanPersistance
16:24:37 [2023-01-11T16:24:37.988Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.19s)
16:24:37 [2023-01-11T16:24:37.988Z] === RUN   TestDockerNetworkMacvlan
16:24:38 [2023-01-11T16:24:38.558Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:24:39 [2023-01-11T16:24:39.127Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:24:39 [2023-01-11T16:24:39.696Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:24:41 [2023-01-11T16:24:41.604Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:24:43 [2023-01-11T16:24:43.172Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:24:46 [2023-01-11T16:24:46.484Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:24:47 [2023-01-11T16:24:47.053Z] --- PASS: TestDockerNetworkMacvlan (9.09s)
16:24:47 [2023-01-11T16:24:47.053Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
16:24:47 [2023-01-11T16:24:47.053Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
16:24:47 [2023-01-11T16:24:47.053Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.82s)
16:24:47 [2023-01-11T16:24:47.053Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s)
16:24:47 [2023-01-11T16:24:47.053Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.05s)
16:24:47 [2023-01-11T16:24:47.053Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s)
16:24:47 [2023-01-11T16:24:47.053Z] PASS
16:24:47 [2023-01-11T16:24:47.053Z] 
16:24:47 [2023-01-11T16:24:47.053Z] DONE 8 tests in 10.379s
16:24:47 [2023-01-11T16:24:47.053Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
16:24:47 [2023-01-11T16:24:47.053Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
16:24:47 [2023-01-11T16:24:47.053Z] ++ set -e
16:24:47 [2023-01-11T16:24:47.053Z] ++ '[' -n 0 ']'
16:24:47 [2023-01-11T16:24:47.053Z] ++ set -x
16:24:47 [2023-01-11T16:24:47.053Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
16:24:47 [2023-01-11T16:24:47.053Z] testing: warning: no tests to run
16:24:47 [2023-01-11T16:24:47.053Z] PASS
16:24:47 [2023-01-11T16:24:47.053Z] 
16:24:47 [2023-01-11T16:24:47.053Z] DONE 0 tests in 0.026s
16:24:47 [2023-01-11T16:24:47.053Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
16:24:47 [2023-01-11T16:24:47.053Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
16:24:47 [2023-01-11T16:24:47.053Z] ++ set -e
16:24:47 [2023-01-11T16:24:47.053Z] ++ '[' -n 0 ']'
16:24:47 [2023-01-11T16:24:47.053Z] ++ set -x
16:24:47 [2023-01-11T16:24:47.053Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
16:24:47 [2023-01-11T16:24:47.053Z] INFO: Testing against a local daemon
16:24:47 [2023-01-11T16:24:47.053Z] === RUN   TestAuthZPluginAllowRequest
16:24:48 [2023-01-11T16:24:48.432Z] --- PASS: TestAuthZPluginAllowRequest (1.06s)
16:24:48 [2023-01-11T16:24:48.432Z] === RUN   TestAuthZPluginTLS
16:24:48 [2023-01-11T16:24:48.691Z] --- PASS: TestAuthZPluginTLS (0.55s)
16:24:48 [2023-01-11T16:24:48.691Z] === RUN   TestAuthZPluginDenyRequest
16:24:49 [2023-01-11T16:24:49.260Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
16:24:49 [2023-01-11T16:24:49.260Z] === RUN   TestAuthZPluginAPIDenyResponse
16:24:49 [2023-01-11T16:24:49.832Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
16:24:49 [2023-01-11T16:24:49.832Z] === RUN   TestAuthZPluginDenyResponse
16:24:50 [2023-01-11T16:24:50.400Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
16:24:50 [2023-01-11T16:24:50.400Z] === RUN   TestAuthZPluginAllowEventStream
16:24:51 [2023-01-11T16:24:51.338Z] --- PASS: TestAuthZPluginAllowEventStream (1.09s)
16:24:51 [2023-01-11T16:24:51.338Z] === RUN   TestAuthZPluginErrorResponse
16:24:51 [2023-01-11T16:24:51.907Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
16:24:51 [2023-01-11T16:24:51.907Z] === RUN   TestAuthZPluginErrorRequest
16:24:52 [2023-01-11T16:24:52.476Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
16:24:52 [2023-01-11T16:24:52.476Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:24:53 [2023-01-11T16:24:53.046Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
16:24:53 [2023-01-11T16:24:53.046Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:24:54 [2023-01-11T16:24:54.424Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.15s)
16:24:54 [2023-01-11T16:24:54.424Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:24:55 [2023-01-11T16:24:55.362Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.15s)
16:24:55 [2023-01-11T16:24:55.363Z] === RUN   TestAuthZPluginHeader
16:24:55 [2023-01-11T16:24:55.931Z] --- PASS: TestAuthZPluginHeader (0.62s)
16:24:55 [2023-01-11T16:24:55.931Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:24:55 [2023-01-11T16:24:55.931Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:24:55 [2023-01-11T16:24:55.931Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:24:55 [2023-01-11T16:24:55.931Z] === RUN   TestAuthZPluginV2Disable
16:24:55 [2023-01-11T16:24:55.931Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:24:55 [2023-01-11T16:24:55.931Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
16:24:55 [2023-01-11T16:24:55.931Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:24:55 [2023-01-11T16:24:55.931Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:24:55 [2023-01-11T16:24:55.931Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:24:55 [2023-01-11T16:24:55.931Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:24:55 [2023-01-11T16:24:55.931Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:24:55 [2023-01-11T16:24:55.931Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:24:55 [2023-01-11T16:24:55.931Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:25:14 [2023-01-11T16:25:14.025Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
16:25:14 [2023-01-11T16:25:14.025Z] PASS
16:25:14 [2023-01-11T16:25:14.025Z] 
16:25:14 [2023-01-11T16:25:14.025Z] === Skipped
16:25:14 [2023-01-11T16:25:14.025Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:25:14 [2023-01-11T16:25:14.025Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:25:14 [2023-01-11T16:25:14.025Z] 
16:25:14 [2023-01-11T16:25:14.025Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
16:25:14 [2023-01-11T16:25:14.025Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:25:14 [2023-01-11T16:25:14.025Z] 
16:25:14 [2023-01-11T16:25:14.025Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:25:14 [2023-01-11T16:25:14.025Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:25:14 [2023-01-11T16:25:14.025Z] 
16:25:14 [2023-01-11T16:25:14.025Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:25:14 [2023-01-11T16:25:14.025Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:25:14 [2023-01-11T16:25:14.025Z] 
16:25:14 [2023-01-11T16:25:14.025Z] DONE 17 tests, 4 skipped in 25.831s
16:25:14 [2023-01-11T16:25:14.025Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:25:14 [2023-01-11T16:25:14.025Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
16:25:14 [2023-01-11T16:25:14.025Z] ++ set -e
16:25:14 [2023-01-11T16:25:14.025Z] ++ '[' -n 0 ']'
16:25:14 [2023-01-11T16:25:14.025Z] ++ set -x
16:25:14 [2023-01-11T16:25:14.025Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
16:25:14 [2023-01-11T16:25:14.025Z] INFO: Testing against a local daemon
16:25:14 [2023-01-11T16:25:14.025Z] === RUN   TestPluginInvalidJSON
16:25:14 [2023-01-11T16:25:14.025Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
16:25:14 [2023-01-11T16:25:14.025Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
16:25:14 [2023-01-11T16:25:14.025Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
16:25:14 [2023-01-11T16:25:14.025Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
16:25:14 [2023-01-11T16:25:14.025Z] === RUN   TestPluginInvalidJSON/plugins/pull
16:25:14 [2023-01-11T16:25:14.025Z] === PAUSE TestPluginInvalidJSON/plugins/pull
16:25:14 [2023-01-11T16:25:14.025Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
16:25:14 [2023-01-11T16:25:14.025Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
16:25:14 [2023-01-11T16:25:14.025Z] === CONT  TestPluginInvalidJSON/plugins/pull
16:25:14 [2023-01-11T16:25:14.025Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
16:25:14 [2023-01-11T16:25:14.026Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
16:25:14 [2023-01-11T16:25:14.026Z] --- PASS: TestPluginInvalidJSON (0.02s)
16:25:14 [2023-01-11T16:25:14.026Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInstall
16:25:14 [2023-01-11T16:25:14.026Z] === RUN   TestPluginInstall/no_auth
16:25:17 [2023-01-11T16:25:17.382Z] time="2023-01-11T16:25:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:25:17 [2023-01-11T16:25:17.382Z] time="2023-01-11T16:25:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5aaabe61117d00ef32ba624aee0b8e7491dcb703dde0ddcdf650d2c4c9d591e5" mediatype=application/vnd.docker.plugin.v1+json size=522
16:25:17 [2023-01-11T16:25:17.382Z] time="2023-01-11T16:25:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:25:17 [2023-01-11T16:25:17.382Z] time="2023-01-11T16:25:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5aaabe61117d00ef32ba624aee0b8e7491dcb703dde0ddcdf650d2c4c9d591e5" mediatype=application/vnd.docker.plugin.v1+json size=522
16:25:17 [2023-01-11T16:25:17.382Z] === RUN   TestPluginInstall/with_htpasswd
16:25:17 [2023-01-11T16:25:17.382Z] time="2023-01-11T16:25:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:25:17 [2023-01-11T16:25:17.382Z] time="2023-01-11T16:25:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2c970530a61a76cd1cbba51be0f43d62731e52be043bab1ba6bfb02192dd19eb" mediatype=application/vnd.docker.plugin.v1+json size=522
16:25:17 [2023-01-11T16:25:17.382Z] time="2023-01-11T16:25:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:25:17 [2023-01-11T16:25:17.382Z] time="2023-01-11T16:25:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2c970530a61a76cd1cbba51be0f43d62731e52be043bab1ba6bfb02192dd19eb" mediatype=application/vnd.docker.plugin.v1+json size=522
16:25:17 [2023-01-11T16:25:17.641Z] === RUN   TestPluginInstall/with_insecure
16:25:18 [2023-01-11T16:25:18.580Z] time="2023-01-11T16:25:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:25:18 [2023-01-11T16:25:18.580Z] time="2023-01-11T16:25:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:90928abb3dd9b3e786d1c51a471bca1bf61a920715c07ad86d54f8de123442e0" mediatype=application/vnd.docker.plugin.v1+json size=522
16:25:18 [2023-01-11T16:25:18.580Z] time="2023-01-11T16:25:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:25:18 [2023-01-11T16:25:18.580Z] time="2023-01-11T16:25:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:90928abb3dd9b3e786d1c51a471bca1bf61a920715c07ad86d54f8de123442e0" mediatype=application/vnd.docker.plugin.v1+json size=522
16:25:18 [2023-01-11T16:25:18.580Z]     plugin_test.go:196: [d103c81498c6d] daemon is not started
16:25:18 [2023-01-11T16:25:18.580Z] --- PASS: TestPluginInstall (5.67s)
16:25:18 [2023-01-11T16:25:18.580Z]     --- PASS: TestPluginInstall/no_auth (4.18s)
16:25:18 [2023-01-11T16:25:18.580Z]     --- PASS: TestPluginInstall/with_htpasswd (0.52s)
16:25:18 [2023-01-11T16:25:18.580Z]     --- PASS: TestPluginInstall/with_insecure (0.97s)
16:25:18 [2023-01-11T16:25:18.580Z] === RUN   TestPluginsWithRuntimes
16:25:20 [2023-01-11T16:25:20.486Z] === RUN   TestPluginsWithRuntimes/No_Args
16:25:21 [2023-01-11T16:25:21.055Z] === RUN   TestPluginsWithRuntimes/With_Args
16:25:21 [2023-01-11T16:25:21.993Z] --- PASS: TestPluginsWithRuntimes (3.38s)
16:25:21 [2023-01-11T16:25:21.993Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.93s)
16:25:21 [2023-01-11T16:25:21.993Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.94s)
16:25:21 [2023-01-11T16:25:21.993Z] === RUN   TestPluginBackCompatMediaTypes
16:25:22 [2023-01-11T16:25:22.562Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s)
16:25:22 [2023-01-11T16:25:22.562Z] PASS
16:25:22 [2023-01-11T16:25:22.562Z] 
16:25:22 [2023-01-11T16:25:22.562Z] DONE 24 tests in 9.754s
16:25:22 [2023-01-11T16:25:22.562Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:25:22 [2023-01-11T16:25:22.562Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
16:25:22 [2023-01-11T16:25:22.562Z] ++ set -e
16:25:22 [2023-01-11T16:25:22.562Z] ++ '[' -n 0 ']'
16:25:22 [2023-01-11T16:25:22.562Z] ++ set -x
16:25:22 [2023-01-11T16:25:22.562Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
16:25:22 [2023-01-11T16:25:22.821Z] INFO: Testing against a local daemon
16:25:22 [2023-01-11T16:25:22.821Z] === RUN   TestExternalGraphDriver
16:25:23 [2023-01-11T16:25:23.080Z] === RUN   TestExternalGraphDriver/json
16:25:24 [2023-01-11T16:25:24.987Z] === RUN   TestExternalGraphDriver/spec
16:25:26 [2023-01-11T16:25:26.366Z] === RUN   TestExternalGraphDriver/pull
16:25:27 [2023-01-11T16:25:27.745Z] --- PASS: TestExternalGraphDriver (5.05s)
16:25:27 [2023-01-11T16:25:27.745Z]     --- PASS: TestExternalGraphDriver/json (1.57s)
16:25:27 [2023-01-11T16:25:27.745Z]     --- PASS: TestExternalGraphDriver/spec (1.54s)
16:25:27 [2023-01-11T16:25:27.745Z]     --- PASS: TestExternalGraphDriver/pull (1.60s)
16:25:27 [2023-01-11T16:25:27.745Z] === RUN   TestGraphdriverPluginV2
16:25:28 [2023-01-11T16:25:28.005Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:25:28 [2023-01-11T16:25:28.005Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
16:25:28 [2023-01-11T16:25:28.005Z] PASS
16:25:28 [2023-01-11T16:25:28.005Z] 
16:25:28 [2023-01-11T16:25:28.005Z] === Skipped
16:25:28 [2023-01-11T16:25:28.005Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
16:25:28 [2023-01-11T16:25:28.005Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:25:28 [2023-01-11T16:25:28.005Z] 
16:25:28 [2023-01-11T16:25:28.005Z] DONE 5 tests, 1 skipped in 5.514s
16:25:28 [2023-01-11T16:25:28.265Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:25:28 [2023-01-11T16:25:28.265Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
16:25:28 [2023-01-11T16:25:28.265Z] ++ set -e
16:25:28 [2023-01-11T16:25:28.265Z] ++ '[' -n 0 ']'
16:25:28 [2023-01-11T16:25:28.265Z] ++ set -x
16:25:28 [2023-01-11T16:25:28.265Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
16:25:28 [2023-01-11T16:25:28.265Z] INFO: Testing against a local daemon
16:25:28 [2023-01-11T16:25:28.265Z] === RUN   TestContinueAfterPluginCrash
16:25:28 [2023-01-11T16:25:28.265Z] === PAUSE TestContinueAfterPluginCrash
16:25:28 [2023-01-11T16:25:28.265Z] === RUN   TestReadPluginNoRead
16:25:28 [2023-01-11T16:25:28.265Z] === PAUSE TestReadPluginNoRead
16:25:28 [2023-01-11T16:25:28.265Z] === RUN   TestDaemonStartWithLogOpt
16:25:28 [2023-01-11T16:25:28.265Z] === PAUSE TestDaemonStartWithLogOpt
16:25:28 [2023-01-11T16:25:28.265Z] === CONT  TestDaemonStartWithLogOpt
16:25:28 [2023-01-11T16:25:28.265Z] === CONT  TestContinueAfterPluginCrash
16:25:31 [2023-01-11T16:25:31.557Z] --- PASS: TestDaemonStartWithLogOpt (3.11s)
16:25:31 [2023-01-11T16:25:31.557Z] === CONT  TestReadPluginNoRead
16:25:33 [2023-01-11T16:25:33.464Z] === RUN   TestReadPluginNoRead/default
16:25:34 [2023-01-11T16:25:34.869Z] === RUN   TestReadPluginNoRead/disabled_caching
16:25:36 [2023-01-11T16:25:36.248Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:25:36 [2023-01-11T16:25:36.248Z] --- PASS: TestContinueAfterPluginCrash (7.92s)
16:25:37 [2023-01-11T16:25:37.186Z] === CONT  TestReadPluginNoRead
16:25:37 [2023-01-11T16:25:37.186Z]     read_test.go:91: [d526a0654a726] daemon is not started
16:25:37 [2023-01-11T16:25:37.186Z] --- PASS: TestReadPluginNoRead (5.85s)
16:25:37 [2023-01-11T16:25:37.186Z]     --- PASS: TestReadPluginNoRead/default (1.27s)
16:25:37 [2023-01-11T16:25:37.186Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.23s)
16:25:37 [2023-01-11T16:25:37.186Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s)
16:25:37 [2023-01-11T16:25:37.186Z] PASS
16:25:37 [2023-01-11T16:25:37.186Z] 
16:25:37 [2023-01-11T16:25:37.186Z] DONE 6 tests in 9.091s
16:25:37 [2023-01-11T16:25:37.186Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:25:37 [2023-01-11T16:25:37.186Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
16:25:37 [2023-01-11T16:25:37.186Z] ++ set -e
16:25:37 [2023-01-11T16:25:37.186Z] ++ '[' -n 0 ']'
16:25:37 [2023-01-11T16:25:37.186Z] ++ set -x
16:25:37 [2023-01-11T16:25:37.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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
16:25:37 [2023-01-11T16:25:37.187Z] testing: warning: no tests to run
16:25:37 [2023-01-11T16:25:37.187Z] PASS
16:25:37 [2023-01-11T16:25:37.187Z] 
16:25:37 [2023-01-11T16:25:37.187Z] DONE 0 tests in 0.041s
16:25:37 [2023-01-11T16:25:37.187Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:25:37 [2023-01-11T16:25:37.187Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
16:25:37 [2023-01-11T16:25:37.187Z] ++ set -e
16:25:37 [2023-01-11T16:25:37.187Z] ++ '[' -n 0 ']'
16:25:37 [2023-01-11T16:25:37.187Z] ++ set -x
16:25:37 [2023-01-11T16:25:37.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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
16:25:37 [2023-01-11T16:25:37.446Z] INFO: Testing against a local daemon
16:25:37 [2023-01-11T16:25:37.446Z] === RUN   TestPluginWithDevMounts
16:25:37 [2023-01-11T16:25:37.446Z] === PAUSE TestPluginWithDevMounts
16:25:37 [2023-01-11T16:25:37.446Z] === CONT  TestPluginWithDevMounts
16:25:38 [2023-01-11T16:25:38.826Z] --- PASS: TestPluginWithDevMounts (1.49s)
16:25:38 [2023-01-11T16:25:38.826Z] PASS
16:25:38 [2023-01-11T16:25:38.826Z] 
16:25:38 [2023-01-11T16:25:38.826Z] DONE 1 tests in 1.619s
16:25:38 [2023-01-11T16:25:38.826Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
16:25:38 [2023-01-11T16:25:38.826Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
16:25:38 [2023-01-11T16:25:38.826Z] ++ set -e
16:25:38 [2023-01-11T16:25:38.826Z] ++ '[' -n 0 ']'
16:25:38 [2023-01-11T16:25:38.826Z] ++ set -x
16:25:38 [2023-01-11T16:25:38.826Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
16:25:39 [2023-01-11T16:25:39.087Z] INFO: Testing against a local daemon
16:25:39 [2023-01-11T16:25:39.087Z] === RUN   TestSecretInspect
16:25:41 [2023-01-11T16:25:41.624Z] --- PASS: TestSecretInspect (2.08s)
16:25:41 [2023-01-11T16:25:41.624Z] === RUN   TestSecretList
16:25:43 [2023-01-11T16:25:43.531Z] --- PASS: TestSecretList (2.11s)
16:25:43 [2023-01-11T16:25:43.531Z] === RUN   TestSecretsCreateAndDelete
16:25:45 [2023-01-11T16:25:45.440Z] --- PASS: TestSecretsCreateAndDelete (2.09s)
16:25:45 [2023-01-11T16:25:45.440Z] === RUN   TestSecretsUpdate
16:25:47 [2023-01-11T16:25:47.347Z] --- PASS: TestSecretsUpdate (2.10s)
16:25:47 [2023-01-11T16:25:47.347Z] === RUN   TestTemplatedSecret
16:25:49 [2023-01-11T16:25:49.884Z] --- PASS: TestTemplatedSecret (2.36s)
16:25:49 [2023-01-11T16:25:49.884Z] === RUN   TestSecretCreateResolve
16:25:52 [2023-01-11T16:25:52.421Z] --- PASS: TestSecretCreateResolve (2.13s)
16:25:52 [2023-01-11T16:25:52.421Z] PASS
16:25:52 [2023-01-11T16:25:52.421Z] 
16:25:52 [2023-01-11T16:25:52.421Z] DONE 6 tests in 12.988s
16:25:52 [2023-01-11T16:25:52.421Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
16:25:52 [2023-01-11T16:25:52.421Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
16:25:52 [2023-01-11T16:25:52.421Z] ++ set -e
16:25:52 [2023-01-11T16:25:52.421Z] ++ '[' -n 0 ']'
16:25:52 [2023-01-11T16:25:52.421Z] ++ set -x
16:25:52 [2023-01-11T16:25:52.421Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
16:25:52 [2023-01-11T16:25:52.421Z] INFO: Testing against a local daemon
16:25:52 [2023-01-11T16:25:52.421Z] === RUN   TestServiceCreateInit
16:25:52 [2023-01-11T16:25:52.421Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:25:55 [2023-01-11T16:25:55.720Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:25:59 [2023-01-11T16:25:59.922Z] --- PASS: TestServiceCreateInit (7.09s)
16:25:59 [2023-01-11T16:25:59.922Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.62s)
16:25:59 [2023-01-11T16:25:59.922Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.45s)
16:25:59 [2023-01-11T16:25:59.922Z] === RUN   TestCreateServiceMultipleTimes
16:26:14 [2023-01-11T16:26:14.814Z] --- PASS: TestCreateServiceMultipleTimes (15.32s)
16:26:14 [2023-01-11T16:26:14.814Z] === RUN   TestCreateServiceConflict
16:26:16 [2023-01-11T16:26:16.721Z] --- PASS: TestCreateServiceConflict (2.21s)
16:26:16 [2023-01-11T16:26:16.721Z] === RUN   TestCreateServiceMaxReplicas
16:26:20 [2023-01-11T16:26:20.013Z] --- PASS: TestCreateServiceMaxReplicas (2.77s)
16:26:20 [2023-01-11T16:26:20.013Z] === RUN   TestCreateWithDuplicateNetworkNames
16:26:34 [2023-01-11T16:26:34.932Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.04s)
16:26:34 [2023-01-11T16:26:34.932Z] === RUN   TestCreateServiceSecretFileMode
16:26:34 [2023-01-11T16:26:34.932Z] --- PASS: TestCreateServiceSecretFileMode (2.34s)
16:26:34 [2023-01-11T16:26:34.932Z] === RUN   TestCreateServiceConfigFileMode
16:26:37 [2023-01-11T16:26:37.469Z] --- PASS: TestCreateServiceConfigFileMode (2.37s)
16:26:37 [2023-01-11T16:26:37.469Z] === RUN   TestCreateServiceSysctls
16:26:40 [2023-01-11T16:26:40.008Z] --- PASS: TestCreateServiceSysctls (2.49s)
16:26:40 [2023-01-11T16:26:40.008Z] === RUN   TestCreateServiceCapabilities
16:26:41 [2023-01-11T16:26:41.915Z] --- PASS: TestCreateServiceCapabilities (1.89s)
16:26:41 [2023-01-11T16:26:41.915Z] === RUN   TestInspect
16:26:44 [2023-01-11T16:26:44.452Z] --- PASS: TestInspect (2.57s)
16:26:44 [2023-01-11T16:26:44.453Z] === RUN   TestCreateJob
16:26:47 [2023-01-11T16:26:47.744Z] --- PASS: TestCreateJob (2.87s)
16:26:47 [2023-01-11T16:26:47.744Z] === RUN   TestReplicatedJob
16:26:51 [2023-01-11T16:26:51.940Z] --- PASS: TestReplicatedJob (4.77s)
16:26:51 [2023-01-11T16:26:51.940Z] === RUN   TestUpdateReplicatedJob
16:26:55 [2023-01-11T16:26:55.232Z] --- PASS: TestUpdateReplicatedJob (3.09s)
16:26:55 [2023-01-11T16:26:55.232Z] === RUN   TestServiceListWithStatuses
16:26:55 [2023-01-11T16:26:55.232Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:26:55 [2023-01-11T16:26:55.232Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:26:55 [2023-01-11T16:26:55.232Z] === RUN   TestDockerNetworkConnectAlias
16:26:59 [2023-01-11T16:26:59.446Z] --- PASS: TestDockerNetworkConnectAlias (3.97s)
16:26:59 [2023-01-11T16:26:59.446Z] === RUN   TestDockerNetworkReConnect
16:27:02 [2023-01-11T16:27:02.739Z] --- PASS: TestDockerNetworkReConnect (3.30s)
16:27:02 [2023-01-11T16:27:02.739Z] === RUN   TestServicePlugin
16:27:02 [2023-01-11T16:27:02.739Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:27:02 [2023-01-11T16:27:02.739Z] --- SKIP: TestServicePlugin (0.00s)
16:27:02 [2023-01-11T16:27:02.739Z] === RUN   TestServiceUpdateLabel
16:27:04 [2023-01-11T16:27:04.645Z] --- PASS: TestServiceUpdateLabel (2.10s)
16:27:04 [2023-01-11T16:27:04.645Z] === RUN   TestServiceUpdateSecrets
16:27:19 [2023-01-11T16:27:19.531Z] --- PASS: TestServiceUpdateSecrets (14.22s)
16:27:19 [2023-01-11T16:27:19.531Z] === RUN   TestServiceUpdateConfigs
16:27:34 [2023-01-11T16:27:34.418Z] --- PASS: TestServiceUpdateConfigs (14.24s)
16:27:34 [2023-01-11T16:27:34.418Z] === RUN   TestServiceUpdateNetwork
16:27:46 [2023-01-11T16:27:46.666Z] --- PASS: TestServiceUpdateNetwork (12.35s)
16:27:46 [2023-01-11T16:27:46.666Z] === RUN   TestServiceUpdatePidsLimit
16:27:46 [2023-01-11T16:27:46.666Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:27:46 [2023-01-11T16:27:46.925Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:27:55 [2023-01-11T16:27:55.047Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:28:01 [2023-01-11T16:28:01.619Z] --- PASS: TestServiceUpdatePidsLimit (16.08s)
16:28:01 [2023-01-11T16:28:01.619Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
16:28:01 [2023-01-11T16:28:01.619Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
16:28:01 [2023-01-11T16:28:01.619Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
16:28:01 [2023-01-11T16:28:01.619Z] PASS
16:28:01 [2023-01-11T16:28:01.619Z] 
16:28:01 [2023-01-11T16:28:01.619Z] === Skipped
16:28:01 [2023-01-11T16:28:01.619Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
16:28:01 [2023-01-11T16:28:01.619Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:28:01 [2023-01-11T16:28:01.619Z] 
16:28:01 [2023-01-11T16:28:01.619Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
16:28:01 [2023-01-11T16:28:01.619Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:28:01 [2023-01-11T16:28:01.619Z] 
16:28:01 [2023-01-11T16:28:01.619Z] DONE 27 tests, 2 skipped in 129.310s
16:28:01 [2023-01-11T16:28:01.619Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
16:28:01 [2023-01-11T16:28:01.619Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
16:28:01 [2023-01-11T16:28:01.619Z] ++ set -e
16:28:01 [2023-01-11T16:28:01.619Z] ++ '[' -n 0 ']'
16:28:01 [2023-01-11T16:28:01.619Z] ++ set -x
16:28:01 [2023-01-11T16:28:01.619Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
16:28:01 [2023-01-11T16:28:01.619Z] INFO: Testing against a local daemon
16:28:01 [2023-01-11T16:28:01.619Z] === RUN   TestSessionCreate
16:28:01 [2023-01-11T16:28:01.619Z] --- PASS: TestSessionCreate (0.02s)
16:28:01 [2023-01-11T16:28:01.619Z] === RUN   TestSessionCreateWithBadUpgrade
16:28:01 [2023-01-11T16:28:01.619Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
16:28:01 [2023-01-11T16:28:01.619Z] PASS
16:28:01 [2023-01-11T16:28:01.619Z] 
16:28:01 [2023-01-11T16:28:01.619Z] DONE 2 tests in 0.137s
16:28:01 [2023-01-11T16:28:01.619Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
16:28:01 [2023-01-11T16:28:01.619Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
16:28:01 [2023-01-11T16:28:01.619Z] ++ set -e
16:28:01 [2023-01-11T16:28:01.619Z] ++ '[' -n 0 ']'
16:28:01 [2023-01-11T16:28:01.619Z] ++ set -x
16:28:01 [2023-01-11T16:28:01.619Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
16:28:01 [2023-01-11T16:28:01.619Z] INFO: Testing against a local daemon
16:28:01 [2023-01-11T16:28:01.619Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:28:01 [2023-01-11T16:28:01.619Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:28:01 [2023-01-11T16:28:01.619Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:28:01 [2023-01-11T16:28:01.619Z] === RUN   TestDiskUsage
16:28:01 [2023-01-11T16:28:01.619Z] === PAUSE TestDiskUsage
16:28:01 [2023-01-11T16:28:01.619Z] === RUN   TestEventsExecDie
16:28:02 [2023-01-11T16:28:02.189Z] --- PASS: TestEventsExecDie (0.54s)
16:28:02 [2023-01-11T16:28:02.189Z] === RUN   TestEventsBackwardsCompatible
16:28:02 [2023-01-11T16:28:02.189Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
16:28:02 [2023-01-11T16:28:02.189Z] === RUN   TestEventsVolumeCreate
16:28:02 [2023-01-11T16:28:02.189Z] --- PASS: TestEventsVolumeCreate (0.06s)
16:28:02 [2023-01-11T16:28:02.189Z] === RUN   TestInfoBinaryCommits
16:28:02 [2023-01-11T16:28:02.189Z] --- PASS: TestInfoBinaryCommits (0.02s)
16:28:02 [2023-01-11T16:28:02.189Z] === RUN   TestInfoAPIVersioned
16:28:02 [2023-01-11T16:28:02.189Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:28:02 [2023-01-11T16:28:02.189Z] === RUN   TestInfoAPI
16:28:02 [2023-01-11T16:28:02.189Z] --- PASS: TestInfoAPI (0.02s)
16:28:02 [2023-01-11T16:28:02.189Z] === RUN   TestInfoAPIWarnings
16:28:20 [2023-01-11T16:28:20.280Z] --- PASS: TestInfoAPIWarnings (16.54s)
16:28:20 [2023-01-11T16:28:20.280Z] === RUN   TestInfoDebug
16:28:20 [2023-01-11T16:28:20.280Z] --- PASS: TestInfoDebug (0.52s)
16:28:20 [2023-01-11T16:28:20.280Z] === RUN   TestInfoInsecureRegistries
16:28:20 [2023-01-11T16:28:20.280Z] --- PASS: TestInfoInsecureRegistries (0.52s)
16:28:20 [2023-01-11T16:28:20.280Z] === RUN   TestInfoRegistryMirrors
16:28:20 [2023-01-11T16:28:20.280Z] --- PASS: TestInfoRegistryMirrors (0.53s)
16:28:20 [2023-01-11T16:28:20.280Z] === RUN   TestLoginFailsWithBadCredentials
16:28:20 [2023-01-11T16:28:20.849Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
16:28:20 [2023-01-11T16:28:20.849Z] === RUN   TestPingCacheHeaders
16:28:20 [2023-01-11T16:28:20.849Z] --- PASS: TestPingCacheHeaders (0.02s)
16:28:20 [2023-01-11T16:28:20.849Z] === RUN   TestPingGet
16:28:20 [2023-01-11T16:28:20.849Z] --- PASS: TestPingGet (0.02s)
16:28:20 [2023-01-11T16:28:20.849Z] === RUN   TestPingHead
16:28:20 [2023-01-11T16:28:20.849Z] --- PASS: TestPingHead (0.02s)
16:28:20 [2023-01-11T16:28:20.849Z] === RUN   TestPingSwarmHeader
16:28:21 [2023-01-11T16:28:21.417Z] === RUN   TestPingSwarmHeader/before_swarm_init
16:28:22 [2023-01-11T16:28:22.000Z] === RUN   TestPingSwarmHeader/after_swarm_init
16:28:22 [2023-01-11T16:28:22.953Z] === RUN   TestPingSwarmHeader/after_swarm_leave
16:28:22 [2023-01-11T16:28:22.953Z] --- PASS: TestPingSwarmHeader (2.10s)
16:28:22 [2023-01-11T16:28:22.953Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
16:28:22 [2023-01-11T16:28:22.953Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
16:28:22 [2023-01-11T16:28:22.953Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
16:28:22 [2023-01-11T16:28:22.953Z] === RUN   TestPingBuilderHeader
16:28:22 [2023-01-11T16:28:22.953Z] === RUN   TestPingBuilderHeader/default_config
16:28:23 [2023-01-11T16:28:23.521Z] === RUN   TestPingBuilderHeader/buildkit_disabled
16:28:24 [2023-01-11T16:28:24.090Z] --- PASS: TestPingBuilderHeader (1.04s)
16:28:24 [2023-01-11T16:28:24.090Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
16:28:24 [2023-01-11T16:28:24.090Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
16:28:24 [2023-01-11T16:28:24.090Z] === RUN   TestVersion
16:28:24 [2023-01-11T16:28:24.090Z] --- PASS: TestVersion (0.02s)
16:28:24 [2023-01-11T16:28:24.090Z] === CONT  TestDiskUsage
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty/container_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty/image_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty/volume_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty/build-cache_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty/container,_volume_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
16:28:24 [2023-01-11T16:28:24.657Z] === RUN   TestDiskUsage/after_container.Run
16:28:24 [2023-01-11T16:28:24.917Z] === RUN   TestDiskUsage/after_container.Run/container_types
16:28:24 [2023-01-11T16:28:24.917Z] === RUN   TestDiskUsage/after_container.Run/image_types
16:28:24 [2023-01-11T16:28:24.917Z] === RUN   TestDiskUsage/after_container.Run/volume_types
16:28:24 [2023-01-11T16:28:24.917Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
16:28:24 [2023-01-11T16:28:24.917Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
16:28:24 [2023-01-11T16:28:24.917Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
16:28:24 [2023-01-11T16:28:24.917Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
16:28:24 [2023-01-11T16:28:24.917Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
16:28:24 [2023-01-11T16:28:24.917Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
16:28:24 [2023-01-11T16:28:24.917Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
16:28:25 [2023-01-11T16:28:25.176Z] --- PASS: TestDiskUsage (1.07s)
16:28:25 [2023-01-11T16:28:25.176Z]     --- PASS: TestDiskUsage/empty (0.01s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.176Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]     --- PASS: TestDiskUsage/after_container.Run (0.32s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z] PASS
16:28:25 [2023-01-11T16:28:25.177Z] 
16:28:25 [2023-01-11T16:28:25.177Z] === Skipped
16:28:25 [2023-01-11T16:28:25.177Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:28:25 [2023-01-11T16:28:25.177Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:28:25 [2023-01-11T16:28:25.177Z] 
16:28:25 [2023-01-11T16:28:25.177Z] DONE 57 tests, 1 skipped in 23.608s
16:28:25 [2023-01-11T16:28:25.177Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
16:28:25 [2023-01-11T16:28:25.177Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
16:28:25 [2023-01-11T16:28:25.177Z] ++ set -e
16:28:25 [2023-01-11T16:28:25.177Z] ++ '[' -n 0 ']'
16:28:25 [2023-01-11T16:28:25.177Z] ++ set -x
16:28:25 [2023-01-11T16:28:25.177Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
16:28:25 [2023-01-11T16:28:25.177Z] INFO: Testing against a local daemon
16:28:25 [2023-01-11T16:28:25.177Z] === RUN   TestVolumesCreateAndList
16:28:25 [2023-01-11T16:28:25.177Z] --- PASS: TestVolumesCreateAndList (0.02s)
16:28:25 [2023-01-11T16:28:25.177Z] === RUN   TestVolumesRemove
16:28:25 [2023-01-11T16:28:25.177Z] --- PASS: TestVolumesRemove (0.09s)
16:28:25 [2023-01-11T16:28:25.177Z] === RUN   TestVolumesInspect
16:28:25 [2023-01-11T16:28:25.177Z] --- PASS: TestVolumesInspect (0.03s)
16:28:25 [2023-01-11T16:28:25.177Z] === RUN   TestVolumesInvalidJSON
16:28:25 [2023-01-11T16:28:25.436Z] === RUN   TestVolumesInvalidJSON/volumes/create
16:28:25 [2023-01-11T16:28:25.436Z] === PAUSE TestVolumesInvalidJSON/volumes/create
16:28:25 [2023-01-11T16:28:25.436Z] === CONT  TestVolumesInvalidJSON/volumes/create
16:28:25 [2023-01-11T16:28:25.436Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
16:28:25 [2023-01-11T16:28:25.436Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
16:28:25 [2023-01-11T16:28:25.436Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
16:28:25 [2023-01-11T16:28:25.436Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
16:28:25 [2023-01-11T16:28:25.436Z] --- PASS: TestVolumesInvalidJSON (0.02s)
16:28:25 [2023-01-11T16:28:25.436Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
16:28:25 [2023-01-11T16:28:25.436Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
16:28:25 [2023-01-11T16:28:25.436Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
16:28:25 [2023-01-11T16:28:25.436Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
16:28:25 [2023-01-11T16:28:25.436Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
16:28:25 [2023-01-11T16:28:25.436Z] === RUN   TestVolumePruneAnonymous
16:28:25 [2023-01-11T16:28:25.436Z] --- PASS: TestVolumePruneAnonymous (0.04s)
16:28:25 [2023-01-11T16:28:25.436Z] PASS
16:28:25 [2023-01-11T16:28:25.436Z] 
16:28:25 [2023-01-11T16:28:25.436Z] DONE 10 tests in 0.277s
16:28:25 [2023-01-11T16:28:25.436Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:28:25 [2023-01-11T16:28:25.436Z] ++++ cat bundles/test-integration/docker.pid
16:28:25 [2023-01-11T16:28:25.436Z] +++ kill 15191
16:28:25 [2023-01-11T16:28:25.695Z] +++ /etc/init.d/apparmor stop
16:28:25 [2023-01-11T16:28:25.695Z] Leaving: AppArmorNo profiles have been unloaded.
16:28:25 [2023-01-11T16:28:25.695Z] 
16:28:25 [2023-01-11T16:28:25.695Z] Unloading profiles will leave already running processes permanently
16:28:25 [2023-01-11T16:28:25.695Z] unconfined, which can lead to unexpected situations.
16:28:25 [2023-01-11T16:28:25.695Z] 
16:28:25 [2023-01-11T16:28:25.695Z] To set a process to complain mode, use the command line tool
16:28:25 [2023-01-11T16:28:25.695Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:28:25 [2023-01-11T16:28:25.695Z] +++ true
16:28:25 [2023-01-11T16:28:25.695Z] exiting test-integration
16:28:25 [2023-01-11T16:28:25.695Z] ++ exit 0
16:28:25 [2023-01-11T16:28:25.695Z] 
Post stage
[Pipeline] junit
16:28:26 [2023-01-11T16:28:26.647Z] Recording test results
16:28:26 [2023-01-11T16:28:26.831Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:28:27 [2023-01-11T16:28:27.154Z] + echo Ensuring container killed.
16:28:27 [2023-01-11T16:28:27.154Z] Ensuring container killed.
16:28:27 [2023-01-11T16:28:27.154Z] + docker rm -vf docker-pr2
16:28:27 [2023-01-11T16:28:27.154Z] Error response from daemon: No such container: docker-pr2
[Pipeline] sh
16:28:27 [2023-01-11T16:28:27.442Z] + echo Chowning /workspace to jenkins user
16:28:27 [2023-01-11T16:28:27.442Z] Chowning /workspace to jenkins user
16:28:27 [2023-01-11T16:28:27.442Z] + id -u
16:28:27 [2023-01-11T16:28:27.442Z] + id -g
16:28:27 [2023-01-11T16:28:27.442Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44802:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:28:29 [2023-01-11T16:28:29.129Z] + bundleName=arm64-integration
16:28:29 [2023-01-11T16:28:29.129Z] + echo Creating arm64-integration-bundles.tar.gz
16:28:29 [2023-01-11T16:28:29.129Z] Creating arm64-integration-bundles.tar.gz
16:28:29 [2023-01-11T16:28:29.129Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
16:28:29 [2023-01-11T16:28:29.129Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
16:28:29 [2023-01-11T16:28:29.401Z] Archiving artifacts
16:28:31 [2023-01-11T16:28:31.085Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44802/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:28:31 [2023-01-11T16:28:31.386Z] + make clean
16:28:31 [2023-01-11T16:28:31.645Z] docker volume rm -f docker-dev-cache docker-mod-cache
16:28:31 [2023-01-11T16:28:31.645Z] docker-dev-cache
16:28:31 [2023-01-11T16:28:31.645Z] 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